html,
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  .rohit-seo{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  :root{
    --ink:#142420;
    --ink-soft:#4B5A54;
    --paper:#FAF7F1;
    --paper-dim:#F1EFE6;
    --line:#DAD5C8;
    --cobalt:#2F6FED;
    --cobalt-deep:#1F52B8;
    --amber:#E8A33D;
    --amber-ink:#4A3200;
    --radius:10px;
  }
  /* *{box-sizing:border-box;}
  body{margin:0;}
  .seo-sections{
    font-family:'Inter',system-ui,sans-serif;
    color:var(--ink);
    background:var(--paper);
    line-height:1.55;
  } */
  .seo-sections h1, .seo-sections h2, .seo-sections h3{
    font-family:'Archivo',sans-serif;
    font-weight:700;
    margin:0;
    letter-spacing:-0.01em;
  }
  .seo-wrap{
    max-width:1120px;
    margin:0 auto;
    padding:0 32px;
  }
  a{color:inherit;}

  .keyword-highlight{
    color:inherit;
    background:rgba(232,163,61,.3);
    border-bottom:2px solid var(--marigold);
    padding:0 3px;
    font-weight:700;
  }

 
 
  /* ================= SECTION 1 — HERO ================= */
  .sec-hero{
    position:relative;
    isolation:isolate;
    padding:72px 0;
    background:
      url('../images/banner-background.webp') center/cover no-repeat;
    border-bottom:1px solid var(--line);
  }

  .sec-hero::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(250,247,241,0.18);
    z-index:-1;
  }
  .hero-grid{
    display:grid;
    grid-template-columns:1.15fr 0.85fr;
    gap:64px;
    align-items:center;
  }
  .hero-eyebrow{
    font-size:17px;
    color:#fff;
    margin-bottom:18px;
  }
  .hero-eyebrow strong{color:#fff;}
  .sec-hero h1{
    font-size:52px;
    line-height:1.08;
    max-width:11ch;
  }
  .hero-sub{
    margin-top:22px;
    font-size:20px;
    color:#fff;
    max-width:42ch;
  }
  .hero-actions{
    margin-top:34px;
    display:flex;
    gap:14px;
    align-items:center;
  }
  .btn-primary{
    background:var(--ink);
    color:var(--paper);
    border:none;
    padding:14px 26px;
    border-radius:var(--radius);
    font-family:'Inter',sans-serif;
    font-weight:600;
    font-size:15px;
    cursor:pointer;
  }
  .btn-primary:hover{background:var(--cobalt-deep);}
  .link-quiet{
    font-weight:600;
    font-size:15px;
    text-decoration:none;
    border-bottom:1.5px solid #fff;
    padding-bottom:2px;
    color:#fff
  }
 
  /* mock search UI */
  .serp-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:14px;
    padding:22px;
    box-shadow:0 1px 0 rgba(20,36,32,0.03);
  }
  .serp-bar{
    display:flex;
    align-items:center;
    gap:10px;
    border:1.5px solid var(--line);
    border-radius:999px;
    padding:12px 18px;
    font-size:15px;
    color:var(--ink-soft);
  }
  .serp-bar .dot{
    width:9px;height:9px;border-radius:50%;
    background:var(--cobalt);
    flex-shrink:0;
  }
  .serp-typed::after{
    content:'';
    display:inline-block;
    width:2px;height:16px;
    background:var(--ink-soft);
    margin-left:2px;
    vertical-align:-3px;
    animation:blink 1s steps(1) infinite;
  }
  @keyframes blink{50%{opacity:0;}}
  .serp-results{margin-top:20px;display:flex;flex-direction:column;gap:16px;}
  .serp-result{padding-top:2px;}
  .serp-result .url{font-size:12.5px;color:#1F6F54;}
  .serp-result .title{font-size:16.5px;color:var(--cobalt);font-weight:600;margin:2px 0 3px;}
  .serp-result .desc{font-size:13.5px;color:var(--ink-soft);}
  .serp-result.you .title{position:relative;}
  .serp-result.you .badge{
    display:inline-block;
    background:var(--amber);
    color:var(--amber-ink);
    font-size:11px;
    font-weight:600;
    padding:2px 8px;
    border-radius:5px;
    margin-left:8px;
    vertical-align:2px;
  }
 
  /* ================= SECTION 2 — SERVICES AS RANKINGS ================= */
  .sec-services{
    padding:100px 0;
    background:var(--paper-dim);
    border-bottom:1px solid var(--line);
  }
  .sec-services .seo-wrap{
    max-width:none;
    padding-left:32px;
    padding-right:32px;
  }
  .services-head{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:16px;
    margin-bottom:56px;
  }
  .sec-services h2{font-size:40px;max-width:none;width:100%;text-align:center;}
  .services-head p{
    color:var(--ink-soft);
    font-size:18px;
    width:100%;
    max-width:70ch;
    margin:0;
    text-align:center;
  }
  .rank-list{
    display:flex;
    flex-direction:column;
    border-top:1px solid var(--line);
    margin:0 clamp(24px, 5vw, 96px);
  }
  .rank-row{
    display:grid;
    grid-template-columns:72px minmax(0, 1fr) 280px;
    gap:40px;
    align-items:start;
    padding:32px 0;
    border-bottom:1px solid var(--line);
  }
  .rank-num{
    font-family:'Archivo',sans-serif;
    font-size:28px;
    font-weight:700;
    color:var(--line);
    line-height:1;
  }
  .rank-body h3{font-size:23px;margin-bottom:8px;}
  .rank-body p{margin:0;color:var(--ink-soft);font-size:17px;max-width:70ch;line-height:1.6;}
  .rank-meta{
    font-size:17px;
    color:var(--ink-soft);
    text-align:right;
    padding-top:6px;
  }
  .rank-meta span{
    display:block;
    color:var(--ink);
    font-weight:600;
    font-size:18px;
    margin-bottom:3px;
  }

  /* ================= SECTION 3 — VISIBILITY PULSE ================= */
  .sec-pulse{
    padding:104px 0;
    background:var(--paper);
    border-bottom:1px solid var(--line);
    overflow:hidden;
  }
  .pulse-grid{
    display:grid;
    grid-template-columns:0.9fr 1.1fr;
    gap:72px;
    align-items:center;
  }
  .pulse-copy h2{font-size:46px;line-height:1.08;max-width:12ch;}
  .pulse-copy p{color:var(--ink-soft);font-size:19px;line-height:1.6;max-width:38ch;margin:22px 0 28px;}
  .pulse-status{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:700;color:var(--ink);}
  .pulse-live{width:9px;height:9px;background:#1F6F54;border-radius:50%;box-shadow:0 0 0 5px rgba(31,111,84,.12);}
  .pulse-stage{position:relative;min-height:390px;display:grid;place-items:center;}
  .pulse-ring{position:absolute;border:1px solid rgba(47,111,237,.28);border-radius:50%;}
  .pulse-ring-outer{width:360px;height:360px;animation:pulseOrbit 12s linear infinite;}
  .pulse-ring-inner{width:235px;height:235px;border-color:rgba(232,163,61,.55);animation:pulseOrbit 8s linear infinite reverse;}
  .pulse-core{width:146px;height:146px;border-radius:50%;background:var(--ink);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:1;box-shadow:0 0 0 12px rgba(20,36,32,.06),0 18px 40px rgba(20,36,32,.18);animation:coreFloat 4s ease-in-out infinite;}
  .pulse-core span{font-family:'Archivo',sans-serif;font-size:32px;font-weight:700;}
  .pulse-core small{color:#B9C2C7;font-size:12px;margin-top:3px;}
  .keyword-chip{position:absolute;background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 15px;color:var(--ink);font-size:13px;font-weight:700;box-shadow:0 8px 22px rgba(20,36,32,.08);z-index:2;animation:chipFloat 5s ease-in-out infinite;}
  .chip-one{top:8%;left:8%;animation-delay:-1s;}.chip-two{top:20%;right:2%;animation-delay:-2.5s;}.chip-three{bottom:17%;left:3%;animation-delay:-3.5s;}.chip-four{bottom:8%;right:10%;animation-delay:-.5s;}
  @keyframes pulseOrbit{to{transform:rotate(360deg);}}
  @keyframes coreFloat{50%{transform:translateY(-8px);}}
  @keyframes chipFloat{50%{transform:translateY(-10px) rotate(2deg);}}
 
  /* ================= SECTION 3 — RESULTS / STATS ================= */
  .sec-results{
    padding:100px 0;
    background:var(--ink);
    color:var(--paper);
  }
  .sec-results h2{
    font-size:40px;
    color:#fff;
    max-width:none;
    text-align:center;
    margin:0 auto 14px;
  }
  .sec-results .lede{
    color:#B9C2C7;
    font-size:18px;
    max-width:72ch;
    text-align:center;
    margin:0 auto 56px;
  }
  .stat-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:1px;
    background:rgba(255,255,255,0.12);
    border:1px solid rgba(255,255,255,0.12);
  }
  .stat-cell{
    background:var(--ink);
    padding:30px 28px 28px;
  }
  .stat-num{
    font-family:'Archivo',sans-serif;
    font-size:44px;
    font-weight:700;
    color:#fff;
    display:flex;
    align-items:baseline;
    gap:2px;
  }
  .stat-label{
    margin-top:8px;
    font-size:16px;
    color:#B9C2C7;
  }
  .stat-bars{
    display:flex;
    align-items:flex-end;
    gap:4px;
    height:36px;
    margin-top:18px;
  }
  .stat-bars i{
    flex:1;
    background:var(--cobalt);
    border-radius:2px 2px 0 0;
    transform:scaleY(0);
    transform-origin:bottom;
    transition:transform 0.6s ease;
  }
  .stat-cell:nth-child(2) .stat-bars i{background:var(--amber);}
 
  /* ================= SECTION 4 — CTA ================= */
  .sec-cta{
    padding:110px 0 100px;
    background:var(--paper);
  }
  .cta-box{
    border:1px solid var(--line);
    border-radius:16px;
    padding:64px 56px;
    text-align:center;
    background:var(--paper-dim);
  }
  .sec-cta h2{
    font-size:42px;
    max-width:20ch;
    margin:0 auto;
  }
  .cta-box p{
    color:var(--ink-soft);
    font-size:18px;
    max-width:44ch;
    margin:18px auto 36px;
  }
  .cta-form{
    display:flex;
    justify-content:center;
    gap:10px;
    max-width:480px;
    margin:0 auto;
  }
  .cta-form input{
    flex:1;
    border:1.5px solid var(--line);
    border-radius:var(--radius);
    padding:14px 18px;
    font-size:15px;
    font-family:'Inter',sans-serif;
    background:#fff;
    color:var(--ink);
  }
  .cta-form input:focus{
    outline:none;
    border-color:var(--cobalt);
  }
  .cta-fine{
    margin-top:16px;
    font-size:13px;
    color:var(--ink-soft);
  }
 
  @media (max-width:860px){
    .seo-wrap{padding:0 20px;}
    .sec-services .seo-wrap{padding-left:20px;padding-right:20px;}
    .hero-grid{grid-template-columns:1fr;gap:44px;}
    .sec-hero h1{font-size:38px;max-width:none;}
    .services-head{align-items:center;gap:16px;}
    .pulse-grid{grid-template-columns:1fr;gap:24px;}
    .pulse-copy h2{font-size:36px;max-width:none;}
    .pulse-stage{min-height:330px;}
    .pulse-ring-outer{width:300px;height:300px;}.pulse-ring-inner{width:200px;height:200px;}
    .chip-one{left:0;}.chip-two{right:0;}.chip-three{left:0;}.chip-four{right:0;}
    .rank-list{margin-left:0;margin-right:0;}
    .rank-row{grid-template-columns:40px 1fr;gap:20px;}
    .rank-meta{grid-column:2;text-align:left;padding-top:4px;}
    .stat-grid{grid-template-columns:1fr;}
    .cta-box{padding:44px 24px;}
    .cta-form{flex-direction:column;}
  }
 
  @media (prefers-reduced-motion: reduce){
    .serp-typed::after{animation:none;}
    .stat-bars i{transition:none;}
    .pulse-ring-outer,.pulse-ring-inner,.pulse-core,.keyword-chip{animation:none;}
  }





  /* Header adn footer */



   :root{
    --ink:#0E1613;
    --panel:#12201B;
    --line:rgba(255,255,255,0.09);
    --line-strong:rgba(255,255,255,0.16);
    --text:#E7ECEF;
    --text-dim:#7C8891;
    --cobalt:#2F6FED;
    --green:#3DDC84;
    --amber:#E8A33D;
  }
 
  .rohit-seo .mono{font-family:'JetBrains Mono',monospace;}
  .rohit-wrap{max-width:1180px;margin:0 auto;padding:0 32px;}
 :root{
    --ink:#142420;
    --marigold:#E8A33D;
    --indigo:#1F6F54;
    --sand:#F2EFE4;
    --white:#ffffff;
    --line: rgba(20,36,32,0.14);
    --muted: rgba(20,36,32,0.62);
  }
  /* ============ HEADER ============ */
 
  .site-header{
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--white);
    border-bottom: 1px solid var(--line);
  }
 
  .header-inner{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 6vw;
    display:flex;
    align-items:center;
    justify-content:space-between;
    height: 84px;
  }
 
  .logo{
    display:flex;
    flex-direction:column;
    line-height: 1;
    text-decoration:none;
    position:relative;
    width:max-content;
    flex:0 0 112px;
    isolation:isolate;
  }

  .site-header .logo span{
    position:static;
    top:auto;
    left:auto;
    display:block;
    font-family:inherit;
  }
 
  .logo-top{
    font-family:'Fraunces', serif;
    font-weight: 900 !important;
    font-size: 30px !important;
    letter-spacing: 0.01em;
    color:var(--ink);
    background:linear-gradient(110deg, var(--ink) 25%, var(--marigold) 45%, var(--ink) 65%);
    background-size:220% 100%;
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    animation:logoShine 4s ease-in-out infinite;
  }
 
  .logo-top .dot{ color: var(--marigold); }
 
  .logo-bottom{
    font-size: 25px !important;
    font-weight: 900 !important;
    letter-spacing: 0.42em;
    color: var(--indigo);
    margin-top: 4px;
    animation:logoLift 3s ease-in-out infinite;
  }

  .logo::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-8px;
    width:34px;
    height:2px;
    border-radius:999px;
    background:var(--marigold);
    transform-origin:left;
    animation:logoLine 3s ease-in-out infinite;
  }

  @keyframes logoShine{
    0%, 20%{background-position:200% 0;}
    55%, 100%{background-position:-20% 0;}
  }

  @keyframes logoLift{
    0%, 100%{opacity:.72; transform:translateY(0);}
    50%{opacity:1; transform:translateY(-2px);}
  }

  @keyframes logoLine{
    0%, 100%{width:28px; opacity:.65;}
    50%{width:72px; opacity:1;}
  }
 
  .nav{
    display:flex;
    align-items:center;
    gap: 36px;
  }
 
  .nav-link{
    font-size: 16px;
    font-weight: 500;
    color: var(--ink);
    text-decoration:none;
    padding: 8px 0;
    position: relative;
  }
 
  .nav-link::after{
    content:'';
    position:absolute;
    left:0; right:0; bottom:2px;
    height: 1.5px;
    background: var(--marigold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
  }
 
  .nav-link:hover::after{ transform: scaleX(1); }
 
  .nav-item{
    position: relative;
  }
 
  .nav-trigger{
    display:flex;
    align-items:center;
    gap: 6px;
    background:none;
    border:none;
    font-family:'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--ink);
    cursor:pointer;
    padding: 8px 0;
  }
 
  .nav-trigger svg{
    width: 11px;
    height: 11px;
    stroke: var(--ink);
    stroke-width: 2;
    transition: transform 0.25s ease;
  }
 
  .nav-item:hover .nav-trigger svg{ transform: rotate(180deg); }
 
  .nav-dropdown{
    position:absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px;
    min-width: 220px;
    box-shadow: 0 24px 44px -28px rgba(20,36,32,0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
 
  .nav-item:hover .nav-dropdown{
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(2px);
  }
 
  .nav-dropdown a{
    display:block;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    color: var(--ink);
    text-decoration:none;
  }
 
  .nav-dropdown a:hover{
    background: var(--sand);
    color: var(--indigo);
  }
 
  .header-cta{
    display:inline-flex;
    align-items:center;
    background: var(--ink);
    color: var(--sand);
    font-size: 16px;
    font-weight: 700;
    text-decoration:none;
    padding: 12px 22px;
    border-radius: 100px;
    transition: background 0.25s ease;
  }
 
  .header-cta:hover{ background: var(--indigo); }
 
  .header-right{
    display:flex;
    align-items:center;
    gap: 32px;
  }
 
  .nav-toggle{
    display:none;
    flex-direction:column;
    gap: 5px;
    background:none;
    border:none;
    cursor:pointer;
    padding: 8px;
  }
 
  .nav-toggle span{
    width: 22px;
    height: 1.6px;
    background: var(--ink);
  }
 
  @media (max-width: 980px){
    .nav{ display:none; }
    .nav-toggle{ display:flex; }
    .header-cta{ padding: 10px 16px; font-size: 15px; }
  }
 
  .mobile-nav{
    display:none;
    flex-direction:column;
    border-top: 1px solid var(--line);
    padding: 8px 6vw 20px;
  }
 
  .mobile-nav.is-open{ display:flex; }
 
  .mobile-nav a{
    padding: 14px 4px;
    border-bottom: 1px solid var(--line);
    font-size: 15px;
    color: var(--ink);
    text-decoration:none;
  }
 
  .mobile-nav a:last-child{ border-bottom:none; }

  /* ========================= LOCAL SERVICE AREAS ========================= */
  .service-areas{
    background:var(--paper-dim);
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
    padding:64px 6vw;
  }
  .service-areas-inner{
    max-width:1180px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:64px;
  }
  .service-areas-heading{
    position:relative;
    flex:0 0 38%;
    padding-left:24px;
  }
  .service-areas-heading::before{
    content:'';
    position:absolute;
    left:0;
    top:2px;
    bottom:2px;
    width:4px;
    border-radius:999px;
    background:var(--cobalt);
  }
  .service-areas-eyebrow{
    display:block;
    color:var(--indigo);
    font-size:12px;
    margin-bottom:14px;
  }
  .service-areas h2{
    font-family:'Fraunces', serif;
    font-size:clamp(36px, 4.2vw, 56px);
    line-height:1.02;
    letter-spacing:-.02em;
    margin:0;
  }
  .service-areas-links{
    flex:1;
    display:grid;
    grid-template-columns:repeat(4, minmax(120px, 1fr));
    gap:10px;
  }
  .service-areas-links a{
    display:flex;
    align-items:center;
    min-height:48px;
    padding:10px 14px;
    border:1px solid var(--line-strong);
    border-radius:6px;
    color:var(--ink);
    background:var(--white);
    font-size:13px;
    font-weight:700;
    line-height:1.25;
    text-decoration:none;
    transition:background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
  }
  .service-areas-links a:hover,
  .service-areas-links a:focus-visible{
    background:var(--marigold);
    border-color:var(--marigold);
    color:var(--ink);
    transform:translateY(-2px);
    outline:none;
  }
 
  /* ========================= FOOTER ========================= */
  .rohit-footer{
    position:relative;
    background:var(--panel);
    border-top:1px solid var(--line);
    padding:0;
    overflow:hidden;
  }
  .rohit-term-bar{
    display:flex;
    align-items:center;
    gap:8px;
    padding:14px 32px;
    border-bottom:1px solid var(--line);
  }
  .rohit-term-bar .dot{width:10px;height:10px;border-radius:50%;}
  .rohit-term-bar .dot.r{background:#FF5F57;}
  .rohit-term-bar .dot.y{background:#FEBC2E;}
  .rohit-term-bar .dot.g{background:#28C840;}
  .rohit-term-bar .path{
    margin-left:12px;
    font-size:12.5px;
    color:var(--text-dim);
  }
  .rohit-term-bar .status{
    margin-left:auto;
    font-size:12px;
    color:var(--green);
    display:flex;
    align-items:center;
    gap:6px;
  }
  .rohit-term-bar .status i{
    width:6px;height:6px;border-radius:50%;
    background:var(--green);
    animation:pulse 1.6s ease-in-out infinite;
  }
  @keyframes pulse{
    0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(61,220,132,0.5);}
    50%{opacity:0.5;box-shadow:0 0 0 5px rgba(61,220,132,0);}
  }
 
  .rohit-footer-main{
    padding:56px 0 32px;
  }
  .rohit-footer-grid{
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr 1fr;
    gap:40px;
  }
  .rohit-footer-brand p{
    color:var(--text-dim);
    font-size:14px;
    max-width:32ch;
    margin:14px 0 0;
  }
  .rohit-typed-line{
    font-size:13px;
    color:var(--green);
    margin-top:18px;
    min-height:18px;
  }
  .rohit-typed-line .cur{
    display:inline-block;width:7px;height:14px;background:var(--green);
    vertical-align:-2px;margin-left:2px;
    animation:blink 1s steps(1) infinite;
  }
 
  .rohit-col h4{
    font-size:12px;
    text-transform:none;
    color:var(--text-dim);
    margin:0 0 14px;
    font-weight:400;
  }
  .rohit-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;}
  .rohit-col a{
    color:var(--text);
    text-decoration:none;
    font-size:14px;
    position:relative;
    padding-left:14px;
  }
  .rohit-col a::before{
    content:'└';
    position:absolute;
    left:0;top:0;
    color:var(--text-dim);
    font-size:13px;
  }
  .rohit-col a:hover{color:var(--green);}
 
  .rohit-footer-bottom{
    border-top:1px solid var(--line);
    padding:20px 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:12.5px;
    color:var(--text-dim);
  }
  .rohit-social{display:flex;gap:8px;}
  .rohit-social a{
    width:32px;height:32px;
    display:flex;align-items:center;justify-content:center;
    border:1px solid var(--line-strong);
    border-radius:6px;
    color:var(--text-dim);
    text-decoration:none;
    font-size:13px;
    transition:border-color 0.2s ease, color 0.2s ease;
  }
  .rohit-social a:hover{border-color:var(--green);color:var(--green);}
 
  @media (max-width:840px){
    .service-areas-inner{display:block;}
    .service-areas-heading{margin-bottom:28px;padding-left:18px;}
    .service-areas h2{font-size:clamp(34px,8vw,48px);}
    .service-areas-links{grid-template-columns:repeat(2, minmax(0, 1fr));}
    .rohit-links{display:none;}
    .rohit-nav > .rohit-cta{display:none;}
    .rohit-burger{display:block;}
    .rohit-footer-grid{grid-template-columns:1fr 1fr;row-gap:32px;}
    .rohit-footer-bottom{flex-direction:column;gap:14px;align-items:flex-start;}
  }
 
  @media (prefers-reduced-motion: reduce){
    .rohit-scan, .rohit-grid, .rohit-cta::after, .rohit-term-bar .status i, .cursor, .cur, .logo-top, .logo-bottom, .logo::after, .service-areas-links a{animation:none;transition:none;}
  }




  /* Section1 */

  :root{
    --ink:#142420;
    --marigold:#E8A33D;
    --indigo:#1F6F54;
    --sand:#F2EFE4;
    --white:#ffffff;
    --line: rgba(20,36,32,0.14);
    --muted: rgba(20,36,32,0.62);
  }

   /* ============ STATS SECTION ============ */
 
  .stats{
    padding: 88px 6vw 96px;
    background: var(--white);
  }
 
  .stats-inner{
    max-width: 1180px;
    margin: 0 auto;
  }
 
  .stats-eyebrow{
    display:flex;
    align-items:baseline;
    justify-content:space-between;
    gap: 24px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 20px;
    margin-bottom: 44px;
  }
 
  .stats-eyebrow h2{
    font-family:'Fraunces', serif;
    font-weight: 500;
    font-size: clamp(22px, 2.4vw, 30px);
    margin:0;
    letter-spacing: -0.01em;
  }
 
  .stats-eyebrow span{
    font-size: 14px;
    color: var(--muted);
    white-space: nowrap;
  }
 
  .stat-row{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
  }
 
  .stat{
    padding: 8px 32px 0 0;
    border-left: 1px solid var(--line);
    padding-left: 32px;
    position: relative;
  }
 
  .stat:first-child{
    border-left: none;
    padding-left: 0;
  }
 
  .stat-mark{
    width: 22px;
    height: 22px;
    margin-bottom: 22px;
    color: var(--marigold);
  }
 
  .stat:nth-child(2) .stat-mark{ color: var(--indigo); }
  .stat:nth-child(3) .stat-mark{ color: var(--ink); }
  .stat:nth-child(4) .stat-mark{ color: var(--marigold); }
 
  .stat-mark svg{ width:100%; height:100%; display:block; }
 
  .stat-number{
    font-family:'Fraunces', serif;
    font-weight: 500;
    font-size: clamp(38px, 4.6vw, 58px);
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
  }
 
  .stat-label{
    font-size: 17px;
    color: var(--muted);
    line-height: 1.4;
    max-width: 20ch;
  }
 
  @media (max-width: 780px){
    .stat-row{
      grid-template-columns: 1fr 1fr;
      row-gap: 40px;
    }
    .stat:nth-child(3){
      border-left: none;
      padding-left: 0;
    }
  }
 
  /* ============ BENEFITS SECTION ============ */
 
  .benefits{
    background: var(--sand);
    padding: 100px 6vw 110px;
  }
 
  .benefits-inner{
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 72px;
  }
 
  .benefits-intro h2{
    font-family:'Fraunces', serif;
    font-weight: 500;
    font-size: clamp(30px, 3.6vw, 44px);
    line-height: 1.12;
    letter-spacing: -0.015em;
    margin: 0 0 24px;
    max-width: 13ch;
  }
 
  .benefits-intro p{
    font-size: 18px;
    line-height: 1.7;
    color: var(--muted);
    max-width: 42ch;
    margin: 0 0 32px;
  }
 
  .benefits-city{
    display:inline-flex;
    align-items:center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    padding: 9px 16px;
    border: 1px solid var(--ink);
    border-radius: 100px;
  }
 
  .benefits-city::before{
    content:'';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--marigold);
  }
 
  .benefits-sticky{
    position: sticky;
    top: 48px;
    align-self: start;
  }
 
  .accordion{
    border-top: 1px solid var(--line);
  }
 
  .accordion-item{
    border-bottom: 1px solid var(--line);
  }
 
  .accordion-trigger{
    width: 100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 20px;
    background: none;
    border: none;
    text-align: left;
    font-family:'Fraunces', serif;
    font-size: 23px;
    font-weight: 500;
    color: var(--ink);
    padding: 26px 4px;
    cursor: pointer;
  }
 
  .accordion-trigger:focus-visible{
    outline: 2px solid var(--indigo);
    outline-offset: 4px;
  }
 
  .accordion-plus{
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid var(--ink);
    position: relative;
    transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
  }
 
  .accordion-plus::before,
  .accordion-plus::after{
    content:'';
    position:absolute;
    background: var(--ink);
    top: 50%; left: 50%;
    transition: background 0.35s ease;
  }
 
  .accordion-plus::before{
    width: 10px; height: 1.5px;
    transform: translate(-50%,-50%);
  }
 
  .accordion-plus::after{
    width: 1.5px; height: 10px;
    transform: translate(-50%,-50%);
  }
 
  .accordion-item.is-open .accordion-plus{
    transform: rotate(135deg);
    background: var(--ink);
    border-color: var(--ink);
  }
 
  .accordion-item.is-open .accordion-plus::before,
  .accordion-item.is-open .accordion-plus::after{
    background: var(--sand);
  }
 
  .accordion-panel{
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
 
  .accordion-item.is-open .accordion-panel{
    grid-template-rows: 1fr;
  }
 
  .accordion-panel-inner{
    overflow: hidden;
  }
 
  .accordion-panel p{
    margin: 0 0 28px;
    padding-right: 48px;
    font-size: 17px;
    line-height: 1.7;
    color: var(--muted);
  }
 
  .accordion-item.is-open .accordion-trigger{
    color: var(--indigo);
  }
 
  @media (max-width: 860px){
    .benefits-inner{
      grid-template-columns: 1fr;
      gap: 44px;
    }
    .benefits-sticky{ position: static; }
  }



  /* running strip */


  /* ==============================
   RESPONSIVE RUNNING STRIP
   ============================== */

.running-strip {
    width: 100%;
    overflow: hidden;
    background: #1F6F54;
    border: 0;
    padding: 20px 0;
    white-space: nowrap;
    position: relative;
}

/* Moving content */
.running-track {
    display: inline-flex;
    align-items: center;
    width: max-content;
    animation: runningText 25s linear infinite;
}

/* Text */
.running-track span {
    display: inline-block;
    font-family: 'Syne', sans-serif;
    font-size: clamp(30px, 4.5vw, 72px);
    font-weight: 500;
    line-height: 1.15;
    color: #fff;
    margin: 0;
}

/* Dot between sentences */
.running-track .strip-dot {
    font-size: clamp(30px, 4.5vw, 72px);
    margin: 0 45px;
    line-height: 1;
}

/* Infinite movement */
@keyframes runningText {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* ==============================
   TABLET
   ============================== */

@media (max-width: 1024px) {

    .running-strip {
        padding: 17px 0;
    }

    .running-track span {
        font-size: clamp(28px, 5vw, 55px);
    }

    .running-track .strip-dot {
        margin: 0 30px;
    }

    .running-track {
        animation-duration: 22s;
    }
}


/* ==============================
   MOBILE / ANDROID
   ============================== */

@media (max-width: 600px) {

    .running-strip {
        padding: 14px 0;
    }

    .running-track span {
        font-size: clamp(24px, 7vw, 38px);
    }

    .running-track .strip-dot {
        font-size: clamp(24px, 7vw, 38px);
        margin: 0 20px;
    }

    .running-track {
        animation-duration: 16s;
    }
}


/* ==============================
   SMALL MOBILE
   ============================== */

@media (max-width: 380px) {

    .running-strip {
        padding: 12px 0;
    }

    .running-track span {
        font-size: 23px;
    }

    .running-track .strip-dot {
        font-size: 23px;
        margin: 0 15px;
    }

    .running-track {
        animation-duration: 14s;
    }
}




/* ============ INDUSTRIES SECTION ============ */
 
  .industries{
    padding: 100px 6vw 112px;
    background: var(--white);
  }
 
  .industries-inner{
    max-width: 1180px;
    margin: 0 auto;
  }
 
  .industries-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap: 24px;
    margin-bottom: 48px;
  }
 
  .industries-head h2{
    font-family:'Fraunces', serif;
    font-weight: 500;
    font-size: clamp(30px, 3.6vw, 44px);
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 12ch;
  }
 
  .industries-head p{
    font-size: 17px;
    color: var(--muted);
    max-width: 30ch;
    margin: 0;
    text-align: right;
  }
 
  .industry-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }
 
  .industry-cell{
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 30px 28px;
    display:flex;
    align-items:center;
    gap: 18px;
    background: var(--white);
    transition: background 0.3s ease, color 0.3s ease;
    cursor: default;
  }
 
  .industry-mark{
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--ink);
    display:flex;
    align-items:center;
    justify-content:center;
    transition: background 0.3s ease, border-color 0.3s ease;
  }
 
  .industry-mark svg{
    width: 16px;
    height: 16px;
    stroke: var(--ink);
    transition: stroke 0.3s ease;
  }
 
  .industry-name{
    font-family:'Fraunces', serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.01em;
  }
 
  .industry-cell:hover{
    background: var(--ink);
    color: var(--sand);
  }
 
  .industry-cell:hover .industry-mark{
    background: var(--marigold);
    border-color: var(--marigold);
  }
 
  .industry-cell:hover .industry-mark svg{
    stroke: var(--ink);
  }
 
  @media (max-width: 860px){
    .industry-grid{ grid-template-columns: repeat(2, 1fr); }
    .industries-head{ flex-direction: column; align-items: flex-start; gap: 12px; }
    .industries-head p{ text-align: left; }
  }
 
  @media (max-width: 540px){
    .industry-grid{ grid-template-columns: 1fr; }
  }

  /* ============ LOCAL SEO GUIDE ============ */
  .local-seo-guide{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:74px 6vw 86px;
    color:#fff;
    background:
      linear-gradient(rgba(5,9,18,.84),rgba(5,9,18,.9)),
      url('../images/background.webp') center/cover no-repeat;
  }

  .local-seo-guide::before{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    top:-250px;
    left:-150px;
    border:1px solid rgba(47,111,237,.35);
    border-radius:50%;
    box-shadow:0 0 0 34px rgba(47,111,237,.08),0 0 0 68px rgba(47,111,237,.05);
    animation:localSeoOrbit 16s linear infinite;
    pointer-events:none;
  }

  .local-seo-guide-inner{
    position:relative;
    z-index:1;
    max-width:1240px;
    margin:0 auto;
    text-align:center;
  }

  .local-seo-guide h2{
    max-width:1100px;
    margin:0 auto 22px;
    color:#fff;
    font-family:'Arial',sans-serif;
    font-size:clamp(31px,4vw,48px);
    line-height:1.14;
    font-weight:700;
  }

  .local-seo-guide-intro{
    max-width:1100px;
    margin:0 auto 22px;
    color:rgba(255,255,255,.92);
    font-size:17px;
    line-height:1.75;
  }

  .local-seo-guide-intro strong{color:#2F6FED;}

  .local-seo-guide-cards{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:36px;
    margin:40px auto 0;
    max-width:1180px;
  }

  .local-seo-guide-card{
    min-height:380px;
    padding:24px 24px 28px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    background:#fff;
    border:1px solid rgba(255,255,255,.8);
    border-radius:34px;
    color:#16211D;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
    animation:localSeoCardRise .75s cubic-bezier(.2,.75,.25,1) both;
    transition:transform .25s ease,box-shadow .25s ease;
  }

  .local-seo-guide-card:nth-child(2){animation-delay:.12s;}
  .local-seo-guide-card:nth-child(3){animation-delay:.24s;}

  .local-seo-guide-card:hover{
    transform:translateY(-9px);
    box-shadow:0 28px 52px rgba(0,0,0,.34);
  }

  .local-seo-guide-icon{
    width:76px;
    height:76px;
    display:grid;
    place-items:center;
    margin:0 auto 18px;
    color:#1F6F54;
    background:linear-gradient(145deg,#E3F6EE,#DCEFE6);
    border:8px solid #F1F4F0;
    border-radius:20px;
    font-family:'Arial',sans-serif;
    font-size:42px;
    font-weight:700;
    line-height:1;
  }

  .local-seo-guide-card h3{
    margin:0 0 10px;
    color:#1F6F54;
    font-family:'Arial',sans-serif;
    font-size:24px;
    line-height:1.2;
  }

  .local-seo-guide-card p{
    margin:0;
    color:#16211D;
    font-size:18px;
    line-height:1.8;
  }

  @keyframes localSeoCardRise{
    from{opacity:0;transform:translateY(28px);}
    to{opacity:1;transform:translateY(0);}
  }

  @keyframes localSeoOrbit{to{transform:rotate(360deg);}}

  @media (max-width:860px){
    .local-seo-guide{padding:58px 20px 68px;}
    .local-seo-guide-cards{grid-template-columns:1fr;gap:22px;max-width:520px;}
    .local-seo-guide-card{min-height:0;}
  }

  @media (prefers-reduced-motion:reduce){
    .local-seo-guide::before,
    .local-seo-guide-card{animation:none;}
    .local-seo-guide-card:hover{transform:none;}
  }

  /* ============ LOCAL SEO CTA ============ */
  .local-seo-cta{
    padding:38px 6vw 56px;
    background:#fff;
  }

  .local-seo-cta-inner{
    position:relative;
    max-width:1400px;
    min-height:368px;
    margin:0 auto;
    padding:74px 7.4%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    background:#fff;
    border-left:6px solid #1F6F54;
    box-shadow:28px 30px 45px rgba(16,24,39,.2);
    overflow:hidden;
  }

  .local-seo-cta-inner::after{
    content:'';
    position:absolute;
    width:260px;
    height:260px;
    right:-120px;
    bottom:-180px;
    border:1px solid rgba(31,111,84,.14);
    border-radius:50%;
    box-shadow:0 0 0 28px rgba(31,111,84,.05),0 0 0 56px rgba(31,111,84,.035);
    pointer-events:none;
  }

  .local-seo-cta-copy{
    position:relative;
    z-index:1;
    max-width:760px;
  }

  .local-seo-cta h2{
    margin:0 0 26px;
    color:#16211D;
    font-family:'Arial',sans-serif;
    font-size:clamp(34px,4vw,48px);
    font-weight:400;
    line-height:1.12;
  }

  .local-seo-cta h2 span{color:#1F6F54;}

  .local-seo-cta p{
    max-width:760px;
    margin:0;
    color:#16211D;
    font-size:17px;
    line-height:1.75;
  }

  .local-seo-cta-button{
    position:relative;
    z-index:1;
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:345px;
    min-height:78px;
    padding:18px 30px;
    border:1px solid #E8A33D;
    border-radius:999px;
    background:#1F6F54;
    color:#fff;
    font-size:20px;
    font-weight:700;
    text-decoration:none;
    box-shadow:0 22px 34px rgba(31,111,84,.25);
    transition:transform .25s ease,background .25s ease,box-shadow .25s ease;
  }

  .local-seo-cta-button:hover,
  .local-seo-cta-button:focus-visible{
    background:#164F3B;
    box-shadow:0 28px 42px rgba(31,111,84,.35);
    transform:translateY(-4px);
    outline:none;
  }

  @media (max-width:860px){
    .local-seo-cta{padding:28px 20px 46px;}
    .local-seo-cta-inner{min-height:0;padding:48px 32px;display:block;}
    .local-seo-cta-copy{max-width:none;}
    .local-seo-cta-button{min-width:0;width:100%;margin-top:30px;font-size:17px;}
  }

  @media (max-width:540px){
    .local-seo-cta-inner{padding:38px 24px;}
    .local-seo-cta h2{font-size:34px;}
    .local-seo-cta-break{display:none;}
    .local-seo-cta p{font-size:16px;}
  }

  /* ============ REVIEWS SECTION ============ */

  .reviews-section{
    background:var(--white);
    padding:76px 6vw 82px;
    border-top:1px solid var(--line);
  }

  .reviews-inner{
    max-width:1180px;
    margin:0 auto;
  }

  .reviews-head{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    margin-bottom:40px;
  }

  .reviews-eyebrow{
    color:var(--indigo);
    font-size:14px;
    font-weight:700;
    letter-spacing:.16em;
    text-transform:uppercase;
    margin-bottom:14px;
  }

  .reviews-head h2{
    max-width:34ch;
    color:var(--ink);
    font-family:'Fraunces', serif;
    font-size:clamp(30px, 4vw, 50px);
    line-height:1.05;
    margin:0 auto;
  }

  .reviews-head p{
    max-width:72ch;
    color:var(--muted);
    font-size:17px;
    line-height:1.65;
    margin:18px auto 0;
  }

  .reviews-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:18px;
  }

  .review-card{
    display:flex;
    flex-direction:column;
    min-height:270px;
    padding:28px;
    background:var(--sand);
    border:1px solid var(--line);
    border-top:4px solid var(--marigold);
  }

  .review-card-featured{
    background:var(--ink);
    color:var(--sand);
    transform:translateY(-10px);
  }

  .review-stars{
    color:var(--marigold);
    font-size:16px;
    letter-spacing:3px;
    margin-bottom:22px;
  }

  .review-card blockquote{
    flex:1;
    color:inherit;
    font-family:'Fraunces', serif;
    font-size:20px;
    line-height:1.45;
    margin:0 0 24px;
  }

  .review-author{
    display:flex;
    flex-direction:column;
    gap:4px;
    border-top:1px solid currentColor;
    padding-top:14px;
  }

  .review-author strong{ font-size:14px; }

  .review-author span{
    color:var(--muted);
    font-size:13px;
  }

  .review-card-featured .review-author span{
    color:rgba(242,239,230,.68);
  }

  @media (max-width:860px){
    .reviews-head{
      grid-template-columns:1fr;
      gap:16px;
    }

    .reviews-head p{ margin:0; }

    .reviews-grid{
      grid-template-columns:1fr;
      max-width:620px;
    }

    .review-card-featured{ transform:none; }
  }

  @media (max-width:540px){
    .reviews-section{ padding:56px 20px 62px; }
    .review-card{ min-height:0; padding:24px; }
  }

  /* ============ ABOUT ROHIT SECTION ============ */

  .about-rohit{
    position:relative;
    overflow:hidden;
    background:
      linear-gradient(120deg, rgba(242,239,230,.98), rgba(255,255,255,.98));
    padding:40px 6vw;
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
  }

  .about-rohit::before{
    content:'';
    position:absolute;
    width:340px;
    height:340px;
    right:-120px;
    top:-150px;
    border:1px solid rgba(232,163,61,.35);
    border-radius:50%;
    box-shadow:0 0 0 24px rgba(232,163,61,.08), 0 0 0 48px rgba(232,163,61,.05);
  }

  .about-rohit-inner{
    position:relative;
    z-index:1;
    max-width:1180px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0, 1fr) minmax(0, 1.1fr);
    gap:42px;
    align-items:center;
  }

  .about-rohit-media{
    position:relative;
    min-width:0;
    max-width:500px;
    justify-self:center;
  }

  .about-rohit-media img{
    display:block;
    width:100%;
    height:auto;
    max-height:420px;
    object-fit:cover;
    border:10px solid var(--white);
    box-shadow:14px 14px 0 var(--marigold), 0 18px 40px rgba(28,27,41,.16);
  }

  .experience-badge{
    position:absolute;
    right:-24px;
    bottom:-24px;
    width:132px;
    height:132px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    border-radius:50%;
    background:var(--ink);
    color:var(--white);
    text-align:center;
    box-shadow:0 12px 24px rgba(20,36,32,.2);
  }

  .experience-badge strong{
    color:var(--marigold);
    font-family:'Fraunces', serif;
    font-size:34px;
    line-height:1;
  }

  .experience-badge span{
    font-size:12px;
    font-weight:700;
    line-height:1.25;
    letter-spacing:.04em;
    text-transform:uppercase;
  }

  .about-rohit-eyebrow{
    color:var(--indigo);
    font-size:14px;
    font-weight:700;
    letter-spacing:.16em;
    text-transform:uppercase;
    margin-bottom:16px;
  }

  .about-rohit-content h2{
    max-width:14ch;
    color:var(--ink);
    font-family:'Fraunces', serif;
    font-size:clamp(30px, 4vw, 54px);
    line-height:1.05;
    margin:0 0 22px;
  }

  .about-rohit-content p{
    max-width:48ch;
    color:var(--muted);
    font-size:18px;
    line-height:1.7;
    margin:0 0 28px;
  }

  .about-rohit-link{
    display:inline-flex;
    color:var(--ink);
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    border-bottom:2px solid var(--marigold);
    padding-bottom:5px;
  }

  @media (max-width:760px){
    .about-rohit{
      padding:32px 20px 42px;
    }

    .about-rohit-inner{
      grid-template-columns:1fr;
      gap:32px;
    }

    .about-rohit-media{
      width:min(100%, 360px);
    }

    .experience-badge{
      right:-10px;
      bottom:-16px;
      width:108px;
      height:108px;
    }

    .experience-badge strong{
      font-size:28px;
    }

    .about-rohit-content h2{
      max-width:16ch;
    }
  }



   /* ============ SERVICES (NUMBERED) SECTION ============ */
 
  .services-dark{
    background: var(--ink);
  }
 
  .services-banner{
    position:relative;
    isolation:isolate;
    background:
      linear-gradient(90deg, rgba(10,28,22,0.88), rgba(47,111,237,0.5)),
      url('../images/banner-background.webp') center/cover no-repeat !important;
    padding: 42px 6vw;
    text-align: center;
  }

  .services-banner::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(11,15,20,0.12), rgba(11,15,20,0.3));
    z-index:-1;
  }
 
  .services-banner h2{
    position:relative;
    z-index:1;
    font-family:'Fraunces', serif;
    font-weight: 600;
    font-size: clamp(22px, 3.2vw, 38px);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: transparent;
    -webkit-text-stroke: 1.3px var(--sand);
    margin: 0;
  }

  @media (max-width: 600px){
    .services-banner{
      background-position:center;
      padding: 34px 20px;
    }
  }
 
  .services-list{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 6vw;
  }
 
  .service-row{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 68px;
    align-items:center;
    padding: 48px 0;
    border-bottom: 1px solid rgba(242,239,230,0.1);
  }
 
  .service-row:last-child{ border-bottom: none; }
 
  .service-row.row-reverse .service-media{ order: 2; }
  .service-row.row-reverse .service-text{ order: 1; }
 
  .service-media{
    position: relative;
  }
 
  .service-media img{
    width: 100%;
    display:block;
    border-radius: 16px;
    border: 6px solid var(--white);
    box-shadow: 0 30px 60px -25px rgba(0,0,0,0.6);
  }
 
  .rating-chip{
    position:absolute;
    left: -20px;
    bottom: -22px;
    background: var(--white);
    color: var(--ink);
    border-radius: 12px;
    padding: 14px 18px;
    display:flex;
    flex-direction:column;
    gap: 4px;
    box-shadow: 0 18px 34px -18px rgba(0,0,0,0.5);
  }
 
  .rating-chip .stars{
    color: var(--marigold);
    font-size: 13px;
    letter-spacing: 2px;
  }
 
  .rating-chip .rating-text{
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
  }
 
  .service-num{
    font-family:'Fraunces', serif;
    font-weight: 600;
    font-size: clamp(56px, 7vw, 96px);
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(242,239,230,0.2);
    margin: 0 0 4px;
  }
 
  .service-heading{
    font-family:'Fraunces', serif;
    font-weight: 600;
    font-size: clamp(24px, 2.6vw, 32px);
    color: var(--marigold);
    margin: 0 0 22px;
  }
 
  .service-heading .dot{ color: var(--sand); }
 
  .service-text p{
    font-size: 18px;
    line-height: 1.8;
    color: rgba(242,239,230,0.68);
    max-width: 60ch;
    margin: 0;
  }
 
  @media (max-width: 860px){
    .service-row, .service-row.row-reverse{
      grid-template-columns: 1fr;
      gap: 40px;
      padding: 40px 0;
    }
    .service-row.row-reverse .service-media,
    .service-row.row-reverse .service-text{
      order: initial;
    }
    .rating-chip{ left: 12px; bottom: -18px; }
  }




  /* ============ PROCESS SECTION (big type) ============ */
 
  .process{
    background: var(--white);
    padding: 44px 6vw 48px;
  }
 
  .process-inner{
    max-width: 1240px;
    margin: 0 auto;
  }
 
  .process-head{
    text-align:center;
    max-width: 780px;
    margin: 0 auto 28px;
  }
 
  .process-eyebrow{
    display:inline-flex;
    align-items:center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--indigo);
    margin-bottom: 12px;
  }
 
  .process-eyebrow::before{
    content:'';
    width: 26px;
    height: 1.5px;
    background: var(--marigold);
  }
 
  .process-head h2{
    font-family:'Fraunces', serif;
    font-weight: 600;
    font-size: clamp(40px, 5.6vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 14px;
  }
 
  .process-head p{
    font-size: 19px;
    line-height: 1.6;
    color: var(--muted);
    margin: 0;
  }
 
  .process-grid{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }
 
  .process-cell{
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 22px 28px;
  }
 
  .process-num{
    font-family:'Fraunces', serif;
    font-weight: 600;
    font-size: 17px;
    color: var(--marigold);
    margin-bottom: 12px;
  }
 
  .process-mark{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--sand);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom: 16px;
  }
 
  .process-mark svg{
    width: 28px;
    height: 28px;
    stroke: var(--ink);
  }
 
  .process-cell h3{
    font-family:'Fraunces', serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 8px;
    max-width: 20ch;
  }
 
  .process-cell p{
    font-size: 16.5px;
    line-height: 1.75;
    color: var(--muted);
    margin: 0;
    max-width: 34ch;
  }
 
  @media (max-width: 940px){
    .process-grid{ grid-template-columns: repeat(2, 1fr); }
  }
 
  @media (max-width: 620px){
    .process-grid{ grid-template-columns: 1fr; }
    .process-cell{ padding: 22px 6px; }
  }




   /* ============ PRICING SECTION ============ */
 
  .pricing{
    background: var(--sand);
    padding: 112px 6vw 120px;
  }
 
  .pricing-inner{
    max-width: 1180px;
    margin: 0 auto;
  }
 
  .pricing-head{
    text-align:center;
    max-width: 640px;
    margin: 0 auto 64px;
  }
 
  .pricing-eyebrow{
    display:inline-flex;
    align-items:center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--indigo);
    margin-bottom: 20px;
  }
 
  .pricing-eyebrow::before{
    content:'';
    width: 26px;
    height: 1.5px;
    background: var(--marigold);
  }
 
  .pricing-head h2{
    font-family:'Fraunces', serif;
    font-weight: 600;
    font-size: clamp(32px, 4vw, 46px);
    letter-spacing: -0.015em;
    margin: 0 0 16px;
  }
 
  .pricing-head p{
    font-size: 16px;
    color: var(--muted);
    margin: 0;
  }
 
  .pricing-grid{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
  }
 
  .plan{
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 40px 34px 34px;
    display:flex;
    flex-direction:column;
  }
 
  .plan.is-featured{
    border: 1.5px solid var(--ink);
    box-shadow: 0 30px 54px -32px rgba(20,36,32,0.28);
    position: relative;
  }
 
  .plan-tag{
    position:absolute;
    top: -14px;
    left: 34px;
    background: var(--marigold);
    color: var(--ink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 100px;
  }
 
  .plan-name{
    font-family:'Fraunces', serif;
    font-weight: 600;
    font-size: 26px;
    margin: 0 0 6px;
  }
 
  .plan-scope{
    font-size: 14px;
    color: var(--muted);
    margin: 0 0 28px;
  }
 
  .plan-features{
    list-style:none;
    margin: 0 0 32px;
    padding: 0;
    display:flex;
    flex-direction:column;
    gap: 15px;
    flex-grow: 1;
  }
 
  .plan-features li{
    display:flex;
    align-items:flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.4;
    color: var(--ink);
  }
 
  .plan-check{
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--sand);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top: 2px;
  }
 
  .plan.is-featured .plan-check{
    background: var(--marigold);
  }
 
  .plan-check svg{
    width: 10px;
    height: 10px;
    stroke: var(--ink);
    stroke-width: 2.4;
  }
 
  .plan-cta{
    display:block;
    text-align:center;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration:none;
    background: var(--ink);
    color: var(--sand);
    margin-bottom: 14px;
    transition: opacity 0.25s ease;
  }
 
  .plan-cta:hover{ opacity: 0.85; }
 
  .plan.is-featured .plan-cta{
    background: var(--marigold);
    color: var(--ink);
  }
 
  .plan-link{
    display:block;
    text-align:center;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--indigo);
    text-decoration: none;
    border-bottom: 1px solid transparent;
  }
 
  .plan-link:hover{ border-color: var(--indigo); }
 
  @media (max-width: 900px){
    .pricing-grid{ grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  }