/*
  webdesignhawks.com | Design Agency | Bergen auf Rügen, Germany
  Indigo #4338CA + Coral #F04D2C + Cream #F8F7FF | Light editorial
  Space Grotesk + Plus Jakarta Sans | wdh- CSS prefix
  PILL NAVIGATION | Diagonal hero | Alternating services | Dark process
  Horizontal case cards | Large-quote testimonials | Column pricing
  Single accordion FAQ | Coral CTA band
*/
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap');

:root {
  --wdh-indigo:   #4338CA;
  --wdh-indig2:   #6366F1;
  --wdh-indig3:   #A5B4FC;
  --wdh-indict:   rgba(67,56,202,.08);
  --wdh-indict2:  rgba(67,56,202,.16);
  --wdh-coral:    #F04D2C;
  --wdh-coral2:   #F97316;
  --wdh-coralt:   rgba(240,77,44,.1);
  --wdh-dark:     #0F0E1A;
  --wdh-dark2:    #1A1A2E;
  --wdh-dark3:    #2A2A42;
  --wdh-cream:    #F8F7FF;
  --wdh-light:    #EEF2FF;
  --wdh-white:    #FFFFFF;
  --wdh-mid:      #64748B;
  --wdh-muted:    #94A3B8;
  --wdh-border:   #E2E8F0;
  --wdh-border2:  rgba(67,56,202,.2);
  --wdh-max:      1160px;
  --wdh-r:        4px;
  --wdh-r2:       10px;
  --wdh-r3:       16px;
  --wdh-r4:       24px;
  --wdh-rp:       100px;
  --wdh-fh:       'Space Grotesk', system-ui, sans-serif;
  --wdh-fb:       'Plus Jakarta Sans', system-ui, sans-serif;
  --wdh-ease:     all 0.18s cubic-bezier(.4,0,.2,1);
  --wdh-ish:      0 0 0 3px rgba(67,56,202,.18);
  --wdh-elev:     0 4px 24px rgba(15,14,26,.12);
}

/* ===== RESET ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--wdh-white);color:var(--wdh-dark);font-family:var(--wdh-fb);font-size:1rem;line-height:1.74;overflow-x:hidden;}
img{display:block;max-width:100%;}a{color:inherit;text-decoration:none;}ul{list-style:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}
input,textarea,select{font-family:inherit;}address{font-style:normal;}

/* ===== TYPOGRAPHY ===== */
h1{font-family:var(--wdh-fh);font-size:clamp(2.8rem,6vw,6.5rem);line-height:1.0;letter-spacing:-.03em;font-weight:800;}
h2{font-family:var(--wdh-fh);font-size:clamp(2rem,4vw,4rem);line-height:1.06;letter-spacing:-.02em;font-weight:800;}
h3{font-family:var(--wdh-fh);font-size:1.1rem;font-weight:700;}
p{font-size:.96rem;line-height:1.82;color:var(--wdh-mid);}

/* ===== CONTAINERS ===== */
.wdh-hull{max-width:var(--wdh-max);margin:0 auto;padding:0 2.5rem;}
.wdh-slab{padding:7rem 0;}

