.elementor-65 .elementor-element.elementor-element-26091f6{--display:flex;}.elementor-65 .elementor-element.elementor-element-a9c0ad2{--display:flex;}.elementor-65 .elementor-element.elementor-element-c377581{--display:flex;}.elementor-65 .elementor-element.elementor-element-2ef1397{--display:flex;}.elementor-65 .elementor-element.elementor-element-3b73dac{--display:flex;}body.elementor-page-65:not(.elementor-motion-effects-element-type-background), body.elementor-page-65 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2dd6156 */*,
      *::before,
      *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }

      :root {
        --g900: #0d3d2b;
        --g700: #1a5c44;
        --g600: #237a59;
        --g500: #2e9e70;
        --g100: #d6ede4;
        --g050: #eef7f2;
        --white: #ffffff;
        --gray: #5a7065;
        --sans: 'Inter', system-ui, sans-serif;
      }

      html,
      body {
        height: 100%;
      }

      body {
        font-family: var(--sans);
        background: var(--white);
        color: var(--g900);
        -webkit-font-smoothing: antialiased;
      }

      @keyframes fadeUp {
        from {
          opacity: 0;
          transform: translateY(22px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      @keyframes pulse {
        0%,
        100% {
          opacity: 0.65;
        }
        50% {
          opacity: 1;
        }
      }

      .hero {
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: center;
        overflow: hidden;
        /* background: #8a9490; */
      }

      /* .hero::after {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
        background: rgba(30, 38, 34, 0.25);
        pointer-events: none;
      } */

      .hero-bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        background-image: url('https://genomynd.com.br/wp-content/uploads/2026/05/home_genomynd-scaled.jpeg');
        background-size: cover;
        background-position: left top;
        /* opacity: 0.7; */
      }

      .hero-content {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 80px 72px;
        animation: fadeUp 0.8s ease both;
      }

      .hero-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: var(--g700);
        margin-bottom: 48px;
      }

      .eyebrow-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--g500);
        animation: pulse 2.5s ease-in-out infinite;
      }

      .hero-heading {
        font-size: clamp(3.2rem, 7.5vw, 7.2rem);
        font-weight: 300;
        line-height: 1.06;
        letter-spacing: -3px;
        background: linear-gradient(to bottom, #5b9daa 0%, #69a3ae 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        max-width: 880px;
        margin-bottom: 48px;
        position: relative;
        isolation: isolate;
      }

      .hero-heading em {
        font-style: normal;
        font-weight: 900;
        color: var(--g700);
      }

      .hero-actions {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
      }

      .btn-primary {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: var(--g700);
        color: var(--white);
        font-size: 0.92rem;
        font-weight: 700;
        padding: 18px 40px;
        border-radius: 50px;
        text-decoration: none;
        box-shadow: 0 4px 24px rgba(26, 92, 68, 0.28);
        transition:
          background 0.2s,
          transform 0.15s,
          box-shadow 0.2s;
      }

      .btn-primary:hover {
        background: var(--g600);
        transform: translateY(-2px);
        box-shadow: 0 8px 32px rgba(26, 92, 68, 0.38);
      }

      .btn-ghost {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 0.88rem;
        font-weight: 700;
        color: var(--g700);
        text-decoration: none;
        letter-spacing: 0.2px;
        transition: gap 0.2s;
      }

      .btn-ghost:hover {
        gap: 14px;
      }

     @media (max-width: 768px) {
        .hero {
          align-items: flex-start;
        }
        .hero-bg {
          background-image: url('https://genomynd.com.br/wp-content/uploads/2026/05/home_genomynd-mobile.jpeg') !important;
          background-position: center 20% !important;
        }
        .hero-content {
          padding: 0 23px 40px !important
        }
        .hero-heading {
          letter-spacing: -2px;
        }
        .hero-eyebrow {
           margin-bottom: 18px !important;
        }
      }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-26091f6 */*,
      *::before,
      *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }

      :root {
        --g900: #0d3d2b;
        --g700: #1a5c44;
        --g600: #237a59;
        --g500: #2e9e70;
        --g100: #d6ede4;
        --g050: #eef7f2;
        --white: #ffffff;
        --gray: #5a7065;
        --sans: 'Inter', system-ui, sans-serif;
      }

      html,
      body {
        height: 100%;
      }

      body {
        font-family: var(--sans);
        background: var(--white);
        color: var(--g900);
        -webkit-font-smoothing: antialiased;
      }

      @keyframes fadeUp {
        from {
          opacity: 0;
          transform: translateY(22px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      @keyframes pulse {
        0%,
        100% {
          opacity: 0.65;
        }
        50% {
          opacity: 1;
        }
      }

      .hero {
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: center;
        overflow: hidden;
        /* background: #8a9490; */
      }

      /* .hero::after {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
        background: rgba(30, 38, 34, 0.25);
        pointer-events: none;
      } */

      .hero-bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        background-image: url('https://genomynd.com.br/wp-content/uploads/2026/05/home_genomynd-scaled.jpeg');
        background-size: cover;
        background-position: left top;
        /* opacity: 0.7; */
      }

      .hero-content {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 80px 72px;
        animation: fadeUp 0.8s ease both;
      }

      .hero-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: var(--g700);
        margin-bottom: 48px;
      }

      .eyebrow-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--g500);
        animation: pulse 2.5s ease-in-out infinite;
      }

      .hero-heading {
        font-size: clamp(3.2rem, 7.5vw, 7.2rem);
        font-weight: 300;
        line-height: 1.06;
        letter-spacing: -3px;
        background: linear-gradient(to bottom, #5b9daa 0%, #69a3ae 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        max-width: 880px;
        margin-bottom: 48px;
        position: relative;
        isolation: isolate;
      }

      .hero-heading em {
        font-style: normal;
        font-weight: 900;
        color: var(--g700);
      }

      .hero-actions {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
      }

      .btn-primary {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: var(--g700);
        color: var(--white);
        font-size: 0.92rem;
        font-weight: 700;
        padding: 18px 40px;
        border-radius: 50px;
        text-decoration: none;
        box-shadow: 0 4px 24px rgba(26, 92, 68, 0.28);
        transition:
          background 0.2s,
          transform 0.15s,
          box-shadow 0.2s;
      }

      .btn-primary:hover {
        background: var(--g600);
        transform: translateY(-2px);
        box-shadow: 0 8px 32px rgba(26, 92, 68, 0.38);
      }

      .btn-ghost {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 0.88rem;
        font-weight: 700;
        color: var(--g700);
        text-decoration: none;
        letter-spacing: 0.2px;
        transition: gap 0.2s;
      }

      .btn-ghost:hover {
        gap: 14px;
      }

      @media (max-width: 768px) {
        .hero-content {
          padding: 60px 28px;
        }
        .hero-heading {
          letter-spacing: -2px;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17f0b83 */*,
      *::before,
      *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }

      :root {
        --g900: #0d3d2b;
        --g700: #1a5c44;
        --g600: #237a59;
        --g500: #2e9e70;
        --g100: #d6ede4;
        --g050: #eef7f2;
        --white: #ffffff;
        --gray: #5a7065;
        --sans: 'Inter', system-ui, sans-serif;
      }

      html {
        scroll-behavior: smooth;
      }

      .exams-body {
        font-family: var(--sans);
        background: var(--g050);
        color: var(--g900);
        -webkit-font-smoothing: antialiased;
      }

      @keyframes fadeUp {
        from {
          opacity: 0;
          transform: translateY(18px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      @keyframes pulse {
        0%,
        100% {
          opacity: 0.7;
        }
        50% {
          opacity: 1;
        }
      }
      
      .e-con > .e-con-inner {
        gap: initial;
        height: 100%;
        margin: initial;
        max-width: initial;
        padding-inline-end: 0;
        padding-inline-start: 0;
        width: 100%;
        padding: initial;
      }

      .elementor-element {
        padding: initial;
      }

      .page-header {
        background:
          radial-gradient(ellipse 80% 120% at 50% -10%, rgba(46, 158, 112, 0.22) 0%, transparent 65%),
          linear-gradient(155deg, #b4cec6 0%, #c8dace 35%, #d2e2d8 65%, #bdd3c9 100%);
        padding: 80px 60px 88px;
        text-align: center;
        animation: fadeUp 0.7s ease both;
      }

      .header-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: var(--g700);
        margin-bottom: 28px;
      }

      .eyebrow-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--g500);
        animation: pulse 2.5s ease-in-out infinite;
      }

      .page-header h1 {
        font-size: clamp(2.4rem, 5vw, 4rem);
        font-weight: 900;
        line-height: 1.05;
        letter-spacing: -2px;
        color: var(--g900);
        margin-bottom: 18px;
      }

      .page-header h1 .accent {
        color: var(--g600);
      }

      .page-header p {
        font-size: clamp(0.95rem, 1.4vw, 1.1rem);
        font-weight: 300;
        font-style: italic;
        line-height: 1.6;
        color: var(--gray);
        max-width: 520px;
        margin: 0 auto;
      }

      .exams-section {
        padding: 72px 48px 96px;
        max-width: 1240px;
        margin: 0 auto;
      }

      .exams-title {
        font-size: clamp(2rem, 3.5vw, 3rem);
        font-weight: 900;
        letter-spacing: -1.5px;
        color: var(--g900);
        margin-bottom: 40px;
      }

      .exams-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 22px;
      }

      .exam-card {
        grid-column: span 2;
      }

      .exam-card:nth-child(4) {
        grid-column: 2 / span 2;
      }

      .exam-card:nth-child(5) {
        grid-column: 4 / span 2;
      }

      .exam-card {
        background: var(--white);
        border-radius: 18px;
        border: 1px solid rgba(26, 92, 68, 0.1);
        padding: 32px 30px 28px;
        display: flex;
        flex-direction: column;
        gap: 0;
        transition:
          transform 0.25s ease,
          box-shadow 0.25s ease,
          border-color 0.25s ease;
        text-decoration: none;
        color: inherit;
      }

      .exam-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 24px 56px rgba(13, 61, 43, 0.11);
        border-color: rgba(46, 158, 112, 0.28);
      }

      .card-icon-box {
        width: 52px;
        height: 52px;
        background: rgba(46, 158, 112, 0.1);
        border-radius: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        flex-shrink: 0;
      }

      .card-icon-box svg {
        width: 26px;
        height: 26px;
      }

      .card-label {
        font-size: 0.63rem;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--g500);
        margin-bottom: 8px;
      }

      .card-name {
        font-size: 1.18rem;
        font-weight: 900;
        line-height: 1.15;
        letter-spacing: -0.4px;
        color: var(--g900);
        margin-bottom: 14px;
      }

      .card-desc {
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.72;
        color: var(--gray);
        margin-bottom: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }

      .card-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 0.82rem;
        font-weight: 700;
        color: var(--g600);
        letter-spacing: 0.2px;
        transition: gap 0.2s;
        border-top: 1px solid rgba(26, 92, 68, 0.1);
        padding-top: 18px;
        margin-top: auto;
      }

      .exam-card:hover .card-link {
        gap: 10px;
      }

   @media (max-width: 600px) {
        .exams-section {
          padding: 40px 16px 56px;
        }
        .exams-grid {
          display: block;
        }
        .exam-card {
          margin-bottom: 14px;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d2819e */*, *::before, *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }

      :root {
        --g900: #0d3d2b;
        --g700: #1a5c44;
        --g600: #237a59;
        --g500: #2e9e70;
        --g100: #d6ede4;
        --g050: #eef7f2;
        --white: #ffffff;
        --gray: #5a7065;
        --sans: 'Inter', system-ui, sans-serif;
      }

      html { scroll-behavior: smooth; }

      body {
        font-family: var(--sans);
        background: var(--white);
        color: var(--g900);
        -webkit-font-smoothing: antialiased;
      }

      @keyframes fadeUp {
        from { opacity: 0; transform: translateY(18px); }
        to   { opacity: 1; transform: translateY(0); }
      }
      @keyframes pulse {
        0%, 100% { opacity: .7; }
        50%       { opacity: 1; }
      }
      @keyframes countUp {
        from { opacity: 0; transform: translateY(10px); }
        to   { opacity: 1; transform: translateY(0); }
      }

      .section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-height: 100vh;
        animation: fadeUp .8s ease both;
      }

      .section-image {
        position: relative;
        overflow: hidden;
        background: #2a3830;
      }

      .section-image-bg {
        position: absolute;
        inset: 0;
        background-image: url('https://genomynd.com.br/wp-content/uploads/2026/05/O-QUE-FAZEMOS-3.png');
        background-size: cover;
        background-position: center top;
        opacity: 0.5;
      }

      .section-image-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(
          to top,
          rgba(13, 40, 28, 0.7) 0%,
          rgba(13, 40, 28, 0.2) 60%,
          transparent 100%
        );
      }

      .section-image-placeholder svg {
        width: 140px;
        opacity: .25;
      }

      .section-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 80px 72px 72px 64px;
      }

      .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: var(--g600);
        margin-bottom: 28px;
      }

      .eyebrow::before {
        content: '';
        display: block;
        width: 20px;
        height: 2.5px;
        border-radius: 2px;
        background: var(--g500);
        flex-shrink: 0;
      }

      .heading {
        font-size: clamp(2rem, 3.2vw, 3rem);
        font-weight: 900;
        line-height: 1.08;
        letter-spacing: -1.5px;
        color: var(--g900);
        margin-bottom: 32px;
      }

      .body-text {
        font-size: 0.95rem;
        font-weight: 300;
        line-height: 1.85;
        color: var(--gray);
        margin-bottom: 16px;
        max-width: 520px;
      }

      .body-text:last-of-type {
        margin-bottom: 56px;
      }

      .stats-row {
        display: flex;
        gap: 0;
        border-top: 1px solid rgba(26, 92, 68, 0.12);
        padding-top: 40px;
      }

      .stat {
        flex: 1;
        padding-right: 32px;
        border-right: 1px solid rgba(26, 92, 68, 0.1);
        animation: countUp .6s ease both;
      }

      .stat:last-child {
        padding-right: 0;
        padding-left: 32px;
        border-right: none;
      }

      .stat:not(:first-child):not(:last-child) {
        padding-left: 32px;
      }

      .stat-value {
        font-size: clamp(2rem, 3vw, 2.8rem);
        font-weight: 900;
        letter-spacing: -2px;
        color: var(--g700);
        line-height: 1;
        margin-bottom: 6px;
      }

      .stat-label {
        font-size: 0.78rem;
        font-weight: 500;
        color: var(--gray);
        letter-spacing: .2px;
        line-height: 1.4;
      }

      @media (max-width: 960px) {
        .section {
          grid-template-columns: 1fr;
          min-height: auto;
        }
        .section-image {
          display: none;
        }
        .section-image-placeholder {
          min-height: 280px;
        }
        .section-text {
          padding: 48px 28px 56px;
        }
        .body-text {
          max-width: 100%;
        }
      }

      @media (max-width: 480px) {
        .section-text {
          padding: 40px 20px 48px;
        }
        .stats-row {
          padding-top: 32px;
        }
        .stat {
          padding: 16px 0;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e980cf5 */*,
      *::before,
      *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }

      :root {
        --g900: #0d3d2b;
        --g700: #1a5c44;
        --g600: #237a59;
        --g500: #2e9e70;
        --g100: #d6ede4;
        --g050: #eef7f2;
        --white: #ffffff;
        --gray: #5a7065;
        --sans: 'Inter', system-ui, sans-serif;
      }

      html,
      body {
        height: 100%;
      }

      body {
        font-family: var(--sans);
        background: var(--white);
        color: var(--g900);
        -webkit-font-smoothing: antialiased;
      }

      @keyframes fadeUp {
        from {
          opacity: 0;
          transform: translateY(18px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      @keyframes pulse {
        0%,
        100% {
          opacity: 0.65;
        }
        50% {
          opacity: 1;
        }
      }

      /* ── SPLIT LAYOUT ─────────────────────────────── */
      .split {
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-height: 100vh;
      }

      /* ── LEFT: image + text ───────────────────────── */
      .split-left {
        position: relative;
        display: flex;
        align-items: center;
        overflow: hidden;
        background: #2a3830;
      }

      .split-left-bg {
        position: absolute;
        inset: 0;
        background-image: url('https://genomynd.com.br/wp-content/uploads/2026/05/POR-QUE-ESCOLHER-A-GENOMYND.png');
        background-size: cover;
        background-position: center top;
        opacity: 0.45;
      }

      .split-left-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(
          to top,
          rgba(13, 40, 28, 0.92) 0%,
          rgba(13, 40, 28, 0.5) 50%,
          rgba(13, 40, 28, 0.15) 100%
        );
      }

      .split-left-content {
        position: relative;
        z-index: 2;
        padding: 64px 56px;
        animation: fadeUp 0.8s ease both;
      }

      .left-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 0.66rem;
        font-weight: 700;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 24px;
      }

      .eyebrow-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #69a3ae;
        animation: pulse 2.5s ease-in-out infinite;
      }

      .left-heading {
        font-size: clamp(2rem, 3.2vw, 3rem);
        font-weight: 900;
        line-height: 1.08;
        letter-spacing: -1.5px;
        color: var(--white);
        margin-bottom: 18px;
      }

      .left-sub {
        font-size: 0.95rem;
        font-weight: 300;
        font-style: italic;
        line-height: 1.65;
        color: rgba(255, 255, 255, 0.6);
        max-width: 360px;
      }

      /* ── RIGHT: differential items ────────────────── */
      .split-right {
        display: flex;
        align-items: center;
        background: var(--g050);
        padding: 56px 52px;
      }

      .diff-items {
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 100%;
      }

      .diff-item {
        display: flex;
        align-items: center;
        gap: 18px;
        background: var(--white);
        border-radius: 16px;
        border: 1px solid rgba(26, 92, 68, 0.1);
        padding: 20px 24px;
        transition:
          transform 0.22s ease,
          box-shadow 0.22s ease,
          border-color 0.22s ease;
      }

      .diff-item:hover {
        transform: translateX(5px);
        box-shadow: 0 8px 32px rgba(13, 61, 43, 0.09);
        border-color: rgba(46, 158, 112, 0.25);
      }

      .diff-item:hover .diff-icon {
        background: rgba(46, 158, 112, 0.18);
      }

      .diff-icon {
        width: 48px;
        height: 48px;
        background: rgba(46, 158, 112, 0.1);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: background 0.22s;
      }

      .diff-icon svg {
        width: 22px;
        height: 22px;
      }

      .diff-text {
        display: flex;
        flex-direction: column;
        gap: 2px;
        flex: 1;
      }

      .diff-num {
        font-size: 0.58rem;
        font-weight: 700;
        letter-spacing: 2px;
        color: rgba(46, 158, 112, 0.45);
      }

      .diff-name {
        font-size: 0.95rem;
        font-weight: 700;
        line-height: 1.25;
        color: var(--g900);
      }

      .diff-arrow {
        font-size: 0.85rem;
        color: rgba(26, 92, 68, 0.25);
        flex-shrink: 0;
        transition:
          color 0.22s,
          transform 0.22s;
      }

      .diff-item:hover .diff-arrow {
        color: var(--g500);
        transform: translateX(3px);
      }

      /* ── RESPONSIVE ───────────────────────────────── */
      @media (max-width: 960px) {
        .split {
          grid-template-columns: 1fr;
          min-height: auto;
        }
        .split-left {
          min-height: 380px;
          align-items: flex-end;
        }
        .split-left-content {
          padding: 48px 28px;
        }
        .split-right {
          padding: 48px 24px;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b5b82f */.s3 {
        min-height: 200px;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
        background: linear-gradient(130deg, var(--g900) 0%, #1f6e50 55%, var(--g600) 100%);
      }

      .s3::before {
        content: '';
        position: absolute;
        width: 480px; height: 480px;
        border-radius: 50%;
        background: rgba(255,255,255,.04);
        top: -180px; right: -100px;
      }

      .s3::after {
        content: '';
        position: absolute;
        width: 240px; height: 240px;
        border-radius: 50%;
        background: rgba(255,255,255,.04);
        bottom: -90px; left: 25%;
      }

      .s3-content {
        position: relative;
        z-index: 2;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 52px 60px;
        gap: 48px;
      }

      .s3-left { flex: 1; min-width: 0; }

      .s3-eyebrow {
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: rgba(255,255,255,.45);
        margin-bottom: 10px;
      }

      .s3-h2 {
        font-size: clamp(1.6rem, 2.8vw, 2.4rem);
        font-weight: 900;
        color: var(--white);
        line-height: 1.2;
        letter-spacing: -.8px;
      }

      .s3-sub {
        font-size: .95rem;
        color: rgba(255,255,255,.6);
        margin-top: 10px;
        line-height: 1.6;
      }

      .btn-cta {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        background: var(--white);
        color: var(--g700);
        font-size: .92rem;
        font-weight: 700;
        padding: 18px 36px;
        border-radius: 50px;
        text-decoration: none;
        flex-shrink: 0;
        white-space: nowrap;
        box-shadow: 0 4px 22px rgba(0,0,0,.22);
        transition: background .2s, transform .15s, box-shadow .2s;
      }

      .btn-cta:hover {
        background: var(--g050);
        transform: translateY(-2px);
        box-shadow: 0 8px 30px rgba(0,0,0,.3);
      }


      /* ── RESPONSIVE ───────────────────────────────── */
      @media (max-width: 960px) {
        .hero-content { padding: 52px 28px; }
        .hero-heading { letter-spacing: -2px; }

        .section-wrap { padding: 56px 24px 64px; }

        .exams-grid { grid-template-columns: repeat(3, 1fr); }

        .diff-split {
          grid-template-columns: 1fr;
          gap: 40px;
          padding: 56px 24px;
        }
        .diff-mini-item:nth-child(5) { max-width: none; }

        .s3-content {
          flex-direction: column;
          align-items: flex-start;
          padding: 48px 24px;
        }
      }

      @media (max-width: 600px) {
        .exams-grid { grid-template-columns: repeat(2, 1fr); }
        .diff-mini-grid { grid-template-columns: 1fr; }
        .diff-mini-item:nth-child(5) { grid-column: auto; max-width: none; }
      }/* End custom CSS */