/* Start custom CSS for html, class: .elementor-element-c7702f7 */:root {
      --bg: #0B1220;
      --surface: #121B2E;
      --surface-2: #182236;
      --surface-3: #0F1728;
      --border: rgba(244,246,251,.09);
      --border-strong: rgba(244,246,251,.16);
      --text: #F4F6FB;
      --muted: #93A0B8;
      --muted-2: #6C7A94;
      --amber: #F0A63C;
      --amber-soft: rgba(240,166,60,.12);
      --emerald: #33C48E;
      --emerald-soft: rgba(51,196,142,.12);
      --red: #E8636B;
      --red-soft: rgba(232,99,107,.12);
      --max: 1120px;
      --r-sm: 9px;
      --r-md: 15px;
      --r-lg: 22px;
      box-sizing: border-box;
    }

    :root[data-theme="light"] {
      --bg: #F6F5F1;
      --surface: #FFFFFF;
      --surface-2: #F0EEE8;
      --surface-3: #FAFAF8;
      --border: rgba(11,18,32,.10);
      --border-strong: rgba(11,18,32,.18);
      --text: #14171F;
      --muted: #5B6373;
      --muted-2: #838BA0;
      --amber-soft: #FFF3DF;
      --emerald-soft: #E4F8EF;
      --red-soft: #FCE8E9;
    }

    * { box-sizing: inherit; }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 84px;
    }

    body {
      margin: 0;
      background: var(--bg);
      color: var(--text);
      font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 16px;
      line-height: 1.65;
      -webkit-font-smoothing: antialiased;
    }

    img { max-width: 100%; height: auto; display: block; }
    a { color: inherit; }
    button, input, select, textarea { font: inherit; }

    .wrap {
      width: min(var(--max), calc(100% - 40px));
      margin-inline: auto;
    }

    .skip-link {
      position: fixed;
      left: 16px;
      top: -80px;
      z-index: 100;
      padding: 10px 14px;
      border-radius: 8px;
      background: var(--amber);
      color: #1A1204;
      font-weight: 700;
      text-decoration: none;
    }

    .skip-link:focus { top: 16px; }

    h1, h2, h3, h4 {
      margin: 0;
      font-family: Fraunces, Georgia, serif;
      font-weight: 600;
      line-height: 1.16;
      letter-spacing: -.015em;
    }

    p { margin: 0; }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--emerald);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .02em;
    }

    .eyebrow::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--emerald);
      box-shadow: 0 0 0 4px var(--emerald-soft);
    }

    /* Header */
    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: color-mix(in srgb, var(--bg) 91%, transparent);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid var(--border);
    }

    .nav-inner {
      min-height: 70px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
      flex-shrink: 0;
    }

    .brand-mark {
      width: 32px;
      height: 32px;
      border-radius: 9px;
      display: grid;
      place-items: center;
      border: 1px solid var(--emerald);
      background: var(--surface-2);
      color: var(--emerald);
      font-weight: 800;
      font-size: 15px;
    }

    .brand-name {
      font-family: Fraunces, Georgia, serif;
      font-size: 19px;
      font-weight: 700;
      white-space: nowrap;
    }

    .brand-name span { color: var(--emerald); }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 20px;
      color: var(--muted);
      font-size: 13.5px;
    }

    .nav-links a {
      text-decoration: none;
      white-space: nowrap;
    }

    .nav-links a:hover,
    .nav-links a:focus-visible { color: var(--text); }

    .nav-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 9px 15px;
      border-radius: 999px;
      background: var(--amber);
      color: #1A1204;
      font-size: 13px;
      font-weight: 700;
      text-decoration: none;
      white-space: nowrap;
    }

    /* Hero */
    .hero {
      padding: 64px 0 44px;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.3fr) minmax(300px, .8fr);
      gap: 48px;
      align-items: start;
    }

    .hero h1 {
      max-width: 850px;
      margin-top: 16px;
      font-size: clamp(36px, 5.1vw, 58px);
    }

    .hero-lead {
      max-width: 720px;
      margin-top: 20px;
      color: var(--muted);
      font-size: 17px;
    }

    .hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 9px 18px;
      margin-top: 22px;
      color: var(--muted-2);
      font-size: 13px;
    }

    .hero-meta strong { color: var(--text); }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 11px;
      margin-top: 28px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 11px 19px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      transition: transform .2s ease, opacity .2s ease;
    }

    .btn:hover { transform: translateY(-1px); }
    .btn-primary { background: var(--amber); color: #1A1204; }
    .btn-secondary { border: 1px solid var(--border-strong); color: var(--text); }

    .trust-card {
      padding: 25px;
      border: 1px solid var(--border);
      border-radius: var(--r-lg);
      background: var(--surface);
      box-shadow: 0 18px 50px rgba(0,0,0,.12);
    }

    .trust-icon {
      aspect-ratio: 16/9;
      display: grid;
      place-items: center;
      margin-bottom: 20px;
      border: 1px solid var(--border);
      border-radius: var(--r-md);
      background:
        radial-gradient(circle at 30% 30%, var(--emerald-soft), transparent 45%),
        linear-gradient(145deg, var(--surface-2), var(--surface-3));
      font-size: 43px;
    }

    .trust-card h2 {
      font-size: 20px;
      margin-top: 5px;
    }

    .trust-sub {
      margin-top: 6px;
      color: var(--muted);
      font-size: 13.5px;
    }

    .trust-list {
      list-style: none;
      margin: 20px 0 0;
      padding: 0;
      display: grid;
      gap: 13px;
    }

    .trust-list li {
      display: grid;
      grid-template-columns: 22px 1fr;
      gap: 10px;
      font-size: 13.5px;
    }

    .check {
      width: 21px;
      height: 21px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--emerald-soft);
      color: var(--emerald);
      font-size: 11px;
      font-weight: 800;
    }

    .trust-list strong { display: block; }
    .trust-list small {
      display: block;
      margin-top: 2px;
      color: var(--muted-2);
      line-height: 1.45;
    }

    .notice {
      margin-top: 18px;
      padding: 12px 14px;
      border-radius: var(--r-sm);
      background: var(--emerald-soft);
      color: var(--emerald);
      font-size: 12.5px;
      line-height: 1.55;
    }

    /* Page sections */
    section {
      padding: 58px 0;
      border-top: 1px solid var(--border);
    }

    section.compact { padding: 42px 0; }

    .section-heading {
      max-width: 700px;
      margin-bottom: 28px;
    }

    .section-heading h2 {
      margin-top: 8px;
      font-size: clamp(27px, 3.2vw, 36px);
    }

    .section-heading p {
      margin-top: 11px;
      color: var(--muted);
      font-size: 15px;
    }

    /* Contents */
    .contents {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px 30px;
      padding: 23px;
      border: 1px solid var(--border);
      border-radius: var(--r-md);
      background: var(--surface);
    }

    .contents a {
      padding: 9px 0;
      color: var(--muted);
      text-decoration: none;
      border-bottom: 1px solid var(--border);
      font-size: 14px;
    }

    .contents a:hover { color: var(--emerald); }

    /* Article content */
    .article-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 300px;
      gap: 42px;
      align-items: start;
    }

    .article-copy {
      max-width: 760px;
    }

    .article-copy h2 {
      margin: 44px 0 14px;
      font-size: clamp(25px, 3vw, 33px);
    }

    .article-copy h3 {
      margin: 28px 0 9px;
      font-size: 21px;
    }

    .article-copy p {
      margin: 0 0 17px;
      color: var(--muted);
      font-size: 15.5px;
    }

    .article-copy ul {
      margin: 10px 0 20px;
      padding-left: 21px;
      color: var(--muted);
    }

    .article-copy li { margin-bottom: 8px; }

    .fact-box {
      margin: 24px 0;
      padding: 20px 21px;
      border-left: 3px solid var(--emerald);
      border-radius: 0 var(--r-md) var(--r-md) 0;
      background: var(--surface);
      border-top: 1px solid var(--border);
      border-right: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }

    .fact-box strong {
      display: block;
      margin-bottom: 5px;
      color: var(--text);
    }

    .fact-box p {
      margin: 0;
      font-size: 14px;
    }

    /* Sidebar */
    .sidebar {
      position: sticky;
      top: 94px;
      display: grid;
      gap: 14px;
    }

    .side-card {
      padding: 20px;
      border: 1px solid var(--border);
      border-radius: var(--r-md);
      background: var(--surface);
    }

    .side-card h3 {
      font-size: 18px;
      margin-bottom: 10px;
    }

    .side-card p {
      color: var(--muted);
      font-size: 13.5px;
    }

    .side-list {
      list-style: none;
      margin: 12px 0 0;
      padding: 0;
      display: grid;
      gap: 9px;
    }

    .side-list a {
      color: var(--muted);
      text-decoration: none;
      font-size: 13.5px;
    }

    .side-list a:hover { color: var(--emerald); }

    /* Cards */
    .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 17px;
    }

    .card {
      padding: 22px;
      border: 1px solid var(--border);
      border-radius: var(--r-md);
      background: var(--surface);
    }

    .card-icon {
      width: 40px;
      height: 40px;
      display: grid;
      place-items: center;
      margin-bottom: 14px;
      border-radius: 11px;
      background: var(--surface-2);
      font-size: 18px;
    }

    .card h3,
    .card h4 {
      font-size: 18px;
      margin-bottom: 8px;
    }

    .card p {
      color: var(--muted);
      font-size: 13.8px;
    }

    /* Comparison table */
    .table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      border: 1px solid var(--border);
      border-radius: var(--r-md);
    }

    table {
      width: 100%;
      min-width: 700px;
      border-collapse: collapse;
    }

    th, td {
      padding: 15px 16px;
      text-align: left;
      vertical-align: top;
      border-bottom: 1px solid var(--border);
      font-size: 14px;
    }

    tr:last-child td { border-bottom: 0; }

    th {
      color: var(--muted-2);
      background: var(--surface-3);
      font-size: 12px;
      font-weight: 700;
    }

    td:first-child {
      width: 23%;
      color: var(--text);
      font-weight: 700;
    }

    td { color: var(--muted); }

    .pill {
      display: inline-flex;
      align-items: center;
      padding: 5px 10px;
      border-radius: 999px;
      font-size: 11.5px;
      font-weight: 700;
      white-space: nowrap;
    }

    .pill-check { background: var(--emerald-soft); color: var(--emerald); }
    .pill-verify { background: var(--amber-soft); color: var(--amber); }
    .pill-warning { background: var(--red-soft); color: var(--red); }

    /* Warning */
    .warning {
      display: grid;
      grid-template-columns: 30px 1fr;
      gap: 15px;
      padding: 23px;
      border: 1px solid rgba(232,99,107,.25);
      border-radius: var(--r-md);
      background: var(--red-soft);
    }

    .warning-icon {
      width: 28px;
      height: 28px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--red);
      color: white;
      font-size: 14px;
      font-weight: 800;
    }

    .warning h3 {
      font-size: 20px;
      margin-bottom: 7px;
    }

    .warning p,
    .warning li {
      color: var(--muted);
      font-size: 14px;
    }

    .warning ul {
      margin: 12px 0 0;
      padding-left: 19px;
    }

    /* Steps */
    .steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 15px;
    }

    .step {
      padding: 21px;
      border: 1px solid var(--border);
      border-radius: var(--r-md);
      background: var(--surface);
    }

    .step-number {
      display: block;
      margin-bottom: 11px;
      color: var(--emerald);
      font-family: Fraunces, Georgia, serif;
      font-size: 27px;
      font-weight: 600;
    }

    .step h3 {
      font-size: 17px;
      margin-bottom: 7px;
    }

    .step p {
      color: var(--muted);
      font-size: 13.5px;
    }

    /* Checklist */
    .check-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 17px;
    }

    .check-panel {
      padding: 22px;
      border: 1px solid var(--border);
      border-radius: var(--r-md);
      background: var(--surface);
    }

    .check-panel h3 {
      font-size: 19px;
      margin-bottom: 14px;
    }

    .check-panel ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 11px;
    }

    .check-panel li {
      display: grid;
      grid-template-columns: 20px 1fr;
      gap: 9px;
      color: var(--muted);
      font-size: 13.7px;
    }

    .check-panel li::before {
      content: "•";
      color: var(--emerald);
      font-weight: 900;
      font-size: 19px;
      line-height: 1;
    }

    /* FAQ */
    .faq {
      border-top: 1px solid var(--border);
    }

    .faq-item {
      border-bottom: 1px solid var(--border);
    }

    .faq-question {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 18px 2px;
      border: 0;
      background: transparent;
      color: var(--text);
      text-align: left;
      cursor: pointer;
      font-weight: 700;
      font-size: 15px;
    }

    .faq-question .plus {
      flex: 0 0 auto;
      color: var(--muted-2);
      font-size: 21px;
      transition: transform .2s ease;
    }

    .faq-item[data-open="true"] .plus { transform: rotate(45deg); }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height .25s ease;
    }

    .faq-answer-inner {
      max-width: 780px;
      padding: 0 2px 19px;
      color: var(--muted);
      font-size: 14px;
    }

    /* CTA */
    .cta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 25px;
      flex-wrap: wrap;
      padding: 32px;
      border: 1px solid var(--border);
      border-radius: var(--r-lg);
      background:
        radial-gradient(circle at 10% 10%, var(--emerald-soft), transparent 42%),
        var(--surface);
    }

    .cta h2 {
      max-width: 650px;
      font-size: clamp(25px, 3vw, 33px);
    }

    .cta p {
      margin-top: 8px;
      color: var(--muted);
      font-size: 14px;
    }

    /* Footer */
    footer {
      padding: 48px 0 30px;
      border-top: 1px solid var(--border);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.5fr repeat(3, 1fr);
      gap: 30px;
    }

    .footer-grid h3 {
      margin-bottom: 11px;
      color: var(--muted-2);
      font-family: Inter, sans-serif;
      font-size: 12px;
      font-weight: 700;
    }

    .footer-grid ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 8px;
    }

    .footer-grid a {
      color: var(--muted);
      text-decoration: none;
      font-size: 13px;
    }

    .footer-grid a:hover { color: var(--text); }

    .footer-about {
      max-width: 340px;
      margin-top: 11px;
      color: var(--muted);
      font-size: 13.5px;
    }

    .footer-bottom {
      margin-top: 35px;
      padding-top: 20px;
      border-top: 1px solid var(--border);
      color: var(--muted-2);
      font-size: 12px;
      line-height: 1.7;
    }

    .age {
      display: inline-grid;
      width: 29px;
      height: 29px;
      place-items: center;
      margin-right: 7px;
      border: 1px solid var(--border-strong);
      border-radius: 50%;
      color: var(--text);
      font-size: 10px;
      font-weight: 800;
    }

    /* Mobile */
    @media (max-width: 900px) {
      .hero-grid,
      .article-grid { grid-template-columns: 1fr; }

      .sidebar {
        position: static;
        grid-template-columns: 1fr 1fr;
      }

      .grid-3 { grid-template-columns: 1fr 1fr; }
      .steps { grid-template-columns: 1fr 1fr; }

      .nav-links { display: none; }
    }

    @media (max-width: 650px) {
      .wrap { width: min(var(--max), calc(100% - 28px)); }

      .hero { padding-top: 42px; }
      section { padding: 45px 0; }

      .hero h1 { font-size: clamp(34px, 10vw, 46px); }

      .contents,
      .check-grid,
      .sidebar,
      .grid-3,
      .steps,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .trust-card { padding: 20px; }
      .cta { padding: 24px; }

      .nav-button { display: none; }
      .hero-actions .btn { width: 100%; }

      .article-copy h2 { margin-top: 35px; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { transition: none !important; }
    }/* End custom CSS */