/* ==========================================================
   FBMC — Base styles (CSS variables, resets, global elements)
========================================================== */
  :root{
    --cream:#ffffff;
    --ink:#0a0a0a;
    --line:#e4ddd0;
    --white:#ffffff;
    --deep:#0a0a0a;
    --gold:#c9a24a;
    --gold-dark:#a8842f;
  }
  *{font-family:inherit; box-sizing:border-box;}
  img, svg, video{ max-width:100%; height:auto; }
  html{ font-family:'Google Sans','Segoe UI',Helvetica,Arial,sans-serif; overflow-x:hidden; overflow-x:clip; width:100%; }
  body{
    --bs-body-font-family:'Google Sans','Segoe UI',Helvetica,Arial,sans-serif;
    font-family:'Google Sans','Segoe UI',Helvetica,Arial,sans-serif;
    color:var(--ink);
    background:var(--white);
    overflow-x:hidden;
    overflow-x:clip;
    width:100%;
    max-width:100vw;
  }
  h1, h2, h3, h4, h5, h6{
    font-family:'Google Sans','Segoe UI',Helvetica,Arial,sans-serif;
  }
  p{
    font-family:'Plus Jakarta Sans','Segoe UI',Helvetica,Arial,sans-serif;
  }

  .container-1440{
    max-width:1380px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    padding-left:12px;
    padding-right:12px;
  }


  /* ===== HERO ===== */
  .hero{
       position: relative;
    background: url(/assets/image/fbmc-banner-1.webp) center / cover no-repeat;
    padding: 110px 0 70px;
    margin-top: -88px;
    overflow: hidden;
  }
  .hero::before{
       content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgb(0 0 0 / 92%) 0%, rgb(0 0 0 / 80%) 40%, rgba(6, 15, 34, 0.45) 75%, rgba(6, 15, 34, 0.25) 100%);
    z-index: 0;
  }
  .hero .container-1440{
    position:relative;
    z-index:2;
  }
  .hero-content{
    padding:40px 20px 24px 0;
    /* max-width:600px; */
  }
  .eyebrow{
    display:inline-block;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(201,162,74,0.4);
    color:var(--gold);
    padding:9px 18px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
    letter-spacing:0.5px;
    text-transform:uppercase;
    margin-bottom:28px;
  }
  h1{
    font-size:42px;
    line-height:1.16;
    font-weight:700;
    letter-spacing:-1.2px;
    margin-bottom:24px;
    color:var(--white);
  }
  .hero-desc{
    font-size:18px;
    line-height:1.65;
    color:rgba(255,255,255,0.75);
    margin-bottom:20px;
    /* max-width:480px; */
  }
  .hero-desc + .hero-desc{ margin-bottom:32px; }
  .discount-badge{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.15);
    border-radius:8px;
    padding:20px 24px;
    margin:0 0 32px 26px;
    max-width:460px;
    backdrop-filter:blur(4px);
  }
  .discount-badge .db-text{
    color:var(--white);
    font-size:20px;
    font-weight:700;
  }
  .discount-badge .db-pill{
    background:var(--white);
    color:var(--ink);
    font-size:20px;
    font-weight:800;
    padding:4px 14px;
    border-radius:20px;
  }
  .btn-book{
    display:inline-block;
    background:var(--white);
    color:var(--ink);
   font-weight: 300;
    font-size: 18px;
    padding: 12px 22px;
    border-radius: 50px;
    border:none;
    text-decoration:none;
  }
  .btn-book:hover{ background:var(--gold); }
  .play-link{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:var(--ink);
    font-weight:600;
    font-size:15px;
  }
  .play-circle{
    width:44px;
    height:44px;
    border-radius:50%;
    border:1.5px solid var(--gold);
    color:var(--gold-dark);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }

  /* ===== HERO CONSULTATION FORM ===== */
  .consult-card{
    background: var(--white);
    border: none;
    border-radius: 16px;
    padding: 30px 40px !important;
    max-width: 480px;
    box-shadow:0 30px 70px rgba(0,0,0,0.4);
  }
  .consult-card h3{
        font-size: 24px;
    font-weight: 700;
    color: var(--ink);
    text-align: center;
  }
  .consult-card .form-divider{
    border:none;
    border-top:1px solid var(--line);
    margin:0 0 24px;
  }
  .consult-card .field-wrap{
    position:relative;
    margin-bottom:16px;
  }
  .consult-card .field-wrap .field-icon{
    position:absolute;
    left:16px;
    top:50%;
    transform:translateY(-50%);
    color:#9a9a9a;
    display:flex;
    align-items:center;
    pointer-events:none;
  }