/* ===== PILL NAVIGATION ===== */
.wdh-nav-bar{
  position:sticky;top:0;z-index:200;
  padding:1.1rem 2.5rem;
  transition:padding .2s,background .2s;
}
.wdh-nav-bar.wdh-stuck{padding:.6rem 2rem;background:var(--wdh-cream);}
.wdh-nav-pill{
  max-width:var(--wdh-max);margin:0 auto;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  border:1px solid var(--wdh-border2);border-radius:var(--wdh-rp);
  height:68px;display:flex;align-items:center;
  padding:0 .5rem 0 .4rem;gap:.3rem;
  box-shadow:0 2px 20px rgba(67,56,202,.12);
}
/* BIGGER LOGO as colored pill inside the pill nav */
.wdh-logo-pill{
  background:var(--wdh-indigo);color:var(--wdh-white);
  font-family:var(--wdh-fh);font-size:1.55rem;font-weight:800;
  letter-spacing:-.03em;padding:.38rem 1.1rem;border-radius:var(--wdh-rp);
  margin-right:.5rem;white-space:nowrap;flex-shrink:0;
  transition:background .14s;
}
.wdh-logo-pill:hover{background:var(--wdh-indig2);}
/* Nav links - bigger than body text */
.wdh-nav-links{display:flex;align-items:center;gap:.1rem;flex:1;}
.wdh-nav-a{
  font-family:var(--wdh-fh);font-size:1.0rem;font-weight:600;
  color:var(--wdh-mid);padding:.38rem .72rem;border-radius:var(--wdh-rp);
  transition:var(--wdh-ease);white-space:nowrap;
}
.wdh-nav-a:hover,.wdh-nav-a.wdh-on{color:var(--wdh-indigo);background:var(--wdh-indict);}
/* Nav right */
.wdh-nav-end{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto;}
.wdh-lang-group{display:flex;align-items:center;gap:.16rem;}
.wdh-lang-a{font-family:var(--wdh-fh);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--wdh-muted);padding:.18rem .32rem;border-radius:var(--wdh-r);transition:color .14s;}
.wdh-lang-a:hover,.wdh-lang-a.wdh-lon{color:var(--wdh-indigo);}
.wdh-lang-sep{color:var(--wdh-border);font-size:.7rem;}
.wdh-nav-cta{font-family:var(--wdh-fh);font-size:.95rem;font-weight:700;color:var(--wdh-white);background:var(--wdh-coral);padding:.5rem 1.2rem;border-radius:var(--wdh-rp);transition:background .14s;white-space:nowrap;}
.wdh-nav-cta:hover{background:var(--wdh-coral2);}
.wdh-burger{display:none;width:40px;height:40px;border-radius:var(--wdh-rp);background:var(--wdh-indict);color:var(--wdh-indigo);align-items:center;justify-content:center;}
/* Mobile overlay */
.wdh-mob-ov{position:fixed;inset:0;background:var(--wdh-dark);z-index:290;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;opacity:0;visibility:hidden;transition:all .22s;}
.wdh-mob-ov.wdh-mob-on{opacity:1;visibility:visible;}
.wdh-mob-cls{position:absolute;top:1.4rem;right:1.4rem;color:var(--wdh-muted);background:var(--wdh-dark3);border-radius:var(--wdh-rp);width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.wdh-mob-lnk{font-family:var(--wdh-fh);font-size:2.2rem;font-weight:800;color:rgba(255,255,255,.4);display:block;text-align:center;padding:.35rem;transition:color .14s;}
.wdh-mob-lnk:hover{color:var(--wdh-indig3);}
.wdh-mob-cta{font-family:var(--wdh-fh);font-size:1.1rem;font-weight:700;color:white;background:var(--wdh-coral);padding:.7rem 2.2rem;border-radius:var(--wdh-rp);margin-top:1.2rem;}

/* ===== HERO - Diagonal composition, light cream bg ===== */
.wdh-stage{background:var(--wdh-cream);padding:7rem 0 0;overflow:hidden;position:relative;}
.wdh-stage-in{max-width:var(--wdh-max);margin:0 auto;padding:0 2.5rem;display:grid;grid-template-columns:1fr 420px;gap:5rem;align-items:center;min-height:540px;}
.wdh-stage-badge{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--wdh-fh);font-size:.48rem;font-weight:700;text-transform:uppercase;letter-spacing:.26em;color:var(--wdh-indigo);background:var(--wdh-indict);border:1px solid var(--wdh-indict2);padding:.28rem 1rem;border-radius:var(--wdh-rp);margin-bottom:1.3rem;}
.wdh-stage h1{color:var(--wdh-dark);}
.wdh-stage h1 .wdh-h1-accent{color:var(--wdh-indigo);}
.wdh-stage-sub{font-size:.98rem;max-width:46ch;margin:.7rem 0 2rem;color:var(--wdh-mid);}
.wdh-stage-acts{display:flex;gap:.7rem;flex-wrap:wrap;margin-bottom:3rem;}
/* Stage visual right side */
.wdh-stage-geo{position:relative;height:540px;display:flex;align-items:center;justify-content:center;}
.wdh-geo-rect{position:absolute;width:320px;height:320px;background:var(--wdh-indigo);border-radius:var(--wdh-r4);transform:rotate(12deg);top:80px;left:20px;opacity:.9;}
.wdh-geo-circle{position:absolute;width:180px;height:180px;border:3px solid var(--wdh-coral);border-radius:50%;bottom:80px;right:0;opacity:.7;}
.wdh-geo-img{position:absolute;width:290px;height:290px;object-fit:cover;border-radius:var(--wdh-r3);box-shadow:var(--wdh-elev);z-index:2;top:120px;left:40px;}
.wdh-geo-card{position:absolute;bottom:90px;right:10px;background:white;border-radius:var(--wdh-r2);padding:.9rem 1.1rem;box-shadow:var(--wdh-elev);z-index:3;min-width:140px;}
.wdh-geo-card-n{font-family:var(--wdh-fh);font-size:1.6rem;font-weight:800;color:var(--wdh-indigo);}
.wdh-geo-card-l{font-size:.48rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--wdh-muted);}
/* Stats strip at bottom of hero */
.wdh-stage-strip{background:var(--wdh-indigo);margin-top:5rem;}
.wdh-strip-row{max-width:var(--wdh-max);margin:0 auto;padding:1.4rem 2.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;}
.wdh-strip-item{padding:0 1.5rem;border-right:1px solid rgba(255,255,255,.12);text-align:center;}
.wdh-strip-item:first-child{padding-left:0;}
.wdh-strip-item:last-child{border-right:none;}
.wdh-strip-n{font-family:var(--wdh-fh);font-size:1.9rem;font-weight:800;color:white;}
.wdh-strip-l{font-size:.48rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.5);}

/* ===== SERVICES - Alternating layout ===== */
.wdh-svc-alt{display:flex;flex-direction:column;gap:5rem;}
.wdh-svc-pair{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;}
.wdh-svc-pair.wdh-rev{direction:rtl;}
.wdh-svc-pair.wdh-rev>*{direction:ltr;}
.wdh-svc-img-wrap{border-radius:var(--wdh-r4);overflow:hidden;height:320px;background:var(--wdh-light);}
.wdh-svc-img-wrap img{width:100%;height:100%;object-fit:cover;}
.wdh-svc-num{font-size:.44rem;font-weight:700;text-transform:uppercase;letter-spacing:.24em;color:var(--wdh-muted);margin-bottom:.5rem;}
.wdh-svc-nm{font-family:var(--wdh-fh);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:var(--wdh-dark);margin-bottom:.6rem;}
.wdh-svc-desc{font-size:.94rem;color:var(--wdh-mid);margin-bottom:1.2rem;max-width:40ch;}
.wdh-svc-from{font-family:var(--wdh-fh);font-size:.86rem;font-weight:700;color:var(--wdh-indigo);display:inline-flex;align-items:center;gap:.4rem;margin-bottom:1rem;}

