/*
Theme Name: Web Digital Modern
Theme URI: https://web-digital.ch
Author: Web Digital
Author URI: https://web-digital.ch
Description: Animiertes, responsives WordPress-Theme für Web Digital.
Version: 3.1.0
Requires at least: 7.1
Requires PHP: 8.3
Text Domain: web-digital-modern
*/

:root {
  --wd-ink: #11162a;
  --wd-night: #121a3d;
  --wd-night-2: #1a2451;
  --wd-accent: #4967ff;
  --wd-accent-2: #dfe4ff;
  --wd-lime: #ffe45e;
  --wd-paper: #f5f6fb;
  --wd-warm: #f4eee8;
  --wd-white: #fff;
  --wd-muted: #60677c;
  --wd-line: rgba(17, 22, 42, .13);
  --wd-radius-sm: 16px;
  --wd-radius: 28px;
  --wd-radius-lg: 44px;
  --wd-shadow: 0 30px 90px rgba(4, 31, 24, .14);
  --wd-wrap: min(1240px, calc(100% - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--wd-ink);
  background: var(--wd-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body.wd-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.15rem; }
h1, h2, h3, h4 { margin: 0; font-weight: 780; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
h1 { font-size: clamp(3.5rem, 7.1vw, 7.4rem); }
h2 { font-size: clamp(2.6rem, 5.2vw, 5.4rem); }
h3 { font-size: clamp(1.35rem, 2.1vw, 2rem); }
button, input, textarea, select { font: inherit; }
::selection { color: var(--wd-night); background: var(--wd-accent-2); }
.wd-wrap { width: var(--wd-wrap); margin-inline: auto; }
.wd-section { padding: clamp(86px, 10vw, 150px) 0; }
.wd-section--soft { background: #edf2ee; }
.wd-section--dark { color: var(--wd-white); background: var(--wd-night); }
.wd-grid { display: grid; gap: 22px; }
.wd-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wd-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wd-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.wd-lead { max-width: 740px; color: var(--wd-muted); font-size: clamp(1.06rem, 1.5vw, 1.28rem); }
.wd-section--dark .wd-lead { color: #aec6bf; }

.wd-kicker, .wd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 24px;
  color: #087f69;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.wd-kicker::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.wd-section--dark .wd-kicker, .wd-process .wd-kicker, .wd-final-cta .wd-kicker { color: var(--wd-accent-2); }
.wd-section-head { display: flex; align-items: end; justify-content: space-between; gap: 44px; margin-bottom: 64px; }
.wd-section-head h2 { max-width: 840px; }
.wd-section-head .wd-lead { max-width: 460px; }

.wd-skip-link { position: fixed; left: 20px; top: -90px; z-index: 10000; padding: 12px 18px; border-radius: 10px; background: white; color: black; }
.wd-skip-link:focus { top: 20px; }
.wd-scroll-progress { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; height: 3px; pointer-events: none; }
.wd-scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--wd-accent), var(--wd-lime)); }
.wd-pilot { position: relative; z-index: 1002; color: var(--wd-night); background: var(--wd-accent-2); font-size: .78rem; font-weight: 800; letter-spacing: .015em; }
.wd-pilot__inner { display: flex; align-items: center; justify-content: center; gap: 22px; min-height: 38px; }
.wd-pilot__message { display: inline-flex; align-items: center; gap: 8px; }
.wd-pilot__message i { width: 7px; height: 7px; border-radius: 50%; background: #079074; box-shadow: 0 0 0 5px rgba(7, 144, 116, .12); }
.wd-pilot a { display: inline-flex; gap: 6px; align-items: center; border-bottom: 1px solid currentColor; }

.wd-header { position: sticky; top: 0; z-index: 1000; color: white; background: rgba(6, 29, 24, .88); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(20px); }
body.admin-bar .wd-header { top: 32px; }
.wd-header__inner { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 34px; }
.wd-brand { display: inline-flex; align-items: center; gap: 12px; color: white; }
.wd-brand__mark { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.06); }
.wd-brand img { width: 34px; height: 34px; border-radius: 10px; }
.wd-brand__text { display: grid; font-size: 1.12rem; font-weight: 850; line-height: 1.1; letter-spacing: -.03em; }
.wd-brand__text small { margin-top: 4px; color: #8faaa3; font-size: .59rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.wd-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); color: #b8ccc6; font-size: .9rem; font-weight: 650; }
.wd-nav a { position: relative; padding: 10px 0; transition: color .2s ease; }
.wd-nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--wd-accent); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.wd-nav a:hover, .wd-nav a:focus { color: white; }
.wd-nav a:hover::after, .wd-nav a:focus::after { transform: scaleX(1); transform-origin: left; }
.wd-header__cta { display: inline-flex; align-items: center; gap: 10px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: .86rem; font-weight: 800; transition: color .25s ease, background .25s ease, transform .25s ease; }
.wd-header__cta:hover { color: var(--wd-night); background: var(--wd-accent-2); transform: translateY(-2px); }
.wd-menu-toggle { display: none; position: relative; z-index: 4; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.06); color: white; cursor: pointer; }
.wd-menu-toggle span { position: absolute; left: 13px; width: 20px; height: 1.5px; background: currentColor; transition: transform .3s ease, top .3s ease; }
.wd-menu-toggle span:first-child { top: 19px; }
.wd-menu-toggle span:last-child { top: 27px; }
.wd-menu-toggle[aria-expanded="true"] span:first-child { top: 23px; transform: rotate(45deg); }
.wd-menu-toggle[aria-expanded="true"] span:last-child { top: 23px; transform: rotate(-45deg); }
.wd-mobile-menu { position: fixed; inset: 0; z-index: 2; display: grid; grid-template-rows: 1fr auto; padding: 130px max(24px, calc((100vw - 1240px) / 2)) 34px; visibility: hidden; opacity: 0; background: var(--wd-night); transform: translateY(-18px); transition: visibility .35s, opacity .35s ease, transform .35s ease; }
.wd-menu-open .wd-mobile-menu { visibility: visible; opacity: 1; transform: none; }
.wd-mobile-menu nav { display: grid; align-content: center; }
.wd-mobile-menu nav a { display: flex; align-items: baseline; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: clamp(2rem, 8vw, 3.4rem); font-weight: 780; line-height: 1.05; letter-spacing: -.05em; }
.wd-mobile-menu nav a span { color: var(--wd-accent); font-size: .67rem; letter-spacing: .12em; }
.wd-mobile-menu__footer { display: flex; justify-content: space-between; gap: 16px; padding-top: 28px; color: #96afa8; font-size: .82rem; }

.wd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--wd-accent);
  color: var(--wd-night);
  font-weight: 850;
  box-shadow: 0 12px 34px rgba(31, 210, 173, .12);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.wd-btn:hover, .wd-btn:focus { transform: translateY(-3px); background: var(--wd-accent-2); box-shadow: 0 18px 44px rgba(31, 210, 173, .23); }
.wd-btn--dark { color: white; background: var(--wd-night); box-shadow: none; }
.wd-btn--dark:hover { color: var(--wd-night); background: var(--wd-accent); }
.wd-btn--light { background: white; box-shadow: none; }
.wd-btn--ghost { color: white; background: transparent; border-color: rgba(255,255,255,.25); box-shadow: none; }
.wd-btn--small { min-height: 44px; padding: 0 18px; font-size: .9rem; }
.wd-text-link { display: inline-flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.3); color: white; font-weight: 800; }
.wd-text-link span { transition: transform .25s ease; }
.wd-text-link:hover span { transform: translate(3px, -2px); }
.wd-text-link--dark { color: var(--wd-ink); border-color: var(--wd-line); }

