/*
  webdesignprime.com | Web Design Agency | Algeciras, Cadiz, Spain | EUR | EN/ES
  Electric Cobalt #0050F0 + Graphite #141318 + White (UNIQUE! first cobalt-dominant!)
  Schibsted Grotesk 700/900 (FIRST USE!) + Onest 300/400/500 (FIRST USE!)
  wdp- CSS prefix | WDP JS | $wdp PHP
  SPLIT NAV WITH CENTERED LOGO (first in series!)
  FULL-WIDTH DROPDOWN mobile menu (first in series!)
  DARK HERO with CSS browser mockup stack (unique!)
  BLUE STATS STRIP | 3-COL SERVICE CARDS | HORIZONTAL PROCESS ACCORDION (unique!)
  FULL-WIDTH ALTERNATING CASE STUDIES | 3-COL TESTIMONIAL CARDS (all 3 visible!)
  COMPARISON TABLE PRICING (first in series!) | 2-COL FAQ COLUMNS
  Social: LinkedIn + X/Twitter + GitHub (first GitHub in series!)
*/
@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400;0,700;0,900;1,900&family=Onest:wght@300;400;500;600&display=swap');

:root {
  --wdp-blue:    #0050F0;
  --wdp-blue2:   #0040C8;
  --wdp-blue3:   #003299;
  --wdp-blueT:   rgba(0,80,240,.1);
  --wdp-blueG:   rgba(0,80,240,.2);
  --wdp-dark:    #141318;
  --wdp-dark2:   #1E1C24;
  --wdp-dark3:   #2A2730;
  --wdp-white:   #FFFFFF;
  --wdp-surface: #F2F4FF;
  --wdp-border:  #E2E4EE;
  --wdp-mid:     #4D4B5E;
  --wdp-muted:   #9896A8;
  --wdp-orange:  #FF5400;
  --wdp-max:     1200px;
  --wdp-fh:      'Schibsted Grotesk', system-ui, sans-serif;
  --wdp-fb:      'Onest', system-ui, sans-serif;
  --wdp-r:       4px;
  --wdp-r2:      8px;
  --wdp-r3:      14px;
  --wdp-r4:      22px;
  --wdp-rp:      100px;
  --wdp-ease:    all .2s cubic-bezier(.4,0,.2,1);
  --wdp-sh:      0 4px 24px rgba(0,80,240,.06);
  --wdp-sh2:     0 12px 48px rgba(0,80,240,.12);
  --wdp-sh-dark: 0 20px 60px rgba(0,0,0,.5);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--wdp-white);color:var(--wdp-dark);font-family:var(--wdp-fb);font-size:1rem;line-height:1.7;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;}

h1{font-family:var(--wdp-fh);line-height:.9;font-weight:900;}
h2{font-family:var(--wdp-fh);font-size:clamp(1.8rem,3vw,3rem);line-height:1.05;font-weight:900;}
h3{font-family:var(--wdp-fh);font-size:1.1rem;font-weight:700;}
p{font-size:.96rem;line-height:1.8;color:var(--wdp-mid);}

.wdp-bound{max-width:var(--wdp-max);margin:0 auto;padding:0 3rem;}
.wdp-slab{padding:8rem 0;}
.wdp-eyebrow{font-family:var(--wdp-fb);font-size:.44rem;font-weight:500;text-transform:uppercase;letter-spacing:.3em;color:var(--wdp-blue);display:block;margin-bottom:.7rem;}
.wdp-eyebrow-w{color:rgba(255,255,255,.4);}

/* ===== SPLIT NAV WITH CENTERED LOGO (FIRST IN SERIES!) ===== */
.wdp-nav{
  position:fixed;top:0;left:0;right:0;z-index:500;
  background:var(--wdp-white);border-bottom:1.5px solid var(--wdp-border);
  height:68px;display:flex;align-items:center;
  padding:0 3rem;
  transition:box-shadow .2s;
}
.wdp-nav.wdp-nav-sh{box-shadow:0 2px 20px rgba(0,80,240,.08);}
/* Nav links - bigger than body! */
.wdp-nav-left{display:flex;align-items:center;gap:.1rem;flex:1;}
/* BIGGER LOGO - Schibsted Grotesk 900, centered */
.wdp-logo{font-family:var(--wdp-fh);font-size:1.35rem;font-weight:900;color:var(--wdp-dark);text-align:center;flex-shrink:0;letter-spacing:-.02em;}
.wdp-logo span{color:var(--wdp-blue);}
.wdp-nav-right{display:flex;align-items:center;gap:.1rem;flex:1;justify-content:flex-end;}
.wdp-nlink{font-family:var(--wdp-fb);font-size:1.04rem;font-weight:500;color:var(--wdp-muted);padding:.38rem .8rem;border-radius:var(--wdp-r2);transition:color .16s;white-space:nowrap;}
.wdp-nlink:hover,.wdp-nlink.wdp-on{color:var(--wdp-dark);}
.wdp-lang-pair{display:flex;align-items:center;gap:.15rem;margin:0 .5rem;}
.wdp-la{font-family:var(--wdp-fb);font-size:.6rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:rgba(20,19,24,.28);padding:.1rem .22rem;border-radius:var(--wdp-r);transition:color .14s;}
.wdp-la:hover,.wdp-la.wdp-lon{color:var(--wdp-blue);}
.wdp-la-sep{font-size:.5rem;color:var(--wdp-border);}
.wdp-nav-cta{font-family:var(--wdp-fh);font-size:1rem;font-weight:700;color:white;background:var(--wdp-blue);padding:.4rem 1.3rem;border-radius:var(--wdp-rp);transition:var(--wdp-ease);display:inline-flex;align-items:center;gap:.3rem;margin-left:.4rem;}
.wdp-nav-cta:hover{background:var(--wdp-blue2);}
.wdp-burger{display:none;width:38px;height:38px;align-items:center;justify-content:center;color:var(--wdp-dark);transition:color .14s;}
.wdp-burger:hover{color:var(--wdp-blue);}

