
:root{--navy:#0a1834;--navy2:#10264e;--orange:#ff6a21;--text:#0d1830;--muted:#667085;--line:#e7eaf0;--bg:#ffffff;--soft:#f8fafc}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.wrap{width:min(1220px,calc(100% - 48px));margin:auto}
.header{position:sticky;top:0;background:rgba(255,255,255,.95);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);z-index:100}.nav{height:80px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:11px;width:max-content}.brand-symbol{width:39px;height:39px;border-radius:10px;position:relative;background:linear-gradient(145deg,#eaf0ff,#fff);display:grid;place-items:center;color:var(--navy);font-weight:900;overflow:hidden}.brand-symbol:before{content:"";position:absolute;width:7px;height:25px;background:var(--navy);transform:rotate(-42deg);left:10px}.brand-symbol i{position:absolute;width:7px;height:16px;background:var(--orange);transform:rotate(-42deg);right:9px;bottom:4px}.brand-symbol b{position:relative;z-index:2;font-size:0}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:18px;letter-spacing:.14em}.brand-copy small{font-size:8px;letter-spacing:.37em;color:var(--orange);margin-top:5px}.desktop-nav{display:flex;gap:27px}.desktop-nav a{font-size:11px;font-weight:700;position:relative;padding:30px 0}.desktop-nav a.active:after,.desktop-nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:15px;height:2px;background:var(--orange)}.nav-cta{justify-self:end;background:var(--navy);color:white;border-radius:9px;padding:12px 17px;font-size:11px;font-weight:800;display:flex;gap:8px;align-items:center}.menu-btn{display:none;background:none;border:0;width:42px;height:42px;position:relative}.menu-btn i{position:absolute;left:9px;right:9px;height:1px;background:var(--navy);top:16px}.menu-btn i:last-child{top:25px}.mobile-nav{display:none}
.hero{background:radial-gradient(circle at 82% 20%,#f3f6fb 0,transparent 33%),#fff;border-bottom:1px solid #f0f2f6}.hero-grid{min-height:615px;display:grid;grid-template-columns:.9fr 1.1fr;gap:35px;align-items:center}.eyebrow,.section-title>span,.section-title>div>span{color:var(--orange);font-size:9px;font-weight:800;letter-spacing:.18em}.hero h1{font-size:clamp(52px,5.3vw,78px);line-height:1.01;letter-spacing:-.055em;margin:17px 0 20px}.hero h1 em,.section-title h2 em,.cta h2 em{font-style:normal;color:var(--orange)}.hero-copy>p{max-width:570px;font-size:14px;line-height:1.7;color:#647087}.hero-actions{display:flex;gap:12px;margin-top:27px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 17px;border-radius:8px;font-size:10px;font-weight:800}.primary{background:var(--navy);color:white;box-shadow:0 10px 25px rgba(10,24,52,.12)}.secondary{border:1px solid #dfe4ec;background:#fff}.proof{display:flex;align-items:center;gap:12px;margin-top:33px}.avatars{display:flex;padding-left:8px}.avatars span{width:31px;height:31px;border-radius:50%;border:2px solid white;background:#e9eef6;display:grid;place-items:center;font-size:8px;font-weight:800;margin-left:-8px;color:var(--navy)}.proof b{display:block;font-size:10px}.proof small{display:block;font-size:8px;color:#7c8799;margin-top:4px}.hero-visual{position:relative;height:555px;display:flex;align-items:center;justify-content:center}.hero-visual:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,#f1f5fa,transparent 67%)}.hero-visual img{position:relative;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 26px 40px rgba(23,43,77,.11))}.visual-label{position:absolute;top:10px;left:15%;font-size:9px;color:#1e2a40;z-index:3}
.section{padding:72px 0}.section-title{margin-bottom:30px}.section-title h2{font-size:29px;letter-spacing:-.035em;margin:9px 0 0}.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.service-grid article{background:white;border:1px solid #edf0f4;border-radius:12px;padding:20px;min-height:220px;box-shadow:0 12px 28px rgba(21,36,62,.06);position:relative}.service-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;font-size:18px;margin-bottom:22px}.blue{background:#e9f4ff;color:#2584d7}.green{background:#eaf7ed;color:#2fa451}.orange{background:#fff0e8;color:#ff6a21}.purple{background:#f1eafa;color:#7b50bd}.service-grid h3{font-size:12px;margin:0 0 9px}.service-grid p{font-size:9px;line-height:1.6;color:#697386}.service-grid article>a{position:absolute;bottom:18px;font-size:18px}.projects{background:#fff}.project-head{display:flex;justify-content:space-between;align-items:end}.outline-btn{border:1px solid #d7dde7;border-radius:8px;padding:10px 14px;font-size:9px;font-weight:700}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.project-card{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 12px 30px rgba(12,24,45,.08)}.project-card img{width:100%;height:225px;object-fit:cover}.project-overlay{position:absolute;left:0;right:0;bottom:0;padding:14px 16px;background:linear-gradient(transparent,rgba(5,12,25,.9));color:white;display:flex;align-items:end;justify-content:space-between}.project-overlay h3{font-size:12px;margin:0}.project-overlay p{font-size:8px;margin:4px 0 0;color:#d9dde5}.project-overlay>span{font-size:7px;border:1px solid rgba(255,255,255,.6);border-radius:5px;padding:5px 7px}.stats{margin-top:28px;border:1px solid #ebedf2;border-radius:13px;background:white;display:grid;grid-template-columns:repeat(4,1fr);padding:22px 18px;box-shadow:0 12px 28px rgba(21,36,62,.05)}.stats article{display:flex;gap:13px;padding:0 18px;border-right:1px solid #edf0f4}.stats article:last-child{border-right:0}.stat-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;flex:0 0 auto}.stats b{display:block;font-size:20px}.stats strong{display:block;font-size:9px;margin:3px 0}.stats p{font-size:7px;line-height:1.5;color:#7a8597;margin:0}.pricing-section{background:#f8fafc;border-top:1px solid #eef1f5}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pricing-grid article{background:white;border:1px solid #e8ecf2;border-radius:13px;padding:22px;position:relative;box-shadow:0 10px 24px rgba(21,36,62,.04)}.pricing-grid article.featured{border-color:#ff9e67;box-shadow:0 18px 35px rgba(255,106,33,.09)}.popular{position:absolute;right:17px;top:17px;background:#fff1e9;color:var(--orange);padding:6px 8px;border-radius:999px;font-size:7px;font-weight:900}.plan{font-size:13px;font-weight:900}.pricing-grid article>p{font-size:9px;color:#7a8495}.price{font-size:28px;font-weight:900;margin:15px 0;border-bottom:1px solid #edf0f4;padding-bottom:15px}.pricing-grid ul{list-style:none;padding:0;margin:0 0 18px}.pricing-grid li{font-size:9px;padding:5px 0 5px 17px;position:relative;color:#687386}.pricing-grid li:before{content:"✓";position:absolute;left:0;color:#35a557}.pricing-grid article>a{display:block;background:var(--navy);color:white;text-align:center;padding:10px;border-radius:7px;font-size:9px;font-weight:800}.featured>a{background:var(--orange)}.cta{background:linear-gradient(135deg,#0b1834,#102b59);color:white;border-radius:14px;padding:28px 32px;margin-top:28px;margin-bottom:34px;display:grid;grid-template-columns:1.1fr .9fr;gap:25px;align-items:center;overflow:hidden;position:relative}.cta:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.06);border-radius:50%;right:-60px;bottom:-140px}.cta h2{font-size:25px;margin:0 0 9px}.cta p{font-size:9px;line-height:1.6;color:#d7deeb;max-width:530px;margin:0}.cta-actions{display:flex;gap:12px;justify-content:flex-end;position:relative;z-index:2}.cta-primary{background:var(--orange);color:white;padding:13px 18px;border-radius:8px;font-size:10px;font-weight:800}.cta-secondary{border:1px solid rgba(255,255,255,.3);padding:13px 18px;border-radius:8px;font-size:10px;font-weight:800}footer{border-top:1px solid #edf0f4;padding:25px 0}.footer{display:flex;align-items:center;justify-content:space-between}.footer>span{font-size:8px;color:#8a94a5}
@media(max-width:1050px){.hero-grid{grid-template-columns:1fr}.hero-copy{padding-top:48px}.hero-visual{max-width:720px;margin:auto;width:100%}.service-grid{grid-template-columns:repeat(2,1fr)}.project-grid{grid-template-columns:1fr 1fr}.project-card:last-child{grid-column:1/-1}.stats{grid-template-columns:1fr 1fr;gap:20px}.stats article:nth-child(2){border-right:0}.pricing-grid{grid-template-columns:1fr}.pricing-grid article{max-width:620px;width:100%;margin:auto}.cta{grid-template-columns:1fr}.cta-actions{justify-content:flex-start}}
@media(max-width:720px){.wrap{width:min(100% - 28px,1220px)}.nav{grid-template-columns:1fr auto;height:70px}.desktop-nav,.nav-cta{display:none}.menu-btn{display:block}.mobile-nav{display:flex;position:fixed;top:70px;left:0;right:0;background:white;border-bottom:1px solid var(--line);z-index:90;flex-direction:column;padding:14px;gap:11px;transform:translateY(-130%);transition:.2s}.mobile-nav.open{transform:none}.hero h1{font-size:13vw}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-visual{height:auto}.section{padding:56px 0}.service-grid{grid-template-columns:1fr}.project-head{align-items:flex-start;gap:20px;flex-direction:column}.project-grid{grid-template-columns:1fr}.project-card:last-child{grid-column:auto}.stats{grid-template-columns:1fr}.stats article{border-right:0;border-bottom:1px solid #edf0f4;padding-bottom:15px}.stats article:last-child{border-bottom:0}.cta-actions{flex-direction:column}.footer{flex-direction:column;gap:15px;align-items:flex-start}}


/* =========================================================
   V9 — MOBILE FIRST POLISH
   Desktop V8 korunur. Mobil görünüm WordPress/card hissinden
   çıkarılıp daha custom agency / product studio çizgisine alınır.
   ========================================================= */

@media (max-width: 720px){

  body{
    background:#fff;
  }

  /* Header */
  .header{
    position:sticky;
    top:0;
    background:rgba(255,255,255,.96);
    box-shadow:none;
  }
  .nav{
    height:64px;
    grid-template-columns:1fr auto;
  }
  .brand{
    gap:9px;
  }
  .brand-symbol{
    width:34px;
    height:34px;
    border-radius:9px;
  }
  .brand-copy strong{
    font-size:14px;
    letter-spacing:.16em;
  }
  .brand-copy small{
    font-size:6.5px;
    letter-spacing:.34em;
  }
  .menu-btn{
    width:38px;
    height:38px;
  }

  /* HERO — daha kısa, daha ürün odaklı */
  .hero{
    background:
      radial-gradient(circle at 85% 8%, rgba(255,106,33,.07), transparent 24%),
      linear-gradient(180deg,#fff 0%,#fbfcfe 100%);
  }
  .hero-grid{
    padding:30px 0 18px;
    gap:18px;
  }
  .eyebrow{
    font-size:7.5px;
    letter-spacing:.17em;
  }
  .hero h1{
    font-size:clamp(41px,11.3vw,53px);
    line-height:.98;
    letter-spacing:-.055em;
    margin:12px 0 14px;
  }
  .hero-copy>p{
    font-size:12.5px;
    line-height:1.6;
    color:#687386;
  }
  .hero-actions{
    margin-top:18px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .hero-actions .btn{
    min-height:44px;
    padding:11px 10px;
    font-size:9px;
    border-radius:8px;
  }
  .proof{
    margin-top:18px;
  }
  .avatars span{
    width:26px;
    height:26px;
  }
  .proof b{font-size:9px}
  .proof small{font-size:7px}

  /* Hero image: full bleed-ish, no floating WordPress card */
  .hero-visual{
    margin-top:4px;
    width:calc(100% + 24px);
    margin-left:-12px;
    max-width:none;
  }
  .hero-visual:before{
    display:none;
  }
  .visual-label{
    position:static;
    margin:0 0 8px 13px;
    font-size:7px;
    color:#7b8495;
  }
  .hero-visual img{
    width:100%;
    height:auto;
    margin:0;
    border-radius:0;
    filter:none;
  }

  /* Sections */
  .section{
    padding:42px 0;
  }
  .section-title{
    margin-bottom:18px;
  }
  .section-title>span,
  .section-title>div>span{
    font-size:7.5px;
    letter-spacing:.18em;
  }
  .section-title h2{
    font-size:27px;
    line-height:1.03;
    letter-spacing:-.04em;
  }

  /* SERVICES — kart değil, flat custom rows */
  #services{
    background:#fff;
    border-top:1px solid #eef1f5;
  }
  .service-grid{
    display:block;
    border-top:1px solid #e9edf2;
  }
  .service-grid article{
    min-height:0;
    border:0;
    border-bottom:1px solid #e9edf2;
    border-radius:0;
    box-shadow:none;
    padding:18px 2px 17px;
    display:grid;
    grid-template-columns:42px 1fr 24px;
    column-gap:12px;
    align-items:start;
    background:transparent;
  }
  .service-icon{
    grid-row:1 / span 2;
    margin:0;
    width:38px;
    height:38px;
    border-radius:10px;
  }
  .service-grid h3{
    grid-column:2;
    margin:1px 0 5px;
    font-size:13px;
  }
  .service-grid p{
    grid-column:2;
    margin:0;
    padding:0;
    font-size:9px;
    line-height:1.5;
  }
  .service-grid article>a{
    position:static;
    grid-column:3;
    grid-row:1 / span 2;
    align-self:center;
    justify-self:end;
    font-size:18px;
    color:#0a1834;
  }

  /* PROJECTS — büyük görsel, labels görselin altında */
  .projects{
    background:#f7f9fc;
    border-top:1px solid #edf0f4;
  }
  .project-head{
    gap:12px;
  }
  .outline-btn{
    font-size:8px;
    padding:9px 12px;
  }
  .project-grid{
    gap:22px;
  }
  .project-card{
    border-radius:0;
    box-shadow:none;
    background:transparent;
    overflow:visible;
  }
  .project-card img{
    width:calc(100% + 24px);
    margin-left:-12px;
    aspect-ratio:16/10;
    border-radius:0;
  }
  .project-overlay{
    position:static;
    background:transparent;
    color:var(--text);
    padding:11px 0 0;
    align-items:center;
  }
  .project-overlay h3{
    font-size:13px;
  }
  .project-overlay p{
    color:#7b8495;
    font-size:8px;
  }
  .project-overlay>span{
    color:#596579;
    border-color:#d7dde6;
    background:#fff;
  }

  /* STATS — 2x2 compact instead of giant vertical card */
  .stats{
    margin-top:30px;
    display:grid;
    grid-template-columns:1fr 1fr;
    padding:0;
    border:0;
    border-top:1px solid #e5e9f0;
    border-radius:0;
    box-shadow:none;
    background:transparent;
  }
  .stats article{
    min-height:126px;
    padding:16px 10px 14px 0;
    border:0 !important;
    border-bottom:1px solid #e5e9f0 !important;
  }
  .stats article:nth-child(odd){
    border-right:1px solid #e5e9f0 !important;
    padding-right:12px;
  }
  .stats article:nth-child(even){
    padding-left:12px;
  }
  .stat-icon{
    width:34px;
    height:34px;
    border-radius:9px;
  }
  .stats b{
    font-size:19px;
  }
  .stats strong{
    font-size:8.5px;
  }
  .stats p{
    font-size:7px;
    line-height:1.45;
  }

  /* PRICING — daha custom, daha az theme-card */
  .pricing-section{
    background:#fff;
    border-top:1px solid #edf0f4;
  }
  .pricing-grid{
    gap:0;
    border-top:1px solid #dde3eb;
  }
  .pricing-grid article{
    max-width:none;
    border:0;
    border-bottom:1px solid #dde3eb;
    border-radius:0;
    box-shadow:none;
    padding:20px 0 19px;
    background:transparent;
  }
  .pricing-grid article.featured{
    border:0;
    border-bottom:1px solid #dde3eb;
    box-shadow:none;
    background:linear-gradient(90deg,rgba(255,106,33,.045),transparent);
  }
  .popular{
    top:18px;
    right:0;
  }
  .plan{
    font-size:12px;
  }
  .price{
    font-size:26px;
    border-bottom:0;
    padding-bottom:0;
    margin:12px 0 9px;
  }
  .pricing-grid ul{
    border-top:1px solid #edf0f4;
    padding-top:12px;
  }
  .pricing-grid li{
    font-size:9px;
    padding:4px 0 4px 16px;
  }
  .pricing-grid article>a{
    width:auto;
    display:inline-flex;
    padding:10px 14px;
    border-radius:8px;
    font-size:9px;
  }

  /* CTA — premium strip, not big blocky card */
  .cta{
    width:calc(100% - 24px);
    margin:18px 12px 22px;
    padding:22px 18px;
    border-radius:12px;
  }
  .cta h2{
    font-size:24px;
  }
  .cta p{
    font-size:8px;
  }
  .cta-actions{
    gap:8px;
  }
  .cta-actions a{
    min-height:44px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:9px;
  }

  footer{
    padding:20px 0 26px;
  }
}

@media (max-width: 430px){
  .hero h1{
    font-size:40px;
  }
  .hero-actions{
    grid-template-columns:1fr;
  }
  .hero-visual{
    width:calc(100% + 20px);
    margin-left:-10px;
  }
  .project-card img{
    width:calc(100% + 20px);
    margin-left:-10px;
  }
}


/* =========================================================
   V10 — MOBILE APP STYLE
   Sadece mobil/tablet. Desktop korunur.
   ========================================================= */

.mobile-dock{display:none}

@media (max-width: 760px){
  html,body{max-width:100%;overflow-x:hidden}
  body{padding-bottom:78px;background:#f7f9fc}

  .wrap{width:calc(100% - 24px);max-width:none}

  /* HEADER */
  .header{
    background:rgba(255,255,255,.97);
    border-bottom:1px solid #e8edf3;
    box-shadow:0 6px 22px rgba(20,37,68,.04);
  }
  .nav{height:62px}
  .brand-symbol{width:34px;height:34px;border-radius:10px}
  .brand-copy strong{font-size:14px}
  .brand-copy small{font-size:6.5px;margin-top:4px}
  .menu-btn{width:36px;height:36px}
  .mobile-nav{top:62px}

  /* HERO */
  .hero{
    background:
      radial-gradient(circle at 88% 10%,rgba(255,106,33,.10),transparent 24%),
      linear-gradient(180deg,#fff 0%,#f7f9fc 100%);
  }
  .hero-grid{
    min-height:0;
    padding:26px 0 18px;
    gap:16px;
  }
  .hero-copy{padding:0}
  .eyebrow{
    font-size:7px;
    letter-spacing:.18em;
  }
  .hero h1{
    font-size:clamp(36px,9.8vw,44px);
    line-height:.98;
    letter-spacing:-.055em;
    margin:11px 0 12px;
  }
  .hero-copy>p{
    font-size:11px;
    line-height:1.55;
    margin:0;
    color:#6d788b;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-top:16px;
  }
  .hero-actions .btn{
    min-height:42px;
    padding:10px 8px;
    font-size:8.5px;
    border-radius:10px;
  }
  .proof{
    margin-top:15px;
    padding:10px 12px;
    background:#fff;
    border:1px solid #e7ebf1;
    border-radius:12px;
    box-shadow:0 8px 24px rgba(27,43,73,.05);
  }
  .avatars span{width:25px;height:25px}
  .proof b{font-size:9px}
  .proof small{font-size:6.8px}

  /* hero visual becomes an app-card, not oversized */
  .hero-visual{
    width:100%;
    margin:0;
    height:auto;
    background:#fff;
    border:1px solid #e8edf3;
    border-radius:16px;
    padding:10px;
    overflow:hidden;
    box-shadow:0 14px 32px rgba(27,43,73,.08);
  }
  .hero-visual:before{display:none}
  .visual-label{
    position:static;
    display:block;
    font-size:7px;
    margin:0 0 7px 2px;
    color:#667085;
  }
  .hero-visual img{
    width:100%;
    height:auto;
    margin:0;
    border-radius:11px;
    object-fit:cover;
  }

  /* SECTIONS */
  .section{padding:34px 0}
  .section-title{margin-bottom:14px}
  .section-title>span,.section-title>div>span{
    font-size:7px;
    letter-spacing:.18em;
  }
  .section-title h2{
    font-size:24px;
    line-height:1.04;
    margin-top:6px;
  }

  /* SERVICES: app tiles 2 columns */
  #services{
    background:#f7f9fc;
    border-top:1px solid #edf1f5;
  }
  .service-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    border:0;
  }
  .service-grid article{
    min-height:150px;
    border:1px solid #e5eaf0;
    border-radius:14px;
    box-shadow:0 8px 22px rgba(27,43,73,.05);
    padding:14px;
    display:flex;
    flex-direction:column;
    background:#fff;
  }
  .service-icon{
    width:34px;height:34px;
    border-radius:10px;
    margin:0 0 12px;
    flex:0 0 auto;
  }
  .service-grid h3{
    font-size:11px;
    line-height:1.18;
    margin:0 0 6px;
  }
  .service-grid p{
    font-size:7.8px;
    line-height:1.45;
    color:#758093;
    margin:0;
    padding:0;
  }
  .service-grid article>a{
    position:static;
    margin-top:auto;
    padding-top:10px;
    font-size:14px;
    color:#0a1834;
  }

  /* PROJECTS */
  .projects{
    background:#fff;
    border-top:1px solid #edf1f5;
  }
  .project-head{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:flex-end;
    gap:10px;
  }
  .project-head .outline-btn{
    white-space:nowrap;
    padding:8px 10px;
    font-size:7px;
  }
  .project-grid{
    display:flex;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    padding-bottom:7px;
    margin-right:-12px;
  }
  .project-grid::-webkit-scrollbar{display:none}
  .project-card{
    min-width:82%;
    flex:0 0 82%;
    scroll-snap-align:start;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(18,35,65,.08);
    background:#fff;
  }
  .project-card img{
    width:100%;
    margin:0;
    aspect-ratio:16/10;
    border-radius:0;
    object-fit:cover;
  }
  .project-overlay{
    position:static;
    background:#fff;
    color:#0d1830;
    padding:11px 12px;
  }
  .project-overlay h3{font-size:11px}
  .project-overlay p{font-size:7px;color:#778296}
  .project-overlay>span{
    font-size:6px;
    border:1px solid #dfe5ec;
    color:#586477;
    background:#f8fafc;
  }

  /* STATS: horizontal app chips */
  .stats{
    margin-top:18px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px;
    padding:0;
    border:0;
    background:transparent;
    box-shadow:none;
  }
  .stats article,
  .stats article:nth-child(odd),
  .stats article:nth-child(even){
    min-height:102px;
    border:1px solid #e6eaf0 !important;
    border-radius:13px;
    background:#fff;
    padding:12px !important;
    display:block;
    box-shadow:0 7px 20px rgba(18,35,65,.04);
  }
  .stat-icon{
    width:31px;height:31px;
    border-radius:9px;
    margin-bottom:8px;
  }
  .stats b{font-size:18px}
  .stats strong{font-size:7.5px;margin:2px 0}
  .stats p{font-size:6.5px;line-height:1.35}

  /* PRICING: swipeable app cards */
  .pricing-section{background:#f7f9fc}
  .pricing-grid{
    display:flex;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    border:0;
    padding-bottom:6px;
    margin-right:-12px;
  }
  .pricing-grid::-webkit-scrollbar{display:none}
  .pricing-grid article,
  .pricing-grid article.featured{
    min-width:84%;
    flex:0 0 84%;
    scroll-snap-align:start;
    border:1px solid #e4e9ef;
    border-radius:14px;
    box-shadow:0 10px 26px rgba(18,35,65,.05);
    padding:16px;
    background:#fff;
  }
  .pricing-grid article.featured{
    border-color:#ffb187;
    background:linear-gradient(180deg,#fff7f2,#fff);
  }
  .popular{top:13px;right:13px;font-size:6px}
  .plan{font-size:11px}
  .pricing-grid article>p{font-size:7.5px}
  .price{font-size:24px;margin:10px 0 8px}
  .pricing-grid ul{padding-top:10px;margin-bottom:12px}
  .pricing-grid li{font-size:8px}
  .pricing-grid article>a{
    width:100%;
    display:flex;
    justify-content:center;
    padding:10px 12px;
    border-radius:9px;
    font-size:8px;
  }

  /* CTA */
  .cta{
    width:calc(100% - 24px);
    margin:18px 12px 18px;
    border-radius:15px;
    padding:20px 16px;
  }
  .cta h2{font-size:21px}
  .cta p{font-size:7.5px}
  .cta-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }
  .cta-actions a{
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:8px;
  }

  /* BOTTOM APP DOCK */
  .mobile-dock{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    position:fixed;
    left:10px;right:10px;bottom:10px;
    height:60px;
    padding:6px;
    border:1px solid rgba(14,30,57,.08);
    border-radius:18px;
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(18px);
    box-shadow:0 14px 38px rgba(20,38,69,.16);
    z-index:200;
  }
  .mobile-dock a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    color:#536078;
  }
  .mobile-dock a span{font-size:15px}
  .mobile-dock a small{font-size:6.5px;font-weight:800}
  .mobile-dock .dock-main{
    background:var(--navy);
    color:#fff;
    border-radius:13px;
    margin:-1px 2px;
  }

  footer{padding-bottom:18px}
}

@media (max-width: 390px){
  .hero h1{font-size:35px}
  .hero-actions{grid-template-columns:1fr}
  .service-grid{grid-template-columns:1fr 1fr;gap:8px}
  .service-grid article{min-height:142px;padding:12px}
}