.wd-home-hero { position: relative; min-height: min(880px, calc(100vh - 38px)); overflow: hidden; color: white; background: var(--wd-night); }
.wd-home-hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 85%); }
.wd-hero__glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.wd-hero__glow--one { right: -8vw; top: -18vw; width: 58vw; height: 58vw; background: radial-gradient(circle, rgba(31,210,173,.22), transparent 66%); }
.wd-hero__glow--two { left: 26vw; bottom: -32vw; width: 55vw; height: 55vw; background: radial-gradient(circle, rgba(217,255,114,.08), transparent 70%); }
.wd-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(45px, 7vw, 100px); min-height: min(760px, calc(100vh - 122px)); padding: clamp(78px, 9vw, 126px) 0 100px; }
.wd-eyebrow { color: var(--wd-accent-2); }
.wd-eyebrow i { width: 9px; height: 9px; border: 2px solid var(--wd-accent); border-radius: 50%; box-shadow: 0 0 0 6px rgba(31,210,173,.1); }
.wd-hero h1 { max-width: 790px; font-size: clamp(3.9rem, 7.1vw, 7.1rem); }
.wd-hero h1 span { display: inline; color: var(--wd-accent-2); }
.wd-hero__copy > p { max-width: 690px; margin: 30px 0 32px; color: #b6cac4; font-size: clamp(1.05rem, 1.5vw, 1.27rem); }
.wd-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.wd-hero__meta { display: flex; flex-wrap: wrap; gap: 11px 22px; margin-top: 46px; color: #9fb5ae; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.wd-hero__meta span { display: inline-flex; align-items: center; gap: 7px; }
.wd-hero__meta b { color: var(--wd-accent); font-size: .64rem; }
.wd-hero-stage { position: relative; perspective: 1200px; }
.wd-browser-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: #102f28; box-shadow: 0 50px 120px rgba(0,0,0,.38); transform: rotate(2deg); transition: transform .25s ease-out; }
.wd-browser-card__bar { display: flex; align-items: center; gap: 7px; height: 48px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.04); }
.wd-browser-card__bar > span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.22); }
.wd-browser-card__bar small { margin-left: auto; color: #88a49c; font-size: .64rem; letter-spacing: .08em; }
.wd-browser-card img { width: 100%; aspect-ratio: .96; object-fit: cover; filter: saturate(.85) contrast(1.03); }
.wd-browser-card__overlay { position: absolute; right: 24px; bottom: 24px; left: 24px; padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(6,29,24,.78); backdrop-filter: blur(14px); }
.wd-browser-card__overlay span { display: block; margin-bottom: 8px; color: var(--wd-accent-2); font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.wd-browser-card__overlay strong { font-size: clamp(1.3rem, 2.2vw, 2rem); line-height: 1.02; letter-spacing: -.04em; }
.wd-float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.92); color: var(--wd-ink); box-shadow: var(--wd-shadow); backdrop-filter: blur(12px); }
.wd-float-card--status { top: 15%; left: -52px; padding: 13px 17px; border-radius: 16px; animation: wd-float 5s ease-in-out infinite; }
.wd-float-card--status small, .wd-float-card--status strong { display: block; line-height: 1.2; }
.wd-float-card--status small { color: var(--wd-muted); font-size: .65rem; }
.wd-float-card--status strong { margin-top: 3px; font-size: .82rem; }
.wd-live-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #10b981; box-shadow: 0 0 0 6px rgba(16,185,129,.12); }
.wd-float-card--speed { right: -30px; bottom: 14%; display: block; min-width: 115px; padding: 16px 18px; border-radius: 18px; animation: wd-float 5s 1s ease-in-out infinite; }
.wd-float-card--speed strong, .wd-float-card--speed span { display: block; }
.wd-float-card--speed strong { font-size: 1.8rem; line-height: 1; letter-spacing: -.05em; }
.wd-float-card--speed span { margin-top: 5px; color: var(--wd-muted); font-size: .7rem; }
.wd-orbit { position: absolute; right: -40px; top: -42px; width: 110px; height: 110px; border: 1px dashed rgba(168,244,226,.35); border-radius: 50%; animation: wd-spin 14s linear infinite; }
.wd-orbit span { position: absolute; left: 50%; top: -6px; width: 12px; height: 12px; border-radius: 50%; background: var(--wd-lime); }
.wd-scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 27px; display: flex; align-items: center; gap: 9px; color: #79958d; font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; transform: translateX(-50%); }
.wd-scroll-cue span { width: 24px; height: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; }
.wd-scroll-cue span::after { content: ""; display: block; width: 3px; height: 7px; margin: 7px auto; border-radius: 99px; background: var(--wd-accent); animation: wd-scroll 1.8s ease-in-out infinite; }