/* ===== FULL-WIDTH DROPDOWN MOBILE MENU (FIRST IN SERIES!) ===== */
.wdp-mob-drop{
  position:fixed;top:68px;left:0;right:0;
  background:var(--wdp-white);border-bottom:1.5px solid var(--wdp-border);
  z-index:490;
  padding:1.5rem 3rem 2rem;
  transform:translateY(-10px);opacity:0;pointer-events:none;
  transition:transform .25s,opacity .25s;
  box-shadow:0 16px 40px rgba(0,80,240,.08);
}
.wdp-mob-drop.wdp-drop-on{transform:translateY(0);opacity:1;pointer-events:auto;}
.wdp-mob-links{display:flex;flex-direction:column;gap:.3rem;}
.wdp-mob-lnk{font-family:var(--wdp-fh);font-size:1.4rem;font-weight:900;color:rgba(20,19,24,.2);padding:.3rem 0;border-bottom:1px solid var(--wdp-border);transition:color .14s;}
.wdp-mob-lnk:hover{color:var(--wdp-blue);}
.wdp-mob-foot{display:flex;align-items:center;gap:.8rem;margin-top:1rem;}
.wdp-mob-la{font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:rgba(20,19,24,.3);transition:color .14s;}
.wdp-mob-la:hover,.wdp-mob-la.wdp-lon{color:var(--wdp-blue);}

