:root {
    --navy: #071f3a;
    --navy-2: #0b2e50;
    --ink: #102237;
    --green: #13c77b;
    --green-light: #72efbd;
    --cream: #f3f6f2;
    --white: #fff;
    --muted: #637184;
    --line: rgba(16, 34, 55, .13);
    --radius: 28px;
    --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.ewom-shop-homepage { margin: 0 !important; padding: 0 !important; min-width: 320px; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; padding: 12px 18px; color: var(--navy); background: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; transition: background .3s, box-shadow .3s, transform .3s; }
.admin-bar .site-header { top: 32px; }
.site-header.scrolled { background: rgba(7, 31, 58, .93); box-shadow: 0 12px 40px rgba(2, 13, 26, .18); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.brand img { width: 66px; height: 66px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.2; font-size: 14px; font-weight: 750; letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button) { position: relative; color: rgba(255,255,255,.78); transition: color .25s; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green); transition: right .25s; }
.main-nav > a:hover { color: #fff; }
.main-nav > a:hover::after { right: 0; }
.main-nav .nav-login { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.18); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 1px solid rgba(255,255,255,.25); background: transparent; border-radius: 12px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: #fff; border-radius: 2px; transition: .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 56px; padding: 0 24px; color: var(--navy); background: var(--green); border: 1px solid var(--green); border-radius: 100px; font-size: 14px; font-weight: 800; transition: transform .25s, box-shadow .25s, background .25s; }
.button span { font-size: 17px; }
.button:hover { background: var(--green-light); transform: translateY(-2px); box-shadow: 0 16px 36px rgba(19,199,123,.22); }
.button-small { min-height: 44px; padding: 0 18px; gap: 10px; font-size: 13px; }
.button-light { background: #fff; border-color: #fff; color: var(--navy); }
.button-light:hover { background: var(--green-light); border-color: var(--green-light); }
body.ewom-shop-homepage .button {
    color: var(--navy) !important;
    background: var(--green) !important;
    border-color: var(--green) !important;
    box-shadow: none;
}
body.ewom-shop-homepage .button:hover,
body.ewom-shop-homepage .button:focus-visible {
    color: var(--navy) !important;
    background: var(--green-light) !important;
    border-color: var(--green-light) !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(19,199,123,.28), 0 0 30px rgba(114,239,189,.2);
}
.text-link { display: inline-flex; align-items: center; gap: 13px; color: #fff; font-size: 14px; font-weight: 750; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateX(5px); }
.text-link.dark { color: var(--ink); }

.hero { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 75% 45%, #104f63 0, var(--navy) 34%, #061a31 72%); }
.hero-grid, .cta-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.24) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent, #000 32%, #000 80%, transparent); }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.orb-one { width: 500px; height: 500px; right: -180px; top: 180px; border: 1px solid rgba(93,243,185,.18); box-shadow: inset 0 0 100px rgba(19,199,123,.06); }
.orb-two { width: 240px; height: 240px; left: -100px; bottom: -80px; background: rgba(19,199,123,.08); filter: blur(40px); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 75px; padding: 150px 0 100px; }
.eyebrow, .section-tag { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #358595; font-size: 11px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { color: var(--green-light); }
.eyebrow span { position: relative; width: 8px; height: 8px; flex: 0 0 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 7px rgba(19,199,123,.12); }
.eyebrow span::after { content: ""; position: absolute; inset: -7px; border: 1px solid rgba(19,199,123,.7); border-radius: 50%; animation: status-pulse 2s ease-out infinite; }
@keyframes status-pulse { 0% { opacity: .8; transform: scale(.55); } 75%, 100% { opacity: 0; transform: scale(1.65); } }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; line-height: 1.02; }
h1 { max-width: 680px; margin-bottom: 25px; font-size: clamp(50px, 5.3vw, 78px); font-weight: 760; }
h1 em, h2 em { color: var(--green-light); font-style: normal; }
.hero-intro { max-width: 580px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 34px 0 43px; }
body.ewom-shop-homepage .hero-actions .button,
body.ewom-shop-homepage .hero-actions .text-link {
    min-height: 56px;
    padding: 0 24px;
    justify-content: center;
    color: var(--navy) !important;
    background: var(--green) !important;
    border: 1px solid var(--green) !important;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    box-shadow: none;
    transition: transform .25s, box-shadow .25s, background .25s;
}
body.ewom-shop-homepage .hero-actions .button:hover,
body.ewom-shop-homepage .hero-actions .button:focus-visible,
body.ewom-shop-homepage .hero-actions .text-link:hover,
body.ewom-shop-homepage .hero-actions .text-link:focus-visible {
    color: var(--navy) !important;
    background: var(--green-light) !important;
    border-color: var(--green-light) !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(19,199,123,.28), 0 0 30px rgba(114,239,189,.2);
}
body.ewom-shop-homepage .hero-actions .text-link:hover span,
body.ewom-shop-homepage .hero-actions .text-link:focus-visible span { transform: translateX(5px); }
.hero-proof { display: flex; gap: 24px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.hero-proof span { min-width: 0; flex: 1 1 0; padding-inline: 24px; border-right: 1px solid rgba(255,255,255,.12); text-align: center; }
.hero-proof span:last-child { border: 0; }
.hero-proof b { display: block; color: #fff; font-size: 13px; text-transform: none; letter-spacing: 0; }
.hero-stage { position: relative; min-height: 560px; perspective: 1000px; transform-style: preserve-3d; }
.stage-glow { position: absolute; width: 420px; height: 420px; left: 14%; top: 12%; background: rgba(19,199,123,.17); filter: blur(80px); border-radius: 50%; }
.browser-card { position: absolute; z-index: 2; width: 91%; top: 68px; left: 3%; overflow: hidden; background: #eaf3f0; border: 1px solid rgba(255,255,255,.26); border-radius: 22px; box-shadow: 0 45px 90px rgba(0,0,0,.34); transform: rotateY(-6deg) rotateX(3deg); }
.browser-top { height: 47px; padding: 0 15px; display: flex; align-items: center; gap: 6px; color: #6e7c89; background: #fff; font-size: 9px; }
.browser-top > span { width: 7px; height: 7px; background: #d6dddc; border-radius: 50%; }
.browser-top div { width: 48%; margin: auto; padding: 5px 12px; text-align: center; background: #f1f4f4; border-radius: 6px; }
.browser-body { height: 360px; display: grid; grid-template-columns: 65px 1fr; }
.browser-sidebar { padding-top: 24px; display: flex; align-items: center; flex-direction: column; gap: 22px; background: var(--navy); }
.browser-sidebar img { width: 36px; height: 36px; object-fit: contain; }
.browser-sidebar i { width: 22px; height: 5px; opacity: .35; background: #94a5b5; border-radius: 5px; }
.browser-sidebar i.active { background: var(--green); opacity: 1; }
.browser-content { position: relative; padding: 54px 40px; color: var(--ink); overflow: hidden; }
.browser-content::after { content: ""; position: absolute; width: 260px; height: 260px; right: -80px; top: -100px; border: 45px solid rgba(19,199,123,.12); border-radius: 50%; }
.mini-label { color: #2f8d78; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.browser-content h2 { margin: 12px 0 28px; font-size: 34px; }
.browser-content h2 span { color: #31997d; }
.mini-chart { width: 65%; height: 95px; display: flex; align-items: end; gap: 10px; padding: 15px; background: #fff; border-radius: 14px; box-shadow: 0 12px 30px rgba(8,35,56,.07); }
.mini-chart i { flex: 1; height: var(--h); background: linear-gradient(var(--green-light), var(--green)); border-radius: 4px 4px 1px 1px; }
.mini-stats { position: absolute; right: 26px; bottom: 45px; width: 140px; padding: 19px; color: #fff; background: var(--navy-2); border-radius: 15px; box-shadow: 0 15px 40px rgba(8,35,56,.2); }
.mini-stats b, .mini-stats span { display: block; }
.mini-stats b { color: var(--green-light); font-size: 25px; }.mini-stats span { color: rgba(255,255,255,.62); font-size: 10px; }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; min-width: 175px; padding: 15px 17px; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.6); border-radius: 14px; box-shadow: 0 20px 45px rgba(0,0,0,.24); backdrop-filter: blur(10px); animation: float 4s ease-in-out infinite; }
.float-card > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--navy); background: #dff8ed; border-radius: 10px; font-weight: 900; }
.float-card b, .float-card small { display: block; }.float-card b { font-size: 12px; }.float-card small { color: #6e7d88; font-size: 9px; }
.float-code { left: -25px; bottom: 65px; }.float-check { right: -25px; top: 20px; animation-delay: -2s; }.float-check > span { color: #fff; background: var(--green); }
.tech-ring { position: absolute; z-index: 3; right: 3px; bottom: 52px; width: 92px; height: 92px; padding: 9px; display: grid; place-items: center; border: 1px dashed rgba(114,239,189,.58); border-radius: 50%; animation: spin 16s linear infinite; }
.tech-ring span { width: 100%; height: 100%; display: grid; place-items: center; color: #fff; background: #21759b; border-radius: 50%; font-family: Georgia, serif; font-weight: 700; animation: spin 16s linear reverse infinite; }
.scroll-note { position: absolute; z-index: 3; left: 30px; bottom: 34px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }
.scroll-note span { width: 35px; height: 1px; background: var(--green); }
@keyframes float { 50% { transform: translateY(-12px); } }
@keyframes spin { to { transform: rotate(360deg); } }

.marquee { overflow: hidden; color: #fff; background: var(--green); transform: rotate(-1deg) scale(1.01); }
.marquee-track { width: max-content; display: flex; align-items: center; animation: marquee 32s linear infinite; }
.marquee span { padding: 15px 25px; color: var(--navy); font-size: 13px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; }
.marquee i { margin-left: 42px; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 120px 0; }
.intro-grid { display: grid; grid-template-columns: .65fr 1.55fr .55fr; align-items: start; gap: 60px; }
.intro-copy h2, .section-heading h2, .process h2, .cta h2 { margin-bottom: 25px; font-size: clamp(41px, 4.6vw, 66px); }
.intro-copy h2 em, .section-heading h2 em { color: #168f6b; }
.intro-copy p { max-width: 700px; color: var(--muted); font-size: 18px; }
.metric { display: flex; align-items: center; gap: 15px; padding: 20px 0; border-block: 1px solid var(--line); }
.metric strong { color: #168f6b; font-size: 64px; line-height: 1; }.metric span { color: var(--muted); font-size: 11px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 320px; margin-bottom: 12px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-card { position: relative; min-height: 650px; padding: 50px; overflow: hidden; color: #fff; border-radius: var(--radius); isolation: isolate; }
.website-card { background: linear-gradient(145deg, #0d3556, #071f3a 70%); }
.plugin-card { background: linear-gradient(145deg, #168868, #075640 75%); }
.service-card::before { content: ""; position: absolute; z-index: -1; width: 440px; height: 440px; right: -180px; bottom: -170px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.025), 0 0 0 100px rgba(255,255,255,.018); }
.card-number { color: rgba(255,255,255,.38); font-size: 11px; letter-spacing: .15em; }
.card-icon { width: 48px; height: 48px; margin: 35px 0 24px; display: grid; place-items: center; color: var(--green-light); border: 1px solid rgba(255,255,255,.18); border-radius: 13px; font-size: 25px; }
.service-card h3 { max-width: 400px; margin-bottom: 16px; font-size: 33px; line-height: 1.12; letter-spacing: -.03em; }
.service-card > p { max-width: 430px; color: rgba(255,255,255,.67); }
.service-card ul { margin: 25px 0 32px; padding: 0; list-style: none; color: rgba(255,255,255,.8); font-size: 13px; }
.service-card li { margin: 9px 0; }.service-card li::before { content: "✓"; margin-right: 10px; color: var(--green-light); font-weight: 900; }
.card-link { position: relative; z-index: 3; display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 13px; font-weight: 800; }
.card-link span { transition: transform .25s; }.card-link:hover span { transform: translate(4px,-4px); }
body.ewom-shop-homepage .service-card .card-link,
body.ewom-shop-homepage .service-card .card-link:hover,
body.ewom-shop-homepage .service-card .card-link:focus-visible { color: #fff !important; }
body.ewom-shop-homepage .cta .text-link,
body.ewom-shop-homepage .cta .text-link:hover,
body.ewom-shop-homepage .cta .text-link:focus-visible { color: #fff !important; }
body.ewom-shop-homepage .product-card,
body.ewom-shop-homepage .product-card:hover,
body.ewom-shop-homepage .product-card:focus-visible { color: var(--ink) !important; }
.card-visual { position: absolute; right: 0; bottom: 0; width: 47%; height: 220px; }
.website-visual > div { position: absolute; width: 240px; height: 150px; right: -20px; bottom: 0; padding: 17px; background: #f5f8f6; border-radius: 14px 0 0 0; box-shadow: -20px -20px 50px rgba(0,0,0,.22); transform: rotate(-5deg); }
.website-visual i { display: inline-block; width: 5px; height: 5px; margin-right: 2px; background: #9cb0ae; border-radius: 50%; }
.website-visual b { display: block; width: 76%; height: 72px; margin-top: 15px; background: linear-gradient(135deg, var(--navy), #168f6b); border-radius: 8px; }
.website-visual > span { position: absolute; width: 72px; height: 130px; right: 38px; bottom: -13px; background: #0d263d; border: 5px solid #e1e7e5; border-radius: 14px; transform: rotate(5deg); }
.plugin-visual span { position: absolute; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.2); border-radius: 17px; box-shadow: 0 20px 45px rgba(0,0,0,.14); backdrop-filter: blur(8px); font-weight: 900; }
.p-one { width: 90px; height: 90px; right: 65px; bottom: 40px; font-size: 28px; transform: rotate(7deg); }.p-two { width: 55px; height: 55px; right: 170px; bottom: 45px; transform: rotate(-9deg); }.p-three { width: 62px; height: 62px; right: 30px; bottom: 145px; background: var(--navy)!important; }.orbit { position: absolute; width: 230px; height: 230px; right: -10px; bottom: -60px; border: 1px dashed rgba(255,255,255,.3); border-radius: 50%; }

.featured { background: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.product-art { position: relative; height: 340px; padding: 35px; overflow: hidden; color: #fff; border-radius: 22px; transition: transform .35s, box-shadow .35s; }
.product-card:hover .product-art { transform: translateY(-7px); box-shadow: 0 25px 50px rgba(7,31,58,.14); }
.product-art > span { font-size: 9px; font-weight: 850; letter-spacing: .18em; }.product-art > b { display: block; margin-top: 3px; font-size: 35px; line-height: 1; }
.art-agenda { background: linear-gradient(145deg, #0a2948, #126d73); }.art-suite { background: linear-gradient(145deg, #0a684e, #15a87a); }.art-custom { background: linear-gradient(145deg, #112e4c, #06182c); }
.calendar { position: absolute; width: 170px; height: 190px; left: 50%; right: auto; bottom: -14px; display: grid; place-items: center; padding: 25px 16px 14px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24); border-radius: 28px; transform: translateX(-50%) rotate(-8deg); box-shadow: 0 28px 60px rgba(0,0,0,.25); }
.calendar i { align-self: start; margin-top: 12px; font-size: 68px; font-style: normal; font-weight: 800; line-height: .8; }.calendar small { position: absolute; bottom: 58px; letter-spacing: .23em; }
.arrival-clock { position: absolute; bottom: 14px; display: inline-flex; align-items: center; gap: 6px; min-width: 84px; padding: 6px 10px; justify-content: center; color: #fff; background: rgba(7,31,58,.58); border: 1px solid rgba(255,255,255,.18); border-radius: 100px; font-size: 10px; font-style: normal; letter-spacing: .08em; line-height: 1; box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.arrival-clock span { color: var(--green-light); font-size: 13px; }.arrival-clock b { font-size: 11px; font-variant-numeric: tabular-nums; }
.suite-stack { position: absolute; width: 180px; height: 170px; left: 50%; right: auto; bottom: 20px; transform: translateX(-50%); }.suite-stack i { position: absolute; width: 145px; height: 90px; right: 0; bottom: 0; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25); border-radius: 18px; box-shadow: 0 20px 35px rgba(0,0,0,.16); }.suite-stack i:nth-child(2) { transform: translate(-22px,-30px); }.suite-stack i:nth-child(3) { transform: translate(-44px,-60px); background: rgba(255,255,255,.23); }
.code-window { position: absolute; left: 50%; right: auto; bottom: 40px; padding: 38px 26px; color: #b9c9d8; background: rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.13); border-radius: 15px; font-family: ui-monospace, monospace; transform: translateX(-50%) rotate(-5deg); white-space: nowrap; }.code-window i { color: var(--green-light); font-style: normal; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; }.product-meta span { color: #278a75; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.product-meta h3 { margin: 4px 0 0; font-size: 22px; }.product-card > p { margin: 12px 0 0; color: var(--muted); font-size: 13px; }.round-arrow { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: .25s; }.product-card:hover .round-arrow { color: #fff; background: var(--navy); transform: rotate(45deg); }

.process { position: relative; color: #fff; background: var(--navy); overflow: hidden; }.process::after { content: "EEN WEBSITE OP MAAT"; position: absolute; left: -20px; bottom: -85px; color: rgba(255,255,255,.018); font-size: 150px; font-weight: 900; letter-spacing: -.07em; white-space: nowrap; }
.process-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }.section-tag.light { color: var(--green-light); }.process-copy { position: sticky; top: 145px; align-self: start; }.process-copy p { max-width: 450px; margin-bottom: 32px; color: rgba(255,255,255,.64); font-size: 17px; }.steps { margin: 0; padding: 0; list-style: none; }.steps li { display: grid; grid-template-columns: 60px 1fr; gap: 25px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.13); }.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }.steps li > span { color: var(--green-light); font-size: 11px; letter-spacing: .12em; }.steps h3 { margin-bottom: 6px; font-size: 22px; }.steps p { margin-bottom: 0; color: rgba(255,255,255,.55); }
.quote { background: #dff5ec; }.quote-inner { text-align: center; }.quote-mark { width: 50px; height: 50px; margin: 0 auto 25px; display: grid; place-items: center; color: #fff; background: #14946d; border-radius: 50%; font-family: Georgia, serif; font-size: 33px; }.quote blockquote { margin: 0; color: var(--ink); font-size: clamp(30px, 4vw, 56px); font-weight: 700; line-height: 1.16; letter-spacing: -.04em; }.quote blockquote em { color: #158d69; font-style: normal; }.quote p { margin: 25px 0 0; color: #4d7469; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.cta { background: #fff; }.cta-box { position: relative; min-height: 480px; padding: 70px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; overflow: hidden; color: #fff; background: linear-gradient(135deg, #092542, #075745); border-radius: 32px; }.cta-box > *:not(.cta-grid) { position: relative; z-index: 2; }.cta h2 { margin-bottom: 0; }.cta-side > p { margin-bottom: 32px; color: rgba(255,255,255,.68); font-size: 17px; }.cta-side > div { display: flex; align-items: center; gap: 23px; }

.site-footer { padding-top: 75px; color: rgba(255,255,255,.68); background: #05192f; }.footer-top { display: grid; grid-template-columns: 1.6fr repeat(3, .7fr); gap: 55px; padding-bottom: 65px; }.footer-brand img { width: 82px; margin-bottom: 22px; }.footer-brand p { font-size: 14px; }.site-footer h2 { margin-bottom: 20px; color: #fff; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }.site-footer a, .site-footer p { display: block; margin: 9px 0; font-size: 13px; }.site-footer a:hover { color: var(--green-light); }.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }.footer-bottom div { display: flex; gap: 22px; }
body.ewom-shop-homepage .site-footer a:hover,
body.ewom-shop-homepage .site-footer a:focus-visible { color: var(--green-light) !important; }

.reveal { opacity: 1; transform: none; }.ewom-has-js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1); }.ewom-has-js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
    .main-nav { gap: 18px; }.brand-copy { display: none; }.hero-layout { grid-template-columns: 1fr 1fr; gap: 25px; }.float-check { right: 0; }.float-code { left: 0; }.intro-grid { grid-template-columns: 1fr 2fr; }.intro-grid .metric { grid-column: 2; }.service-card { padding: 38px; }.cta-box { padding: 55px; }
}
@media (max-width: 840px) {
    :root { --shell: min(100% - 32px, 720px); }.site-header { background: rgba(7,31,58,.93); }.nav-wrap { min-height: 76px; }.brand img { width: 54px; height: 54px; }.brand-copy { display: grid; }.menu-toggle { display: block; }.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .main-nav { position: fixed; inset: 76px 0 auto; padding: 30px 24px 40px; display: grid; gap: 0; background: rgba(7,31,58,.98); border-top: 1px solid rgba(255,255,255,.12); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: .3s; }.main-nav.open { transform: none; opacity: 1; visibility: visible; }.main-nav > a:not(.button) { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }.main-nav .nav-login { padding-left: 0; border-left: 0; }.main-nav .button { margin-top: 22px; }
    .admin-bar .main-nav { top: 108px; }
    .hero { min-height: auto; }.hero-layout { grid-template-columns: 1fr; padding-top: 125px; }.hero-copy { text-align: center; }.eyebrow { justify-content: center; }.hero-intro { margin-inline: auto; }.hero-actions, .hero-proof { justify-content: center; }.hero-stage { min-height: 500px; width: min(610px, 100%); margin: auto; }.scroll-note { display: none; }
    .section { padding: 85px 0; }.intro-grid { grid-template-columns: 1fr; gap: 20px; }.intro-grid .metric { grid-column: auto; max-width: 260px; }.section-heading { align-items: start; flex-direction: column; gap: 16px; }.service-grid, .product-grid, .process-grid, .cta-box { grid-template-columns: 1fr; }.product-grid { gap: 50px; }.product-art { height: 390px; }.process-grid { gap: 70px; }.process-copy { position: static; }.cta-box { gap: 20px; }.footer-top { grid-template-columns: 1.4fr 1fr 1fr; }.footer-top > div:last-child { grid-column: 2; }
}
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; }.admin-bar .main-nav { top: 122px; } }
@media (max-width: 560px) {
    :root { --shell: calc(100% - 26px); --radius: 22px; }.brand-copy { display: none; }.hero-layout { padding-bottom: 70px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .text-link { justify-content: center; }.hero-proof { display: grid; grid-template-columns: 1fr 1fr; }.hero-proof span { padding-inline: 10px; }.hero-proof span:nth-child(2) { border-right: 0; }.hero-proof span:last-child { width: 50%; grid-column: 1 / -1; justify-self: center; }.hero-stage { min-height: 360px; }.browser-card { width: 100%; left: 0; top: 38px; }.browser-body { height: 260px; grid-template-columns: 48px 1fr; }.browser-sidebar { gap: 15px; }.browser-content { padding: 30px 22px; }.browser-content h2 { font-size: 24px; }.mini-chart { width: 85%; height: 75px; }.mini-stats { width: 105px; padding: 12px; right: 12px; bottom: 20px; }.float-card { display: none; }.tech-ring { width: 66px; height: 66px; right: 10px; bottom: 0; }.section { padding: 70px 0; }.service-card { min-height: 740px; padding: 28px; }.card-visual { width: 65%; }.product-art { height: 310px; padding: 28px; }.cta-box { min-height: 540px; padding: 35px 25px; }.cta-side > div { align-items: stretch; flex-direction: column; }.cta-side .text-link { justify-content: center; }.footer-top { grid-template-columns: 1fr 1fr; gap: 35px; }.footer-brand { grid-column: 1 / -1; }.footer-top > div:last-child { grid-column: auto; }.footer-bottom { align-items: flex-start; flex-direction: column; }.footer-bottom div { order: 3; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; } .ewom-has-js .reveal { opacity: 1; transform: none; } }
