:root {
  --purple-900: #1F0A4D;
  --purple-700: #3A1A78;
  --purple-600: #4B2596;
  --orange:     #FF7A1A;
  --orange-dark:#E8650A;
  --bg-light:   #F7F6FB;
  --bg-lavender:#EFE9FB;
  --text-dark:  #1A1230;
  --text-muted: #6B6580;
  --white:      #FFFFFF;
  --border-soft:#E7E3F2;
  --radius-lg:  24px;
  --radius-md:  16px;
  --radius-sm:  10px;
  --shadow-soft:0 20px 40px -16px rgba(31,10,77,.18);
  --shadow-card:0 10px 30px -10px rgba(31,10,77,.12);
  --container-w:1180px;
}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;font-family:'Segoe UI',-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;
     color:var(--text-dark);background:var(--white);-webkit-font-smoothing:antialiased;}
h1,h2,h3,h4{margin:0;line-height:1.15;}
p{margin:0;}
ul{margin:0;padding:0;list-style:none;}
a{color:inherit;text-decoration:none;}
button{font-family:inherit;cursor:pointer;}
img{display:block;max-width:100%;height:auto;}
:focus-visible{outline:3px solid var(--orange);outline-offset:2px;}
@media(prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important;}}

/* ---------- Layout ---------- */
.container{max-width:var(--container-w);margin:0 auto;padding:0 32px;}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;
     border-radius:999px;font-weight:600;font-size:15px;padding:13px 26px;
     transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap;}
.btn:active{transform:translateY(1px);}
.btn-primary{background:var(--purple-700);color:var(--white);
             box-shadow:0 8px 20px -6px rgba(58,26,120,.5);}
.btn-primary:hover{background:var(--purple-900);}
.btn-outline{background:var(--white);color:var(--purple-700);border:2px solid var(--purple-700);}
.btn-outline:hover{background:var(--bg-lavender);}
.btn-lg{padding:15px 30px;font-size:16px;}
.btn-block{width:100%;}
.btn-header{padding:11px 24px;font-size:14px;}
.play-icon{font-size:11px;}

/* ---------- Store badges ---------- */
.store-badge{display:inline-flex;align-items:center;gap:10px;background:#14102B;
             color:var(--white);padding:9px 18px;border-radius:10px;
             transition:transform .15s ease,background .15s ease;}
.store-badge:hover{transform:translateY(-2px);background:#000;}
.store-badge.dark{background:rgba(255,255,255,.12);}
.store-badge.dark:hover{background:rgba(255,255,255,.22);}
.store-text{display:flex;flex-direction:column;line-height:1.25;}
.store-text small{font-size:9px;opacity:.85;letter-spacing:.3px;}
.store-text strong{font-size:15px;font-weight:700;}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:100;
             background:rgba(255,255,255,.95);backdrop-filter:blur(12px);
             border-bottom:1px solid var(--border-soft);}
.header-inner{display:flex;align-items:center;gap:40px;height:78px;position:relative; justify-content: space-between;}
.logo{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.logo-text{font-weight:800;font-size:13px;letter-spacing:.5px;color:var(--purple-900);line-height:1.2;}
.main-nav{display:flex;gap:32px;flex:1;font-size:15px;font-weight:500;}
.main-nav a{position:relative;padding:8px 0;}
.main-nav a:hover{color:var(--purple-700);}
.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;
            width:36px;height:36px;background:none;border:none;padding:4px;}
.nav-toggle span{display:block;width:100%;height:2px;background:var(--purple-900);
                 border-radius:2px;transition:transform .2s ease,opacity .2s ease;}

/* ---------- Section heading ---------- */
.section-title{text-align:center;font-size:32px;font-weight:800;color:var(--purple-900);margin-bottom:48px;}
.section-title-left{text-align:left;margin-bottom:28px;}

/* ===== HERO ===== */
.hero{padding:72px 0 60px;overflow:hidden;}
.hero-inner{position:relative;}
.hero-track{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;}
.hero-slide{min-width:0;}
.hero h1{font-size:52px;font-weight:800;color:var(--purple-900);}
.hero h1 .line{display:block;}
.hero h1 .accent{color:var(--orange);}
.hero-sub{margin-top:22px;font-size:17px;color:var(--text-muted);max-width:460px;line-height:1.6;}
.hero-cta-block{display:block;}
.hero-ctas{display:flex;gap:16px;margin-top:32px;flex-wrap:wrap;}
.store-badges{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap;}