/* ===== CASE CARDS - Horizontal wide format ===== */
.wdh-case-list{display:flex;flex-direction:column;gap:1.5rem;}
.wdh-case-card{background:var(--wdh-cream);border:1.5px solid var(--wdh-border);border-radius:var(--wdh-r4);overflow:hidden;display:grid;grid-template-columns:360px 1fr;transition:var(--wdh-ease);}
.wdh-case-card:hover{box-shadow:var(--wdh-elev);transform:translateY(-2px);}
.wdh-case-img{height:260px;overflow:hidden;}
.wdh-case-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s;}
.wdh-case-card:hover .wdh-case-img img{transform:scale(1.05);}
.wdh-case-body{padding:2rem 2.5rem;display:flex;flex-direction:column;justify-content:center;}
.wdh-case-type{font-size:.44rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--wdh-coral);margin-bottom:.3rem;}
.wdh-case-nm{font-family:var(--wdh-fh);font-size:1.4rem;font-weight:800;color:var(--wdh-dark);margin-bottom:.6rem;}
.wdh-case-desc{font-size:.88rem;color:var(--wdh-mid);max-width:48ch;margin-bottom:1.2rem;}
.wdh-case-stats{display:flex;gap:2rem;}
.wdh-cstat-n{font-family:var(--wdh-fh);font-size:1.8rem;font-weight:800;color:var(--wdh-indigo);}
.wdh-cstat-l{font-size:.44rem;text-transform:uppercase;letter-spacing:.1em;color:var(--wdh-muted);}

/* ===== PROCESS - dark indigo section ===== */
.wdh-proc-section{background:var(--wdh-dark2);}
.wdh-proc-row{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;padding-top:4rem;}
.wdh-proc-head{}
.wdh-proc-steps{display:flex;flex-direction:column;gap:0;}
.wdh-proc-step{display:grid;grid-template-columns:56px 1fr;gap:1.4rem;padding:1.4rem 0;border-bottom:1px solid rgba(255,255,255,.06);}
.wdh-proc-step:last-child{border-bottom:none;}
.wdh-proc-badge{width:56px;height:56px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--wdh-fh);font-size:.9rem;font-weight:800;color:var(--wdh-indig3);flex-shrink:0;}
.wdh-proc-nm{font-family:var(--wdh-fh);font-size:.96rem;font-weight:700;color:white;margin-bottom:.3rem;}
.wdh-proc-txt{font-size:.84rem;color:rgba(255,255,255,.38);line-height:1.72;}

/* ===== TESTIMONIALS - large quote format ===== */
.wdh-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;}
.wdh-testi-block{padding:2rem;border-left:3px solid var(--wdh-indigo);position:relative;}
.wdh-testi-qmark{font-family:var(--wdh-fh);font-size:4rem;font-weight:800;color:var(--wdh-indict2);line-height:.6;margin-bottom:.8rem;}
.wdh-testi-quote{font-size:.92rem;color:var(--wdh-dark);line-height:1.8;margin-bottom:.9rem;font-weight:500;}
.wdh-testi-who{font-family:var(--wdh-fh);font-size:.82rem;font-weight:700;color:var(--wdh-indigo);}
.wdh-testi-loc{font-size:.74rem;color:var(--wdh-muted);margin-top:.1rem;}

/* ===== PRICING ===== */
.wdh-price-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
.wdh-price-box{background:var(--wdh-cream);border:1.5px solid var(--wdh-border);border-radius:var(--wdh-r4);padding:2rem;transition:var(--wdh-ease);}
.wdh-price-box.wdh-pfeat{background:var(--wdh-dark2);border-color:var(--wdh-indigo);position:relative;}
.wdh-pfeat-badge{position:absolute;top:-1px;left:50%;transform:translateX(-50%);background:var(--wdh-indigo);color:white;font-family:var(--wdh-fh);font-size:.46rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding:.22rem 1rem;border-radius:0 0 var(--wdh-r) var(--wdh-r);}
.wdh-px-nm{font-family:var(--wdh-fh);font-size:1.3rem;font-weight:800;color:var(--wdh-dark);margin-bottom:.2rem;}
.wdh-pfeat .wdh-px-nm{color:white;}
.wdh-px-tag{font-size:.8rem;color:var(--wdh-mid);display:block;margin-bottom:1.2rem;}
.wdh-pfeat .wdh-px-tag{color:rgba(255,255,255,.4);}
.wdh-px-price{font-family:var(--wdh-fh);font-size:2.6rem;font-weight:800;color:var(--wdh-dark);line-height:1;}
.wdh-pfeat .wdh-px-price{color:var(--wdh-indig3);}
.wdh-px-note{font-size:.62rem;color:var(--wdh-muted);margin:.3rem 0 1.2rem;}
.wdh-pfeat .wdh-px-note{color:rgba(255,255,255,.3);}
.wdh-px-div{border:none;border-top:1px solid var(--wdh-border);margin:.9rem 0;}
.wdh-pfeat .wdh-px-div{border-color:rgba(255,255,255,.1);}
.wdh-px-item{display:flex;align-items:flex-start;gap:.44rem;font-size:.82rem;color:var(--wdh-mid);margin-bottom:.36rem;}
.wdh-pfeat .wdh-px-item{color:rgba(255,255,255,.45);}
.wdh-px-item svg{color:var(--wdh-indigo);flex-shrink:0;margin-top:.1rem;}
.wdh-pfeat .wdh-px-item svg{color:var(--wdh-indig3);}

