@keyframes float{0%,to{transform:translateY(0)}
50%{transform:translateY(-10px)}
}
@keyframes pulse{0%,to{transform:scale(1)}
50%{transform:scale(1.06)}
}
@keyframes jwmFloatSoft{0%,to{transform:translateY(0) rotate(16deg)}
50%{transform:translateY(-8px) rotate(16deg)}
}
@keyframes jwmDetailsOpen{0%{opacity:0;transform:translateY(-6px) scaleY(.96);max-height:0}
to{opacity:1;transform:translateY(0) scaleY(1);max-height:420px}
}
@keyframes clientGalleryLoop{0%{transform:translateX(0)}
to{transform:translateX(-50%)}
}
@keyframes waPulse{0%,to{box-shadow:0 18px 46px rgba(18,184,95,.34),0 0 0 0 rgba(18,184,95,.24)}
50%{box-shadow:0 20px 52px rgba(18,184,95,.44),0 0 0 14px transparent}
}
@keyframes waCardIn{0%{opacity:0;transform:translateY(12px) scale(.96)}
to{opacity:1;transform:translateY(0) scale(1)}
}
:root{--primary:#0e2f58;--primary-2:#145c9e;--accent:#ffb703;--accent-2:#ff6b00;--dark:#081827;--muted:#5e6b7a;--soft:#f4f8fc;--line:#e6edf5;--success:#16a34a;--shadow:0 24px 70px rgba(8,24,39,.13);--radius:22px;--font-head:'Plus Jakarta Sans','Poppins',Arial,sans-serif;--font-body:'Inter','DM Sans',Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font-body);color:var(--dark);line-height:1.65;background:#fff;color:#071b3a}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%;height:auto}
.container{width:min(1180px,92%);margin-inline:auto}
.section{padding:86px 0}
.section-sm{padding:54px 0}
.eyebrow{gap:8px;padding:8px 14px;border:1px solid rgba(20,92,158,.14);border-radius:999px;font-size:13px}
.headline,.title{font-family:var(--font-head);letter-spacing:0;line-height:1.08;font-size:clamp(36px,5vw,66px);margin:16px 0 18px}
.title{font-size:clamp(28px,3vw,44px);line-height:1.15;margin:0 0 14px}
.lead{font-size:18px;max-width:760px}
.lead,.text-muted{color:var(--muted)}
.grid{display:grid;gap:24px}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:999px;border:1px solid transparent;transition:.22s ease;cursor:pointer;white-space:nowrap}
.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-2))}
.btn-outline:hover,.btn-primary:hover{transform:translateY(-2px)}
.btn-dark{background:var(--primary)}
.header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid rgba(230,237,245,.9)}
.nav{justify-content:space-between;gap:24px}
.brand,.nav,.nav-menu{display:flex;align-items:center}
.brand{gap:12px;font-weight:900}
.nav-menu{font-weight:800}
.menu-toggle{display:none;padding:10px 12px;border:0;border-radius:12px;background:var(--primary);color:#fff}
/* Pola hero standar halaman utama: konten dan CTA di kiri, visual kontekstual di kanan. */
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 85% 12%,rgba(255,183,3,.24),transparent 30%),linear-gradient(180deg,#f7fbff 0,#fff 100%)}
.hero-wrap{display:grid}
.hero-actions,.trust-pills{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.trust-pills{gap:10px;margin-top:26px}
.pill{padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:800;font-size:13px;color:#334155}
.hero-visual{position:relative}
.mockup{background:#fff;overflow:hidden}
.mockup img{width:100%}
.float-card{position:absolute;background:#fff;border-radius:18px;padding:14px 16px;font-weight:900}
.float-card.one{left:-24px;top:42px;animation:float 3.2s ease-in-out infinite}
.float-card.two{right:-20px;bottom:34px;animation:float 3.8s ease-in-out infinite reverse}
.blog-search input,.card,.float-card{border:1px solid var(--line)}
.card{background:#fff;border-radius:var(--radius);box-shadow:0 10px 35px rgba(8,24,39,.06);padding:26px}
.card:hover{transform:translateY(-4px);transition:.22s ease}
.icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,rgba(20,92,158,.12),rgba(255,183,3,.2));font-size:22px}
.soft{background:var(--soft)}
.dark-section{background:linear-gradient(135deg,#071827,#0e2f58);color:#fff}
.dark-section .lead,.dark-section .text-muted,.footer a{color:rgba(255,255,255,.75)}
.article-card h3,.price{font-family:var(--font-head)}
.feature-list{list-style:none;padding:0;margin:16px 0 0}
.feature-list li{display:flex;gap:10px;margin:9px 0;color:#334155}
.feature-list li:before{content:"✓";font-weight:900;color:var(--success)}
.gallery-scroll{max-height:760px;overflow:auto;scrollbar-width:thin}
.gallery-grid{display:grid;gap:14px}
.gallery-item{border-radius:18px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 8px 24px rgba(8,24,39,.07)}
.gallery-item img{width:100%;aspect-ratio:1/1.18;object-fit:cover}
.logo-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}
.logo-card{height:118px;border:1px solid var(--line);border-radius:18px;background:#fff;display:grid;place-items:center;padding:18px;box-shadow:0 8px 24px rgba(8,24,39,.04)}
.logo-card img{max-height:76px;object-fit:contain}
.screen-card img,.team-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px}
.product-hero{background:radial-gradient(circle at 80%0,rgba(22,163,74,.18),transparent 28%),linear-gradient(180deg,#f7fbff,#fff);padding:74px 0}
.product-logo{height:58px;width:auto;margin-bottom:12px}
.screen-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.screen-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:10px;box-shadow:0 10px 30px rgba(8,24,39,.06)}
.screen-card img{border-radius:14px;aspect-ratio:16/10}
.phone .screen-card img{aspect-ratio:9/16;object-fit:cover}
.article-card h3{line-height:1.25}
.wa-float{z-index:80;background:#25d366;display:grid;place-items:center;font-size:28px}
.reveal{opacity:0;transform:translateY(18px);transition:.35s ease}
.reveal.is-visible{opacity:1;transform:none}
@media (max-width:980px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}
.grid-2,.hero-wrap{grid-template-columns:1fr}
.nav-menu{display:none;position:absolute;top:78px;left:4%;right:4%;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:16px;flex-direction:column;align-items:flex-start}
.nav-menu.open{display:flex}
.menu-toggle{display:block}
.gallery-grid{grid-template-columns:repeat(3,1fr)}
.logo-grid{grid-template-columns:repeat(4,1fr)}
.screen-grid{grid-template-columns:repeat(2,1fr)}
.footer-grid{grid-template-columns:1fr 1fr}
.mockup img{height:300px}
}
@media (max-width:640px){.section{padding:62px 0}
.nav{height:70px}
.nav-menu{top:70px}
.brand img{height:36px}
.hero{padding:56px 0}
.headline{font-size:38px}
.gallery-grid,.logo-grid{grid-template-columns:repeat(2,1fr)}
.footer-grid,.grid-3,.grid-4,.screen-grid{grid-template-columns:1fr}
.float-card{display:none}
.hero-actions .btn{width:100%}
.mockup img{height:230px}
.gallery-scroll{max-height:650px}
}
.blog-hero{background:radial-gradient(circle at 86% 15%,rgba(20,92,158,.14),transparent 31%),linear-gradient(180deg,#f7fbff 0,#fff 76%)}
.blog-reference-hero{padding:92px 0 72px;background:radial-gradient(circle at 86% 15%,rgba(13,139,255,.17),transparent 31%),radial-gradient(circle at 8% 12%,rgba(10,72,179,.11),transparent 28%),linear-gradient(180deg,#f7fbff 0,#fff 76%)}
.blog-reference-hero .hero-wrap{grid-template-columns:1.06fr .94fr;gap:56px}
.blog-reference-hero .headline{font-size:clamp(44px,5vw,66px)}
.blog-reference-hero .mark-blue{color:#0a48b3}
.blog-reference-hero .hero-visual{display:flex;align-items:center;justify-content:center}
.blog-reference-hero .hero-visual:before{content:"";position:absolute;inset:26px -20px -18px 28px;z-index:-1;border-radius:34px;background:linear-gradient(135deg,rgba(10,72,179,.12),rgba(13,139,255,.2))}
.blog-reference-hero .mockup{width:min(100%,520px);min-height:560px;aspect-ratio:4/5;border:1px solid rgba(10,72,179,.12);border-radius:34px;box-shadow:0 30px 90px rgba(10,72,179,.22)}
.blog-reference-hero .mockup img{width:100%;height:100%;object-fit:cover;object-position:center}
.blog-reference-hero .float-card{border-color:rgba(10,72,179,.12);box-shadow:0 18px 48px rgba(10,72,179,.18)}
.blog-reference-hero .float-card.three{left:40px;bottom:-22px;background:#0a48b3;color:#fff}
.blog-search{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px;max-width:720px}
.blog-search input{flex:1 1 300px;min-height:54px;border-radius:999px;padding:0 20px;font:inherit;font-weight:700;color:var(--dark);box-shadow:0 10px 28px rgba(8,24,39,.05)}
.blog-search input:focus{outline:2px solid rgba(20,92,158,.18);border-color:var(--primary-2)}
.blog-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:26px;margin-bottom:30px}
.blog-category-filter{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.blog-category-filter a,.blog-pagination a,.blog-pagination strong{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;font-weight:900}
.blog-category-filter a{min-height:38px;padding:0 14px;border:1px solid rgba(20,92,158,.14);color:#334155;font-size:13px}
.blog-category-filter a.active,.blog-category-filter a:hover{background:var(--primary);border-color:var(--primary);color:#fff}
.blog-grid{align-items:stretch}
.blog-card{display:flex;flex-direction:column}
.blog-card:hover{transform:translateY(-4px)}
.blog-body h3,.blog-thumb{font-family:var(--font-head)}
.blog-thumb{background:linear-gradient(135deg,rgba(20,92,158,.12),rgba(255,183,3,.17));font-weight:900;overflow:hidden}
.blog-thumb img{width:100%;height:100%;object-fit:cover}
.blog-body{display:flex;flex-direction:column;flex:1}
.blog-body h3{font-size:21px;line-height:1.28;margin:9px 0 10px;letter-spacing:0}
.blog-body p{margin:0;color:var(--muted)}
.blog-card-meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:16px;color:#6a7788;font-size:13px;font-weight:800}
.service-link{padding-top:18px}
.blog-pagination{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center;margin-top:34px}
.blog-pagination a,.blog-pagination strong{min-width:42px;min-height:42px;padding:0 13px;border:1px solid var(--line);color:var(--primary)}
.blog-pagination span{display:contents}
.blog-pagination a:hover,.blog-pagination strong{background:var(--primary);border-color:var(--primary);color:#fff}
.blog-empty-state{max-width:820px;margin:0 auto;padding:46px 30px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);text-align:center}
.blog-empty-state strong{display:block;font-family:var(--font-head);font-size:clamp(64px,10vw,126px);line-height:.9;color:var(--primary);letter-spacing:0}
.blog-empty-state h3{font-family:var(--font-head);font-size:28px;line-height:1.25;margin:18px auto 8px;max-width:640px}
.blog-empty-state p{margin:0 auto;color:var(--muted);font-weight:700;max-width:620px}
.blog-recommendation{margin-top:54px}
.blog-cta-panel{position:relative;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:stretch;padding:0;overflow:hidden;border-radius:32px;background:linear-gradient(135deg,#071b3a,#0a48b3);box-shadow:0 24px 70px rgba(10,72,179,.2)}
.blog-cta-panel:before{content:"";position:absolute;right:30%;bottom:-150px;width:330px;height:330px;border-radius:50%;background:rgba(255,255,255,.07);pointer-events:none}
.blog-reference-cta{grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);gap:clamp(24px,4vw,46px);min-height:0;padding:42px;align-items:center}
.blog-cta-copy{position:relative;z-index:2;padding:42px}
.blog-reference-cta .blog-cta-copy{display:flex;max-width:720px;flex-direction:column;justify-content:center;padding:0}
.blog-cta-panel .eyebrow{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.18);color:#fff}
.blog-cta-panel .title{max-width:720px;margin-top:16px;color:#fff}
.blog-cta-panel .lead{max-width:690px;color:rgba(255,255,255,.78)}
.blog-cta-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start;margin-top:24px}
.blog-cta-panel .btn-outline{border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.08);color:#fff}
.blog-cta-note{margin:14px 0 0;color:rgba(255,255,255,.7);font-size:13px;font-weight:700}
.blog-cta-visual{position:relative;z-index:2;width:100%;max-width:430px;min-height:0;margin-left:auto;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:26px;background:rgba(255,255,255,.08);box-shadow:0 24px 62px rgba(4,14,38,.28)}
.blog-cta-visual:after{display:none;content:none}
.blog-cta-visual img{display:block;width:100%;height:clamp(250px,24vw,330px);min-height:0;object-fit:cover;object-position:center}
.article-detail-hero{background:linear-gradient(180deg,#f7fbff 0,#fff 100%);padding-bottom:48px}
.article-hero-copy{max-width:860px;margin:0 auto;text-align:center}
.article-hero-copy .headline{max-width:900px;margin-inline:auto}
.article-hero-copy .lead{margin-inline:auto}
.article-meta{display:flex;justify-content:center;gap:10px 18px;flex-wrap:wrap;margin-top:22px;color:#66748a;font-weight:900}
.article-cover{box-shadow:var(--shadow);background:#fff}
.article-detail-section{padding-top:24px}
.article-content-wrap{max-width:800px;margin:0 auto}
.article-search{margin:0 0 34px}
.article-body h2,.article-body h3{font-family:var(--font-head);line-height:1.25;letter-spacing:0;color:var(--dark);margin:34px 0 12px}
.article-body p{margin:0 0 20px}
.article-body ol,.article-body ul{padding-left:24px;margin:0 0 22px}
.article-body li{margin:8px 0}
.article-body img{border-radius:18px;margin:28px auto;box-shadow:0 12px 34px rgba(8,24,39,.08)}
@media (max-width:980px){.blog-toolbar{display:block}
.blog-category-filter{justify-content:flex-start;margin-top:18px}
.blog-reference-hero .hero-wrap{grid-template-columns:1fr;gap:40px}
.blog-reference-hero .hero-visual{width:100%;max-width:100%}
.blog-reference-hero .mockup{width:100%;min-height:0;aspect-ratio:16/10}
.blog-cta-panel,.blog-reference-cta{grid-template-columns:1fr}
.blog-reference-cta{gap:24px}
.blog-cta-visual{width:100%;max-width:100%;margin-left:0}
.blog-cta-visual img{height:300px}
}
@media (max-width:640px){.article-search,.blog-search{display:grid}
.blog-search .btn{width:100%}
.blog-thumb{height:158px}
.blog-empty-state{padding:34px 20px}
.blog-cta-copy{padding:28px 22px}
.blog-reference-cta{padding:28px}
.blog-reference-cta .blog-cta-copy{padding:0}
.blog-cta-panel .title{font-size:28px}
.blog-cta-actions .btn{width:100%}
.blog-cta-visual{border-radius:20px}
.blog-cta-visual img{height:235px}
.article-body{font-size:16px;line-height:1.78}
.article-cover{border-width:6px;border-radius:20px}
}
body:not(.admin-body){overflow-x:hidden}
body:not(.admin-body) .nav{min-height:84px;height:auto}
body:not(.admin-body) .brand{min-width:0}
body:not(.admin-body) .brand span{display:none}
body:not(.admin-body) .brand img{width:auto;height:58px;max-width:230px;object-fit:contain}
body:not(.admin-body) .btn-primary{background:linear-gradient(135deg,#0a48b3,#0d8bff);color:#fff;box-shadow:0 18px 44px rgba(10,72,179,.26)}
body:not(.admin-body) .hero-wrap,body:not(.admin-body) .hero-wrap>*{min-width:0}
.blog-hero.is-search-results .hero-wrap{grid-template-columns:1fr;max-width:880px;margin-inline:auto}
.brand span{display:none}
.blog-hero.is-search-results .lead{max-width:720px}
@media (max-width:860px){body:not(.admin-body) .nav{min-height:70px}
body:not(.admin-body) .brand img{height:48px;max-width:185px}
}
@media (max-width:640px){body:not(.admin-body) .headline{font-size:36px;overflow-wrap:anywhere}
body:not(.admin-body) .blog-search{width:100%;max-width:100%}
}
.article-page{background:#f5f8fc}
.article-layout-section{padding:48px 0 76px}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:32px;align-items:start;max-width:1120px}
.article-main,.article-sidebar{min-width:0}
.article-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:24px;color:#6a7b91;font-size:14px;font-weight:700}
.article-breadcrumb a:hover,.article-popular-list a:hover{color:var(--primary-2)}
.article-breadcrumb span[aria-current=page]{color:var(--dark)}
.article-heading{margin-bottom:28px}
.article-category{display:inline-block;margin-bottom:14px;color:#c88a00;font-size:13px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.article-heading h1{max-width:820px;margin:0;font-family:var(--font-head);font-size:clamp(36px,4.3vw,58px);line-height:1.12;letter-spacing:0;color:#0a2135}
.article-heading>p{max-width:760px;margin:18px 0 0;color:#62738a;font-size:17px;line-height:1.75}
.article-heading .article-meta{justify-content:flex-start;margin-top:18px;color:#718198;font-size:14px;font-weight:700}
.article-cover{width:100%;max-width:none;margin:0 0 28px;border:0;border-radius:18px;background:#dce6f1;box-shadow:0 16px 44px rgba(8,24,39,.1);overflow:hidden}
.article-cover img{width:100%;aspect-ratio:16/10;max-height:none;object-fit:cover}
.article-content-card{padding:32px;border:1px solid #dbe5ef;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(8,24,39,.04)}
.article-body{font-size:17px;line-height:1.85;color:#26384d}
.article-body h2{font-size:30px;margin-top:38px}
.article-body h3{font-size:24px}
.article-body h2:first-child,.article-body h3:first-child{margin-top:0}
.article-body a{color:var(--primary-2);font-weight:800;text-decoration:underline}
.article-body blockquote{margin:28px 0;padding:18px 22px;border-left:4px solid var(--primary-2);background:#f3f8fd;color:#36506d}
.article-sidebar-sticky{position:sticky;top:104px;display:grid;gap:20px}
.article-side-card{padding:22px;border:1px solid #dbe5ef;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(8,24,39,.035)}
.article-side-card h2{margin:0 0 8px;font-family:var(--font-head);font-size:19px;line-height:1.35;color:#0a2639}
.article-side-card p{margin:0;color:#64768d;font-size:14px;line-height:1.75}
.article-side-search{display:grid;gap:10px;margin-top:16px}
.article-side-search input{width:100%;min-height:46px;padding:0 14px;border:1px solid #d7e1ec;border-radius:12px;background:#fff;font:inherit;color:var(--dark)}
.article-side-search input:focus{outline:2px solid rgba(20,92,158,.16);border-color:var(--primary-2)}
.article-side-search .btn{width:100%;min-height:46px;border-radius:12px;padding:10px 16px;text-transform:uppercase}
.article-consultation-card img{width:100%;aspect-ratio:16/10;margin-bottom:17px;border-radius:14px;object-fit:cover;object-position:center 36%}
.article-consultation-card .btn{width:100%;margin-top:18px;border-radius:999px}
.article-address-card strong{display:block;margin:14px 0 8px;color:#17344d;font-size:14px}
.article-address-card .article-side-note{margin-top:12px;font-style:italic}
.article-popular-list{display:grid;gap:16px;margin:18px 0 0;padding:0;list-style:none}
.article-popular-list li{display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;align-items:start}
.article-popular-list li>span{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#e7f3fb;color:#0b567f;font-size:12px;font-weight:900}
.article-popular-list a{display:block;color:#143048;font-size:14px;font-weight:900;line-height:1.45}
.article-popular-list small{display:block;margin-top:4px;color:#7b8ba0;font-size:12px}
.article-related-section{background:#edf4fa}
@media (max-width:980px){.article-layout{grid-template-columns:minmax(0,1fr) 300px;gap:24px}
.article-heading h1{font-size:42px}
.article-content-card{padding:28px}
}
@media (max-width:820px){.article-layout{grid-template-columns:1fr;max-width:760px}
.article-sidebar-sticky{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
.article-popular-card{grid-column:1/-1}
}
@media (max-width:640px){.article-layout-section{padding:34px 0 56px}
.article-breadcrumb{margin-bottom:20px}
.article-heading h1{font-size:36px;overflow-wrap:anywhere}
.article-heading>p{font-size:16px}
.article-heading .article-meta{align-items:flex-start;gap:5px 9px}
.article-cover{border-radius:14px}
.article-cover img{aspect-ratio:4/3}
.article-content-card{padding:22px 20px;border-radius:14px}
.article-body{font-size:16px;line-height:1.8}
.article-body h2{font-size:26px}
.article-body h3{font-size:22px}
.article-sidebar-sticky{grid-template-columns:1fr}
.article-popular-card{grid-column:auto}
.blog-reference-hero{padding:54px 0}
.blog-reference-hero .headline{font-size:36px}
.blog-reference-hero .mockup{aspect-ratio:1/1}
}
:root{--primary:#0a48b3;--primary-2:#0b63ce;--primary-3:#0d8bff;--navy:#071b3a;--blue-soft:#eef6ff;--blue-line:#dbeafe;--accent:#15a3ff;--shadow-blue:0 24px 70px rgba(10,72,179,.18);--shadow-soft:0 12px 36px rgba(7,27,58,.08)}
.header{background:#fff;box-shadow:0 8px 26px rgba(7,27,58,.05)}
.nav-menu{font-size:15px;gap:24px}
.nav-menu a{color:#15253d}
.nav-menu a:hover{color:var(--primary)}
.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-3));box-shadow:0 18px 44px rgba(10,72,179,.26)}
.btn-primary:hover{box-shadow:0 22px 55px rgba(10,72,179,.34)}
.btn-outline{border-color:rgba(10,72,179,.22);color:var(--primary);background:#fff}
.btn-dark{background:var(--navy);color:#fff}
.eyebrow{border-color:rgba(10,72,179,.16);background:#fff;color:var(--primary)}
.hero{padding:92px 0 72px;background:radial-gradient(circle at 86% 15%,rgba(13,139,255,.17),transparent 31%),radial-gradient(circle at 8% 12%,rgba(10,72,179,.11),transparent 28%),linear-gradient(180deg,#f7fbff 0,#fff 76%)}
.hero-wrap{grid-template-columns:1.06fr .94fr;gap:56px}
.headline .mark-blue{color:var(--primary)}
.hero-visual:before{content:"";position:absolute;inset:26px -20px -18px 28px;background:linear-gradient(135deg,rgba(10,72,179,.12),rgba(13,139,255,.2));border-radius:34px;z-index:-1;filter:blur(.2px)}
.mockup{border:10px solid #fff;border-radius:34px;box-shadow:var(--shadow-blue)}
.hero-visual .mockup img,.mockup img{height:405px;object-fit:cover;object-position:center}
.float-card{border-color:rgba(10,72,179,.12);box-shadow:0 18px 48px rgba(10,72,179,.18);color:#071b3a}
.float-card.one,.float-card.two{background:#fff}
.float-card.three{left:40px;bottom:-22px;animation:float 4.2s ease-in-out infinite;background:var(--primary)}
.hero-stats{display:grid;max-width:640px}
.hero-stat{background:#fff;border:1px solid var(--blue-line);border-radius:18px;box-shadow:var(--shadow-soft)}
.hero-stat b{font-family:var(--font-head)}
.hero-stat span{color:#53657d}
.trust-pills .pill{box-shadow:0 8px 22px rgba(10,72,179,.05)}
.soft{background:linear-gradient(180deg,#f5faff,#eef6ff)}
.card,.trust-pills .pill{border-color:var(--blue-line)}
.card{box-shadow:var(--shadow-soft)}
.card:hover{box-shadow:var(--shadow-blue)}
.icon{background:linear-gradient(135deg,rgba(10,72,179,.11),rgba(13,139,255,.17));color:var(--primary)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}
.section-head .lead{margin:0}
.conversion-note{background:#fff;border:1px solid var(--blue-line);border-radius:24px;padding:24px;box-shadow:var(--shadow-soft)}
.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.check-item{display:flex;gap:10px;align-items:flex-start;background:#fff;border:1px solid var(--blue-line);border-radius:16px;padding:13px 14px;color:#17375f}
.check-item:before{content:"✓";display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:var(--primary);color:#fff;font-size:12px}
.service-card{position:relative;overflow:hidden}
.service-card:after{right:-36px;top:-36px;width:120px;height:120px;background:rgba(13,139,255,.09)}
.service-card h3{font-size:22px;margin-bottom:8px}
.service-link{display:inline-flex;align-items:center;gap:8px;margin-top:14px;color:var(--primary);font-weight:900}
.blue-band{background:linear-gradient(135deg,#071b3a,#0a48b3);color:#fff;position:relative;overflow:hidden}
.blue-band:before,.cta-panel:before,.service-card:after{content:"";position:absolute;border-radius:50%}
.blue-band:before{right:-80px;top:-120px;width:300px;height:300px;background:rgba(255,255,255,.08)}
.blue-band .lead,.blue-band .text-muted{color:rgba(255,255,255,.78)}
.blue-band .card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);box-shadow:none;color:#fff}
.blue-band .icon{background:rgba(255,255,255,.12);color:#fff}
.package-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.price-card{position:relative;padding:0;overflow:hidden;border:1px solid var(--blue-line);border-radius:26px;background:#fff;box-shadow:var(--shadow-soft);display:flex;flex-direction:column}
.price-card.featured{border:2px solid var(--primary);box-shadow:var(--shadow-blue);transform:translateY(-8px)}
.price-top{padding:24px 24px 18px;background:linear-gradient(180deg,#f6fbff,#fff)}
.price-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;background:var(--blue-soft);color:var(--primary);font-size:12px;margin-bottom:14px}
.best-badge{position:absolute;right:18px;top:18px;background:var(--primary);font-size:12px;font-weight:900}
.price-card h3{font-size:24px;margin:0 0 10px;font-family:var(--font-head)}
.price-desc{font-size:14px;min-height:66px}
.price{color:var(--primary);font-size:34px;line-height:1.05}
.monthly{font-size:13px;margin-top:6px}
.price-body{padding:0 24px 24px;display:flex;flex-direction:column;flex:1}
.instant-box{background:#f7fbff;margin-bottom:15px;font-size:13px}
.hero-stat b,.instant-box b,.price-card summary{color:var(--primary)}
.feature-list li{font-size:14px;line-height:1.45}
.feature-list li.no:before{content:"×";color:#ef4444}
.price-actions{margin-top:auto;padding-top:18px}
.price-actions .btn{width:100%}
.price-card details{margin-top:10px}
.price-card summary{cursor:pointer;font-weight:900;font-size:13px}
.gallery-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.gallery-scroll{border:1px solid var(--blue-line);border-radius:28px;background:#fff;padding:14px;box-shadow:var(--shadow-soft)}
.gallery-item,.logo-card{border-color:var(--blue-line)}
.cta-panel{border-radius:34px;background:linear-gradient(135deg,#071b3a,#0a48b3);color:#fff;padding:42px;display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center;box-shadow:var(--shadow-blue);overflow:hidden;position:relative}
.cta-panel:before{right:-70px;bottom:-90px;width:260px;height:260px;background:rgba(255,255,255,.1)}
.cta-panel .lead{color:rgba(255,255,255,.78)}
.blog-card{padding:0;overflow:hidden}
.blog-thumb{height:150px;background:linear-gradient(135deg,rgba(10,72,179,.12),rgba(13,139,255,.2));display:grid;place-items:center;font-size:34px;color:var(--primary)}
.blog-body{padding:22px}
.mini-label{font-size:12px;color:var(--primary);text-transform:uppercase;letter-spacing:.04em}
.contact-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.contact-item{background:#fff;border:1px solid var(--blue-line);border-radius:18px;padding:16px;box-shadow:var(--shadow-soft)}
.wa-float{background:#0a48b3}
@media (max-width:1100px){.package-grid{grid-template-columns:repeat(2,1fr)}
.price-card.featured{transform:none}
.gallery-grid{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:980px){.brand img{height:48px}
.hero-wrap{gap:36px}
.section-head{display:block}
.hero-stats{grid-template-columns:1fr 1fr}
.contact-strip,.cta-panel{grid-template-columns:1fr}
.gallery-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:640px){.nav{height:72px}
.brand img{height:40px;max-width:210px}
.hero{padding:54px 0}
.mockup img{height:260px}
.check-grid,.hero-stats,.package-grid{grid-template-columns:1fr}
.headline{font-size:36px}
.gallery-grid{grid-template-columns:repeat(2,1fr)}
.cta-panel{padding:28px}
.float-card.three{display:none}
}
.nav{height:92px}
.nav-menu .btn{color:#fff!important}
.hero-wrap{align-items:center}
.hero-visual .mockup{aspect-ratio:4/5;max-height:680px;min-height:560px;width:min(100%,520px);border-radius:34px;overflow:hidden;box-shadow:0 30px 90px rgba(10,72,179,.22);border:1px solid rgba(10,72,179,.12);background:#eef6ff}
.hero-visual .mockup img{width:100%;height:100%;display:block}
.hero-stats{align-items:stretch}
.hero-stat{border:1px solid rgba(10,72,179,.14);background:rgba(255,255,255,.86);box-shadow:0 18px 50px rgba(10,72,179,.08)}
.hero-stat b{display:block}
.float-card.three{color:#fff}
@media (max-width:1080px){.brand img,.header .brand img{height:64px;max-width:280px}
.nav{height:84px}
.hero-visual .mockup{min-height:460px;max-height:560px;width:min(100%,460px)}
.hero-stats{grid-template-columns:1fr}
.hero-stat{min-height:auto}
}
@media (max-width:720px){.brand img,.header .brand img{height:54px;max-width:230px}
.nav{height:76px}
.hero-visual .mockup{aspect-ratio:1/1;min-height:0;max-height:none;width:100%;border-radius:26px}
.hero-visual .mockup img{object-position:center}
.hero-stat{padding:20px}
.hero-stat b{font-size:18px}
.hero-stat span{font-size:13px}
}
.container.nav .brand,.header .container.nav .brand{min-width:210px}
.brand img,.container.nav .brand img,.header .container.nav .brand img{width:190px!important;height:auto!important;max-width:190px!important;min-height:auto!important;object-fit:contain!important}
.btn-primary,.btn.btn-primary,.btn.btn-primary:hover,.header .nav-menu a.btn.btn-primary,.header .nav-menu a.btn.btn-primary:hover,.nav-menu a.btn.btn-primary,.nav-menu a.btn.btn-primary:hover,a.btn.btn-primary,a.btn.btn-primary:hover{color:#fff!important}
.hero-stats{margin-top:26px!important}
.hero-stat b{margin-bottom:8px!important;font-size:18px!important;line-height:1.35!important}
.hero-stat span{font-size:13px!important;line-height:1.55!important;font-weight:600!important}
@media (min-width:981px){.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.hero-stat{display:flex!important;flex-direction:column!important;justify-content:flex-start!important}
}
@media (max-width:980px){.brand img,.container.nav .brand img,.header .container.nav .brand img{width:170px!important;max-width:170px!important}
.hero-stat{min-height:auto!important}
}
@media (max-width:640px){.brand img,.container.nav .brand img,.header .container.nav .brand img{width:150px!important;max-width:150px!important}
.hero-stats{grid-template-columns:1fr!important}
.hero-stat{padding:18px!important}
}
@media (max-width:860px){.hero{padding-top:42px!important}
.hero-wrap{display:grid!important;grid-template-columns:1fr!important;gap:34px!important;align-items:start!important}
.hero-visual,.hero-wrap>.reveal{width:100%!important;max-width:100%!important;min-width:0!important}
.hero-visual{order:2!important;display:block!important;position:relative!important;margin-top:4px!important}
.hero-visual .mockup{width:100%!important;max-width:100%!important;aspect-ratio:1/1!important;min-height:0!important;height:auto!important;border-radius:28px!important}
.hero-visual .mockup img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
.hero-actions,.trust-pills{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
.hero-actions .btn{width:100%!important;justify-content:center!important;text-align:center!important}
.trust-pills{gap:10px!important}
.float-card{font-size:13px!important;padding:12px 16px!important}
.float-card.one{top:14px!important;left:14px!important}
.float-card.two{right:14px!important;bottom:18px!important}
.float-card.three{left:18px!important;bottom:-14px!important}
}
@media (max-width:480px){.hero{padding-top:30px!important}
.hero-wrap{gap:26px!important}
.hero-visual .mockup{border-radius:22px!important}
.float-card.three{display:none!important}
}
.hero-visual{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:18px!important;width:100%!important}
.hero-photo-box,.hero-visual-trust{width:min(100%,520px)!important;position:relative!important}
.hero-photo-box{margin-inline:auto!important}
.hero-photo-box .mockup{width:100%!important;aspect-ratio:4/5!important;min-height:0!important;height:auto!important;max-height:620px!important;overflow:hidden!important;border-radius:34px!important}
.hero-photo-box .mockup img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}
.hero-visual-trust{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:4px auto 0!important;z-index:4!important}
.hero-visual-trust .pill{width:100%!important;max-width:100%!important;justify-content:flex-start!important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(10,72,179,.16)!important;color:#1b2b45!important;box-shadow:0 12px 30px rgba(10,72,179,.08)!important;font-size:14px!important;line-height:1.45!important}
.hero-photo-box .float-card{position:absolute!important;z-index:5!important}
.hero-photo-box .float-card.one{top:22px!important;left:-26px!important}
.hero-photo-box .float-card.two{right:-28px!important;bottom:72px!important}
.hero-photo-box .float-card.three{left:42px!important;bottom:-20px!important}
.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
.hero-stat{min-height:132px!important;padding:20px 18px!important}
@media (max-width:860px){.hero-wrap{grid-template-columns:1fr!important}
.hero-visual{margin-top:8px!important}
.hero-photo-box,.hero-visual,.hero-visual-trust{width:100%!important}
.hero-photo-box .mockup{aspect-ratio:1/1!important;max-height:none!important;border-radius:24px!important}
.hero-photo-box .float-card.one{top:12px!important;left:12px!important}
.hero-photo-box .float-card.two{right:12px!important;bottom:16px!important}
.hero-photo-box .float-card.three{display:none!important}
.hero-visual-trust{margin-top:12px!important}
.hero-visual-trust .pill{font-size:13px!important;padding:12px 14px!important}
.hero-stats{grid-template-columns:1fr!important}
.hero-stat{min-height:auto!important}
}
.eyebrow{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin-bottom:18px!important}
.eyebrow+.title,.section-head .eyebrow+.title{margin-top:8px!important}
.flow-qa-section,.services-section,.solution-section{position:relative;overflow:hidden}
.flow-qa-section>.container,.services-section .service-card .icon,.services-section>.container,.solution-section>.container{position:relative;z-index:2}
.flow-qa-section{background:radial-gradient(circle at 12% 18%,rgba(10,72,179,.08),transparent 30%),radial-gradient(circle at 86% 24%,rgba(13,139,255,.07),transparent 28%),#fff}
.flow-qa-section::before{content:"";position:absolute;width:360px;height:360px;right:-140px;top:80px;border-radius:999px;background:linear-gradient(135deg,rgba(10,72,179,.09),rgba(13,139,255,.04));pointer-events:none}
.flow-qa-section::after{content:"?";position:absolute;right:clamp(28px,5vw,92px);top:clamp(80px,12vw,140px);font-family:"Plus Jakarta Sans",sans-serif;font-size:clamp(90px,12vw,180px);font-weight:900;color:rgba(10,72,179,.045);line-height:1;pointer-events:none}
.qa-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.qa-card::before{content:"";position:absolute;left:0;top:24px;bottom:24px;width:4px;border-radius:99px;background:linear-gradient(180deg,var(--primary),var(--primary-3));opacity:.78}
.qa-card:hover{transform:translateY(-4px);border-color:rgba(10,72,179,.24);box-shadow:0 24px 70px rgba(10,72,179,.12)}
.services-section .service-card::before{content:"";position:absolute;border-radius:999px;background:rgba(10,72,179,.06)}
.solution-section{background:radial-gradient(circle at 14% 12%,rgba(10,72,179,.1),transparent 28%),linear-gradient(135deg,#f8fbff 0,#eef6ff 100%)!important}
.solution-section::before{content:"";position:absolute;top:80px;right:6vw;width:150px;height:150px;border:2px dashed rgba(10,72,179,.16);border-radius:44px;transform:rotate(16deg);pointer-events:none}
.solution-section::after{content:"";position:absolute;bottom:90px;left:5vw;width:110px;height:110px;border-radius:999px;background:rgba(13,139,255,.08);pointer-events:none}
.services-section{background:radial-gradient(circle at 82% 20%,rgba(13,139,255,.08),transparent 30%),#eef6ff!important}
.services-section::before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0,transparent 36%,rgba(10,72,179,.055) 36.2%,transparent 36.6%,transparent 100%),linear-gradient(65deg,transparent 0,transparent 58%,rgba(10,72,179,.045) 58.2%,transparent 58.6%,transparent 100%);pointer-events:none}
.services-section .service-card{position:relative;overflow:hidden}
.services-section .service-card::before{right:-34px;top:-34px;width:92px;height:92px}
.solution-section::before{animation:jwmFloatSoft 5.5s ease-in-out infinite}
@media (max-width:860px){.eyebrow{margin-bottom:14px!important}
.flow-qa-section::after,.solution-section::after,.solution-section::before{display:none}
}
.best-badge,.price-card.featured .popular-ribbon{align-items:center!important;justify-content:center!important}
.best-badge,.best-badge .badge-flash{display:inline-flex!important;border-radius:999px!important;line-height:1!important}
.best-badge{gap:7px!important;min-height:38px!important;padding:9px 18px!important;white-space:nowrap!important;color:#fff!important;background:linear-gradient(135deg,#0a48b3,#0d63d8)!important;box-shadow:0 14px 34px rgba(10,72,179,.24)!important}
.best-badge .badge-flash{align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;color:#ffb000!important;background:rgba(255,255,255,.16)!important;font-size:14px!important;flex:0 0 auto!important}
.instant-box{position:relative!important}
.instant-box .instant-icon{background:rgba(255,184,28,.22)!important}
.instant-box-blue .instant-icon{background:rgba(10,72,179,.1)!important;color:#0a48b3!important}
.price-details{overflow:hidden!important}
.price-details summary{cursor:pointer!important;transition:color .2s ease,transform .2s ease!important;font-weight:600!important}
.price-details summary:hover{color:var(--primary)!important;transform:translateX(2px)}
.price-details[open] summary{margin-bottom:12px!important}
.price-details>.feature-list{animation:jwmDetailsOpen .2s ease both!important;transform-origin:top}
.price-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}
.price-card:hover{transform:translateY(-5px);box-shadow:0 26px 80px rgba(10,72,179,.13)!important}
.price-card.featured{position:relative!important;padding-top:0!important;overflow:hidden!important}
.price-card.featured::before{content:"";position:absolute;inset:-1px;border-radius:inherit;pointer-events:none;box-shadow:0 0 0 1px rgba(10,72,179,.16)!important}
@media (max-width:720px){.best-badge{right:16px!important;top:16px!important;padding:8px 14px!important;font-size:13px!important}
.instant-box{gap:8px!important}
}
.price-card.featured .popular-ribbon{display:flex!important;box-shadow:0 16px 40px rgba(10,72,179,.22)!important}
.best-badge{display:none!important}
.instant-box .instant-icon,.price-badge.workday-badge{display:inline-flex!important;align-items:center!important;border-radius:999px!important}
.price-badge.workday-badge{gap:6px!important;width:max-content!important;max-width:100%!important;padding:9px 14px!important;background:rgba(22,163,74,.1)!important;color:#16a34a!important;border:1px solid rgba(22,163,74,.14)!important;font-weight:900!important;line-height:1!important;box-shadow:none!important}
.instant-box{display:flex!important;align-items:flex-start!important;background:rgba(255,184,28,.12)!important;border:1px dashed rgba(255,184,28,.55)!important;box-shadow:0 12px 30px rgba(255,184,28,.1)!important;color:#4a3410!important}
.instant-box .instant-icon{justify-content:center!important;flex:0 0 auto!important;background:linear-gradient(135deg,#f59e0b,#facc15)!important;color:#fff!important;box-shadow:0 10px 22px rgba(245,158,11,.2)!important}
.instant-box div{display:grid!important;justify-items:center!important;gap:3px!important}
.instant-box b{color:#8a5a00!important;text-transform:uppercase!important}
.instant-box small,.instant-box span{display:block!important;color:#3a2a12!important}
.instant-box small{color:#6f4c05!important}
.instant-box-blue{background:rgba(10,72,179,.075)!important;border-color:rgba(10,72,179,.24)!important;color:#1b2b45!important;box-shadow:0 10px 28px rgba(10,72,179,.08)!important}
.instant-box-blue .instant-icon{background:linear-gradient(135deg,#0a48b3,#0d8bff)!important}
.feature-toggle,.instant-box-blue b{color:#0a48b3!important}
.instant-box-blue span{color:#1b2b45!important}
.feature-toggle{gap:8px!important;border:0!important;background:0 0!important;font-family:inherit!important;padding:10px 0!important;cursor:pointer!important;transition:color .2s ease,transform .2s ease!important}
.feature-toggle:hover{color:#0d8bff!important;transform:translateX(2px)}
.feature-toggle,.feature-toggle .toggle-icon{display:inline-flex!important;align-items:center!important}
.feature-toggle .toggle-icon{justify-content:center!important;width:18px!important;height:18px!important;transition:transform .2s ease!important}
.feature-toggle.is-open .toggle-icon{transform:rotate(0deg)}
.feature-more{max-height:0!important;opacity:0!important;overflow:hidden!important;transform:translateY(-6px)!important;transition:max-height .2s ease,opacity .2s ease,transform .2s ease!important}
.feature-more.is-open{max-height:360px!important;opacity:1!important;transform:translateY(0)!important}
.feature-more .feature-list{margin-top:8px!important;padding-top:4px!important}
.price-card.featured.popular-card::before,.price-details{display:none!important}
@media (max-width:720px){.price-card.featured .popular-ribbon{min-height:50px!important;margin-bottom:18px!important}
.instant-box{padding:16px!important}
}
.blog-card p{font-weight:500!important}
.monthly{color:#64748b!important}
.price-card,.price-card.featured{border-width:1px!important}
.price-card.featured{border-color:rgba(10,72,179,.24)!important}
.price-card.featured .popular-ribbon,.price-card.featured.popular-card .popular-ribbon{color:#fff!important;font-size:13.5px!important;font-weight:700!important;text-transform:uppercase!important;box-shadow:none!important}
.price-card.featured .popular-ribbon{min-height:54px!important;margin:-1px -1px 0!important;padding:15px 18px!important;background:linear-gradient(135deg,#0a48b3 0,#0d8bff 100%)!important;letter-spacing:.07em!important}
.price-card.featured .price-top{padding-top:22px!important}
.instant-box{display:grid!important;justify-items:center!important;text-align:center!important;border-radius:18px!important}
.instant-box .instant-icon{margin:0!important;width:25px!important;height:25px!important;font-size:13px!important}
@media (max-width:720px){.price-card.featured .popular-ribbon{min-height:50px!important;border-radius:24px 24px 0 0!important}
.instant-box{padding:15px 12px!important}
}
.lead{line-height:1.82!important}
.text-muted{line-height:1.78!important}
.instant-box{gap:7px!important;padding:14px 12px!important}
.instant-box b{font-weight:600!important;font-size:11px!important;letter-spacing:.055em!important;line-height:1.3!important}
.instant-box small,.instant-box span{font-size:12px!important;line-height:1.38!important}
.instant-box small{font-size:11.5px!important}
.feature-toggle{font-weight:600!important;font-size:13.5px!important}
.instant-box small,.instant-box span,.monthly{font-weight:500!important}
.hero-stat b,.logo-card,.price,.solution-box h2{font-weight:800!important}
@media (max-width:720px){.lead{line-height:1.76!important}
.instant-box b{font-size:10.8px!important}
.instant-box span{font-size:11.8px!important}
.instant-box small{font-size:11.2px!important}
}
.card p,.lead,.section-head .lead,.section-head p,.text-muted,p{font-weight:400!important;color:#5f6f84}
.qa-card p{font-weight:400!important}
.blog-body p,.contact-item p,.cta-panel p,.footer p,.price-desc,.service-card p{font-weight:400!important;color:#5f6f84}
.flow-note p,.hero .lead,.price-card p,.solution-box p{font-weight:400!important}
.check-item,.feature-list li,.solution-item{font-weight:500!important}
.hero .lead{color:#52657c!important}
.hero .lead strong,.lead strong{font-weight:800!important;color:#0b1d36!important}
.card b,.headline,.price-card h3,.qa-card h3,.service-card h3,.title,h1,h2,h3{font-weight:800!important}
.eyebrow,.mini-label,.price-badge,.workday-badge{font-weight:700!important}
.btn{font-weight:800!important}
.price-card.featured.popular-card{padding:0!important;overflow:hidden!important;border:0!important;border-radius:32px!important;background:linear-gradient(135deg,#0a48b3 0,#0d8bff 100%)!important;box-shadow:0 28px 85px rgba(10,72,179,.18)!important}
.price-card.featured.popular-card .popular-ribbon{display:flex!important;align-items:center!important;justify-content:center!important;min-height:58px!important;margin:0!important;padding:16px 18px 14px!important;background:0 0!important;letter-spacing:.08em!important;line-height:1!important}
.price-card.featured.popular-card .popular-inner{background:#fff!important;border-radius:28px 28px 32px 32px!important;margin:0!important;padding:28px!important;border:1px solid rgba(10,72,179,.1)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.85)!important}
.price-card.featured.popular-card .price-top{padding-top:0!important}
.price-card.featured.popular-card:hover{transform:translateY(-5px)!important;box-shadow:0 34px 95px rgba(10,72,179,.22)!important}
.price-card.featured .popular-ribbon{border-radius:32px 32px 0 0!important}
@media (max-width:720px){.price-card.featured.popular-card{border-radius:28px!important}
.price-card.featured.popular-card .popular-ribbon{min-height:52px!important;border-radius:28px 28px 0 0!important;font-size:13px!important}
.price-card.featured.popular-card .popular-inner{border-radius:24px 24px 28px 28px!important;padding:22px!important}
}
.price-card.featured.popular-tab-card{position:relative!important;overflow:visible!important;padding:34px 26px 26px!important;border:1px solid rgba(10,72,179,.42)!important;border-radius:28px!important;box-shadow:0 24px 70px rgba(10,72,179,.12)!important;background:#fff!important}
.price-card.featured.popular-tab-card .popular-inner{display:contents!important;padding:0!important;margin:0!important;background:0 0!important;border:0!important;box-shadow:none!important}
.price-card.featured.popular-tab-card::before{content:""!important;position:absolute!important;inset:-1px!important;border-radius:28px!important;pointer-events:none!important;box-shadow:0 0 0 1px rgba(10,72,179,.18)!important;display:block!important}
.price-card.featured.popular-tab-card .popular-ribbon{transform:translateX(-50%)!important;display:flex!important;align-items:center!important;justify-content:center!important;width:min(76%,230px)!important;min-height:42px!important;margin:0!important;padding:12px 22px!important;background:linear-gradient(135deg,#0a48b3 0,#0d8bff 100%)!important;color:#fff!important;font-size:13px!important;font-weight:700!important;letter-spacing:.075em!important;line-height:1!important;text-transform:uppercase!important;box-shadow:0 14px 34px rgba(10,72,179,.24)!important;z-index:5!important}
.price-card.featured.popular-tab-card .price-top{padding-top:0!important}
.price-card.featured.popular-tab-card .price-body{width:100%!important}
.price-card.featured.popular-tab-card:hover{transform:translateY(-5px)!important;box-shadow:0 30px 86px rgba(10,72,179,.17)!important}
.price-card.featured.popular-tab-card .popular-ribbon+.price-top{margin-top:0!important}
@media (max-width:720px){.price-card.featured.popular-tab-card{padding:32px 22px 24px!important;border-radius:24px!important}
.price-card.featured.popular-tab-card::before{border-radius:24px!important}
.price-card.featured.popular-tab-card .popular-ribbon{top:-19px!important;min-height:38px!important;width:min(78%,210px)!important;font-size:12px!important;border-radius:16px!important}
}
.price-card.featured.popular-featured-card::before{position:absolute!important;inset:-1px!important;border-radius:28px!important;pointer-events:none!important;box-shadow:0 0 0 1px rgba(10,72,179,.14)!important}
.price-card.featured.popular-featured-card .popular-ribbon{left:-1px!important;right:-1px!important;top:-50px!important}
.price-card.featured.popular-featured-card,.price-card.featured.popular-featured-card .price-top{min-width:0!important}
.price-card .price{white-space:nowrap!important;letter-spacing:0!important;line-height:1.05!important}
.price-card .price-desc{line-height:1.65!important}
.price-card .feature-list{display:grid!important;gap:10px!important}
.price-card .feature-list li{line-height:1.5!important}
.price-card .instant-box{width:100%!important;box-sizing:border-box!important}
.price-card .price-actions .btn{width:100%!important;justify-content:center!important}
.price-card.featured.popular-card .popular-ribbon,.price-card.featured.popular-tab-card .popular-ribbon{position:absolute!important;left:-1px!important;right:-1px!important;top:-50px!important;width:auto!important;border-radius:28px 28px 0 0!important}
@media (max-width:720px){.package-grid{padding-top:50px!important}
.price-card.featured.popular-featured-card{padding:24px 22px!important;border-radius:24px!important}
.price-card.featured.popular-featured-card::before{border-radius:24px!important}
.price-card.featured.popular-featured-card .popular-ribbon{top:-46px!important;min-height:48px!important;border-radius:24px 24px 0 0!important;font-size:12px!important}
.price-card .price{font-size:32px!important}
}
.package-grid{padding-top:32px!important;align-items:stretch!important}
.price-card.featured.popular-featured-card{position:relative!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;padding:0!important;border:1.5px solid rgba(10,72,179,.72)!important;border-radius:28px!important;background:#fff!important;box-shadow:0 24px 72px rgba(10,72,179,.14)!important;transform:none!important}
.price-card.featured.popular-featured-card::before{content:none!important;display:none!important}
.price-card.featured.popular-featured-card:hover{transform:translateY(-5px)!important;box-shadow:0 30px 86px rgba(10,72,179,.18)!important}
.price-card.featured.popular-featured-card .popular-ribbon{position:static!important;inset:auto!important;transform:none!important;width:100%!important;min-height:52px!important;margin:0!important;padding:15px 18px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:0!important;background:linear-gradient(135deg,#0a48b3 0,#0d8bff 100%)!important;color:#fff!important;font-size:12px!important;font-weight:900!important;letter-spacing:.08em!important;line-height:1!important;text-transform:uppercase!important;box-shadow:none!important;z-index:2!important}
.price-card.featured.popular-featured-card .price-top{width:100%!important;padding:24px 24px 18px!important;background:#fff!important}
.price-card.featured.popular-featured-card .price-body{width:100%!important;min-width:0!important;padding:0 24px 24px!important;display:flex!important;flex:1!important;flex-direction:column!important}
.price-card.featured.popular-featured-card .workday-badge{margin-bottom:16px!important;padding:7px 13px!important;font-size:11px!important;border-radius:999px!important}
.price-card.featured.popular-featured-card h3{margin-bottom:10px!important;font-size:24px!important;line-height:1.2!important;color:#071b3a!important}
.price-card.featured.popular-featured-card .price-desc{min-height:74px!important;margin:0 0 16px!important;color:#53657d!important;font-size:14px!important;line-height:1.6!important}
.price-card.featured.popular-featured-card .price{margin-top:0!important;color:#0a48b3!important;font-size:32px!important;line-height:1.05!important;letter-spacing:0!important;white-space:nowrap!important}
.price-card.featured.popular-featured-card .monthly{margin-top:7px!important;font-size:13px!important;line-height:1.45!important}
.price-card.featured.popular-featured-card .instant-box{position:relative!important;display:block!important;width:100%!important;margin:0 0 20px!important;padding:24px 16px 16px!important;border:1px dashed rgba(245,158,11,.56)!important;border-radius:16px!important;background:#fffbeb!important;box-shadow:none!important;color:#78350f!important;text-align:center!important}
.price-card.featured.popular-featured-card .instant-box .instant-icon{position:absolute!important;top:-13px!important;left:50%!important;transform:translateX(-50%)!important;width:26px!important;height:26px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#fbbf24!important;color:#fff!important;font-size:13px!important;line-height:1!important;box-shadow:0 8px 18px rgba(245,158,11,.18)!important}
.price-card.featured.popular-featured-card .instant-box div{display:grid!important;gap:5px!important}
.price-card.featured.popular-featured-card .instant-box b{display:block!important;color:#92400e!important;font-size:10.5px!important;font-weight:900!important;letter-spacing:.04em!important;line-height:1.25!important;text-transform:uppercase!important}
.price-card.featured.popular-featured-card .instant-box small,.price-card.featured.popular-featured-card .instant-box span{display:block!important;color:#78350f!important;font-size:12px!important;font-weight:700!important;line-height:1.45!important}
.price-card.featured.popular-featured-card .feature-list{display:grid!important;gap:12px!important;margin:0!important;padding:0!important}
.price-card.featured.popular-featured-card .feature-list li{position:relative!important;padding-left:22px!important;color:#334155!important;font-size:13.5px!important;line-height:1.5!important}
.price-card.featured.popular-featured-card .feature-list li::before{top:0!important;left:0!important;color:#16a34a!important;font-weight:900!important}
.price-card.featured.popular-featured-card .feature-toggle{margin-top:16px!important;padding:8px 0!important;font-size:13px!important;line-height:1.3!important}
.price-card.featured.popular-featured-card .feature-more{margin-top:8px!important}
.price-card.featured.popular-featured-card .price-actions{margin-top:auto!important;padding-top:22px!important}
.price-card.featured.popular-featured-card .price-actions .btn{width:100%!important;min-height:46px!important;border-radius:999px!important}
@media (max-width:1100px){.package-grid{padding-top:0!important}
}
@media (max-width:640px){.price-card.featured.popular-featured-card{border-radius:22px!important}
.price-card.featured.popular-featured-card .popular-ribbon{min-height:44px!important;padding:13px 16px!important;font-size:10px!important}
.price-card.featured.popular-featured-card .price-top{padding:22px 20px 16px!important}
.price-card.featured.popular-featured-card .price-body{padding:0 20px 22px!important}
.price-card.featured.popular-featured-card .price-desc{min-height:auto!important}
.price-card.featured.popular-featured-card .price{font-size:30px!important;letter-spacing:0!important}
.price-card.featured.popular-featured-card .instant-box{padding:24px 14px 15px!important}
}
.client-logo-section .client-logo-cloud,.client-logo-section .client-logo-item,.price-card.featured.popular-featured-card .price-actions .btn{display:flex!important;align-items:center!important;justify-content:center!important}
.client-logo-section .client-logo-cloud{flex-wrap:wrap!important;gap:5px!important;width:min(100%,1160px)!important;margin:22px auto 0!important}
.client-logo-section .client-logo-item{flex:0 1 145px!important;width:145px!important;min-height:70px!important;padding:0!important;background:0 0!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}
.client-logo-section .client-logo-item:hover{transform:none!important;box-shadow:none!important}
.client-logo-section .client-logo-item img{display:block!important;width:auto!important;max-width:138px!important;height:auto!important;max-height:62px!important;object-fit:contain!important;transform:none!important;transform-origin:center!important}
@media (max-width:1100px){.client-logo-section .client-logo-item{flex-basis:132px!important;width:132px!important;min-height:66px!important}
.client-logo-section .client-logo-item img{max-width:126px!important;max-height:58px!important}
}
@media (max-width:768px){.client-logo-section .client-logo-item{flex-basis:112px!important;width:112px!important;min-height:58px!important}
.client-logo-section .client-logo-item img{max-width:106px!important;max-height:50px!important}
}
@media (max-width:520px){.client-logo-section .client-logo-item{flex-basis:96px!important;width:96px!important;min-height:50px!important}
.client-logo-section .client-logo-item img{max-width:90px!important;max-height:44px!important}
}
.trust-section{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 18%,rgba(10,72,179,.12),transparent 30%),radial-gradient(circle at 88% 72%,rgba(13,139,255,.12),transparent 34%),linear-gradient(135deg,#eef6ff 0,#f7fbff 52%,#eef6ff 100%)}
.trust-section::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(10,72,179,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(10,72,179,.055) 1px,transparent 1px);background-size:42px 42px;opacity:.7;pointer-events:none}
.trust-section::after{content:"JWM";position:absolute;right:clamp(18px,5vw,78px);top:50%;transform:translateY(-50%);font-family:"Plus Jakarta Sans",sans-serif;font-size:clamp(82px,12vw,190px);font-weight:900;letter-spacing:0;color:rgba(10,72,179,.045);pointer-events:none;line-height:1}
.trust-section .container{position:relative;z-index:2}
.trust-section .card{position:relative;overflow:hidden;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border:1px solid rgba(10,72,179,.14);box-shadow:0 18px 52px rgba(10,72,179,.08)}
.qa-card::after,.trust-section .card::before{content:"";position:absolute;border-radius:999px}
.trust-section .card::before{width:74px;height:74px;right:-26px;top:-28px;background:rgba(10,72,179,.08)}
.qa-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:34px}
.qa-card{position:relative;padding:26px;border-radius:24px;border:1px solid rgba(10,72,179,.12);background:#fff;box-shadow:0 18px 54px rgba(7,27,58,.07);overflow:hidden}
.qa-card::after{width:96px;height:96px;right:-42px;bottom:-46px;background:rgba(10,72,179,.07)}
.qa-number{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:14px;margin-bottom:16px;background:linear-gradient(135deg,var(--primary),var(--primary-3));color:#fff;font-weight:900;box-shadow:0 12px 30px rgba(10,72,179,.22)}
.qa-card h3{margin:0 0 10px;font-size:19px;line-height:1.35;color:var(--navy)}
.qa-card p{margin:0;line-height:1.78;color:#53657d}
.qa-card.highlight{border-color:rgba(10,72,179,.26);background:linear-gradient(180deg,#fff 0,#f4f9ff 100%)}
.section-cta-mini{margin-top:30px;display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.solution-box{border-radius:30px;padding:clamp(26px,4vw,42px);background:radial-gradient(circle at 18% 16%,rgba(10,72,179,.12),transparent 32%),linear-gradient(135deg,#f8fbff 0,#eef6ff 100%);border:1px solid rgba(10,72,179,.12);box-shadow:0 22px 70px rgba(10,72,179,.1)}
.solution-layout{align-items:stretch}
.solution-copy{display:flex;flex-direction:column;justify-content:center;min-width:0}
.solution-copy .title{margin-top:16px}
.solution-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;margin-top:18px;counter-reset:solution-step}
.solution-item{position:relative;min-height:76px;padding:14px 14px 14px 58px;border:1px solid rgba(10,72,179,.12);border-radius:14px;background:rgba(255,255,255,.78);color:#1b2b45;line-height:1.5;box-shadow:0 8px 22px rgba(7,27,58,.04);counter-increment:solution-step}
.solution-item::before{content:counter(solution-step,decimal-leading-zero);position:absolute;top:14px;left:14px;display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#0a48b3;color:#fff;font-size:11px;font-weight:900;line-height:1;box-shadow:0 8px 18px rgba(10,72,179,.22)}
.flow-note,.solution-copy .flow-note{margin-top:8px}
.solution-copy .flow-note h3{margin:0;color:#0b2040;font-family:var(--font-head);font-size:20px;line-height:1.4}
.solution-photo{align-self:center;aspect-ratio:1/1;width:100%;overflow:hidden;border:10px solid #fff;border-radius:34px;background:#fff;box-shadow:var(--shadow-blue)}
.solution-photo img{width:100%;height:100%;object-fit:cover;object-position:center 40%}
.header .brand img{height:64px!important;max-height:64px!important;width:auto;max-width:230px;object-fit:contain;display:block}
@media (max-width:860px){.header .brand img{height:48px!important;max-height:48px!important;max-width:185px}
.header .nav{min-height:70px}
}
.contact-map-card{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:22px;align-items:stretch}
.contact-map-frame,.contact-map-info{min-height:260px;border-radius:24px;background:#fff;border:1px solid rgba(10,72,179,.12);box-shadow:0 18px 54px rgba(7,27,58,.07);overflow:hidden}
.contact-map-info{padding:clamp(24px,3vw,34px);display:flex;flex-direction:column;justify-content:center}
.contact-map-info h3{margin:0 0 12px;color:var(--navy);font-size:24px;line-height:1.3}
.contact-map-info p{margin:0 0 18px;color:#53657d;font-weight:600;line-height:1.8}
.contact-map-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}
.contact-map-frame iframe{display:block;width:100%;height:100%;min-height:260px;border:0}
@media (max-width:860px){.contact-map-card,.qa-grid,.solution-list{grid-template-columns:1fr}
.trust-section::after{display:none}
.qa-card{padding:22px}
.solution-list{position:relative;gap:0;padding-left:0}
.solution-list::before{content:"";position:absolute;top:30px;bottom:30px;left:29px;width:2px;background:linear-gradient(180deg,#0a48b3,rgba(13,139,255,.22))}
.solution-item{min-height:0;padding:12px 8px 20px 64px;border:0;border-radius:0;background:0 0;box-shadow:none}
.solution-item:last-child{padding-bottom:8px}
.solution-item::before{top:8px;left:12px;width:36px;height:36px;border:4px solid #eef6ff;z-index:1}
.solution-photo{margin-top:8px;border-width:8px;border-radius:28px}
}
.cta-panel.has-team-photo{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);gap:clamp(24px,4vw,46px);align-items:center;overflow:hidden}
.cta-copy{position:relative;z-index:2;max-width:720px}
.cta-copy .lead{margin-bottom:0;max-width:650px}
.cta-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px 18px;margin-top:26px}
.cta-contact-note{margin:0;color:rgba(255,255,255,.78);font-weight:700;line-height:1.5}
.cta-team-photo{position:relative;z-index:2;width:100%;max-width:430px;margin-left:auto;border-radius:26px;overflow:hidden;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);box-shadow:0 24px 62px rgba(4,14,38,.28)}
.cta-team-photo img{display:block;width:100%;height:clamp(250px,24vw,330px);object-fit:cover;object-position:center center}
@media (max-width:960px){.cta-panel.has-team-photo{grid-template-columns:1fr;gap:24px}
.cta-team-photo{max-width:100%;margin-left:0}
.cta-team-photo img{height:300px}
}
@media (max-width:640px){.cta-actions{align-items:flex-start;flex-direction:column}
.cta-team-photo{border-radius:20px}
.cta-team-photo img{height:235px}
}
.client-gallery-section{position:relative;overflow:hidden}
.client-gallery-slider{position:relative;margin-top:30px;padding:0 46px}
.client-gallery-viewport{overflow-x:auto;overflow-y:hidden;border-radius:0;padding:10px 0 16px;cursor:grab;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-y;user-select:none}
.client-gallery-viewport::-webkit-scrollbar{display:none}
.client-gallery-viewport.is-dragging{cursor:grabbing;scroll-behavior:auto}
.client-gallery-track{display:flex;align-items:center;gap:8px;width:max-content}
.client-gallery-card{flex:0 0 350px;contain:layout paint style;border-radius:0;padding:8px;background:#fff;border:1px solid rgba(10,72,179,.1);box-shadow:0 18px 44px rgba(7,27,58,.09)}
.client-gallery-btn{position:relative;display:block;width:100%;padding:0;border:0;background:0 0;cursor:pointer;overflow:hidden;border-radius:0}
.client-gallery-btn img{display:block;width:100%;height:auto;object-fit:contain;border-radius:0;transition:transform .35s ease}
.client-gallery-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:14px;background:linear-gradient(180deg,rgba(7,27,58,0) 45%,rgba(7,27,58,.72) 100%);opacity:0;transition:opacity .25s ease}
.client-gallery-overlay span{display:inline-flex;align-items:center;justify-content:center;padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--primary);font-size:12px;font-weight:900}
.client-gallery-card:focus-within .client-gallery-overlay,.client-gallery-card:hover .client-gallery-overlay{opacity:1}
.client-gallery-card:hover img{transform:scale(1.025)}
.client-gallery-nav{position:absolute;top:50%;z-index:5;width:42px;height:42px;transform:translateY(-50%);border:0;border-radius:999px;background:#fff;color:var(--primary);font-size:30px;line-height:1;font-weight:800;cursor:pointer;box-shadow:0 14px 34px rgba(7,27,58,.16);transition:.25s ease}
.client-gallery-nav:hover{transform:translateY(-50%) scale(1.06);background:var(--primary);color:#fff}
.client-gallery-nav.prev{left:0}
.client-gallery-nav.next{right:0}
.client-gallery-trust-note{max-width:920px;margin:28px auto 0;text-align:center;color:#53657d;font-size:17px;line-height:1.8;font-weight:700}
.client-gallery-trust-note strong{color:var(--navy);font-weight:900}
.client-gallery-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:44px 22px 22px}
.client-gallery-modal.is-open{display:flex}
.client-gallery-modal-backdrop{position:absolute;inset:0;background:rgba(3,13,30,.78);backdrop-filter:blur(7px)}
.client-gallery-modal-dialog{position:relative;z-index:2;width:min(980px,94vw);max-height:88vh;overflow:auto;border-radius:0;background:#fff;box-shadow:0 26px 90px rgba(0,0,0,.34);padding-top:26px}
.client-gallery-modal-dialog img{display:block;width:calc(100% - 48px);max-height:66vh;height:auto;margin:0 auto;object-fit:contain;background:#fff;border-radius:0}
.client-gallery-modal-caption{padding:22px 24px 26px}
.client-gallery-modal-caption h3{margin:0 0 8px;color:var(--navy);font-size:22px;line-height:1.35}
.client-gallery-modal-caption p{margin:0;color:#53657d;line-height:1.75;font-weight:650}
.client-gallery-modal-close{position:absolute;top:12px;right:12px;z-index:3;width:38px;height:38px;border:0;border-radius:999px;background:rgba(255,255,255,.94);color:var(--navy);font-size:28px;line-height:1;cursor:pointer;box-shadow:0 12px 28px rgba(0,0,0,.18)}
@media (max-width:980px){.client-gallery-slider{padding:0 40px}
.client-gallery-card{flex-basis:270px}
}
@media (max-width:640px){.client-gallery-slider{padding:0}
.client-gallery-track{gap:8px}
.client-gallery-card{flex-basis:82vw;padding:8px;border-radius:0}
.client-gallery-nav{display:none}
.client-gallery-trust-note{font-size:15px;line-height:1.75}
.client-gallery-modal{padding:34px 14px 14px}
.client-gallery-modal-dialog{max-height:90vh;padding-top:22px}
.client-gallery-modal-dialog img{width:calc(100% - 28px);max-height:58vh}
}
.client-logo-trust-note{max-width:860px;margin:24px auto 0;text-align:center;color:#53657d;font-size:16px;line-height:1.75;font-weight:600}
#paket .feature-list{gap:7px;margin-top:12px}
#paket .feature-list li{margin:0;padding-left:23px;line-height:1.38;font-size:13.35px}
#paket .feature-list li::before{color:#16a34a!important}
#paket .feature-list li.no{text-decoration:line-through;text-decoration-thickness:1.5px;text-decoration-color:currentColor;color:#9ca3af!important}
#paket .feature-list li.no::before{content:"×"!important;color:#ef4444!important;font-weight:900;text-decoration:none}
#paket .feature-more{margin-top:0;max-height:0!important;opacity:0;overflow:hidden!important;visibility:hidden;transition:max-height .32s ease,opacity .22s ease,visibility .22s ease}
#paket .feature-more.is-open{max-height:680px!important;opacity:1;overflow:visible!important;visibility:visible}
#paket .feature-more .feature-list{gap:7px;margin-top:4px}
#paket .price-body{gap:9px;overflow:visible}
#paket .price-card{overflow:visible}
#paket .instant-box{margin-bottom:2px}
#paket .feature-toggle{margin-top:2px;margin-bottom:0;transition:color .22s ease,transform .22s ease}
#paket .feature-toggle:hover{color:var(--primary);transform:translateX(2px)}
#paket .price-actions{margin-top:14px}
#paket .price-actions .btn{transition:transform .24s ease,box-shadow .24s ease,background .24s ease,border-color .24s ease,color .24s ease}
#paket .price-actions .btn:focus-visible,#paket .price-actions .btn:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(10,72,179,.22)}
#paket .price-actions .btn-outline:focus-visible,#paket .price-actions .btn-outline:hover{background:var(--primary);border-color:var(--primary);color:#fff}
#paket .featured .price-actions .btn-primary:focus-visible,#paket .featured .price-actions .btn-primary:hover{background:linear-gradient(135deg,#0b4ec3,#168bff);color:#fff;transform:translateY(-3px) scale(1.015);box-shadow:0 18px 38px rgba(10,72,179,.32);filter:brightness(1.04)}
#paket .popular-featured-card{transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
#paket .popular-featured-card:hover{transform:translateY(-4px);box-shadow:0 24px 58px rgba(10,72,179,.18);border-color:rgba(10,72,179,.45)}
.pricing-negotiation-note{max-width:880px;margin:28px auto 0;padding:18px 22px;border-radius:20px;background:linear-gradient(135deg,rgba(10,72,179,.08),rgba(13,139,255,.08));border:1px solid rgba(10,72,179,.12);color:#53657d;text-align:center;line-height:1.72;font-weight:600;box-shadow:0 16px 42px rgba(7,27,58,.06)}
.pricing-negotiation-note span{color:var(--navy);font-weight:750}
.testimonial-section{overflow:hidden;border-top:1px solid #e3ebf5;border-bottom:1px solid #e3ebf5;background:#f4f8fc;color:#102642}
.testimonial-heading{max-width:760px;margin:0 auto 38px;text-align:center}
.testimonial-heading .eyebrow{border-color:#c7dcf7;background:#e4efff;color:#0a48b3}
.testimonial-heading .title{margin-top:16px;color:#102642}
.testimonial-heading p{margin:0;color:#5f7087;font-size:16px;line-height:1.75}
.testimonial-slider{position:relative;padding:0 58px}
.testimonial-viewport{overflow:hidden;outline:0;cursor:grab;touch-action:pan-y;user-select:none}
.testimonial-viewport.is-dragging{cursor:grabbing}
.testimonial-viewport:focus-visible{outline:2px solid #0a48b3;outline-offset:6px}
.testimonial-track{display:flex;gap:18px;transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform}
.testimonial-slide{flex:0 0 calc((100% - 36px)/3);min-width:0;margin:0;overflow:hidden;padding:8px;border:1px solid #d7e3f1;border-radius:8px;background:#fff;box-shadow:0 18px 44px rgba(7,27,58,.1)}
.testimonial-slide img{width:100%;aspect-ratio:9/16;object-fit:cover;border-radius:5px;pointer-events:none;-webkit-user-drag:none}
.testimonial-nav{position:absolute;top:50%;z-index:3;display:grid;width:42px;height:42px;padding:0;place-items:center;transform:translateY(-50%);border:1px solid #bfd3ec;border-radius:50%;background:#fff;color:#0a48b3;cursor:pointer;box-shadow:0 12px 30px rgba(7,27,58,.14);transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}
.testimonial-nav:hover,.testimonial-nav:focus-visible{border-color:#0a48b3;background:#0a48b3;color:#fff;transform:translateY(-50%) scale(1.06)}
.testimonial-nav span{width:10px;height:10px;border-bottom:2px solid currentColor;border-left:2px solid currentColor}
.testimonial-prev{left:0}
.testimonial-prev span{margin-left:4px;transform:rotate(45deg)}
.testimonial-next{right:0}
.testimonial-next span{margin-right:4px;transform:rotate(225deg)}
.testimonial-controls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:26px}
.testimonial-dots{display:flex;align-items:center;justify-content:center;gap:8px}
.testimonial-dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#a9b9cc;cursor:pointer;transition:width .2s ease,background .2s ease,border-radius .2s ease}
.testimonial-dot:hover,.testimonial-dot:focus-visible{background:#4d8edf}
.testimonial-dot.is-active{width:24px;border-radius:999px;background:#0a48b3}
.testimonial-counter{min-width:48px;color:#64758b;font-size:12px;font-weight:800}
@media (max-width:980px){.testimonial-slider{padding:0 50px}.testimonial-track{gap:16px}.testimonial-slide{flex-basis:calc((100% - 16px)/2)}}
@media (max-width:640px){.testimonial-section{padding:64px 0}.testimonial-heading{margin-bottom:28px}.testimonial-heading p{font-size:14px}.testimonial-slider{padding:0}.testimonial-track{gap:12px}.testimonial-slide{flex-basis:86%}.testimonial-nav{display:none}.testimonial-controls{gap:12px;margin-top:20px}.testimonial-dots{max-width:260px;gap:6px}.testimonial-dot{width:6px;height:6px}.testimonial-dot.is-active{width:18px}}
@media (max-width:640px){#paket .feature-list{gap:6px}
#paket .feature-list li{line-height:1.36;font-size:13.1px}
.pricing-negotiation-note{margin-top:22px;padding:16px 18px;font-size:14px}
}
#paket .package-grid{align-items:flex-start}
#paket .feature-more:not(.is-open){max-height:0!important;opacity:0!important;visibility:hidden!important;margin:0!important;padding:0!important;overflow:hidden!important}
#paket .feature-more:not(.is-open) .feature-list{margin:0!important}
.wa-conversion-widget{position:fixed;right:clamp(16px,2.2vw,28px);bottom:clamp(16px,2.4vw,28px);z-index:9990;display:flex;flex-direction:column;align-items:flex-end;gap:12px;font-family:inherit}
.wa-conversion-card{width:min(300px,calc(100vw - 32px));position:relative;padding:15px;border-radius:18px;background:#fff;border:1px solid rgba(16,179,90,.16);box-shadow:0 20px 54px rgba(7,27,58,.16);transform-origin:right bottom;animation:waCardIn .55s ease both}
.wa-conversion-card.is-hidden{display:none}
.wa-conversion-card.is-refreshing{animation:waCardIn .42s ease both}
.wa-conversion-card::after{content:"";position:absolute;right:26px;bottom:-8px;width:18px;height:18px;background:#fff;border-right:1px solid rgba(10,72,179,.12);border-bottom:1px solid rgba(10,72,179,.12);transform:rotate(45deg)}
.wa-conversion-badge{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;padding:6px 9px;border-radius:999px;background:rgba(15,182,86,.1);color:#10833e;font-size:11px;font-weight:800;line-height:1}
.wa-conversion-badge::before{content:"";width:7px;height:7px;border-radius:999px;background:#16a34a;box-shadow:0 0 0 4px rgba(22,163,74,.12)}
.wa-conversion-card h3{margin:0 27px 7px 0;color:var(--navy);font-size:16px;line-height:1.32;letter-spacing:0}
.wa-conversion-card p{margin:0;color:#53657d;font-size:12.5px;line-height:1.58;font-weight:600}
.wa-conversion-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:11px}
.wa-conversion-actions .wa-chat-btn,.wa-conversion-actions .wa-price-btn{display:inline-flex;min-height:36px;align-items:center;justify-content:center;border-radius:999px;padding:0 13px;font-size:11px;font-weight:900;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease}
.wa-chat-btn{background:linear-gradient(135deg,#10b35a,#16d46d);color:#fff;box-shadow:0 12px 28px rgba(16,179,90,.28)}
.wa-price-btn{background:#eef6ff;color:var(--primary);border:1px solid rgba(10,72,179,.13)}
.wa-chat-btn:hover,.wa-price-btn:hover{transform:translateY(-2px)}
.wa-chat-btn:hover{box-shadow:0 16px 34px rgba(16,179,90,.36)}
.wa-price-btn:hover{background:var(--primary);color:#fff}
.wa-conversion-close{position:absolute;top:10px;right:10px;width:27px;height:27px;border:0;border-radius:999px;background:#f1f5f9;color:#334155;font-size:17px;line-height:1;cursor:pointer;transition:.22s ease}
.wa-conversion-close:hover{background:#e2e8f0;transform:rotate(90deg)}
.wa-float{position:relative;right:auto;bottom:auto;display:inline-flex;width:66px;height:66px;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#12b85f,#20d873);color:#fff;text-decoration:none;box-shadow:0 18px 46px rgba(18,184,95,.34);animation:waPulse 2.2s ease-in-out infinite;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}
.wa-float:focus-visible,.wa-float:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 22px 54px rgba(18,184,95,.46);filter:brightness(1.03)}
.wa-float-icon{width:32px;height:32px;line-height:1;display:inline-flex;align-items:center;justify-content:center}
.wa-float-icon svg{width:100%;height:100%;display:block;fill:currentColor}
@media (max-width:640px){.wa-conversion-widget{right:12px;bottom:12px;gap:9px}
.wa-conversion-card{width:min(260px,calc(100vw - 24px));padding:12px;border-radius:16px}
.wa-conversion-card::after{right:21px;width:15px;height:15px}
.wa-conversion-badge{margin-bottom:7px;padding:5px 8px;font-size:9px}
.wa-conversion-card h3{margin-right:24px;font-size:14px;line-height:1.28}
.wa-conversion-card p{font-size:11px;line-height:1.5}
.wa-conversion-actions{gap:6px;margin-top:9px}
.wa-conversion-actions .wa-chat-btn,.wa-conversion-actions .wa-price-btn{min-height:33px;padding:0 10px;font-size:9.5px}
.wa-conversion-close{top:8px;right:8px;width:24px;height:24px;font-size:15px}
.wa-float{width:52px;height:52px}
.wa-float-icon{width:27px;height:27px;font-size:23px}
.wa-float-label{display:none}
}
#paket .feature-list li.no span{text-decoration:line-through;text-decoration-thickness:1.5px;text-decoration-color:currentColor}
.home-exact-blog-thumb{overflow:hidden}
.home-exact-blog-thumb img{width:100%;height:100%;object-fit:cover}
.header{position:sticky;top:0;z-index:100;background:#fff!important;border-bottom:1px solid #e3eaf3;box-shadow:0 8px 26px rgba(7,27,58,.05);backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.header .nav{display:flex;min-height:90px!important;height:90px!important;align-items:center;justify-content:space-between;gap:24px}
.header .brand{min-width:190px!important}
.header .brand img.site-header-logo{width:190px!important;height:auto!important;max-width:190px!important;max-height:64px!important;object-fit:contain!important}
.header .nav-menu{position:static;display:flex;align-items:center;gap:22px;padding:0;border:0;background:transparent;box-shadow:none;font-size:16px;font-weight:800}
.header .nav-menu>a:not(.btn),.nav-dropdown-link{position:relative}
.header .nav-menu>a.active,.nav-dropdown-link.active{color:#0a48b3}
.header .nav-menu>a.active::after,.nav-dropdown-link.active::after{display:none}
.header .nav-menu>.btn{min-height:48px;padding-inline:22px;font-size:15px;font-weight:900}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.menu-toggle{position:relative;display:none;width:42px;height:42px;padding:0;border:1px solid #bfd0e5;border-radius:8px;background:#fff;color:#0a48b3;cursor:pointer;transition:border-color .2s ease,background .2s ease}
.menu-toggle:hover,.menu-toggle:focus-visible,.menu-toggle.is-open{border-color:#0a48b3;background:#eef6ff}
.menu-toggle-line{position:absolute;left:11px;width:18px;height:2px;border-radius:2px;background:currentColor;transition:top .22s ease,transform .22s ease,opacity .16s ease}
.menu-toggle-line:nth-child(1){top:13px}
.menu-toggle-line:nth-child(2){top:19px}
.menu-toggle-line:nth-child(3){top:25px}
.menu-toggle.is-open .menu-toggle-line:nth-child(1){top:19px;transform:rotate(45deg)}
.menu-toggle.is-open .menu-toggle-line:nth-child(2){opacity:0}
.menu-toggle.is-open .menu-toggle-line:nth-child(3){top:19px;transform:rotate(-45deg)}
.nav-dropdown{position:relative}
.nav-dropdown-trigger{display:flex;align-items:center;gap:2px}
.nav-dropdown-link{display:inline-flex;align-items:center;color:#15253d}
.nav-dropdown-toggle{display:grid;width:28px;height:28px;padding:0;place-items:center;border:0;background:transparent;color:#15253d;cursor:pointer;transition:color .2s ease}
.nav-dropdown-toggle:hover,.nav-dropdown-toggle:focus-visible,.nav-dropdown.is-open .nav-dropdown-toggle{color:#0a48b3}
.nav-dropdown-chevron{width:8px;height:8px;margin-top:-4px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease,margin .2s ease}
.nav-dropdown.is-open .nav-dropdown-chevron{margin-top:4px;transform:rotate(-135deg)}
.nav-dropdown-menu{position:fixed;top:90px;left:50%;z-index:110;display:grid;width:min(1180px,92vw);grid-template-columns:minmax(0,1.62fr) minmax(330px,.76fr);gap:24px;padding:24px;visibility:hidden;opacity:0;transform:translate(-50%,-8px);border:1px solid #dbe5f0;border-radius:0 0 8px 8px;background:#fff;box-shadow:0 24px 60px rgba(7,27,58,.16);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
.nav-dropdown-menu::before{content:"";position:absolute;right:0;bottom:100%;left:0;height:32px}
.nav-mega-services{min-width:0;padding:2px}
.nav-mega-kicker{display:block;margin:0 0 14px 4px;color:#667991;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.nav-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.nav-service-item{display:flex!important;min-width:0;min-height:100px;align-items:center;gap:14px;padding:17px 16px!important;border-radius:8px;color:#1c2e47;font-size:14px;line-height:1.35;transition:background .18s ease,color .18s ease,box-shadow .18s ease}
.nav-service-item:hover{background:#f2f7fd;color:#0a48b3;box-shadow:inset 0 0 0 1px #dbe8f8}
.nav-service-item.active{background:#e4efff;color:#0a48b3;box-shadow:inset 0 0 0 1px #c4dafa}
.nav-service-item strong{display:block;margin-bottom:5px;font-size:16px;font-weight:900}
.nav-service-item small{display:block;color:#5c6f88;font-size:13px;font-weight:600;line-height:1.5}
.nav-service-mark{display:grid;flex:0 0 48px;width:48px;height:48px;place-items:center;border-radius:8px;background:#dceaff;color:#0a48b3;font-size:11px;font-weight:900}
.nav-mega-feature{position:relative;display:flex!important;min-height:226px;overflow:hidden;align-items:flex-end;padding:0!important;border-radius:8px;background:#0b2f62;color:#fff!important}
.nav-mega-feature::after{content:"";position:absolute;inset:0;background:rgba(6,28,59,.55)}
.nav-mega-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.nav-mega-feature-copy{position:relative;z-index:1;display:block;padding:22px}
.nav-mega-feature-copy small,.nav-mega-feature-copy strong,.nav-mega-feature-copy span{display:block}
.nav-mega-feature-copy small{margin-bottom:7px;color:#b9d8ff;font-size:11px;font-weight:900;text-transform:uppercase}
.nav-mega-feature-copy strong{font-size:19px;line-height:1.25}
.nav-mega-feature-copy span{margin-top:7px;color:rgba(255,255,255,.84);font-size:13px;line-height:1.5}
.nav-promo-link{display:inline-flex;align-items:center;gap:6px;color:#15253d;font-weight:800;cursor:default}
.nav-coming-soon{padding:3px 6px;border-radius:5px;background:#fff1d4;color:#8c5600;font-size:9px;font-weight:900;line-height:1;text-transform:uppercase}
@media (min-width:981px){.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.is-open .nav-dropdown-menu{visibility:visible;opacity:1;transform:translate(-50%,0)}}
@media (max-width:980px){.header .nav{display:grid;min-height:80px!important;height:auto!important;grid-template-columns:minmax(0,1fr) auto;column-gap:14px;align-items:center;padding-top:8px;padding-bottom:8px}
.header .brand{min-width:0!important}
.header .brand img.site-header-logo{width:170px!important;max-width:170px!important;max-height:48px!important}
.menu-toggle{display:block}
.header .nav-menu{position:static!important;grid-column:1/-1;display:flex!important;width:100%;max-height:0;overflow:hidden;align-items:stretch;gap:0;padding:0;visibility:hidden;opacity:0;border:0;border-radius:0;background:#fff;box-shadow:none;transition:max-height .34s ease,opacity .2s ease,padding .34s ease,visibility .34s ease}
.header .nav-menu.open{max-height:calc(100dvh - 80px);overflow-y:auto;padding:8px 0 18px;visibility:visible;opacity:1;border-top:1px solid #e3eaf3}
.header .nav-menu>a:not(.btn),.nav-promo-link{display:flex;min-height:48px;align-items:center;padding:0 4px;border-bottom:1px solid #edf2f7;color:#172941}
.header .nav-menu>a.active::after{top:50%;right:auto;bottom:auto;left:-10px;width:3px;height:24px;transform:translateY(-50%)}
.header .nav-menu .btn{width:100%;min-height:48px;margin-top:14px;border-radius:8px}
.nav-dropdown{width:100%;border-bottom:1px solid #edf2f7}
.nav-dropdown-trigger{width:100%;justify-content:space-between}
.nav-dropdown-link{flex:1;min-height:48px;align-items:center;padding:0 4px}
.nav-dropdown-link.active::after{top:50%;right:auto;bottom:auto;left:-10px;width:3px;height:24px;transform:translateY(-50%)}
.nav-dropdown-toggle{flex:0 0 42px;width:42px;height:42px;border:1px solid #dbe5f0;border-radius:6px;background:#f7fbff}
.nav-dropdown-menu{position:static;display:none;width:100%;grid-template-columns:1fr;margin:0 0 8px;padding:8px;visibility:visible;opacity:1;transform:none;border:0;border-radius:6px;box-shadow:none;background:#f4f8fc}
.nav-dropdown-menu::before{display:none}
.nav-dropdown.is-open .nav-dropdown-menu{display:grid}
.nav-mega-services{padding:2px}
.nav-mega-kicker{margin:5px 8px 8px}
.nav-service-grid{grid-template-columns:1fr;gap:3px}
.nav-service-item{min-height:0;gap:11px;padding:10px!important}
.nav-service-item strong{margin-bottom:3px;font-size:14px}
.nav-service-item small{font-size:11px;line-height:1.45}
.nav-service-mark{flex-basis:34px;width:34px;height:34px}
.nav-mega-feature{display:none!important}
.nav-promo-link{justify-content:space-between}
}
.footer{background:#071827;color:#fff;padding:78px 0 30px}
.footer-grid{display:grid;grid-template-columns:1.35fr .7fr .8fr 1fr;gap:46px}
.footer h3{margin-top:0;color:#fff;font-family:var(--font-head, "Plus Jakarta Sans", Arial, sans-serif);font-size:17px}
.footer p{color:rgba(255,255,255,.75);line-height:1.75}
.footer a{color:inherit;text-decoration:none}
.footer a:hover{color:#fff;text-decoration:underline}
.footer-logo-main{width:auto;height:64px;margin-bottom:22px}
.footer-subtitle{margin-top:24px!important}
.footer-contact-list p,.footer-office-location p{margin:0 0 10px}
.footer-contact-list strong{color:#fff;font-weight:800}
.footer-map{width:100%;height:230px;margin-top:14px;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.06)}
.footer-map iframe{display:block;width:100%;height:100%;border:0}
.footer-bottom{margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12)}
@media (max-width:980px){.footer-grid{grid-template-columns:1fr 1fr;gap:34px}
}
@media (max-width:640px){.footer{padding-top:58px}
.footer-grid{grid-template-columns:1fr}
.footer-logo-main{height:58px}
.footer-map{height:220px}
}
.u-items-center{align-items:center}
.u-mt-20{margin-top:20px}
.u-mt-28{margin-top:28px}
.u-mt-32{margin-top:32px}
.product-mockup-contain{height:430px!important;object-fit:contain!important;background:#f7fbff}

/* Service detail pages */
.service-detail-hero{padding:40px 0 82px;overflow:hidden;background:radial-gradient(circle at 88% 12%,rgba(13,139,255,.16),transparent 30%),linear-gradient(180deg,#f7fbff 0,#fff 100%)}
.service-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:40px;color:#68798f;font-size:13px;font-weight:700}
.service-breadcrumb a:hover{color:#0a48b3}
.service-detail-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);gap:64px;align-items:center}
.service-detail-copy{min-width:0}
.service-detail-copy .headline{font-size:clamp(42px,4.7vw,62px)}
.service-detail-copy .lead{max-width:690px}
.service-detail-visual{min-width:0}
.service-detail-image{overflow:hidden;border:1px solid #d8e4f0;border-radius:8px;background:#eaf3fc;box-shadow:0 26px 70px rgba(10,72,179,.17)}
.service-detail-image img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.service-detail-labels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}
.service-detail-labels span{display:flex;min-height:50px;align-items:center;justify-content:center;padding:10px;border:1px solid #dbe5f0;border-radius:6px;background:#fff;color:#17375f;text-align:center;font-size:12px;font-weight:800;box-shadow:0 8px 22px rgba(7,27,58,.05)}
.service-benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.service-benefit-card{min-width:0;padding:26px;border:1px solid #dbe5f0;border-radius:8px;background:#fff;box-shadow:0 14px 38px rgba(7,27,58,.07)}
.service-step-number{display:grid;width:38px;height:38px;margin-bottom:18px;place-items:center;border-radius:6px;background:#0a48b3;color:#fff;font-size:12px;font-weight:900}
.service-benefit-card h3{margin:0 0 9px;color:#102642;font-size:20px;line-height:1.35}
.service-benefit-card p{margin:0;color:#5f6f84;line-height:1.75}
.service-scope-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);gap:54px;align-items:start}
.service-check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:28px 0 0;padding:0;list-style:none}
.service-check-list li{position:relative;min-height:62px;padding:17px 16px 15px 50px;border:1px solid #dbe5f0;border-radius:6px;background:#fff;color:#263b57;font-weight:700;line-height:1.45}
.service-check-list li::before{content:"✓";position:absolute;top:16px;left:16px;display:grid;width:23px;height:23px;place-items:center;border-radius:50%;background:#e7f2ff;color:#0a48b3;font-size:12px;font-weight:900}
.service-process{padding:30px;border-radius:8px;background:#08254a;color:#fff;box-shadow:0 24px 62px rgba(7,27,58,.2)}
.service-process .eyebrow{background:#fff;color:#0a48b3}
.service-process h2{margin:10px 0 24px;font-size:28px;line-height:1.3}
.service-process ol{margin:0;padding:0;list-style:none;counter-reset:service-process}
.service-process li{position:relative;min-height:58px;padding:0 0 20px 54px;counter-increment:service-process;color:rgba(255,255,255,.82)}
.service-process li:not(:last-child)::after{content:"";position:absolute;top:34px;bottom:4px;left:17px;width:1px;background:rgba(255,255,255,.24)}
.service-process li::before{content:counter(service-process,decimal-leading-zero);position:absolute;top:0;left:0;display:grid;width:35px;height:35px;place-items:center;border-radius:50%;background:#1688f5;color:#fff;font-size:10px;font-weight:900}
.service-process li:last-child{padding-bottom:0}
.service-process li span{display:block;padding-top:5px;font-weight:700;line-height:1.5}
.service-fit-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.service-fit-item{display:flex;min-height:104px;flex-direction:column;justify-content:space-between;padding:18px;border-top:3px solid #0a48b3;background:#f5f9fd}
.service-fit-item span{color:#0a48b3;font-size:12px;font-weight:900}
.service-fit-item strong{color:#1a304d;font-size:14px;line-height:1.45}
.service-detail-cta{grid-template-columns:minmax(0,1fr) minmax(280px,.45fr)}
.service-detail-cta .hero-actions{margin-top:24px}
.service-cta-note{position:relative;z-index:2;padding:24px;border-left:1px solid rgba(255,255,255,.2);color:#fff}
.service-cta-note strong,.service-cta-note span{display:block}
.service-cta-note strong{margin-bottom:9px;font-family:var(--font-head);font-size:18px}
.service-cta-note span{color:rgba(255,255,255,.74);line-height:1.7}
@media (max-width:980px){.service-detail-hero-grid,.service-scope-layout{grid-template-columns:1fr;gap:36px}.service-detail-visual{max-width:760px}.service-benefit-grid{grid-template-columns:1fr}.service-fit-list{grid-template-columns:repeat(2,minmax(0,1fr))}.service-detail-cta{grid-template-columns:1fr}.service-cta-note{border-top:1px solid rgba(255,255,255,.2);border-left:0}}
@media (max-width:640px){.service-detail-hero{padding:26px 0 58px}.service-breadcrumb{margin-bottom:30px}.service-detail-copy .headline{font-size:36px}.service-detail-labels{grid-template-columns:1fr}.service-detail-labels span{min-height:44px}.service-check-list,.service-fit-list{grid-template-columns:1fr}.service-process{padding:24px 20px}.service-process h2{font-size:24px}.service-fit-item{min-height:86px}.service-cta-note{padding:20px 0 0}}

/* Dynamic portfolio */
.portfolio-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0}
.portfolio-tabs button{min-height:42px;padding:0 18px;border:1px solid #dbe5f0;border-radius:4px;background:#f4f7fb;color:#172a45;font:800 14px var(--font-body);cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}
.portfolio-tabs button:hover,.portfolio-tabs button.is-active{border-color:#0e2f58;background:#0e2f58;color:#fff}
.portfolio-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.portfolio-project-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #e1e7ee;border-radius:6px;background:#f1f3f5;transition:transform .22s ease,box-shadow .22s ease}
.portfolio-project-card[hidden]{display:none}
.portfolio-project-card:hover{transform:translateY(-5px);box-shadow:0 18px 44px rgba(7,27,58,.12)}
.portfolio-project-cover{display:grid;aspect-ratio:4/3;place-items:center;overflow:hidden;background:#dfe9f6;color:#0e2f58;font:900 44px var(--font-head)}
.portfolio-project-cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.portfolio-project-card:hover .portfolio-project-cover img{transform:scale(1.025)}
.portfolio-project-body{display:flex;min-height:220px;flex:1;flex-direction:column;align-items:flex-start;padding:26px 28px 28px}
.portfolio-project-category{display:inline-flex;padding:6px 9px;border-radius:2px;background:#0e2f58;color:#fff;font-size:12px;font-weight:800;line-height:1.15}
.portfolio-project-body h3{margin:10px 0 12px;color:#3b4658;font-family:var(--font-head);font-size:20px;line-height:1.3}
.portfolio-project-body h3 a:hover{color:#0a48b3}
.portfolio-project-body p{margin:auto 0 0;padding-top:14px;color:#68778b;font-size:14px}
.portfolio-project-link{display:inline-flex;gap:8px;align-items:center;margin-top:14px;padding-bottom:3px;border-bottom:2px solid #0e2f58;color:#10233d;font-weight:800}
.portfolio-section-action{margin-top:30px;text-align:center}
.portfolio-load-more{min-width:230px}
.portfolio-load-more[hidden]{display:none!important}
.portfolio-filter-empty,.portfolio-empty{padding:28px 0;color:#617187;text-align:center}
.portfolio-page-list{padding-top:54px}
.portfolio-detail-page{background:#fff}
.portfolio-detail-shell{padding:44px 0 74px}
.portfolio-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:42px;color:#68778b;font-size:13px;font-weight:700}
.portfolio-breadcrumb a:hover{color:#0a48b3}
.portfolio-detail-layout{display:grid;grid-template-columns:170px minmax(0,1fr);gap:clamp(42px,7vw,90px);align-items:start;max-width:1060px;margin:0 auto}
.portfolio-project-facts{position:sticky;top:116px;display:grid;gap:22px}
.portfolio-fact span,.portfolio-detail-label{display:block;margin-bottom:5px;color:#69778a;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.portfolio-fact strong{display:block;color:#26364b;font-size:13px;line-height:1.55}
.portfolio-project-content{min-width:0}
.portfolio-project-content>h1{max-width:850px;margin:2px 0 10px;color:#182b47;font-family:var(--font-head);font-size:clamp(32px,4vw,50px);line-height:1.14}
.portfolio-detail-summary{max-width:780px;margin:0 0 28px;color:#5d6e83;font-size:17px;line-height:1.8}
.portfolio-detail-cover{margin:0 0 34px;overflow:hidden;border:1px solid #dce5ef;border-radius:4px;background:#edf3fa}
.portfolio-detail-cover img{width:100%;aspect-ratio:4/3;object-fit:cover}
.portfolio-story{border-top:1px solid #dfe6ee}
.portfolio-story-row{display:grid;grid-template-columns:150px minmax(0,1fr);gap:28px;padding:26px 0;border-bottom:1px solid #dfe6ee}
.portfolio-story-row h2{margin:0;color:#2d3d53;font-family:var(--font-body);font-size:12px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}
.portfolio-richtext{color:#4e5f74;font-size:15px;line-height:1.8}
.portfolio-richtext>:first-child{margin-top:0}
.portfolio-richtext>:last-child{margin-bottom:0}
.portfolio-richtext h2,.portfolio-richtext h3,.portfolio-richtext h4{color:#182b47;font-family:var(--font-head);line-height:1.3}
.portfolio-richtext img{max-width:100%}
.portfolio-supporting-gallery{display:grid;gap:28px;margin-top:42px}
.portfolio-supporting-gallery figure{margin:0}
.portfolio-supporting-gallery img{display:block;width:100%;height:auto;border:1px solid #dce5ef;border-radius:4px}
.portfolio-supporting-gallery figcaption{padding-top:9px;color:#718096;font-size:13px}
.portfolio-detail-cta{border-top:1px solid #e3eaf2}
.portfolio-consultation{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:36px 0}
.portfolio-consultation h2{max-width:720px;margin:14px 0 8px;color:#10233d;font-family:var(--font-head);font-size:clamp(26px,3vw,38px);line-height:1.25}
.portfolio-consultation p{max-width:720px;margin:0;color:#617187}
.portfolio-related .title{max-width:780px;margin-top:14px}
.portfolio-related .portfolio-project-grid{margin-top:30px}
@media (max-width:980px){.portfolio-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-detail-layout{grid-template-columns:1fr;gap:34px}.portfolio-project-facts{position:static;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;padding-bottom:24px;border-bottom:1px solid #dfe6ee}}
@media (max-width:640px){.portfolio-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-tabs button{width:100%;padding:0 10px;font-size:12px}.portfolio-project-grid{grid-template-columns:1fr}.portfolio-project-body{min-height:200px;padding:22px}.portfolio-detail-shell{padding:30px 0 54px}.portfolio-breadcrumb{margin-bottom:28px}.portfolio-project-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-story-row{grid-template-columns:1fr;gap:10px;padding:22px 0}.portfolio-consultation{align-items:flex-start;flex-direction:column}.portfolio-consultation .btn{width:100%}}