/* Duplicate CTA block rendered in the image slide — only needed on the
   mobile carousel so buttons appear under both slides. Hidden on desktop. */
.hero-cta-block-dup{display:none;}

/* Hero carousel nav dots (mobile only) */
.hero-nav-dots{display:none;}
.hero-nav-dots button{width:9px;height:9px;border-radius:50%;background:var(--border-soft);
                       border:none;padding:0;transition:background .2s ease,transform .2s ease;}
.hero-nav-dots button.active{background:var(--purple-700);transform:scale(1.3);}

/* Hero art */
.hero-art-inner{position:relative;display:flex;justify-content:center;align-items:center;min-height:540px;}
.hero-blob{position:absolute;width:420px;height:420px;background:var(--purple-700);
           border-radius:48% 52% 55% 45%/50% 45% 55% 50%;right:-40px;top:20px;z-index:0;}
.hero-dots,.hero-grid-dots{position:absolute;width:90px;height:90px;
           background-image:radial-gradient(var(--orange) 2.5px,transparent 2.5px);
           background-size:14px 14px;opacity:.85;z-index:0;}
.hero-dots{right:-10px;bottom:30px;}
.hero-grid-dots{right:-10px;bottom:30px;}

/* Phone frame — real screenshot */
.phone-mock{position:relative;z-index:1;width:285px;
            background:#0E0B1A;border-radius:44px;padding:14px;
            box-shadow:var(--shadow-soft);}
.phone-notch{position:absolute;top:14px;left:50%;transform:translateX(-50%);
             width:110px;height:22px;background:#0E0B1A;border-radius:0 0 16px 16px;z-index:2;}
.phone-screen-img{border-radius:32px;overflow:hidden;background:#fff;}
.phone-screen-img img{width:100%;height:auto;display:block;padding-top: 24px;}

/* ===== HOW IT WORKS ===== */
.how-it-works{padding:90px 0;background:var(--white);}
.steps{display:flex;align-items:flex-start;justify-content:center;}
.step{flex:1;max-width:290px;text-align:center;}
.step-num{display:inline-flex;align-items:center;justify-content:center;
          width:28px;height:28px;background:var(--purple-900);color:var(--white);
          font-size:13px;font-weight:700;border-radius:50%;margin-bottom:18px;}
.step-icon{width:78px;height:78px;margin:0 auto 22px;background:var(--bg-lavender);
           border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;}
.step h3{font-size:19px;font-weight:700;color:var(--purple-900);margin-bottom:10px;}
.step p{font-size:14.5px;color:var(--text-muted);line-height:1.6;}
.step-connector{flex:0 0 70px;height:2px;margin-top:39px;
                background:repeating-linear-gradient(90deg,var(--orange) 0 8px,transparent 8px 14px);}

/* ===== SERVICES ===== */
.services{padding:80px 0;background:var(--bg-light);}
.service-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:24px;}
.service-item{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;}
.service-icon{width:64px;height:64px;border-radius:18px;display:flex;align-items:center;
              justify-content:center;font-size:26px;background:var(--white);
              box-shadow:var(--shadow-card);transition:transform .2s ease;}
.service-icon svg{width:32px;height:32px;}
.service-item:hover .service-icon{transform:translateY(-4px);}
.service-item p{font-size:13.5px;font-weight:600;color:var(--text-dark);}
.services-more{text-align:center;margin-top:32px;color:var(--text-muted);font-size:14px;font-style:italic;}

/* ===== WHY CHOOSE ===== */
.why-choose{padding:90px 0;background:var(--white);}
.why-inner{display:grid;grid-template-columns:1fr .85fr;gap:50px;align-items:center;}
.why-list{display:grid;grid-template-columns:1fr 1fr;gap:18px 32px;}
.why-list li{display:flex;align-items:center;gap:10px;font-size:15.5px;font-weight:500;}
.check{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;
       border-radius:50%;background:var(--orange);color:var(--white);font-size:12px;flex-shrink:0;}
.why-art{position:relative;display:flex;justify-content:center;}
.why-circle{position:absolute;width:320px;height:320px;background:var(--bg-lavender);border-radius:50%;z-index:0;}
.why-dots{position:absolute;right:0;bottom:10px;width:80px;height:80px;
          background-image:radial-gradient(var(--orange) 2.5px,transparent 2.5px);
          background-size:14px 14px;opacity:.7;}
.worker-illustration{width:280px;height:330px;position:relative;z-index:1;}

/* ===== IN ACTION - SLIDER ===== */
.in-action{padding:90px 0;background:var(--bg-light);}
.action-slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.action-viewport {
  overflow: hidden;
  flex: 1;
}
.action-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.action-card {
  flex: 0 0 calc(20% - 16px);
  min-width: 0;
  background: #fff;
  border-radius: 18px;
  padding: 20px 14px 16px;
  text-align: center;
  box-shadow: var(--shadow-card);
}
.action-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--purple-900);
  margin-bottom: 4px;
}
.action-card p {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 14px;
  min-height: 32px;
}
.mini-phone {
  border-radius: 18px;
  overflow: hidden;
  background: #f2f0f7;
  box-shadow: 0 6px 18px -6px rgba(0,0,0,0.08);
}
.mini-phone img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}
.action-arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid var(--border-soft);
  color: var(--purple-700);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-card);
  transition: 0.15s ease;
  cursor: pointer;
}
.action-arrow:hover {
  background: var(--purple-700);
  color: #fff;
}
.action-arrow:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.action-dots {
  display: none;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.action-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--border-soft);
  border: none;
  padding: 0;
  transition: 0.2s ease;
}
.action-dots button.active {
  background: var(--purple-700);
  transform: scale(1.25);
}