/* ===== FAQ - single column with left accent ===== */
.wdh-faq-stack{max-width:780px;margin:0 auto;}
.wdh-faq-item{border-bottom:1px solid var(--wdh-border);}
.wdh-faq-item:first-child{border-top:1px solid var(--wdh-border);}
.wdh-faq-btn{width:100%;display:flex;align-items:center;gap:.5rem;padding:1.2rem 0;cursor:pointer;text-align:left;background:none;border:none;}
.wdh-faq-q{font-family:var(--wdh-fh);font-size:.94rem;font-weight:700;color:var(--wdh-dark);flex:1;}
.wdh-faq-tog{color:var(--wdh-indigo);flex-shrink:0;transition:transform .18s;}
.wdh-faq-item.wdh-faq-on .wdh-faq-tog{transform:rotate(45deg);}
.wdh-faq-body{display:none;padding:.2rem 0 1.2rem;}
.wdh-faq-body p{font-size:.88rem;color:var(--wdh-mid);}
.wdh-faq-item.wdh-faq-on .wdh-faq-q{color:var(--wdh-indigo);}
.wdh-faq-item.wdh-faq-on{border-left:3px solid var(--wdh-indigo);padding-left:1rem;margin-left:-1rem;}

/* ===== CORAL CTA BAND ===== */
.wdh-coral-band{background:var(--wdh-coral);padding:6rem 0;}
.wdh-coral-in{max-width:var(--wdh-max);margin:0 auto;padding:0 2.5rem;display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;}
.wdh-coral-h2{font-family:var(--wdh-fh);font-size:clamp(1.8rem,3vw,3rem);font-weight:800;color:white;line-height:1.1;letter-spacing:-.02em;}
.wdh-coral-sub{font-size:.96rem;color:rgba(255,255,255,.65);margin-top:.5rem;}

/* ===== SECTION LABELS ===== */
.wdh-pre{font-family:var(--wdh-fh);font-size:.48rem;font-weight:700;text-transform:uppercase;letter-spacing:.28em;color:var(--wdh-indigo);display:block;margin-bottom:.7rem;}
.wdh-pre-light{color:rgba(255,255,255,.4);}

/* ===== BUTTONS ===== */
.wdh-btn-indigo{display:inline-flex;align-items:center;gap:.44rem;font-family:var(--wdh-fh);font-size:.96rem;font-weight:700;color:white;background:var(--wdh-indigo);padding:.72rem 1.9rem;border-radius:var(--wdh-rp);transition:background .14s;border:none;cursor:pointer;white-space:nowrap;}
.wdh-btn-indigo:hover{background:var(--wdh-indig2);}
.wdh-btn-coral{display:inline-flex;align-items:center;gap:.44rem;font-family:var(--wdh-fh);font-size:.96rem;font-weight:700;color:white;background:var(--wdh-coral);padding:.72rem 1.9rem;border-radius:var(--wdh-rp);transition:background .14s;border:none;cursor:pointer;white-space:nowrap;}
.wdh-btn-coral:hover{background:var(--wdh-coral2);}
.wdh-btn-ghost{display:inline-flex;align-items:center;gap:.44rem;font-family:var(--wdh-fh);font-size:.96rem;font-weight:700;color:var(--wdh-indigo);background:transparent;padding:.7rem 1.9rem;border-radius:var(--wdh-rp);border:1.5px solid var(--wdh-indict2);transition:var(--wdh-ease);white-space:nowrap;}
.wdh-btn-ghost:hover{background:var(--wdh-indict);border-color:var(--wdh-indigo);}
.wdh-btn-white{display:inline-flex;align-items:center;gap:.44rem;font-family:var(--wdh-fh);font-size:.96rem;font-weight:700;color:var(--wdh-indigo);background:white;padding:.72rem 1.9rem;border-radius:var(--wdh-rp);border:none;cursor:pointer;transition:opacity .14s;white-space:nowrap;}
.wdh-btn-white:hover{opacity:.88;}
.wdh-btn-sm-i{display:inline-flex;align-items:center;gap:.36rem;font-family:var(--wdh-fh);font-size:.88rem;font-weight:700;color:white;background:var(--wdh-indigo);padding:.5rem 1.1rem;border-radius:var(--wdh-rp);border:none;cursor:pointer;transition:background .14s;white-space:nowrap;}
.wdh-btn-sm-i:hover{background:var(--wdh-indig2);}
.wdh-btn-sm-g{display:inline-flex;align-items:center;gap:.36rem;font-family:var(--wdh-fh);font-size:.88rem;font-weight:700;color:var(--wdh-mid);background:transparent;padding:.48rem 1.1rem;border-radius:var(--wdh-rp);border:1.5px solid var(--wdh-border);transition:var(--wdh-ease);white-space:nowrap;}
.wdh-btn-sm-g:hover{border-color:var(--wdh-indigo);color:var(--wdh-indigo);}

