.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ── RESET ───────────────────────────────────────── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --teal:        #1B6B62;
      --teal-dark:   #134f48;
      --teal-nav:    #1d6e66;
      --mint:        #daecea;
      --mint-light:  #edf7f5;
      --red:         #c84a3a;
      --white:       #ffffff;
      --off-white:   #f8faf9;
      --text:        #1c2b28;
      --text-mid:    #3d5450;
      --text-faded:  #a8bfbb;
      --sans:        'DM Sans', sans-serif;
      --serif:       'DM Serif Display', serif;
    }

    html { scroll-behavior: smooth; }
    body { font-family: var(--sans); color: var(--text); background: #fff; overflow-x: hidden; }

    img { display: block; max-width: 100%; }
    a { text-decoration: none; }

    /* ── NAVBAR ──────────────────────────────────────── */
    nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      background: var(--teal-nav);
      padding: 0 48px;
      height: 68px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .nav-logo {
      display: flex;
      align-items: center;
      gap: 12px;
      color: #fff;
    }

    .nav-logo-mark {
      width: 38px; height: 38px;
      border: 2px solid rgba(255,255,255,0.7);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
    }

    .nav-logo-mark svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 1.8; }

    .nav-logo-name {
      font-family: var(--sans);
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #fff;
    }

    .nav-links {
      display: flex; align-items: center; gap: 6px;
      list-style: none;
    }

    .nav-links a {
      color: rgba(255,255,255,0.85);
      font-size: 14px;
      font-weight: 500;
      padding: 6px 14px;
      border-radius: 4px;
      transition: color 0.2s;
    }
    .nav-links a:hover { color: #fff; }

    .nav-cta {
      border: 1.5px solid rgba(255,255,255,0.75) !important;
      border-radius: 999px !important;
      padding: 7px 20px !important;
      color: #fff !important;
      font-weight: 600 !important;
      transition: background 0.2s !important;
    }
    .nav-cta:hover { background: rgba(255,255,255,0.15) !important; }

    /* ── HERO ────────────────────────────────────────── */
    .hero {
      min-height: 100vh;
      background: var(--teal);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      padding: 120px 48px 80px;
    }

    /* subtle pattern */
    .hero::before {
      content: '';
      position: absolute; inset: 0;
      background-image: radial-gradient(circle at 20% 80%, rgba(255,255,255,0.04) 0%, transparent 50%),
                        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.05) 0%, transparent 50%);
      pointer-events: none;
    }

    .hero-inner {
      text-align: center;
      position: relative; z-index: 1;
      max-width: 900px;
    }

    .hero-top-line {
      font-family: var(--sans);
      font-size: clamp(13px, 1.5vw, 16px);
      font-weight: 700;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.65);
      margin-bottom: 22px;
    }

    .hero-headline {
      font-family: var(--serif);
      font-size: clamp(42px, 5.5vw, 78px);
      color: #fff;
      line-height: 1.1;
      letter-spacing: -0.02em;
      margin-bottom: 10px;
    }

    .hero-headline em {
      font-style: italic;
      color: #fff;
    }

    .hero-animated-line {
      font-family: var(--serif);
      font-size: clamp(42px, 5.5vw, 78px);
      font-style: italic;
      color: #fff;
      line-height: 1.1;
      letter-spacing: -0.02em;
      margin-bottom: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 18px;
    }

    .hero-prefix {
      font-family: var(--sans);
      font-weight: 300;
      font-size: clamp(26px, 3vw, 46px);
      color: rgba(255,255,255,0.5);
      letter-spacing: 0;
      font-style: normal;
    }

    .typed-word {
      color: #fff;
      font-family: var(--serif);
      font-style: italic;
      border-bottom: 3px solid var(--red);
      padding-bottom: 2px;
      position: relative;
    }

    .cursor {
      display: inline-block;
      width: 3px;
      height: 0.9em;
      background: #fff;
      margin-left: 3px;
      vertical-align: middle;
      animation: blink 0.8s step-end infinite;
    }

    @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

    .hero-sub {
      font-size: clamp(16px, 1.6vw, 18px);
      color: rgba(255,255,255,0.75);
      line-height: 1.75;
      max-width: 580px;
      margin: 0 auto 44px;
    }

    .hero-ctas {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
    }

    .btn-pill {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 14px 32px;
      border-radius: 999px;
      font-family: var(--sans);
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.25s;
      border: none;
    }

    .btn-white {
      background: #fff;
      color: var(--teal);
    }
    .btn-white:hover { background: #e8f5f3; transform: translateY(-1px); }

    .btn-outline-white {
      background: transparent;
      color: #fff;
      border: 1.5px solid rgba(255,255,255,0.7);
    }
    .btn-outline-white:hover { background: rgba(255,255,255,0.12); transform: translateY(-1px); }

    .scroll-arrow {
      position: absolute;
      bottom: 36px; left: 50%;
      transform: translateX(-50%);
      display: flex; flex-direction: column; align-items: center; gap: 4px;
      opacity: 0.5;
      animation: float 2.2s ease-in-out infinite;
    }
    .scroll-arrow span {
      display: block; width: 1.5px; height: 28px;
      background: #fff;
    }
    .scroll-arrow::after {
      content: '';
      display: block;
      width: 8px; height: 8px;
      border-right: 1.5px solid #fff;
      border-bottom: 1.5px solid #fff;
      transform: rotate(45deg);
      margin-top: -10px;
    }
    @keyframes float { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(7px)} }

    /* ── ABOUT STRIP ─────────────────────────────────── */
    .mosaic {
      background: var(--teal);
      padding: 72px 48px;
      overflow: hidden;
    }

    .mosaic-text {
      max-width: 800px;
      margin: 0 auto;
      padding: 0 48px;
      text-align: center;
      color: #fff;
    }

    .mosaic-text p {
      font-size: clamp(18px, 2vw, 24px);
      font-weight: 300;
      line-height: 1.7;
      color: rgba(255,255,255,0.8);
    }

    .mosaic-text p strong { font-weight: 600; color: #fff; }

    .mosaic-cta {
      margin-top: 32px;
      display: inline-flex; align-items: center; gap: 10px;
      padding: 14px 36px;
      background: transparent;
      border: 1.5px solid rgba(255,255,255,0.6);
      border-radius: 999px;
      color: #fff;
      font-size: 15px;
      font-weight: 600;
      transition: all 0.25s;
    }
    .mosaic-cta:hover { background: rgba(255,255,255,0.12); }

    /* ── SECTION COMMONS ─────────────────────────────── */
    .section-pad { padding: 96px 48px; }

    .mixed-headline {
      font-family: var(--serif);
      font-size: clamp(36px, 4vw, 58px);
      line-height: 1.15;
      letter-spacing: -0.02em;
      color: var(--text);
    }

    .mixed-headline .faded { color: var(--text-faded); }
    .mixed-headline .underlined {
      color: var(--text);
      position: relative;
      display: inline-block;
    }
    .mixed-headline .underlined::after {
      content: '';
      position: absolute;
      left: 0; right: 0; bottom: -5px;
      height: 3px;
      background: var(--red);
      border-radius: 2px;
    }
    .mixed-headline em { font-style: italic; }

    .section-label {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--text-mid);
      margin-bottom: 14px;
    }

    .learn-link {
      display: inline-flex; align-items: center; gap: 8px;
      color: var(--red);
      font-size: 15px;
      font-weight: 600;
      margin-top: 28px;
      position: relative;
      padding-bottom: 4px;
    }
    .learn-link::after {
      content: '';
      position: absolute;
      left: 0; bottom: 0;
      width: 24px; height: 2px;
      background: var(--red);
      border-radius: 2px;
    }
    .learn-link svg { width: 16px; height: 16px; stroke: var(--red); fill: none; stroke-width: 2; }
    .learn-link:hover { opacity: 0.75; }

    /* ── PROBLEM SECTION ─────────────────────────────── */
    .problem-section { background: #fff; }

    .problem-inner {
      max-width: 1180px; margin: 0 auto;
    }

    .problem-header {
      margin-bottom: 64px;
    }

    .problem-steps {
      display: flex;
      flex-direction: column;
      gap: 80px;
    }

    .step-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }

    .step-row.reverse { direction: rtl; }
    .step-row.reverse > * { direction: ltr; }

    .step-label {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--text-faded);
      margin-bottom: 12px;
    }

    .step-body p {
      font-size: 16px;
      color: var(--text-mid);
      line-height: 1.75;
      max-width: 480px;
    }

    .step-visual {
      background: var(--mint-light);
      border-radius: 16px;
      padding: 40px;
      min-height: 320px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 16px;
      position: relative;
      overflow: hidden;
    }

    .step-visual::before {
      content: '';
      position: absolute; top: -30px; right: -30px;
      width: 120px; height: 120px;
      background: rgba(29,110,102,0.07);
      border-radius: 50%;
    }

    /* problem cards inside step-visual */
    .prob-card {
      background: #fff;
      border-radius: 10px;
      padding: 14px 18px;
      font-size: 14px;
      font-weight: 500;
      color: var(--text);
      display: flex;
      align-items: center;
      gap: 12px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    }

    .prob-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: var(--red);
      flex-shrink: 0;
    }

    .result-banner {
      background: var(--teal);
      border-radius: 12px;
      padding: 20px 22px;
      color: #fff;
      margin-top: 8px;
    }
    .result-banner .result-label {
      font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
      color: rgba(255,255,255,0.6); font-weight: 700; margin-bottom: 6px;
    }
    .result-banner p { font-size: 18px; font-weight: 700; font-family: var(--serif); }

    /* ── SYSTEM SECTION ──────────────────────────────── */
    .system-section { background: var(--off-white); }

    .system-inner {
      max-width: 1180px; margin: 0 auto;
    }

    .system-header { margin-bottom: 56px; }

    .system-badge {
      display: inline-block;
      background: var(--teal);
      color: #fff;
      font-size: 11px; font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      padding: 7px 18px;
      border-radius: 999px;
      margin-bottom: 20px;
    }

    .pillars-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2px;
      border-radius: 16px;
      overflow: hidden;
    }

    .pillar {
      background: var(--mint);
      padding: 40px 30px;
      position: relative;
      transition: background 0.25s;
    }
    .pillar:hover { background: #c5e3df; }

    .pillar-num {
      font-size: 11px; font-weight: 700;
      letter-spacing: 0.2em;
      color: var(--teal);
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    .pillar-icon {
      width: 48px; height: 48px;
      background: var(--teal);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px;
    }
    .pillar-icon svg { width: 24px; height: 24px; stroke: #fff; fill: none; stroke-width: 1.8; }

    .pillar h3 {
      font-family: var(--serif);
      font-size: 22px;
      color: var(--text);
      margin-bottom: 12px;
      line-height: 1.2;
    }
    .pillar p {
      font-size: 14px;
      color: var(--text-mid);
      line-height: 1.7;
    }

    .system-tagline {
      margin-top: 40px;
      text-align: center;
    }
    .system-tagline p {
      font-family: var(--serif);
      font-size: clamp(20px, 2.2vw, 28px);
      font-style: italic;
      color: var(--text-mid);
    }
    .system-tagline p span { color: var(--teal); font-style: normal; font-weight: 700; }

    /* ── AUTHORITY SECTION ───────────────────────────── */
    .authority-section { background: var(--mint); }

    .authority-inner {
      max-width: 1180px; margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }

    .authority-points {
      list-style: none;
      margin-top: 32px;
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .authority-points li {
      display: flex; align-items: flex-start; gap: 14px;
      padding: 18px 0;
      border-bottom: 1px solid rgba(29,110,102,0.15);
      font-size: 16px;
      color: var(--text);
      font-weight: 500;
    }
    .authority-points li:first-child { border-top: 1px solid rgba(29,110,102,0.15); }

    .ap-icon {
      width: 26px; height: 26px;
      background: var(--teal);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; margin-top: 1px;
    }
    .ap-icon svg { width: 13px; height: 13px; stroke: #fff; fill: none; stroke-width: 2.5; }

    .authority-quote-side {
      background: var(--teal);
      border-radius: 20px;
      padding: 52px 44px;
      color: #fff;
    }

    .quote-big {
      font-family: var(--serif);
      font-size: 80px;
      line-height: 0.6;
      color: rgba(255,255,255,0.25);
      margin-bottom: 20px;
      display: block;
    }

    .authority-quote-side blockquote {
      font-family: var(--serif);
      font-size: clamp(20px, 2.2vw, 26px);
      font-style: italic;
      line-height: 1.55;
      color: #fff;
      margin-bottom: 32px;
    }

    .authority-quote-side cite {
      font-size: 12px; font-style: normal;
      font-weight: 700; letter-spacing: 0.15em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.55);
    }

    /* ── PARTNERSHIP SECTION ─────────────────────────── */
    .partnership-section { background: #fff; }

    .partnership-inner {
      max-width: 1180px; margin: 0 auto;
    }

    .partner-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 56px;
    }

    .partner-card {
      background: var(--mint-light);
      border-radius: 16px;
      padding: 36px 28px;
      transition: all 0.25s;
    }
    .partner-card:hover { background: var(--mint); transform: translateY(-3px); }

    .partner-card-icon {
      width: 52px; height: 52px;
      background: var(--teal);
      border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px;
    }
    .partner-card-icon svg { width: 26px; height: 26px; stroke: #fff; fill: none; stroke-width: 1.8; }

    .partner-card h3 {
      font-family: var(--serif);
      font-size: 22px;
      color: var(--text);
      margin-bottom: 10px;
    }
    .partner-card p {
      font-size: 15px;
      color: var(--text-mid);
      line-height: 1.7;
    }

    .slots-bar {
      margin-top: 52px;
      background: var(--mint);
      border-radius: 14px;
      padding: 30px 36px;
      display: flex; align-items: center; justify-content: space-between; gap: 24px;
      flex-wrap: wrap;
    }

    .slots-text p:first-child {
      font-size: 11px; font-weight: 700;
      letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--teal); margin-bottom: 5px;
    }
    .slots-text p:last-child {
      font-family: var(--serif);
      font-size: 22px;
      color: var(--text);
    }

    .slots-dots {
      display: flex; gap: 8px;
    }

    .slot-dot {
      width: 40px; height: 40px;
      border-radius: 50%;
      border: 2px solid var(--teal);
      display: flex; align-items: center; justify-content: center;
      font-size: 13px; font-weight: 700;
      color: var(--teal);
    }
    .slot-dot.filled {
      background: var(--teal);
      color: #fff;
    }

    /* ── FINAL CTA ───────────────────────────────────── */
    .cta-section {
      background: var(--teal);
      padding: 96px 48px;
      text-align: center;
      position: relative; overflow: hidden;
    }

    .cta-section::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(ellipse 70% 80% at 50% 110%, rgba(255,255,255,0.08) 0%, transparent 65%);
    }

    .cta-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 1; }

    .cta-section .mixed-headline { color: #fff; }
    .cta-section .mixed-headline .faded { color: rgba(255,255,255,0.3); }
    .cta-section .mixed-headline .underlined { color: #fff; }
    .cta-section .mixed-headline .underlined::after { background: var(--red); }

    .cta-section p {
      font-size: 17px;
      color: rgba(255,255,255,0.72);
      line-height: 1.75;
      margin: 24px auto 40px;
      max-width: 520px;
    }

    .cta-note {
      margin-top: 18px;
      font-size: 13px;
      color: rgba(255,255,255,0.38);
    }

    /* ── FOOTER ──────────────────────────────────────── */
    footer {
      background: var(--teal-dark);
      padding: 36px 48px;
      display: flex; align-items: center; justify-content: space-between;
      flex-wrap: wrap; gap: 16px;
    }

    .footer-logo {
      display: flex; align-items: center; gap: 12px;
      color: rgba(255,255,255,0.75);
      font-size: 14px; font-weight: 600;
      letter-spacing: 0.08em;
    }

    .footer-logo-mark {
      width: 32px; height: 32px;
      border: 1.5px solid rgba(255,255,255,0.4);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
    }
    .footer-logo-mark svg { width: 16px; height: 16px; stroke: rgba(255,255,255,0.7); fill: none; stroke-width: 1.8; }

    footer p { font-size: 13px; color: rgba(255,255,255,0.35); }

    /* ── REVEAL ANIMATIONS ───────────────────────────── */
    .reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .reveal.in { opacity: 1; transform: translateY(0); }

    /* ── RESPONSIVE ──────────────────────────────────── */
    @media (max-width: 900px) {
      nav { padding: 0 24px; }
      .nav-links { display: none; }
      .section-pad { padding: 72px 24px; }
      .step-row { grid-template-columns: 1fr; gap: 36px; }
      .step-row.reverse { direction: ltr; }
      .pillars-grid { grid-template-columns: repeat(2,1fr); }
      .authority-inner { grid-template-columns: 1fr; gap: 48px; }
      .partner-grid { grid-template-columns: 1fr; }
    }

    @media (max-width: 600px) {
      .hero { padding: 100px 24px 72px; }
      .pillars-grid { grid-template-columns: 1fr; }
      footer { flex-direction: column; align-items: flex-start; }
    }/* End custom CSS */