/* =========================
   GLOBAL RESET
========================= */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{ scroll-behavior: smooth; }
body{
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  background-color: #f7f7f7;
}
h1, h2, h3{ margin-top: 0; }

/* =========================
   HEADER / NAVBAR (CLEAN + FINAL)
========================= */
.site-header{
  position: sticky;
  top: 0;
  width: 100%;
  background: #eef5fb;
  z-index: 99999;
  font-family: Georgia, serif;
}

.topbar{
  padding: 8px 0;
  border-bottom: none;
}
.topbar-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-contact{
  display: flex;
  gap: 16px;
  font-size: 13px;
  flex-wrap: wrap;
  align-items: center;
}
.top-contact .divider,
.top-contact .line,
.top-contact hr{
  display: none !important;
}
.top-contact a{
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

/* header layout */
.header-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 20px;
  position: relative;
}

.logo{
  font-size: 26px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.mobile-center{
  display: none;
  text-align: center;
}

/* desktop nav */
.nav-menu{
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  align-items: center;
}
.nav-menu a{
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.nav-menu a:hover{ text-decoration: underline; }

/* hamburger */
.menu-btn{
  display: none;
  border: 1px solid #000;
  background: transparent;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 20px;
  cursor: pointer;
  justify-self: end;
  z-index: 100001;
}

/* MOBILE NAV */
@media (max-width: 900px){
  .topbar{ display: none !important; }

  .mobile-center{
    display: flex !important;
    flex-direction: column;
    gap: 2px;
    justify-content: center;
    padding: 2px 6px;
    font-size: 12px;
  }
  .mobile-center a{
    font-size: 11px;
    line-height: 1.2;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    color: #000;
    text-decoration: none;
  }

  .menu-btn{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: relative !important;
    z-index: 999999 !important;
  }

  .header-container{ column-gap: 8px !important; }

  /* dropdown */
  .nav-menu{
    display: none !important;
    position: absolute;
    top: calc(100% + 12px);
    left: 12px;
    right: 12px;
    width: auto !important;
    max-width: 420px;
    margin-left: auto;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 14px;
    padding: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.18);
    z-index: 999998;
  }

  .nav-menu.open{ display: flex !important; }

  .nav-menu a{
    width: 100%;
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.2;
  }
  .nav-menu a:hover{
    background: rgba(0,0,0,0.06);
    text-decoration: none;
  }
}

@media (max-width: 480px){
  .header-container{ padding: 12px 16px; }
  .logo{ font-size: 24px; }
}

/* ===== HERO FORCE FIX (PASTE AT VERY END) ===== */
.hero-bg .hero-content{
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;  /* side space controlled */
  display: block !important;
}

.hero-bg .hero-text{
  width: 100% !important;       /* full width so left align visible */
  max-width: 820px !important;  /* readable width */
  margin: 0 !important;         /* remove centering */
  text-align: left !important;
}

.hero-bg .hero-text h1{
  font-size: clamp(4rem, 6vw, 6rem) !important;
  line-height: 1.15 !important;
}
  width: 100% !important;
  text-align: left !important;
  margin: 0 0 16px 0 !important;
  margin-top:6px;
}

.hero-bg .hero-text p{
  width: 100% !important;
  text-align: left !important;
  margin: 0 !important;
  max-width: 720px !important;
}

/* =========================
   TRUST METRICS
========================= */
.trust-metrics{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 60px;
  margin: 20px;
}
.trust-box{
  text-align: center;
  flex: 1;
}
.trust-box h2{
  font-size: 48px;
  font-weight: 500;
  color: #7b0f0f;
  margin: 0;
}
.trust-box p{
  font-size: 18px;
  color: #7b0f0f;
  margin-top: 6px;
  letter-spacing: 0.5px;
}
@media (max-width: 900px){
  .trust-metrics{
    flex-direction: column;
    gap: 24px;
    padding: 24px 20px;
  }
}