/* ===== TRUST BAR ===== */
.trust-bar{padding:44px 0;background:var(--white);
           border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft);}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;}
.trust-item{display:flex;align-items:flex-start;gap:12px;}
.trust-icon{width:44px;height:44px;flex-shrink:0;border-radius:50%;background:var(--bg-lavender);
            color:var(--orange);display:flex;align-items:center;justify-content:center;}
.trust-item strong{display:block;font-size:14px;color:var(--purple-900);margin-bottom:3px;}
.trust-item small{font-size:12.5px;color:var(--text-muted);line-height:1.4;}

/* ===== TESTIMONIALS SLIDER ===== */
.testimonials{padding:90px 0;background:var(--bg-light);}
.testimonial-slider{display:flex;align-items:stretch;gap:16px;}
.slider-viewport{flex:1;overflow:hidden;}
.testimonial-track{display:flex;gap:24px;transition:transform .4s cubic-bezier(.4,0,.2,1);}
.testimonial-card{
  flex:0 0 calc((100% - 48px) / 3);
  background:var(--white);border-radius:var(--radius-md);padding:26px;
  box-shadow:var(--shadow-card);
}
.testimonial-head{display:flex;align-items:center;gap:12px;margin-bottom:12px;}
.avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0;
        display:flex;align-items:center;justify-content:center;}
