/*
Theme Name: Fix My Books Theme
Theme URI: https://fixmybooks.au/
Author: OpenAI
Description: Custom WordPress theme for Fix My Books converted from the approved static site.
Version: 1.0.0
Text Domain: fix-my-books-theme
*/

    :root{
      --bg:#f6f8fc;
      --white:#ffffff;
      --text:#0f172a;
      --text-soft:#475569;
      --muted:#6b7280;
      --line:#dbe3ef;
      --blue:#246bff;
      --blue-dark:#1459e6;
      --blue-soft:#eef4ff;
      --blue-soft-border:#cfe0ff;
      --green:#18b26b;
      --green-dark:#0f9155;
      --purple:#7c3aed;
      --purple-soft:#f2ebff;
      --purple-soft-border:#ddd1ff;
      --teal:#14b8a6;
      --teal-soft:#e8fbf8;
      --teal-soft-border:#bff1eb;
      --emerald:#16a34a;
      --emerald-soft:#ecfdf3;
      --emerald-soft-border:#c8f1d7;
      --navy:#0b1b46;
      --gold:#ffbf47;
      --shadow-sm:0 8px 24px rgba(15,23,42,.06);
      --shadow-md:0 18px 48px rgba(15,23,42,.09);
      --shadow-lg:0 30px 80px rgba(15,23,42,.12);
      --radius-sm:14px;
      --radius-md:22px;
      --radius-lg:30px;
      --max:1180px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"Inter",sans-serif;
      background:var(--bg);
      color:var(--text);
      line-height:1.65;
    }

    img{max-width:100%;display:block}
    a{text-decoration:none;color:inherit}
    .container{width:min(var(--max),calc(100% - 40px));margin:0 auto}
    .section{padding:84px 0}
    .section-tight{padding:62px 0}

    h1,h2,h3,h4{
      margin:0 0 16px;
      font-family:"Urbanist",sans-serif;
      letter-spacing:-.03em;
      line-height:1.02;
      color:var(--text);
    }

    h1{font-size:clamp(28px,3.6vw,44px);font-weight:900}
    h2{font-size:clamp(30px,4vw,46px);font-weight:800}
    h3{font-size:24px;font-weight:800}
    h4{font-size:18px;font-weight:800}

    p{margin:0 0 16px;color:var(--text-soft);font-size:16px}
    .lead{font-size:19px;line-height:1.75}
    .small{font-size:14px;color:var(--muted)}

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:9px 14px;
      border-radius:999px;
      background:rgba(36,107,255,.10);
      color:var(--green-dark);
      border:1px solid rgba(36,107,255,.12);
      font-size:12px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.05em;
      margin-bottom:18px;
    }

    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 5px rgba(36,107,255,.12);
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-height:54px;
      padding:0 22px;
      border-radius:12px;
      font-size:15px;
      font-weight:800;
      transition:.2s ease;
      border:1px solid transparent;
      cursor:pointer;
      white-space:nowrap;
    }

    .btn:hover{transform:translateY(-1px)}
    .btn-primary{background:var(--blue);color:#fff;box-shadow:0 14px 28px rgba(37,99,235,.18)}
    .btn-primary:hover{background:var(--blue-dark)}
    .btn-secondary{background:#fff;color:var(--text);border-color:var(--line);box-shadow:var(--shadow-sm)}
    .btn-secondary:hover{border-color:#c8d3e3}

    .header{
      position:sticky;
      top:0;
      z-index:999;
      background:rgba(255,255,255,.9);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(219,227,239,.75);
    }

    .header-inner{
      min-height:78px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }

    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-family:"Urbanist",sans-serif;
      font-size:24px;
      font-weight:900;
      color:var(--navy);
      white-space:nowrap;
    }

    .nav{
      display:flex;
      align-items:center;
      gap:26px;
      color:var(--text-soft);
      font-size:15px;
      font-weight:600;
    }

    .nav a:hover{color:var(--text)}
    .header-actions{display:flex;align-items:center;gap:12px}
    .dropdown{position:relative}
    .dropdown-toggle{display:inline-flex;align-items:center;gap:8px;color:var(--text-soft);font-size:15px;font-weight:600;padding:10px 0}
    .dropdown-toggle::after{content:"▾";font-size:12px}
    .dropdown-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-md);padding:10px;display:none}
    .dropdown:hover .dropdown-menu{display:block}
    .dropdown-menu a{display:block;padding:11px 12px;border-radius:10px;color:var(--text-soft)}
    .dropdown-menu a:hover{background:var(--blue-soft);color:var(--text)}

    .hero{
      padding:62px 0 54px;
      background:
        radial-gradient(circle at top right, rgba(37,99,235,.06), transparent 20%),
        radial-gradient(circle at 0% 20%, rgba(36,107,255,.05), transparent 18%),
        linear-gradient(180deg,#f9fbff 0%,#f4f7fb 100%);
    }

    .hero-grid{
      display:grid;
      grid-template-columns:1.02fr .98fr;
      gap:38px;
      align-items:center;
    }

    .hero-copy h1{
      max-width:900px;
      margin-bottom:18px;
      text-wrap:balance;
      line-height:1.05;
    }

    .hero-copy p,.hero-copy ul{max-width:650px}

    .bullet-list{
      list-style:none;
      padding:0;
      margin:22px 0 28px;
      display:grid;
      gap:12px;
    }

    .bullet-list li{
      position:relative;
      padding-left:28px;
      color:var(--text-soft);
      font-size:16px;
      font-weight:500;
    }

    .bullet-list li::before{
      content:"✓";
      position:absolute;
      left:0;
      top:0;
      color:var(--green);
      font-weight:900;
    }

    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin-bottom:0;
    }

    .hero-visual{
      position:relative;
      min-height:540px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .hero-photo-card{
      position:relative;
      background:#fff;
      border:1px solid var(--line);
      border-radius:28px;
      box-shadow:var(--shadow-lg);
      overflow:hidden;
      width:100%;
      max-width:500px;
    }

    .hero-photo-card img{
      width:100%;
      height:100%;
      min-height:540px;
      object-fit:cover;
    }

    .hero-overlay-card,.hero-badge{
      position:absolute;
      border-radius:18px;
      box-shadow:var(--shadow-md);
    }

    .hero-overlay-card{
      left:-10px;
      bottom:24px;
      width:280px;
      padding:18px;
      background:rgba(255,255,255,.97);
      border:1px solid var(--line);
    }

    .hero-badge{
      top:22px;
      right:-8px;
      width:190px;
      padding:18px;
      text-align:center;
      background:linear-gradient(180deg,#f4f8ff 0%,#eaf2ff 100%);
      border:1px solid var(--blue-soft-border);
      box-shadow:0 18px 40px rgba(36,107,255,.16);
    }

    .overlay-label,.badge-label{
      display:block;
      font-size:12px;
      font-weight:800;
      color:var(--muted);
      text-transform:uppercase;
      letter-spacing:.05em;
      margin-bottom:8px;
    }

    .overlay-value,.badge-value{
      display:block;
      font-family:"Urbanist",sans-serif;
      font-weight:900;
      font-size:32px;
      line-height:1;
      color:var(--navy);
      margin-bottom:8px;
    }

    .hero-badge .badge-label{
      color:var(--blue-dark);
      font-size:20px;
      font-weight:900;
      letter-spacing:.04em;
    }

    .hero-badge .badge-value{
      color:var(--blue-dark);
      font-size:38px;
    }

    .hero-badge .small{color:#35558c}

    .free-pill{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:6px 12px;
      margin-bottom:10px;
      border-radius:999px;
      background:rgba(16,185,129,.15);
      color:#059669;
      font-size:11px;
      font-weight:900;
      letter-spacing:.06em;
      text-transform:uppercase;
    }

    .hero-trust-row{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
      margin-top:28px;
      padding-top:6px;
    }

    .mini-trust{
      background:var(--white);
      border:1px solid var(--line);
      border-radius:18px;
      padding:20px;
      box-shadow:var(--shadow-sm);
      display:flex;
      align-items:flex-start;
      gap:14px;
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }

    .mini-trust:hover{
      transform:translateY(-3px);
      box-shadow:0 16px 36px rgba(15,23,42,.09);
      border-color:#cfe0ff;
    }

    .mini-trust-icon{
      width:52px;
      height:52px;
      min-width:52px;
      border-radius:14px;
      display:flex;
      align-items:center;
      justify-content:center;
      transition:transform .22s ease, background .22s ease, box-shadow .22s ease;
    }

    .mini-trust-icon svg{
      width:28px;
      height:28px;
      display:block;
      transition:transform .22s ease, stroke .22s ease;
      fill:none;
      stroke-width:2;
      stroke-linecap:round;
      stroke-linejoin:round;
    }

    .mini-trust:hover .mini-trust-icon{
      transform:translateY(-1px) scale(1.04);
      box-shadow:0 10px 22px rgba(15,23,42,.10);
    }

    .mini-trust:hover .mini-trust-icon svg{transform:scale(1.05)}

    .mini-trust strong{
      display:block;
      font-family:"Urbanist",sans-serif;
      font-size:18px;
      margin-bottom:6px;
      color:var(--navy)
    }

    .mini-trust.audit .mini-trust-icon{background:rgba(36,107,255,.10)}
    .mini-trust.audit .mini-trust-icon svg{stroke:var(--blue)}
    .mini-trust.cleanup .mini-trust-icon{background:var(--purple-soft)}
    .mini-trust.cleanup .mini-trust-icon svg{stroke:var(--purple)}
    .mini-trust.xero .mini-trust-icon{background:var(--teal-soft)}
    .mini-trust.xero .mini-trust-icon svg{stroke:var(--teal)}
    .mini-trust.au .mini-trust-icon{background:var(--emerald-soft)}
    .mini-trust.au .mini-trust-icon svg{stroke:var(--emerald)}

    .section-head{max-width:760px;margin-bottom:40px}
    .section-head.center{text-align:center;margin-left:auto;margin-right:auto}

    .section-head.center h2{
      max-width:1100px;
      text-wrap:balance;
      font-size:clamp(28px,3.5vw,44px);
    }

    .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
    .grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
    .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}

    .card{
      background:var(--white);
      border:1px solid var(--line);
      border-radius:24px;
      padding:32px;
      box-shadow:var(--shadow-sm);
      height:100%;
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }

    .card:hover{
      transform:translateY(-4px);
      box-shadow:0 18px 40px rgba(15,23,42,.08);
      border-color:#d7e1f2;
    }

    .feature-badge{
      width:66px;
      height:66px;
      border-radius:20px;
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:20px;
      transition:transform .22s ease, box-shadow .22s ease;
    }

    .feature-badge svg{
      width:34px;
      height:34px;
      fill:none;
      stroke-width:2;
      stroke-linecap:round;
      stroke-linejoin:round;
    }

    .card:hover .feature-badge{
      transform:translateY(-2px) scale(1.03);
      box-shadow:0 10px 26px rgba(15,23,42,.10);
    }


    .feature-badge.clarity{background:var(--blue-soft)}
    .feature-badge.clarity svg{stroke:var(--blue)}
    .feature-badge.experience{background:var(--purple-soft)}
    .feature-badge.experience svg{stroke:var(--purple)}
    .feature-badge.support{background:var(--teal-soft)}
    .feature-badge.support svg{stroke:var(--teal)}

    .testimonial-highlight{
      display:grid;
      grid-template-columns:120px 1fr;
      gap:24px;
      align-items:center;
      background:#fff;
      border:1px solid var(--line);
      border-radius:28px;
      padding:30px;
      box-shadow:var(--shadow-md);
      max-width:880px;
      margin:0 auto;
    }

    .testimonial-photo{
      width:120px;
      height:120px;
      border-radius:50%;
      overflow:hidden;
      border:6px solid #fff;
      box-shadow:var(--shadow-sm);
    }

    .testimonial-photo img{width:100%;height:100%;object-fit:cover}

    .quote{
      font-family:"Urbanist",sans-serif;
      font-size:clamp(24px,3vw,34px);
      line-height:1.18;
      letter-spacing:-.03em;
      color:var(--navy);
      margin-bottom:12px;
      font-weight:800;
    }

    .pricing-switch{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:8px 12px;
      background:rgba(37,99,235,.08);
      border-radius:999px;
      color:var(--blue);
      font-size:13px;
      font-weight:800;
      margin-bottom:20px;
    }

    .price-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:28px;
      padding:36px;
      box-shadow:var(--shadow-sm);
      position:relative;
      overflow:hidden;
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }

    .price-card:hover{
      transform:translateY(-4px);
      box-shadow:0 22px 44px rgba(15,23,42,.08);
      border-color:#d7e1f2;
    }

    .price-card.featured{
      border:2px solid rgba(37,99,235,.28);
      box-shadow:0 24px 60px rgba(37,99,235,.10);
    }

    .price-card.featured:hover{
      box-shadow:0 28px 70px rgba(37,99,235,.14);
    }

    .price-card.ongoing{
      border:2px solid rgba(16,185,129,.20);
      box-shadow:0 22px 52px rgba(16,185,129,.08);
    }

    .price-card.ongoing:hover{
      box-shadow:0 28px 64px rgba(16,185,129,.12);
    }

    .ribbon{
      position:absolute;
      top:18px;
      right:-36px;
      transform:rotate(18deg);
      background:var(--blue);
      color:#fff;
      font-size:11px;
      font-weight:800;
      letter-spacing:.06em;
      text-transform:uppercase;
      padding:8px 44px;
    }

    .price-title{
      font-family:"Urbanist",sans-serif;
      font-size:34px;
      font-weight:800;
      color:var(--navy);
      margin-bottom:8px;
    }

    .price-subtitle{
      font-size:16px;
      color:var(--muted);
      margin-bottom:20px;
      max-width:520px;
    }

    .price-value{
      font-family:"Urbanist",sans-serif;
      font-size:58px;
      font-weight:900;
      line-height:1;
      color:var(--navy);
      margin-bottom:14px;
    }

    .price-value small{
      font-size:22px;
      color:var(--muted);
      font-weight:700;
    }

    .check-list{
      list-style:none;
      padding:0;
      margin:26px 0 0;
      display:grid;
      gap:14px;
    }

    .check-list li{
      position:relative;
      padding-left:36px;
      color:var(--text-soft);
      font-size:15px;
    }

    .check-list li::before{
      content:"✓";
      position:absolute;
      left:0;
      top:0;
      color:var(--green);
      font-weight:900;
      width:22px;
      height:22px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:16px;
    }

    .compare-link{
      text-align:center;
      margin-top:26px;
      color:var(--blue);
      font-weight:800;
      font-size:18px;
    }

    .support-strip{background:var(--navy);color:#fff}

    .support-inner{
      min-height:90px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }

    .support-inner h3{color:#fff;margin:0}

    .who-card{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:26px;
      align-items:center;
      background:#fff;
      border:1px solid var(--line);
      border-radius:28px;
      padding:32px;
      box-shadow:var(--shadow-sm);
    }

    .who-card img{
  border-radius:22px;
  width:100%;
  height:420px;
  object-fit:cover;
  box-shadow:var(--shadow-sm)
}

    .review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}

    .review-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:20px;
      padding:22px;
      box-shadow:var(--shadow-sm);
      height:100%;
    }

    .review-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
    .avatar{width:44px;height:60px;border-radius:50%;overflow:hidden;flex:0 0 auto}
    .avatar img{width:100%;height:100%;object-fit:cover}
    .review-head strong{display:block;font-size:15px;color:var(--navy)}
    .review-head span{display:block;font-size:12px;color:var(--muted)}

.feature-badge.audit {
    background: #ffe0cc;
}

.feature-badge.audit svg {
    stroke: #ea580c;
}

    .step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}

    .step-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:24px;
      padding:28px;
      box-shadow:var(--shadow-sm);
      position:relative;
    }

    .step-tag{
      display:inline-flex;
      padding:7px 12px;
      border-radius:999px;
      font-size:11px;
      font-weight:800;
      letter-spacing:.06em;
      text-transform:uppercase;
      margin-bottom:14px;
      background:rgba(37,99,235,.08);
      color:var(--blue-dark);
    }

    .expert-grid{display:grid;grid-template-columns:1fr;max-width:760px;margin:0 auto}

    .expert-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:24px;
      padding:30px;
      box-shadow:var(--shadow-sm);
      display:grid;
      grid-template-columns:118px 1fr;
      gap:22px;
      align-items:center;
    }

    .expert-photo{
      width:118px;
      height:118px;
      border-radius:50%;
      overflow:hidden;
      border:6px solid #eef4ff;
      box-shadow:var(--shadow-sm);
    }

    .expert-photo img{width:100%;height:100%;object-fit:cover}

    .benefit-list{display:grid;gap:16px}

    .benefit-item{
      display:grid;
      grid-template-columns:56px 1fr;
      gap:16px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:20px;
      padding:22px;
      box-shadow:var(--shadow-sm);
    }

    .benefit-item .icon-badge{margin-bottom:0;width:56px;height:56px}

    .split-cta{
      display:grid;
      grid-template-columns:1fr .8fr;
      gap:26px;
      align-items:center;
      background:#fff;
      border:1px solid var(--line);
      border-radius:28px;
      padding:34px;
      box-shadow:var(--shadow-md);
    }

    .split-cta img{
      width:100%;
      height:320px;
      object-fit:cover;
      border-radius:22px;
      box-shadow:var(--shadow-sm)
    }

    .faq-list{display:grid;gap:16px}

    .faq-item{
      background:#fff;
      border:1px solid var(--line);
      border-radius:20px;
      padding:24px;
      box-shadow:var(--shadow-sm);
    }

    .final-cta{
      background:linear-gradient(135deg,#0b1b46 0%,#183889 100%);
      color:#fff;
      border-radius:30px;
      padding:46px;
      text-align:center;
      box-shadow:var(--shadow-lg);
    }

    .final-cta h2,.final-cta p{color:#fff}
    .final-cta p{color:rgba(255,255,255,.85)}

    .footer{
      margin-top:80px;
      border-top:1px solid var(--line);
      background:#fff;
    }

    .footer-top{
      padding:48px 0 24px;
      display:grid;
      grid-template-columns:1.4fr 1fr 1fr 1fr;
      gap:26px;
    }

    .footer h4{margin-bottom:14px}
    .footer-links{display:grid;gap:10px;color:var(--text-soft);font-size:14px}

    .footer-bottom{
      padding:18px 0 28px;
      border-top:1px solid var(--line);
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
      flex-wrap:wrap;
      color:var(--muted);
      font-size:13px;
    }

    .footer-credit a{
      position:relative;
      display:inline-block;
      transition:color .25s ease;
    }

    .footer-credit a::after{
      content:"";
      position:absolute;
      left:0;
      bottom:-2px;
      width:0%;
      height:2px;
      background:#246bff;
      transition:width .3s ease;
    }

    .footer-credit a:hover{color:#246bff}
    .footer-credit a:hover::after{width:100%}

    @media (max-width:1200px){
      .pricing-grid{grid-template-columns:1fr}
    }

    @media (max-width:1080px){
      .hero-grid,.who-card,.split-cta,.footer-top,.grid-3,.grid-2,.step-grid,.review-grid,.hero-trust-row{
        grid-template-columns:1fr
      }
      .testimonial-highlight,.expert-card{grid-template-columns:1fr;text-align:center}
      .nav{display:none}
      .support-inner{flex-direction:column;justify-content:center;text-align:center;padding:22px 0}
      .hero-visual{min-height:auto}
      .hero-overlay-card,.hero-badge{position:static;width:100%;margin-top:14px}
    }

    @media (max-width:720px){
      .container{width:min(var(--max),calc(100% - 24px))}
      .header-inner{min-height:72px;flex-wrap:wrap;padding:12px 0}
      .header-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}
      .hero{padding:46px 0 34px}
      .hero-actions{display:grid;grid-template-columns:1fr}
      .btn{width:100%}
      .hero-photo-card img{min-height:420px}
      .section{padding:68px 0}
      .section-tight{padding:52px 0}
      .card,.price-card,.step-card,.faq-item,.benefit-item,.split-cta,.final-cta,.who-card,.testimonial-highlight,.expert-card{
        padding:24px
      }
      .footer-top{padding-top:36px}
      .mini-trust{align-items:center}
    }


.support-strip{
    padding: 72px 0;
    background:
        radial-gradient(circle at top left, rgba(59,130,246,.14), transparent 32%),
        radial-gradient(circle at bottom right, rgba(255,255,255,.06), transparent 28%),
        linear-gradient(135deg, #0b1f5e 0%, #0a1a4c 100%);
}

.support-panel{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 42px 48px;
    border-radius: 28px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 24px 60px rgba(7, 17, 51, .30);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.support-copy{
    max-width: 760px;
}

.support-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: #dbeafe;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.support-eyebrow::before{
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #60a5fa;
    box-shadow: 0 0 0 6px rgba(96,165,250,.14);
}

.support-panel h2{
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.support-panel p{
    margin: 0;
    max-width: 680px;
    color: rgba(255,255,255,.78);
    font-size: 18px;
    line-height: 1.7;
}

.support-points{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.support-points span{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
    color: #f8fafc;
    font-size: 14px;
    font-weight: 600;
}

.support-points span::before{
    content: "•";
    color: #60a5fa;
    font-size: 18px;
    line-height: 1;
}

.support-actions{
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 220px;
    align-items: stretch;
}

.support-actions .btn{
    justify-content: center;
    text-align: center;
}

.support-actions .btn-secondary{
    background: rgba(255,255,255,.10);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.14);
}

.support-actions .btn-secondary:hover{
    background: rgba(255,255,255,.16);
    color: #ffffff;
}

@media (max-width: 980px){
    .support-panel{
        flex-direction: column;
        align-items: flex-start;
        padding: 34px 26px;
    }

    .support-actions{
        width: 100%;
        min-width: 0;
    }

    .support-actions .btn{
        width: 100%;
    }
}


.page-wrap{min-height:60vh}
.main-nav{display:flex;align-items:center}
.main-nav ul{list-style:none;margin:0;padding:0}
.main-nav > div > ul,.main-nav > ul{display:flex;align-items:center;gap:26px}
.main-nav li{position:relative}
.main-nav a{display:inline-flex;align-items:center;color:var(--text-soft);font-size:15px;font-weight:600;padding:10px 0}
.main-nav a:hover,.main-nav .current-menu-item > a,.main-nav .current-menu-ancestor > a,.main-nav .current_page_item > a,.main-nav .current_page_parent > a{color:var(--text)}
.main-nav .sub-menu,.main-nav .children{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-md);padding:12px 0;display:none;z-index:1000}
.main-nav .sub-menu li,.main-nav .children li{width:100%}
.main-nav .sub-menu a,.main-nav .children a{display:block;padding:10px 18px;white-space:nowrap}
.main-nav li:hover > .sub-menu,.main-nav li:focus-within > .sub-menu,.main-nav li:hover > .children,.main-nav li:focus-within > .children{display:block}
.page-hero{padding:62px 0 54px;background:radial-gradient(circle at top right, rgba(37,99,235,.06), transparent 20%),radial-gradient(circle at 0% 20%, rgba(36,107,255,.05), transparent 18%),linear-gradient(180deg,#f9fbff 0%,#f4f7fb 100%)}
.page-hero-inner{max-width:850px}
.page-hero p{max-width:700px}
.contact-form-shell{background:#fff;border:1px solid var(--line);border-radius:28px;padding:32px;box-shadow:var(--shadow-sm)}
.contact-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.contact-form-grid .full{grid-column:1 / -1}
.contact-form-shell label{display:block;font-size:14px;font-weight:700;color:var(--navy);margin-bottom:8px}
.contact-form-shell input,.contact-form-shell textarea,.contact-form-shell select{width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:14px;font:inherit;color:var(--text);background:#fff}
.contact-form-shell textarea{min-height:160px;resize:vertical}
.contact-form-note{margin-top:16px;font-size:14px;color:var(--muted)}
.legal-copy h2{font-size:clamp(28px,3vw,38px)}
.legal-copy h3{margin-top:28px}
.legal-copy ul{padding-left:22px;color:var(--text-soft)}
.legal-copy li{margin:0 0 10px}
@media (max-width:1080px){.main-nav{display:none}}
@media (max-width:720px){.contact-form-grid{grid-template-columns:1fr}}