/* =========================
   WHAT I DELIVER
========================= */
.deliver-section{
  padding: 0px 16px 80px;
  margin-top: 0;
}
.deliver-container{
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.deliver-kicker{
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a8f9a;
  margin-bottom: 8px;
}
.deliver-heading{
  font-size: 2.2rem;
  line-height: 1.2;
  color: #0f172a;
  margin: 0 0 10px 0;
}
.deliver-subtitle{
  max-width: 640px;
  margin: 0 auto;
  font-size: 1rem;
  color: #4b5563;
}
.deliver-grid{
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  text-align: left;
}
.deliver-column{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.deliver-item{
  display: flex;
  align-items: flex-start;
  padding: 18px 20px;
  border-radius: 14px;
  background-color: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease-out, box-shadow 0.18s ease-out;
}
.deliver-item:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}
.deliver-marker{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 14px;
}
.deliver-dot{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background-color: #1d4ed8;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 6px 12px rgba(37, 99, 235, 0.4);
}
.deliver-connector{
  flex: 1;
  width: 2px;
  margin-top: 6px;
  background: linear-gradient(to bottom, rgba(148,163,184,0.6), rgba(226,232,240,0));
}
.deliver-column .deliver-item:last-child .deliver-connector{ display: none; }
.deliver-text h3{
  font-size: 1rem;
  margin-bottom: 4px;
  color: #111827;
}
.deliver-text p{
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4b5563;
}
@media (max-width: 768px){
  .deliver-grid{ grid-template-columns: 1fr; gap: 28px; }
  .deliver-heading{ font-size: 1.9rem; }
}

/* =========================
   MINI PORTFOLIO
========================= */
.mini-portfolio{ padding: 60px 16px 80px; }
.mini-portfolio__container{
  max-width: 1100px;
  margin: 0 auto;
}
.mini-portfolio__heading{
  text-align: center;
  font-size: 2.1rem;
  color: #0f172a;
  margin-bottom: 8px;
}
.mini-portfolio__subtitle{
  max-width: 640px;
  margin: 0 auto 24px;
  text-align: center;
  color: #4b5563;
}
.mini-portfolio__wrapper{
  position: relative;
  display: flex;
  align-items: center;
}
.mini-portfolio__scroller{
  overflow-x: auto;
  scrollbar-width: none;
  flex: 1;
}
.mini-portfolio__scroller::-webkit-scrollbar{ display: none; }
.mini-portfolio__track{
  display: flex;
  gap: 20px;
  padding: 10px 0;
}
.mini-card{
  min-width: 260px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 20px 50px rgba(15,23,42,0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mini-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(15,23,42,0.12);
}
.mini-portfolio__btn{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(148,163,184,0.4);
  background: #ffffff;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: all 0.2s ease;
}
.mini-portfolio__btn:hover{
  box-shadow: 0 10px 30px rgba(15,23,42,0.15);
  transform: translateY(-1px);
}
.mini-portfolio__btn--left{ margin-right: 12px; }
.mini-portfolio__btn--right{ margin-left: 12px; }

@media (max-width: 640px){
  .mini-portfolio__btn{ display: none; }
  .mini-card{ min-width: 230px; }
}

/* =========================
   WORKFLOW FLASH GRID
========================= */
.wf-section{ padding: 80px 16px; }
.wf-container{
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.wf-kicker{
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 6px;
}
.wf-heading{
  font-size: 2.1rem;
  color: #0f172a;
  margin: 2px 2px 20px;
}
.wf-subtitle{
  max-width: 640px;
  margin: 0 auto 32px;
  font-size: 1rem;
  color: #4b5563;
}
.wf-flash-grid{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
}
.wf-card{
  flex: 0 0 200px;
  max-width: 200px;
  min-height: 210px;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 20px 18px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.09);
  border: 1px solid rgba(148, 163, 184, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  --offsetY: 0px;
  transform: translate(-140px, var(--offsetY));
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.45s ease-out, box-shadow 0.3s ease-out;
}
.wf-step{
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1d4ed8;
  margin-bottom: 8px;
}
.wf-card-title{
  font-size: 0.98rem;
  margin: 0 0 6px;
  color: #111827;
}
.wf-card-text{
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}
.wf-card.is-visible{
  transform: translate(0, var(--offsetY));
  opacity: 1;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.12);
  animation: wf-float 3.2s ease-in-out infinite alternate;
}
@keyframes wf-float{
  0% { transform: translate(0, calc(var(--offsetY) - 10px)); }
  100%{ transform: translate(0, calc(var(--offsetY) + 8px)); }
}
@media (max-width: 900px){
  .wf-flash-grid{ flex-wrap: wrap; justify-content: center; }
  .wf-card{ flex: 0 0 45%; max-width: 260px; margin-bottom: 8px; }
}
@media (max-width: 640px){
  .wf-section{ padding: 60px 16px; }
  .wf-heading{ font-size: 1.8rem; }
  .wf-card{ flex: 0 0 100%; max-width: 280px; }
}

/* =========================
   WHY CONTENT CARDS
========================= */
.why-content-section{
  text-align: center;
  padding: 80px 20px;
}
.why-heading{
  font-size: 42px;
  font-weight: 700;
  color: #0A2342;
  margin-bottom: 50px;
}
.why-cards{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}
.why-card{
  background: #ffffff;
  width: 320px;
  padding: 35px 25px;
  border-radius: 20px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.08);
  text-align: center;
  transition: background 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.why-card:hover{
  background: #0A2342;
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}
.why-card h3{
  font-size: 22px;
  font-weight: 700;
  color: #003366;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}
.why-card p{
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  transition: color 0.3s ease;
}
.why-card:hover h3,
.why-card:hover p{ color: #ffffff; }
@media (max-width: 992px){
  .why-cards{ flex-direction: column; align-items: center; }
  .why-card{ width: 90%; max-width: 480px; }
}

/* =========================
   SPLIT SECTION
========================= */
.split-section{
  padding: 60px 16px;
  background-color: #DCE7F5;
}
.split-container{
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.split-image img{
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.12);
}
.split-content h2{
  font-size: 2rem;
  color: #0f172a;
  margin-bottom: 12px;
}
.split-content p{
  font-size: 1rem;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 14px;
}
@media (max-width: 900px){
  .split-container{ grid-template-columns: 1fr; gap: 28px; }
  .split-content h2{ font-size: 1.8rem; }
}

/* =========================
   WORKFLOW SECTION
========================= */
.workflow-section{
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #DCE7F5;
}
.workflow-container{
  max-width: 1200px;
  margin: 0 auto;
}
.workflow-main-heading{
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  margin: 0 0 48px;
  color: #0f172a;
}
.workflow-columns{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch;
}
.workflow-text{ display: flex; flex-direction: column; }
.workflow-step{
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  margin-bottom: 26px;
  align-items: flex-start;
}
.workflow-icon{
  font-size: 18px;
  line-height: 1;
}
.workflow-copy h4{
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
}
.workflow-copy p{
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #475569;
}
.workflow-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 900px){
  .workflow-main-heading{ font-size: 2rem; margin-bottom: 36px; }
  .workflow-columns{ grid-template-columns: 1fr; }
  .workflow-image{ order: -1; }
}

/* =========================
   PRICING MODELS
========================= */
.pricing-models{
  padding: 40px 0;
  margin-bottom: 10px;
}
.pm-container{
  max-width: 980px;
  margin: 0 auto;
  border-radius: 18px;
  padding: 30px 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.12);
}
.pm-title{
  text-align: center;
  margin: 0 0 26px;
  font-size: clamp(2.0rem, 4.2vw, 3.2rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #2f3a44;
}
.pm-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: center;
}
.pm-left{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pm-illustration{
  width: min(360px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 30px rgba(15,23,42,0.10));
}
.pm-right{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pm-subtitle{
  margin: 0 0 14px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #2f3a44;
  font-size: 0.95rem;
}
.pm-pill-wrap{
  width: 100%;
  max-width: 360px;
  display: grid;
  gap: 14px;
  margin-top: 6px;
}
.pm-pill,
.pm-pill-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 2px solid rgba(47,58,68,0.35);
  background: #ffffff;
  color: #1f2937;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.05rem;
  cursor: pointer;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  box-shadow: 0 10px 18px rgba(15,23,42,0.08);
}
.pm-pill:hover,
.pm-pill-link:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(15,23,42,0.12);
  border-color: rgba(47,58,68,0.55);
}
.pm-pill.is-active{
  border-color: rgba(47,58,68,0.85);
  box-shadow: 0 18px 34px rgba(15,23,42,0.16);
}
.pm-handle{
  margin: 18px 0 0;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  color: rgba(47,58,68,0.75);
}
.pm-currency{
  position: absolute;
  font-size: 86px;
  font-weight: 900;
  color: rgba(47,58,68,0.10);
  user-select: none;
  pointer-events: none;
}
#starter, #growth, #authority{ scroll-margin-top: 110px; }
@media (max-width: 860px){
  .pm-grid{ grid-template-columns: 1fr; gap: 18px; }
  .pm-left{ order: 2; }
  .pm-right{ order: 1; }
  .pm-currency{ display: none; }
}

/* =========================
   TESTIMONIALS (t-section) - CLEAN
========================= */
.t-section{
  padding: 70px 20px;
  text-align: center;
}
.t-heading{
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 35px;
  color: #0A2342;
}
.t-wrap{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.t-viewport{
  width: 100%;
  overflow: hidden;
}
.t-track{
  display: flex;
  gap: 22px;
  transition: transform 500ms ease;
  will-change: transform;
}
.t-card{
  flex: 0 0 calc((100% - (22px * 4)) / 5);
  background: #fff;
  border-radius: 18px;
  padding: 22px 18px;
  box-shadow: 0 14px 45px rgba(0,0,0,0.08);
  text-align: center;
}
.t-img{
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 14px;
  border: 3px solid rgba(10,35,66,0.12);
}
.t-name{
  font-size: 18px;
  font-weight: 800;
  color: #0A2342;
  margin: 0 0 10px;
}
.t-text{
  font-size: 15.5px;
  line-height: 1.7;
  color: #3a3a3a;
  margin: 0;
}
@media (max-width: 1200px){
  .t-card{ flex-basis: calc((100% - (22px * 3)) / 4); }
}
@media (max-width: 900px){
  .t-card{ flex-basis: calc((100% - (22px * 2)) / 3); }
}
@media (max-width: 650px){
  .t-track{ gap: 14px; }
  .t-card{ flex: 0 0 100%; }
}

/* =========================
   FREE AUDIT
========================= */
.free-audit-section{
  padding: 90px 20px;
  display: flex;
  justify-content: center;
}
.free-audit-box{
  max-width: 900px;
  width: 100%;
  background: transparent;
  border-radius: 0;
  padding: 0;
  text-align: center;
  box-shadow: none;
}
.free-audit-heading{
  font-size: 38px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 20px;
}
.free-audit-text{
  font-size: 18px;
  line-height: 1.7;
  color: #000000;
  max-width: 720px;
  margin: 0 auto 35px;
}
.free-audit-btn{
  display: inline-block;
  padding: 16px 30px;
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  background: transparent;
  border: 2px solid #000000;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.free-audit-btn:hover{
  background: #000000;
  color: #ffffff;
}
/* ===== FAQ FIX (NO OVERLAP + RESPONSIVE) ===== */

.faq-section{
  padding: 56px 16px;
}

.faq-container{
  max-width: 1000px;
  margin: 0 auto;
}

.faq-title{
  margin: 0 0 18px 0;
  line-height: 1.15;
}

.faq-item{
  position: relative !important;
  display: block;
  margin: 0 0 18px 0;
  padding: 16px 18px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Prevent any inherited absolute positioning / overlap */
.faq-item, .faq-q, .faq-a{
  position: static !important;
  height: auto !important;
  min-height: 0 !important;
}

.faq-q{
  margin: 0 0 8px 0;
  line-height: 1.35;
}

.faq-a{
  margin: 0;
  line-height: 1.65;
}

/* Mobile spacing */
@media (max-width: 600px){
  .faq-section{ padding: 44px 14px; }
  .faq-item{ padding: 14px 14px; }
}

/* =========================
   ABOUT PAGE SECTIONS
========================= */
.about-section{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px 30px;
}
.about-section h1{
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 24px 0;
}
.about-section p{
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 14px 0;
}
.about-section p:last-of-type{ margin-bottom: 0; }

.ai-ranking-section,
.approach-section,
.experience-section,
.clients-section{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 20px 30px;
}
.experience-section{ padding-bottom: 20px; }
.clients-section{ padding-bottom: 50px; }

.ai-ranking-section h2,
.approach-heading,
.experience-heading,
.clients-heading{
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 16px 0;
}

.ai-ranking-section p,
.approach-section p,
.experience-section p{
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 14px 0;
}
.approach-section p{ margin-bottom: 12px; }

.ai-list,
.approach-list,
.experience-list,
.clients-list{
  padding-left: 20px;
  margin: 12px 0 18px 0;
}
.experience-list{ margin-bottom: 20px; }

.ai-list li,
.approach-list li,
.experience-list li,
.clients-list li{
  font-size: 15.5px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.clients-intro,
.clients-closing{
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 12px 0;
}
.clients-closing{ margin: 0; }

@media (max-width: 768px){
  .about-section{ padding: 40px 16px 24px; }
  .about-section h1{ font-size: 28px; }

  .ai-ranking-section,
  .approach-section,
  .experience-section,
  .clients-section{
    padding-left: 16px;
    padding-right: 16px;
  }

  .ai-ranking-section h2,
  .approach-heading,
  .experience-heading,
  .clients-heading{ font-size: 22px; }
}

/* =========================
   ABOUT: WHY CLIENTS WORK WITH ME
========================= */
.why-work-section{ padding: 50px 16px 20px; }

.why-work-card{
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 34px 28px;
  box-shadow: 0 18px 55px rgba(136, 158, 211, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.why-work-title{
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 14px 0;
  text-align: center;
}
.why-work-intro,
.why-work-outro{
  font-size: 16px;
  line-height: 1.7;
  color: #334155;
}
.why-work-intro{ margin: 0 0 14px 0; }
.why-work-outro{ margin: 0; }

.why-work-list{
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}
.why-work-list li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #0f172a;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.why-work-list li:last-child{ border-bottom: none; }
.why-work-list li::before{
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 999px;
  background: #1d4ed8;
  flex: 0 0 10px;
}
@media (max-width: 600px){
  .why-work-card{ padding: 26px 18px; border-radius: 16px; }
  .why-work-title{ font-size: 22px; }
  .why-work-intro,
  .why-work-list li,
  .why-work-outro{ font-size: 15px; }
}

/* =========================
   SIMPLE CONTENT SECTION (your "How I Measure Success" etc.)
========================= */
.content-section {
  --max: 980px;
  --padX: 24px;
  --padY: clamp(28px, 4vw, 56px);
  --titleSize: clamp(22px, 2.2vw, 32px);
  --textSize: clamp(15px, 1.15vw, 18px);
  --muted: #111;
  --line: 1.6;

  padding: var(--padY) 0;
}
.content-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--padX);
}
.section-title {
  font-size: var(--titleSize);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  color: var(--muted);
}
.section-lead,
.section-footer,
.section-list li {
  font-size: var(--textSize);
  line-height: var(--line);
  color: var(--muted);
}
.section-lead { margin: 0 0 10px; }
.section-list { margin: 0 0 14px; padding-left: 1.1em; }
.section-list li { margin: 8px 0; }
.section-footer { margin: 0; }

@media (max-width: 480px) {
  .content-section { --padX: 16px; }
  .section-list { padding-left: 1em; }
  .section-list li { margin: 10px 0; }
}
@media (min-width: 1200px) {
  .content-section { --max: 1040px; }
}

/* =========================
   CTA SECTION
========================= */
.cta-section {
  --max: 980px;
  --padY: clamp(48px, 6vw, 88px);
  --padX: 24px;
  --title: clamp(24px, 2.4vw, 36px);
  --text: clamp(16px, 1.2vw, 18px);

  padding: var(--padY) 0;
  background: #fafafa;
}
.cta-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--padX);
  text-align: center;
}
.cta-title {
  font-size: var(--title);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: #111;
}
.cta-text {
  font-size: var(--text);
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto 28px;
  color: #222;
}
.cta-btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  background: #111;
  color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
@media (max-width: 480px) {
  .cta-section { --padX: 16px; }
  .cta-btn { width: 100%; text-align: center; }
}

/* =========================
   CONTACT SECTION
========================= */
.contact-section{
  --max: 1100px;
  --padX: 24px;
  --padY: clamp(48px, 6vw, 96px);
  --title: clamp(26px, 2.6vw, 40px);
  --text: clamp(15px, 1.2vw, 18px);

  padding: var(--padY) 0;
  background: #fff;
  color: #111;
}
.contact-wrap{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--padX);
}
.contact-header{
  text-align: left;
  margin-bottom: clamp(24px, 3vw, 40px);
}
.contact-title{
  font-size: var(--title);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}
.contact-subhead{
  font-size: var(--text);
  line-height: 1.7;
  margin: 0;
  max-width: 760px;
  color: #222;
}
.contact-grid{
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(18px, 3vw, 36px);
  align-items: start;
}
.contact-block{ margin-bottom: 22px; }
.contact-h3{
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}
.contact-p{
  font-size: var(--text);
  line-height: 1.7;
  margin: 0;
  color: #222;
}
.contact-list{
  margin: 0;
  padding-left: 1.1em;
}
.contact-list li{
  font-size: var(--text);
  line-height: 1.7;
  margin: 8px 0;
  color: #222;
}
.details-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.details-list li{
  font-size: var(--text);
  line-height: 1.7;
  margin: 8px 0;
  color: #222;
}
.details-label{ font-weight: 700; }
.details-link{
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-steps{
  margin: 0;
  padding-left: 1.2em;
}
.contact-steps li{
  font-size: var(--text);
  line-height: 1.7;
  margin: 8px 0;
  color: #222;
}
.contact-highlight{
  padding: 16px;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  background: #fafafa;
}
.form-card{
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  position: sticky;
  top: 18px;
}
.form-title{
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 6px;
}
.form-subtitle{
  font-size: var(--text);
  line-height: 1.6;
  margin: 0 0 16px;
  color: #222;
}
.contact-form{
  display: grid;
  gap: 12px;
}
.form-row{
  display: grid;
  gap: 6px;
}
.form-label{
  font-size: 14px;
  font-weight: 700;
  color: #111;
}
.req{ color: #111; }
.opt{ font-weight: 500; color: #555; }
.form-input,
.form-select,
.form-textarea{
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 12px;
  font-size: 15px;
  outline: none;
  background: #fff;
}
.form-textarea{
  resize: vertical;
  min-height: 120px;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus{
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(17,17,17,0.08);
}
.form-btn{
  margin-top: 6px;
  border: none;
  border-radius: 10px;
  padding: 14px;
  font-size: 16px;
  font-weight: 800;
  background: #111;
  color: #fff;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.form-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}
.form-note{
  font-size: 13px;
  line-height: 1.5;
  margin: 8px 0 0;
  color: #555;
}
@media (max-width: 980px){
  .contact-grid{ grid-template-columns: 1fr; }
  .form-card{ position: static; }
}
@media (max-width: 480px){
  .contact-section{ --padX: 16px; }
  .form-card{ padding: 16px; }
  .form-btn{ width: 100%; }
}

/* =========================
   ABOUT REVIEWS SLIDER (CLEAN + FINAL)
========================= */
.reviews-section{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 20px 60px;
}
.reviews-heading{
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 16px 0;
  text-align: center;
}
.reviews-slider{ position: relative; }
.reviews-viewport{ overflow: hidden; }

/* Desktop: 5 cards grid */
.reviews-track{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.review-card{
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  padding: 18px 16px;
  background: #fff;
  min-height: 220px;
  text-align: center;
}
.review-avatar{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 10px;
}
.review-name{
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.review-text{
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
}

/* dots + arrows */
.reviews-dots{
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.reviews-dots button{
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  background: #cfcfcf;
  cursor: pointer;
}
.reviews-dots button.active{ background: #111; }

.reviews-arrow{
  display: none;
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  z-index: 5;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.reviews-arrow.prev{ left: 6px; }
.reviews-arrow.next{ right: 6px; }

/* Slider mode on tablet/mobile */
@media (max-width: 1023px){
  .reviews-track{
    display: flex;
    gap: 0;
    transition: transform 450ms ease;
    will-change: transform;
    touch-action: pan-y;
  }
  .review-card{
    min-width: 100%;
    border-radius: 12px;
    padding: 24px 20px 28px;
  }
  .reviews-dots{ display: flex; }
  .reviews-arrow{
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px){
  .reviews-section{ padding: 24px 16px 45px; }
  .reviews-heading{ font-size: 22px; }
  .review-card{ padding: 16px 14px; }
}

/* ✅ FINAL OVERRIDE: arrows never cover card (mobile/tablet) */
@media (max-width: 1023px){
  .reviews-slider{ padding-bottom: 70px !important; }

  .reviews-arrow{
    top: auto !important;
    bottom: 18px !important;
    transform: none !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 999px !important;
    z-index: 999999 !important;
  }

  .reviews-arrow.prev{ left: 34% !important; }
  .reviews-arrow.next{ right: 34% !important; }

  .reviews-dots{
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 54px !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
    z-index: 999999 !important;
  }
}
@media (max-width: 420px){
  .reviews-arrow.prev{ left: 26% !important; }
  .reviews-arrow.next{ right: 26% !important; }
}



.hero-bg {
  width: 100%;
  padding: 80px 6%; /* controls side spacing */
}

.hero-content {
  max-width: 1100px; /* not too narrow, not too wide */
}

.hero-text {
  text-align: left;
}

.hero-text h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.2;
  margin-bottom: 16px;
}

.hero-text p {
  max-width: 720px; /* keeps paragraph readable */
  font-size: 1.05rem;
  line-height: 1.6;
}