.avatar.a1{background:linear-gradient(135deg,#FFB088,#FF7A1A);}
.avatar.a2{background:linear-gradient(135deg,#8C7AE6,#3A1A78);}
.avatar.a3{background:linear-gradient(135deg,#FF9AC1,#E8650A);}
.testimonial-head strong{display:block;font-size:14.5px;color:var(--text-dark);}
.testimonial-head small{font-size:12px;color:var(--text-muted);}
.stars{color:var(--orange);font-size:14px;margin-bottom:10px;}
.testimonial-card p{font-size:14px;color:var(--text-muted);line-height:1.6;}

.slider-arrow{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--white);
              border:1.5px solid var(--border-soft);color:var(--purple-700);font-size:15px;
              display:flex;align-items:center;justify-content:center;align-self:center;
              box-shadow:var(--shadow-card);
              transition:background .15s ease,color .15s ease,transform .15s ease;}
.slider-arrow:hover{background:var(--purple-700);color:var(--white);}
.slider-arrow:active{transform:scale(.94);}
.slider-arrow:disabled{opacity:.3;cursor:default;pointer-events:none;}

.slider-dots{display:none;justify-content:center;gap:9px;margin-top:28px;}
.slider-dots button{width:9px;height:9px;border-radius:50%;background:var(--border-soft);
                    border:none;padding:0;transition:background .2s ease,transform .2s ease;}
.slider-dots button.active{background:var(--purple-700);transform:scale(1.3);}

/* ===== FAQ ===== */
.faq{padding:90px 0;background:var(--white);}
.faq-tabs{display:flex;justify-content:center;gap:12px;margin-bottom:36px;flex-wrap:wrap;}
.faq-tab{background:var(--bg-light);border:1.5px solid var(--border-soft);color:var(--text-muted);
         font-size:14.5px;font-weight:700;padding:12px 26px;border-radius:999px;
         transition:background .15s ease,color .15s ease,border-color .15s ease;}
.faq-tab:hover{border-color:var(--purple-700);color:var(--purple-700);}
.faq-tab.active{background:var(--purple-700);border-color:var(--purple-700);color:var(--white);}
.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:14px;}
.faq-list[hidden]{display:none;}
.faq-item{display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%;
          text-align:left;background:var(--bg-lavender);border:none;border-radius:var(--radius-md);
          padding:18px 22px;font-size:15.5px;font-weight:600;color:var(--text-dark);
          transition:background .15s ease;}
.faq-item:hover{background:#E5DDF7;}
.faq-item.open{border-radius:var(--radius-md) var(--radius-md) 0 0;}
.faq-toggle{width:26px;height:26px;flex-shrink:0;color:var(--purple-700);
            display:flex;align-items:center;justify-content:center;font-size:14px;
            transition:transform .2s ease;}
.faq-item.open .faq-toggle{transform:rotate(180deg);}
.faq-answer{margin:-14px 0 0;background:var(--bg-lavender);
            border-radius:0 0 var(--radius-md) var(--radius-md);
            padding:0 22px 20px;font-size:14.5px;color:var(--text-muted);
            line-height:1.65;display:none;}
.faq-answer.show{display:block;}

/* ===== FINAL CTA ===== */
.final-cta{padding:56px 0;background:var(--purple-900);}
.final-cta-inner{display:flex;align-items:center;gap:28px;flex-wrap:wrap;}
.final-cta-brand{flex-shrink:0;}
.final-cta-copy{flex:1;min-width:200px;}
.final-cta-copy h2{font-size:24px;color:var(--white);margin-bottom:6px;}
.final-cta-copy p{font-size:14.5px;color:rgba(255,255,255,.75);}
.final-cta-badges{display:flex;gap:12px;flex-shrink:0;flex-wrap:wrap;}

/* ===== FOOTER ===== */
.site-footer{padding:28px 0;background:var(--purple-900);border-top:1px solid rgba(255,255,255,.1);}
.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;}
.footer-links{display:flex;gap:26px;font-size:13.5px;color:rgba(255,255,255,.7);flex-wrap:wrap;}
.footer-links a:hover{color:var(--white);}
.footer-social{display:flex;gap:12px;}
.footer-social a{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.1);
                 display:flex;align-items:center;justify-content:center;
                 font-size:12px;font-weight:700;color:var(--white);}
.footer-social a:hover{background:var(--orange);}

/* ===== MODAL ===== */
.modal-overlay{position:fixed;inset:0;background:rgba(26,18,48,.55);display:none;
               align-items:center;justify-content:center;padding:20px;z-index:1000;}
.modal-overlay.show{display:flex;}
.modal{background:var(--white);border-radius:var(--radius-lg);padding:36px;
       max-width:440px;width:100%;position:relative;
       box-shadow:0 30px 60px -20px rgba(0,0,0,.3);max-height:90vh;overflow-y:auto;}
.modal h3{font-size:22px;color:var(--purple-900);margin-bottom:6px;}
.modal-sub{font-size:14px;color:var(--text-muted);margin-bottom:22px;}
.modal-close{position:absolute;top:18px;right:18px;width:32px;height:32px;border:none;
             background:var(--bg-light);border-radius:50%;font-size:18px;color:var(--text-muted);}
.modal-close:hover{background:var(--bg-lavender);color:var(--purple-900);}
#quoteForm{display:flex;flex-direction:column;gap:16px;}
#quoteForm label{display:flex;flex-direction:column;gap:6px;font-size:13.5px;font-weight:600;}
#quoteForm select,#quoteForm input,#quoteForm textarea{
  font-family:inherit;font-size:14px;padding:11px 13px;
  border:1.5px solid var(--border-soft);border-radius:10px;color:var(--text-dark);resize:vertical;}
#quoteForm select:focus,#quoteForm input:focus,#quoteForm textarea:focus{outline:none;border-color:var(--purple-700);}
#quoteForm .btn{margin-top:6px;}
.modal-success{display:none;text-align:center;padding:16px 0;}
.modal-success.show{display:block;}
.success-check{width:64px;height:64px;border-radius:50%;background:#2BB67A;color:var(--white);
               font-size:28px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;}
.modal-success h4{font-size:19px;color:var(--purple-900);margin-bottom:8px;}
.modal-success p{font-size:14px;color:var(--text-muted);}

/* ===== PER-SECTION STORE CTA (mobile only — shown after every section) ===== */
.section-store-cta{
  display:none;
}
.section-store-cta-full{
  grid-column:1/-1;
}

/* ===== FLOATING STORE BUTTON (web / desktop only) ===== */
.floating-store-btn{
  display:flex;
  align-items:center;
  gap:10px;
  position:fixed;
  bottom:28px;
  right:28px;
  z-index:500;
  background:var(--purple-700);
  color:var(--white);
  border:none;
  border-radius:999px;
  padding:14px 22px 14px 18px;
  box-shadow:var(--shadow-soft);
  transition:transform .15s ease,background .15s ease,box-shadow .15s ease;
}
.floating-store-btn:hover{
  background:var(--purple-900);
  transform:translateY(-3px);
  box-shadow:0 24px 44px -16px rgba(31,10,77,.32);
}
.floating-store-btn:active{transform:translateY(-1px);}
.floating-btn-icon{
  width:30px;height:30px;flex-shrink:0;border-radius:50%;
  background:var(--orange);color:var(--white);
  display:flex;align-items:center;justify-content:center;font-size:15px;
}
.floating-btn-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.3;}
.floating-btn-text small{font-size:10px;opacity:.8;letter-spacing:.3px;}
.floating-btn-text strong{font-size:14px;font-weight:700;max-width:150px;
                          overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

/* ---- 1080px: tighten multi-col grids, 2-card slider ---- */
@media (max-width:1080px){
  .service-grid{grid-template-columns:repeat(4,1fr);gap:28px 16px;}
  .action-card{flex:0 0 calc(33.33% - 14px);}
  .trust-grid{grid-template-columns:repeat(2,1fr);gap:28px;}
  .testimonial-card{flex:0 0 calc((100% - 24px) / 2);}
}

/* ---- 920px: mobile nav, hero carousel, floating button becomes per-section CTAs ---- */
@media (max-width:920px){
  .main-nav{
    display:none;position:absolute;top:78px;left:0;right:0;
    background:var(--white);flex-direction:column;gap:0;
    padding:8px 20px 16px;border-bottom:1px solid var(--border-soft);
    box-shadow:0 12px 24px -12px rgba(31,10,77,.15);z-index:99;
  }
  .main-nav.open-mobile{display:flex;}
  .main-nav a{padding:14px 0;border-bottom:1px solid var(--border-soft);font-size:16px;}
  .main-nav a:last-child{border-bottom:none;}
  .nav-toggle{display:flex;}
  .nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
  .nav-toggle.active span:nth-child(2){opacity:0;}
  .nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
  .btn-header{display:none;}

  .hero{
    overflow: hidden;
  }

  .hero-track{
    display:flex;
    gap:0;
    transition:transform .4s ease;
    will-change:transform;
  }

  .hero-slide{
    flex:0 0 100%;
    width:100%;
    max-width:100%;
    padding:0 20px;
    box-sizing:border-box;
  }

  .hero-cta-block-dup{display:block;}
  .hero-nav-dots{display:flex;justify-content:center;gap:10px;margin-top:26px;}

  .hero-art-inner{min-height:auto;}
  .hero-blob{width:320px;height:320px;right:-20px;top:10px;}
  .hero h1{font-size:42px;}
  .hero-sub{max-width:100%;}
  .phone-mock{width:240px;}

  .why-inner{grid-template-columns:1fr;}
  .why-art{order:-1;}
  .why-list{margin-top:8px;}

  .final-cta-inner{text-align:center;justify-content:center;}
  .final-cta-copy{flex:1 1 100%;}

  /* Per-section download CTAs replace the floating button on mobile */
  .section-store-cta{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:12px;
    text-align:center;
    margin-top:40px;
    padding-top:28px;
    border-top:1px solid var(--border-soft);
  }
  .section-store-cta-label{font-size:14px;color:var(--text-muted);font-weight:600;}
  .section-store-btn{width:100%;max-width:320px;}
  .section-store-cta-left{
    align-items:flex-start;text-align:left;border-top:none;padding-top:0;margin-top:28px;
  }
  .section-store-cta-left .section-store-btn{max-width:none;width:auto;}

  .floating-store-btn{display:none;}
}

/* ---- 720px: tight mobile layout, 1-card slider ---- */
@media (max-width:720px){
  .container{padding:0 16px;}
  .new-blob{display:none;}
  .how-it-works,.services,.why-choose,.in-action,.testimonials,.faq{padding:52px 0;}
  .section-title{font-size:26px;margin-bottom:30px;}

  .hero{padding:36px 0 32px;}
  .hero h1{font-size:34px;}
  .hero-sub{font-size:15px;}
  .hero-ctas{flex-direction:column;align-items:stretch;}
  .hero-ctas .btn{width:100%;justify-content:center;}
  .store-badges{gap:10px;}
  .phone-mock{width:210px;}

  .steps{flex-direction:column;align-items:center;gap:32px;}
  .step-connector{display:none;}
  .step{max-width:100%;width:100%;}

  .service-grid{grid-template-columns:repeat(4,1fr);gap:22px 14px;}
  .service-icon{width:60px;height:60px;font-size:26px;border-radius:16px;}
  .service-icon svg{width:30px;height:30px;}
  .service-item p{font-size:12px;}

  .why-list{grid-template-columns:1fr;}

  .action-card{flex:0 0 calc(50% - 10px);}
  .action-card h4{font-size:13px;}
  .action-card p{font-size:11px;min-height:auto;}
  .action-arrow{display:none;}
  .action-dots{display:flex;}

  .trust-grid{grid-template-columns:repeat(2,1fr);gap:20px;}
  .trust-icon{width:48px;height:48px;}
  .trust-icon svg{width:28px;height:28px;}

  .testimonial-card{flex:0 0 100%;}
  .slider-arrow{display:none;}
  .slider-dots{display:flex;}

  .faq-tab{font-size:13px;padding:10px 18px;}
  .faq-item{font-size:14px;padding:15px 16px;}
  .faq-answer{font-size:13.5px;padding:0 16px 16px;}

  .final-cta{padding:44px 0;}
  .final-cta-badges{flex-direction:column;width:100%;}
  .final-cta-badges .store-badge{justify-content:center;}

  .footer-inner{flex-direction:column;align-items:center;text-align:center;gap:18px;}
  .footer-links{justify-content:center;gap:16px;font-size:13px;}
}

/* ---- 480px: extra small phones ---- */
@media (max-width:480px){
  .container{padding:0 14px;}
  .hero h1{font-size:30px;}
  .hero-blob{width:260px;height:260px;}
  .phone-mock{width:190px;}
  .service-grid{grid-template-columns:repeat(2,1fr);gap:18px 14px;}
  .service-icon{width:68px;height:68px;border-radius:18px;font-size:30px;}
  .service-icon svg{width:34px;height:34px;}
  .trust-grid{grid-template-columns:1fr;gap:16px;}
  .trust-icon{width:52px;height:52px;}
  .trust-icon svg{width:30px;height:30px;}
  .section-title{font-size:23px;}
  .store-badges{flex-direction:column;}
  .store-badges .store-badge{justify-content:center;}
}

/* ---- 360px: very small phones ---- */
@media (max-width:360px){
  .hero h1{font-size:27px;}
  .phone-mock{width:170px;}
  .faq-item{font-size:13px;padding:13px 14px;}
  .service-icon{width:64px;height:64px;font-size:28px;}
  .service-icon svg{width:32px;height:32px;}
}

/* Fix for why art image on mobile */
@media (max-width: 768px) {
  .why-art img {
    display: none !important;
  }
}