.services-grid-section p{
  font-size:14px;
  text-align:left;
}
  
  .consult-card .field-wrap .form-control-custom{
    padding-left:46px;
    margin-bottom:0;
  }
  .consult-card .form-control-custom{
    width:100%;
    background:var(--white);
    border:1px solid var(--line);
    border-radius:8px;
    padding:15px 16px;
    font-size:14px;
    color:var(--ink);
    margin-bottom:16px;
    font-family:inherit;
  }
  .consult-card .form-control-custom::placeholder{ color:#9a9a9a; }
  .consult-card select.form-control-custom{
    appearance:none;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 16px center;
    color:#666;
  }
  .consult-card textarea.form-control-custom{
    resize:vertical;
    min-height:100px;
  }
  .consult-card .phone-row{
    display:flex;
    align-items:center;
    background:var(--white);
    border:1px solid var(--line);
    border-radius:8px;
    margin-bottom:16px;
    padding:0 16px;
  }
  .consult-card .phone-row input{
    background:transparent;
    border:none;
    margin-bottom:0;
    padding:15px 0 15px 10px;
  }
  .consult-card .flag-select{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    padding-right:12px;
    font-size:15px;
    color:#948c7f;
    border-right:1px solid var(--line);
    flex-shrink:0;
  }
  .consult-card .note-text{
    font-size:13px;
    line-height:1.55;
    color:#444;
    margin:4px 0 22px;
  }
  .consult-card .note-text a{ color:var(--ink); text-decoration:underline; }
  .consult-card .consent-row{
    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size:12px;
    line-height:1.5;
    color:#555;
    margin:10px 0 22px;
  }
  .consult-card .consent-row input{ margin-top:3px; flex-shrink:0; }
  .consult-card .btn-submit{
    width:100%;
    background:#e53935;
    color:var(--white);
    border:none;
    font-weight:700;
    font-size:16px;
    padding:16px 36px;
    border-radius:8px;
  }
  .consult-card .btn-submit:hover{ background:#c62828; }

  @media(max-width:991px){
    .consult-card{ margin:32px auto 0; max-width:100%; }
  }

  /* ===== WELCOME BENTO ===== */
  .welcome-bento{
    /* background:var(--cream); */
    padding:90px 0;
  }
  .bento-grid{
    display:grid;
    grid-template-columns:1.35fr 0.85fr 1fr;
    gap:18px;
    align-items:stretch;
  }
  .bento-panel{
    border-radius:22px;
    padding:40px 36px;
    position:relative;
    overflow:hidden;
    min-height:440px;
    display:flex;
    flex-direction:column;
  }
  .bento-dark{
    background:var(--ink);
    justify-content:center;
  }
  .bento-dark .eyebrow-light{
    align-self:flex-start;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(201,162,74,0.4);
    color:var(--gold);
  }
  .bento-dark h2{
    color:#fff;
    font-size:32px;
    font-weight:700;
    letter-spacing:-0.6px;
    line-height:1.18;
    margin:20px 0 14px;
  }
  .bento-dark p{
    color:rgba(255,255,255,0.65);
    font-size:15px;
    line-height:1.7;
    margin-bottom:26px;
    max-width:400px;
  }
  .bento-pills{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
    margin-bottom:30px;
  }
  .bento-pill{
    display:inline-flex;
    align-items:center;
    padding:10px 20px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,0.18);
    color:rgba(255,255,255,0.85);
    font-size:14px;
    font-weight:600;
    background:rgba(255,255,255,0.03);
    transition:border-color 0.25s ease, background 0.25s ease;
  }
  .bento-panel:hover .bento-pill{ border-color:rgba(201,162,74,0.5); }
  .bento-cta{
    align-self:flex-start;
    background:var(--gold) !important;
    color:var(--ink) !important;
  }
  .bento-cta:hover{ background:#fff !important; }
  .bento-accent{
    background:linear-gradient(155deg, var(--gold) 0%, #b78e3a 100%);
    color:var(--ink);
    justify-content:center;
    align-items:flex-start;
  }
  .bento-accent svg{
    color:var(--ink);
    opacity:0.55;
    margin-bottom:22px;
  }
  .bento-stat{
    font-size:64px;
    font-weight:800;
    letter-spacing:-2px;
    line-height:1;
    margin-bottom:14px;
  }
  .bento-stat-label{
    font-size:16px;
    font-weight:600;
    line-height:1.4;
    color:rgba(10,10,10,0.75);
  }
  .bento-img{
    padding:0;
    min-height:440px;
  }
  .bento-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
  @media(max-width:991px){
    .bento-grid{ grid-template-columns:1fr; }
    .bento-panel, .bento-img{ min-height:340px; }
    .bento-dark h2{ font-size:26px; }
  }

  /* ===== COST CALCULATOR CTA ===== */
  .calc-cta{
    background:var(--cream);
    padding:100px 0;
  }
  .calc-img{
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 30px 60px rgba(10,10,10,0.12);
  }
  .calc-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    min-height:380px;
  }
  .calc-text .eyebrow{
    background:var(--white);
    color:var(--gold-dark);
  }
  .calc-text h2{
    font-size:32px;
    font-weight:700;
    letter-spacing:-0.6px;
    color:var(--ink);
    line-height:1.25;
    margin:18px 0 22px;
  }
  .calc-text p{
    font-size:15px;
    line-height:1.75;
    color:#555;
    margin-bottom:20px;
  }
  .calc-text .btn-dark-custom{
    margin-top:12px;
  }
  @media(max-width:991px){
    .calc-cta{ padding:70px 0; }
    .calc-text h2{ font-size:26px; }
    .calc-img{ margin-bottom:36px; }
    .calc-img img{ min-height:260px; }
  }

  /* ===== JURISDICTIONS ===== */
  .jurisdictions{
    background:transparent;
    padding:0 0 80px;
    margin-top: 60px;
    position:relative;
    z-index:6;
  }
  .jurisdictions::before{ content:none; }
  .jur-head{
    position:relative;
    z-index:1;
    text-align:center;
    max-width:640px;
    margin:0 auto 56px;
  }
  .jur-head h2{
    font-size:36px;
    font-weight:700;
    letter-spacing:-0.8px;
    color:#fff;
    margin:16px 0 14px;
  }
  .jur-head p{
    font-size:16px;
    line-height:1.65;
    color:rgba(255,255,255,0.62);
  }
  .jur-head .eyebrow{
    display:inline-block;
    padding:7px 16px;
    border:1px solid rgba(201,162,74,0.45);
    border-radius:999px;
    font-size:12.5px;
    font-weight:600;
    letter-spacing:0.6px;
    text-transform:uppercase;
    color:var(--gold);
  }
  .jur-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:24px;
    max-width:1200px;
    margin:0 auto;
    padding-top:14px;
  }
  .jur-card{
    background:#141414;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:18px;
    padding:38px 32px 34px;
    position:relative;
    overflow:hidden;
    transition:transform 0.35s cubic-bezier(.2,.8,.3,1), box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
  }
  .jur-card:hover{
    transform:translateY(-8px);
    border-color:rgba(201,162,74,0.5);
    box-shadow:0 24px 48px -18px rgba(0,0,0,0.6);
    background:#171310;
  }
  .jur-card--accent{
    background:linear-gradient(165deg, #1e1a10, #100d06);
    border-color:rgba(201,162,74,0.4);
    box-shadow:0 20px 50px -20px rgba(201,162,74,0.18);
  }
  @media(min-width:992px){
    .jur-card--accent{ transform:translateY(-10px); }
    .jur-card--accent:hover{ transform:translateY(-16px); }
  }
  .jur-num{
    position:absolute;
    top:-8px;
    right:18px;
    font-size:76px;
    font-weight:800;
    line-height:1;
    color:#fff;
    opacity:0.05;
    letter-spacing:-2px;
    pointer-events:none;
    transition:opacity 0.35s ease, color 0.35s ease;
  }
  .jur-card:hover .jur-num{ opacity:0.1; color:var(--gold); }
  .jur-badge{
    position:absolute;
    top:22px;
    right:22px;
    background:var(--gold);
    color:var(--ink);
    font-size:11px;
    font-weight:700;
    letter-spacing:0.4px;
    text-transform:uppercase;
    padding:6px 12px;
    border-radius:999px;
  }
  .jur-icon{
    width:56px;
    height:56px;
    border-radius:14px;
    background:rgba(201,162,74,0.1);
    border:1px solid rgba(201,162,74,0.35);
    color:var(--gold);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:26px;
    position:relative;
    z-index:1;
    transition:transform 0.4s cubic-bezier(.2,.8,.3,1), background 0.35s ease, color 0.35s ease;
  }
  .jur-card:hover .jur-icon{
    transform:scale(1.08) rotate(-4deg);
    background:var(--gold);
    color:var(--ink);
  }
  .jur-card h4{
    position:relative;
    z-index:1;
    font-size:20px;
    font-weight:700;
    color:#fff;
    letter-spacing:-0.2px;
    margin-bottom:12px;
  }
  .jur-card p{
    position:relative;
    z-index:1;
    font-size:14.5px;
    line-height:1.65;
    color:rgba(255,255,255,0.6);
    margin-bottom:20px;
  }
  .jur-features{
    position:relative;
    z-index:1;
    list-style:none;
    padding:0;
    margin:0 0 24px;
    display:flex;
    flex-direction:column;
    gap:10px;
  }
  .jur-features li{
    display:flex;
    align-items:center;
    gap:9px;
    font-size:13.5px;
    font-weight:500;
    color:rgba(255,255,255,0.78);
  }
  .jur-features li::before{
    content:"";
    flex-shrink:0;
    width:16px;
    height:16px;
    border-radius:50%;
    background:rgba(201,162,74,0.15);
    border:1px solid rgba(201,162,74,0.4);
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a24a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:center;
    background-size:9px;
  }
  .jur-link{
    position:relative;
    z-index:1;
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-size:14px;
    font-weight:700;
    color:var(--gold);
    text-decoration:none;
    letter-spacing:0.2px;
  }
  .jur-arrow{
    display:inline-block;
    transition:transform 0.3s ease;
  }
  .jur-link:hover .jur-arrow,
  .jur-card:hover .jur-arrow{
    transform:translateX(5px);
  }
  @media(max-width:991px){
    .jur-grid{ grid-template-columns:1fr; }
    .jurisdictions{ margin-top:-50px; padding-bottom:60px; }
    .jur-card--accent{ transform:none; }
  }

  /* ===== SCROLL REVEAL ANIMATION ===== */
  [data-reveal]{
    transition:opacity 0.7s cubic-bezier(.16,.84,.44,1), transform 0.7s cubic-bezier(.16,.84,.44,1);
    will-change:opacity, transform;
  }
  [data-reveal].reveal-init{ opacity:0; }
  [data-reveal="up"].reveal-init{ transform:translateY(28px); }
  [data-reveal="left"].reveal-init{ transform:translateX(-36px); }
  [data-reveal="right"].reveal-init{ transform:translateX(36px); }
  [data-reveal="scale"].reveal-init{ transform:scale(0.94); }
  [data-reveal].reveal-in{ opacity:1; transform:none; }
  @media(prefers-reduced-motion: reduce){
    [data-reveal]{ transition:none !important; }
    [data-reveal].reveal-init{ opacity:1 !important; transform:none !important; }
  }

  /* ===== PROCESS STEPS ===== */
  .process{
    background:var(--white);
    padding:110px 0;
  }
  .process-head{
    text-align:center;
    max-width:680px;
    margin:0 auto 70px;
  }
  .process-head h2{
    font-size:38px;
    font-weight:700;
    letter-spacing:-0.8px;
    color:var(--ink);
    margin:18px 0 16px;
  }
  .process-head p{
    font-size:16px;
    line-height:1.65;
    color:#555;
  }
   .process-grid.about{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:1px;
    background:var(--line);
    border:1px solid var(--line);
    border-radius:14px;
    overflow:hidden;
    max-width:1160px;
    margin:0 auto;
  }
  .process-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:1px;
    background:var(--line);
    border:1px solid var(--line);
    border-radius:14px;
    overflow:hidden;
    max-width:1160px;
    margin:0 auto;
  }
  .step-card{
    position:relative;
    background:var(--white);
    padding:40px 34px 34px;
    overflow:hidden;
    transition:background 0.25s ease;
  }
  .step-card:hover{ background:var(--cream); }
  .step-card:hover .step-num-bg{ color:var(--gold); opacity:0.16; }
  .step-num-bg{
    position:absolute;
    top:-6px;
    right:20px;
    font-size:96px;
    font-weight:800;
    line-height:1;
    letter-spacing:-2px;
    color:var(--ink);
    opacity:0.06;
    z-index:0;
    pointer-events:none;
    user-select:none;
    transition:color 0.25s ease, opacity 0.25s ease;
  }
  .step-card h4{
    position:relative;
    z-index:1;
    font-size:18px;
    font-weight:700;
    color:var(--ink);
    margin:0 0 10px;
    padding-top:6px;
    letter-spacing:-0.2px;
  }
  .step-card p{
    position:relative;
    z-index:1;
    font-size:14px;
    line-height:1.6;
    color:#666;
    margin:0;
    max-width:88%;
  }
  @media(max-width:991px){
    .process-grid{ grid-template-columns:repeat(2, 1fr); }
    .process-head{ margin-bottom:48px; }
    .process-head h2{ font-size:28px; }
  }
  @media(max-width:576px){
    .process-grid{ grid-template-columns:1fr; }
    .step-card{ padding:32px 26px 28px; }
    .step-num-bg{ font-size:74px; right:16px; }
  }

  /* ===== COMMITMENT / STATS ===== */
  .commitment{
    background:var(--deep);
    color:var(--white);
    padding:100px 0;
  }
  .commitment .eyebrow{
    background:rgba(255,255,255,0.08);
    color:var(--white);
  }
  .commitment h2{
    font-size:42px;
    font-weight:600;
    line-height:1.2;
    letter-spacing:-1px;
  }
  .tabs{
    display:flex;
    border-radius:8px;
    overflow:hidden;
    margin-bottom:24px;
  }
  .tab{
    flex:1;
    min-width:0;
    text-align:center;
    padding:16px 20px;
    font-size:18px;
    font-weight:700;
    background:rgba(255,255,255,0.06);
    color:var(--white);
    border:none;
    cursor:pointer;
    opacity:0.75;
    word-break:break-word;
    overflow-wrap:break-word;
  }
  .tab.active{
    background:var(--gold);
    color:var(--ink);
    opacity:1;
  }
  .tab-desc{
    font-size:16px;
    line-height:1.7;
    opacity:0.75;
    max-width:520px;
  }
  .stat-card{
        background: rgb(242 237 228);
    border: 0px solid rgba(201, 162, 74, 0.25);
    border-radius: 20px;
    padding: 44px 28px;
    text-align: center;
    height: 100%;
  }
  .stat-card svg{ margin-bottom:28px; color:var(--gold); }
  .stat-num{     font-size: 62px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--ink);
    font-family: 'Google Sans';}
  .stat-label{ font-size: 24px;
    opacity: 0.75;
    font-weight: 300;
    color: black;
    line-height: 28px;}

  @media(max-width:991px){
    nav{ display:none; }
    .mobile-toggle{ display:flex; }
    header .container-1440{ min-height:72px; }
    h1{ font-size:32px; }
    .hero-content{ padding:56px 0; }
    .commitment h2{ font-size:30px; }
    .stat-num{ font-size:46px; }
    .stat-label{ font-size:16px; line-height:1.35; }
    .stat-card{ padding:32px 18px; }
  }

  @media(max-width:576px){
    header .container-1440{ padding-left:16px !important; padding-right:16px !important; }
    .logo img{ height:50px; max-width:calc(100vw - 132px); }
    h1{ font-size:26px; }
    .tab{ font-size:12.5px; padding:12px 6px; }
    .stat-card{ padding:24px 12px; border-radius:14px; }
    .stat-num{ font-size:32px; margin-bottom:6px; }
    .stat-label{ font-size:12.5px; line-height:1.35; }
  }

  @media(max-width:360px){
    .tab{ font-size:11px; padding:10px 4px; }
  }

  /* ===== SERVICES SLIDER ===== */
  .services-slider{
    background:var(--white);
    padding:20px 0 70px;
    overflow:hidden;
  }
  .ss-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:24px;
    margin-bottom:46px;
  }
  .ss-head h2{
    font-size:36px;
    font-weight:700;
    letter-spacing:-0.8px;
    color:var(--ink);
    line-height:1.2;
    margin:16px 0 0;
  }
  .ss-cta{
    flex-shrink:0;
    display:inline-flex;
    align-items:center;
    padding:13px 26px;
    border-radius:50px;
    background:var(--ink);
    color:#fff;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    white-space:nowrap;
    transition:background 0.25s ease;
  }
  .ss-cta:hover{ background:var(--gold); color:var(--ink); }

  .ss-track-wrap{
    padding-left:0px;
    cursor:grab;
  }
  .ss-track-wrap.dragging{ cursor:grabbing; }
  .ss-track{
    display:flex;
    gap:20px;
    overflow-x:auto;
    scroll-snap-type:none;
    scrollbar-width:none;
    padding:4px 24px 24px 0;
  }
  .ss-track::-webkit-scrollbar{ display:none; }
  .ss-card{
    flex:0 0 auto;
    width:300px;
    height:380px;
    border-radius:20px;
    padding:30px 26px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    scroll-snap-align:start;
    position:relative;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    transition:transform 0.35s ease;
  }
  .ss-card:hover{ transform:translateY(-6px); }
  .ss-card::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
  }
  .ss-dark::before{
    background:linear-gradient(180deg, rgba(10,10,10,0.25) 0%, rgba(8,7,6,0.55) 55%, rgba(5,4,3,0.92) 100%);
  }
  .ss-gold::before{
    background:linear-gradient(180deg, rgba(30,22,6,0.25) 0%, rgba(35,26,8,0.55) 55%, rgba(20,15,4,0.9) 100%);
  }
  .ss-card h4{
    position:relative;
    z-index:1;
    color:#fff;
    font-size:22px;
    font-weight:700;
    letter-spacing:-0.3px;
    line-height:1.25;
    margin:0;
    text-shadow:0 2px 10px rgba(0,0,0,0.35);
  }
  .ss-tags{
    position:relative;
    z-index:1;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
  }
  .ss-tags span{
    font-size:12.5px;
    font-weight:600;
    padding:6px 12px;
    border-radius:999px;
    background:rgba(255,255,255,0.16);
    backdrop-filter:blur(3px);
    color:#fff;
    white-space:nowrap;
  }
  .ss-nav{
    display:flex;
    justify-content:flex-end;
    gap:10px;
    max-width:1440px;
    margin:0 auto;
    padding:0 24px;
  }
  .ss-nav button{
    width:46px;
    height:46px;
    border-radius:50%;
    border:1px solid var(--line);
    background:#fff;
    color:var(--ink);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  }
  .ss-nav button:hover{ background:var(--ink); color:#fff; border-color:var(--ink); }
  @media(max-width:767px){
    .ss-head{ flex-direction:column; align-items:flex-start; }
    .ss-head h2{ font-size:26px; }
    .ss-card{ width:250px; height:340px; }
  }

  /* ===== SERVICES TABS ===== */
  .services{ padding:100px 0; }
  .service-panel{ padding-bottom:100px; }
  .service-panel:last-child{ padding-bottom:0; }
  .service-img{
    background:var(--cream);
    padding:0;
    overflow:hidden;
  }
  .service-img img{
    width:100%;
    height:100%;
    min-height:420px;
    object-fit:cover;
    display:block;
  }
  .service-text{
    padding:20px;
  }
  .service-text h2{
    font-size:44px;
    font-weight:600;
    line-height:1.2;
    letter-spacing:-1px;
    margin-bottom:20px;
  }
  .service-text p{
    font-size:16px;
    line-height:1.6;
    opacity:0.7;
    margin-bottom:28px;
    max-width:420px;
  }
  .check-list{
    list-style:none;
    padding:0;
    margin:0 0 32px 0;
  }
  .check-list li{
    display:flex;
    align-items:center;
    gap:14px;
    font-size:15px;
    margin-bottom:14px;
  }
  .check-icon{
    width:32px;
    height:32px;
    flex-shrink:0;
    background:var(--cream);
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--gold-dark);
  }

  @media(max-width:991px){
    .service-tabs{ gap:24px; overflow-x:auto; justify-content:flex-start; padding-bottom:2px; }
    .service-text h2{ font-size:30px; }
  }

  /* ===== TESTIMONIALS SLIDER ===== */
  .testimonials{
    position:relative;
    background:var(--ink);
    padding:110px 0;
    overflow:hidden;
  }
  .testimonials::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(201,162,74,0.18), transparent 70%);
    z-index:0;
  }
  .testimonials .container-1440{
    position:relative;
    z-index:2;
  }
  .testi-head{
    text-align:center;
    max-width:640px;
    margin:0 auto 60px;
  }
  .testi-head .eyebrow{
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(201,162,74,0.4);
    color:var(--gold);
  }
  .testi-head h2{
    font-size:36px;
    font-weight:700;
    letter-spacing:-0.7px;
    color:var(--white);
    margin:18px 0 16px;
  }
  .testi-head p{
    font-size:16px;
    line-height:1.65;
    color:rgba(255,255,255,0.7);
  }
  .testi-viewport{
    overflow:hidden;
    max-width:900px;
    margin:0 auto;
  }
  .testi-track{
    display:flex;
    transition:transform 0.5s cubic-bezier(0.65,0,0.35,1);
  }
  .testi-slide{
    flex:0 0 100%;
    padding:8px;
  }
  .testi-card{
    background:linear-gradient(150deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
    border:1px solid rgba(255,255,255,0.12);
    border-radius:18px;
    padding:48px 44px;
    text-align:center;
  }
  .testi-quote{
    color:var(--gold);
    margin-bottom:20px;
  }
  .testi-stars{
    color:var(--gold);
    font-size:15px;
    letter-spacing:3px;
    margin-bottom:20px;
  }
  .testi-card p{
    font-size:18px;
    line-height:1.75;
    color:rgba(255,255,255,0.9);
    margin-bottom:30px;
    font-weight:500;
  }
  .testi-person{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
  }
  .testi-avatar{
    width:52px;
    height:52px;
    border-radius:50%;
    background:var(--gold);
    color:var(--ink);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:16px;
    flex-shrink:0;
  }
  .testi-person .tp-name{
    font-size:15px;
    font-weight:700;
    color:var(--white);
    text-align:left;
  }
  .testi-person .tp-role{
    font-size:13px;
    color:rgba(255,255,255,0.55);
    text-align:left;
  }
  .testi-controls{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:24px;
    margin-top:40px;
  }
  .testi-arrow{
    width:44px;
    height:44px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,0.25);
    background:transparent;
    color:var(--white);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:background 0.2s ease, border-color 0.2s ease;
    flex-shrink:0;
  }
  .testi-arrow:hover{ background:var(--gold); border-color:var(--gold); color:var(--ink); }
  .testi-dots{
    display:flex;
    align-items:center;
    gap:9px;
  }
  .testi-dots button{
    width:9px;
    height:9px;
    border-radius:50%;
    border:none;
    background:rgba(255,255,255,0.25);
    cursor:pointer;
    padding:0;
    transition:background 0.2s ease, width 0.2s ease;
  }
  .testi-dots button.active{
    background:var(--gold);
    width:24px;
    border-radius:6px;
  }
  @media(max-width:767px){
    .testimonials{ padding:80px 0; }
    .testi-head h2{ font-size:28px; }
    .testi-card{ padding:36px 26px; }
    .testi-card p{ font-size:16px; }
    .testi-person{ flex-direction:column; gap:6px; }
    .testi-person .tp-name, .testi-person .tp-role{ text-align:center; }
  }

  /* ===== SERVICES GRID (professional overview) ===== */
  .services-grid-section{
    background:var(--white);
    padding:30px 0;
  }
  .sg-head{
    text-align:center;
    max-width:680px;
    margin:0 auto 60px;
  }
  .sg-head h2{
    font-size:34px;
    font-weight:700;
    letter-spacing:-0.6px;
    color:var(--ink);
    margin:18px 0 14px;
  }
  .sg-head p{
    font-size:16px;
    line-height:1.6;
    color:#555;
  }
  .sg-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:24px;
    max-width:1200px;
    margin:0 auto 56px;
  }
  .sg-card{
    position:relative;
    background:var(--white);
    border:1px solid var(--line);
    border-radius:14px;
    padding:34px 22px 30px;
    text-align:center;
    overflow:hidden;
    transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  }
  .sg-card::before{
    content:"";
    position:absolute;
    top:0; left:0; right:0;
    height:3px;
    background:var(--gold);
    transform:scaleX(0);
    transform-origin:left;
    transition:transform 0.3s ease;
  }
  .sg-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(10,10,10,0.1);
    border-color:transparent;
  }
  .sg-card:hover::before{ transform:scaleX(1); }
  .sg-icon{
    width: 64px;
    height: 64px;
    margin: 0px 0px 20px 0px;
    border-radius:50px;
    background:var(--ink);
    color:var(--gold);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:background 0.25s ease, color 0.25s ease;
  }
  .sg-card:hover .sg-icon{ background:var(--gold); color:var(--ink); }
  .sg-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: left;
}
  .sg-footer{
    text-align:center;
    font-size:17px;
    font-weight:600;
    color:var(--ink);
    line-height:1.6;
    max-width:640px;
    margin:0 auto;
  }
  .sg-footer span{ color:var(--gold-dark); }
  @media(max-width:991px){
    .sg-grid{ grid-template-columns:repeat(2, 1fr); gap:18px; }
    .sg-head h2{ font-size:26px; }
  }
  @media(max-width:480px){
    .sg-grid{ grid-template-columns:1fr; }
  }

  /* ===== FAQ ACCORDION (unique) ===== */
  .faq-section{
    background:var(--cream);
    padding:100px 0;
  }
  .faq-head{
    text-align:center;
    max-width:640px;
    margin:0 auto 56px;
  }
  .faq-head h2{
    font-size:34px;
    font-weight:700;
    letter-spacing:-0.6px;
    color:var(--ink);
    margin:18px 0 14px;
  }
  .faq-head p{
    font-size:16px;
    color:#555;
  }
  .faq-list{
    max-width:840px;
    margin:0 auto;
  }
  .faq-item{
    background:var(--white);
    border:1px solid var(--line);
    border-radius:12px;
    margin-bottom:16px;
    overflow:hidden;
    transition:border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .faq-item.open{
    border-color:rgba(201,162,74,0.5);
    box-shadow:0 16px 34px rgba(10,10,10,0.08);
  }
  .faq-q{
    display:flex;
    align-items:center;
    gap:18px;
    width:100%;
    background:none;
    border:none;
    text-align:left;
    padding:22px 24px;
    cursor:pointer;
  }
  .faq-num{
    flex-shrink:0;
    width:34px;
    height:34px;
    border-radius:50%;
        background: white;
    color: #1a1a1a;
    font-size:18px;
    font-weight:500;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:background 0.25s ease, color 0.25s ease;
  }
  .faq-item.open .faq-num{ background: #f2f2f2  ; color:var(--ink); }
  .faq-q span.faq-q-text{
    flex:1;
   font-size: 20px;
    font-weight: 500;
    color:var(--ink);
    line-height:1.4;
  }
  .faq-toggle{
    flex-shrink:0;
    width:30px;
    height:30px;
    border-radius:50%;
    border:1px solid var(--line);
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--ink);
    position:relative;
    transition:transform 0.3s ease, border-color 0.25s ease;
  }
  .faq-toggle::before, .faq-toggle::after{
    content:"";
    position:absolute;
    background:currentColor;
    transition:transform 0.25s ease;
  }
  .faq-toggle::before{ width:12px; height:2px; }
  .faq-toggle::after{ width:2px; height:12px; }
  .faq-item.open .faq-toggle{ transform:rotate(90deg); border-color:var(--gold); }
  .faq-item.open .faq-toggle::after{ transform:scaleY(0); }
  .faq-a{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.35s ease;
  }
  .faq-a-inner{
    padding:0 24px 24px 76px;
    font-size:14.5px;
    line-height:1.75;
    color:#555;
  }
  @media(max-width:767px){
    .faq-section{ padding:70px 0; }
    .faq-head h2{ font-size:26px; }
    .faq-q{ padding:18px 18px; gap:14px; }
    .faq-q span.faq-q-text{ font-size:14.5px; }
    .faq-a-inner{ padding:0 18px 20px 66px; }
  }