/* ===== DARK HERO with CSS BROWSER MOCKUP STACK (unique!) ===== */
.wdp-hero-wrap{
  background:var(--wdp-dark);
  min-height:100vh;padding-top:68px;
  display:grid;grid-template-columns:1fr 1fr;
  align-items:center;overflow:hidden;
  position:relative;
}
/* Subtle blue gradient radial in background */
.wdp-hero-wrap::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse 60% 60% at 80% 50%,rgba(0,80,240,.12) 0%,transparent 70%);
  pointer-events:none;
}
.wdp-hero-text{padding:5rem 3rem 5rem 4rem;}
/* Small cobalt accent line */
.wdp-hero-accent{width:36px;height:3px;background:var(--wdp-blue);border-radius:2px;margin-bottom:1.6rem;}
.wdp-hero-h1{
  font-family:var(--wdp-fh);
  font-size:clamp(3.5rem,7vw,7.5rem);
  font-weight:900;color:white;
  line-height:.88;letter-spacing:-.03em;margin-bottom:1.4rem;
}
.wdp-hero-h1 em{font-style:normal;color:var(--wdp-blue);}
.wdp-hero-sub{font-size:.96rem;color:rgba(255,255,255,.38);max-width:44ch;margin-bottom:2.2rem;line-height:1.8;}
.wdp-hero-ctas{display:flex;gap:.7rem;flex-wrap:wrap;}
/* CSS BROWSER MOCKUP STACK - right side */
.wdp-hero-visual{padding:5rem 4rem 5rem 2rem;position:relative;display:flex;align-items:center;justify-content:flex-end;}
.wdp-mock-stack{position:relative;width:100%;height:380px;max-width:420px;margin-left:auto;}
/* Individual browser windows */
.wdp-bw{position:absolute;background:var(--wdp-dark2);border-radius:10px;border:1.5px solid rgba(255,255,255,.07);overflow:hidden;box-shadow:var(--wdp-sh-dark);}
.wdp-bw-a{width:88%;bottom:0;left:40px;transform:rotate(-4deg) translateY(20px);opacity:.4;}
.wdp-bw-b{width:91%;bottom:20px;left:20px;transform:rotate(-1.5deg) translateY(10px);opacity:.7;}
.wdp-bw-c{width:94%;bottom:40px;left:0;transform:rotate(0.5deg);opacity:1;}
.wdp-bw-bar{background:var(--wdp-dark3);height:26px;display:flex;align-items:center;padding:0 .7rem;gap:.3rem;border-bottom:1px solid rgba(255,255,255,.05);}
.wdp-bw-dot{width:9px;height:9px;border-radius:50%;}
.wdp-bw-d1{background:#FF5F57;}
.wdp-bw-d2{background:#FDBC2C;}
.wdp-bw-d3{background:#28C840;}
.wdp-bw-body{padding:.8rem;}
.wdp-bw-nav{height:14px;background:var(--wdp-blue);border-radius:3px;margin-bottom:.5rem;opacity:.7;}
.wdp-bw-hero{height:52px;background:linear-gradient(135deg,var(--wdp-blue) 0%,var(--wdp-blue2) 100%);border-radius:5px;margin-bottom:.5rem;}
.wdp-bw-row{height:8px;background:rgba(255,255,255,.1);border-radius:3px;margin-bottom:.3rem;}
.wdp-bw-row.wdp-bw-short{width:65%;}
.wdp-bw-card-row{display:flex;gap:.4rem;margin-top:.5rem;}
.wdp-bw-card{flex:1;height:36px;background:rgba(255,255,255,.07);border-radius:5px;border:1px solid rgba(255,255,255,.06);}
.wdp-bw-card.wdp-bc-blue{background:rgba(0,80,240,.3);}

/* ===== BLUE STATS STRIP ===== */
.wdp-stats-strip{background:var(--wdp-blue);padding:3rem 0;}
.wdp-stats-inner{max-width:var(--wdp-max);margin:0 auto;padding:0 3rem;display:grid;grid-template-columns:repeat(4,1fr);}
.wdp-stat-cell{text-align:center;color:white;border-right:1px solid rgba(255,255,255,.15);padding:0 1rem;}
.wdp-stat-cell:last-child{border-right:none;}
.wdp-stat-n{font-family:var(--wdp-fh);font-size:2.8rem;font-weight:900;line-height:1;}
.wdp-stat-l{font-family:var(--wdp-fb);font-size:.44rem;font-weight:500;text-transform:uppercase;letter-spacing:.22em;opacity:.5;margin-top:.3rem;}

/* ===== 3-COL SERVICE CARDS ===== */
.wdp-svc-section{background:var(--wdp-surface);}
.wdp-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;}
.wdp-svc-card{
  background:var(--wdp-white);border:1.5px solid var(--wdp-border);
  border-radius:var(--wdp-r4);padding:2rem;
  transition:var(--wdp-ease);cursor:pointer;
  display:flex;flex-direction:column;
}
.wdp-svc-card:hover{border-color:var(--wdp-blue);transform:translateY(-4px);box-shadow:var(--wdp-sh2);}
.wdp-svc-card:hover .wdp-sc-icon{color:var(--wdp-white);background:var(--wdp-blue);}
.wdp-sc-num{font-family:var(--wdp-fh);font-size:.46rem;font-weight:700;color:var(--wdp-blue);margin-bottom:.8rem;}
.wdp-sc-icon{width:44px;height:44px;border-radius:var(--wdp-r2);background:var(--wdp-surface);color:var(--wdp-blue);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:var(--wdp-ease);}
.wdp-sc-nm{font-family:var(--wdp-fh);font-size:1.05rem;font-weight:700;color:var(--wdp-dark);margin-bottom:.5rem;line-height:1.2;}
.wdp-sc-bl{font-size:.82rem;color:var(--wdp-muted);line-height:1.75;flex:1;}
.wdp-sc-pr{font-family:var(--wdp-fh);font-size:.88rem;font-weight:700;color:var(--wdp-blue);margin-top:1rem;padding-top:.8rem;border-top:1.5px solid var(--wdp-border);}
.wdp-sc-arr{margin-top:.8rem;display:flex;align-items:center;gap:.3rem;font-size:.8rem;font-weight:500;color:var(--wdp-muted);transition:color .16s;}
.wdp-svc-card:hover .wdp-sc-arr{color:var(--wdp-blue);}

/* ===== HORIZONTAL PROCESS ACCORDION (UNIQUE in series!) ===== */
.wdp-proc-section{background:var(--wdp-white);}
.wdp-proc-tabs{display:flex;border:1.5px solid var(--wdp-border);border-radius:var(--wdp-r3);overflow:hidden;}
.wdp-proc-tab{
  flex:1;padding:1.4rem 1.2rem;cursor:pointer;
  border-right:1.5px solid var(--wdp-border);
  transition:var(--wdp-ease);text-align:center;
}
.wdp-proc-tab:last-child{border-right:none;}
.wdp-proc-tab:hover{background:var(--wdp-surface);}
.wdp-proc-tab.wdp-proc-on{background:var(--wdp-blue);cursor:default;}
.wdp-proc-tab.wdp-proc-on:hover{background:var(--wdp-blue);}
.wdp-proc-step-n{font-family:var(--wdp-fh);font-size:.46rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--wdp-muted);display:block;margin-bottom:.2rem;}
.wdp-proc-tab.wdp-proc-on .wdp-proc-step-n{color:rgba(255,255,255,.4);}
.wdp-proc-step-nm{font-family:var(--wdp-fh);font-size:.88rem;font-weight:700;color:var(--wdp-dark);}
.wdp-proc-tab.wdp-proc-on .wdp-proc-step-nm{color:white;}
.wdp-proc-panels{margin-top:2rem;background:var(--wdp-surface);border-radius:var(--wdp-r3);padding:2.5rem;min-height:140px;}
.wdp-proc-pnl{display:none;}
.wdp-proc-pnl.wdp-proc-vis{display:block;animation:wdpFadeIn .3s ease;}
@keyframes wdpFadeIn{from{opacity:0;transform:translateY(5px);}to{opacity:1;transform:none;}}

/* ===== FULL-WIDTH ALTERNATING CASE STUDIES ===== */
.wdp-cases-section{background:var(--wdp-white);}
.wdp-case-item{padding:5rem 0;}
.wdp-case-item.wdp-ci-blue{background:var(--wdp-blue);}
.wdp-case-item.wdp-ci-surface{background:var(--wdp-surface);}
.wdp-case-row{max-width:var(--wdp-max);margin:0 auto;padding:0 3rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;}
.wdp-case-img{border-radius:var(--wdp-r4);overflow:hidden;height:320px;background:var(--wdp-dark2);}
.wdp-case-img img{width:100%;height:100%;object-fit:cover;}
.wdp-case-cat{font-family:var(--wdp-fb);font-size:.44rem;font-weight:500;text-transform:uppercase;letter-spacing:.2em;display:block;margin-bottom:.4rem;}
.wdp-case-item.wdp-ci-blue .wdp-case-cat{color:rgba(255,255,255,.4);}
.wdp-case-nm{font-family:var(--wdp-fh);font-size:1.8rem;font-weight:900;line-height:1.1;margin-bottom:.7rem;}
.wdp-case-item.wdp-ci-blue .wdp-case-nm{color:white;}
.wdp-case-bl{font-size:.88rem;line-height:1.8;}
.wdp-case-item.wdp-ci-blue .wdp-case-bl{color:rgba(255,255,255,.4);}
.wdp-case-stats{display:flex;gap:2rem;margin-top:1.5rem;}
.wdp-case-sv{font-family:var(--wdp-fh);font-size:1.6rem;font-weight:900;color:var(--wdp-blue);}
.wdp-case-item.wdp-ci-blue .wdp-case-sv{color:white;}
.wdp-case-sl{font-size:.42rem;text-transform:uppercase;letter-spacing:.12em;color:var(--wdp-muted);}
.wdp-case-item.wdp-ci-blue .wdp-case-sl{color:rgba(255,255,255,.3);}

/* ===== 3-COL TESTIMONIAL CARDS (all visible at once - unique!) ===== */
.wdp-testi-section{background:var(--wdp-surface);}
.wdp-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;}
.wdp-testi-card{background:var(--wdp-white);border:1.5px solid var(--wdp-border);border-radius:var(--wdp-r4);padding:2rem;}
.wdp-testi-card.wdp-tc-blue{background:var(--wdp-blue);border-color:var(--wdp-blue);}
.wdp-tq-stars{display:flex;gap:.2rem;color:var(--wdp-blue);margin-bottom:1rem;}
.wdp-testi-card.wdp-tc-blue .wdp-tq-stars{color:rgba(255,255,255,.6);}
.wdp-tq-body{font-size:.88rem;color:var(--wdp-mid);line-height:1.8;margin-bottom:1.2rem;flex:1;}
.wdp-testi-card.wdp-tc-blue .wdp-tq-body{color:rgba(255,255,255,.5);}
.wdp-tq-who{font-family:var(--wdp-fh);font-size:.88rem;font-weight:700;color:var(--wdp-dark);}
.wdp-testi-card.wdp-tc-blue .wdp-tq-who{color:white;}
.wdp-tq-role{font-size:.76rem;color:var(--wdp-muted);}
.wdp-testi-card.wdp-tc-blue .wdp-tq-role{color:rgba(255,255,255,.3);}