/* ===== PAGE CAP ===== */
.wdh-pagecap{background:var(--wdh-cream);border-bottom:1px solid var(--wdh-border);padding:7rem 0 4rem;}
.wdh-pagecap-in{max-width:var(--wdh-max);margin:0 auto;padding:0 2.5rem;text-align:center;}
.wdh-pagecap h1{color:var(--wdh-dark);max-width:18ch;margin:0 auto;}
.wdh-pagecap-sub{color:var(--wdh-mid);max-width:52ch;margin:.8rem auto 0;}

/* ===== FORMS ===== */
.wdh-fg{margin-bottom:.7rem;}
.wdh-fl{display:block;font-family:var(--wdh-fh);font-size:.44rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--wdh-muted);margin-bottom:.3rem;}
.wdh-fi{width:100%;background:var(--wdh-cream);border:1.5px solid var(--wdh-border);border-radius:var(--wdh-r2);padding:.72rem 1rem;color:var(--wdh-dark);font-size:.94rem;transition:border-color .14s;}
.wdh-fi:focus{outline:none;border-color:var(--wdh-indigo);box-shadow:var(--wdh-ish);}
.wdh-agree{display:flex;align-items:flex-start;gap:.5rem;font-size:.82rem;color:var(--wdh-mid);margin:1rem 0;line-height:1.6;}
.wdh-agree input{margin-top:.14rem;accent-color:var(--wdh-indigo);}
.wdh-agree a{color:var(--wdh-indigo);}

/* ===== CHECKOUT LAYOUT ===== */
.wdh-checkout-wrap{max-width:var(--wdh-max);margin:0 auto;padding:5rem 2.5rem;display:grid;grid-template-columns:1fr 280px;gap:4rem;align-items:start;}
.wdh-order-recap{background:var(--wdh-cream);border:1.5px solid var(--wdh-border);border-radius:var(--wdh-r3);overflow:hidden;position:sticky;top:90px;}
.wdh-recap-hd{padding:.8rem 1.2rem;border-bottom:1px solid var(--wdh-border);background:white;}
.wdh-recap-hl{font-family:var(--wdh-fh);font-size:.44rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--wdh-muted);}
.wdh-recap-body{padding:1rem 1.2rem;}
.wdh-recap-ln{display:flex;justify-content:space-between;gap:.5rem;font-size:.82rem;margin-bottom:.4rem;}
.wdh-recap-lnm{color:var(--wdh-mid);}
.wdh-recap-lpr{font-family:var(--wdh-fh);font-weight:700;color:var(--wdh-indigo);}
.wdh-recap-div{border:none;border-top:1px solid var(--wdh-border);margin:.6rem 0;}
.wdh-recap-tot{display:flex;justify-content:space-between;align-items:flex-end;}
.wdh-recap-totl{font-size:.44rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--wdh-muted);}
.wdh-recap-totv{font-family:var(--wdh-fh);font-size:2rem;font-weight:800;color:var(--wdh-indigo);}

