@layer reset, base, components, utilities;

@layer reset {
  .gr-landing, .gr-landing * { box-sizing: border-box; }
  .gr-landing h1, .gr-landing h2, .gr-landing h3, .gr-landing p, .gr-landing dl, .gr-landing dd, .gr-landing ul { margin: 0; }
  .gr-landing img { display: block; max-width: 100%; }
  .gr-product-picture { position: relative; display: block; line-height: 0; isolation: isolate; overflow: hidden; padding: 0; border-radius: 28px; background: #060b08; }
  .gr-product-picture::before { content: ""; position: absolute; inset: -8%; border-radius: 32px; background: radial-gradient(circle at 50% 44%, rgba(81,228,136,.15), transparent 58%); filter: blur(24px); z-index: 0; pointer-events: none; }
  .gr-product-picture::after { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 1px solid rgba(111,255,154,.25); box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), inset 0 0 38px rgba(81,228,136,.055), 0 0 38px rgba(81,228,136,.1), 0 24px 64px rgba(0,0,0,.34); z-index: 3; pointer-events: none; }
  .gr-product-photo { position: relative; z-index: 2; display: block; width: 100%; height: auto; max-height: none; object-fit: contain; object-position: center; aspect-ratio: 561 / 701; image-rendering: auto; filter: none; }
  .gr-landing button, .gr-landing input, .gr-landing textarea { font: inherit; }
  .gr-landing a { color: inherit; }
}

@layer base {
  :root {
    --gr-ink: #07110d;
    --gr-ink-2: #0b1812;
    --gr-forest: #0d261b;
    --gr-lime: #b9ff38;
    --gr-green: #51e488;
    --gr-yellow: #ffc400;
    --gr-paper: #f5f7f2;
    --gr-muted: #a9b7ae;
    --gr-line: rgba(255,255,255,.14);
    --gr-radius: 32px;
    --gr-shell: 1240px;
    --gr-ease: cubic-bezier(.22,1,.36,1);
  }

  html { scroll-behavior: smooth; }
  body { margin: 0; background: var(--gr-ink); }

  .gr-landing {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background: var(--gr-ink);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
  }

  .gr-shell { width: min(calc(100% - 40px), var(--gr-shell)); margin-inline: auto; }
  .gr-section { padding: 140px 0; }
  .gr-noise {
    position: fixed; inset: 0; pointer-events: none; z-index: 50; opacity: .035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  }

  .gr-kicker, .gr-eyebrow {
    color: var(--gr-lime); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800;
  }
  .gr-heading {
    margin-top: 18px !important; max-width: 930px; font-size: clamp(48px, 7.2vw, 104px); line-height: .92; letter-spacing: -.065em; font-weight: 760;
  }
  .gr-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; }
}