/* ===== COMPARISON TABLE PRICING (FIRST IN SERIES!) ===== */
.wdp-price-section{background:var(--wdp-white);}
.wdp-cmp-wrap{overflow-x:auto;border-radius:var(--wdp-r3);border:1.5px solid var(--wdp-border);}
.wdp-cmp-table{width:100%;border-collapse:collapse;}
.wdp-cmp-table th,.wdp-cmp-table td{padding:.88rem 1.2rem;border-bottom:1.5px solid var(--wdp-border);text-align:left;}
.wdp-cmp-table tr:last-child th,.wdp-cmp-table tr:last-child td{border-bottom:none;}
.wdp-cmp-feat-col{width:32%;font-size:.86rem;color:var(--wdp-mid);}
.wdp-cmp-pkg-col{text-align:center;width:22.67%;}
/* Featured col: cobalt blue */
.wdp-cmp-star{background:var(--wdp-blue)!important;color:white!important;}
.wdp-cmp-star td{color:white!important;}
.wdp-cmp-hd-nm{font-family:var(--wdp-fh);font-size:1.05rem;font-weight:900;display:block;}
.wdp-cmp-hd-pr{font-family:var(--wdp-fh);font-size:1.4rem;font-weight:900;color:var(--wdp-blue);display:block;margin-top:.15rem;}
.wdp-cmp-star .wdp-cmp-hd-pr{color:rgba(255,255,255,.8);}
.wdp-cmp-hd-note{font-size:.62rem;color:var(--wdp-muted);display:block;}
.wdp-cmp-star .wdp-cmp-hd-note{color:rgba(255,255,255,.3);}
.wdp-cmp-badge{background:rgba(255,255,255,.2);color:white;font-size:.42rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;padding:.18rem .5rem;border-radius:99px;display:inline-block;margin-bottom:.2rem;}
.wdp-cmp-table thead tr{background:var(--wdp-surface);}
.wdp-cmp-table thead th{border-bottom:1.5px solid var(--wdp-border);}
.wdp-cmp-check{color:var(--wdp-blue);display:flex;justify-content:center;}
.wdp-cmp-star .wdp-cmp-check{color:rgba(255,255,255,.8);}
.wdp-cmp-no{color:var(--wdp-border);}
.wdp-cmp-row-feat{font-family:var(--wdp-fh);font-size:.76rem;font-weight:700;color:var(--wdp-dark);}