/* ===== BUILDER ===== */
.wdh-builder-wrap{max-width:var(--wdh-max);margin:0 auto;padding:4rem 2.5rem 8rem;display:grid;grid-template-columns:1fr 280px;gap:4rem;align-items:start;}
.wdh-build-group{margin-bottom:2rem;}
.wdh-build-label{display:block;font-family:var(--wdh-fh);font-size:.46rem;font-weight:700;text-transform:uppercase;letter-spacing:.24em;color:var(--wdh-indigo);margin-bottom:.9rem;}
.wdh-pkg-row{background:var(--wdh-cream);border:1.5px solid var(--wdh-border);border-radius:var(--wdh-r2);padding:.88rem 1rem;display:flex;align-items:center;gap:.7rem;cursor:pointer;user-select:none;transition:var(--wdh-ease);margin-bottom:.44rem;}
.wdh-pkg-row:hover{border-color:var(--wdh-border2);}
.wdh-pkg-row.wdh-picked{border-color:var(--wdh-indigo);background:var(--wdh-indict);}
.wdh-pkg-dot{width:16px;height:16px;border:1.5px solid var(--wdh-border);border-radius:var(--wdh-r);flex-shrink:0;transition:var(--wdh-ease);}
.wdh-pkg-row.wdh-picked .wdh-pkg-dot{background:var(--wdh-indigo);border-color:var(--wdh-indigo);}
.wdh-pkg-nm{font-size:.88rem;color:var(--wdh-mid);flex:1;}
.wdh-pkg-row.wdh-picked .wdh-pkg-nm{color:var(--wdh-dark);font-weight:600;}
.wdh-pkg-pr{font-family:var(--wdh-fh);font-size:.84rem;font-weight:700;color:var(--wdh-indigo);white-space:nowrap;}
.wdh-chips{display:flex;flex-wrap:wrap;gap:.5rem;}
.wdh-adn-chip{background:var(--wdh-cream);border:1.5px solid var(--wdh-border);border-radius:var(--wdh-rp);padding:.48rem 1rem;cursor:pointer;user-select:none;transition:var(--wdh-ease);}
.wdh-adn-chip.wdh-chip-on{border-color:var(--wdh-indigo);background:var(--wdh-indict);}
.wdh-chip-nm{font-size:.82rem;font-weight:600;color:var(--wdh-mid);}
.wdh-adn-chip.wdh-chip-on .wdh-chip-nm{color:var(--wdh-dark);}
.wdh-chip-pr{font-size:.62rem;color:var(--wdh-muted);margin-top:.1rem;}
.wdh-adn-chip.wdh-chip-on .wdh-chip-pr{color:var(--wdh-indigo);}
.wdh-hrs-panel{background:var(--wdh-cream);border:1.5px solid var(--wdh-border);border-radius:var(--wdh-r2);padding:1rem 1.1rem;}
.wdh-hrs-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;}
.wdh-hrs-lbl{font-size:.88rem;color:var(--wdh-mid);}
.wdh-hrs-val{font-family:var(--wdh-fh);font-size:1.8rem;font-weight:800;color:var(--wdh-indigo);}
.wdh-hrs-range{-webkit-appearance:none;width:100%;height:3px;background:var(--wdh-border);border-radius:2px;cursor:pointer;}
.wdh-hrs-range::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--wdh-indigo);border:2px solid white;cursor:pointer;box-shadow:0 2px 8px rgba(67,56,202,.3);}
.wdh-hrs-note{font-size:.64rem;color:var(--wdh-muted);margin-top:.5rem;}
/* Receipt */
.wdh-receipt{background:var(--wdh-dark2);border-radius:var(--wdh-r3);overflow:hidden;position:sticky;top:90px;}
.wdh-rcpt-hd{padding:.8rem 1.2rem;border-bottom:1px solid rgba(255,255,255,.07);}
.wdh-rcpt-hl{font-size:.44rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.3);}
.wdh-rcpt-body{padding:.9rem 1.2rem;min-height:70px;}
.wdh-rcpt-empty{font-size:.78rem;color:rgba(255,255,255,.22);font-style:italic;}
.wdh-rcpt-ln{display:flex;justify-content:space-between;gap:.5rem;font-size:.8rem;margin-bottom:.4rem;}
.wdh-rcpt-lnm{color:rgba(255,255,255,.38);}
.wdh-rcpt-lnp{font-family:var(--wdh-fh);font-weight:700;color:var(--wdh-indig3);}
.wdh-rcpt-ft{border-top:1px solid rgba(255,255,255,.07);padding:.9rem 1.2rem;}
.wdh-rcpt-tot{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:.9rem;}
.wdh-rcpt-totl{font-size:.44rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.22);}
.wdh-rcpt-totv{font-family:var(--wdh-fh);font-size:2.4rem;font-weight:800;color:var(--wdh-indig3);}
.wdh-rcpt-go{display:block;width:100%;background:var(--wdh-indigo);color:white;font-family:var(--wdh-fh);font-size:.94rem;font-weight:700;padding:.76rem;border-radius:var(--wdh-rp);border:none;cursor:pointer;transition:background .14s;}
.wdh-rcpt-go:hover:not(:disabled){background:var(--wdh-indig2);}
.wdh-rcpt-go:disabled{opacity:.2;cursor:not-allowed;}

/* ===== SERVICE DETAIL PAGE ===== */
.wdh-svc-detail{max-width:var(--wdh-max);margin:0 auto;padding:5rem 2.5rem;display:grid;grid-template-columns:1fr 260px;gap:5rem;align-items:start;}
.wdh-svc-body h2{font-family:var(--wdh-fh);font-size:1.2rem;font-weight:700;color:var(--wdh-indigo);margin:2.5rem 0 .6rem;}
.wdh-svc-body p{margin-bottom:.9rem;}
.wdh-deliv-item{display:flex;align-items:flex-start;gap:.44rem;font-size:.9rem;color:var(--wdh-mid);margin-bottom:.36rem;}
.wdh-deliv-item svg{color:var(--wdh-indigo);flex-shrink:0;margin-top:.1rem;}
.wdh-svc-aside{position:sticky;top:90px;}
.wdh-aside-box{background:var(--wdh-cream);border:1.5px solid var(--wdh-border);border-radius:var(--wdh-r3);overflow:hidden;}
.wdh-aside-top{padding:1.4rem;border-bottom:1px solid var(--wdh-border);}
.wdh-aside-from{font-size:.44rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--wdh-muted);margin-bottom:.3rem;}
.wdh-aside-price{font-family:var(--wdh-fh);font-size:1.4rem;font-weight:800;color:var(--wdh-indigo);margin-bottom:.9rem;}
.wdh-aside-img img{width:100%;height:100px;object-fit:cover;display:block;}
.wdh-other-h{font-size:.42rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--wdh-muted);padding:1rem 1.4rem .5rem;}
.wdh-other-lk{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--wdh-mid);padding:.4rem 1.4rem;border-top:1px solid var(--wdh-border);transition:color .14s;}
.wdh-other-lk:hover{color:var(--wdh-indigo);}

