:root {
      --renewal-blue: #172fa4;
      --renewal-blue-mid: #2f4bc4;
      --renewal-blue-soft: #6f87e6;
      --renewal-green: #05c832;
      --renewal-green-accent: #4ade80;
      --renewal-text: #111827;
      --renewal-text-muted: #6b7280;
      --font-sans: "Area Normal", "Area", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      --font-heading: "IvyMode", "Ivy Mode", Georgia, "Times New Roman", serif;
      --nav-mega-surface: #ffffff;
      --nav-mega-ink: #0f172a;
      --nav-mega-muted: #64748b;
      --nav-mega-rule: #e2e8f0;
      --nav-mega-radius: 10px;
    }

    /* Renewal DS color override (platform mirror) */
    html,
    body,
    .page-wrap,
    .main-wrap,
    .s-plat-scroll,
    .s-scroller {
      background: #fff !important;
      color: var(--renewal-text) !important;
    }

    .scroller_bg {
      background: linear-gradient(180deg, #f8fbff 0%, #f2f6ff 62%, #ffffff 100%) !important;
    }

    /* Premium Renewal background for the points/features section */
    #points.s-plat-faq {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(1200px 560px at 12% -10%, rgb(111 135 230 / 32%), transparent 62%),
        radial-gradient(900px 460px at 88% 112%, rgb(5 200 50 / 18%), transparent 60%),
        linear-gradient(180deg, #101f6f 0%, #172fa4 45%, #142985 100%) !important;
      color: #eef4ff !important;
    }

    #points.s-plat-faq .container,
    #points.s-plat-faq .feature_list,
    #points.s-plat-faq .feature {
      background: transparent !important;
    }

    /* Remove card blocks: text floats directly on premium background */
    #points.s-plat-faq .feature {
      border: 0 !important;
      border-radius: 0 !important;
      padding: 0 !important;
      margin: 0 0 2.25rem !important;
      backdrop-filter: none !important;
      -webkit-backdrop-filter: none !important;
      box-shadow: none !important;
      background: transparent !important;
    }

    #points.s-plat-faq .feature:last-child {
      margin-bottom: 0 !important;
    }

    #points.s-plat-faq .title-five,
    #points.s-plat-faq .feature_grid h2 {
      color: #f5f8ff !important;
    }

    #points.s-plat-faq .feature_grid p {
      color: rgb(232 240 255 / 84%) !important;
    }

    #points.s-plat-faq .text-colour-sage {
      color: #8fb4ff !important;
    }

    #points.s-plat-faq .feature_line {
      background: rgb(143 180 255 / 40%) !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    [class*="title"],
    [class*="heading"],
    .tagline,
    .title-two,
    .title-three,
    .title-four,
    .title-five {
      color: var(--renewal-text) !important;
    }

    p,
    li,
    .opacity-50,
    .text-block-7,
    .footer__bottom,
    .footer__quote {
      color: var(--renewal-text-muted) !important;
    }

    a,
    .nav-link-plain,
    .footer-link,
    .footer a {
      color: var(--renewal-blue-mid) !important;
    }

    /* html dark bg: navbar é transparente sticky — precisa de fundo escuro por baixo */
    html {
      background-color: #101f6f;
    }

    /* ── Top-bar links (white on transparent/dark bg) ── */
    .site-header .nav-link-plain,
    .site-header .nav-dropdown__trigger,
    .site-header .site-header__lang span,
    .site-header .site-header__social a {
      color: #fff !important;
    }

    .site-header .nav-chevron,
    .site-header .site-header__social svg,
    .site-header .site-header__lang svg {
      stroke: #fff !important;
    }

    /* ── Mega-menu panel links (dark on white panel — match index.html exactly) ── */
    .site-header .nav-megamenu__head .nav-megamenu__title {
      color: var(--nav-mega-ink) !important;
    }
    .site-header .nav-megamenu__head .nav-megamenu__subtitle {
      color: var(--nav-mega-muted) !important;
    }
    .site-header .nav-megamenu__col .nav-megamenu__label {
      color: var(--nav-mega-ink) !important;
    }
    .site-header .nav-megamenu__col a {
      color: var(--nav-mega-muted) !important;
    }
    .site-header .nav-megamenu__col a:hover {
      color: var(--renewal-blue-mid) !important;
    }
    .site-header .nav-megamenu__cta a {
      color: #fff !important;
    }

    /* Pixel-lock navbar sizing to match DEPLOY/index.html */
    .site-header {
      gap: 16px !important;
    }

    .site-header__brand img {
      height: 81.12px !important;
      width: auto !important;
    }

    .site-header__nav {
      gap: clamp(20px, 2.5vw, 32px) !important;
    }

    .nav-dropdown__trigger,
    .nav-link-plain,
    .site-header__lang {
      font-size: 14px !important;
      font-weight: 500 !important;
      line-height: 1.2 !important;
    }

    .nav-dropdown__trigger,
    .nav-link-plain {
      padding: 6px 0 !important;
    }

    .nav-chevron {
      width: 14px !important;
      height: 14px !important;
    }

    .site-header__tools {
      gap: clamp(20px, 3vw, 32px) !important;
    }

    .site-header__social {
      gap: 18px !important;
    }

    .site-header__social svg {
      width: 20px !important;
      height: 20px !important;
    }

    .site-header__lang {
      gap: 6px !important;
    }

    .site-header__lang svg {
      width: 18px !important;
      height: 18px !important;
    }

    /* Pixel-lock submenu sizing to match DEPLOY/index.html */
    .nav-dropdown__panel {
      top: calc(100% + 12px) !important;
      width: min(820px, calc(100vw - 32px)) !important;
      border-radius: 10px !important;
    }

    .nav-megamenu__head {
      padding: 24px 32px 21.6px !important;
    }

    .nav-megamenu__head .nav-megamenu__title {
      font-family: var(--font-sans) !important;
      font-style: normal !important;
      font-size: 19px !important;
      line-height: 1.3 !important;
      font-weight: 600 !important;
      letter-spacing: -0.02em !important;
    }

    .nav-megamenu__head .nav-megamenu__subtitle {
      font-family: var(--font-sans) !important;
      font-style: normal !important;
      margin-top: 8px !important;
      font-size: 14px !important;
      line-height: 1.5 !important;
      font-weight: 400 !important;
    }

    .nav-megamenu__grid {
      gap: 32px 36px !important;
      padding: 24px 32px 28px !important;
    }

    .nav-megamenu__col .nav-megamenu__label {
      font-family: var(--font-sans) !important;
      font-style: normal !important;
      margin-bottom: 16px !important;
      font-size: 11px !important;
      letter-spacing: 0.1em !important;
      font-weight: 600 !important;
    }

    .nav-megamenu__col ul {
      gap: 8px !important;
    }

    .nav-megamenu__col a {
      font-family: var(--font-sans) !important;
      font-style: normal !important;
      padding: 3.2px 0 !important;
      font-size: 14px !important;
      line-height: 1.45 !important;
      font-weight: 400 !important;
    }

    .nav-megamenu__cta {
      padding: 20px 32px 24px !important;
    }

    .nav-megamenu__cta a {
      font-family: var(--font-sans) !important;
      font-style: normal !important;
      padding: 16px !important;
      font-size: 14.4px !important;
      font-weight: 600 !important;
      border-radius: 50px !important;
    }

    .button,
    .btn {
      background: var(--renewal-blue) !important;
      border-color: var(--renewal-blue) !important;
      color: #fff !important;
    }

    .button.is-secondary,
    .btn--ghost {
      background: #fff !important;
      border: 1px solid var(--renewal-blue-mid) !important;
      color: var(--renewal-blue-mid) !important;
    }

    .feature_line,
    .footer-cta-ticker_divider-line {
      background: rgb(111 135 230 / 32%) !important;
    }

    body,
    p,
    a,
    li,
    span,
    label,
    input,
    textarea,
    select,
    button,
    small,
    strong {
      font-family: var(--font-sans) !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    [class*="title"],
    [class*="heading"],
    .tagline {
      font-family: var(--font-heading) !important;
      font-weight: 300;
      letter-spacing: 0;
      text-transform: none !important;
    }

    /* ============ Scroller content: step badge + checklist ============ */
    .scroller-step-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      background: #22c55e;
      color: #fff;
      font-size: 1.25rem;
      font-weight: 700;
      font-family: var(--font-sans) !important;
      margin-bottom: 1.25rem;
      flex-shrink: 0;
    }

    .scroller-check-list {
      list-style: none;
      margin: 1rem 0 0 !important;
      padding: 0 !important;
      display: flex;
      flex-direction: column;
      gap: 0.85rem;
    }

    .scroller-body_content._1 .scroller-body_content-title,
    .scroller-body_content._2 .scroller-body_content-title,
    .scroller-body_content._3 .scroller-body_content-title {
      font-size: 2rem !important;
      line-height: 1.15 !important;
    }

    .scroller-check-list li {
      display: grid;
      grid-template-columns: 1.35rem minmax(0, 1fr);
      gap: 0.65rem;
      font-size: 1rem;
      line-height: 1.55;
      color: var(--renewal-text-muted) !important;
    }

    .scroller-check-list li::before {
      content: "";
      flex-shrink: 0;
      width: 1.35rem;
      height: 1.35rem;
      margin-top: 0.1rem;
      background: #22c55e;
      border-radius: 50%;
      /* checkmark via mask */
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17l-5-5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17l-5-5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      -webkit-mask-size: 75%;
      mask-size: 75%;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-position: center;
    }

    .scroller-check-list li strong {
      color: var(--renewal-text) !important;
      font-weight: 700;
      display: block;
      margin-bottom: 0.2rem;
    }

    .scroller-check-list li span {
      display: block;
    }

    /* Hard-disable any scroller fade (including Webflow inline/interactions) */
    .s-scroller .scroller-body_content,
    .s-scroller .scroller-body_mobile-media,
    .s-scroller .scroller-body_mobile-media .scroller-media,
    .s-scroller .scroller-media_video-wrap,
    .s-scroller .scroller-media_fallback,
    .s-scroller .scroller-media_video {
      opacity: 1 !important;
      transition: none !important;
      animation: none !important;
      will-change: auto !important;
    }

    /* ============ Scroller rebuilt: per-block [ text | video ] grid ============
       Single source of truth. The Webflow .scroller-grid parent is flattened so
       each .scroller-body_block becomes its own 2-col row. Mobile stacks.       */

    /* Tablet-style frame applied to each in-block media */
    .scroller-media.tablet-frame {
      position: relative;
      width: 100%;
      border-radius: 26px;
      padding: 8px;
      background: linear-gradient(180deg, #1f2a31 0%, #141c22 100%);
      box-shadow: 0 22px 52px rgb(5 14 20 / 38%), 0 4px 14px rgb(0 0 0 / 22%);
      overflow: hidden;
      box-sizing: border-box;
    }

    .scroller-media.tablet-frame::before {
      content: "";
      position: absolute;
      inset: 4px;
      border-radius: 22px;
      border: 2px solid rgb(255 255 255 / 9%);
      pointer-events: none;
      z-index: 3;
    }

    .scroller-media_video-wrap {
      position: relative;
      width: 100%;
      height: 100%;
      border-radius: 18px;
      overflow: hidden;
      background: #ffffff;
    }

    .scroller-media_fallback {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      background: transparent;
      z-index: 1;
      display: block;
    }

    .scroller-media_video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      background: transparent;
      border-radius: 18px;
      z-index: 2;
      display: block;
    }

    /* Desktop: flatten Webflow grid so each block becomes [ text | video ] */
    @media (min-width: 992px) {
      .scroller-grid {
        display: block !important;
        grid-template-columns: none !important;
      }

      .scroller-content {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        z-index: 2;
        overflow: visible !important;
        position: relative;
      }

      .scroller-content .scroller-body_block {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(420px, 620px);
        column-gap: clamp(2rem, 3vw, 3.5rem);
        align-items: center;
        min-height: auto !important;
        padding: 120px 0 !important;
        width: 100%;
        margin: 0 !important;
        position: relative;
        overflow: visible !important;
      }

      /* Alternate layout: even blocks render as [ video | text ] */
      .scroller-content .scroller-body_block:nth-child(even) {
        grid-template-columns: minmax(420px, 620px) minmax(0, 1fr);
      }

      .scroller-content .scroller-body_block:nth-child(even) .scroller-body_content {
        order: 2;
        justify-self: end;
      }

      .scroller-content .scroller-body_block:nth-child(even) .scroller-body_mobile-media {
        order: 1;
        justify-self: start;
      }

      .scroller-content .scroller-body_content {
      grid-column-gap: 2rem;
      grid-row-gap: 1rem;
      flex-direction: column;
      width: 100%;
      max-width: 26rem;
      display: flex;
        justify-self: start;
        position: static !important;
        transform: none !important;
      }

      .scroller-content .scroller-body_mobile-media {
        display: flex !important;
        justify-content: center;
        align-items: center;
        justify-self: end;
        width: 100%;
      }

      .scroller-content .scroller-body_mobile-media .scroller-media {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        max-width: 620px;
        aspect-ratio: 16 / 10;
        height: auto !important;
        opacity: 1 !important;
        pointer-events: auto;
        display: block !important;
        margin: 0 !important;
      }

      .scroller-content .scroller-body_mobile-media .scroller-media .scroller-media_video-wrap {
        width: 100%;
        height: 100%;
      }
    }

    /* Mobile: [ text ] over [ video ], single column */
    @media (max-width: 991px) {
      .scroller-content .scroller-body_mobile-media {
        display: flex;
        justify-content: center;
        margin-top: 1.25rem;
      }

      .scroller-content .scroller-body_mobile-media .scroller-media {
        position: relative;
        width: 385px;
        max-width: 620px;
        aspect-ratio: 16 / 10;
        height: auto;
      }

    }

    /* ============ Global page content cap (backgrounds stay full-bleed) ============
       Backgrounds live on .page-wrap, .section*, .footer (full-bleed untouched).
       Webflow content wrappers `.container*` are capped to 1300px and centered.   */
    :root { --page-max: 1300px; }

    .container,
    .container.is-1280,
    .container.is-1440,
    .container.is-contact,
    .container.is-scroller,
    .container.is-1920,
    .container.container_home-social {
      max-width: var(--page-max) !important;
      width: min(100%, var(--page-max)) !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }

    /* Final footer color lock: keep all footer text/links white */
    .footer,
    .footer :is(h1, h2, h3, h4, h5, h6, p, li, span, a, strong, small),
    .footer a:link,
    .footer a:visited,
    .footer a:hover,
    .footer a:active,
    .footer .footer__quote,
    .footer .footer__bottom {
      color: #fff !important;
    }

    /* Footer simplified: premium blue + centered logo only */
    .footer {
      background:
        radial-gradient(980px 420px at 12% -8%, rgb(47 75 196 / 0.12), transparent 62%),
        radial-gradient(820px 380px at 88% 108%, rgb(34 197 94 / 0.1), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
      min-height: 280px;
      display: grid;
      place-items: center;
      padding: clamp(2.2rem, 5vw, 3.5rem) 1rem !important;
    }

    .footer__bg-symbol,
    .footer__quote,
    .footer__bottom {
      display: none !important;
    }

    .footer__inner,
    .footer__grid {
      width: 100% !important;
      max-width: none !important;
      margin: 0 !important;
      padding: 0 !important;
      display: block !important;
    }

    .footer__grid > :not(.footer__brand) {
      display: none !important;
    }

    .footer__brand {
      display: flex !important;
      justify-content: center;
      align-items: center;
      width: 100%;
      text-align: center;
    }

    .footer__brand p,
    .footer__trust {
      display: none !important;
    }

    .footer__brand img {
      width: min(180px, 38vw) !important;
      height: auto !important;
      margin: 0 !important;
      opacity: 1 !important;
    }

    /* Green accent system (same green as icon tone) */
    :root {
      --renewal-accent-green: #22c55e;
      --renewal-accent-green-soft: rgb(34 197 94 / 0.2);
    }

    .scroller-step-badge {
      box-shadow: 0 0 0 4px var(--renewal-accent-green-soft);
    }

    .scroller-check-list li strong,
    .platform-highlight-strip__title,
    .plat-vid-banner__feat-label {
      color: var(--renewal-accent-green) !important;
    }

    .renewal-hero__cta,
    .platform-cta-panel__button {
      background: linear-gradient(180deg, #38d977 0%, #22c55e 100%) !important;
      color: #082a18 !important;
      box-shadow:
        0 1px 0 rgb(255 255 255 / 0.35) inset,
        0 14px 28px rgb(34 197 94 / 0.28) !important;
    }

    .renewal-hero__cta:hover,
    .platform-cta-panel__button:hover {
      filter: brightness(1.04) saturate(1.05);
      box-shadow:
        0 1px 0 rgb(255 255 255 / 0.4) inset,
        0 18px 36px rgb(34 197 94 / 0.34) !important;
    }

    .plat-vid-banner__badge,
    .plat-vid-banner__feat-icon {
      border-color: rgb(34 197 94 / 0.45) !important;
      box-shadow: 0 0 0 1px rgb(34 197 94 / 0.2) inset;
    }

    .feature_line,
    #points.s-plat-faq .feature_line {
      background: rgb(34 197 94 / 45%) !important;
    }

    .nav-dropdown__trigger:hover,
    .nav-link-plain:hover,
    .site-header__lang:hover {
      color: #86efac !important;
    }

    /* Mobile header parity with DEPLOY/index.html (pixel-locked) */
    @media (max-width: 899px) {
      .site-header {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: clamp(0.75rem, 3vw, 1.25rem) !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding-left: max(env(safe-area-inset-left, 0px), clamp(14px, 4vw, 20px)) !important;
        padding-right: max(env(safe-area-inset-right, 0px), clamp(14px, 4vw, 20px)) !important;
      }

      .site-header__brand {
        flex: 0 1 auto !important;
        min-width: 0 !important;
      }

      .site-header__brand img {
        height: clamp(62px, 19vw, 88px) !important;
        width: auto !important;
      }

      .site-header__tools {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        flex: 0 0 auto !important;
        margin-left: auto !important;
        gap: 0.75rem !important;
      }

      .site-header__menu-btn {
        width: 44px !important;
        height: 44px !important;
      }

      .site-header__menu-icon {
        width: 22px !important;
        height: 22px !important;
      }
    }

    .platform-highlight-strip {
      background:
        radial-gradient(120% 90% at 50% 0%, rgb(255 255 255 / 0.92) 0%, transparent 55%),
        linear-gradient(180deg, #fbfcff 0%, #eef3ff 100%);
      padding: 140px 0;
      border-top: 1px solid rgb(43 100 245 / 10%);
      border-bottom: 1px solid rgb(43 100 245 / 10%);
    }

    .platform-highlight-strip__inner {
      width: min(100%, 1100px);
      margin: 0 auto;
      padding-left: clamp(1rem, 4vw, 1.75rem);
      padding-right: clamp(1rem, 4vw, 1.75rem);
      box-sizing: border-box;
    }

    .platform-highlight-strip__title {
      margin: 0 0 clamp(1.25rem, 2vw, 1.75rem);
      text-align: center;
      color: #1239a5 !important;
      font-family: var(--font-heading) !important;
      font-size: clamp(1.75rem, 2.35vw, 2.35rem);
      line-height: 1.08;
      font-weight: 300;
      letter-spacing: -0.02em;
    }

    .platform-highlight-strip__grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(1.25rem, 2.4vw, 2.25rem);
      align-items: start;
    }

    .platform-highlight-strip__item {
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
      padding: 0.15rem 0;
    }

    .platform-highlight-strip__icon {
      width: 1.5rem;
      height: 1.5rem;
      flex-shrink: 0;
      color: #22c55e;
      margin-top: 0.12rem;
      filter: drop-shadow(0 1px 0 rgb(255 255 255 / 0.55));
    }

    .platform-highlight-strip__text {
      margin: 0;
      color: #1f2a44 !important;
      font-family: var(--font-sans) !important;
      font-size: clamp(0.95rem, 1.05vw, 1.05rem);
      line-height: 1.35;
      letter-spacing: 0;
      max-width: 22rem;
    }

    @media (max-width: 900px) {
      .platform-highlight-strip__grid {
        grid-template-columns: 1fr;
      }

      .platform-highlight-strip__text {
        max-width: none;
      }
    }

    .platform-cta-panel {
      position: relative;
      background:
        radial-gradient(120% 85% at 50% 0%, rgb(255 255 255 / 0.55) 0%, transparent 52%),
        linear-gradient(180deg, #6f87e6 0%, #3f5fd0 42%, #172fa4 100%);
      padding: clamp(2.25rem, 4vw, 3rem) 0 0;
      overflow: hidden;
    }

    .platform-cta-panel__inner {
      width: min(100%, 920px);
      margin: 0 auto;
      padding-left: clamp(1rem, 4vw, 1.75rem);
      padding-right: clamp(1rem, 4vw, 1.75rem);
      box-sizing: border-box;
      text-align: center;
    }

    .platform-cta-panel__title {
      margin: 0;
      color: #ffffff !important;
      font-family: var(--font-heading) !important;
      font-size: clamp(2.15rem, 3.4vw, 3.15rem);
      line-height: 1.02;
      letter-spacing: -0.02em;
      font-weight: 300;
      text-wrap: balance;
    }

    .platform-cta-panel__title-accent {
      color: var(--renewal-accent-green) !important;
    }

    .platform-cta-panel__subtitle {
      margin: clamp(1rem, 2vw, 1.25rem) auto 0;
      max-width: 40rem;
      color: rgb(248 250 252 / 96%) !important;
      font-family: var(--font-sans) !important;
      font-size: clamp(0.98rem, 1.15vw, 1.18rem);
      line-height: 1.45;
      font-weight: 400;
    }

    .platform-cta-panel__button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: clamp(1.15rem, 2.2vw, 1.45rem);
      padding: 0.72rem 1.85rem;
      border-radius: 999px;
      border: 0;
      background: linear-gradient(180deg, #7ef34a 0%, #4ade3a 100%);
      color: #0f1f4d !important;
      font-family: var(--font-sans) !important;
      font-size: clamp(0.95rem, 1vw, 1.05rem);
      font-weight: 700;
      line-height: 1.15;
      text-decoration: none;
      box-shadow:
        0 1px 0 rgb(255 255 255 / 0.35) inset,
        0 12px 28px rgb(15 23 42 / 18%);
      transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
    }

    .platform-cta-panel__button:hover {
      transform: translateY(-1px);
      filter: brightness(1.03);
      box-shadow:
        0 1px 0 rgb(255 255 255 / 0.4) inset,
        0 16px 34px rgb(15 23 42 / 22%);
    }

    .platform-cta-panel__button:focus-visible {
      outline: 2px solid #fff;
      outline-offset: 3px;
    }

    .platform-cta-panel__actions {
      margin-top: clamp(1.15rem, 2.2vw, 1.45rem);
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-items: start;
      gap: 0.72rem 1rem;
      width: min(100%, 760px);
      margin-left: auto;
      margin-right: auto;
    }

    .platform-cta-panel__actions .platform-cta-panel__button {
      margin-top: 0;
      width: 100%;
    }

    .platform-cta-panel__cta-block {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 0.35rem;
    }

    .platform-cta-panel__caption {
      margin: 0;
      color: rgb(241 245 249 / 82%) !important;
      font-family: var(--font-sans) !important;
      font-size: 0.8rem;
      line-height: 1.35;
      font-style: italic;
      text-align: center;
    }

    .platform-cta-panel__mockup-wrap {
      margin: clamp(1.35rem, 2.5vw, 1.85rem) auto 0;
      width: min(100%, 780px);
    }

    .platform-cta-panel__mockup {
      display: block;
      width: 100%;
      height: auto;
      filter: drop-shadow(0 22px 40px rgb(14 24 48 / 32%));
    }

    .platform-floating-cta {
      position: fixed;
      right: clamp(0.75rem, 2vw, 1.1rem);
      bottom: clamp(0.75rem, 2vw, 1.1rem);
      z-index: 1200;
      width: min(92vw, 300px);
      padding: 0.72rem 0.72rem 0.66rem;
      border: 1px solid rgb(255 255 255 / 0.22);
      border-radius: 14px;
      background: linear-gradient(180deg, rgb(22 43 132 / 88%) 0%, rgb(17 35 114 / 90%) 100%);
      backdrop-filter: blur(7px);
      box-shadow: 0 14px 34px rgb(5 12 38 / 34%);
    }

    .platform-floating-cta__button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 0.65rem 1rem;
      border-radius: 999px;
      text-decoration: none;
      border: 0;
      background: linear-gradient(180deg, #7ef34a 0%, #4ade3a 100%);
      color: #0f1f4d !important;
      font-family: var(--font-sans) !important;
      font-size: 0.92rem;
      font-weight: 700;
      line-height: 1.15;
      transition: transform 0.18s ease, filter 0.18s ease;
    }

    .platform-floating-cta__button:hover {
      transform: translateY(-1px);
      filter: brightness(1.03);
    }

    .platform-floating-cta__button:focus-visible {
      outline: 2px solid #fff;
      outline-offset: 3px;
    }

    .platform-floating-cta__caption {
      margin: 0.42rem 0 0;
      text-align: center;
      color: rgb(241 245 249 / 84%) !important;
      font-family: var(--font-sans) !important;
      font-size: 0.74rem;
      line-height: 1.3;
      font-style: italic;
    }

    @media (max-width: 640px) {
      .platform-floating-cta {
        left: 0.7rem;
        right: 0.7rem;
        width: auto;
      }
    }

    .renewal-hero {
      position: relative;
      overflow: hidden;
      /* Doctor photo as base; overlay is handled by ::before */
      background:
        url('archive/imagens/doctor-offering-medical-teleconsultation.jpg') center 28% / cover no-repeat;
      padding: clamp(9rem, 13vw, 12rem) 0 0;
    }

    /* Overlay: dominant dark navy with a strategic "focus window"
       where the doctor photo bleeds through subtly (premium vignette) */
    .renewal-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background:
        /* Renewal color glows — blue top-left, green bottom-right */
        radial-gradient(1200px 560px at 12% -10%, rgb(111 135 230 / 26%), transparent 62%),
        radial-gradient(900px 460px at 88% 112%, rgb(63 95 208 / 14%), transparent 60%),
        /* Focus window reduced: smaller/lighter center, stronger edge coverage */
        radial-gradient(ellipse 30% 36% at 66% 42%, rgb(22 43 153 / 56%) 0%, rgb(22 43 153) 100%);
    }

    /* Green luminosity glow behind the mockup (z-index above ::before, below content) */
    .renewal-hero::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: clamp(7.5rem, 16vw, 11rem);
      transform: translateX(-50%);
      width: min(92vw, 860px);
      height: clamp(130px, 15vw, 200px);
      border-radius: 999px;
      background: radial-gradient(closest-side, rgb(63 95 208 / 20%), rgb(63 95 208 / 0) 72%);
      pointer-events: none;
      z-index: 1;
    }

    .renewal-hero__inner {
      position: relative;
      z-index: 2;
      width: min(100%, 980px);
      margin: 0 auto;
      padding-top: 50px;
      padding-left: clamp(1rem, 4vw, 1.75rem);
      padding-right: clamp(1rem, 4vw, 1.75rem);
      box-sizing: border-box;
      text-align: center;
    }

    .renewal-hero__logo {
      display: block;
      width: clamp(150px, 18vw, 220px);
      height: auto;
      margin: 0 auto 1rem;
    }

    .renewal-hero__title {
      margin: 0;
      color: #f5f8ff !important;
      font-family: var(--font-heading) !important;
      font-size: 55px;
      line-height: 0.95;
      letter-spacing: -0.02em;
      font-weight: 300;
      text-wrap: balance;
    }

    .renewal-hero__subtitle {
      margin: 1rem auto 0;
      max-width: 42rem;
      color: rgb(232 240 255 / 84%) !important;
      font-family: var(--font-sans) !important;
      font-size: clamp(0.94rem, 1.2vw, 1.08rem);
      line-height: 1.45;
      text-transform: none !important;
    }

    .renewal-hero__cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: 1.15rem;
      padding: 0.68rem 1.45rem;
      border-radius: 999px;
      background: linear-gradient(180deg, #3f5fd0 0%, #172fa4 100%);
      color: #fff !important;
      font-family: var(--font-sans) !important;
      font-size: 0.92rem;
      font-weight: 700;
      line-height: 1;
      text-decoration: none;
      box-shadow: 0 10px 22px rgb(23 47 164 / 34%);
    }

    .renewal-hero__mockup-wrap {
      position: relative;
      z-index: 2;
      margin: clamp(1.4rem, 2.8vw, 2rem) auto 0;
      width: min(100%, 860px);
      padding-left: clamp(1rem, 4vw, 1.75rem);
      padding-right: clamp(1rem, 4vw, 1.75rem);
      box-sizing: border-box;
    }

    .renewal-hero__mockup {
      display: block;
      width: 100%;
      max-height: min(72vh, 640px);
      height: auto;
      object-fit: contain;
      object-position: center center;
      filter: drop-shadow(0 22px 42px rgb(15 23 42 / 24%));
    }

    /* ── Video Banner (below hero) ──────────────────────────────── */
    .plat-vid-banner {
      position: relative;
      min-height: 88vh;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    .plat-vid-banner__video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
    }

    /* Left-heavy dark scrim — mirrors the reference image */
    .plat-vid-banner__scrim {
      position: absolute;
      inset: 0;
      z-index: 1;
      background:
        linear-gradient(105deg,
          rgb(15 30 102) 0%,
          rgb(14 26 93 / 63%) 42%,
          rgb(8 16 46 / 0.44) 72%,
          rgb(8 16 46 / 0.22) 100%),
        linear-gradient(180deg, transparent 55%, rgb(14 28 79 / 55%) 100%);
    }

    .plat-vid-banner__inner {
      position: relative;
      z-index: 2;
      width: min(100%, 1300px);
      margin: 0 auto;
      padding: clamp(5rem, 9vw, 7rem) 0;
      padding-left: clamp(1rem, 4vw, 1.75rem);
      padding-right: clamp(1rem, 4vw, 1.75rem);
      box-sizing: border-box;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(2.5rem, 5vw, 5rem);
      align-items: center;
    }

    .s-scroller .container.is-scroller {
      padding-left: clamp(1rem, 4vw, 1.75rem);
      padding-right: clamp(1rem, 4vw, 1.75rem);
      box-sizing: border-box;
    }

    /* ── Left column ── */
    .plat-vid-banner__left {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .plat-vid-banner__badge {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.35rem 0.85rem 0.35rem 0.6rem;
      border: 1px solid rgb(255 255 255 / 0.28);
      border-radius: 50px;
      color: rgb(255 255 255 / 0.82);
      font-family: var(--font-sans) !important;
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: capitalize;
      width: fit-content;
      margin-bottom: 1.6rem;
    }

    .plat-vid-banner__badge svg {
      flex-shrink: 0;
      opacity: 0.75;
    }

    .plat-vid-banner__title {
      margin: 0;
      padding-bottom: 18px;
      font-family: var(--font-heading) !important;
      font-size: 55px;
      font-weight: 300;
      line-height: 1.02;
      letter-spacing: -0.02em;
      color: #fff !important;
      text-wrap: balance;
    }

    .plat-vid-banner__features {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .plat-vid-banner__feat {
      display: grid;
      grid-template-columns: 2.5rem 1fr;
      gap: 0 1rem;
      align-items: start;
      padding: 0.9rem 1rem;
      border-radius: 14px;
      background: rgb(255 255 255 / 0.08);
      border: 1px solid rgb(255 255 255 / 0.16);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
    }

    .plat-vid-banner__feat-icon {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 999px;
      background: rgb(34 197 94);
      border: 1px solid rgb(255 255 255 / 0.18);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
    }

    .plat-vid-banner__feat-icon svg {
      width: 1.1rem;
      height: 1.1rem;
      stroke: #fff;
      fill: none;
      stroke-width: 1.6;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .plat-vid-banner__feat-label {
      margin: 0 0 0.2rem;
      font-family: var(--font-sans) !important;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: capitalize;
      color: rgb(255 255 255 / 0.65) !important;
    }

    .plat-vid-banner__feat-desc {
      margin: 0;
      font-family: var(--font-sans) !important;
      font-size: 0.875rem;
      line-height: 1.45;
      color: rgb(230 238 255 / 0.80) !important;
    }

    /* ── Right column ── */
    .plat-vid-banner__right {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-self: end;
      gap: 2rem;
      padding-bottom: 0.25rem;
    }

    .plat-vid-banner__sub {
      margin: 0;
      padding-bottom: 18px;
      font-family: var(--font-sans) !important;
      font-size: 18px;
      line-height: 1.45;
      color: rgb(230 240 255 / 0.88) !important;
      text-wrap: balance;
      max-width: 100%;
    }

    .plat-vid-banner__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
    }

    .plat-vid-banner__btn {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      padding: 0.65rem 1.35rem;
      border-radius: 999px;
      font-family: var(--font-sans) !important;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: capitalize;
      text-decoration: none;
      cursor: pointer;
      transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
    }

    .plat-vid-banner__btn--outline {
      background: transparent;
      border: 1px solid rgb(255 255 255 / 0.55);
      color: #fff !important;
    }

    .plat-vid-banner__btn--outline:hover {
      background: rgb(255 255 255 / 0.10);
      border-color: #fff;
    }

    .plat-vid-banner__btn--fill {
      background: rgb(255 255 255 / 0.12);
      border: 1px solid rgb(255 255 255 / 0.35);
      color: #fff !important;
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }

    .plat-vid-banner__btn--fill:hover {
      background: rgb(255 255 255 / 0.22);
    }

    @media (max-width: 860px) {
      .plat-vid-banner__inner {
        grid-template-columns: 1fr;
      }
      .plat-vid-banner__right {
        align-self: auto;
      }
      .plat-vid-banner {
        min-height: auto;
      }
    }

    @media (max-width: 767px) {
      .renewal-hero__inner,
      .renewal-hero__mockup-wrap,
      .plat-vid-banner__inner,
      .scroller-grid,
      .platform-cta-panel__inner,
      .platform-highlight-strip__inner,
      .s-scroller .container.is-scroller {
        padding-left: max(env(safe-area-inset-left, 0px), clamp(14px, 4vw, 20px));
        padding-right: max(env(safe-area-inset-right, 0px), clamp(14px, 4vw, 20px));
        box-sizing: border-box;
      }

      .renewal-hero {
        padding-top: clamp(6.4rem, 18vw, 7.6rem);
        padding-bottom: clamp(2.1rem, 8vw, 2.9rem);
      }

      .renewal-hero__logo {
        width: clamp(132px, 42vw, 178px);
        margin-bottom: 0.75rem;
      }

      .renewal-hero__title {
        font-size: clamp(2rem, 8.6vw, 2.75rem);
        line-height: 1;
        letter-spacing: -0.018em;
      }

      .renewal-hero__subtitle {
        margin-top: 0.85rem;
        font-size: clamp(0.94rem, 3.7vw, 1.02rem);
        line-height: 1.52;
      }

      .renewal-hero__cta {
        margin-top: 1rem;
        min-height: 2.8rem;
        padding: 0.72rem 1.22rem;
      }

      .plat-vid-banner__inner {
        padding-top: clamp(3.4rem, 11vw, 4.35rem);
        padding-bottom: clamp(3.2rem, 10vw, 4.15rem);
        gap: clamp(1.6rem, 6vw, 2.2rem);
      }

      .plat-vid-banner__title {
        font-size: clamp(2rem, 8.4vw, 2.75rem);
        line-height: 1.04;
        margin-bottom: 1.55rem;
      }

      .plat-vid-banner__features {
        gap: 1rem;
      }

      .plat-vid-banner__feat {
        padding: 0.85rem 0.9rem;
      }

      .platform-cta-panel {
        padding-top: clamp(2.8rem, 9vw, 3.5rem);
        padding-bottom: clamp(2.8rem, 9vw, 3.5rem);
      }

      .platform-cta-panel__title {
        font-size: clamp(1.9rem, 8vw, 2.45rem);
        line-height: 1.05;
        margin-bottom: 0.9rem;
      }
    }