.wd-marquee { overflow: hidden; border-bottom: 1px solid var(--wd-line); background: var(--wd-accent-2); }
.wd-marquee__track { display: flex; align-items: center; width: max-content; padding: 18px 0; animation: wd-marquee 24s linear infinite; }
.wd-marquee span { padding: 0 24px; font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.wd-marquee i { color: #0a8d74; font-style: normal; }

.wd-intro { background: white; }
.wd-intro__grid { display: grid; grid-template-columns: .3fr 1.7fr; align-items: start; gap: 60px; }
.wd-intro h2 { max-width: 980px; }
.wd-intro h2 span { color: #78908a; }
.wd-intro .wd-lead { margin: 32px 0 0 auto; max-width: 650px; }

.wd-services { background: var(--wd-paper); }
.wd-bento { display: grid; grid-template-columns: 1.15fr .85fr 1fr; grid-template-rows: auto auto; gap: 20px; }
.wd-bento-card { position: relative; overflow: hidden; min-height: 330px; padding: 30px; border: 1px solid var(--wd-line); border-radius: var(--wd-radius); background: white; }
.wd-bento-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; color: #72857f; font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.wd-bento-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; font-size: 1.1rem; }
.wd-bento-card h3 { margin-bottom: 13px; }
.wd-bento-card p { max-width: 470px; color: var(--wd-muted); }
.wd-bento-card--design { grid-column: span 2; min-height: 570px; color: white; background: var(--wd-night); }
.wd-bento-card--design .wd-bento-card__top { color: #93ada6; }
.wd-bento-card--design p { color: #aec3bd; }
.wd-bento-card__copy { position: relative; z-index: 2; max-width: 480px; }
.wd-mini-site { position: absolute; right: -70px; bottom: -115px; width: 58%; min-width: 350px; height: 430px; padding: 18px; border: 1px solid rgba(255,255,255,.17); border-radius: 24px 24px 0 0; background: #f8faf7; color: var(--wd-night); transform: rotate(-5deg); box-shadow: -20px -20px 70px rgba(0,0,0,.25); transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.wd-bento-card--design:hover .wd-mini-site { transform: rotate(-2deg) translateY(-8px); }
.wd-mini-site__nav { display: flex; align-items: center; gap: 16px; height: 40px; }
.wd-mini-site__nav i { width: 28px; height: 28px; margin-right: auto; border-radius: 8px; background: var(--wd-night); }
.wd-mini-site__nav span { width: 35px; height: 5px; border-radius: 4px; background: #cad6d2; }
.wd-mini-site__hero { position: relative; overflow: hidden; height: 315px; padding: 45px 28px; border-radius: 18px; background: var(--wd-accent-2); }
.wd-mini-site__hero strong { position: relative; z-index: 1; font-size: clamp(1.6rem, 2.6vw, 2.7rem); line-height: 1; letter-spacing: -.06em; }
.wd-mini-site__hero i { position: absolute; right: -70px; bottom: -80px; width: 230px; height: 230px; border-radius: 50%; background: var(--wd-accent); }
.wd-bento-card--hosting { background: var(--wd-accent-2); }
.wd-uptime { position: absolute; right: 30px; bottom: 30px; left: 30px; }
.wd-uptime strong { display: block; font-size: 2.7rem; line-height: 1; letter-spacing: -.06em; }
.wd-uptime span { font-size: .76rem; color: #3d6b60; }
.wd-uptime div { display: grid; grid-template-columns: repeat(12, 1fr); align-items: end; gap: 4px; height: 55px; margin-top: 18px; }
.wd-uptime i { display: block; height: 35%; border-radius: 3px; background: var(--wd-night); animation: wd-bars 2.4s ease-in-out infinite alternate; }
.wd-uptime i:nth-child(2n) { height: 65%; animation-delay: -.8s; }.wd-uptime i:nth-child(3n) { height: 90%; animation-delay: -1.4s; }.wd-uptime i:nth-child(5n) { height: 48%; }
.wd-bento-card--support { grid-row: span 2; min-height: 570px; background: var(--wd-warm); }
.wd-support-stack { position: absolute; right: 28px; bottom: 28px; left: 28px; display: grid; gap: 10px; }
.wd-support-stack span { display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid rgba(11,24,21,.1); border-radius: 15px; background: rgba(255,255,255,.65); font-size: .79rem; font-weight: 750; }
.wd-support-stack b { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--wd-night); color: white; font-size: .7rem; }
.wd-bento-card--seo { display: grid; grid-template-columns: 1fr .7fr; align-items: end; min-height: 370px; background: white; }
.wd-chart { display: flex; align-items: end; justify-content: end; gap: 8px; height: 150px; }
.wd-chart i { width: 17%; border-radius: 7px 7px 0 0; background: #d5e1dd; }
.wd-chart i:nth-child(1) { height: 28%; }.wd-chart i:nth-child(2) { height: 45%; }.wd-chart i:nth-child(3) { height: 62%; }.wd-chart i:nth-child(4) { height: 82%; }.wd-chart i:nth-child(5) { height: 100%; background: var(--wd-accent); }
.wd-chart span { position: absolute; right: 34px; top: 90px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--wd-lime); font-weight: 900; }
.wd-bento-card--care { min-height: 370px; color: white; background: #163c33; }
.wd-bento-card--care .wd-bento-card__top { margin-bottom: 26px; color: #a9c3bb; }
.wd-bento-card--care p { color: #b7cbc5; }
.wd-bento-card--care ul { display: grid; gap: 7px; margin: 22px 0 0; padding: 0; list-style: none; }
.wd-bento-card--care li { display: flex; justify-content: space-between; padding: 9px 11px; border-radius: 9px; background: rgba(255,255,255,.06); color: #bfd1cc; font-size: .72rem; }
.wd-bento-card--care li b { color: var(--wd-accent-2); }

.wd-showcase { background: white; }
.wd-showcase__grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(60px, 9vw, 125px); }
.wd-showcase__visual { position: relative; padding: 0 0 45px 45px; }
.wd-showcase__frame { overflow: hidden; border-radius: 220px 220px 28px 28px; }
.wd-showcase__frame img { width: 100%; min-height: 650px; object-fit: cover; transition: transform .8s ease; }
.wd-showcase__frame:hover img { transform: scale(1.035); }
.wd-showcase__stamp { position: absolute; left: 0; bottom: 0; display: grid; place-items: center; width: 150px; height: 150px; border: 8px solid white; border-radius: 50%; background: var(--wd-accent); text-align: center; animation: wd-float 6s ease-in-out infinite; }
.wd-showcase__stamp span { font-size: .58rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.wd-showcase__stamp strong { font-size: 2.7rem; line-height: .9; letter-spacing: -.08em; }
.wd-showcase__copy h2 { max-width: 720px; }
.wd-showcase__copy .wd-lead { margin-top: 28px; }
.wd-feature-list { display: grid; margin: 42px 0; }
.wd-feature-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 21px 0; border-top: 1px solid var(--wd-line); }
.wd-feature-list > div:last-child { border-bottom: 1px solid var(--wd-line); }
.wd-feature-list > div > span { color: #0c8e75; font-size: .67rem; font-weight: 900; }
.wd-feature-list strong { display: block; margin-bottom: 5px; font-size: 1.05rem; }
.wd-feature-list p { margin: 0; color: var(--wd-muted); font-size: .91rem; }

.wd-process { color: white; background: var(--wd-night); }
.wd-process__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(70px, 10vw, 150px); }
.wd-process__intro { position: sticky; top: 145px; }
.wd-process__intro h2 { max-width: 600px; }
.wd-process__intro p { max-width: 490px; margin: 28px 0 35px; color: #a7bdb7; font-size: 1.08rem; }
.wd-process__steps { border-top: 1px solid rgba(255,255,255,.15); }
.wd-process-step { display: grid; grid-template-columns: 66px 1fr; gap: 24px; padding: 42px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.wd-process-step > span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--wd-accent); font-size: .7rem; font-weight: 900; }
.wd-process-step small { color: var(--wd-accent-2); font-size: .65rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.wd-process-step h3 { margin: 8px 0 14px; font-size: clamp(1.7rem, 3vw, 2.7rem); }
.wd-process-step p { max-width: 600px; margin: 0; color: #9fb6af; }

.wd-system { background: #e9efeb; }
.wd-system-grid { display: grid; grid-template-columns: .8fr .8fr 1.4fr; gap: 20px; }
.wd-system-card { position: relative; min-height: 320px; padding: 30px; border: 1px solid var(--wd-line); border-radius: var(--wd-radius); background: white; }
.wd-system-card__status { display: flex; align-items: center; gap: 10px; margin-bottom: 76px; color: var(--wd-muted); font-size: .7rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.wd-system-card > strong { font-size: clamp(4rem, 7vw, 6.7rem); line-height: .8; letter-spacing: -.09em; }
.wd-system-card > em { color: #168f78; font-size: 2rem; font-style: normal; font-weight: 850; }
.wd-system-card > p { position: absolute; right: 30px; bottom: 20px; left: 30px; color: var(--wd-muted); font-size: .88rem; }
.wd-system-card--wide { color: white; background: var(--wd-night); }
.wd-system-card--wide .wd-system-card__status { margin-bottom: 52px; color: #91aaa3; }
.wd-system-card--wide p { color: #9eb6af; }
.wd-system-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.wd-system-tags span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 99px; color: #d7e4e0; font-size: .76rem; font-weight: 750; }
.wd-system-tags span:first-child, .wd-system-tags span:last-child { color: var(--wd-night); background: var(--wd-accent-2); border-color: transparent; }

.wd-pricing { background: white; }
.wd-promo-pill { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px 8px 8px; border: 1px solid var(--wd-line); border-radius: 99px; font-size: .78rem; font-weight: 800; }
.wd-promo-pill span { padding: 5px 8px; border-radius: 99px; background: var(--wd-accent-2); }
.wd-pricing-grid { align-items: stretch; }
.wd-price { position: relative; display: flex; flex-direction: column; min-height: 620px; padding: 34px; border: 1px solid var(--wd-line); border-radius: var(--wd-radius); background: var(--wd-paper); }
.wd-price--featured { color: white; background: var(--wd-night); border-color: var(--wd-night); transform: translateY(-16px); box-shadow: var(--wd-shadow); }
.wd-price__badge { position: absolute; top: 25px; right: 25px; padding: 6px 10px; border-radius: 99px; color: var(--wd-night); background: var(--wd-lime); font-size: .64rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.wd-price__head { display: flex; align-items: baseline; gap: 13px; margin-bottom: 20px; }
.wd-price__head > span { color: #178c76; font-size: .66rem; font-weight: 900; }
.wd-price--featured .wd-price__head > span { color: var(--wd-accent); }
.wd-price__for { min-height: 82px; color: var(--wd-muted); }
.wd-price--featured .wd-price__for, .wd-price--featured .wd-price__setup { color: #a8bdb7; }
.wd-price__old { color: #7b8b86; font-size: .77rem; text-decoration: line-through; }
.wd-price__amount { margin: 6px 0 7px; font-size: clamp(2.8rem, 4vw, 4rem); font-weight: 850; line-height: 1; letter-spacing: -.07em; }
.wd-price__amount small { font-size: .85rem; letter-spacing: 0; }
.wd-price__setup { color: var(--wd-muted); font-size: .78rem; }
.wd-price ul { display: grid; gap: 12px; margin: 30px 0; padding: 27px 0 0; border-top: 1px solid var(--wd-line); list-style: none; }
.wd-price--featured ul { border-color: rgba(255,255,255,.14); }
.wd-price li { position: relative; padding-left: 26px; font-size: .88rem; }
.wd-price li::before { content: "✓"; position: absolute; left: 0; color: #0b9278; font-weight: 900; }
.wd-price--featured li::before { color: var(--wd-accent); }
.wd-price .wd-btn { margin-top: auto; }
.wd-price-note { margin-top: 22px; color: var(--wd-muted); font-size: .76rem; }

.wd-team-v2 { background: var(--wd-paper); }
.wd-team-v2__card { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 660px; overflow: hidden; border-radius: var(--wd-radius-lg); color: white; background: var(--wd-night); }
.wd-team-v2__copy { align-self: center; padding: clamp(42px, 6vw, 78px); }
.wd-team-v2__copy h2 { max-width: 560px; }
.wd-team-v2__copy > p { max-width: 570px; margin: 28px 0; color: #abc0ba; }
.wd-team-v2__names { display: flex; flex-wrap: wrap; gap: 26px; margin-bottom: 34px; }
.wd-team-v2__names span, .wd-team-v2__names strong { display: block; }
.wd-team-v2__names span { color: #809b93; font-size: .73rem; }
.wd-team-v2__names strong { color: white; font-size: .88rem; }
.wd-team-v2__visual { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; min-height: 660px; }
.wd-team-v2__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,29,24,.26), transparent 40%); pointer-events: none; }
.wd-team-v2__visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); }
.wd-team-v2__visual > span { position: absolute; z-index: 2; right: 28px; bottom: 28px; padding: 14px 16px; border-radius: 14px; color: var(--wd-night); background: var(--wd-accent-2); font-size: .67rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; letter-spacing: .07em; transform: rotate(-4deg); }
.wd-team-v2__visual > span b { font-size: .85rem; }

.wd-faq-section { background: white; }
.wd-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 9vw, 130px); }
.wd-faq-layout > div:first-child { align-self: start; position: sticky; top: 145px; }
.wd-faq-layout > div:first-child > p { margin: 25px 0 8px; color: var(--wd-muted); }
.wd-faq details { border-top: 1px solid var(--wd-line); }
.wd-faq details:last-child { border-bottom: 1px solid var(--wd-line); }
.wd-faq summary { cursor: pointer; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; padding: 27px 0; font-size: 1.05rem; font-weight: 800; list-style: none; }
.wd-faq summary::-webkit-details-marker { display: none; }
.wd-faq summary span { color: #168b75; font-size: .65rem; }
.wd-faq summary::after { content: "+"; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--wd-line); border-radius: 50%; font-size: 1.1rem; transition: transform .3s ease, background .3s ease; }
.wd-faq details[open] summary::after { background: var(--wd-accent-2); transform: rotate(45deg); }
.wd-faq details p { max-width: 690px; margin: -6px 0 0 52px; padding: 0 48px 27px 0; color: var(--wd-muted); }

.wd-final-cta { padding-top: 0; background: white; }
.wd-final-cta__inner { position: relative; overflow: hidden; padding: clamp(62px, 9vw, 115px); border-radius: var(--wd-radius-lg); color: white; background: #10382e; }
.wd-final-cta__inner::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 58px 58px; }
.wd-final-cta h2, .wd-final-cta p, .wd-final-cta .wd-kicker, .wd-final-cta .wd-actions { position: relative; z-index: 2; }
.wd-final-cta h2 { max-width: 950px; }
.wd-final-cta p { max-width: 650px; margin: 28px 0 34px; color: #b6cac4; font-size: 1.1rem; }
.wd-final-cta__orb { position: absolute; z-index: 1; right: -140px; top: -160px; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); box-shadow: inset 0 0 0 80px rgba(31,210,173,.05), inset 0 0 0 160px rgba(31,210,173,.05); animation: wd-spin 24s linear infinite; }

/* Inner pages and reusable components */
.wd-page-hero { position: relative; overflow: hidden; padding: clamp(100px, 13vw, 180px) 0; color: white; background: var(--wd-night); }
.wd-page-hero::after { content: ""; position: absolute; right: -14vw; top: -25vw; width: 62vw; height: 62vw; border-radius: 50%; background: radial-gradient(circle, rgba(31,210,173,.2), transparent 68%); }
.wd-page-hero .wd-wrap { position: relative; z-index: 1; }
.wd-page-hero h1 { max-width: 980px; font-size: clamp(3.2rem, 7vw, 6.8rem); }
.wd-page-hero p { max-width: 780px; margin-top: 30px; color: #abc0ba; font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.wd-card { height: 100%; padding: 31px; border: 1px solid var(--wd-line); border-radius: var(--wd-radius); background: white; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.wd-card:hover { transform: translateY(-7px); border-color: rgba(12,142,116,.35); box-shadow: var(--wd-shadow); }
.wd-card__icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 45px; border-radius: 50%; color: var(--wd-night); background: var(--wd-accent-2); font-size: .78rem; font-weight: 900; }
.wd-card h3 { margin-bottom: 14px; }
.wd-card p { color: var(--wd-muted); }
.wd-card a { color: #087d68; font-weight: 800; }
.wd-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.wd-split__image { position: relative; }
.wd-split__image img { width: 100%; min-height: 570px; object-fit: cover; border-radius: 220px 220px 28px 28px; }
.wd-checks { display: grid; gap: 14px; margin: 32px 0; padding: 0; list-style: none; }
.wd-checks li { position: relative; padding: 13px 14px 13px 44px; border: 1px solid var(--wd-line); border-radius: 12px; background: white; }
.wd-checks li::before { content: "✓"; position: absolute; left: 14px; color: #0c9177; font-weight: 900; }
.wd-metrics { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--wd-radius); }
.wd-metric { padding: 34px 28px; border-right: 1px solid rgba(255,255,255,.13); }
.wd-metric:last-child { border: 0; }
.wd-metric strong { display: block; color: var(--wd-accent-2); font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -.06em; }
.wd-metric span { display: block; margin-top: 13px; color: #abc0ba; font-size: .82rem; }
.wd-steps { counter-reset: wd-step; }
.wd-step { counter-increment: wd-step; position: relative; padding: 32px 28px 32px 75px; border-top: 1px solid var(--wd-line); }
.wd-step:last-child { border-bottom: 1px solid var(--wd-line); }
.wd-step::before { content: "0" counter(wd-step); position: absolute; left: 0; top: 33px; color: #0c8d74; font-size: .68rem; font-weight: 900; }
.wd-step p { margin: 10px 0 0; color: var(--wd-muted); }
.wd-band { padding: 32px; border-radius: var(--wd-radius); background: var(--wd-accent-2); }
.wd-band strong { font-size: 1.2rem; }
.wd-team { overflow: hidden; border-radius: var(--wd-radius-lg); background: var(--wd-warm); }
.wd-team__grid { display: grid; grid-template-columns: .9fr 1.1fr; }
.wd-team__copy { padding: clamp(42px, 7vw, 82px); }
.wd-team__images { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; min-height: 570px; }
.wd-team__images img { width: 100%; height: 100%; object-fit: cover; }

.wd-legal { width: min(870px, calc(100% - 48px)); margin-inline: auto; padding: clamp(80px, 10vw, 130px) 0; }
.wd-legal h1 { margin-bottom: 38px; font-size: clamp(3rem, 6vw, 5rem); }
.wd-legal h2 { margin: 50px 0 16px; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.wd-legal h3 { margin: 30px 0 12px; font-size: 1.25rem; }
.wd-legal p, .wd-legal li { color: #344842; }
.wd-legal a { color: #087d68; text-decoration: underline; }
.wd-contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(44px, 7vw, 95px); }
.wd-contact-card { position: sticky; top: 145px; padding: 38px; border-radius: var(--wd-radius); color: white; background: var(--wd-night); }
.wd-contact-card p { color: #abc0ba; }
.wd-contact-list { display: grid; gap: 12px; margin-top: 28px; }
.wd-contact-list a, .wd-contact-list span { display: block; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; color: #c2d2ce; }
.wpcf7 form { display: grid; gap: 18px; }
.wpcf7 label { display: block; font-weight: 800; }
.wpcf7 input:not([type="submit"]), .wpcf7 textarea, .wpcf7 select { width: 100%; margin-top: 8px; padding: 15px 16px; border: 1px solid var(--wd-line); border-radius: 12px; outline: 0; background: white; color: var(--wd-ink); transition: border .2s, box-shadow .2s; }
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus { border-color: #15967d; box-shadow: 0 0 0 4px rgba(21,150,125,.1); }
.wpcf7 textarea { min-height: 170px; resize: vertical; }
.wpcf7 input[type="submit"] { cursor: pointer; min-height: 54px; padding: 0 25px; border: 0; border-radius: 999px; background: var(--wd-accent); color: var(--wd-night); font-weight: 900; }
.wpcf7-not-valid-tip { color: #b42318; font-size: .82rem; }
.wd-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.wd-post-card { overflow: hidden; border: 1px solid var(--wd-line); border-radius: var(--wd-radius); background: white; transition: transform .3s ease, box-shadow .3s ease; }
.wd-post-card:hover { transform: translateY(-7px); box-shadow: var(--wd-shadow); }
.wd-post-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .5s ease; }
.wd-post-card:hover img { transform: scale(1.035); }
.wd-post-card__body { padding: 26px; }
.wd-post-card__meta { margin-bottom: 12px; color: #087d68; font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.wd-post-card h2, .wd-post-card h3 { margin-bottom: 14px; font-size: 1.55rem; }
.wd-post-card p { color: var(--wd-muted); font-size: .92rem; }
.wd-article { width: min(820px, calc(100% - 48px)); margin-inline: auto; padding: clamp(80px, 9vw, 125px) 0; }
.wd-article__meta { color: #087d68; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.wd-article h1 { margin: 18px 0 30px; font-size: clamp(3rem, 6vw, 5.3rem); }
.wd-article__image { width: min(1140px, calc(100% - 48px)); margin: 0 auto 76px; }
.wd-article__image img { width: 100%; max-height: 640px; object-fit: cover; border-radius: var(--wd-radius-lg); }
.wd-article__content { color: #344842; font-size: 1.07rem; }
.wd-article__content h2 { margin: 50px 0 17px; color: var(--wd-ink); font-size: clamp(1.7rem, 3vw, 2.4rem); }
.wd-cta { position: relative; overflow: hidden; padding: clamp(58px, 8vw, 95px); border-radius: var(--wd-radius-lg); background: var(--wd-accent); }
.wd-cta::after { content: ""; position: absolute; right: -100px; top: -150px; width: 400px; height: 400px; border-radius: 50%; border: 80px solid rgba(255,255,255,.16); }
.wd-cta h2, .wd-cta p, .wd-cta .wd-actions, .wd-cta > .wd-btn { position: relative; z-index: 1; }
.wd-cta p { max-width: 660px; margin: 24px 0 32px; }

.wd-footer { padding: 88px 0 30px; color: white; background: #041512; }
.wd-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.wd-footer h3 { margin-bottom: 20px; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.wd-footer p, .wd-footer a { color: #8ea8a0; }
.wd-footer a { transition: color .2s ease; }
.wd-footer a:hover { color: white; }
.wd-footer__links { display: grid; gap: 9px; }
.wd-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 64px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); color: #718b83; font-size: .77rem; }

.wd-js .wd-reveal { opacity: 0; transform: translateY(42px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.wd-js .wd-reveal.is-visible { opacity: 1; transform: none; }
.wd-hero-animate { animation: wd-rise .8s both cubic-bezier(.2,.7,.2,1); }
.wd-hero-animate:nth-child(2) { animation-delay: .08s; }.wd-hero-animate:nth-child(3) { animation-delay: .16s; }.wd-hero-animate:nth-child(4) { animation-delay: .24s; }.wd-hero-animate:nth-child(5) { animation-delay: .32s; }
@keyframes wd-rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes wd-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes wd-spin { to { transform: rotate(360deg); } }
@keyframes wd-scroll { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(13px); } }
@keyframes wd-marquee { to { transform: translateX(-50%); } }
@keyframes wd-bars { to { height: 80%; } }

@media (max-width: 1080px) {
  .wd-nav, .wd-header__cta { display: none; }
  .wd-menu-toggle { display: block; }
  .wd-hero__grid { grid-template-columns: 1fr .85fr; gap: 50px; }
  .wd-hero h1 { font-size: clamp(3.8rem, 8vw, 6rem); }
  .wd-bento { grid-template-columns: 1fr 1fr; }
  .wd-bento-card--design { grid-column: 1 / -1; }
  .wd-bento-card--support { grid-row: auto; }
  .wd-bento-card--care { grid-column: 1 / -1; }
  .wd-showcase__grid { gap: 60px; }
  .wd-system-grid { grid-template-columns: 1fr 1fr; }
  .wd-system-card--wide { grid-column: 1 / -1; }
  .wd-price { padding: 28px; }
  .wd-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .wd-footer__grid { grid-template-columns: 1.4fr 1fr; }
}

@media (max-width: 820px) {
  body.admin-bar .wd-header { top: 46px; }
  .wd-hero__grid, .wd-intro__grid, .wd-showcase__grid, .wd-process__grid, .wd-team-v2__card, .wd-faq-layout, .wd-split, .wd-team__grid, .wd-contact-layout { grid-template-columns: 1fr; }
  .wd-home-hero { min-height: auto; }
  .wd-hero__grid { min-height: auto; padding-top: 82px; }
  .wd-hero-stage { max-width: 680px; margin: 20px auto 0; }
  .wd-scroll-cue { display: none; }
  .wd-intro__grid { gap: 20px; }
  .wd-intro .wd-lead { margin-left: 0; }
  .wd-section-head { display: block; }
  .wd-section-head .wd-lead, .wd-section-head > .wd-text-link, .wd-promo-pill { margin-top: 22px; }
  .wd-showcase__visual { max-width: 650px; }
  .wd-process__intro, .wd-faq-layout > div:first-child, .wd-contact-card { position: static; }
  .wd-process__steps { margin-top: 15px; }
  .wd-pricing-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .wd-price { min-height: auto; }
  .wd-price__for { min-height: 0; }
  .wd-price--featured { transform: none; }
  .wd-team-v2__visual { min-height: 560px; }
  .wd-metrics { grid-template-columns: repeat(2, 1fr); }
  .wd-metric:nth-child(2) { border-right: 0; }
  .wd-metric:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .wd-blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  :root { --wd-wrap: min(100% - 28px, 1240px); --wd-radius: 22px; --wd-radius-lg: 28px; }
  body { font-size: 16px; }
  .wd-section { padding: 76px 0; }
  .wd-pilot__inner { min-height: 36px; justify-content: space-between; gap: 8px; }
  .wd-pilot__message { font-size: .66rem; }
  .wd-pilot__message i { display: none; }
  .wd-pilot a { font-size: .66rem; }
  .wd-header__inner { min-height: 72px; }
  .wd-brand__mark { width: 41px; height: 41px; }
  .wd-brand__text { font-size: 1rem; }
  .wd-brand__text small { display: none; }
  .wd-mobile-menu { padding: 108px 20px 25px; }
  .wd-mobile-menu__footer { display: grid; }
  .wd-home-hero::before { background-size: 44px 44px; }
  .wd-hero__grid { gap: 52px; padding: 64px 0 72px; }
  .wd-hero h1 { font-size: clamp(3.15rem, 15.2vw, 5rem); }
  .wd-hero__copy > p { margin: 25px 0 28px; }
  .wd-actions { display: grid; gap: 12px; }
  .wd-actions .wd-btn { width: 100%; }
  .wd-actions .wd-text-link { justify-content: center; border: 0; }
  .wd-hero__meta { display: grid; margin-top: 34px; }
  .wd-browser-card { border-radius: 20px; transform: rotate(1deg); }
  .wd-browser-card__overlay { right: 14px; bottom: 14px; left: 14px; padding: 16px; }
  .wd-float-card--status { left: -7px; top: 10%; }
  .wd-float-card--speed { right: -5px; bottom: 11%; }
  .wd-orbit { display: none; }
  .wd-marquee__track { padding: 14px 0; }
  .wd-marquee span { padding: 0 16px; }
  .wd-bento { grid-template-columns: 1fr; }
  .wd-bento-card, .wd-bento-card--design, .wd-bento-card--hosting, .wd-bento-card--support, .wd-bento-card--seo, .wd-bento-card--care { grid-column: auto; min-height: 390px; }
  .wd-bento-card__top { margin-bottom: 36px; }
  .wd-mini-site { right: -100px; bottom: -160px; width: 92%; }
  .wd-bento-card--support { min-height: 430px; }
  .wd-bento-card--seo { display: block; }
  .wd-chart { position: absolute; right: 24px; bottom: 25px; left: 24px; height: 105px; }
  .wd-chart span { top: 190px; }
  .wd-showcase__visual { padding: 0 0 32px 25px; }
  .wd-showcase__frame { border-radius: 150px 150px 22px 22px; }
  .wd-showcase__frame img { min-height: 480px; }
  .wd-showcase__stamp { width: 112px; height: 112px; border-width: 6px; }
  .wd-showcase__stamp strong { font-size: 2rem; }
  .wd-process-step { grid-template-columns: 48px 1fr; gap: 15px; padding: 32px 0; }
  .wd-process-step > span { width: 40px; height: 40px; }
  .wd-system-grid { grid-template-columns: 1fr; }
  .wd-system-card--wide { grid-column: auto; }
  .wd-system-card { min-height: 270px; }
  .wd-price { padding: 26px; }
  .wd-team-v2__copy { padding: 42px 26px; }
  .wd-team-v2__visual { min-height: 440px; }
  .wd-team-v2__visual > span { right: 16px; bottom: 16px; }
  .wd-faq summary { grid-template-columns: 32px 1fr auto; font-size: .98rem; }
  .wd-faq details p { margin-left: 42px; padding-right: 12px; }
  .wd-final-cta { padding-bottom: 14px; }
  .wd-final-cta__inner { padding: 50px 25px; }
  .wd-grid--2, .wd-grid--3, .wd-grid--4, .wd-blog-grid { grid-template-columns: 1fr; }
  .wd-metrics { grid-template-columns: 1fr; }
  .wd-metric { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .wd-team__images { min-height: 430px; }
  .wd-footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .wd-footer__bottom { display: grid; }
  .wd-cta { padding: 44px 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .wd-js .wd-reveal { opacity: 1; transform: none; }
}

/* Version 3: light, Swiss-wide design system */
body { background: #f7f8fc; }
.wd-scroll-progress span { background: linear-gradient(90deg, #4967ff, #ef3340); }
.wd-pilot { color: #fff; background: #ef3340; }
.wd-pilot__message i { background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.18); }
.wd-header { color: var(--wd-ink); background: rgba(255,255,255,.9); border-color: rgba(17,22,42,.1); box-shadow: 0 6px 30px rgba(17,22,42,.035); }
.wd-brand { color: var(--wd-ink); }
.wd-brand__mark { border-color: rgba(17,22,42,.1); background: #eef1ff; }
.wd-brand__text small { color: #81879a; }
.wd-nav { color: #4e556c; }
.wd-nav a:hover, .wd-nav a:focus { color: #203acb; }
.wd-nav a::after { background: #4967ff; }
.wd-header__cta { color: white; background: #1e2e8f; border-color: #1e2e8f; }
.wd-header__cta:hover { color: white; background: #4967ff; }
.wd-menu-toggle { color: var(--wd-ink); border-color: rgba(17,22,42,.14); background: #f0f2fa; }
.wd-mobile-menu { color: white; background: #111a3e; }
.wd-mobile-menu .wd-brand { color: white; }
.wd-footer { background: #0e1535; }
.wd-footer .wd-brand { color: white; }

.wd3-section { padding: clamp(92px, 10vw, 154px) 0; }
.wd3-overline { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; color: #4967ff; font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.wd3-overline::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.wd3-section-head { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr); align-items: end; gap: 70px; margin-bottom: 68px; }
.wd3-section-head h2 { max-width: 900px; font-size: clamp(2.7rem, 5.2vw, 5.4rem); }
.wd3-section-head > p { max-width: 480px; margin: 0 0 9px; color: var(--wd-muted); font-size: 1.05rem; }

.wd3-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 58px; padding: 0 9px 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.wd3-button i { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; font-style: normal; transition: transform .25s ease; }
.wd3-button:hover { transform: translateY(-3px); }
.wd3-button:hover i { transform: rotate(8deg); }
.wd3-button--primary { color: white; background: #4967ff; box-shadow: 0 16px 38px rgba(73,103,255,.24); }
.wd3-button--primary i { color: #4967ff; background: white; }
.wd3-button--primary:hover { background: #304eda; box-shadow: 0 20px 46px rgba(73,103,255,.32); }
.wd3-button--secondary { color: var(--wd-ink); border-color: rgba(17,22,42,.15); background: rgba(255,255,255,.7); }
.wd3-button--secondary i { color: white; background: var(--wd-ink); }
.wd3-button--secondary:hover { background: white; box-shadow: 0 14px 35px rgba(17,22,42,.1); }
.wd3-button--white { color: var(--wd-ink); background: white; }
.wd3-button--white i { color: white; background: var(--wd-ink); }

.wd3-hero { position: relative; overflow: hidden; padding: clamp(80px, 9vw, 135px) 0 0; background: linear-gradient(180deg, #fbfbff 0%, #f0f3ff 100%); }
.wd3-hero__mesh { position: absolute; inset: 0; opacity: .55; background-image: radial-gradient(circle at 1px 1px, rgba(73,103,255,.18) 1px, transparent 0); background-size: 32px 32px; mask-image: linear-gradient(to bottom, black, transparent 72%); }
.wd3-hero::before, .wd3-hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.wd3-hero::before { top: -180px; left: -170px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(90,217,255,.3), transparent 68%); animation: wd3-drift 11s ease-in-out infinite alternate; }
.wd3-hero::after { top: 70px; right: -190px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(239,51,64,.16), transparent 68%); animation: wd3-drift 13s 1s ease-in-out infinite alternate-reverse; }
.wd3-hero__content { position: relative; z-index: 1; text-align: center; }
.wd3-swiss-chip { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 28px; padding: 8px 14px 8px 9px; border: 1px solid rgba(17,22,42,.1); border-radius: 999px; background: rgba(255,255,255,.75); color: #343b54; font-size: .72rem; font-weight: 850; box-shadow: 0 10px 35px rgba(17,22,42,.06); backdrop-filter: blur(12px); }
.wd3-swiss-chip span { position: relative; width: 27px; height: 27px; border-radius: 50%; background: #ef3340; }
.wd3-swiss-chip span::before, .wd3-swiss-chip span::after { content: ""; position: absolute; left: 50%; top: 50%; background: white; transform: translate(-50%,-50%); }
.wd3-swiss-chip span::before { width: 13px; height: 4px; }.wd3-swiss-chip span::after { width: 4px; height: 13px; }
.wd3-hero h1 { max-width: 1100px; margin: 0 auto; color: #11162a; font-size: clamp(4rem, 7.8vw, 8.2rem); line-height: .93; }
.wd3-hero h1 em { color: #4967ff; font-style: normal; background: linear-gradient(110deg, #304eda, #6a5cff 50%, #ef3340); background-size: 180% auto; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: wd3-gradient 7s ease infinite; }
.wd3-hero__content > p { max-width: 760px; margin: 30px auto; color: #5f667b; font-size: clamp(1.08rem, 1.6vw, 1.3rem); }
.wd3-hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; }
.wd3-proof { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px 28px; margin-top: 32px; color: #5e6579; font-size: .78rem; font-weight: 750; }
.wd3-proof span { display: inline-flex; align-items: center; gap: 7px; }
.wd3-proof i { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: white; background: #4967ff; font-size: .65rem; font-style: normal; }

.wd3-stage { position: relative; height: 660px; margin: 86px auto -78px; perspective: 1400px; }
.wd3-stage__glow { position: absolute; left: 50%; bottom: 30px; width: 80%; height: 180px; border-radius: 50%; background: rgba(73,103,255,.24); filter: blur(60px); transform: translateX(-50%); }
.wd3-browser-card { position: absolute; z-index: 3; left: 50%; top: 0; width: min(820px, 72%); overflow: hidden; border: 8px solid white; border-radius: 26px; background: white; box-shadow: 0 45px 110px rgba(26,39,101,.25); transform: translateX(-50%) rotateX(2deg); transition: transform .25s ease-out; }
.wd3-browser-card__bar { display: flex; align-items: center; height: 48px; padding: 0 15px; background: #f1f2f7; color: #72798e; }
.wd3-browser-card__bar > div { display: flex; gap: 6px; }
.wd3-browser-card__bar i { display: block; width: 8px; height: 8px; border-radius: 50%; background: #c4c8d3; }
.wd3-browser-card__bar > span { margin: 0 auto; padding: 5px 60px; border-radius: 99px; background: white; font-size: .62rem; }
.wd3-browser-card__bar b { color: #4967ff; }
.wd3-browser-card__body { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 480px; overflow: hidden; background: #171e48; text-align: left; }
.wd3-browser-card__copy { align-self: center; padding: 45px; color: white; }
.wd3-browser-card__copy small { display: block; margin-bottom: 19px; color: #9ca8ee; font-size: .64rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.wd3-browser-card__copy strong { display: block; font-size: clamp(2rem, 3.4vw, 3.7rem); line-height: .96; letter-spacing: -.06em; }
.wd3-browser-card__copy > span { display: block; width: 80%; height: 7px; margin-top: 26px; border-radius: 8px; background: rgba(255,255,255,.12); }
.wd3-browser-card__copy > span + span { width: 57%; margin-top: 9px; }
.wd3-browser-card__copy a { display: inline-flex; margin-top: 28px; padding: 10px 14px; border-radius: 99px; color: #17204d; background: #ffe45e; font-size: .68rem; font-weight: 900; }
.wd3-browser-card img { width: 100%; height: 100%; object-fit: cover; }
.wd3-stage__side { position: absolute; z-index: 1; top: 90px; width: 280px; height: 380px; padding: 28px; border: 7px solid white; border-radius: 25px; text-align: left; box-shadow: 0 35px 80px rgba(17,22,42,.16); }
.wd3-stage__side > span { font-size: .62rem; font-weight: 900; letter-spacing: .15em; }
.wd3-stage__side > strong { display: block; margin-top: 18px; font-size: 2rem; line-height: 1; letter-spacing: -.05em; }
.wd3-stage__side--left { left: 1%; color: #17204d; background: #ffe45e; transform: rotate(-9deg); animation: wd3-side-left 7s ease-in-out infinite; }
.wd3-stage__side--left i { display: inline-block; width: 18%; margin: 90px 3% 0 0; border-radius: 7px 7px 0 0; background: #17204d; vertical-align: bottom; }
.wd3-stage__side--left i:nth-of-type(1) { height: 36px; }.wd3-stage__side--left i:nth-of-type(2) { height: 68px; }.wd3-stage__side--left i:nth-of-type(3) { height: 104px; }.wd3-stage__side--left i:nth-of-type(4) { height: 138px; background:#ef3340; }
.wd3-stage__side--right { right: 1%; color: white; background: #ef3340; transform: rotate(9deg); animation: wd3-side-right 7s 1s ease-in-out infinite; }
.wd3-stage__side--right small { position: absolute; left: 28px; bottom: 28px; display: flex; align-items: center; gap: 8px; font-size: .7rem; }
.wd3-stage__side--right small i { width: 9px; height: 9px; border-radius: 50%; background: white; box-shadow: 0 0 0 6px rgba(255,255,255,.18); }
.wd3-float { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; padding: 14px 17px; border: 1px solid rgba(17,22,42,.09); border-radius: 16px; background: rgba(255,255,255,.92); color: var(--wd-ink); box-shadow: 0 18px 46px rgba(17,22,42,.15); backdrop-filter: blur(12px); }
.wd3-float--top { left: 13%; top: 55px; animation: wd3-float 5s ease-in-out infinite; }
.wd3-float--bottom { right: 12%; bottom: 130px; display: block; min-width: 108px; text-align: left; animation: wd3-float 5s 1.2s ease-in-out infinite; }
.wd3-float small, .wd3-float strong, .wd3-float span { display: block; line-height: 1.15; }
.wd3-float small { color: #7a8195; font-size: .62rem; }.wd3-float strong { font-size: .92rem; }.wd3-float--bottom strong { font-size: 1.7rem; }.wd3-float--bottom span { color:#7a8195;font-size:.66rem; }
.wd3-pulse { width: 10px; height: 10px; border-radius: 50%; background: #25bc78; box-shadow: 0 0 0 6px rgba(37,188,120,.14); animation: wd3-pulse 1.8s ease-in-out infinite; }

.wd3-trust { display: grid; grid-template-columns: auto 1fr; align-items: center; overflow: hidden; min-height: 82px; background: #111a3e; color: white; }
.wd3-trust__label { position: relative; z-index: 2; height: 100%; display: grid; place-items: center; padding: 0 34px; background: #4967ff; font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.wd3-trust__marquee { overflow: hidden; }
.wd3-trust__marquee > div { display: flex; align-items: center; width: max-content; animation: wd3-marquee 25s linear infinite; }
.wd3-trust__marquee span { padding: 0 25px; font-size: .75rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.wd3-trust__marquee b { color: #7f91ff; }

.wd3-services { background: #fff; }
.wd3-service-list { display: grid; gap: 16px; }
.wd3-service { position: relative; display: grid; grid-template-columns: 65px 1.15fr .8fr 50px; align-items: center; gap: 34px; min-height: 260px; padding: 32px; overflow: hidden; border-radius: 26px; transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease; }
.wd3-service:hover { transform: translateY(-5px); box-shadow: 0 25px 60px rgba(17,22,42,.14); }
.wd3-service__number { align-self: start; font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.wd3-service h3 { margin-bottom: 15px; font-size: clamp(1.8rem, 3vw, 3.15rem); }
.wd3-service p { max-width: 600px; margin: 0; color: rgba(17,22,42,.66); }
.wd3-service > a { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid currentColor; border-radius: 50%; font-weight: 900; transition: transform .3s ease, background .3s ease; }
.wd3-service > a:hover { transform: rotate(12deg); background: rgba(255,255,255,.35); }
.wd3-service--blue { background: #dfe4ff; }.wd3-service--yellow { background: #ffe45e; }.wd3-service--coral { background: #ffddd9; }.wd3-service--navy { color: white; background: #111a3e; }
.wd3-service--navy p { color: rgba(255,255,255,.65); }
.wd3-service__art { position: relative; justify-self: stretch; height: 190px; }
.wd3-service__art--design { padding: 18px; border: 6px solid white; border-radius: 17px; background: #4967ff; transform: rotate(3deg); box-shadow: 0 18px 35px rgba(73,103,255,.24); }
.wd3-service__art--design span { display:block;width:58%;height:7px;margin-bottom:9px;border-radius:9px;background:rgba(255,255,255,.75); }.wd3-service__art--design span+span{width:38%;background:rgba(255,255,255,.35)}
.wd3-service__art--design i { position:absolute;right:20px;bottom:20px;width:94px;height:94px;border-radius:50%;background:#ffe45e; }
.wd3-service__art--hosting { display: grid; place-items: center; text-align:center; }
.wd3-service__art--hosting > span { position:absolute;width:130px;height:130px;border:1px solid rgba(17,22,42,.25);border-radius:50%;animation:wd3-spin 12s linear infinite; }.wd3-service__art--hosting > span i{position:absolute;top:-7px;left:50%;width:14px;height:14px;border-radius:50%;background:#ef3340}
.wd3-service__art--hosting b{font-size:2.7rem;letter-spacing:-.07em}.wd3-service__art--hosting small{position:absolute;top:118px;font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.wd3-service__art--seo { display:flex;align-items:end;justify-content:center;gap:9px;padding:15px 30px 0; }.wd3-service__art--seo i{width:19%;border-radius:8px 8px 0 0;background:#ef3340}.wd3-service__art--seo i:nth-child(1){height:25%}.wd3-service__art--seo i:nth-child(2){height:42%}.wd3-service__art--seo i:nth-child(3){height:66%}.wd3-service__art--seo i:nth-child(4){height:92%;background:#4967ff}.wd3-service__art--seo span{position:absolute;right:15%;top:5%;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:white;font-weight:900}
.wd3-service__art--support { display:flex;align-items:center;justify-content:center; }.wd3-service__art--support span{display:grid;place-items:center;width:92px;height:92px;margin-right:-13px;border:5px solid #111a3e;border-radius:50%;background:#4967ff;font-weight:900}.wd3-service__art--support span+span{background:#ef3340}.wd3-service__art--support i{position:absolute;bottom:13px;padding:7px 12px;border-radius:99px;color:#111a3e;background:#ffe45e;font-size:.62rem;font-style:normal;font-weight:900}

.wd3-swiss { position: relative; overflow: hidden; color: white; background: #ef3340; }
.wd3-swiss__cross { position: absolute; right: -80px; top: -100px; width: 420px; height: 420px; opacity: .08; transform: rotate(-12deg); }
.wd3-swiss__cross i { position:absolute;left:50%;top:50%;background:white;transform:translate(-50%,-50%); }.wd3-swiss__cross i:first-child{width:100%;height:34%}.wd3-swiss__cross i:last-child{width:34%;height:100%}
.wd3-swiss__grid { display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:clamp(60px,9vw,130px); }
.wd3-swiss .wd3-overline { color:white; }
.wd3-swiss__copy h2 { max-width:720px;font-size:clamp(3rem,5.5vw,5.7rem); }
.wd3-swiss__copy p { max-width:640px;margin:30px 0 36px;color:rgba(255,255,255,.78);font-size:1.08rem; }
.wd3-cities { position:relative;min-height:510px;border:1px solid rgba(255,255,255,.26);border-radius:50% 40% 48% 44%;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.28) 1px,transparent 0);background-size:24px 24px;transform:rotate(-3deg); }
.wd3-cities::before { content:"SCHWEIZ";position:absolute;left:50%;top:50%;font-size:clamp(3rem,7vw,6.5rem);font-weight:900;letter-spacing:.02em;opacity:.08;transform:translate(-50%,-50%) rotate(3deg); }
.wd3-cities > span { position:absolute;left:var(--x);top:var(--y);padding:8px 12px;border-radius:99px;color:#ef3340;background:white;font-size:.7rem;font-weight:900;box-shadow:0 10px 25px rgba(125,8,17,.16);animation:wd3-city 3.5s var(--d) ease-in-out infinite; }
.wd3-cities__label { position:absolute;left:50%;top:50%;display:grid;place-items:center;width:160px;height:160px;border-radius:50%;color:#111a3e;background:#ffe45e;text-align:center;transform:translate(-50%,-50%) rotate(3deg);box-shadow:0 25px 55px rgba(125,8,17,.2); }
.wd3-cities__label strong{font-size:2.35rem;line-height:.9}.wd3-cities__label small{font-size:.63rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}

.wd3-why { background:#f5f6fb; }
.wd3-why__grid { display:grid;grid-template-columns:repeat(3,1fr);gap:18px; }
.wd3-why-card { position:relative;min-height:390px;padding:30px;border:1px solid var(--wd-line);border-radius:24px;background:white;transition:transform .3s ease,box-shadow .3s ease; }
.wd3-why-card:hover{transform:translateY(-7px);box-shadow:0 25px 65px rgba(17,22,42,.1)}
.wd3-why-card>span{display:grid;place-items:center;width:43px;height:43px;margin-bottom:78px;border-radius:50%;color:white;background:#4967ff;font-size:.67rem;font-weight:900}.wd3-why-card:nth-child(2)>span{background:#ef3340}.wd3-why-card:nth-child(3)>span{color:#11162a;background:#ffe45e}
.wd3-why-card h3{margin-bottom:14px;font-size:2rem}.wd3-why-card p{color:var(--wd-muted)}.wd3-why-card>i{position:absolute;left:30px;bottom:28px;padding:6px 10px;border-radius:99px;background:#f0f2f8;color:#535b72;font-size:.66rem;font-style:normal;font-weight:800}

.wd3-process { color:white;background:#111a3e; }
.wd3-process .wd3-overline{color:#9eacff}.wd3-process__top{display:grid;grid-template-columns:1.25fr .55fr;align-items:end;gap:60px;margin-bottom:72px}.wd3-process__top .wd3-overline{grid-column:1/-1;margin-bottom:-30px}.wd3-process__top h2{max-width:800px;font-size:clamp(3rem,5.5vw,5.6rem)}.wd3-process__top p{margin:0;color:#aab1cb}
.wd3-process__rail{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid rgba(255,255,255,.12);border-radius:24px;overflow:hidden;background:rgba(255,255,255,.12)}
.wd3-process-card{position:relative;min-height:390px;padding:28px;background:#111a3e}.wd3-process-card::before{content:"";position:absolute;right:0;bottom:0;left:0;height:0;background:#4967ff;transition:height .35s ease}.wd3-process-card:hover::before{height:100%}.wd3-process-card>*{position:relative;z-index:1}
.wd3-process-card>span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:105px;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#aeb7dd;font-size:.66rem;font-weight:900}.wd3-process-card small{color:#8190df;font-size:.62rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.wd3-process-card h3{margin:10px 0 14px;font-size:1.7rem}.wd3-process-card p{color:#9ca5c1;font-size:.9rem}.wd3-process-card:hover small,.wd3-process-card:hover p{color:rgba(255,255,255,.82)}

.wd3-pricing { background:white; }
.wd3-discount{display:flex;align-items:center;justify-self:end;gap:12px;padding:10px 14px 10px 10px;border:1px solid var(--wd-line);border-radius:99px}.wd3-discount strong{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;color:white;background:#ef3340}.wd3-discount span{font-size:.67rem;font-weight:850;text-transform:uppercase;line-height:1.25}
.wd3-pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:18px}.wd3-price{position:relative;display:flex;flex-direction:column;min-height:650px;padding:32px;border:1px solid var(--wd-line);border-radius:26px;background:#f7f8fc}.wd3-price--featured{color:white;background:#4967ff;border-color:#4967ff;transform:translateY(-16px);box-shadow:0 28px 75px rgba(73,103,255,.26)}
.wd3-price__badge{position:absolute;right:24px;top:24px;padding:6px 10px;border-radius:99px;color:#11162a;background:#ffe45e;font-size:.62rem;font-weight:900;text-transform:uppercase}.wd3-price__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.wd3-price__top span{font-size:1.8rem;font-weight:850;letter-spacing:-.05em}.wd3-price__top small{color:#7d8499;font-size:.65rem;font-weight:900}.wd3-price--featured .wd3-price__top small{color:#bcc5ff}
.wd3-price>p{min-height:82px;color:var(--wd-muted)}.wd3-price--featured>p{color:#d6dcff}.wd3-price del{color:#858b9d;font-size:.76rem}.wd3-price--featured del{color:#b5bfff}.wd3-price__amount{display:flex;align-items:end;gap:6px;margin:8px 0}.wd3-price__amount small{margin-bottom:9px;font-weight:850}.wd3-price__amount strong{font-size:clamp(3.2rem,4.5vw,4.6rem);line-height:.9;letter-spacing:-.08em}.wd3-price__amount span{margin-bottom:8px;font-size:.72rem}.wd3-price__setup{font-size:.76rem;color:var(--wd-muted)}.wd3-price--featured .wd3-price__setup{color:#d0d7ff}
.wd3-price ul{display:grid;gap:12px;margin:28px 0;padding:26px 0 0;border-top:1px solid var(--wd-line);list-style:none}.wd3-price--featured ul{border-color:rgba(255,255,255,.2)}.wd3-price li{position:relative;padding-left:25px;font-size:.88rem}.wd3-price li::before{content:"✓";position:absolute;left:0;color:#4967ff;font-weight:900}.wd3-price--featured li::before{color:#ffe45e}.wd3-price .wd3-button{margin-top:auto}.wd3-pricing__note{margin-top:22px;color:var(--wd-muted);font-size:.75rem}

.wd3-team { background:#f5f6fb; }
.wd3-team__card{display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;border-radius:32px;background:white;box-shadow:0 25px 80px rgba(17,22,42,.08)}.wd3-team__photos{display:grid;grid-template-columns:1fr 1fr;min-height:650px}.wd3-team__photos figure{position:relative;margin:0;overflow:hidden}.wd3-team__photos figure:first-child{transform:translateY(35px)}.wd3-team__photos img{width:100%;height:100%;object-fit:cover;filter:saturate(.88)}.wd3-team__photos figcaption{position:absolute;right:14px;bottom:14px;left:14px;padding:13px 14px;border-radius:13px;background:rgba(255,255,255,.9);backdrop-filter:blur(12px)}.wd3-team__photos figcaption strong,.wd3-team__photos figcaption span{display:block}.wd3-team__photos figcaption strong{font-size:.84rem}.wd3-team__photos figcaption span{color:#697086;font-size:.66rem}
.wd3-team__copy{align-self:center;padding:clamp(42px,6vw,82px)}.wd3-team__copy h2{font-size:clamp(2.7rem,4.7vw,4.8rem)}.wd3-team__copy p{margin:28px 0 34px;color:var(--wd-muted);font-size:1.05rem}

.wd3-faq-section{background:white}.wd3-faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(60px,9vw,130px)}.wd3-faq-intro{position:sticky;top:145px;align-self:start}.wd3-faq-intro h2{font-size:clamp(2.7rem,4.7vw,4.8rem)}.wd3-faq-intro p{margin-top:26px;color:var(--wd-muted)}.wd3-faq-intro a{color:#4967ff;font-weight:800}

.wd3-cta{padding:0 0 20px;background:white}.wd3-cta__inner{position:relative;overflow:hidden;padding:clamp(65px,9vw,120px);border-radius:34px;color:white;background:#4967ff;text-align:center}.wd3-cta__inner::before{content:"";position:absolute;inset:0;opacity:.22;background-image:radial-gradient(circle at 1px 1px,white 1px,transparent 0);background-size:28px 28px;mask-image:radial-gradient(circle at center,black,transparent 74%)}.wd3-cta__flag{position:absolute;right:-50px;top:-70px;width:290px;height:290px;border-radius:50%;background:#ef3340;animation:wd3-float 6s ease-in-out infinite}.wd3-cta__flag i{position:absolute;left:50%;top:50%;background:white;transform:translate(-50%,-50%)}.wd3-cta__flag i:first-child{width:46%;height:15%}.wd3-cta__flag i:last-child{width:15%;height:46%}.wd3-cta .wd3-overline,.wd3-cta h2,.wd3-cta p,.wd3-cta__inner>div:last-child{position:relative;z-index:1}.wd3-cta .wd3-overline{color:white}.wd3-cta h2{max-width:980px;margin:auto;font-size:clamp(3rem,6vw,6.2rem)}.wd3-cta p{max-width:650px;margin:28px auto 34px;color:#dce1ff;font-size:1.08rem}.wd3-cta__inner>div:last-child{display:flex;align-items:center;justify-content:center;gap:24px}.wd3-cta__inner>div:last-child>a:last-child{font-weight:800;border-bottom:1px solid rgba(255,255,255,.5)}

@keyframes wd3-gradient{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}
@keyframes wd3-drift{to{transform:translate(45px,30px) scale(1.08)}}
@keyframes wd3-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes wd3-pulse{50%{box-shadow:0 0 0 10px rgba(37,188,120,0)}}
@keyframes wd3-side-left{0%,100%{transform:rotate(-9deg) translateY(0)}50%{transform:rotate(-7deg) translateY(-12px)}}
@keyframes wd3-side-right{0%,100%{transform:rotate(9deg) translateY(0)}50%{transform:rotate(7deg) translateY(12px)}}
@keyframes wd3-marquee{to{transform:translateX(-50%)}}
@keyframes wd3-spin{to{transform:rotate(360deg)}}
@keyframes wd3-city{0%,100%{transform:translateY(0) rotate(3deg)}50%{transform:translateY(-8px) rotate(3deg)}}

@media(max-width:1050px){
  .wd3-stage{height:590px}.wd3-browser-card{width:76%}.wd3-stage__side{width:240px;height:340px}.wd3-float--top{left:8%}.wd3-float--bottom{right:7%}
  .wd3-service{grid-template-columns:55px 1fr .65fr 46px;gap:24px}.wd3-service__art{height:160px}
  .wd3-pricing__grid{grid-template-columns:1fr;max-width:700px;margin:auto}.wd3-price{min-height:auto}.wd3-price>p{min-height:0}.wd3-price--featured{transform:none}
  .wd3-team__card{grid-template-columns:1fr}.wd3-team__photos{order:2;min-height:570px}.wd3-team__copy{order:1}
}
@media(max-width:820px){
  .wd3-section-head,.wd3-swiss__grid,.wd3-process__top,.wd3-faq-layout{grid-template-columns:1fr}.wd3-section-head{gap:24px}.wd3-section-head>p{max-width:650px}.wd3-discount{justify-self:start}
  .wd3-stage{height:540px;margin-top:65px}.wd3-browser-card{width:85%}.wd3-stage__side{width:210px;height:300px;top:100px}.wd3-stage__side--left{left:-2%}.wd3-stage__side--right{right:-2%}.wd3-float--top{left:2%}.wd3-float--bottom{right:2%;bottom:110px}
  .wd3-service{grid-template-columns:50px 1fr 46px}.wd3-service__art{grid-column:2/3;height:150px}.wd3-service>a{grid-column:3;grid-row:1/3}
  .wd3-cities{min-height:480px}.wd3-why__grid{grid-template-columns:1fr}.wd3-why-card{min-height:330px}.wd3-why-card>span{margin-bottom:55px}
  .wd3-process__top .wd3-overline{grid-column:auto;margin-bottom:0}.wd3-process__rail{grid-template-columns:1fr 1fr}.wd3-process-card{min-height:320px}.wd3-process-card>span{margin-bottom:70px}
  .wd3-faq-intro{position:static}.wd3-team__photos{min-height:520px}
}
@media(max-width:600px){
  .wd3-section{padding:78px 0}.wd3-section-head{margin-bottom:45px}.wd3-section-head h2{font-size:clamp(2.55rem,12vw,3.8rem)}
  .wd3-hero{padding-top:64px}.wd3-swiss-chip{margin-bottom:22px}.wd3-hero h1{font-size:clamp(3.2rem,15.5vw,4.7rem)}.wd3-hero__content>p{margin:24px auto}.wd3-hero__actions{display:grid}.wd3-hero__actions .wd3-button{width:100%}.wd3-proof{display:grid;justify-content:start;margin:28px auto 0;width:max-content;text-align:left}
  .wd3-stage{height:430px;margin-top:55px;margin-bottom:-45px}.wd3-browser-card{width:100%;border-width:5px;border-radius:18px}.wd3-browser-card__bar{height:39px}.wd3-browser-card__bar>span{padding:4px 24px}.wd3-browser-card__body{grid-template-columns:1fr 1.05fr;min-height:325px}.wd3-browser-card__copy{padding:20px}.wd3-browser-card__copy strong{font-size:1.55rem}.wd3-browser-card__copy>span{margin-top:18px}.wd3-browser-card__copy a{margin-top:18px;font-size:.56rem}.wd3-stage__side{display:none}.wd3-float{padding:10px 12px}.wd3-float--top{left:-4px;top:-18px}.wd3-float--bottom{right:-4px;bottom:55px}.wd3-float--bottom strong{font-size:1.35rem}
  .wd3-trust{grid-template-columns:1fr}.wd3-trust__label{min-height:42px}.wd3-trust__marquee{min-height:52px;display:flex;align-items:center}
  .wd3-service{grid-template-columns:1fr 44px;gap:18px;min-height:460px;padding:24px}.wd3-service__number{grid-column:1}.wd3-service>div:nth-of-type(1){grid-column:1/-1}.wd3-service__art{grid-column:1/-1!important;height:150px}.wd3-service>a{position:absolute;right:22px;top:22px;grid-column:auto;grid-row:auto;width:42px;height:42px}.wd3-service p{font-size:.92rem}
  .wd3-swiss__grid{gap:48px}.wd3-swiss__copy h2{font-size:clamp(2.8rem,13vw,4rem)}.wd3-cities{min-height:400px}.wd3-cities>span{padding:6px 9px;font-size:.58rem}.wd3-cities__label{width:125px;height:125px}.wd3-cities__label strong{font-size:1.8rem}
  .wd3-process__rail{grid-template-columns:1fr}.wd3-process-card{min-height:280px}.wd3-process-card>span{margin-bottom:55px}
  .wd3-price{padding:25px}.wd3-price__badge{top:22px;right:22px}.wd3-team__photos{min-height:430px}.wd3-team__photos figure:first-child{transform:none}.wd3-team__photos figcaption{right:8px;bottom:8px;left:8px;padding:9px}.wd3-team__copy{padding:42px 25px}.wd3-team__copy h2{font-size:clamp(2.55rem,12vw,3.8rem)}
  .wd3-cta__inner{padding:56px 24px}.wd3-cta h2{font-size:clamp(2.9rem,13vw,4.2rem)}.wd3-cta__flag{width:190px;height:190px;right:-70px;top:-65px}.wd3-cta__inner>div:last-child{display:grid}.wd3-cta__inner>div:last-child .wd3-button{width:100%}
}

/* Version 3.1: restrained editorial refinements */
.wd3-hero { background: #f7f7f4; }
.wd3-hero__mesh, .wd3-hero::before, .wd3-hero::after { display: none; }
.wd3-hero h1 em { color: #4967ff; background: none; -webkit-text-fill-color: currentColor; animation: none; }
.wd3-stage { height: 590px; margin-top: 78px; }
.wd3-stage__side, .wd3-float, .wd3-stage__glow { display: none; }
.wd3-browser-card { width: min(980px, 88%); border-width: 1px; border-radius: 12px; box-shadow: 0 26px 70px rgba(17,22,42,.14); transform: translateX(-50%); }
.wd3-browser-card__body { min-height: 500px; }
.wd3-browser-card img { filter: saturate(.82); }
.wd3-trust__marquee > div { animation-duration: 38s; }

.wd3-service { grid-template-columns: 58px 1fr 50px; min-height: 220px; border: 1px solid var(--wd-line); border-left-width: 5px; border-radius: 4px; background: #fff; box-shadow: none; }
.wd3-service--blue { border-left-color: #4967ff; }
.wd3-service--yellow { border-left-color: #d5ae00; }
.wd3-service--coral { border-left-color: #ef3340; }
.wd3-service--navy { color: var(--wd-ink); border-left-color: #111a3e; background: #fff; }
.wd3-service--navy p { color: rgba(17,22,42,.66); }
.wd3-service__art { display: none; }
.wd3-service:hover { transform: translateX(6px); box-shadow: 0 14px 36px rgba(17,22,42,.07); }
.wd3-service > a { grid-column: 3; }

.wd3-cities { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); align-content: center; gap: 10px; min-height: 460px; padding: 52px; border-radius: 2px; background: transparent; transform: none; }
.wd3-cities::before { display: none; }
.wd3-cities > span { position: static; display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border: 1px solid rgba(255,255,255,.35); border-radius: 2px; color: white; background: transparent; box-shadow: none; animation: none; }
.wd3-cities > span::after { content: "CH"; opacity: .58; font-size: .58rem; letter-spacing: .08em; }
.wd3-cities__label { position: static; grid-column: 1 / -1; justify-self: stretch; width: auto; height: auto; margin-top: 10px; padding: 24px; border-radius: 2px; color: #11162a; background: white; transform: none; box-shadow: none; }
.wd3-cities__label strong { font-size: 2rem; }

.wd3-why-card { border-radius: 4px; box-shadow: none; }
.wd3-why-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(17,22,42,.06); }
.wd3-why-card > i { border-radius: 2px; background: transparent; border: 1px solid var(--wd-line); }
.wd3-process__rail { border-radius: 4px; }
.wd3-process-card::before { display: none; }
.wd3-process-card:hover { background: #17234e; }
.wd3-price { border-radius: 4px; }
.wd3-price--featured { box-shadow: none; }

.wd3-team__card { grid-template-columns: .9fr 1.1fr; min-height: 650px; border: 1px solid var(--wd-line); border-radius: 4px; box-shadow: none; }
.wd3-team__copy { order: 1; padding: clamp(42px, 6vw, 82px); }
.wd3-team__copy h2 { max-width: 640px; }
.wd3-team__people { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 34px 0; border: 1px solid var(--wd-line); background: var(--wd-line); }
.wd3-team__people > div { padding: 18px; background: white; }
.wd3-team__people span, .wd3-team__people strong { display: block; }
.wd3-team__people span { margin-bottom: 4px; color: var(--wd-muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.wd3-team__people strong { font-size: 1rem; }
.wd3-team__visual { position: relative; order: 2; min-height: 650px; overflow: hidden; }
.wd3-team__visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.02); }
.wd3-team__visual > span { position: absolute; right: 22px; bottom: 22px; padding: 14px 16px; border-radius: 2px; color: var(--wd-ink); background: rgba(255,255,255,.92); font-size: .7rem; font-weight: 750; line-height: 1.35; backdrop-filter: blur(10px); }
.wd3-team__visual > span strong { font-size: .84rem; }
.wd3-team__photos { display: none; }

.wd3-cta__inner { border-radius: 4px; background: #111a3e; }
.wd3-cta__flag { display: none; }
.wd3-cta__inner::before { opacity: .08; }

@media(max-width:1050px){
  .wd3-team__card { grid-template-columns: 1fr; }
  .wd3-team__copy { order: 1; }
  .wd3-team__visual { order: 2; min-height: 520px; }
}
@media(max-width:820px){
  .wd3-stage { height: 530px; }
  .wd3-browser-card { width: 94%; }
  .wd3-service { grid-template-columns: 48px 1fr 46px; }
}
@media(max-width:600px){
  .wd3-stage { height: 390px; margin-top: 48px; }
  .wd3-browser-card { width: 100%; }
  .wd3-browser-card__body { min-height: 320px; }
  .wd3-service { grid-template-columns: 1fr 42px; min-height: 300px; }
  .wd3-service__number { grid-column: 1; }
  .wd3-service > div:nth-of-type(1) { grid-column: 1 / -1; }
  .wd3-service > a { grid-column: 2; }
  .wd3-cities { grid-template-columns: 1fr; min-height: auto; padding: 22px; }
  .wd3-cities__label { grid-column: 1; }
  .wd3-team__people { grid-template-columns: 1fr; }
  .wd3-team__visual { min-height: 390px; }
}