/* ===== 2-COL FAQ COLUMNS ===== */
.wdp-faq-section{background:var(--wdp-surface);}
.wdp-faq-2col{display:grid;grid-template-columns:1fr 1fr;gap:2rem;}
.wdp-faq-col{}
.wdp-faq-entry{border-bottom:1.5px solid var(--wdp-border);}
.wdp-faq-qrow{display:flex;align-items:center;gap:.7rem;padding:.9rem 0;cursor:pointer;}
.wdp-faq-qtxt{font-family:var(--wdp-fh);font-size:.9rem;font-weight:700;color:var(--wdp-dark);flex:1;line-height:1.3;}
.wdp-faq-entry.wdp-fq-open .wdp-faq-qtxt{color:var(--wdp-blue);}
.wdp-faq-qicn{color:var(--wdp-muted);flex-shrink:0;transition:transform .2s;}
.wdp-faq-entry.wdp-fq-open .wdp-faq-qicn{transform:rotate(180deg);color:var(--wdp-blue);}
.wdp-faq-ans{display:none;padding:.2rem 0 .9rem;}
.wdp-faq-ans p{font-size:.86rem;color:var(--wdp-mid);}

/* ===== CTA BLUE BAND ===== */
.wdp-cta-band{background:var(--wdp-dark);padding:7rem 0;}
.wdp-cta-in{max-width:var(--wdp-max);margin:0 auto;padding:0 3rem;text-align:center;}
.wdp-cta-in h2{color:white;font-size:clamp(2rem,4vw,4rem);}
.wdp-cta-in h2 em{font-style:normal;color:var(--wdp-blue);}
.wdp-cta-in p{color:rgba(255,255,255,.3);max-width:48ch;margin:.8rem auto 2.5rem;}
.wdp-cta-btns{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;}

/* PAGE BANNER */
.wdp-page-ban{background:var(--wdp-dark);padding:9rem 0 5rem;position:relative;overflow:hidden;}
.wdp-page-ban::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(to right,var(--wdp-blue),rgba(0,80,240,.3),transparent);}
.wdp-ban-in{max-width:var(--wdp-max);margin:0 auto;padding:0 3rem;text-align:center;}
.wdp-ban-in h1{color:white;font-size:clamp(2.5rem,5vw,5.5rem);}
.wdp-ban-in h1 em{font-style:normal;color:var(--wdp-blue);}
.wdp-ban-sub{font-size:.96rem;color:rgba(255,255,255,.25);max-width:52ch;margin:.8rem auto 0;line-height:1.8;}

/* SERVICE DETAIL */
.wdp-svc-wrap{max-width:var(--wdp-max);margin:0 auto;padding:5rem 3rem;display:grid;grid-template-columns:1fr 260px;gap:5rem;align-items:start;}
.wdp-svc-body h2{font-family:var(--wdp-fh);font-size:.96rem;font-weight:700;text-transform:uppercase;color:var(--wdp-blue);margin:2.5rem 0 .5rem;}
.wdp-dlv-r{display:flex;align-items:flex-start;gap:.44rem;font-size:.88rem;color:var(--wdp-mid);margin-bottom:.32rem;}
.wdp-dlv-r svg{color:var(--wdp-blue);flex-shrink:0;margin-top:.1rem;}
.wdp-svc-aside{background:var(--wdp-dark);border-radius:var(--wdp-r3);overflow:hidden;position:sticky;top:84px;}
.wdp-svc-aside-top{padding:1.4rem;border-bottom:1px solid rgba(255,255,255,.07);}
.wdp-from{font-size:.44rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.2);margin-bottom:.3rem;}
.wdp-from-pr{font-family:var(--wdp-fh);font-size:2.2rem;font-weight:900;color:var(--wdp-blue);margin-bottom:1rem;line-height:1;}
.wdp-other-h{font-size:.42rem;font-weight:500;text-transform:uppercase;letter-spacing:.22em;color:rgba(255,255,255,.2);padding:1rem 1.4rem .5rem;}
.wdp-other-lnk{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:rgba(255,255,255,.2);padding:.4rem 1.4rem;border-top:1px solid rgba(255,255,255,.05);transition:color .14s;}
.wdp-other-lnk:hover{color:var(--wdp-blue);}

