/*
 * Maqueta pública de Mastersys.
 * Dirección visual: tecnología local, precisión operativa y energía de producto.
 */
:root {
  --bg: #050814;
  --bg-deep: #02040a;
  --surface: #0b1224;
  --text: #f5f8ff;
  --text-muted: #aebbd2;
  --text-dark: #07101f;
  --cyan: #00d9f5;
  --cyan-soft: #7aeafa;
  --blue: #145dff;
  --line: rgba(143, 177, 222, 0.18);
  --shell: 1180px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shadow-lg: 0 28px 90px rgba(0, 0, 0, 0.45);
  --ease: 220ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font-family: Aptos, "Segoe UI", Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::selection { color: var(--text-dark); background: var(--cyan); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { touch-action: manipulation; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; color: var(--text-dark); background: var(--cyan); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 112px 0; }

/* Navegación */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 76px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); background: rgba(5, 8, 20, 0.84); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-height: 48px; text-decoration: none; }
.brand-symbol, .footer-symbol { display: grid; place-items: center; width: 43px; height: 43px; color: var(--text-dark); border-radius: 12px 4px 12px 4px; background: linear-gradient(135deg, var(--cyan), var(--blue)); font-size: 0.69rem; font-weight: 900; letter-spacing: -0.06em; transform: skew(-6deg); }
.brand-logo { position: relative; display: block; overflow: hidden; border: 1px solid rgba(0, 217, 245, 0.25); border-radius: 11px; background: #070c18; transform: none; }
.brand-logo img { position: absolute; top: -3px; left: -16px; width: 75px; max-width: none; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 1.32rem; font-weight: 650; letter-spacing: -0.04em; }
.brand-copy small { margin-top: 4px; color: var(--text-muted); font-size: 0.63rem; letter-spacing: 0.1em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: #dbe5f6; font-size: 0.93rem; font-weight: 600; text-decoration: none; transition: color var(--ease); }
.main-nav a:hover { color: var(--cyan); }
.main-nav .nav-cta { min-height: 44px; padding: 10px 17px; color: var(--text-dark); background: var(--cyan); border-radius: 999px; }
.main-nav .nav-cta:hover { color: var(--text-dark); background: #78efff; }
.menu-toggle { display: none; }

/* Hero */
.hero { position: relative; min-height: 860px; padding: 170px 0 104px; overflow: hidden; background: radial-gradient(circle at 78% 28%, rgba(20, 93, 255, 0.22), transparent 30%), radial-gradient(circle at 15% 20%, rgba(0, 217, 245, 0.09), transparent 26%), var(--bg); }
.hero::after { content: ""; position: absolute; right: -130px; bottom: -300px; width: 680px; height: 680px; border: 1px solid rgba(0, 217, 245, 0.14); border-radius: 50%; box-shadow: 0 0 0 90px rgba(0, 217, 245, 0.025), 0 0 0 180px rgba(20, 93, 255, 0.025); }
.hero-grid { position: absolute; inset: 0; opacity: 0.11; background-image: linear-gradient(rgba(148, 183, 231, 0.16) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 183, 231, 0.16) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(510px, 1.12fr); align-items: center; gap: 58px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--cyan-soft); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--text-dark); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; line-height: 1.05; }
h1 { max-width: 700px; margin-bottom: 25px; font-size: clamp(3.4rem, 5.6vw, 5.55rem); font-weight: 720; letter-spacing: -0.065em; }
h1 em { color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 630px; margin: 0; color: #c4cee0; font-size: 1.16rem; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform var(--ease), background var(--ease), border-color var(--ease), box-shadow var(--ease); }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: var(--text-dark); background: var(--cyan); box-shadow: 0 12px 34px rgba(0, 217, 245, 0.22); }
.button-primary:hover { background: #77efff; box-shadow: 0 16px 42px rgba(0, 217, 245, 0.3); }
.button-secondary { color: var(--text); border-color: rgba(255, 255, 255, 0.22); background: rgba(255, 255, 255, 0.045); }
.button-secondary:hover { border-color: var(--cyan); background: rgba(0, 217, 245, 0.08); }
.hero-proof { display: grid; gap: 10px; margin: 38px 0 0; padding: 0; list-style: none; }
.hero-proof li { display: flex; align-items: center; gap: 12px; color: #d8e0ee; font-size: 0.9rem; }
.hero-proof span { color: var(--cyan); font-family: Consolas, monospace; font-size: 0.72rem; }
.hero-visual { position: relative; min-height: 510px; }
.visual-halo { position: absolute; inset: 20% 8%; background: rgba(0, 217, 245, 0.17); filter: blur(80px); }
.software-frame { position: absolute; top: 60px; left: 0; width: 112%; margin: 0; overflow: hidden; border: 1px solid rgba(116, 210, 255, 0.28); border-radius: 18px; background: #081227; box-shadow: var(--shadow-lg), 0 0 0 8px rgba(255, 255, 255, 0.025); transform: perspective(1400px) rotateY(-7deg) rotateX(2deg); transform-origin: center left; }
.frame-bar { display: flex; align-items: center; gap: 6px; height: 36px; padding: 0 13px; border-bottom: 1px solid var(--line); background: #0c1528; }
.frame-bar i { width: 7px; height: 7px; border-radius: 50%; background: #33415a; }
.frame-bar i:first-child { background: var(--cyan); }
.frame-bar span { margin-left: auto; color: #8290a7; font-size: 0.67rem; letter-spacing: 0.08em; text-transform: uppercase; }
.software-frame img { width: 100%; aspect-ratio: 1600 / 863; object-fit: cover; }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 11px 15px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 13px; background: rgba(7, 14, 29, 0.92); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34); backdrop-filter: blur(14px); }
.note-top { top: 8px; right: -40px; }
.note-top strong { color: var(--cyan); font-size: 1.15rem; }
.note-top span { max-width: 112px; color: #bac6d8; font-size: 0.72rem; line-height: 1.25; }
.note-bottom { bottom: 44px; left: 18px; color: #cbd6e7; font-size: 0.77rem; }
.note-bottom i { width: 8px; height: 8px; border-radius: 50%; background: #44e4a9; box-shadow: 0 0 0 5px rgba(68, 228, 169, 0.13); }

/* Banda de confianza */
.trust-band { position: relative; z-index: 3; border-block: 1px solid var(--line); background: #070c18; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: grid; gap: 2px; padding: 27px 34px; border-left: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 1px solid var(--line); }
.trust-grid strong { font-size: 0.97rem; }
.trust-grid span { color: var(--text-muted); font-size: 0.78rem; }

/* Encabezados compartidos */
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.68fr); align-items: end; gap: 72px; margin-bottom: 54px; }
.section-heading h2, .about h2, .contact-cta h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4.6vw, 4.35rem); letter-spacing: -0.055em; }
.section-heading > p { margin: 0 0 6px; color: var(--text-muted); }

/* Servicios */
.solutions { color: var(--text-dark); background: #f3f7fc; }
.solutions .eyebrow { color: #006c87; }
.solutions .section-heading > p { color: #4d5f76; }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.service-card { grid-column: span 4; min-height: 292px; padding: 27px; border: 1px solid #d6e0ed; border-radius: var(--radius-md); background: #fff; box-shadow: 0 10px 36px rgba(21, 44, 74, 0.06); transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease); }
.service-card:hover { transform: translateY(-5px); border-color: #9bcfe3; box-shadow: 0 18px 45px rgba(21, 44, 74, 0.1); }
.service-main { grid-column: span 8; display: grid; grid-template-columns: 72px 1fr; gap: 24px; color: var(--text); border-color: #142e50; background: #071426; }
.service-wide { grid-column: span 8; display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 22px; min-height: 210px; }
.service-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 25px; color: #006f8d; border-radius: 16px; background: #e6f7fb; }
.service-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.service-main .service-icon { color: var(--cyan); background: rgba(0, 217, 245, 0.1); }
.accent-purple .service-icon { color: #7139c6; background: #f0e9ff; }
.accent-orange .service-icon { color: #b35700; background: #fff0df; }
.service-number { margin: 0 0 13px; color: #64758b; font-size: 0.69rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.service-main .service-number { color: var(--cyan-soft); }
.service-card h3 { margin-bottom: 14px; font-size: 1.62rem; letter-spacing: -0.035em; }
.service-card > p:last-child, .service-card > div > p:last-of-type { margin-bottom: 0; color: #4d5f76; }
.service-main > div > p:last-of-type { color: #aebbd0; }
.check-list { display: flex; flex-wrap: wrap; gap: 8px 17px; margin: 19px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 18px; color: #dce8f7; font-size: 0.84rem; }
.check-list li::before { content: ""; position: absolute; top: 0.55em; left: 0; width: 7px; height: 4px; border: solid var(--cyan); border-width: 0 0 2px 2px; transform: rotate(-45deg); }
.text-link { color: #005f7a; font-weight: 800; text-decoration: none; white-space: nowrap; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform var(--ease); }
.text-link:hover span { transform: translateX(4px); }

/* Productos */
.products { position: relative; overflow: hidden; background: #060a14; }
.products::before { content: ""; position: absolute; top: 210px; left: 50%; width: 900px; height: 500px; background: rgba(20, 93, 255, 0.11); filter: blur(120px); transform: translateX(-50%); }
.product-heading { position: relative; }
.product-tabs { position: relative; display: flex; gap: 7px; margin-bottom: 18px; padding: 7px; overflow-x: auto; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, 0.025); scrollbar-width: none; }
.product-tabs::-webkit-scrollbar { display: none; }
.product-tabs button { flex: 1 0 auto; min-height: 46px; padding: 9px 19px; color: #9fadc3; border: 0; border-radius: 999px; background: transparent; font-size: 0.87rem; font-weight: 750; cursor: pointer; transition: color var(--ease), background var(--ease); }
.product-tabs button:hover { color: var(--text); }
.product-tabs button[aria-selected="true"] { color: var(--text-dark); background: var(--cyan); }
.product-stage { position: relative; min-height: 620px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(17, 28, 52, 0.88), rgba(6, 10, 20, 0.94)); box-shadow: var(--shadow-lg); }
.product-panel { display: grid; grid-template-columns: 0.74fr 1.55fr; align-items: center; gap: 50px; min-height: 620px; padding: 56px; }
.product-panel[hidden] { display: none; }
.product-copy { position: relative; z-index: 2; }
.product-kicker { margin: 0 0 15px; color: var(--cyan); font-family: Consolas, "Courier New", monospace; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.14em; }
.product-copy h3 { margin-bottom: 20px; font-size: clamp(2rem, 3.3vw, 3.25rem); letter-spacing: -0.05em; }
.product-copy > p:not(.product-kicker) { color: var(--text-muted); }
.feature-pills { display: flex; flex-wrap: wrap; gap: 7px; margin: 25px 0 0; padding: 0; list-style: none; }
.feature-pills li { padding: 6px 10px; color: #c7d4e8; border: 1px solid var(--line); border-radius: 999px; font-size: 0.72rem; }
.product-screen { margin: 0; overflow: hidden; border: 1px solid rgba(110, 167, 240, 0.28); border-radius: 15px; background: #060b15; box-shadow: 0 30px 70px rgba(0, 0, 0, 0.46); }
.product-screen img { width: 100%; }
.screen-wide { transform: perspective(1200px) rotateY(-3deg); }
.screen-bingo { max-width: 720px; justify-self: end; }
.station-composition { position: relative; padding: 25px 0 25px 30px; }
.station-composition .login-card { position: absolute; right: -15px; bottom: -32px; width: 135px; margin: 0; overflow: hidden; border: 4px solid #0b1120; border-radius: 16px; box-shadow: 0 22px 50px rgba(0, 0, 0, 0.5); }
.phone-composition { position: relative; display: grid; place-items: center; min-height: 520px; }
.phone-screen { width: 248px; margin: 0; padding: 7px; overflow: hidden; border: 1px solid rgba(157, 219, 255, 0.26); border-radius: 30px; background: #02040a; box-shadow: 0 32px 75px rgba(0, 0, 0, 0.5), 0 0 80px rgba(0, 217, 245, 0.1); }
.phone-screen img { width: 100%; border-radius: 23px; }
.phone-coral { box-shadow: 0 32px 75px rgba(0, 0, 0, 0.5), 0 0 90px rgba(255, 89, 96, 0.12); }

/* Acerca de Mastersys */
.about { background: #0a1120; }
.about-layout { display: grid; grid-template-columns: 0.78fr 1.22fr; align-items: center; gap: 90px; }
.about-mark { position: relative; display: grid; place-items: center; width: 100%; max-width: 430px; aspect-ratio: 1; justify-self: center; overflow: hidden; border: 1px solid var(--line); border-radius: 50%; background: radial-gradient(circle, rgba(20, 93, 255, 0.2), transparent 64%); }
.about-mark::before, .about-mark::after { content: ""; position: absolute; border: 1px solid rgba(0, 217, 245, 0.16); border-radius: 50%; }
.about-mark::before { inset: 34px; }
.about-mark::after { inset: 78px; }
.about-mark img { position: relative; z-index: 2; width: min(64%, 275px); min-width: 0; }
.about-copy > p:not(.eyebrow) { max-width: 690px; color: var(--text-muted); font-size: 1.08rem; }
.about-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 42px; background: var(--line); }
.about-points > div { display: grid; gap: 7px; padding: 20px 18px; background: #0a1120; }
.about-points strong { color: var(--cyan-soft); }
.about-points span { color: var(--text-muted); font-size: 0.8rem; }

/* Contacto y pie */
.contact-cta { color: var(--text-dark); background: var(--cyan); }
.contact-layout { display: grid; grid-template-columns: 1.25fr 0.75fr; align-items: center; gap: 70px; min-height: 400px; padding-block: 80px; }
.contact-cta h2 { max-width: 760px; }
.contact-cta p:not(.eyebrow) { max-width: 700px; margin-bottom: 0; color: #124255; font-size: 1.05rem; }
.contact-actions { display: grid; justify-items: start; gap: 14px; }
.button-light { color: var(--text); background: var(--bg); box-shadow: 0 14px 35px rgba(5, 8, 20, 0.2); }
.button-light:hover { background: #16213b; }
.contact-mail { min-height: 44px; padding: 8px 12px; color: #063a4d; font-weight: 750; text-underline-offset: 4px; }
.site-footer { padding: 28px 0; background: var(--bg-deep); }
.footer-layout { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; color: #7f8ca1; font-size: 0.78rem; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-symbol { width: 34px; height: 34px; font-size: 0.55rem; }
.footer-symbol.brand-logo img { top: -2px; left: -13px; width: 60px; }
.footer-brand > span:last-child { display: grid; line-height: 1.1; }
.footer-brand strong { color: var(--text); font-size: 1rem; }
.footer-brand small { margin-top: 4px; }
.site-footer address { font-style: normal; }
.site-footer p { margin: 0; }

/* Tablet */
@media (max-width: 1050px) {
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 550px; }
  .software-frame { width: 96%; left: 2%; transform: perspective(1400px) rotateX(2deg); }
  .note-top { right: 0; }
  .service-card { grid-column: span 6; }
  .service-main, .service-wide { grid-column: span 12; }
  .product-panel { grid-template-columns: 1fr; gap: 34px; }
  .product-stage, .product-panel { min-height: 760px; }
  .product-copy { max-width: 700px; }
  .screen-bingo { justify-self: center; }
  .about-layout { gap: 54px; }
  .about-mark { max-width: 360px; }
  .about-points { grid-template-columns: 1fr; }
  .footer-layout { grid-template-columns: 1fr auto; }
  .footer-layout > p { grid-column: 1 / -1; }
}

/* Móvil */
@media (max-width: 780px) {
  html { scroll-padding-top: 74px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 78px 0; }
  .site-header { height: 68px; }
  .brand-symbol { width: 38px; height: 38px; }
  .brand-copy small { display: none; }
  .menu-toggle { display: grid; place-content: center; gap: 5px; width: 48px; height: 48px; padding: 0; color: var(--text); border: 1px solid var(--line); border-radius: 12px; background: transparent; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; transition: transform var(--ease), opacity var(--ease); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: 67px; right: 14px; left: 14px; display: none; align-items: stretch; gap: 2px; padding: 12px; border: 1px solid var(--line); border-radius: 17px; background: #090f1e; box-shadow: var(--shadow-lg); }
  .main-nav.is-open { display: grid; }
  .main-nav a { display: flex; align-items: center; min-height: 48px; padding: 8px 13px; border-radius: 10px; }
  .main-nav .nav-cta { justify-content: center; margin-top: 6px; }
  .hero { padding: 126px 0 72px; }
  .hero::after { display: none; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-lead { font-size: 1.04rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { min-height: 355px; }
  .software-frame { top: 48px; left: -2.5%; width: 105%; border-radius: 12px; }
  .frame-bar { height: 28px; }
  .frame-bar span { display: none; }
  .floating-note { padding: 9px 12px; }
  .note-top { top: 0; right: 0; }
  .note-bottom { bottom: 5px; left: 5px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { padding: 19px 6px; border: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-right: 0; border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
  .section-heading h2, .about h2, .contact-cta h2 { font-size: clamp(2.35rem, 11vw, 3.4rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-main, .service-wide { grid-column: auto; }
  .service-main, .service-wide { grid-template-columns: 1fr; }
  .service-main { gap: 0; }
  .service-wide { gap: 12px; }
  .text-link { margin-top: 8px; }
  .product-tabs { border-radius: 14px; }
  .product-tabs button { flex: 0 0 auto; }
  .product-stage, .product-panel { min-height: auto; }
  .product-panel { padding: 28px 20px 34px; }
  .product-copy h3 { font-size: 2.25rem; }
  .screen-wide { transform: none; }
  .station-composition { padding: 0 0 25px; }
  .station-composition .login-card { right: 8px; bottom: -22px; width: 88px; border-width: 2px; border-radius: 10px; }
  .phone-composition { min-height: 490px; }
  .phone-screen { width: 224px; }
  .about-layout { grid-template-columns: 1fr; gap: 42px; }
  .about-mark { max-width: 340px; }
  .about-mark img { width: 220px; }
  .contact-layout { grid-template-columns: 1fr; gap: 35px; min-height: 0; padding-block: 66px; }
  .contact-actions { width: 100%; }
  .contact-mail { justify-self: center; }
  .footer-layout { grid-template-columns: 1fr; justify-items: start; gap: 14px; }
  .footer-layout > p { grid-column: auto; }
}

@media (max-width: 390px) {
  h1 { font-size: 2.85rem; }
  .hero-visual { min-height: 305px; }
  .note-bottom { display: none; }
  .service-card { padding: 23px; }
  .product-panel { padding-inline: 16px; }
  .product-copy h3 { font-size: 2rem; }
  .phone-screen { width: 205px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