/* ===== LEGAL + IMPRESSUM ===== */
.wdh-legal-wrap{max-width:820px;margin:0 auto;padding:5rem 2.5rem 8rem;}
.wdh-legal-eff{display:inline-block;font-size:.72rem;color:var(--wdh-muted);background:var(--wdh-cream);border:1px solid var(--wdh-border);padding:.24rem .8rem;border-radius:var(--wdh-rp);margin-bottom:1.6rem;}
.wdh-legal-wrap h2{font-family:var(--wdh-fh);font-size:1.2rem;font-weight:700;color:var(--wdh-indigo);margin:2.8rem 0 .6rem;}
.wdh-legal-wrap h3{font-family:var(--wdh-fh);font-size:.96rem;font-weight:700;color:var(--wdh-dark);margin:1.4rem 0 .4rem;}
.wdh-legal-wrap p,.wdh-legal-wrap li{font-size:.9rem;color:var(--wdh-mid);line-height:1.78;margin-bottom:.9rem;}
.wdh-legal-wrap ul{padding-left:1.4rem;margin:.5rem 0 .9rem;}
.wdh-legal-wrap li{list-style:disc;}
.wdh-legal-wrap a{color:var(--wdh-indigo);}
.wdh-legal-addr{background:var(--wdh-cream);border-left:3px solid var(--wdh-indigo);padding:.9rem 1.2rem;font-size:.88rem;color:var(--wdh-mid);line-height:1.9;margin:.9rem 0;border-radius:0 var(--wdh-r) var(--wdh-r) 0;}

/* ===== FOOTER ===== */
.wdh-footer{background:var(--wdh-dark);}
.wdh-footer-main{max-width:var(--wdh-max);margin:0 auto;padding:4rem 2.5rem 2rem;display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:2.5rem;}
/* BIGGER footer logo */
.wdh-foot-logo{font-family:var(--wdh-fh);font-size:1.65rem;font-weight:800;color:white;letter-spacing:-.03em;margin-bottom:.4rem;}
.wdh-foot-logo span{color:var(--wdh-indig3);}
.wdh-foot-tag{font-size:.78rem;color:rgba(255,255,255,.28);line-height:1.7;max-width:28ch;margin-bottom:1rem;}
.wdh-foot-soc{display:flex;gap:.4rem;}
.wdh-foot-soc a{width:32px;height:32px;border:1px solid rgba(255,255,255,.1);border-radius:var(--wdh-r2);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.3);transition:var(--wdh-ease);}
.wdh-foot-soc a:hover{border-color:var(--wdh-indig3);color:var(--wdh-indig3);}
.wdh-foot-col-h{font-size:.42rem;font-weight:700;text-transform:uppercase;letter-spacing:.28em;color:rgba(255,255,255,.22);margin-bottom:.9rem;}
.wdh-foot-nav{display:flex;flex-direction:column;gap:.5rem;}
.wdh-foot-nav a{font-size:.82rem;color:rgba(255,255,255,.35);transition:color .14s;}
.wdh-foot-nav a:hover{color:var(--wdh-indig3);}
.wdh-foot-ct a{display:flex;align-items:flex-start;gap:.4rem;font-size:.8rem;color:rgba(255,255,255,.35);margin-bottom:.5rem;transition:color .14s;}
.wdh-foot-ct a:hover{color:var(--wdh-indig3);}
.wdh-foot-ct svg{color:rgba(255,255,255,.22);flex-shrink:0;margin-top:.06rem;}
.wdh-footer-btm{border-top:1px solid rgba(255,255,255,.06);max-width:var(--wdh-max);margin:0 auto;padding:1rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;}
.wdh-foot-copy{font-size:.62rem;color:rgba(255,255,255,.2);}
.wdh-foot-legal{display:flex;gap:1.2rem;flex-wrap:wrap;}
.wdh-foot-legal a{font-size:.62rem;color:rgba(255,255,255,.22);transition:color .14s;}
.wdh-foot-legal a:hover{color:var(--wdh-indig3);}
.wdh-foot-lang{display:flex;align-items:center;gap:.4rem;}
.wdh-foot-lang a{font-size:.62rem;font-weight:700;color:rgba(255,255,255,.22);transition:color .14s;}
.wdh-foot-lang a:hover,.wdh-foot-lang a.wdh-lon{color:var(--wdh-indig3);}