/* CHECKOUT + BUILDER */
.wdp-co-wrap{max-width:var(--wdp-max);margin:0 auto;padding:5rem 3rem;display:grid;grid-template-columns:1fr 300px;gap:4rem;align-items:start;}
.wdp-co-side{position:sticky;top:84px;background:var(--wdp-dark);border-radius:var(--wdp-r3);overflow:hidden;}
.wdp-co-s-hd{padding:.8rem 1.2rem;border-bottom:1px solid rgba(255,255,255,.06);}
.wdp-co-s-hl{font-family:var(--wdp-fh);font-size:.76rem;font-weight:700;color:rgba(255,255,255,.25);}
.wdp-co-s-body{padding:.9rem 1.2rem;}
.wdp-co-ln{display:flex;justify-content:space-between;gap:.5rem;font-size:.82rem;margin-bottom:.4rem;}
.wdp-co-lnm{color:rgba(255,255,255,.3);}
.wdp-co-lnp{font-family:var(--wdp-fh);font-weight:700;color:var(--wdp-blue);}
.wdp-co-sep{border:none;border-top:1px solid rgba(255,255,255,.06);margin:.5rem 0;}
.wdp-co-tot{display:flex;justify-content:space-between;align-items:flex-end;}
.wdp-co-totl{font-size:.44rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.2);}
.wdp-co-totv{font-family:var(--wdp-fh);font-size:2rem;font-weight:900;color:var(--wdp-blue);}
.wdp-bld-wrap{max-width:var(--wdp-max);margin:0 auto;padding:4rem 3rem 8rem;display:grid;grid-template-columns:1fr 300px;gap:4rem;align-items:start;}
.wdp-bld-grp{margin-bottom:2rem;}
.wdp-bld-lbl{display:block;font-family:var(--wdp-fh);font-size:.52rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--wdp-blue);margin-bottom:.9rem;}
.wdp-sel-row{background:var(--wdp-white);border:1.5px solid var(--wdp-border);border-radius:var(--wdp-r2);padding:.88rem 1rem;display:flex;align-items:center;gap:.7rem;cursor:pointer;user-select:none;transition:var(--wdp-ease);margin-bottom:.44rem;}
.wdp-sel-row:hover{border-color:rgba(0,80,240,.3);}
.wdp-sel-row.wdp-sel-on{border-color:var(--wdp-blue);background:var(--wdp-blueT);}
.wdp-sel-radio{width:16px;height:16px;border:1.5px solid var(--wdp-border);border-radius:50%;flex-shrink:0;transition:var(--wdp-ease);}
.wdp-sel-row.wdp-sel-on .wdp-sel-radio{background:var(--wdp-blue);border-color:var(--wdp-blue);}
.wdp-sel-nm{font-family:var(--wdp-fb);font-size:.88rem;color:var(--wdp-muted);flex:1;}
.wdp-sel-row.wdp-sel-on .wdp-sel-nm{color:var(--wdp-dark);font-weight:500;}
.wdp-sel-pr{font-family:var(--wdp-fh);font-size:.9rem;font-weight:700;color:var(--wdp-blue);}
.wdp-atag-rack{display:flex;flex-wrap:wrap;gap:.5rem;}
.wdp-atag{background:var(--wdp-white);border:1.5px solid var(--wdp-border);border-radius:var(--wdp-r2);padding:.44rem .9rem;cursor:pointer;user-select:none;transition:var(--wdp-ease);}
.wdp-atag.wdp-atag-on{border-color:var(--wdp-blue);background:var(--wdp-blueT);}
.wdp-atag-nm{font-size:.82rem;font-weight:500;color:var(--wdp-muted);}
.wdp-atag.wdp-atag-on .wdp-atag-nm{color:var(--wdp-dark);}
.wdp-atag-pr{font-family:var(--wdp-fh);font-size:.72rem;font-weight:700;color:var(--wdp-muted);margin-top:.1rem;}
.wdp-atag.wdp-atag-on .wdp-atag-pr{color:var(--wdp-blue);}
.wdp-hrs-box{background:var(--wdp-white);border:1.5px solid var(--wdp-border);border-radius:var(--wdp-r2);padding:1rem 1.1rem;}
.wdp-hrs-hd{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;}
.wdp-hrs-lbl{font-size:.88rem;color:var(--wdp-muted);}
.wdp-hrs-val{font-family:var(--wdp-fh);font-size:1.8rem;font-weight:900;color:var(--wdp-blue);}
.wdp-hrs-range{-webkit-appearance:none;width:100%;height:3px;background:var(--wdp-border);border-radius:2px;cursor:pointer;}
.wdp-hrs-range::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--wdp-blue);border:2px solid white;cursor:pointer;box-shadow:0 2px 8px rgba(0,80,240,.3);}
.wdp-rcpt{background:var(--wdp-dark);border-radius:var(--wdp-r3);overflow:hidden;position:sticky;top:84px;}
.wdp-rcpt-hd{padding:.8rem 1.2rem;border-bottom:1px solid rgba(255,255,255,.06);}
.wdp-rcpt-hl{font-family:var(--wdp-fh);font-size:.76rem;font-weight:700;color:rgba(255,255,255,.2);}
.wdp-rcpt-body{padding:.9rem 1.2rem;min-height:70px;}
.wdp-rcpt-empty{font-size:.78rem;color:rgba(255,255,255,.18);}
.wdp-rcpt-ln{display:flex;justify-content:space-between;gap:.5rem;font-size:.8rem;margin-bottom:.4rem;}
.wdp-rcpt-lnm{color:rgba(255,255,255,.3);}
.wdp-rcpt-lnp{font-family:var(--wdp-fh);font-weight:700;color:var(--wdp-blue);}
.wdp-rcpt-ft{border-top:1px solid rgba(255,255,255,.06);padding:.9rem 1.2rem;}
.wdp-rcpt-tot{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:.9rem;}
.wdp-rcpt-totl{font-size:.44rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.2);}
.wdp-rcpt-totv{font-family:var(--wdp-fh);font-size:2.2rem;font-weight:900;color:var(--wdp-blue);}
.wdp-rcpt-go{display:block;width:100%;background:var(--wdp-blue);color:white;font-family:var(--wdp-fh);font-size:.96rem;font-weight:700;padding:.76rem;border-radius:var(--wdp-rp);border:none;cursor:pointer;transition:background .14s;}
.wdp-rcpt-go:hover:not(:disabled){background:var(--wdp-blue2);}
.wdp-rcpt-go:disabled{opacity:.2;cursor:not-allowed;}

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

