:root{
  --blue:#143a8a;
  --blue-2:#0b3aa4;
  --blue-3:#062f91;
  --yellow:#f9c20a;
  --yellow-2:#facc15;
  --text:#24315e;
  --muted:#66708b;
  --line:#e5ebf5;
  --soft:#f7faff;
  --white:#fff;
  --shadow-sm:0 8px 22px rgba(20,58,138,.055);
  --shadow-md:0 14px 34px rgba(20,58,138,.09);
  --radius-xl:26px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:"Plus Jakarta Sans",Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#fff 0%,#fff 58%,#fbfcff 100%);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
img,svg{display:block;max-width:100%}
svg{fill:currentColor}

.container{width:min(100% - 64px,1160px);margin-inline:auto}
.skip-link{position:absolute;left:16px;top:-80px;z-index:9999;background:var(--blue);color:#fff;padding:12px 16px;border-radius:12px}.skip-link:focus{top:16px}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(218,226,240,.75)}
.header-inner{min-height:86px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}
.brand{width:184px;line-height:0}.brand img{width:184px;height:auto}
.primary-nav{justify-self:center;display:flex;align-items:center;gap:36px}
.primary-nav a{position:relative;padding:31px 0 30px;font-size:15.5px;font-weight:600;letter-spacing:-.01em;color:#1e294f;transition:color .2s ease}
.primary-nav a:hover,.primary-nav a.active{color:var(--blue)}
.primary-nav a.active::after{content:"";position:absolute;left:50%;bottom:21px;width:41px;height:2px;border-radius:99px;transform:translateX(-50%);background:var(--yellow)}
.header-cta{min-width:164px;height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:15px;background:linear-gradient(135deg,var(--blue),var(--blue-3));box-shadow:0 10px 22px rgba(20,58,138,.14);color:#fff;font-size:15px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease}.header-cta:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(20,58,138,.2)}.header-cta svg{width:17px;height:17px}
.mobile-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--blue);padding:11px;cursor:pointer}.mobile-toggle span{display:block;width:100%;height:2px;background:currentColor;border-radius:99px;margin:5px 0;transition:.2s ease}.site-header.menu-open .mobile-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.menu-open .mobile-toggle span:nth-child(2){opacity:0}.site-header.menu-open .mobile-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.hero-section{overflow:hidden;border-bottom:1px solid rgba(218,226,240,.85);padding:44px 0 52px;background:linear-gradient(180deg,#fff 0%,#fff 88%,#fbfcff 100%)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.96fr);align-items:center;gap:44px}
.hero-copy{padding-top:8px}.hero-copy h1{margin:0;color:var(--blue);font-size:clamp(54px,6.6vw,78px);line-height:1.03;letter-spacing:-.052em;font-weight:800}.hero-copy h1 span{display:block;color:var(--yellow);letter-spacing:-.04em}
.hero-copy p{max-width:550px;margin:28px 0 0;color:#2b3765;font-size:19px;line-height:1.72;font-weight:500}.hero-actions{display:flex;align-items:center;gap:18px;margin-top:32px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 23px;border-radius:15px;font-size:15.5px;font-weight:700;letter-spacing:-.01em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn svg{width:19px;height:19px}.btn:hover{transform:translateY(-1px)}.btn-blue{min-width:198px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--blue-3));box-shadow:0 12px 26px rgba(20,58,138,.16)}.btn-light{min-width:198px;border:1px solid #d9e2f1;color:var(--blue);background:#fff;box-shadow:0 8px 18px rgba(20,58,138,.035)}.play-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:999px;border:1px solid #d9e2f1}.play-icon svg{width:15px;height:15px}
.hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:40px;max-width:640px}.proof-card{display:flex;align-items:center;gap:11px;min-height:64px;padding:10px 12px;border:1px solid rgba(226,233,246,.9);border-radius:18px;background:#fff;box-shadow:0 7px 20px rgba(20,58,138,.04)}.proof-card img,.proof-icon{flex:0 0 auto;width:42px;height:42px;border-radius:14px}.proof-card img{object-fit:cover}.proof-icon{display:grid;place-items:center;border:1px solid #dfe7f5;color:var(--blue);background:#fff}.proof-icon svg{width:23px;height:23px}.proof-card p{margin:0;color:#26325f;font-size:13.5px;line-height:1.28;font-weight:500}
.hero-media{position:relative;margin-right:-6px}.hero-media::before{content:"";position:absolute;right:1%;top:20%;width:138px;height:230px;border-radius:999px 0 0 999px;background:var(--blue);z-index:0;opacity:.98}.hero-media::after{content:"";position:absolute;right:0;top:31%;width:26px;height:146px;border-radius:99px;background:var(--yellow);z-index:0}.hero-media picture{position:relative;z-index:1}.hero-media img{width:100%;max-width:550px;margin-left:auto;border-radius:30px;object-fit:cover;filter:drop-shadow(0 14px 18px rgba(20,58,138,.025))}

.services-section{padding:38px 0 64px}.section-head{text-align:center;margin-inline:auto;max-width:830px}.section-head span{display:inline-block;color:#dea400;font-size:13.5px;font-weight:700;letter-spacing:.16em}.section-head h2{margin:8px 0 0;color:var(--blue);font-size:clamp(36px,4.6vw,48px);line-height:1.1;letter-spacing:-.045em;font-weight:800}.section-head i{display:block;width:62px;height:3px;border-radius:99px;background:var(--yellow);margin:12px auto 0}.section-head p{max-width:740px;margin:18px auto 0;color:var(--muted);font-size:17px;line-height:1.72;font-weight:500}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:38px}.service-card{position:relative;min-height:208px;border:1px solid var(--line);border-radius:24px;background:#fff;padding:28px 28px 26px;box-shadow:0 8px 24px rgba(20,58,138,.05);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.service-card:hover{transform:translateY(-4px);border-color:#d7e2f7;box-shadow:0 16px 38px rgba(20,58,138,.09)}.service-icon{display:grid;place-items:center;width:66px;height:66px;margin-bottom:19px;border:1px solid #dfe7f5;border-radius:16px;color:var(--blue);background:#fff}.service-icon svg{width:40px;height:40px}.icon-logo{padding:8px}.icon-logo img{width:100%;height:100%;border-radius:12px;object-fit:cover}.service-card h3{margin:0;color:var(--blue);font-size:21px;line-height:1.2;font-weight:700;letter-spacing:-.025em}.service-card p{max-width:270px;margin:9px 0 0;color:#5e6986;font-size:15px;line-height:1.58;font-weight:500}.service-arrow{position:absolute;right:25px;bottom:25px;display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:var(--blue);color:#fff;font-size:22px;font-weight:700;line-height:1;box-shadow:0 7px 16px rgba(20,58,138,.15)}

.cta-section{padding:0 0 52px}.cta-box{position:relative;overflow:hidden;min-height:226px;border-radius:28px;background:radial-gradient(circle at 15% 25%,rgba(49,94,205,.24),transparent 28%),linear-gradient(90deg,#0640b0 0%,#00339e 100%);box-shadow:0 18px 42px rgba(7,54,160,.2);display:flex;align-items:center;justify-content:center;text-align:center;padding:40px 260px 40px}.cta-box::after{content:"";position:absolute;right:48px;bottom:-82px;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.055)}.cta-dots{position:absolute;left:48px;top:52px;width:118px;height:118px;opacity:.15;background-image:radial-gradient(circle,#fff 1.55px,transparent 1.75px);background-size:14px 14px}.cta-copy{position:relative;z-index:2}.cta-copy h2{margin:0;color:#fff;font-size:clamp(31px,4vw,43px);line-height:1.22;font-weight:800;letter-spacing:-.04em}.cta-copy p{margin:16px 0 0;color:var(--yellow);font-size:23px;line-height:1.25;font-weight:700}.btn-yellow{margin-top:27px;min-width:215px;background:linear-gradient(180deg,var(--yellow),#f2b60c);color:var(--blue);box-shadow:0 11px 25px rgba(250,204,21,.3)}.cta-logo{position:absolute;right:60px;bottom:20px;z-index:1;width:200px;height:auto;filter:drop-shadow(0 16px 25px rgba(0,0,0,.1))}

@media (max-width:1180px){.container{width:min(100% - 48px,1060px)}.primary-nav{gap:28px}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr);gap:30px}.hero-copy h1{font-size:clamp(52px,6.3vw,70px)}.service-grid{gap:18px}.cta-box{padding-inline:210px 210px}.cta-logo{width:175px;right:36px}}
@media (max-width:980px){.container{width:min(100% - 40px,820px)}.header-inner{grid-template-columns:auto auto;justify-content:space-between;min-height:82px}.brand,.brand img{width:172px}.header-cta{display:none}.mobile-toggle{display:block}.primary-nav{display:none}.site-header.menu-open .primary-nav{display:flex;position:absolute;left:20px;right:20px;top:82px;flex-direction:column;align-items:stretch;gap:2px;padding:12px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 20px 48px rgba(20,58,138,.12)}.site-header.menu-open .primary-nav a{padding:13px 15px;border-radius:12px;font-size:15px}.site-header.menu-open .primary-nav a:hover{background:#f6f9ff}.site-header.menu-open .primary-nav a.active::after{display:none}.hero-grid{grid-template-columns:1fr;gap:22px}.hero-copy{text-align:left}.hero-copy h1{max-width:680px}.hero-copy p{max-width:680px}.hero-media{margin:0}.hero-media img{margin-inline:auto}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-box{padding:40px 190px 40px 40px}.cta-copy{text-align:left}.cta-copy h2{font-size:34px}.cta-logo{right:28px;width:158px}}
@media (max-width:720px){.container{width:min(100% - 30px,560px)}.hero-section{padding:30px 0 40px}.hero-copy h1{font-size:clamp(42px,12vw,55px);letter-spacing:-.044em}.hero-copy p{font-size:16.5px;line-height:1.67;margin-top:22px}.hero-actions{flex-direction:column;align-items:stretch;gap:12px;margin-top:26px}.btn{width:100%;min-height:52px}.hero-proof{grid-template-columns:1fr;gap:11px;margin-top:28px}.proof-card{min-height:58px}.hero-media::before,.hero-media::after{display:none}.hero-media img{border-radius:24px}.services-section{padding:42px 0 44px}.section-head h2{font-size:38px}.section-head p{font-size:16px;line-height:1.65}.service-grid{grid-template-columns:1fr;gap:15px;margin-top:32px}.service-card{min-height:180px;padding:24px}.service-icon{width:60px;height:60px;margin-bottom:16px}.service-icon svg{width:36px;height:36px}.service-card h3{font-size:20px}.service-card p{max-width:none;padding-right:42px}.cta-section{padding-bottom:34px}.cta-box{display:block;min-height:0;padding:32px 20px 142px;border-radius:24px}.cta-copy{text-align:center}.cta-copy h2{font-size:clamp(27px,8vw,32px);line-height:1.25}.cta-copy p{font-size:19px}.btn-yellow{margin-top:22px}.cta-logo{right:50%;bottom:-2px;transform:translateX(50%);width:138px}.cta-dots{display:none}}
@media (max-width:420px){.container{width:min(100% - 22px,390px)}.header-inner{min-height:76px}.brand,.brand img{width:150px}.site-header.menu-open .primary-nav{top:76px;left:11px;right:11px}.mobile-toggle{width:42px;height:42px}.hero-copy h1{font-size:40px}.hero-copy p{font-size:15.5px}.proof-card p{font-size:13px}.service-card{padding:22px 20px}.service-arrow{right:20px;bottom:22px}.cta-box{padding-inline:16px}.cta-copy h2{font-size:26px}.cta-copy p{font-size:18px}}
@media (min-width:1440px){.container{max-width:1200px}.hero-grid{gap:54px}.hero-copy h1{font-size:82px}.hero-media img{max-width:570px}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;transition-duration:.001ms!important}}

/* =========================================================
   Mobile PWA Layout - khusus iPhone/Android
   Desktop/tablet tetap memakai UI original di atas.
   ========================================================= */
.mobile-pwa{display:none}

@media (max-width:720px){
  html,body{width:100%;height:100%;overflow:hidden;overscroll-behavior:none;background:#eef3ff}
  body{min-height:100dvh}
  .desktop-site{display:none!important}
  .mobile-pwa{
    display:grid;
    place-items:center;
    width:100%;
    height:100dvh;
    min-height:100svh;
    overflow:hidden;
    background:
      radial-gradient(circle at 4% 3%,rgba(249,194,10,.18),transparent 30%),
      radial-gradient(circle at 96% 0%,rgba(20,58,138,.10),transparent 30%),
      linear-gradient(145deg,#f8fbff,#eaf1ff);
    color:#07142e;
  }
  .m-screen{
    position:relative;
    width:min(100vw,480px);
    height:100dvh;
    min-height:100svh;
    max-height:100dvh;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    gap:clamp(6px,1.05svh,11px);
    padding:
      calc(env(safe-area-inset-top,0px) + clamp(13px,2.35svh,22px))
      clamp(13px,4vw,22px)
      calc(env(safe-area-inset-bottom,0px) + clamp(8px,1.3svh,13px));
    background:linear-gradient(180deg,#fff 0%,#fbfdff 58%,#f8fbff 100%);
    box-shadow:0 28px 80px rgba(7,20,46,.15);
  }
  .m-screen::before{
    content:"";
    position:absolute;
    right:-58px;
    top:17%;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(20,58,138,.055);
    pointer-events:none;
  }
  .m-screen::after{
    content:"";
    position:absolute;
    right:18px;
    top:18%;
    width:72px;
    height:72px;
    opacity:.95;
    background-image:radial-gradient(rgba(20,58,138,.18) 2.1px,transparent 2.2px);
    background-size:13px 13px;
    pointer-events:none;
  }
  .m-brandbar{
    position:relative;
    z-index:5;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    min-height:clamp(45px,7svh,62px);
    flex:0 0 auto;
  }
  .m-logo{width:clamp(146px,41vw,196px);line-height:0;display:block}
  .m-logo img{width:100%;height:auto;object-fit:contain}
  .m-logo-badge{
    width:clamp(42px,11.7vw,58px);
    height:clamp(42px,11.7vw,58px);
    border-radius:clamp(15px,4vw,20px);
    display:grid;
    place-items:center;
    padding:8px;
    background:rgba(255,255,255,.94);
    box-shadow:0 10px 26px rgba(7,20,46,.12);
    border:1px solid rgba(232,238,249,.85);
  }
  .m-logo-badge img{width:100%;height:100%;object-fit:contain}

  .m-hero{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,.96fr) minmax(0,1.07fr);
    align-items:center;
    min-height:clamp(178px,30.5svh,268px);
    max-height:clamp(178px,30.5svh,268px);
    overflow:visible;
    flex:0 0 auto;
  }
  .m-copy{position:relative;z-index:4;min-width:0}
  .m-eyebrow{
    display:block;
    margin:0 0 clamp(3px,.55svh,6px);
    color:var(--blue);
    font-size:clamp(9px,2.45vw,12px);
    line-height:1;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.035em;
  }
  .m-copy h1{
    margin:0;
    color:#07142e;
    font-size:clamp(34px,10.7vw,54px);
    line-height:.93;
    font-weight:800;
    letter-spacing:-.066em;
  }
  .m-copy h1 strong{display:block;color:#0646c6;font-weight:800}
  .m-copy h1 em{display:block;color:#f9b900;font-style:normal;font-weight:800;letter-spacing:-.055em}
  .m-copy p{
    width:112%;
    margin:clamp(8px,1.15svh,12px) 0 0;
    color:#17223a;
    font-size:clamp(10.8px,2.8vw,14px);
    line-height:1.52;
    font-weight:600;
    letter-spacing:-.02em;
  }
  .m-visual{position:relative;align-self:stretch;min-width:0;overflow:visible}
  .m-visual picture{
    position:absolute;
    z-index:2;
    right:clamp(-58px,-12vw,-20px);
    bottom:clamp(-17px,-2.1svh,-3px);
    width:clamp(230px,64vw,340px);
  }
  .m-visual img{width:100%;height:auto;filter:drop-shadow(0 18px 24px rgba(10,24,52,.12))}
  .m-blob{position:absolute;display:block;pointer-events:none}
  .m-blob-soft{z-index:0;right:7%;top:2%;width:clamp(170px,47vw,260px);height:clamp(170px,47vw,260px);border-radius:49% 51% 45% 55%;background:#e8effd}
  .m-blob-blue{z-index:1;right:-14%;bottom:2%;width:clamp(105px,28vw,155px);height:clamp(105px,28vw,155px);border-radius:45% 55% 44% 56%;background:linear-gradient(145deg,#053caa,#062b88)}
  .m-blob-yellow{z-index:0;right:-8px;top:22%;width:clamp(18px,5vw,28px);height:clamp(95px,23vw,145px);border-radius:999px;background:linear-gradient(180deg,#f9c20a,#ffae00);transform:rotate(6deg)}

  .m-proof{
    position:relative;
    z-index:4;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:clamp(7px,2vw,12px);
    min-height:clamp(76px,12.7svh,101px);
    flex:0 0 auto;
  }
  .m-proof-card{
    min-width:0;
    border:1px solid rgba(232,238,249,.92);
    border-radius:clamp(17px,4.7vw,25px);
    background:rgba(255,255,255,.9);
    box-shadow:0 10px 24px rgba(20,58,138,.10);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:clamp(7px,1.45svh,12px) clamp(5px,1.8vw,10px);
    backdrop-filter:blur(10px);
  }
  .m-mini{
    width:clamp(29px,8.4vw,43px);
    height:clamp(29px,8.4vw,43px);
    border-radius:clamp(11px,3vw,16px);
    display:grid;
    place-items:center;
    margin-bottom:clamp(4px,.8svh,8px);
    color:#fff;
  }
  .m-mini svg{width:60%;height:60%}
  .m-mini.m-blue{background:linear-gradient(145deg,#0646c6,#052d91)}
  .m-mini.m-yellow{background:linear-gradient(145deg,#f9c20a,#ffae00)}
  .m-proof-card strong{font-size:clamp(9.7px,2.65vw,13px);line-height:1.06;font-weight:800;letter-spacing:-.035em;color:#07142e}
  .m-proof-card small{margin-top:3px;color:#5b6881;font-size:clamp(7.8px,2vw,10.5px);line-height:1.2;font-weight:650}

  .m-services{position:relative;z-index:4;display:flex;flex-direction:column;gap:clamp(6px,1svh,10px);min-height:0;flex:1 1 auto}
  .m-title-row{display:flex;align-items:end;justify-content:space-between;gap:12px;flex:0 0 auto}
  .m-title-row h2{margin:0;color:#07142e;font-size:clamp(20px,5.7vw,28px);line-height:1;font-weight:800;letter-spacing:-.045em}
  .m-title-row p{max-width:45%;margin:0 0 1px;color:#66708b;text-align:right;font-size:clamp(8px,2.12vw,11px);line-height:1.25;font-weight:700}
  .m-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(7px,2vw,12px);min-height:0;flex:1 1 auto}
  .m-service{
    min-width:0;
    min-height:0;
    border:1px solid rgba(232,238,249,.92);
    border-radius:clamp(17px,4.5vw,24px);
    background:rgba(255,255,255,.92);
    box-shadow:0 8px 22px rgba(7,20,46,.07);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:clamp(4px,.85svh,7px);
    padding:clamp(6px,1.3svh,10px) 4px;
    text-align:center;
  }
  .m-service span{width:clamp(30px,8vw,43px);height:clamp(30px,8vw,43px);border-radius:50%;display:grid;place-items:center;background:#eaf1ff;color:#0646c6}
  .m-service span.warm{background:#fff4d9;color:#eea400}
  .m-service svg{width:56%;height:56%}
  .m-service strong{font-size:clamp(9.8px,2.85vw,14px);line-height:1.04;font-weight:800;color:#07142e;letter-spacing:-.035em}

  .m-cta-zone{position:relative;z-index:6;display:grid;grid-template-columns:1fr;gap:clamp(6px,.9svh,9px);flex:0 0 auto}
  .m-primary{
    height:clamp(48px,7.4svh,64px);
    border-radius:clamp(17px,4.5vw,24px);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    color:#fff;
    background:linear-gradient(135deg,#0646c6,#053293);
    box-shadow:0 16px 30px rgba(6,70,198,.28);
    font-weight:800;
    font-size:clamp(16px,4.3vw,22px);
    letter-spacing:-.03em;
  }
  .m-primary i{font-style:normal;width:clamp(31px,8vw,42px);height:clamp(31px,8vw,42px);border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#f9c20a,#ffae00);font-size:1.15em;line-height:1;color:#fff}
  .m-secondary{height:clamp(38px,5.7svh,50px);border:1.5px solid rgba(6,70,198,.56);border-radius:999px;display:flex;align-items:center;justify-content:center;color:#0646c6;background:rgba(255,255,255,.76);font-weight:800;font-size:clamp(13px,3.3vw,16px);letter-spacing:-.02em}
  .m-wa{position:absolute;right:clamp(-2px,.8vw,6px);bottom:clamp(30px,5svh,44px);width:clamp(46px,12.5vw,62px);height:clamp(46px,12.5vw,62px);border-radius:50%;display:grid;place-items:center;background:#24d366;color:#fff;border:5px solid #fff;box-shadow:0 14px 28px rgba(7,20,46,.20);z-index:7}
  .m-wa svg{width:76%;height:76%}
  .m-trust{margin:0;text-align:center;color:#7a8498;font-size:clamp(10px,2.7vw,13px);font-weight:700}

  @media (max-height:740px){
    .m-screen{gap:5px;padding-top:calc(env(safe-area-inset-top,0px) + 8px);padding-bottom:calc(env(safe-area-inset-bottom,0px) + 7px)}
    .m-brandbar{min-height:40px}.m-logo{width:136px}.m-logo-badge{width:42px;height:42px;border-radius:15px}
    .m-hero{min-height:172px;max-height:172px}.m-proof{min-height:70px}.m-title-row p{display:none}.m-primary{height:43px}.m-secondary{height:33px}.m-trust{display:none}.m-wa{bottom:25px}
  }
  @media (max-height:670px){
    .m-screen{gap:4px;padding-left:11px;padding-right:11px}
    .m-logo-badge{display:none}.m-logo{width:124px}.m-eyebrow{display:none}.m-hero{min-height:150px;max-height:150px}.m-copy p{font-size:10px;line-height:1.38;margin-top:5px}.m-proof{min-height:61px}.m-proof-card small{display:none}.m-mini{width:25px;height:25px}.m-service span{width:27px;height:27px}.m-service-grid{gap:6px}.m-primary{height:39px}.m-secondary{height:29px}
  }
  @media (max-width:340px){
    .m-screen{padding-left:10px;padding-right:10px}.m-copy h1{font-size:30px}.m-copy p{width:120%}.m-service strong,.m-proof-card strong{font-size:9px}.m-proof,.m-service-grid{gap:5px}
  }
  @media (prefers-reduced-motion:no-preference){
    .m-primary,.m-secondary,.m-wa,.m-service,.m-proof-card{transition:transform .18s ease,box-shadow .18s ease}
    .m-primary:active,.m-secondary:active,.m-wa:active,.m-service:active,.m-proof-card:active{transform:scale(.98)}
  }
}

@media (min-width:721px){
  .desktop-site{display:block}
}