@layer components {
  .gr-nav {
    position: fixed; inset: 0 0 auto; z-index: 40;
    background: rgba(5,14,10,.58); border-bottom: 1px solid transparent; backdrop-filter: blur(18px) saturate(140%);
    transition: background .35s ease, border-color .35s ease;
  }
  .gr-nav.is-scrolled { background: rgba(5,14,10,.86); border-color: rgba(255,255,255,.08); }
  .gr-nav__inner { min-height: 64px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
  .gr-brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; text-decoration: none; font-weight: 760; letter-spacing: -.02em; }
  .gr-brand__mark { width: 18px; height: 18px; border-radius: 5px 12px 5px 12px; background: linear-gradient(135deg, var(--gr-lime), var(--gr-green)); box-shadow: 0 0 28px rgba(185,255,56,.35); transform: rotate(-8deg); }
  .gr-nav__links { display: flex; align-items: center; gap: 26px; }
  .gr-nav__links a { color: rgba(255,255,255,.72); text-decoration: none; font-size: 13px; font-weight: 650; transition: color .25s ease; }
  .gr-nav__links a:hover { color: #fff; }
  .gr-nav__inner > .gr-button { justify-self: end; }
  .gr-nav__toggle { display: none; background: none; border: 0; color: #fff; padding: 8px; }
  .gr-nav__toggle span:not(.gr-sr-only) { display: block; width: 22px; height: 1px; background: currentColor; margin: 5px 0; transition: transform .25s ease; }

  .gr-button {
    display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 0; border-radius: 999px;
    background: var(--gr-lime); color: #08110d !important; text-decoration: none; font-weight: 800; letter-spacing: -.015em; cursor: pointer;
    box-shadow: 0 12px 42px rgba(185,255,56,.14); transition: transform .25s var(--gr-ease), box-shadow .25s ease, background .25s ease;
  }
  .gr-button:hover { transform: translateY(-2px); background: #caff64; box-shadow: 0 18px 54px rgba(185,255,56,.24); }
  .gr-button--small { min-height: 38px; padding: 0 17px; font-size: 12px; }
  .gr-button--full { width: 100%; }
  .gr-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-weight: 750; }
  .gr-link span { color: var(--gr-lime); transition: transform .25s var(--gr-ease); }
  .gr-link:hover span { transform: translate(3px,3px); }

  .gr-hero { position: relative; min-height: 100vh; padding: 152px 0 52px; overflow: hidden; background: radial-gradient(circle at 50% 35%, #183d29 0, #09160f 42%, #050a07 78%); }
  .gr-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 26%; background: linear-gradient(transparent, var(--gr-ink)); pointer-events: none; }
  .gr-hero__aurora { position: absolute; width: 78vw; height: 78vw; left: 50%; top: -42vw; transform: translateX(-50%); border-radius: 50%; filter: blur(18px); background: conic-gradient(from 150deg, transparent, rgba(67,233,123,.24), rgba(185,255,56,.1), transparent 60%); animation: gr-spin 24s linear infinite; }
  .gr-hero__content { position: relative; z-index: 3; text-align: center; }
  .gr-hero__title { margin: 22px auto 0 !important; max-width: 1120px; font-size: clamp(64px, 9.5vw, 142px); line-height: .86; letter-spacing: -.075em; font-weight: 780; }
  .gr-hero__title > span { display: block; margin-top: 16px; background: linear-gradient(92deg, #fff 15%, #c6d4ca 52%, #73e8a1 94%); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: .56em; line-height: .96; letter-spacing: -.055em; }
  .gr-hero__lead { width: min(720px, 100%); margin: 30px auto 0 !important; color: rgba(255,255,255,.67); font-size: clamp(17px, 2vw, 22px); line-height: 1.5; }
  .gr-hero__actions { display: flex; justify-content: center; align-items: center; gap: 28px; margin-top: 34px; }
  .gr-hero__visual { position: relative; z-index: 2; height: min(52vw, 700px); min-height: 440px; margin-top: 20px; perspective: 1000px; }
  .gr-product-picture { overflow: hidden; background: transparent; }
  .gr-product-picture .gr-product-photo { display: block; width: 100%; height: auto; }
  .gr-hero__visual .gr-product-picture { position: absolute; width: min(42vw, 560px); left: 50%; top: 48%; transform: translate(calc(-50% + var(--gr-tilt-x, 0px)), calc(-50% + var(--gr-tilt-y, 0px))) rotateX(calc(4deg + var(--gr-tilt-rx, 0deg))) rotateY(var(--gr-tilt-ry, 0deg)) rotateZ(calc(-3deg + var(--gr-tilt-rz, 0deg))); border-radius: 32px; border: 1px solid rgba(134,255,169,.24); background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); box-shadow: 0 42px 100px rgba(0,0,0,.58), 0 0 38px rgba(81,228,136,.14), inset 0 1px 0 rgba(255,255,255,.12); will-change: transform; transition: transform .3s var(--gr-ease), box-shadow .3s ease; }
  .gr-product-glow { position: absolute; width: 54%; aspect-ratio: 1; left: 50%; top: 50%; translate: -50% -50%; border-radius: 50%; background: rgba(129,255,99,.23); filter: blur(72px); }
  .gr-hero__orbit { position: absolute; left: 50%; top: 50%; translate: -50% -50%; border: 1px solid rgba(185,255,56,.18); border-radius: 50%; }
  .gr-hero__orbit--one { width: 62%; aspect-ratio: 1.9; transform: rotate(-7deg); }
  .gr-hero__orbit--two { width: 84%; aspect-ratio: 2.5; transform: rotate(8deg); border-color: rgba(255,255,255,.08); }
  .gr-floating-tag { position: absolute; z-index: 3; display: grid; gap: 2px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(4,11,8,.56); backdrop-filter: blur(16px); box-shadow: 0 18px 60px rgba(0,0,0,.2); }
  .gr-floating-tag strong { font-size: 26px; letter-spacing: -.055em; color: var(--gr-lime); }
  .gr-floating-tag span { color: rgba(255,255,255,.62); font-size: 12px; }
  .gr-floating-tag--left { left: 4%; top: 36%; }
  .gr-floating-tag--right { right: 4%; top: 50%; }
  .gr-statline { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.12); }
  .gr-stat { padding: 24px 22px; border-right: 1px solid rgba(255,255,255,.12); display: grid; gap: 2px; }
  .gr-stat:last-child { border-right: 0; }
  .gr-stat strong { font-size: clamp(24px,3vw,40px); letter-spacing: -.05em; }
  .gr-stat span { color: rgba(255,255,255,.52); font-size: 12px; }
  .gr-hero__note { position: relative; z-index: 3; color: rgba(255,255,255,.34); font-size: 10px; padding-top: 14px; }

  .gr-intro { background: var(--gr-paper); color: #08110d; }
  .gr-intro__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
  .gr-intro .gr-kicker { color: #328f51; }
  .gr-intro__copy { display: grid; gap: 22px; color: #4a554e; font-size: 19px; }
  .gr-molecule { position: relative; min-height: 520px; margin-top: 96px; padding: 70px; overflow: hidden; border-radius: 42px; background: radial-gradient(circle at 20% 20%, #24563c, #0c1e15 58%, #07100c); box-shadow: 0 35px 100px rgba(10,35,23,.16); color: #fff; }
  .gr-molecule::before { content: ""; position: absolute; width: 350px; height: 350px; right: -80px; bottom: -110px; border-radius: 50%; background: rgba(185,255,56,.22); filter: blur(55px); }
  .gr-molecule__mesh { position: absolute; inset: 0; opacity: .58; background-image: linear-gradient(30deg, transparent 24%, rgba(185,255,56,.14) 25%, rgba(185,255,56,.14) 26%, transparent 27%, transparent 74%, rgba(185,255,56,.14) 75%, rgba(185,255,56,.14) 76%, transparent 77%), linear-gradient(150deg, transparent 24%, rgba(185,255,56,.09) 25%, rgba(185,255,56,.09) 26%, transparent 27%, transparent 74%, rgba(185,255,56,.09) 75%, rgba(185,255,56,.09) 76%, transparent 77%); background-size: 120px 208px; transform: scale(1.15) rotate(-6deg); }
  .gr-molecule__mesh span { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--gr-lime); box-shadow: 0 0 32px var(--gr-lime); animation: gr-pulse 3.5s ease-in-out infinite; }
  .gr-molecule__mesh span:nth-child(1){left:11%;top:23%}.gr-molecule__mesh span:nth-child(2){left:28%;top:49%;animation-delay:.2s}.gr-molecule__mesh span:nth-child(3){left:47%;top:28%;animation-delay:.5s}.gr-molecule__mesh span:nth-child(4){left:63%;top:58%;animation-delay:.8s}.gr-molecule__mesh span:nth-child(5){left:81%;top:31%;animation-delay:1s}.gr-molecule__mesh span:nth-child(6){left:88%;top:73%;animation-delay:1.2s}.gr-molecule__mesh span:nth-child(7){left:15%;top:77%;animation-delay:1.4s}.gr-molecule__mesh span:nth-child(8){left:38%;top:82%;animation-delay:1.6s}.gr-molecule__mesh span:nth-child(9){left:55%;top:12%;animation-delay:1.8s}.gr-molecule__mesh span:nth-child(10){left:72%;top:20%;animation-delay:2s}.gr-molecule__mesh span:nth-child(11){left:92%;top:47%;animation-delay:2.2s}.gr-molecule__mesh span:nth-child(12){left:31%;top:16%;animation-delay:2.4s}
  .gr-molecule__copy { position: relative; z-index: 2; width: min(580px,100%); display: grid; align-content: end; min-height: 380px; }
  .gr-molecule__copy > span { color: var(--gr-lime); font: 700 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 22px; }
  .gr-molecule__copy strong { font-size: clamp(40px,6vw,76px); line-height: .95; letter-spacing: -.06em; }
  .gr-molecule__copy i { color: var(--gr-lime); font-size: 52px; font-style: normal; line-height: 1; }
  .gr-molecule__copy p { margin-top: 24px !important; max-width: 480px; color: rgba(255,255,255,.6); }

  .gr-feature--dark { background: #050b08; }
  .gr-feature__grid, .gr-lock__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
  .gr-feature__media { position: relative; min-height: 720px; display: grid; place-items: center; padding: 28px; border-radius: 40px; overflow: hidden; background: radial-gradient(circle at 50% 45%, #193925, #0a1510 66%); }
  .gr-feature__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,.08), transparent 25% 75%, rgba(185,255,56,.06)); pointer-events: none; }
  .gr-feature__media .gr-product-picture { position: relative; z-index: 2; width: min(76%, 540px); border-radius: 28px; border: 1px solid rgba(255,255,255,.24); box-shadow: 0 38px 88px rgba(0,0,0,.46), 0 8px 24px rgba(185,255,56,.07), inset 0 1px 0 rgba(255,255,255,.85); transform: translate(var(--gr-tilt-x, 0px), var(--gr-tilt-y, 0px)) rotateX(var(--gr-tilt-rx, 0deg)) rotateY(var(--gr-tilt-ry, 0deg)) rotateZ(var(--gr-tilt-rz, 0deg)); }
  .gr-feature__halo { position: absolute; width: 60%; aspect-ratio: 1; border-radius: 50%; background: rgba(86,239,142,.16); filter: blur(55px); }
  .gr-feature__copy > p { margin-top: 28px !important; max-width: 610px; color: rgba(255,255,255,.6); font-size: 18px; }
  .gr-proof { margin-top: 42px; padding: 25px 0 0; border-top: 1px solid rgba(255,255,255,.14); display: grid; gap: 8px; }
  .gr-proof strong { color: var(--gr-lime); font-size: 14px; text-transform: uppercase; letter-spacing: .12em; }
  .gr-proof span { color: rgba(255,255,255,.55); }
  .gr-callout { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 10px 13px; border-radius: 999px; background: rgba(6,16,11,.68); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(10px); color: rgba(255,255,255,.78); font-size: 11px; }
  .gr-callout span { width: 7px; height: 7px; border-radius: 50%; background: var(--gr-lime); box-shadow: 0 0 12px var(--gr-lime); }
  .gr-callout--a { left: 8%; top: 24%; }.gr-callout--b { right: 8%; bottom: 19%; }

  .gr-lock { background: linear-gradient(#f5f7f2, #ecefe9); color: #08110d; }
  .gr-lock .gr-kicker { color: #328f51; }
  .gr-lock__copy > p { margin-top: 28px !important; color: #566159; font-size: 18px; }
  .gr-checks { list-style: none; padding: 0; margin-top: 32px !important; display: grid; gap: 0; border-top: 1px solid #cad0ca; }
  .gr-checks li { padding: 17px 0 17px 32px; border-bottom: 1px solid #cad0ca; position: relative; color: #2d3731; font-weight: 700; }
  .gr-checks li::before { content: "✓"; position: absolute; left: 0; color: #259657; }
  .gr-lock__media { position: relative; min-height: 700px; padding: 28px; border-radius: 40px; overflow: hidden; background: radial-gradient(circle at 52% 42%, #173724 0, #09130e 58%, #050907 100%); display: grid; place-items: center; }
  .gr-lock__media .gr-product-picture { position: relative; z-index: 2; width: min(82%, 560px); border-radius: 28px; border: 1px solid rgba(134,255,169,.24); box-shadow: 0 38px 88px rgba(0,0,0,.52), 0 0 34px rgba(81,228,136,.14), inset 0 1px 0 rgba(255,255,255,.08); transform: translate(var(--gr-tilt-x, 0px), var(--gr-tilt-y, 0px)) rotateX(var(--gr-tilt-rx, 0deg)) rotateY(var(--gr-tilt-ry, 0deg)) rotateZ(calc(-8deg + var(--gr-tilt-rz, 0deg))); }
  .gr-lock__beam { position: absolute; width: 160%; height: 150px; left: -30%; top: 33%; transform: rotate(-17deg); background: linear-gradient(90deg, transparent, rgba(81,228,136,.02), rgba(81,228,136,.22), rgba(185,255,56,.1), transparent); filter: blur(22px); animation: gr-beam 6s ease-in-out infinite; }
  .gr-lock__badge { position: absolute; z-index: 3; right: 8%; bottom: 9%; padding: 15px 17px; border-radius: 17px; background: #0d1c14; color: #fff; font-weight: 760; font-size: 12px; line-height: 1.2; box-shadow: 0 18px 45px rgba(0,0,0,.18); }

  .gr-honeycomb { background: #0a1710; }
  .gr-honeycomb__top { display: grid; grid-template-columns: 1.2fr .65fr; gap: 90px; align-items: end; }
  .gr-honeycomb__top > p { color: rgba(255,255,255,.58); font-size: 18px; }
  .gr-honeycomb__stage { position: relative; min-height: 720px; margin-top: 80px; padding: 28px; border-radius: 42px; overflow: hidden; background: radial-gradient(circle at 50% 50%, #1a3e29, #07100c 68%); display: grid; place-items: center; }
  .gr-honeycomb__grid { position: absolute; inset: -15%; opacity: .26; background-image: linear-gradient(30deg, #92ff58 12%, transparent 12.5%, transparent 87%, #92ff58 87.5%, #92ff58), linear-gradient(150deg, #92ff58 12%, transparent 12.5%, transparent 87%, #92ff58 87.5%, #92ff58), linear-gradient(30deg, #92ff58 12%, transparent 12.5%, transparent 87%, #92ff58 87.5%, #92ff58), linear-gradient(150deg, #92ff58 12%, transparent 12.5%, transparent 87%, #92ff58 87.5%, #92ff58), linear-gradient(60deg, rgba(146,255,88,.4) 25%, transparent 25.5%, transparent 75%, rgba(146,255,88,.4) 75%, rgba(146,255,88,.4)); background-size: 96px 168px; background-position: 0 0,0 0,48px 84px,48px 84px,0 0; transform: perspective(700px) rotateX(58deg) rotateZ(-12deg) scale(1.4); }
  .gr-honeycomb__stage .gr-product-picture { position: relative; z-index: 2; width: min(64%, 580px); border-radius: 28px; border: 1px solid rgba(134,255,169,.22); box-shadow: 0 40px 92px rgba(0,0,0,.56), 0 0 34px rgba(81,228,136,.12), inset 0 1px 0 rgba(255,255,255,.1); transform: rotate(-8deg); }
  .gr-load { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; font-size: 11px; color: rgba(255,255,255,.72); }
  .gr-load span { width: 9px; height: 9px; border-radius: 50%; background: var(--gr-lime); box-shadow: 0 0 16px var(--gr-lime); }
  .gr-load--1 { left: 8%; top: 24%; }.gr-load--2 { right: 7%; top: 47%; }.gr-load--3 { left: 18%; bottom: 13%; }

  .gr-benefits { background: var(--gr-paper); color: #07110d; }
  .gr-benefits .gr-kicker { color: #328f51; }
  .gr-benefits__head { display: grid; grid-template-columns: 1.25fr .55fr; gap: 70px; align-items: end; }
  .gr-benefits__head > p { color: #58635c; font-size: 18px; }
  .gr-card-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; margin-top: 76px; }
  .gr-card { grid-column: span 4; min-height: 330px; padding: 34px; border-radius: 30px; background: #fff; border: 1px solid #dfe4df; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; box-shadow: 0 22px 60px rgba(14,29,20,.055); transition: transform .35s var(--gr-ease), box-shadow .35s ease; }
  .gr-card:hover { transform: translateY(-6px); box-shadow: 0 28px 75px rgba(14,29,20,.11); }
  .gr-card h3 { font-size: 28px; line-height: 1.02; letter-spacing: -.045em; }
  .gr-card p { margin-top: 14px !important; color: #667168; }
  .gr-card__number { margin-bottom: auto; font-size: clamp(74px,8vw,118px); line-height: .8; letter-spacing: -.08em; font-weight: 800; }
  .gr-card--lime { background: var(--gr-lime); border-color: transparent; }
  .gr-card--lime p { color: rgba(7,17,13,.7); }
  .gr-card--wide { grid-column: span 8; min-height: 360px; flex-direction: row; align-items: flex-end; gap: 46px; background: #0d1d14; color: #fff; border-color: transparent; }
  .gr-card--wide p { color: rgba(255,255,255,.55); max-width: 520px; }
  .gr-card__eco { position: relative; flex: 0 0 180px; aspect-ratio: 1; display: grid; place-items: center; }
  .gr-card__eco-ring { position: absolute; inset: 0; border: 1px dashed rgba(185,255,56,.55); border-radius: 50%; animation: gr-spin 16s linear infinite; }
  .gr-card__eco-ring::before, .gr-card__eco-ring::after { content: ""; position: absolute; width: 20px; height: 20px; border-radius: 50%; background: var(--gr-lime); box-shadow: 0 0 30px rgba(185,255,56,.5); }
  .gr-card__eco-ring::before { left: 12px; top: 23px; }.gr-card__eco-ring::after { right: 9px; bottom: 31px; }
  .gr-card__eco-leaf { font-size: 58px; font-weight: 800; letter-spacing: -.08em; color: var(--gr-lime); }
  .gr-card__icon { margin-bottom: auto; width: 58px; height: 58px; border-radius: 18px; background: #eef2ed; display: grid; place-items: center; color: #23884c; font-size: 27px; }
  .gr-card--metric { background: linear-gradient(135deg, #e7f6ed, #fff); }

  .gr-economy { background: #06100b; }
  .gr-economy__grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: center; }
  .gr-economy__copy > p { margin: 28px 0 35px !important; max-width: 550px; color: rgba(255,255,255,.58); font-size: 18px; }
  .gr-economy__panel { border: 1px solid rgba(255,255,255,.11); border-radius: 32px; overflow: hidden; background: rgba(255,255,255,.035); }
  .gr-economy__row { display: grid; grid-template-columns: .8fr .7fr 1fr; gap: 24px; align-items: center; padding: 28px 30px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .gr-economy__row:last-child { border-bottom: 0; }
  .gr-economy__row span { color: rgba(255,255,255,.54); }
  .gr-economy__row strong { color: var(--gr-lime); font-size: 26px; letter-spacing: -.04em; }
  .gr-economy__row small { color: rgba(255,255,255,.4); }

  .gr-usecases { background: #101e16; }
  .gr-usecases__head { max-width: 920px; }
  .gr-usecases__grid { margin-top: 80px; border-top: 1px solid rgba(255,255,255,.13); }
  .gr-usecase { display: grid; grid-template-columns: 90px .8fr 1fr; gap: 38px; align-items: center; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .gr-usecase > span { color: var(--gr-lime); font: 700 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
  .gr-usecase h3 { font-size: clamp(28px,3.4vw,48px); letter-spacing: -.055em; line-height: 1; }
  .gr-usecase p { color: rgba(255,255,255,.48); max-width: 520px; }

  .gr-specs { background: #eef1ec; color: #09120e; }
  .gr-specs .gr-kicker { color: #328f51; }
  .gr-specs__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
  .gr-specs__sticky { position: sticky; top: 100px; }
  .gr-specs__product { margin-top: 48px; min-height: 360px; padding: 22px; border-radius: 30px; display: grid; place-items: center; background: radial-gradient(circle at 50% 35%, #1a3427 0, #0f2018 36%, #0a130f 72%, #070c09 100%); overflow: hidden; }
  .gr-specs__product .gr-product-picture { width: min(74%, 500px); border-radius: 26px; border: 1px solid rgba(134,255,169,.18); box-shadow: 0 32px 66px rgba(0,0,0,.38), 0 0 28px rgba(81,228,136,.1), inset 0 1px 0 rgba(255,255,255,.08); transform: translate(var(--gr-tilt-x, 0px), var(--gr-tilt-y, 0px)) rotateX(var(--gr-tilt-rx, 0deg)) rotateY(var(--gr-tilt-ry, 0deg)) rotateZ(calc(-8deg + var(--gr-tilt-rz, 0deg))); }
  .gr-spec-list { border-top: 1px solid #cbd2cc; }
  .gr-spec-list > div { display: grid; grid-template-columns: .78fr 1.22fr; gap: 38px; padding: 25px 0; border-bottom: 1px solid #cbd2cc; }
  .gr-spec-list dt { color: #657068; }
  .gr-spec-list dd { font-weight: 700; }

  .gr-final { position: relative; overflow: hidden; background: radial-gradient(circle at 74% 30%, #20553a, #08150e 58%, #050a07); }
  .gr-final__aurora { position: absolute; width: 750px; height: 750px; border-radius: 50%; right: -240px; top: -250px; background: conic-gradient(from 20deg, rgba(185,255,56,.3), rgba(53,212,115,.1), transparent 68%); filter: blur(20px); animation: gr-spin 25s linear infinite reverse; }
  .gr-final__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .72fr; gap: 90px; align-items: center; }
  .gr-final__title { margin-top: 18px !important; font-size: clamp(58px,8vw,112px); line-height: .9; letter-spacing: -.07em; }
  .gr-final__copy > p { margin-top: 30px !important; max-width: 660px; color: rgba(255,255,255,.58); font-size: 19px; }
  .gr-final__contacts { display: flex; flex-wrap: wrap; gap: 20px 30px; margin-top: 40px; }
  .gr-final__contacts a { color: #fff; text-decoration: none; font-weight: 760; }
  .gr-form { padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 30px; background: rgba(255,255,255,.065); backdrop-filter: blur(24px); display: grid; gap: 16px; box-shadow: 0 35px 100px rgba(0,0,0,.24); }
  .gr-form label { display: grid; gap: 7px; }
  .gr-form label > span { color: rgba(255,255,255,.52); font-size: 12px; font-weight: 700; }
  .gr-form input, .gr-form textarea { width: 100%; color: #fff; background: rgba(0,0,0,.17); border: 1px solid rgba(255,255,255,.13); border-radius: 15px; padding: 14px 15px; outline: none; transition: border-color .25s ease, box-shadow .25s ease; }
  .gr-form textarea { resize: vertical; }
  .gr-form input:focus, .gr-form textarea:focus { border-color: rgba(185,255,56,.7); box-shadow: 0 0 0 4px rgba(185,255,56,.08); }
  .gr-form__consent { grid-template-columns: auto 1fr !important; align-items: start; gap: 10px !important; }
  .gr-form__consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--gr-lime); }
  .gr-form__consent span { font-weight: 500 !important; line-height: 1.35; }
  .gr-form__status { min-height: 22px; color: var(--gr-lime); font-size: 12px; text-align: center; }
  .gr-form.is-invalid { animation: gr-shake .35s ease; }

  .gr-footer { padding: 25px 0; border-top: 1px solid rgba(255,255,255,.08); background: #040806; }
  .gr-footer__inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; color: rgba(255,255,255,.5); font-size: 12px; }
  .gr-footer a { text-decoration: none; color: #fff; }

  .gr-reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--gr-ease), transform .8s var(--gr-ease); }
  .gr-reveal.is-visible { opacity: 1; transform: translateY(0); }

  @keyframes gr-spin { to { transform: rotate(360deg); } }
  @keyframes gr-pulse { 0%,100% { transform: scale(.7); opacity: .6; } 50% { transform: scale(1.35); opacity: 1; } }
  @keyframes gr-beam { 0%,100% { transform: translateX(-18%) rotate(-17deg); opacity: .35; } 50% { transform: translateX(20%) rotate(-17deg); opacity: .85; } }
  @keyframes gr-shake { 0%,100%{transform:none} 25%{transform:translateX(-6px)} 75%{transform:translateX(6px)} }
}

@layer utilities {
  @media (max-width: 980px) {
    .gr-section { padding: 105px 0; }
    .gr-nav__inner { grid-template-columns: 1fr auto auto; }
    .gr-nav__toggle { display: block; }
    .gr-nav__links { position: absolute; left: 20px; right: 20px; top: 70px; padding: 18px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(5,14,10,.96); backdrop-filter: blur(18px); flex-direction: column; align-items: stretch; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .25s ease; }
    .gr-nav__links.is-open { opacity: 1; visibility: visible; transform: none; }
    .gr-nav__links a { padding: 10px; font-size: 15px; }
    .gr-hero { padding-top: 130px; }
    .gr-hero__visual { height: 580px; }
    .gr-hero__visual .gr-product-picture { width: min(62vw,520px); }
    .gr-floating-tag--left { left: 0; }.gr-floating-tag--right { right: 0; }
    .gr-statline { grid-template-columns: repeat(2,1fr); }
    .gr-stat:nth-child(2) { border-right: 0; }.gr-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
    .gr-intro__grid, .gr-honeycomb__top, .gr-benefits__head, .gr-economy__grid, .gr-specs__grid, .gr-final__grid { grid-template-columns: 1fr; gap: 50px; }
    .gr-feature__grid, .gr-lock__grid { grid-template-columns: 1fr; gap: 60px; }
    .gr-feature__media, .gr-lock__media { min-height: 600px; padding: 24px; }
    .gr-molecule { padding: 44px; }
    .gr-card { grid-column: span 6; }
    .gr-card--wide { grid-column: span 12; }
    .gr-economy__panel { order: -1; }
    .gr-usecase { grid-template-columns: 55px 1fr; }
    .gr-usecase p { grid-column: 2; }
    .gr-specs__sticky { position: static; }
  }

  @media (max-width: 640px) {
    .gr-shell { width: min(calc(100% - 24px), var(--gr-shell)); }
    .gr-section { padding: 82px 0; }
    .gr-nav__inner { min-height: 58px; gap: 12px; }
    .gr-nav__inner > .gr-button { display: none; }
    .gr-nav__inner { grid-template-columns: 1fr auto; }
    .gr-hero { min-height: auto; padding: 112px 0 35px; }
    .gr-hero__title { font-size: clamp(54px,17vw,84px); }
    .gr-hero__title > span { font-size: .49em; }
    .gr-hero__lead { font-size: 16px; }
    .gr-hero__actions { flex-direction: column; gap: 18px; }
    .gr-hero__visual { min-height: 390px; height: 92vw; margin-top: 22px; }
    .gr-hero__visual .gr-product-picture { width: min(90vw, 440px); top: 49%; }
    .gr-floating-tag { padding: 10px 12px; border-radius: 13px; }
    .gr-floating-tag strong { font-size: 19px; }.gr-floating-tag span { font-size: 9px; }
    .gr-floating-tag--left { top: 24%; }.gr-floating-tag--right { top: 63%; }
    .gr-statline { grid-template-columns: 1fr 1fr; }
    .gr-stat { padding: 17px 12px; }
    .gr-stat strong { font-size: 22px; }
    .gr-heading { font-size: clamp(44px,14vw,66px); }
    .gr-intro__copy, .gr-feature__copy > p, .gr-lock__copy > p, .gr-honeycomb__top > p, .gr-benefits__head > p, .gr-economy__copy > p { font-size: 16px; }
    .gr-molecule { min-height: 470px; margin-top: 60px; padding: 30px 22px; border-radius: 28px; }
    .gr-molecule__copy { min-height: 405px; }
    .gr-feature__media, .gr-lock__media { min-height: 470px; padding: 18px; border-radius: 28px; }
    .gr-feature__media .gr-product-picture, .gr-lock__media .gr-product-picture { width: 92%; }
    .gr-honeycomb__stage { min-height: 470px; padding: 18px; border-radius: 28px; }
    .gr-honeycomb__stage .gr-product-picture { width: 92%; }
    .gr-specs__product { min-height: 320px; padding: 16px; }
    .gr-specs__product .gr-product-picture { width: 92%; }
    .gr-callout { font-size: 9px; }.gr-callout--a { left: 3%; }.gr-callout--b { right: 3%; }
    .gr-honeycomb__stage { min-height: 520px; margin-top: 50px; border-radius: 28px; }
    .gr-honeycomb__stage .gr-product-picture { width: 84%; }
    .gr-load { font-size: 9px; }.gr-load--1{left:4%;top:13%}.gr-load--2{right:3%;top:70%}.gr-load--3{left:8%;bottom:8%}
    .gr-card-grid { margin-top: 50px; }
    .gr-card, .gr-card--wide { grid-column: span 12; min-height: 300px; padding: 26px; }
    .gr-card--wide { flex-direction: column; align-items: flex-start; gap: 32px; }
    .gr-card__eco { flex-basis: 130px; }
    .gr-card h3 { font-size: 26px; }
    .gr-economy__row { grid-template-columns: 1fr auto; gap: 8px 14px; padding: 22px 20px; }
    .gr-economy__row small { grid-column: 1 / -1; }
    .gr-usecase { grid-template-columns: 42px 1fr; gap: 18px; padding: 24px 0; }
    .gr-usecase h3 { font-size: 31px; }
    .gr-spec-list > div { grid-template-columns: 1fr; gap: 8px; padding: 20px 0; }
    .gr-final__title { font-size: clamp(50px,16vw,78px); }
    .gr-form { padding: 20px; border-radius: 24px; }
    .gr-footer__inner { flex-direction: column; align-items: flex-start; }
  }

  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .gr-hero__aurora, .gr-card__eco-ring, .gr-molecule__mesh span, .gr-lock__beam, .gr-final__aurora { animation: none !important; }
    .gr-reveal { opacity: 1; transform: none; transition: none; }
    .gr-hero__visual .gr-product-picture { transition: none; }
  }
}

/* === GreenRoad premium photo presentation v5 === */
.gr-product-picture {
  position: relative;
  display: block;
  line-height: 0;
  overflow: visible !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  isolation: isolate;
}
.gr-product-picture::before,
.gr-product-picture::after {
  content: none !important;
  display: none !important;
}
.gr-product-photo {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: auto !important;
  object-fit: contain;
  object-position: center center;
  image-rendering: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.gr-hero__visual {
  height: 760px;
}
.gr-hero__visual .gr-product-picture--hero {
  position: absolute;
  width: min(56vw, 820px);
  left: 50%;
  top: 49%;
  transform: translate(calc(-50% + var(--gr-tilt-x, 0px)), calc(-50% + var(--gr-tilt-y, 0px))) rotateX(calc(4deg + var(--gr-tilt-rx, 0deg))) rotateY(var(--gr-tilt-ry, 0deg)) rotateZ(calc(-3deg + var(--gr-tilt-rz, 0deg)));
  will-change: transform;
  transition: transform .3s var(--gr-ease);
}
.gr-product-picture--hero .gr-product-photo {
  filter: drop-shadow(0 34px 80px rgba(0,0,0,.64)) drop-shadow(0 0 36px rgba(81,228,136,.18));
}
.gr-product-glow { opacity: .55; filter: blur(44px); }

.gr-feature__media,
.gr-lock__media,
.gr-honeycomb__stage,
.gr-specs__product {
  overflow: hidden;
}
.gr-feature__media::after { display: none; }
.gr-feature__media {
  min-height: 760px;
  padding: 36px;
  background: radial-gradient(circle at 50% 48%, rgba(25,58,39,.95) 0%, rgba(10,19,15,.96) 58%, rgba(5,8,6,.98) 100%);
}
.gr-feature__media .gr-product-picture--top {
  position: relative;
  z-index: 2;
  width: min(90%, 620px);
  transform: translate(var(--gr-tilt-x, 0px), var(--gr-tilt-y, 0px)) rotateX(var(--gr-tilt-rx, 0deg)) rotateY(var(--gr-tilt-ry, 0deg)) rotateZ(var(--gr-tilt-rz, 0deg));
}
.gr-product-picture--top .gr-product-photo {
  filter: drop-shadow(0 32px 76px rgba(0,0,0,.56)) drop-shadow(0 0 26px rgba(81,228,136,.12));
}
.gr-callout--a { left: 5%; top: 18%; }
.gr-callout--b { right: 6%; top: auto; bottom: 18%; }

.gr-lock__media {
  min-height: 760px;
  padding: 34px;
  background: radial-gradient(circle at 56% 36%, rgba(22,54,36,.94) 0%, rgba(10,17,13,.96) 58%, rgba(4,7,5,.99) 100%);
}
.gr-lock__beam { opacity: .38; filter: blur(2px); }
.gr-lock__media .gr-product-picture--detail {
  position: relative;
  z-index: 2;
  width: min(90%, 600px);
  aspect-ratio: 1 / 1.06;
  overflow: hidden !important;
  border-radius: 34px !important;
}
.gr-product-picture--detail .gr-product-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 12%;
  filter: drop-shadow(0 20px 50px rgba(0,0,0,.25));
}
.gr-lock__badge { right: 6%; bottom: 7%; }

.gr-honeycomb__stage {
  min-height: 760px;
  padding: 34px;
  background: radial-gradient(circle at 50% 48%, rgba(22,55,37,.96) 0%, rgba(8,14,10,.97) 62%, rgba(4,7,5,.99) 100%);
}
.gr-honeycomb__stage .gr-product-picture--bottom-angle {
  position: relative;
  z-index: 2;
  width: min(80%, 700px);
  transform: rotate(-6deg);
}
.gr-product-picture--bottom-angle .gr-product-photo {
  filter: drop-shadow(0 32px 82px rgba(0,0,0,.60)) drop-shadow(0 0 26px rgba(81,228,136,.14));
}
.gr-honeycomb__grid { opacity: .45; }

.gr-specs__product {
  min-height: 520px;
  padding: 24px 10px;
  background: radial-gradient(circle at 50% 42%, rgba(24,52,36,.97) 0%, rgba(9,17,12,.97) 58%, rgba(5,7,5,.99) 100%);
}
.gr-specs__product .gr-product-picture--bottom {
  width: min(92%, 620px);
  transform: none !important;
}
.gr-product-picture--bottom .gr-product-photo {
  filter: drop-shadow(0 26px 64px rgba(0,0,0,.54)) drop-shadow(0 0 20px rgba(81,228,136,.12));
}

@media (max-width: 980px) {
  .gr-hero__visual { height: 640px; }
  .gr-hero__visual .gr-product-picture--hero { width: min(74vw, 700px); }
  .gr-feature__media,
  .gr-lock__media,
  .gr-honeycomb__stage { min-height: 620px; padding: 26px; }
  .gr-feature__media .gr-product-picture--top,
  .gr-lock__media .gr-product-picture--detail,
  .gr-honeycomb__stage .gr-product-picture--bottom-angle { width: min(94%, 620px); }
  .gr-specs__product { min-height: 460px; }
}

@media (max-width: 640px) {
  .gr-hero__visual { height: 110vw; min-height: 420px; max-height: 560px; }
  .gr-hero__visual .gr-product-picture--hero {
    width: min(96vw, 500px);
    top: 50%;
  }
  .gr-product-picture--hero .gr-product-photo {
    filter: drop-shadow(0 22px 54px rgba(0,0,0,.58)) drop-shadow(0 0 18px rgba(81,228,136,.16));
  }
  .gr-feature__media,
  .gr-lock__media,
  .gr-honeycomb__stage {
    min-height: 500px;
    padding: 18px;
    border-radius: 28px;
  }
  .gr-feature__media .gr-product-picture--top,
  .gr-honeycomb__stage .gr-product-picture--bottom-angle { width: 96%; }
  .gr-lock__media .gr-product-picture--detail { width: 100%; border-radius: 24px !important; }
  .gr-specs__product { min-height: 360px; padding: 12px 0; }
  .gr-specs__product .gr-product-picture--bottom { width: 96%; }
  .gr-callout--a { left: 4%; top: 12%; }
  .gr-callout--b { right: 4%; bottom: 12%; }
  .gr-lock__badge { right: 4%; bottom: 4%; }
}

/* === GreenRoad frameless photo integration v6 === */
/* Product imagery is part of the page scene: no cards, no borders, no image backplates. */
.gr-product-picture,
.gr-hero__visual .gr-product-picture,
.gr-feature__media .gr-product-picture,
.gr-lock__media .gr-product-picture,
.gr-honeycomb__stage .gr-product-picture,
.gr-specs__product .gr-product-picture {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
}
.gr-product-picture::before,
.gr-product-picture::after,
.gr-feature__media::before,
.gr-feature__media::after,
.gr-lock__media::before,
.gr-lock__media::after,
.gr-honeycomb__stage::before,
.gr-honeycomb__stage::after,
.gr-specs__product::before,
.gr-specs__product::after {
  display: none !important;
  content: none !important;
}
.gr-product-photo {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  filter: none !important;
}

/* Remove every separate visual plate around the photos. */
.gr-feature__media,
.gr-lock__media,
.gr-honeycomb__stage,
.gr-specs__product {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
}
.gr-feature__halo,
.gr-lock__beam,
.gr-honeycomb__grid,
.gr-product-glow,
.gr-callout,
.gr-lock__badge,
.gr-load {
  display: none !important;
}

/* Keep all product-photo sections in one continuous dark visual language. */
.gr-feature--dark,
.gr-lock,
.gr-honeycomb,
.gr-specs {
  background: #06100b !important;
  color: #fff !important;
}
.gr-lock .gr-kicker,
.gr-specs .gr-kicker { color: var(--gr-lime) !important; }
.gr-lock__copy > p,
.gr-honeycomb__top > p { color: rgba(255,255,255,.62) !important; }
.gr-checks { border-top-color: rgba(255,255,255,.14) !important; }
.gr-checks li {
  color: rgba(255,255,255,.82) !important;
  border-bottom-color: rgba(255,255,255,.14) !important;
}
.gr-spec-list { border-top-color: rgba(255,255,255,.14) !important; }
.gr-spec-list > div { border-bottom-color: rgba(255,255,255,.14) !important; }
.gr-spec-list dt { color: rgba(255,255,255,.48) !important; }
.gr-spec-list dd { color: #fff !important; }

/* Each image gets its own composition, but never a visible container. */
.gr-hero__visual { height: 760px; overflow: visible; }
.gr-hero__visual .gr-product-picture--hero {
  width: min(58vw, 860px) !important;
  top: 50% !important;
}
.gr-feature__media { min-height: 740px !important; }
.gr-feature__media .gr-product-picture--top {
  width: min(96%, 690px) !important;
  transform: translate(var(--gr-tilt-x,0),var(--gr-tilt-y,0)) rotateX(var(--gr-tilt-rx,0deg)) rotateY(var(--gr-tilt-ry,0deg)) !important;
}
.gr-lock__media { min-height: 720px !important; }
.gr-lock__media .gr-product-picture--detail {
  width: min(100%, 720px) !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
}
.gr-product-picture--detail .gr-product-photo {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}
.gr-honeycomb__stage {
  min-height: 760px !important;
  margin-top: 60px !important;
}
.gr-honeycomb__stage .gr-product-picture--bottom-angle {
  width: min(82%, 760px) !important;
  transform: rotate(-5deg) !important;
}
.gr-specs__product {min-height: 560px !important;
  margin-top: 34px !important;
}
.gr-specs__product .gr-product-picture--bottom {
  width: min(100%, 680px) !important;
  transform: none !important;
}

@media (max-width: 980px) {
  .gr-hero__visual { height: 640px; }
  .gr-hero__visual .gr-product-picture--hero { width: min(78vw,720px) !important; }
  .gr-feature__media,
  .gr-lock__media,
  .gr-honeycomb__stage { min-height: 620px !important; }
  .gr-feature__media .gr-product-picture--top,
  .gr-lock__media .gr-product-picture--detail,
  .gr-honeycomb__stage .gr-product-picture--bottom-angle { width: min(96%,650px) !important; }
  .gr-specs__product { min-height: 480px !important; }
}
@media (max-width: 640px) {
  .gr-hero__visual { height: 112vw; min-height: 430px; max-height: 570px; }
  .gr-hero__visual .gr-product-picture--hero { width: min(100vw,520px) !important; }
  .gr-feature__media,
  .gr-lock__media,
  .gr-honeycomb__stage { min-height: 500px !important; }
  .gr-feature__media .gr-product-picture--top,
  .gr-lock__media .gr-product-picture--detail,
  .gr-honeycomb__stage .gr-product-picture--bottom-angle,
  .gr-specs__product .gr-product-picture--bottom { width: 100% !important; }
  .gr-honeycomb__stage { margin-top: 34px !important; }
  .gr-specs__product { min-height: 380px !important; }
}


.gr-hero__title {
  letter-spacing: -0.03em !important;
}

.gr-hero__title > span {
  letter-spacing: -0.035em !important;
}



/* Упрощаем первый экран */

.gr-hero__title > span {
  font-size: clamp(38px, 5vw, 52px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
  margin-top: 14px !important;
}

.gr-hero__lead {
  max-width: 760px !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
  margin-top: 28px !important;
}



/* Облегчаем кнопки первого экрана */

.gr-hero__actions {
  gap: 28px !important;
}

.gr-hero__actions .gr-button {
  padding: 16px 25px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
}

.gr-hero__actions .gr-link {
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  opacity: 0.82;
}

.gr-hero__actions .gr-link:hover {
  opacity: 1;
}


/* Надзаголовок первого экрана */

.gr-eyebrow {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.13em !important;
  color: rgba(185, 255, 56, 0.82) !important;
  margin-bottom: 20px !important;
}


/* Аккуратное верхнее меню */

.gr-nav {
  border-top: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  background: rgba(4, 15, 10, 0.82) !important;
  backdrop-filter: blur(18px) !important;
}

.gr-nav__inner {
  min-height: 66px !important;
}

.gr-brand {
  font-size: 15px !important;
  font-weight: 650 !important;
}

.gr-nav__links {
  gap: 34px !important;
}

.gr-nav__links a {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.68) !important;
  letter-spacing: 0 !important;
}

.gr-nav__links a:hover {
  color: rgba(255, 255, 255, 1) !important;
}

.gr-nav .gr-button--small {
  padding: 11px 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}


/* Увеличиваем боковые плашки возле товара */

.gr-floating-tag {
  min-width: 180px !important;
  padding: 22px 24px !important;

  display: grid !important;
  gap: 7px !important;

  border-radius: 22px !important;
  border: 1px solid rgba(185, 255, 56, 0.22) !important;

  background: rgba(5, 16, 11, 0.72) !important;
  backdrop-filter: blur(18px) !important;

  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

.gr-floating-tag strong {
  font-size: 32px !important;
  line-height: 1 !important;
  font-weight: 650 !important;
  letter-spacing: -0.035em !important;
  color: #b9ff38 !important;
}

.gr-floating-tag span {
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 450 !important;
  color: rgba(255, 255, 255, 0.68) !important;
}

/* Делаем боковые показатели компактнее */

.gr-floating-tag {
  min-width: 158px !important;
  padding: 18px 20px !important;
  gap: 8px !important;

  border-radius: 18px !important;
  border-color: rgba(185, 255, 56, 0.16) !important;
  background: rgba(5, 16, 11, 0.78) !important;
}

.gr-floating-tag strong {
  font-size: 31px !important;
  line-height: 1 !important;
  font-weight: 650 !important;
}

.gr-floating-tag span {
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

/* Выравниваем боковые показатели визуально */

.gr-floating-tag {
  width: 168px !important;
  min-width: 168px !important;
  min-height: 102px !important;
  padding: 18px 18px !important;

  align-content: center !important;
  justify-items: center !important;
  text-align: center !important;
}

.gr-floating-tag--left strong {
  font-size: 38px !important;
}

.gr-floating-tag--right strong {
  font-size: 32px !important;
}

.gr-floating-tag span {
  width: 100% !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  text-align: center !important;
}

/* Блок «Эластичная матрица + Молекулярная сетка» */

/* Убираем старые ромбики и точки */
.gr-molecule__mesh {
  opacity: 0.85 !important;
  transform: none !important;

  background:
    linear-gradient(
      90deg,
      rgba(7, 16, 12, 0.88) 0%,
      rgba(7, 16, 12, 0.35) 34%,
      rgba(7, 16, 12, 0.05) 100%
    ),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M-80 300 C80 80 240 80 400 300 S720 520 880 300 S1200 80 1360 300' stroke='%23b9ff38' stroke-opacity='.30' stroke-width='6'/%3E%3Cpath d='M-80 300 C80 520 240 520 400 300 S720 80 880 300 S1200 520 1360 300' stroke='%2351e488' stroke-opacity='.22' stroke-width='6'/%3E%3Cg stroke='%23b9ff38' stroke-opacity='.16' stroke-width='3'%3E%3Cpath d='M40 180 L40 420'/%3E%3Cpath d='M200 105 L200 495'/%3E%3Cpath d='M360 240 L360 360'/%3E%3Cpath d='M520 390 L520 210'/%3E%3Cpath d='M680 480 L680 120'/%3E%3Cpath d='M840 330 L840 270'/%3E%3Cpath d='M1000 120 L1000 480'/%3E%3Cpath d='M1160 210 L1160 390'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    center / 125% auto no-repeat !important;
}

/* Полностью скрываем старые зелёные точки */
.gr-molecule__mesh span {
  display: none !important;
}

/* Заголовки делаем чисто белыми */
.gr-molecule__copy strong {
  color: #ffffff !important;
}

/* Плюс делаем белым и хорошо заметным */
.gr-molecule__copy i {
  display: block !important;
  width: fit-content !important;

  margin: 14px 0 12px !important;

  color: #ffffff !important;
  font-size: 46px !important;
  font-weight: 300 !important;
  line-height: 0.9 !important;

  text-shadow: 0 0 22px rgba(255, 255, 255, 0.24) !important;
}

/* Нижний текст делаем светлее и читаемее */
.gr-molecule__copy p {
  max-width: 520px !important;

  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

/* Единый стиль маленьких заголовков разделов */

.gr-eyebrow,
.gr-kicker {
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
}

/* Заголовок блока «Материал будущего» */

.gr-intro .gr-heading {
  max-width: 720px !important;
  font-size: clamp(58px, 6vw, 88px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.045em !important;
}

.gr-intro .gr-heading br + * {
  margin-top: 6px;
}

/* Собираем блок «Материал будущего» плотнее */

.gr-intro {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.gr-intro__grid {
  align-items: center !important;
  column-gap: 80px !important;
}

.gr-intro__grid > :last-child {
  max-width: 510px !important;
}

.gr-intro .gr-molecule {
  margin-top: 56px !important;
}



/* Убираем старую декоративную плёнку */
.gr-feature__media--pressure::after {
  display: none !important;
}

/* Контейнер изображения */
.gr-pressure-picture {
  display: block;
  width: min(100%, 650px);
  line-height: 0;
}

/* Само изображение */
.gr-pressure-image {
  display: block;

  width: 100%;
  height: auto;

  object-fit: contain;
  object-position: center;

  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;

  filter:
    drop-shadow(0 36px 70px rgba(0, 0, 0, 0.48))
    drop-shadow(0 0 26px rgba(68, 255, 129, 0.08));
}

/* Планшеты */
@media (max-width: 980px) {
  .gr-feature__media--pressure {
    min-height: auto !important;
  }

  .gr-pressure-picture {
    width: min(100%, 680px);
  }
}

/* Телефоны */
@media (max-width: 640px) {
  .gr-feature__media--pressure {
    min-height: auto !important;
    margin-bottom: 20px;
  }

  .gr-pressure-picture {
    width: 100%;
  }

  .gr-pressure-image {
    filter:
      drop-shadow(0 22px 46px rgba(0, 0, 0, 0.42))
      drop-shadow(0 0 18px rgba(68, 255, 129, 0.07));
  }
}

/* ===== Блок 01. Эффект «Стальной арматуры» — точная интеграция ===== */

.gr-feature__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: center;
  column-gap: 26px !important;
}

.gr-feature__media--pressure {
  position: relative;
  min-height: 860px !important;
  padding: 0 !important;
  margin: 0 !important;

  display: flex !important;
  align-items: stretch !important;
  justify-content: stretch !important;

  overflow: hidden !important;

  background:
    radial-gradient(circle at 18% 62%, rgba(37, 255, 148, 0.16) 0%, rgba(37, 255, 148, 0.00) 24%),
    radial-gradient(circle at 30% 34%, rgba(37, 255, 148, 0.07) 0%, rgba(37, 255, 148, 0.00) 30%),
    linear-gradient(180deg, rgba(4, 11, 8, 0.92) 0%, rgba(4, 11, 8, 0.98) 100%) !important;

  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* убираем старую декоративную пленку */
.gr-feature__media--pressure::after {
  display: none !important;
}

/* мягкое растворение в секцию */
.gr-feature__media--pressure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;

  background:
    linear-gradient(90deg,
      rgba(3, 10, 7, 0.88) 0%,
      rgba(3, 10, 7, 0.22) 10%,
      rgba(3, 10, 7, 0.00) 26%,
      rgba(3, 10, 7, 0.00) 74%,
      rgba(3, 10, 7, 0.18) 88%,
      rgba(3, 10, 7, 0.86) 100%
    ),
    linear-gradient(180deg,
      rgba(3, 10, 7, 0.84) 0%,
      rgba(3, 10, 7, 0.08) 14%,
      rgba(3, 10, 7, 0.00) 34%,
      rgba(3, 10, 7, 0.00) 76%,
      rgba(3, 10, 7, 0.48) 90%,
      rgba(3, 10, 7, 0.84) 100%
    );
}

.gr-pressure-picture {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.gr-pressure-image {
  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: 38% 54%;

  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  filter:
    saturate(1.02)
    contrast(1.02)
    drop-shadow(0 30px 60px rgba(0, 0, 0, 0.34));
}

/* правая колонка — чтобы текст стоял как на макете */
.gr-feature__copy {
  position: relative;
  z-index: 4;
  padding-top: 8px;
}

.gr-feature__copy .gr-kicker {
  margin-bottom: 18px !important;
}

.gr-feature__copy .gr-heading {
  max-width: 520px !important;
  margin-bottom: 26px !important;
}

.gr-feature__copy p {
  max-width: 610px !important;
  margin-bottom: 38px !important;
}

.gr-proof {
  max-width: 620px !important;
  padding-top: 28px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

/* ===== Планшеты ===== */
@media (max-width: 1180px) {
  .gr-feature__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    column-gap: 24px !important;
  }

  .gr-feature__media--pressure {
    min-height: 760px !important;
  }

  .gr-pressure-image {
    object-position: 36% 54%;
  }
}

/* ===== Мобильные ===== */
@media (max-width: 980px) {
  .gr-feature__grid {
    grid-template-columns: 1fr !important;
    row-gap: 26px !important;
  }

  .gr-feature__media--pressure {
    min-height: 540px !important;
  }

  .gr-feature__media--pressure::before {
    display: none !important;
  }

  .gr-pressure-image {
    object-fit: cover;
    object-position: center center;
  }

  .gr-feature__copy {
    padding-top: 0;
  }
}

/* Убираем видимую прямоугольную границу изображения */

.gr-feature__media--pressure {
  position: relative !important;
  overflow: visible !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Полностью отключаем старые затемняющие слои */
.gr-feature__media--pressure::before,
.gr-feature__media--pressure::after {
  content: none !important;
  display: none !important;
}

/* Картинка немного выходит за границы колонки */
.gr-pressure-picture {
  position: absolute !important;

  top: -7% !important;
  right: -9% !important;
  bottom: -8% !important;
  left: -8% !important;

  width: auto !important;
  height: auto !important;

  display: block !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  /*
   * Главное изменение:
   * края изображения становятся реально прозрачными,
   * а не просто затемнёнными.
   */
  -webkit-mask-image: radial-gradient(
    ellipse 88% 92% at 48% 50%,
    #000 0%,
    #000 66%,
    rgba(0, 0, 0, 0.94) 74%,
    rgba(0, 0, 0, 0.62) 84%,
    rgba(0, 0, 0, 0.20) 94%,
    transparent 100%
  ) !important;

  mask-image: radial-gradient(
    ellipse 88% 92% at 48% 50%,
    #000 0%,
    #000 66%,
    rgba(0, 0, 0, 0.94) 74%,
    rgba(0, 0, 0, 0.62) 84%,
    rgba(0, 0, 0, 0.20) 94%,
    transparent 100%
  ) !important;

  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;

  -webkit-mask-size: 100% 100% !important;
  mask-size: 100% 100% !important;
}

.gr-pressure-image {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;
  object-position: 72% 52% !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* На телефоне оставляем более мягкое растворение */
@media (max-width: 980px) {
  .gr-pressure-picture {
    position: relative !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    width: 106% !important;
    height: auto !important;
    margin-left: -3% !important;
  }

  .gr-pressure-image {
    height: auto !important;
  }
}

/* Финально растворяем изображение сверху, снизу и по бокам */

.gr-feature--dark {
  overflow: hidden !important;
}

.gr-feature__media--pressure {
  overflow: visible !important;
}

/* Уводим физические края картинки за пределы видимой области */
.gr-pressure-picture {
  top: -16% !important;
  right: -10% !important;
  bottom: -18% !important;
  left: -10% !important;

  width: auto !important;
  height: auto !important;
}

/* Настоящая прозрачность по всем четырём сторонам */
.gr-pressure-image {
  width: 100% !important;
  height: 100% !important;

  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.25) 6%,
      #000 17%,
      #000 79%,
      rgba(0, 0, 0, 0.25) 93%,
      transparent 100%
    ),
    linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.35) 5%,
      #000 13%,
      #000 87%,
      rgba(0, 0, 0, 0.35) 95%,
      transparent 100%
    ) !important;

  -webkit-mask-composite: source-in !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-size: 100% 100% !important;

  mask-image:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.25) 6%,
      #000 17%,
      #000 79%,
      rgba(0, 0, 0, 0.25) 93%,
      transparent 100%
    ),
    linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.35) 5%,
      #000 13%,
      #000 87%,
      rgba(0, 0, 0, 0.35) 95%,
      transparent 100%
    ) !important;

  mask-composite: intersect !important;
  mask-repeat: no-repeat !important;
  mask-size: 100% 100% !important;
}



/* ===== Блок 02. Молекулярный замок ===== */

.gr-feature__media--molecular {
  position: relative !important;
  min-height: 760px !important;
  padding: 0 !important;
  margin: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  overflow: visible !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.gr-molecular-picture {
  position: absolute !important;

  top: -10% !important;
  right: -8% !important;
  bottom: -12% !important;
  left: -8% !important;

  display: block !important;
  width: auto !important;
  height: auto !important;
  line-height: 0 !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.gr-molecular-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;
  object-position: center center !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;

  /* растворяем сверху, снизу и по бокам */
  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.25) 7%,
      #000 18%,
      #000 82%,
      rgba(0, 0, 0, 0.25) 93%,
      transparent 100%
    ),
    linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.30) 6%,
      #000 16%,
      #000 84%,
      rgba(0, 0, 0, 0.30) 94%,
      transparent 100%
    ) !important;

  -webkit-mask-composite: source-in !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-size: 100% 100% !important;

  mask-image:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.25) 7%,
      #000 18%,
      #000 82%,
      rgba(0, 0, 0, 0.25) 93%,
      transparent 100%
    ),
    linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.30) 6%,
      #000 16%,
      #000 84%,
      rgba(0, 0, 0, 0.30) 94%,
      transparent 100%
    ) !important;

  mask-composite: intersect !important;
  mask-repeat: no-repeat !important;
  mask-size: 100% 100% !important;

  filter:
    saturate(1.02)
    contrast(1.02)
    drop-shadow(0 24px 48px rgba(0, 0, 0, 0.30)) !important;
}

/* чтобы секция аккуратно обрезала всё лишнее */
.gr-feature--dark {
  overflow: hidden !important;
}

/* планшеты */
@media (max-width: 1180px) {
  .gr-feature__media--molecular {
    min-height: 660px !important;
  }

  .gr-molecular-picture {
    top: -8% !important;
    right: -6% !important;
    bottom: -10% !important;
    left: -6% !important;
  }
}

/* мобильные */
@media (max-width: 980px) {
  .gr-feature__media--molecular {
    min-height: 520px !important;
    margin-top: 18px !important;
  }

  .gr-molecular-picture {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 108% !important;
    height: auto !important;
    margin-left: -4% !important;
  }

  .gr-molecular-image {
    height: auto !important;
    object-fit: contain !important;
  }
}





/* Компактный блок 03 — «Стабильность геометрии» */

.gr-honeycomb {
  padding-top: 78px !important;
  padding-bottom: 68px !important;
}

/* Заголовок и описание ближе друг к другу */
.gr-honeycomb__top {
  column-gap: 54px !important;
  row-gap: 24px !important;
  align-items: center !important;
}

/* Убираем огромную пустую сцену */
.gr-honeycomb__stage {
  min-height: 500px !important;
  margin-top: 34px !important;
  padding: 0 !important;
}

/* Товар делаем немного крупнее */
.gr-honeycomb__stage .gr-product-picture--bottom-angle {
  width: min(86%, 760px) !important;
  transform: rotate(-4deg) scale(1.08) !important;
}

/* Планшеты */
@media (max-width: 980px) {
  .gr-honeycomb {
    padding-top: 64px !important;
    padding-bottom: 56px !important;
  }

  .gr-honeycomb__top {
    gap: 26px !important;
  }

  .gr-honeycomb__stage {
    min-height: 410px !important;
    margin-top: 26px !important;
  }

  .gr-honeycomb__stage .gr-product-picture--bottom-angle {
    width: min(96%, 680px) !important;
    transform: rotate(-3deg) scale(1.08) !important;
  }
}

/* Телефоны */
@media (max-width: 640px) {
  .gr-honeycomb {
    padding-top: 52px !important;
    padding-bottom: 44px !important;
  }

  .gr-honeycomb__top {
    gap: 18px !important;
	margin-bottom: 16px;
  }

  .gr-honeycomb__stage {
    min-height: 320px !important;
    margin-top: -32px !important;
  }

  .gr-honeycomb__stage .gr-product-picture--bottom-angle {
    width: 108% !important;
    max-width: none !important;
    transform: rotate(-3deg) scale(1.06) !important;
  }
}

/* Плотная раскладка блока преимуществ */

@media (min-width: 981px) {
  .gr-benefits {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .gr-card-grid {
    /*
     * Позволяет последней карточке ×3
     * занять свободное место в первой строке.
     */
    grid-auto-flow: dense !important;

    gap: 18px !important;
    margin-top: 52px !important;
  }

  .gr-card,
  .gr-card--wide {
    min-height: 300px !important;
  }
}

/* Иконки в белых карточках — жёстко в верхнем левом углу */

.gr-card {
  position: relative !important;
}

/* Только для обычных белых карточек с маленькими иконками */
.gr-card:not(.gr-card--lime):not(.gr-card--wide):not(.gr-card--metric) {
  padding-top: 110px !important;
}

.gr-card:not(.gr-card--lime):not(.gr-card--wide):not(.gr-card--metric) .gr-card__icon {
  position: absolute !important;
  top: 28px !important;
  left: 32px !important;

  width: 70px !important;
  height: 70px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  color: #000000 !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

/* SVG-иконка молекулы */
.gr-card__icon--molecule svg {
  display: block !important;
}

/* Чтобы заголовок начинался ровно и без скачков */
.gr-card:not(.gr-card--lime):not(.gr-card--wide):not(.gr-card--metric) h3 {
  margin-top: 0 !important;
}



/* ===== ФИНАЛЬНОЕ ВЫРАВНИВАНИЕ ИКОНОК ПРЕИМУЩЕСТВ ===== */

/* Одинаковая точка привязки */
.gr-card__icon--molecule,
.gr-card__icon--service {
  position: absolute !important;

  top: 28px !important;
  left: 32px !important;

  width: 70px !important;
  height: 70px !important;

  margin: 0 !important;
  padding: 0 !important;

  display: block !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  transform: none !important;
}

/* Сами SVG больше не живут своей жизнью */
.gr-card__icon--molecule svg,
.gr-card__icon--service svg {
  position: absolute !important;
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  transform: none !important;
}

/* Соты — оставляем их нынешний визуальный размер */
.gr-card__icon--molecule svg {
  width: 70px !important;
  height: 70px !important;

  top: 0 !important;
  left: 0 !important;
}

/* Шестерёнка — визуально того же масштаба */
.gr-card__icon--service svg {
  width: 52px !important;
  height: 52px !important;

  top: 4px !important;
  left: 3px !important;
}



/* Нормальный знак вторичной переработки */
.gr-card__eco--recycle {
  width: 180px !important;
  height: 180px !important;
  flex: 0 0 180px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Стандартный recycle symbol */
.gr-recycle-symbol {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #B7FF38 !important;

  font-family:
    "Segoe UI Symbol",
    "Apple Symbols",
    "Noto Sans Symbols 2",
    sans-serif !important;

  font-size: 132px !important;
  font-weight: 400 !important;
  line-height: 1 !important;

  transform: none !important;
}

/* Финальная пропорция блока "Экология" */

.gr-card--wide {
  gap: 30px !important;
}

.gr-card--wide .gr-card__eco--recycle {
  flex: 0 0 170px !important;
  width: 170px !important;
  height: 170px !important;
}

.gr-card--wide .gr-recycle-symbol {
  font-size: 148px !important;
}

/* ==================================================
   СДЕЛАНО В РОССИИ
   ================================================== */

.gr-made-russia {
  position: relative !important;
  overflow: hidden !important;

  padding-top: 110px !important;
  padding-bottom: 110px !important;

  color: #ffffff !important;

  background:
    radial-gradient(
      circle at 10% 15%,
      rgba(16, 91, 214, 0.16) 0%,
      rgba(16, 91, 214, 0.00) 31%
    ),
    radial-gradient(
      circle at 92% 78%,
      rgba(250, 35, 62, 0.11) 0%,
      rgba(250, 35, 62, 0.00) 32%
    ),
    linear-gradient(
      135deg,
      #07100e 0%,
      #091311 45%,
      #080d11 100%
    ) !important;
}


/* Очень слабый официальный watermark на фоне */
.gr-made-russia::before {
  content: "";

  position: absolute;
  right: -170px;
  bottom: 35px;

  width: 920px;
  height: 190px;

  background:
    url("images/made-in-russia-watermark.svg")
    center / contain no-repeat;

  opacity: 0.025;

  pointer-events: none;
}


/* Две колонки */
.gr-made-russia__grid {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(420px, 0.78fr);

  align-items: center;

  gap: 90px;
}


/* Логотип */
.gr-made-russia__logo {
  display: block;

  width: min(330px, 82%);
  height: auto;

  margin-bottom: 52px;
}


/* Маленький надзаголовок */
.gr-made-russia .gr-kicker {
  margin-bottom: 18px !important;

  color: rgba(255, 255, 255, 0.62) !important;
}


/* Главный заголовок */
.gr-made-russia .gr-heading {
  max-width: 720px !important;

  margin-top: 0 !important;

  font-size: clamp(54px, 5.3vw, 82px) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.055em !important;
}


/* Первый смысловой текст */
.gr-made-russia__lead {
  max-width: 650px;

  margin-top: 32px !important;

  color: rgba(255, 255, 255, 0.88);

  font-size: 20px;
  line-height: 1.55;
}


/* Основной текст */
.gr-made-russia__text {
  display: grid;
  gap: 17px;

  max-width: 650px;

  margin-top: 34px;
}


.gr-made-russia__text p {
  color: rgba(255, 255, 255, 0.58);

  font-size: 16px;
  line-height: 1.65;
}


/* Данные сертификата */
.gr-made-russia__facts {
  display: flex;
  flex-wrap: wrap;

  gap: 28px 46px;

  max-width: 650px;

  margin-top: 38px;
  padding-top: 26px;

  border-top: 1px solid rgba(255, 255, 255, 0.13);
}


.gr-made-russia__facts span {
  display: grid;
  gap: 3px;

  color: rgba(255, 255, 255, 0.48);

  font-size: 12px;
  line-height: 1.4;
}


.gr-made-russia__facts strong {
  color: #ffffff;

  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.02em;
}


/* Правая часть */
.gr-made-russia__visual {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
}


/* Сам сертификат — БЕЗ рамки и карточки */
.gr-made-russia__certificate {
  display: block;

  width: min(100%, 570px);
  height: auto;

  border: 0;
  border-radius: 2px;
  background: transparent;

  transform: none;

  filter:
    drop-shadow(0 36px 70px rgba(0, 0, 0, 0.48))
    drop-shadow(0 5px 16px rgba(0, 0, 0, 0.28));

  transition:
    transform 0.6s var(--gr-ease),
    filter 0.6s ease;
}


.gr-made-russia__certificate:hover {
 transform: none;

  filter:
    drop-shadow(0 45px 85px rgba(0, 0, 0, 0.56))
    drop-shadow(0 6px 20px rgba(0, 0, 0, 0.28));
}



/* ===== Планшет ===== */

@media (max-width: 980px) {

  .gr-made-russia {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .gr-made-russia__grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .gr-made-russia__logo {
    width: min(300px, 76%);
    margin-bottom: 42px;
  }

  .gr-made-russia__visual {
    justify-content: flex-start;
  }

  .gr-made-russia__certificate {
    width: min(88%, 560px);
  }

}



/* ===== Телефон ===== */

@media (max-width: 640px) {

  .gr-made-russia {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .gr-made-russia::before {
    display: none;
  }

  .gr-made-russia__grid {
    gap: 52px;
  }

  .gr-made-russia__logo {
    width: min(260px, 82%);
    margin-bottom: 36px;
  }

  .gr-made-russia .gr-heading {
    font-size: clamp(44px, 13vw, 62px) !important;
  }

  .gr-made-russia__lead {
    font-size: 17px;
  }

  .gr-made-russia__text p {
    font-size: 15px;
  }

  .gr-made-russia__facts {
    gap: 20px 32px;
  }

  .gr-made-russia__certificate {
    width: 94%;
    transform: rotate(0deg);
  }

}

.gr-nav__made-russia {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;
  flex: 0 0 28px;

  opacity: 1.0;
  transition: transform 0.25s ease;
}

.gr-nav__made-russia:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.gr-nav__made-russia img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ==================================================
   ЛИНЕЙКА GREENROAD — БЕСКОНЕЧНАЯ ГАЛЕРЕЯ
   ================================================== */

.gr-lineup {
  position: relative;
  overflow: hidden;

  padding: 105px 0 110px;

  background:
    radial-gradient(
      circle at 18% 15%,
      rgba(81, 228, 136, 0.08),
      transparent 30%
    ),
    #06100b;

  color: #ffffff;
}


/* Верх блока */

.gr-lineup__head {
  display: grid;
  grid-template-columns: 1.15fr 0.65fr;
  gap: 80px;
  align-items: end;

  margin-bottom: 62px;
}


.gr-lineup .gr-kicker {
  color: var(--gr-lime) !important;
}


.gr-lineup__title {
  margin: 16px 0 0;

  font-size: clamp(56px, 6.6vw, 96px);
  line-height: 0.91;
  letter-spacing: -0.065em;
  font-weight: 760;
}


.gr-lineup__lead {
  max-width: 480px;

  color: rgba(255, 255, 255, 0.59);

  font-size: 17px;
  line-height: 1.6;
}


/* Окно бегущей ленты */

.gr-lineup__viewport {
  position: relative;

  width: 100%;
  overflow: hidden;

  -webkit-mask-image:
    linear-gradient(
      to right,
      transparent 0,
      #000 5%,
      #000 95%,
      transparent 100%
    );

  mask-image:
    linear-gradient(
      to right,
      transparent 0,
      #000 5%,
      #000 95%,
      transparent 100%
    );
}


/* Движущийся трек */

.gr-lineup__track {
  display: flex;
  width: max-content;

  will-change: transform;

  animation:
    gr-lineup-marquee 34s linear infinite;
}


/* При наведении всё спокойно останавливается */

.gr-lineup__viewport:hover .gr-lineup__track {
  animation-play-state: paused;
}


.gr-lineup__set {
  display: flex;
  flex-shrink: 0;

  gap: 18px;

  padding-right: 18px;
}


/* Карточка */

.gr-lineup__card {
  position: relative;

  flex: 0 0 310px;

  width: 310px;
  min-height: 430px;

  overflow: hidden;

  display: flex;
  flex-direction: column;

  border-radius: 30px;

  color: #07110d;
  text-decoration: none;

  background: #f2f4ef;

  border: 1px solid rgba(255,255,255,0.08);

  transition:
    transform 0.45s var(--gr-ease),
    box-shadow 0.45s ease;
}


.gr-lineup__card:hover {
  transform: translateY(-8px);

  box-shadow:
    0 32px 75px rgba(0, 0, 0, 0.34);
}


/* Картинка */

.gr-lineup__image {
  height: 295px;

  display: grid;
  place-items: center;

  padding: 28px;

  background:
    radial-gradient(
      circle at 50% 48%,
      #ffffff 0%,
      #eef2ed 66%,
      #e8ece7 100%
    );
}


.gr-lineup__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;

  /*
   * Белый фон исходных карточек визуально
   * растворяется в фоне галереи.
   */
  mix-blend-mode: multiply;

  transition:
    transform 0.55s var(--gr-ease);
}


.gr-lineup__card:hover .gr-lineup__image img {
  transform: scale(1.055);
}


/* Подписи */

.gr-lineup__body {
  flex: 1;

  display: flex;
  flex-direction: column;

  padding: 22px 24px 24px;

  border-top:
    1px solid rgba(7, 17, 13, 0.07);
}


.gr-lineup__body > span {
  color: #368d59;

  font-size: 10px;
  line-height: 1.3;
  font-weight: 700;

  letter-spacing: 0.11em;
  text-transform: uppercase;
}


.gr-lineup__body h3 {
  margin: 9px 0 0;

  font-size: 25px;
  line-height: 1.03;

  letter-spacing: -0.045em;
}


.gr-lineup__more {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-top: auto;
  padding-top: 22px;

  color: rgba(7,17,13,0.56);

  font-size: 12px;
  font-weight: 600;
}


.gr-lineup__more b {
  display: grid;
  place-items: center;

  width: 28px;
  height: 28px;

  border-radius: 50%;

  background: var(--gr-lime);
  color: #07110d;

  font-size: 13px;

  transition:
    transform 0.3s var(--gr-ease);
}


.gr-lineup__card:hover .gr-lineup__more b {
  transform: translate(2px, -2px);
}


/* Бесконечное движение */

@keyframes gr-lineup-marquee {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }

}


/* Планшет */

@media (max-width: 980px) {

  .gr-lineup {
    padding: 82px 0 90px;
  }

  .gr-lineup__head {
    grid-template-columns: 1fr;
    gap: 28px;

    margin-bottom: 48px;
  }

  .gr-lineup__lead {
    max-width: 650px;
  }

  .gr-lineup__card {
    flex-basis: 285px;
    width: 285px;
    min-height: 405px;
  }

  .gr-lineup__image {
    height: 270px;
  }

}


/* Телефон */

@media (max-width: 640px) {

  .gr-lineup {
    padding: 66px 0 72px;
  }

  .gr-lineup__title {
    font-size: clamp(46px, 14vw, 64px);
  }

  .gr-lineup__lead {
    font-size: 15px;
  }

  .gr-lineup__viewport {
    -webkit-mask-image:
      linear-gradient(
        to right,
        transparent 0,
        #000 2%,
        #000 98%,
        transparent 100%
      );

    mask-image:
      linear-gradient(
        to right,
        transparent 0,
        #000 2%,
        #000 98%,
        transparent 100%
      );
  }

  .gr-lineup__card {
    flex-basis: 250px;
    width: 250px;
    min-height: 360px;

    border-radius: 25px;
  }

  .gr-lineup__image {
    height: 230px;
    padding: 22px;
  }

  .gr-lineup__body {
    padding: 19px 20px 20px;
  }

  .gr-lineup__body h3 {
    font-size: 22px;
  }

}

/* Финально: автоматическая бесконечная лента */

.gr-lineup__viewport {
  overflow: hidden !important;

  scrollbar-width: none !important;
}

.gr-lineup__viewport::-webkit-scrollbar {
  display: none !important;
}

.gr-lineup__track {
  animation: gr-lineup-marquee 30s linear infinite !important;
}

.gr-lineup__viewport:hover .gr-lineup__track {
  animation-play-state: paused !important;
}

@keyframes gr-lineup-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* ===== Финальное поведение карусели GreenRoad ===== */

/* Карусель никогда не останавливается при наведении */
.gr-lineup__viewport:hover .gr-lineup__track {
  animation-play-state: running !important;
}

/* Карточку больше не поднимаем вверх — поэтому верх не режется */
.gr-lineup__card:hover {
  transform: none !important;

  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.30) !important;
}

/* Товар внутри карточки можно чуть приблизить —
   это дает hover-эффект без движения самой карточки */
.gr-lineup__card:hover .gr-lineup__image img {
  transform: scale(1.045) !important;
}

/* Стрелочка тоже остается интерактивной */
.gr-lineup__card:hover .gr-lineup__more b {
  transform: translate(2px, -2px) !important;
}

/* ===== СТАБИЛЬНЫЙ HOVER ДВИЖУЩЕЙСЯ КАРУСЕЛИ ===== */

/* Обычный :hover больше не управляет увеличением */
.gr-lineup__card:hover .gr-lineup__image img {
  transform: scale(1) !important;
}

.gr-lineup__card:hover .gr-lineup__more b {
  transform: none !important;
}

/* Нормальное состояние */
.gr-lineup__card .gr-lineup__image img {
  transform: scale(1) !important;
  transition: transform 0.35s var(--gr-ease) !important;
}

/* Hover теперь задаёт JS */
.gr-lineup__card.is-hovered .gr-lineup__image img {
  transform: scale(1.045) !important;
}

.gr-lineup__card.is-hovered {
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.30) !important;
}

.gr-lineup__card.is-hovered .gr-lineup__more b {
  transform: translate(2px, -2px) !important;
}

/* Карусель в любом случае продолжает ехать */
.gr-lineup__viewport:hover .gr-lineup__track {
  animation-play-state: running !important;
}


/* ==================================================
   РИТМ ТРЁХ СЕКЦИЙ:
   экономика → применение → характеристики
   ================================================== */


/* 1. ЭКОНОМИЧЕСКАЯ ВЫГОДА
   Самый глубокий и строгий фон */

.gr-economy {
  position: relative !important;

  background:
    radial-gradient(
      circle at 82% 24%,
      rgba(39, 128, 78, 0.12) 0%,
      rgba(39, 128, 78, 0) 34%
    ),
    linear-gradient(
      180deg,
      #040a07 0%,
      #06100b 48%,
      #050c08 100%
    ) !important;
}


/* 2. СФЕРЫ ПРИМЕНЕНИЯ
   Заметно более зелёная секция */

.gr-usecases {
  position: relative !important;

  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(185, 255, 56, 0.055) 0%,
      rgba(185, 255, 56, 0) 30%
    ),
    radial-gradient(
      circle at 88% 76%,
      rgba(81, 228, 136, 0.075) 0%,
      rgba(81, 228, 136, 0) 32%
    ),
    linear-gradient(
      135deg,
      #10281c 0%,
      #0d2017 50%,
      #091811 100%
    ) !important;

  border-top:
    1px solid rgba(185, 255, 56, 0.08) !important;

  border-bottom:
    1px solid rgba(185, 255, 56, 0.08) !important;
}


/* Немного усиливаем разделители внутри списка */
.gr-usecases__grid {
  border-top-color:
    rgba(255, 255, 255, 0.17) !important;
}

.gr-usecase {
  border-bottom-color:
    rgba(255, 255, 255, 0.14) !important;
}


/* 3. ХАРАКТЕРИСТИКИ
   Светлая инженерная секция */

.gr-specs {
  position: relative !important;

  color: #08110d !important;

  background:
    radial-gradient(
      circle at 12% 12%,
      rgba(81, 228, 136, 0.07) 0%,
      rgba(81, 228, 136, 0) 28%
    ),
    linear-gradient(
      180deg,
      #f3f5f1 0%,
      #e9eee9 100%
    ) !important;
}


/* Надзаголовок */
.gr-specs .gr-kicker {
  color: #25844f !important;
}


/* Большой заголовок */
.gr-specs .gr-heading {
  color: #08110d !important;
}


/* Таблица */
.gr-spec-list {
  border-top-color: #c9d0ca !important;
}

.gr-spec-list > div {
  border-bottom-color: #c9d0ca !important;
}


/* Названия параметров */
.gr-spec-list dt {
  color: #69746d !important;
}


/* Значения */
.gr-spec-list dd {
  color: #0a120e !important;
}


/* Изображение товара внутри характеристик
   оставляем на тёмном фоне —
   получится хороший контраст со светлой секцией */

.gr-specs__product {
  background:
    radial-gradient(
      circle at 50% 40%,
      #173526 0%,
      #0b1d14 45%,
      #06100b 100%
    ) !important;

  border-radius: 30px !important;
}


/* =========================================
   ХАРАКТЕРИСТИКИ — БЕЗРАМОЧНЫЙ ВИЗУАЛ
   ========================================= */

.gr-specs__product {
  position: relative !important;

  min-height: 520px !important;

  margin-top: 34px !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: transparent !important;

  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  overflow: visible !important;
}

.gr-specs__product .gr-product-picture--bottom {
  width: 112% !important;
  max-width: none !important;

  margin-left: -6% !important;

  background: transparent !important;

  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  overflow: visible !important;
}

.gr-product-photo--specs {
  display: block !important;

  width: 100% !important;
  height: auto !important;

  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  /* растворяем квадратные края картинки в светлом фоне */
  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent 0%,
      #000 10%,
      #000 90%,
      transparent 100%
    ),
    linear-gradient(
      to right,
      transparent 0%,
      #000 9%,
      #000 91%,
      transparent 100%
    ) !important;

  -webkit-mask-composite: source-in !important;

  mask-image:
    linear-gradient(
      to bottom,
      transparent 0%,
      #000 10%,
      #000 90%,
      transparent 100%
    ),
    linear-gradient(
      to right,
      transparent 0%,
      #000 9%,
      #000 91%,
      transparent 100%
    ) !important;

  mask-composite: intersect !important;

  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;

  -webkit-mask-size: 100% 100% !important;
  mask-size: 100% 100% !important;
}




/* ==================================================
   СДЕЛАНО В РОССИИ — ПРЕМИАЛЬНЫЙ ФОН
   ================================================== */

.gr-made-russia {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;

  background:

    /* холодный синий свет сверху */
    radial-gradient(
      ellipse at 55% -12%,
      rgba(35, 104, 255, 0.28) 0%,
      rgba(21, 76, 188, 0.15) 20%,
      rgba(7, 25, 57, 0) 47%
    ),

    /* мягкий голубой отблеск слева */
    radial-gradient(
      ellipse at -8% 32%,
      rgba(40, 176, 255, 0.13) 0%,
      rgba(16, 104, 190, 0.07) 28%,
      transparent 52%
    ),

    /* бирюзово-зелёный акцент снизу справа */
    radial-gradient(
      ellipse at 94% 96%,
      rgba(56, 255, 185, 0.10) 0%,
      rgba(27, 187, 184, 0.07) 25%,
      transparent 49%
    ),

    /* глубокая основа */
    linear-gradient(
      135deg,
      #07101e 0%,
      #071529 35%,
      #061221 68%,
      #050d18 100%
    ) !important;
}


/* Тонкие технологичные световые линии */
.gr-made-russia::after {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 0;

  pointer-events: none;

  background:

    /* линия сверху слева */
    linear-gradient(
      132deg,
      transparent 0%,
      transparent 12%,
      rgba(70, 174, 255, 0.00) 12.1%,
      rgba(70, 174, 255, 0.20) 12.35%,
      rgba(70, 174, 255, 0.05) 12.65%,
      transparent 13.1%,
      transparent 100%
    ),

    /* вторая очень тонкая синяя */
    linear-gradient(
      132deg,
      transparent 0%,
      transparent 18%,
      rgba(54, 139, 255, 0.12) 18.2%,
      transparent 18.55%,
      transparent 100%
    ),

    /* нижняя голубая линия */
    linear-gradient(
      157deg,
      transparent 0%,
      transparent 75%,
      rgba(73, 189, 255, 0.00) 75.1%,
      rgba(73, 189, 255, 0.20) 75.35%,
      rgba(73, 189, 255, 0.04) 75.7%,
      transparent 76.1%
    ),

    /* нижний зелёный штрих */
    linear-gradient(
      157deg,
      transparent 0%,
      transparent 82%,
      rgba(122, 255, 135, 0.00) 82.1%,
      rgba(122, 255, 135, 0.18) 82.35%,
      rgba(59, 235, 184, 0.04) 82.8%,
      transparent 83.2%
    );

  opacity: 0.85;
}


/* Контент всегда выше фоновой графики */
.gr-made-russia__grid {
  position: relative !important;
  z-index: 2 !important;
}


/* Очень мягкое свечение непосредственно за сертификатом */
.gr-made-russia__visual {
  position: relative !important;
  isolation: isolate !important;
}


.gr-made-russia__visual::before {
  content: "";

  position: absolute;

  width: 118%;
  height: 108%;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  z-index: -1;

  pointer-events: none;

  background:
    radial-gradient(
      ellipse at center,
      rgba(44, 145, 255, 0.16) 0%,
      rgba(31, 100, 217, 0.08) 34%,
      rgba(10, 37, 77, 0) 72%
    );

  filter: blur(22px);
}


/* Сертификат получает очень деликатную холодную подсветку */
.gr-made-russia__certificate {
  filter:
    drop-shadow(0 30px 65px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 24px rgba(72, 154, 255, 0.10)) !important;
}


/* Лёгкий эффект стеклянной глубины сверху и снизу секции */
.gr-made-russia {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -1px 0 rgba(82, 170, 255, 0.05) !important;
}


/* =====================================================
   ПОДВАЛ IDN500
   ===================================================== */

.gr-main-footer,
.gr-main-footer * {
  box-sizing: border-box;
}

.gr-main-footer {
  position: relative;

  width: 100%;

  background: #242328;

  color: #ffffff;

  font-family: inherit;

  border-top: 1px solid rgba(255,255,255,.035);
}


/* Основная ширина */
.gr-main-footer__inner,
.gr-main-footer__bottom-inner {
  width: min(1300px, calc(100% - 64px));
  margin: 0 auto;
}


/* =====================================================
   КОЛОНКИ
   ===================================================== */

.gr-main-footer__columns {
  display: grid;

  grid-template-columns:
    1fr
    1.15fr
    .95fr
    1fr;

  gap: 70px;

  padding-top: 52px;
  padding-bottom: 28px;
}


.gr-main-footer__column h3 {
  margin: 0 0 20px;

  color: #ffffff;

  font-size: 17px;
  line-height: 1.35;
  font-weight: 750;
  letter-spacing: -0.02em;
}


.gr-main-footer__column nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 13px;
}


.gr-main-footer__column a {
  color: rgba(255,255,255,.89);

  text-decoration: none;

  font-size: 14px;
  line-height: 1.4;

  transition:
    color .22s ease,
    opacity .22s ease;
}


.gr-main-footer__column nav a:hover {
  color: #b7ff38;
}


.gr-main-footer__subheading {
  margin-top: 32px !important;
}


.gr-main-footer__subheading a {
  color: #ffffff !important;

  font-size: 17px !important;
  font-weight: 750;
}


/* =====================================================
   КОНТАКТЫ
   ===================================================== */

.gr-main-footer__contacts p {
  margin: 0 0 15px;

  color: rgba(255,255,255,.91);

  font-size: 14px;
  line-height: 1.4;
}


.gr-main-footer__phone,
.gr-main-footer__email {
  display: block;

  margin-bottom: 28px;

  color: #ffffff !important;

  font-size: 18px !important;
  font-weight: 750 !important;

  letter-spacing: -0.015em;
}


.gr-main-footer__email {
  margin-top: 2px;
  margin-bottom: 13px;
}


/* соцсети */

.gr-main-footer__socials {
  display: flex;

  gap: 18px;

  margin-top: 30px;
}


.gr-main-footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  flex: 0 0 38px;

  border-radius: 50%;

  background: #f5f5f5;

  color: #25252a !important;

  transition:
    transform .25s ease,
    background .25s ease;
}


.gr-main-footer__socials a:hover {
  transform: translateY(-2px);

  background: #b7ff38;
}


.gr-main-footer__socials svg {
  width: 23px;
  height: 23px;
}


.gr-main-footer__vk {
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}


/* =====================================================
   ЗНАКИ ДОВЕРИЯ / ПЛАТЁЖИ
   ===================================================== */

.gr-main-footer__trust {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 50px;

  padding: 8px 0 32px;
}


.gr-main-footer__trust-left {
  display: flex;
  align-items: center;

  gap: 52px;
}


.gr-footer-badge {
  display: flex;
  align-items: center;

  gap: 13px;

  color: rgba(255,255,255,.58) !important;

  font-size: 13px;
  line-height: 1.35;

  text-decoration: none;
}


.gr-footer-badge--made img {
  width: 68px;
  height: 38px;

  object-fit: contain;
}


/* Портал поставщиков */

.gr-footer-badge__supplier {
  position: relative;

  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 40px;
  height: 40px;

  flex: 0 0 40px;

  border-radius: 50%;

  border: 4px solid #008fd3;
}


.gr-footer-badge__supplier span {
  position: absolute;

  width: 6px;
  height: 13px;

  border-radius: 8px;

  background: #008fd3;
}


.gr-footer-badge__supplier span:nth-child(1) {
  transform: translateX(-9px);
}


.gr-footer-badge__supplier span:nth-child(3) {
  transform: translateX(9px);
}


/* Производство России */

.gr-footer-badge__russia {
  display: flex;
  align-items: flex-end;

  gap: 4px;

  width: 40px;
  height: 34px;

  flex: 0 0 40px;
}


.gr-footer-badge__russia i {
  display: block;

  width: 8px;
}


.gr-footer-badge__russia i:nth-child(1) {
  height: 13px;
  background: #f5f5f5;
}


.gr-footer-badge__russia i:nth-child(2) {
  height: 25px;
  background: #1688df;
}


.gr-footer-badge__russia i:nth-child(3) {
  height: 33px;
  background: #f21e2b;
}


/* платежи */

.gr-main-footer__payments {
  display: flex;
  align-items: center;

  gap: 45px;
}


.gr-main-footer__payments img {
  display: block;

  width: auto;
  max-width: 100%;

  object-fit: contain;
}


.gr-main-footer__payments img:nth-child(1) {
  width: 62px;
}


.gr-main-footer__payments img:nth-child(2) {
  width: 90px;
}


.gr-main-footer__payments .gr-main-footer__paykeeper {
  width: 142px;
}


/* =====================================================
   НИЖНЯЯ ПОЛОСА
   ===================================================== */

.gr-main-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.055);
}


.gr-main-footer__bottom-inner {
  min-height: 92px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  gap: 40px;
}


.gr-main-footer__legal {
  color: rgba(255,255,255,.57);

  font-size: 12px;
  line-height: 1.55;
}


.gr-main-footer__legal p {
  margin: 4px 0;
}


/* Подписка */

.gr-main-footer__subscribe {
  display: flex;

  gap: 8px;

  flex: 0 0 auto;
}


.gr-main-footer__subscribe input {
  width: 290px;
  height: 49px;

  padding: 0 15px;

  border: 1px solid rgba(255,255,255,.42);
  border-radius: 5px;

  outline: none;

  color: #ffffff;

  background: transparent;

  font-family: inherit;
  font-size: 13px;

  transition:
    border-color .2s ease,
    background .2s ease;
}


.gr-main-footer__subscribe input::placeholder {
  color: rgba(255,255,255,.22);
}


.gr-main-footer__subscribe input:focus {
  border-color: rgba(183,255,56,.75);

  background: rgba(255,255,255,.025);
}


.gr-main-footer__subscribe button {
  height: 49px;

  padding: 0 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  border: 0;
  border-radius: 5px;

  cursor: pointer;

  background: #ffb817;

  color: #ffffff;

  font-family: inherit;
  font-size: 13px;
  font-weight: 750;

  transition:
    filter .2s ease,
    transform .2s ease;
}


.gr-main-footer__subscribe button:hover {
  filter: brightness(1.06);

  transform: translateY(-1px);
}


.gr-main-footer__subscribe button svg {
  width: 20px;
  height: 20px;
}


/* =====================================================
   АДАПТИВ
   ===================================================== */

@media (max-width: 1100px) {

  .gr-main-footer__columns {
    grid-template-columns: repeat(2, 1fr);

    gap: 48px 70px;
  }


  .gr-main-footer__trust {
    align-items: flex-start;
    flex-direction: column;
  }


  .gr-main-footer__payments {
    padding-left: 0;
  }

}


@media (max-width: 760px) {

  .gr-main-footer__inner,
  .gr-main-footer__bottom-inner {
    width: min(100% - 36px, 1300px);
  }


  .gr-main-footer__columns {
    grid-template-columns: 1fr;

    gap: 40px;

    padding-top: 42px;
  }


  .gr-main-footer__trust-left {
    width: 100%;

    flex-direction: column;
    align-items: flex-start;

    gap: 24px;
  }


  .gr-main-footer__payments {
    width: 100%;

    flex-wrap: wrap;

    gap: 28px;
  }


  .gr-main-footer__bottom-inner {
    padding: 25px 0;

    flex-direction: column;
    align-items: stretch;
  }


  .gr-main-footer__subscribe {
    width: 100%;
  }


  .gr-main-footer__subscribe input {
    width: 100%;
    min-width: 0;
  }

}


@media (max-width: 480px) {

  .gr-main-footer__subscribe {
    flex-direction: column;
  }


  .gr-main-footer__subscribe button {
    width: 100%;
  }

}



/* ==================================================
   ФИНАЛЬНЫЙ ПЕРЕХОД: FINAL → FOOTER
   ================================================== */


/* Последний экран постепенно темнеет к самому низу */
.gr-final {
  background:

    radial-gradient(
      ellipse at 82% 25%,
      rgba(63, 255, 159, 0.09) 0%,
      rgba(35, 159, 100, 0.045) 28%,
      transparent 55%
    ),

    radial-gradient(
      ellipse at 14% 55%,
      rgba(34, 129, 83, 0.05) 0%,
      transparent 44%
    ),

    linear-gradient(
      180deg,
      #06130d 0%,
      #06130d 45%,
      #06110c 68%,
      #050e0a 84%,
      #050c09 100%
    ) !important;
}


/* Footer начинается ТОЧНО тем же цветом */
.gr-main-footer {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;

  margin-top: 0 !important;
  border-top: 0 !important;

  background:

    /* только мягкий рассеянный зеленый отблеск */
    radial-gradient(
      ellipse at 50% 0%,
      rgba(45, 180, 116, 0.035) 0%,
      rgba(32, 126, 82, 0.018) 30%,
      transparent 58%
    ),

    /* постепенно ещё темнее вниз */
    linear-gradient(
      180deg,
      #050c09 0%,
      #050b08 18%,
      #060a08 42%,
      #070908 70%,
      #080908 100%
    ) !important;
}


/* УБИРАЕМ ВСЕ НЕОНОВЫЕ ПОЛОСКИ */
.gr-main-footer::after {
  content: none !important;
  display: none !important;
}


/* Нижняя часть footer остаётся в той же гамме */
.gr-main-footer__bottom {
  background: rgba(0, 0, 0, 0.10) !important;

  border-top:
    1px solid rgba(255, 255, 255, 0.045) !important;
}

/* ==================================================
   ПЕРВЫЙ ЭКРАН — УКРУПНЯЕМ ПОДПИСИ ХАРАКТЕРИСТИК
   ================================================== */

.gr-stat span {
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;

  color: rgba(255, 255, 255, 0.68) !important;

  margin-top: 6px !important;
}


/* Сноска под характеристиками */
.gr-hero__note {
  padding-top: 18px !important;

  font-size: 13px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;

  color: rgba(255, 255, 255, 0.52) !important;
}


/* На телефонах не раздуваем слишком сильно */
@media (max-width: 640px) {

  .gr-stat span {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .gr-hero__note {
    font-size: 11px !important;
    line-height: 1.45 !important;
  }

}

/* ==================================================
   СФЕРЫ ПРИМЕНЕНИЯ — ОПИСАНИЯ
   ================================================== */

.gr-usecases .gr-usecase p {
  max-width: 600px !important;

  font-size: 20px !important;
  line-height: 1.52 !important;
  font-weight: 400 !important;

  color: rgba(255, 255, 255, 0.66) !important;
}

@media (max-width: 980px) {
  .gr-usecases .gr-usecase p {
    font-size: 18px !important;
  }
}

@media (max-width: 640px) {
  .gr-usecases .gr-usecase p {
    font-size: 17px !important;
    line-height: 1.5 !important;
  }
}

/* ==================================================
   СДЕЛАНО В РОССИИ — СПОКОЙНЫЙ ВАРИАНТ В МОБИЛЬНОМ МЕНЮ
   ================================================== */

/* На компьютере текста нет */
.gr-nav__made-russia-text {
  display: none !important;
}

@media (max-width: 980px) {

  .gr-nav__made-russia {
    width: 100% !important;
    height: auto !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    gap: 8px !important;

    padding: 10px !important;

    text-decoration: none !important;
  }

  /* Значок: заметнее старого, но уже не огромный */
  .gr-nav__made-russia img {
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;

    object-fit: contain !important;
  }

  /* Текст визуально такой же, как остальные пункты меню */
  .gr-nav__made-russia-text {
    display: inline !important;

    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;

    color: rgba(255, 255, 255, 0.68) !important;

    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }
}

/* ==================================================
   ЛИНЕЙКА РГП — СВАЙП И ИНЕРЦИЯ НА МОБИЛЬНЫХ
   ================================================== */

@media (max-width: 980px) {

  .gr-lineup__viewport {
    /* Вертикально страницу листать можно,
       горизонтальный жест отдаём карусели */
    touch-action: pan-y !important;

    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
  }

  .gr-lineup__viewport.is-dragging {
    cursor: grabbing;
  }

  /*
   * На мобильных отключаем старую CSS-анимацию.
   * Движением теперь управляет JS.
   */
  .gr-lineup__track {
    animation: none !important;
    will-change: transform;
  }

  .gr-lineup__card,
  .gr-lineup__card img {
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
  }
}


/* ==================================================
   МОБИЛЬНЫЙ — БЛОК 02 «МОЛЕКУЛЯРНЫЙ ЗАМОК»
   ================================================== */

@media (max-width: 640px) {

  .gr-lock .gr-heading {
    font-size: clamp(36px, 10.5vw, 46px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.045em !important;
    max-width: 100% !important;
  }

  .gr-lock__copy > p {
    margin-top: 22px !important;

    font-size: 15px !important;
    line-height: 1.48 !important;

    max-width: 100% !important;
  }

}

/* ==================================================
   БЛОК 02 — НЕ ДАЁМ ТЕКСТУ ВЫЛЕЗАТЬ ЗА МОБИЛЬНЫЙ ЭКРАН
   ================================================== */

@media (max-width: 640px) {

  .gr-lock__grid,
  .gr-lock__copy {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .gr-lock__copy .gr-heading {
    max-width: 100% !important;

    font-size: 38px !important;
    line-height: 1 !important;
    letter-spacing: -0.04em !important;

    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .gr-lock__copy > p {
    width: 100% !important;
    max-width: 100% !important;

    margin-top: 20px !important;

    font-size: 16px !important;
    line-height: 1.48 !important;

    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

}

/* ==================================================
   МОБИЛЬНЫЙ БЛОК 02 — МОЛЕКУЛЯРНЫЙ ЗАМОК
   ФИНАЛЬНАЯ КОМПОЗИЦИЯ
   ================================================== */

@media (max-width: 640px) {

  /* Больше воздуха по краям */
  .gr-lock .gr-shell {
    width: calc(100% - 40px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }


  /* Нормальные вертикальные поля всей секции */
  .gr-lock {
    padding-top: 72px !important;
    padding-bottom: 68px !important;
  }


  .gr-lock__grid {
    width: 100% !important;
    min-width: 0 !important;

    gap: 42px !important;
  }


  .gr-lock__copy {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    padding: 0 !important;
  }


  /* 02. Технология... */
  .gr-lock__copy .gr-kicker {
    margin: 0 0 20px !important;

    font-size: 11px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.11em !important;
  }


  /* Главный заголовок */
  .gr-lock__copy .gr-heading {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 0 26px !important;

    font-size: 36px !important;
    line-height: 0.98 !important;
    letter-spacing: -0.035em !important;

    overflow-wrap: normal !important;
    word-break: normal !important;
  }


  /* Основной текст */
  .gr-lock__copy > p {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;

    font-size: 16px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;

    color: rgba(255,255,255,.70) !important;

    overflow-wrap: normal !important;
    word-break: normal !important;
  }


  /* Отделяем характеристики от описания */
  .gr-lock .gr-checks {
    margin-top: 34px !important;

    border-top:
      1px solid rgba(255,255,255,.13) !important;
  }


  /* Каждая характеристика */
  .gr-lock .gr-checks li {
    min-height: 58px !important;

    padding:
      18px 0
      18px 30px !important;

    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: 650 !important;

    color: rgba(255,255,255,.90) !important;

    border-bottom:
      1px solid rgba(255,255,255,.13) !important;
  }


  .gr-lock .gr-checks li::before {
    left: 0 !important;
    top: 18px !important;

    font-size: 17px !important;
  }

}

/* ==================================================
   МОБИЛЬНЫЙ БЛОК 03 — СТАБИЛЬНОСТЬ ГЕОМЕТРИИ
   ================================================== */

@media (max-width: 640px) {

  /* Нормальные боковые поля */
  .gr-honeycomb .gr-shell {
    width: calc(100% - 40px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }


  /* Воздух сверху и снизу секции */
  .gr-honeycomb {
    padding-top: 70px !important;
    padding-bottom: 58px !important;
  }


  /* Верхняя текстовая часть */
  .gr-honeycomb__top {
    width: 100% !important;
    min-width: 0 !important;

    display: grid !important;
    grid-template-columns: 1fr !important;

    gap: 0 !important;

    margin-bottom: 0 !important;
  }


  /* 03. Стабильность геометрии */
  .gr-honeycomb__top .gr-kicker {
    margin: 0 0 20px !important;

    font-size: 11px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.11em !important;
  }


  /* Нагрузка распределяется, форма остается */
  .gr-honeycomb__top .gr-heading {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 0 26px !important;

    font-size: 36px !important;
    line-height: 0.98 !important;
    letter-spacing: -0.035em !important;

    overflow-wrap: normal !important;
    word-break: normal !important;
  }


  /* Описание */
  .gr-honeycomb__top > p {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;

    font-size: 16px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;

    color: rgba(255,255,255,.70) !important;
  }


  /* Изображение отделяем от текста */
  .gr-honeycomb__stage {
    margin-top: 34px !important;
  }

}

/* ==================================================
   МОБИЛЬНЫЙ БЛОК 01 — ЭФФЕКТ «СТАЛЬНОЙ АРМАТУРЫ»
   ЕДИНЫЙ СТИЛЬ С БЛОКАМИ 02 И 03
   ================================================== */

@media (max-width: 640px) {

  /* Те же боковые поля — по 20 px */
  .gr-feature--dark .gr-shell {
    width: calc(100% - 40px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }


  /* Нормальный ритм секции */
  .gr-feature--dark {
    padding-top: 70px !important;
    padding-bottom: 68px !important;
  }


  .gr-feature__grid {
    width: 100% !important;
    min-width: 0 !important;

    grid-template-columns: 1fr !important;
    row-gap: 38px !important;
  }


  .gr-feature__copy {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    padding: 0 !important;
  }


  /* 01. Эффект «Стальной арматуры» */
  .gr-feature__copy .gr-kicker {
    margin: 0 0 20px !important;

    font-size: 11px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.11em !important;
  }


  /* Держит давление. Сохраняет форму. */
  .gr-feature__copy .gr-heading {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 0 26px !important;

    font-size: 36px !important;
    line-height: 0.98 !important;
    letter-spacing: -0.035em !important;

    overflow-wrap: normal !important;
    word-break: normal !important;
  }


  /* Основной абзац */
  .gr-feature__copy > p {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;

    font-size: 16px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;

    color: rgba(255, 255, 255, 0.70) !important;

    overflow-wrap: normal !important;
    word-break: normal !important;
  }


  /* Нижний акцент «Максимальное сопротивление» */
  .gr-feature__copy .gr-proof {
    width: 100% !important;
    max-width: 100% !important;

    margin-top: 34px !important;
    padding-top: 22px !important;

    border-top:
      1px solid rgba(255, 255, 255, 0.13) !important;
  }


  .gr-feature__copy .gr-proof strong {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }


  .gr-feature__copy .gr-proof span {
    font-size: 15px !important;
    line-height: 1.5 !important;

    color: rgba(255, 255, 255, 0.68) !important;
  }

}

/* ==================================================
   PRODUCT FILM — ИДН-500 РГП
   ================================================== */

.gr-film {
  position: relative;
  overflow: hidden;

  padding:
    105px 0
    120px;

  color: #ffffff;

  background:
    radial-gradient(
      ellipse at 50% 34%,
      rgba(35, 128, 80, 0.17) 0%,
      rgba(18, 70, 45, 0.07) 34%,
      transparent 64%
    ),
    linear-gradient(
      180deg,
      #050b08 0%,
      #06100b 55%,
      #07120d 100%
    );
}


/* =========================================
   ШАПКА ВИДЕО
   ========================================= */

.gr-film__head {
  display: grid;

  grid-template-columns:
    minmax(0, 1.2fr)
    minmax(320px, 0.55fr);

  gap: 70px;

  align-items: end;

  margin-bottom: 54px;
}


.gr-film .gr-kicker {
  color: var(--gr-lime) !important;
}


.gr-film__title {
  max-width: 820px;

  margin:
    17px 0 0;

  font-size:
    clamp(54px, 6.5vw, 94px);

  line-height: 0.92;

  letter-spacing: -0.06em;

  font-weight: 760;
}


.gr-film__lead {
  max-width: 480px;

  margin: 0;

  color:
    rgba(255, 255, 255, 0.61);

  font-size: 18px;

  line-height: 1.58;
}


/* =========================================
   КИНОЭКРАН
   ========================================= */

.gr-film__stage {
  position: relative;

  width: 100%;

  aspect-ratio: 16 / 9;

  overflow: hidden;

  border-radius: 34px;

  background: #020504;

  border:
    1px solid
    rgba(185, 255, 56, 0.12);

  box-shadow:
    0 46px 110px rgba(0, 0, 0, 0.46),
    0 0 70px rgba(38, 190, 105, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);

  isolation: isolate;
}


/* тонкое свечение за экраном */
.gr-film__stage::before {
  content: "";

  position: absolute;

  width: 72%;
  height: 34%;

  left: 14%;
  bottom: -12%;

  z-index: -1;

  border-radius: 50%;

  background:
    rgba(62, 255, 148, 0.20);

  filter: blur(70px);

  pointer-events: none;
}


.gr-film__video {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center;

  background: #020504;
}


/* =========================================
   МЯГКОЕ КИНОШНОЕ ТОНИРОВАНИЕ
   ========================================= */

.gr-film__shade {
  position: absolute;

  inset: 0;

  pointer-events: none;

  background:

    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.18) 0%,
      transparent 22%,
      transparent 67%,
      rgba(0, 0, 0, 0.46) 100%
    ),

    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.16),
      transparent 22%,
      transparent 78%,
      rgba(0, 0, 0, 0.12)
    );
}


/* =========================================
   МАЛЕНЬКАЯ ПОДПИСЬ
   ========================================= */

.gr-film__label {
  position: absolute;

  z-index: 4;

  left: 27px;
  bottom: 27px;

  display: flex;
  align-items: center;

  gap: 9px;

  padding:
    10px 14px;

  border:
    1px solid
    rgba(255, 255, 255, 0.14);

  border-radius: 999px;

  background:
    rgba(4, 11, 8, 0.48);

  backdrop-filter:
    blur(16px);

  color:
    rgba(255, 255, 255, 0.82);

  font-size: 12px;
  line-height: 1;

  font-weight: 600;
}


.gr-film__label > span {
  width: 7px;
  height: 7px;

  flex: 0 0 7px;

  border-radius: 50%;

  background:
    var(--gr-lime);

  box-shadow:
    0 0 13px
    rgba(185, 255, 56, 0.65);
}


/* =========================================
   SOUND
   ========================================= */

.gr-film__sound {
  position: absolute;

  z-index: 5;

  right: 27px;
  bottom: 27px;

  min-height: 42px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 8px;

  padding:
    0 15px;

  border:
    1px solid
    rgba(255, 255, 255, 0.15);

  border-radius: 999px;

  background:
    rgba(4, 11, 8, 0.52);

  backdrop-filter:
    blur(16px);

  color: #ffffff;

  cursor: pointer;

  font-family: inherit;

  font-size: 12px;
  font-weight: 600;

  transition:
    background 0.25s ease,
    transform 0.25s ease;
}


.gr-film__sound:hover {
  transform:
    translateY(-2px);

  background:
    rgba(8, 23, 16, 0.78);
}


.gr-film__sound svg {
  width: 18px;
  height: 18px;
}


/* =========================================
   PLAY / PAUSE
   ========================================= */

.gr-film__play {
  position: absolute;

  z-index: 5;

  left: 50%;
  top: 50%;

  width: 68px;
  height: 68px;

  transform:
    translate(-50%, -50%);

  display: flex;

  align-items: center;
  justify-content: center;

  gap: 6px;

  padding: 0;

  border:
    1px solid
    rgba(255, 255, 255, 0.18);

  border-radius: 50%;

  background:
    rgba(4, 12, 8, 0.28);

  backdrop-filter:
    blur(14px);

  color: #ffffff;

  cursor: pointer;

  opacity: 0;

  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease;
}


.gr-film__stage:hover
.gr-film__play,

.gr-film__play:focus-visible {
  opacity: 1;
}


.gr-film__play:hover {
  transform:
    translate(-50%, -50%)
    scale(1.06);

  background:
    rgba(4, 12, 8, 0.62);
}


/* значок паузы */
.gr-film__play span {
  display: block;

  width: 4px;
  height: 20px;

  border-radius: 3px;

  background: #ffffff;
}


/* Когда видео остановлено —
   рисуем PLAY */

.gr-film__play.is-paused {
  opacity: 1;
}


.gr-film__play.is-paused span {
  display: none;
}


.gr-film__play.is-paused::before {
  content: "";

  width: 0;
  height: 0;

  margin-left: 5px;

  border-top:
    11px solid transparent;

  border-bottom:
    11px solid transparent;

  border-left:
    17px solid #ffffff;
}


/* ==================================================
   TABLET
   ================================================== */

@media (max-width: 980px) {

  .gr-film {
    padding:
      82px 0
      92px;
  }


  .gr-film__head {
    grid-template-columns:
      1fr;

    gap: 26px;

    margin-bottom: 40px;
  }


  .gr-film__lead {
    max-width: 650px;
  }


  .gr-film__stage {
    border-radius: 27px;
  }

}


/* ==================================================
   MOBILE
   ================================================== */

@media (max-width: 640px) {

  .gr-film {
    padding:
      66px 0
      72px;
  }


  .gr-film .gr-shell {
    width:
      calc(100% - 40px) !important;
  }


  .gr-film__head {
    gap: 20px;

    margin-bottom: 30px;
  }


  .gr-film__title {
    font-size: 40px;

    line-height: 0.98;

    letter-spacing: -0.04em;
  }


  .gr-film__lead {
    font-size: 16px;

    line-height: 1.55;
  }


  .gr-film__stage {
    /*
     * На телефоне кино немного выше,
     * чем обычные 16:9.
     */
    aspect-ratio: 4 / 3;

    border-radius: 21px;
  }


  .gr-film__video {
    object-fit: cover;
  }


  .gr-film__label {
    left: 14px;
    bottom: 14px;

    padding:
      9px 11px;

    font-size: 10px;
  }


  .gr-film__sound {
    right: 14px;
    bottom: 14px;

    min-height: 38px;

    padding:
      0 11px;
  }


  .gr-film__sound span {
    display: none;
  }


  .gr-film__play {
    width: 58px;
    height: 58px;
  }

}


/* ==================================================
   PRODUCT FILM — PREMIUM VERTICAL VIDEO
   РАЗМЫТЫЙ ДИНАМИЧЕСКИЙ ФОН + ОРИГИНАЛ ПО ЦЕНТРУ
   ================================================== */

.gr-film__stage {
  position: relative !important;

  aspect-ratio: 16 / 9 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  overflow: hidden !important;

  background: #020604 !important;

  isolation: isolate !important;
}


/* ==================================================
   ЗАДНИЙ СЛОЙ — ЭТО ЖЕ ВИДЕО, НО РАЗМЫТОЕ
   ================================================== */

.gr-film__video-bg {
  position: absolute !important;

  inset: -8% !important;

  z-index: 0 !important;

  width: 116% !important;
  height: 116% !important;

  object-fit: cover !important;
  object-position: center center !important;

  pointer-events: none !important;

  /*
   * Именно это создаёт дорогой cinematic background.
   */
  filter:
    blur(34px)
    brightness(0.46)
    saturate(1.28)
    contrast(1.04) !important;

  transform: scale(1.08) !important;

  opacity: 0.88 !important;
}


/* Дополнительная глубокая изумрудная тонировка */

.gr-film__stage::after {
  content: "";

  position: absolute !important;
  inset: 0 !important;

  z-index: 1 !important;

  pointer-events: none !important;

  background:
    radial-gradient(
      ellipse at 50% 50%,
      rgba(33, 164, 91, 0.04) 0%,
      rgba(10, 64, 37, 0.08) 42%,
      rgba(0, 0, 0, 0.20) 100%
    ),
    linear-gradient(
      90deg,
      rgba(2, 8, 5, 0.24) 0%,
      transparent 27%,
      transparent 73%,
      rgba(2, 8, 5, 0.24) 100%
    );
}


/* ==================================================
   ОСНОВНОЕ ВЕРТИКАЛЬНОЕ ВИДЕО
   ================================================== */

.gr-film__video {
  position: relative !important;

  inset: auto !important;

  z-index: 2 !important;

  width: auto !important;
  height: 100% !important;

  max-width: 100% !important;

  object-fit: contain !important;
  object-position: center center !important;

  background: transparent !important;

  /*
   * Основной кадр отделяем от размытого фона
   * очень мягко — без ощущения карточки.
   */
  box-shadow:
    0 0 80px rgba(0, 0, 0, 0.62),
    0 0 36px rgba(35, 205, 105, 0.055) !important;
}


/* ==================================================
   ЗАТЕМНЕНИЕ / UI
   ================================================== */

.gr-film__shade {
  z-index: 3 !important;

  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.08) 0%,
      transparent 22%,
      transparent 68%,
      rgba(0,0,0,.38) 100%
    ) !important;
}


.gr-film__label,
.gr-film__sound,
.gr-film__play {
  z-index: 5 !important;
}


/* ==================================================
   MOBILE
   ================================================== */

@media (max-width: 640px) {

  .gr-film__stage {
    /*
     * На телефоне уже используем вертикальный экран.
     * Размытые боковины здесь не нужны.
     */
    aspect-ratio: 9 / 16 !important;

    width: 100% !important;

    max-height: 78vh !important;

    margin-left: auto !important;
    margin-right: auto !important;

    background: #020604 !important;
  }


  /* Фоновую копию полностью убираем */
  .gr-film__video-bg {
    display: none !important;
  }


  .gr-film__stage::after {
    background:
      linear-gradient(
        180deg,
        rgba(0,0,0,.06),
        transparent 25%,
        transparent 70%,
        rgba(0,0,0,.32)
      ) !important;
  }


  .gr-film__video {
    width: 100% !important;
    height: 100% !important;

    object-fit: contain !important;

    box-shadow: none !important;
  }

}



/* ==================================================
   VIDEO — FINAL PREMIUM PORTRAIT COMPOSITION
   ================================================== */

@media (min-width: 641px) {

  .gr-film__stage {
    position: relative !important;

    aspect-ratio: 16 / 9 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    overflow: hidden !important;

    border-radius: 34px !important;

    background: #020604 !important;

    isolation: isolate !important;
  }


  /* ==========================================
     ЖИВОЙ ФОН
     ========================================== */

  .gr-film__video-bg {
    position: absolute !important;

    z-index: 0 !important;

    left: -10% !important;
    top: -16% !important;

    width: 120% !important;
    height: 132% !important;

    object-fit: cover !important;
    object-position: center center !important;

    pointer-events: none !important;

    opacity: 0.82 !important;

    transform: scale(1.12) !important;

    filter:
      blur(26px)
      brightness(0.58)
      saturate(1.18)
      contrast(1.06) !important;
  }


  /* ==========================================
     КИНОШНАЯ ТОНИРОВКА ФОНА
     ========================================== */

  .gr-film__stage::after {
    content: "" !important;

    position: absolute !important;
    inset: 0 !important;

    z-index: 1 !important;

    display: block !important;

    pointer-events: none !important;

    background:

      radial-gradient(
        ellipse at 50% 50%,
        rgba(36, 186, 100, 0.04) 0%,
        transparent 47%
      ),

      linear-gradient(
        90deg,
        rgba(2, 8, 5, 0.42) 0%,
        rgba(2, 8, 5, 0.10) 25%,
        rgba(2, 8, 5, 0.02) 50%,
        rgba(2, 8, 5, 0.10) 75%,
        rgba(2, 8, 5, 0.42) 100%
      ),

      linear-gradient(
        180deg,
        rgba(0,0,0,.14) 0%,
        transparent 30%,
        transparent 68%,
        rgba(0,0,0,.28) 100%
      ) !important;
  }


  /* ==========================================
     ОРИГИНАЛЬНОЕ ВИДЕО
     ========================================== */

  .gr-film__video {
    position: relative !important;

    inset: auto !important;

    z-index: 2 !important;

    /*
     * Не 100%.
     * Оставляем сверху и снизу воздух.
     */
    width: auto !important;
    height: 92% !important;

    max-width: 48% !important;

    object-fit: contain !important;
    object-position: center center !important;

    border-radius: 20px !important;

    background: #020403 !important;

    box-shadow:

      0 38px 90px
      rgba(0, 0, 0, 0.56),

      0 0 0 1px
      rgba(255, 255, 255, 0.07),

      0 0 65px
      rgba(55, 225, 126, 0.075)

      !important;
  }


  /*
   * Небольшое свечение непосредственно
   * вокруг оригинального вертикального видео.
   */
  .gr-film__stage::before {
    content: "" !important;

    position: absolute !important;

    display: block !important;

    z-index: 1 !important;

    left: 50% !important;
    top: 50% !important;

    width: 48% !important;
    height: 88% !important;

    transform:
      translate(-50%, -50%) !important;

    border-radius: 38px !important;

    background:
      radial-gradient(
        ellipse at center,
        rgba(50, 221, 121, 0.13),
        rgba(29, 114, 70, 0.05) 43%,
        transparent 72%
      ) !important;

    filter: blur(32px) !important;

    pointer-events: none !important;
  }


  /* ==========================================
     UI
     ========================================== */

  .gr-film__shade {
    z-index: 3 !important;
  }


  .gr-film__label,
  .gr-film__sound,
  .gr-film__play {
    z-index: 6 !important;
  }

}




/* ==================================================
   ФИРМЕННЫЙ ЛОГОТИП В ШАПКЕ
   ================================================== */

.gr-brand--logo {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  height: 64px !important;
}

.gr-brand__logo {
  display: block !important;

  width: auto !important;
  height: 46px !important;

  object-fit: contain !important;

  filter:
    drop-shadow(0 6px 14px rgba(0, 0, 0, 0.28));
}


/* Планшет */
@media (max-width: 980px) {

  .gr-brand__logo {
    height: 42px !important;
  }

}


/* Телефон */
@media (max-width: 640px) {

  .gr-brand--logo {
    height: 58px !important;
  }

  .gr-brand__logo {
    height: 38px !important;
  }

}

/* ==================================================
   ЛОГОТИП — СИММЕТРИЯ ШАПКИ НА КОМПЬЮТЕРЕ
   ================================================== */

@media (min-width: 981px) {

  .gr-brand--logo {
    transform: translateX(24px) !important;
  }

}