/* BUTTONS */
.wdp-btn-blue{display:inline-flex;align-items:center;gap:.44rem;font-family:var(--wdp-fh);font-size:1rem;font-weight:700;color:white;background:var(--wdp-blue);padding:.7rem 2rem;border-radius:var(--wdp-rp);transition:var(--wdp-ease);border:none;cursor:pointer;white-space:nowrap;}
.wdp-btn-blue:hover{background:var(--wdp-blue2);}
.wdp-btn-dark{display:inline-flex;align-items:center;gap:.44rem;font-family:var(--wdp-fh);font-size:1rem;font-weight:700;color:white;background:var(--wdp-dark);padding:.7rem 2rem;border-radius:var(--wdp-rp);transition:var(--wdp-ease);border:none;cursor:pointer;white-space:nowrap;}
.wdp-btn-dark:hover{background:var(--wdp-dark2);}
.wdp-btn-ghost{display:inline-flex;align-items:center;gap:.44rem;font-family:var(--wdp-fh);font-size:1rem;font-weight:700;color:var(--wdp-dark);background:transparent;padding:.68rem 2rem;border-radius:var(--wdp-rp);border:1.5px solid var(--wdp-border);transition:var(--wdp-ease);white-space:nowrap;}
.wdp-btn-ghost:hover{border-color:var(--wdp-blue);color:var(--wdp-blue);}
.wdp-btn-ghost-w{display:inline-flex;align-items:center;gap:.44rem;font-family:var(--wdp-fh);font-size:1rem;font-weight:700;color:rgba(255,255,255,.5);background:transparent;padding:.68rem 2rem;border-radius:var(--wdp-rp);border:1.5px solid rgba(255,255,255,.2);transition:var(--wdp-ease);white-space:nowrap;}
.wdp-btn-ghost-w:hover{border-color:white;color:white;}
.wdp-btn-sm-blue{display:inline-flex;align-items:center;gap:.36rem;font-family:var(--wdp-fh);font-size:.9rem;font-weight:700;color:white;background:var(--wdp-blue);padding:.4rem 1.2rem;border-radius:var(--wdp-rp);transition:var(--wdp-ease);border:none;cursor:pointer;white-space:nowrap;}
.wdp-btn-sm-blue:hover{background:var(--wdp-blue2);}
.wdp-btn-sm-gh{display:inline-flex;align-items:center;gap:.36rem;font-family:var(--wdp-fh);font-size:.9rem;font-weight:700;color:var(--wdp-muted);background:transparent;padding:.38rem 1.1rem;border-radius:var(--wdp-rp);border:1.5px solid var(--wdp-border);transition:var(--wdp-ease);white-space:nowrap;}
.wdp-btn-sm-gh:hover{border-color:var(--wdp-blue);color:var(--wdp-blue);}

/* LEGAL */
.wdp-legal-wrap{max-width:800px;margin:0 auto;padding:5rem 3rem 8rem;}
.wdp-legal-eff{display:inline-block;font-size:.72rem;color:var(--wdp-muted);background:var(--wdp-surface);border:1.5px solid var(--wdp-border);padding:.24rem .8rem;border-radius:var(--wdp-rp);margin-bottom:1.6rem;}
.wdp-legal-wrap h2{font-family:var(--wdp-fh);font-size:1.05rem;font-weight:700;color:var(--wdp-blue);margin:2.8rem 0 .6rem;}
.wdp-legal-wrap p,.wdp-legal-wrap li{font-size:.9rem;color:var(--wdp-mid);line-height:1.78;margin-bottom:.9rem;}
.wdp-legal-wrap ul{padding-left:1.4rem;margin:.5rem 0 .9rem;}
.wdp-legal-wrap li{list-style:disc;}
.wdp-legal-wrap a{color:var(--wdp-blue);}

/* FOOTER */
.wdp-footer{background:var(--wdp-dark);border-top:3px solid var(--wdp-blue);}
.wdp-foot-inner{max-width:var(--wdp-max);margin:0 auto;padding:4rem 3rem 3rem;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:4rem;}
/* BIGGER footer logo - Schibsted Grotesk 900 */
.wdp-foot-logo{font-family:var(--wdp-fh);font-size:1.5rem;font-weight:900;color:rgba(255,255,255,.5);letter-spacing:-.02em;display:block;margin-bottom:.5rem;}
.wdp-foot-logo span{color:var(--wdp-blue);}
.wdp-foot-tag{font-size:.72rem;color:rgba(255,255,255,.18);line-height:1.6;margin-bottom:1.2rem;}
.wdp-foot-ct a{display:flex;align-items:flex-start;gap:.4rem;font-size:.76rem;color:rgba(255,255,255,.22);margin-bottom:.4rem;transition:color .14s;}
.wdp-foot-ct a:hover{color:var(--wdp-blue);}
.wdp-foot-soc{display:flex;gap:.4rem;margin-top:1rem;}
.wdp-foot-soc a{width:32px;height:32px;border:1px solid rgba(255,255,255,.1);border-radius:var(--wdp-r2);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.22);transition:var(--wdp-ease);}
.wdp-foot-soc a:hover{border-color:var(--wdp-blue);color:var(--wdp-blue);}
.wdp-foot-col-h{font-family:var(--wdp-fh);font-size:.44rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:rgba(255,255,255,.18);margin-bottom:.9rem;}
.wdp-foot-nav{display:flex;flex-direction:column;gap:.4rem;}
.wdp-foot-nav a{font-size:.78rem;color:rgba(255,255,255,.22);transition:color .14s;}
.wdp-foot-nav a:hover{color:var(--wdp-blue);}
.wdp-foot-btm{border-top:1px solid rgba(255,255,255,.07);max-width:var(--wdp-max);margin:0 auto;padding:.9rem 3rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;}
.wdp-foot-copy{font-size:.62rem;color:rgba(255,255,255,.15);}
.wdp-foot-legal{display:flex;gap:1.2rem;flex-wrap:wrap;}
.wdp-foot-legal a{font-size:.62rem;color:rgba(255,255,255,.15);transition:color .14s;}
.wdp-foot-legal a:hover{color:var(--wdp-blue);}