/* ===== COOKIE + CHAT ===== */
.wdh-cookie-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--wdh-dark2);border-top:2px solid var(--wdh-indigo);padding:1rem 2.5rem;display:none;align-items:center;gap:1.5rem;justify-content:space-between;flex-wrap:wrap;}
.wdh-cookie-bar p{font-size:.8rem;color:rgba(255,255,255,.38);margin:0;}
.wdh-cookie-bar a{color:var(--wdh-indig3);}
.wdh-ck-btns{display:flex;gap:.5rem;flex-shrink:0;}
.wdh-ck-yes{background:var(--wdh-indigo);color:white;font-family:var(--wdh-fh);font-size:.82rem;font-weight:700;padding:.4rem 1rem;border-radius:var(--wdh-r);cursor:pointer;border:none;}
.wdh-ck-no{background:transparent;color:rgba(255,255,255,.3);font-family:var(--wdh-fh);font-size:.82rem;padding:.4rem 1rem;border:1px solid rgba(255,255,255,.12);border-radius:var(--wdh-r);cursor:pointer;}
.wdh-chat-fab{position:fixed;bottom:4.5rem;right:1.5rem;z-index:9990;width:56px;height:56px;background:var(--wdh-indigo);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:0 6px 24px rgba(67,56,202,.35);transition:var(--wdh-ease);}
.wdh-chat-fab:hover{background:var(--wdh-indig2);transform:scale(1.06);}
.wdh-chatpop{position:fixed;bottom:7.8rem;right:1.5rem;z-index:9989;width:278px;background:white;border:1px solid var(--wdh-border);border-radius:var(--wdh-r3);box-shadow:0 20px 60px rgba(15,14,26,.14);opacity:0;pointer-events:none;transform:translateY(8px) scale(.97);transition:opacity .2s,transform .22s;overflow:hidden;}
.wdh-chatpop.wdh-cp-on{opacity:1;pointer-events:auto;transform:none;}
.wdh-chatpop-hd{background:var(--wdh-indigo);padding:.8rem 1.1rem;display:flex;align-items:center;justify-content:space-between;}
.wdh-chatpop-nm{font-family:var(--wdh-fh);font-size:.95rem;font-weight:800;color:white;}
.wdh-chat-done{display:none;text-align:center;padding:.9rem;font-family:var(--wdh-fh);font-size:.9rem;font-weight:700;color:var(--wdh-indigo);}
.wdh-chat-inp{width:100%;background:var(--wdh-cream);border:1px solid var(--wdh-border);border-radius:var(--wdh-r);padding:.5rem .8rem;font-size:.84rem;color:var(--wdh-dark);margin-bottom:.36rem;resize:none;transition:border-color .14s;}
.wdh-chat-inp:focus{outline:none;border-color:var(--wdh-indigo);}
.wdh-chat-send{width:100%;background:var(--wdh-indigo);color:white;font-family:var(--wdh-fh);font-size:.86rem;font-weight:700;padding:.5rem;border-radius:var(--wdh-rp);border:none;cursor:pointer;}

/* ===== REVEAL ===== */
.wdh-reveal{opacity:0;transform:translateY(16px);transition:opacity .42s,transform .42s;}
.wdh-reveal.wdh-in{opacity:1;transform:none;}

/* ===== RESULT PAGE ===== */
.wdh-result-pg{min-height:72vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 2.5rem;}

/* ===== TICKER STRIP ===== */
.wdh-ticker{background:white;border-top:1px solid var(--wdh-border);border-bottom:1px solid var(--wdh-border);padding:.8rem 0;overflow:hidden;}
.wdh-ticker-track{display:flex;gap:3rem;white-space:nowrap;animation:wdh-scroll 30s linear infinite;}
.wdh-ticker-item{font-family:var(--wdh-fh);font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--wdh-muted);flex-shrink:0;}
.wdh-ticker-dot{color:var(--wdh-indigo);}
@keyframes wdh-scroll{from{transform:translateX(0);}to{transform:translateX(-50%);}}

/* ===== ABOUT GRID ===== */
.wdh-about-wrap{max-width:var(--wdh-max);margin:0 auto;padding:0 2.5rem;}
.wdh-about-cols{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;}

/* ===== CONTACT GRID ===== */
.wdh-contact-cols{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;}

/* ===== PORTFOLIO GRID ===== */
.wdh-port-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;}
.wdh-port-card{background:var(--wdh-cream);border:1.5px solid var(--wdh-border);border-radius:var(--wdh-r4);overflow:hidden;transition:var(--wdh-ease);}
.wdh-port-card:hover{transform:translateY(-3px);box-shadow:var(--wdh-elev);}
.wdh-port-img{height:260px;overflow:hidden;}
.wdh-port-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s;}
.wdh-port-card:hover .wdh-port-img img{transform:scale(1.05);}
.wdh-port-body{padding:1.6rem;}

/* ===== RESPONSIVE ===== */
@media(max-width:1024px){
  .wdh-nav-links,.wdh-lang-group,.wdh-nav-cta{display:none;}
  .wdh-burger{display:flex;}
  .wdh-stage-in{grid-template-columns:1fr;}
  .wdh-stage-geo{display:none;}
  .wdh-svc-pair{grid-template-columns:1fr;}
  .wdh-svc-pair.wdh-rev{direction:ltr;}
  .wdh-case-card{grid-template-columns:1fr;}
  .wdh-case-img{height:220px;}
  .wdh-proc-row{grid-template-columns:1fr;}
  .wdh-testi-grid{grid-template-columns:1fr;}
  .wdh-price-row{grid-template-columns:1fr;}
  .wdh-footer-main{grid-template-columns:1fr 1fr;}
  .wdh-coral-in{grid-template-columns:1fr;}
  .wdh-checkout-wrap,.wdh-builder-wrap,.wdh-svc-detail{grid-template-columns:1fr;}
  .wdh-about-cols,.wdh-contact-cols{grid-template-columns:1fr;}
  .wdh-port-grid{grid-template-columns:1fr;}
  .wdh-strip-row{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:640px){
  .wdh-hull{padding:0 1.5rem;}
  .wdh-nav-bar{padding:.8rem 1.5rem;}
  .wdh-footer-main{grid-template-columns:1fr;padding:3rem 1.5rem 1.5rem;}
  .wdh-footer-btm{padding:1rem 1.5rem;flex-direction:column;align-items:flex-start;}
  h1{font-size:clamp(2.2rem,8vw,3.5rem);}
  h2{font-size:clamp(1.6rem,6vw,2.6rem);}
  .wdh-strip-row{grid-template-columns:1fr 1fr;}
}