/* COOKIE + CHAT */
.wdp-ck-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--wdp-dark2);border-top:2px solid var(--wdp-blue);padding:1rem 3rem;display:none;align-items:center;gap:2rem;justify-content:space-between;flex-wrap:wrap;}
.wdp-ck-bar p{font-size:.8rem;color:rgba(255,255,255,.3);margin:0;}
.wdp-ck-bar a{color:var(--wdp-blue);}
.wdp-ck-btns{display:flex;gap:.5rem;flex-shrink:0;}
.wdp-ck-yes{background:var(--wdp-blue);color:white;font-family:var(--wdp-fh);font-size:.9rem;font-weight:700;padding:.36rem .9rem;border-radius:var(--wdp-r);cursor:pointer;border:none;}
.wdp-ck-no{background:transparent;color:rgba(255,255,255,.3);font-size:.82rem;padding:.36rem .9rem;border:1px solid rgba(255,255,255,.12);border-radius:var(--wdp-r);cursor:pointer;}
.wdp-chat-fab{position:fixed;bottom:4.5rem;right:1.5rem;z-index:9990;width:50px;height:50px;background:var(--wdp-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:0 6px 24px rgba(0,80,240,.35);transition:var(--wdp-ease);color:white;}
.wdp-chat-fab:hover{background:var(--wdp-blue2);transform:scale(1.08);}
.wdp-chatpop{position:fixed;bottom:7rem;right:1.5rem;z-index:9989;width:290px;background:var(--wdp-white);border:1.5px solid var(--wdp-blueG);border-radius:var(--wdp-r3);box-shadow:var(--wdp-sh2);opacity:0;pointer-events:none;transform:translateY(8px) scale(.97);transition:opacity .2s,transform .22s;overflow:hidden;}
.wdp-chatpop.wdp-cp-on{opacity:1;pointer-events:auto;transform:none;}
.wdp-chatpop-hd{background:var(--wdp-blue);padding:.8rem 1.1rem;display:flex;align-items:center;justify-content:space-between;}
.wdp-chatpop-nm{font-family:var(--wdp-fh);font-size:.96rem;font-weight:900;color:white;}
.wdp-chat-done{display:none;text-align:center;padding:.9rem;font-family:var(--wdp-fh);font-size:.96rem;font-weight:700;color:var(--wdp-blue);}
.wdp-chat-fi{width:100%;background:var(--wdp-surface);border:1.5px solid var(--wdp-border);border-radius:var(--wdp-r);padding:.5rem .8rem;font-size:.84rem;color:var(--wdp-dark);margin-bottom:.36rem;resize:none;transition:border-color .14s;}
.wdp-chat-fi:focus{outline:none;border-color:var(--wdp-blue);}
.wdp-chat-send{width:100%;background:var(--wdp-blue);color:white;font-family:var(--wdp-fh);font-size:.9rem;font-weight:700;padding:.5rem;border-radius:var(--wdp-rp);border:none;cursor:pointer;}

/* REVEAL */
.wdp-reveal{opacity:0;transform:translateY(14px);transition:opacity .45s,transform .45s;}
.wdp-reveal.wdp-in{opacity:1;transform:none;}

/* MISC */
.wdp-result-pg{min-height:72vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 3rem;background:var(--wdp-surface);}
.wdp-contact-cols{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;}
.wdp-about-2col{display:grid;grid-template-columns:1fr 1fr;min-height:480px;}
.wdp-about-dark{background:var(--wdp-blue);padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center;}
.wdp-about-light{background:var(--wdp-white);padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center;}

/* RESPONSIVE */
@media(max-width:1100px){
  .wdp-nav-left,.wdp-nav-right{display:none;}
  .wdp-burger{display:flex;}
  .wdp-hero-wrap{grid-template-columns:1fr;min-height:auto;}
  .wdp-hero-visual{display:none;}
  .wdp-svc-grid{grid-template-columns:repeat(2,1fr);}
  .wdp-stats-inner{grid-template-columns:repeat(2,1fr);}
  .wdp-stat-cell{padding:1.2rem 0;border-right:none;border-bottom:1px solid rgba(255,255,255,.1);}
  .wdp-stat-cell:nth-child(2n){border-right:none;}
  .wdp-testi-grid{grid-template-columns:1fr;}
  .wdp-faq-2col{grid-template-columns:1fr;}
  .wdp-case-row{grid-template-columns:1fr;}
  .wdp-co-wrap,.wdp-bld-wrap,.wdp-svc-wrap{grid-template-columns:1fr;}
  .wdp-about-2col{grid-template-columns:1fr;}
  .wdp-foot-inner{grid-template-columns:1fr 1fr;}
  .wdp-contact-cols{grid-template-columns:1fr;}
  .wdp-proc-tabs{flex-direction:column;}
  .wdp-proc-tab{border-right:none;border-bottom:1.5px solid var(--wdp-border);text-align:left;}
  .wdp-proc-tab:last-child{border-bottom:none;}
}
@media(max-width:640px){
  .wdp-bound{padding:0 1.5rem;}
  .wdp-svc-grid{grid-template-columns:1fr;}
  .wdp-foot-inner{grid-template-columns:1fr;}
  .wdp-hero-text{padding:3rem 1.5rem;}
}
