/* Codory Website Development v2 — page-scoped redesign */
.wdv-page{
  --wdv-bg:#fffaf1;
  --wdv-bg-2:#fbf1df;
  --wdv-surface:#fffdfa;
  --wdv-surface-2:#fff7e9;
  --wdv-text:#101828;
  --wdv-muted:#68758c;
  --wdv-line:#eadbc1;
  --wdv-blue:#1847d6;
  --wdv-green:#16a34a;
  --wdv-red:#ef4444;
  --wdv-purple:#7c3aed;
  --wdv-amber:#e9a21b;
  --wdv-shadow:0 18px 55px rgba(88,60,20,.09);
  background:var(--wdv-bg);
  color:var(--wdv-text);
  overflow:hidden;
}
.wdv-page *{box-sizing:border-box}
.wdv-page section{position:relative;padding:82px 0}
.wdv-page .wdv-section-head{max-width:760px;margin:0 auto 34px;text-align:center}
.wdv-page .wdv-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:11px;font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--wdv-blue)}
.wdv-page .wdv-kicker:before{content:"";width:19px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--wdv-red),var(--wdv-amber),var(--wdv-green),var(--wdv-blue),var(--wdv-purple))}
.wdv-page h1,.wdv-page h2,.wdv-page h3{color:var(--wdv-text);letter-spacing:-.035em}
.wdv-page .wdv-section-head h2{font-size:clamp(30px,4vw,46px);line-height:1.08;margin:0 0 13px}
.wdv-page .wdv-section-head p{max-width:700px;margin:0 auto;color:var(--wdv-muted);font-size:15px;line-height:1.75}

/* Hero */
.wdv-hero{padding:48px 0 0!important;background:
  radial-gradient(circle at 8% 8%,rgba(245,158,11,.10),transparent 30%),
  radial-gradient(circle at 88% 24%,rgba(239,68,68,.07),transparent 28%),
  radial-gradient(circle at 72% 65%,rgba(24,71,214,.06),transparent 30%),
  var(--wdv-bg);
}
.wdv-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(120,90,45,.12) .75px,transparent .75px);background-size:15px 15px;opacity:.32;pointer-events:none}
.wdv-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.03fr .97fr;gap:42px;align-items:center;min-height:530px}
.wdv-hero-copy{padding:20px 0 54px}
.wdv-hero-tag{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;margin-bottom:18px;border:1px solid #e5d8c3;background:rgba(255,255,255,.72);border-radius:999px;color:#2544b8;font-size:13px;font-weight:700}
.wdv-hero-tag b{color:var(--wdv-blue)}
.wdv-hero h1{font-size:clamp(42px,5vw,66px);line-height:1.02;margin:0 0 18px;max-width:760px}
.wdv-hero-copy>p{font-size:17px;line-height:1.72;color:#445168;max-width:690px;margin:0}
.wdv-hero-pills{display:flex;flex-wrap:wrap;gap:9px;margin:25px 0 28px}
.wdv-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--wdv-line);background:rgba(255,255,255,.8);padding:9px 12px;border-radius:999px;font-size:12px;font-weight:750;color:#334155}
.wdv-pill:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--pill,var(--wdv-blue));box-shadow:0 0 0 4px color-mix(in srgb,var(--pill,var(--wdv-blue)) 12%,transparent)}
.wdv-hero-actions{display:flex;flex-wrap:wrap;gap:11px}
.wdv-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:12px 19px;border-radius:14px;font-weight:800;text-decoration:none;transition:.2s ease;border:1px solid transparent;font-size:14px}
.wdv-btn-primary{background:var(--wdv-blue);color:#fff;box-shadow:0 10px 25px rgba(24,71,214,.18)}
.wdv-btn-primary:hover{transform:translateY(-2px);background:#123cc0}
.wdv-btn-secondary{background:#fff;color:var(--wdv-text);border-color:var(--wdv-line)}
.wdv-btn-secondary:hover{transform:translateY(-2px);border-color:#d4b988}
.wdv-icon{width:17px;height:17px;display:inline-block;flex:none;fill:currentColor}

.wdv-hero-visual{position:relative;min-height:530px;align-self:end}
.wdv-person{position:absolute;left:50%;bottom:0;transform:translateX(-50%);height:520px;width:auto;max-width:none;object-fit:contain;object-position:bottom;filter:drop-shadow(0 15px 20px rgba(63,42,17,.10));z-index:2}
.wdv-float-card{position:absolute;z-index:4;border:1px solid rgba(213,195,164,.76);background:rgba(255,253,250,.94);box-shadow:0 16px 45px rgba(82,60,27,.10);border-radius:20px;padding:13px 14px;color:var(--wdv-text)}
.wdv-float-card strong{display:block;font-size:13px;line-height:1.28}
.wdv-float-card small{display:block;color:var(--wdv-muted);font-size:10.5px;line-height:1.4;margin-top:4px}
.wdv-float-one{left:0;top:72px;width:185px}
.wdv-float-two{right:0;top:28px;width:178px}
.wdv-float-three{right:0;bottom:74px;width:174px}
.wdv-float-head{display:flex;align-items:center;gap:9px}
.wdv-mini-icon{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;flex:none;background:#eef3ff;color:var(--wdv-blue)}
.wdv-mini-icon svg{width:16px;height:16px;fill:currentColor}
.wdv-trust-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}
.wdv-avatars{display:flex}.wdv-avatars img{width:24px;height:24px;border-radius:50%;object-fit:cover;border:2px solid #fff;margin-left:-6px}.wdv-avatars img:first-child{margin-left:0}
.wdv-stars{color:var(--wdv-amber);font-size:8px;letter-spacing:.03em}
.wdv-call-link{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:10px;border-radius:11px;background:var(--wdv-green);color:#fff;text-decoration:none;padding:8px 10px;font-size:11px;font-weight:800}

.wdv-trust-strip{position:relative;z-index:2;margin-top:-1px;padding:0 0 28px}
.wdv-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--wdv-line);background:rgba(255,253,250,.90);border-radius:22px;overflow:hidden;box-shadow:var(--wdv-shadow)}
.wdv-trust-item{padding:22px 16px;text-align:center;border-right:1px solid var(--wdv-line)}
.wdv-trust-item:last-child{border-right:0}
.wdv-trust-item b{display:block;font-size:17px;margin-bottom:5px;color:var(--wdv-text)}
.wdv-trust-item span{font-size:12px;color:var(--wdv-muted)}
.wdv-trust-item:nth-child(1) b{color:var(--wdv-green)}.wdv-trust-item:nth-child(2) b{color:var(--wdv-red)}.wdv-trust-item:nth-child(3) b{color:var(--wdv-purple)}.wdv-trust-item:nth-child(4) b{color:var(--wdv-blue)}

/* capabilities */
.wdv-capabilities{background:#fff}
.wdv-cap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.wdv-cap-card{position:relative;min-height:210px;padding:24px;border:1px solid #e9e3d8;border-radius:22px;background:#fff;overflow:hidden;transition:.22s ease}
.wdv-cap-card:hover{transform:translateY(-4px);box-shadow:0 18px 46px rgba(42,36,25,.09)}
.wdv-cap-icon{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;margin-bottom:19px;background:color-mix(in srgb,var(--accent) 10%,#fff);color:var(--accent);border:1px solid color-mix(in srgb,var(--accent) 24%,#fff)}
.wdv-cap-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wdv-cap-card h3{font-size:18px;margin:0 0 8px}
.wdv-cap-card p{font-size:13px;line-height:1.65;color:var(--wdv-muted);margin:0}
.wdv-cap-card:after{content:"";position:absolute;width:84px;height:84px;border-radius:50%;right:-42px;bottom:-42px;background:color-mix(in srgb,var(--accent) 9%,transparent)}

/* photo story */
.wdv-story{background:linear-gradient(180deg,var(--wdv-bg-2),var(--wdv-bg))}
.wdv-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.wdv-story-media{position:relative;border-radius:28px;overflow:hidden;min-height:430px;box-shadow:var(--wdv-shadow);border:1px solid var(--wdv-line);background:#dbc9a8}
.wdv-story-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.wdv-story-media:after{content:"";position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(transparent,rgba(9,17,35,.54));pointer-events:none}
.wdv-story-badge{position:absolute;left:18px;bottom:18px;z-index:2;padding:11px 14px;border-radius:14px;background:rgba(255,255,255,.92);font-size:12px;font-weight:800;color:#15213a;max-width:230px}
.wdv-story-copy h2{font-size:clamp(32px,4vw,48px);line-height:1.08;margin:0 0 16px}
.wdv-story-copy>p{color:var(--wdv-muted);line-height:1.8;margin:0 0 23px}
.wdv-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.wdv-check{display:flex;align-items:flex-start;gap:9px;padding:12px 13px;border:1px solid var(--wdv-line);background:rgba(255,255,255,.65);border-radius:14px;font-size:12px;font-weight:700;color:#38445a}
.wdv-check svg{width:17px;height:17px;flex:none;color:var(--wdv-green);fill:currentColor}

/* process */
.wdv-process{background:#fff}
.wdv-process-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;counter-reset:wdvstep}
.wdv-step{position:relative;padding:22px 18px 20px;border:1px solid #e7e1d7;background:#fffdf9;border-radius:19px;min-height:190px}
.wdv-step-no{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:11px;margin-bottom:18px;font-size:11px;font-weight:900;color:#fff;background:var(--step)}
.wdv-step h3{font-size:15px;margin:0 0 8px;letter-spacing:-.02em}.wdv-step p{font-size:12px;line-height:1.62;color:var(--wdv-muted);margin:0}

/* visual work previews */
.wdv-work{background:var(--wdv-bg)}
.wdv-work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.wdv-project{border:1px solid var(--wdv-line);border-radius:22px;background:var(--wdv-surface);overflow:hidden;box-shadow:0 12px 34px rgba(82,60,27,.05);transition:.22s ease}
.wdv-project:hover{transform:translateY(-4px);box-shadow:var(--wdv-shadow)}
.wdv-project-shot{display:block;width:100%;height:238px;object-fit:cover;background:#fff}
.wdv-project-meta{padding:16px 18px 18px}.wdv-project-meta strong{display:block;font-size:14px;margin-bottom:5px}.wdv-project-meta span{font-size:11.5px;color:var(--wdv-muted)}

/* no pricing: CTA band */
.wdv-cta{padding:64px 0!important;background:#fff}
.wdv-cta-box{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:34px;border:1px solid #e5d4b8;border-radius:26px;background:linear-gradient(115deg,#fff1dc 0%,#fffaf2 55%,#f6f2ff 100%);box-shadow:var(--wdv-shadow)}
.wdv-cta-box h2{font-size:clamp(28px,3.4vw,42px);margin:0 0 8px}.wdv-cta-box p{margin:0;color:var(--wdv-muted);line-height:1.7;max-width:720px}
.wdv-cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}

/* FAQ */
.wdv-faq{background:linear-gradient(180deg,var(--wdv-bg),#fff)}
.wdv-faq-grid{max-width:940px;margin:0 auto;display:grid;gap:10px}
.wdv-page .wdv-faq .faq-item{border:1px solid var(--wdv-line);background:var(--wdv-surface);border-radius:16px;overflow:hidden;box-shadow:none}
.wdv-page .wdv-faq .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left;border:0;background:transparent;padding:18px 20px;color:var(--wdv-text);font:inherit;font-weight:800;cursor:pointer}
.wdv-page .wdv-faq .faq-question i{width:29px;height:29px;border:1px solid var(--wdv-line);border-radius:50%;display:grid;place-items:center;font-size:11px;color:#9b6725;transition:transform .22s ease,background .22s ease,color .22s ease}
.wdv-page .wdv-faq .faq-item.active .faq-question i{transform:rotate(180deg);background:#fff1d7;color:var(--wdv-blue)}
.wdv-page .wdv-faq .faq-answer{padding:0 20px;max-height:0;overflow:hidden;transition:max-height .28s ease,padding .28s ease}
.wdv-page .wdv-faq .faq-item.active .faq-answer{padding:0 20px 18px;max-height:260px}
.wdv-page .wdv-faq .faq-answer p{margin:0;color:var(--wdv-muted);font-size:13px;line-height:1.75}

/* Dark mode */
html[data-theme="dark"] .wdv-page{
  --wdv-bg:#0b0c10;
  --wdv-bg-2:#101117;
  --wdv-surface:#14151c;
  --wdv-surface-2:#181922;
  --wdv-text:#f1f3f8;
  --wdv-muted:#a4aec2;
  --wdv-line:#2a2d38;
  --wdv-shadow:0 18px 55px rgba(0,0,0,.26);
  background:#0b0c10;color:#f1f3f8;
}
html[data-theme="dark"] .wdv-hero{background:radial-gradient(circle at 10% 18%,rgba(124,58,237,.12),transparent 30%),radial-gradient(circle at 88% 22%,rgba(239,68,68,.09),transparent 28%),#0b0c10}
html[data-theme="dark"] .wdv-hero:before{background-image:radial-gradient(rgba(255,255,255,.09) .7px,transparent .7px);opacity:.25}
html[data-theme="dark"] .wdv-hero-tag,html[data-theme="dark"] .wdv-pill{background:#14151c;border-color:#2b2e39;color:#cbd2e1}
html[data-theme="dark"] .wdv-hero-tag,html[data-theme="dark"] .wdv-hero-tag b{color:#8aa6ff}
html[data-theme="dark"] .wdv-hero-copy>p{color:#aab4c9}
html[data-theme="dark"] .wdv-btn-secondary{background:#14151c;border-color:#30333f;color:#f0f2f7}
html[data-theme="dark"] .wdv-float-card{background:rgba(20,21,28,.96);border-color:#30333d;color:#f2f4f8;box-shadow:0 16px 42px rgba(0,0,0,.28)}
html[data-theme="dark"] .wdv-avatars img{border-color:#14151c}
html[data-theme="dark"] .wdv-trust-grid{background:#14151c;border-color:#2b2e39}
html[data-theme="dark"] .wdv-trust-item{border-color:#2b2e39}
html[data-theme="dark"] .wdv-capabilities,html[data-theme="dark"] .wdv-process,html[data-theme="dark"] .wdv-cta{background:#0b0c10}
html[data-theme="dark"] .wdv-cap-card,html[data-theme="dark"] .wdv-step,html[data-theme="dark"] .wdv-project{background:#14151c;border-color:#292c37}
html[data-theme="dark"] .wdv-cap-icon{background:color-mix(in srgb,var(--accent) 14%,#14151c);border-color:color-mix(in srgb,var(--accent) 32%,#242630)}
html[data-theme="dark"] .wdv-story{background:linear-gradient(180deg,#101117,#0b0c10)}
html[data-theme="dark"] .wdv-check{background:#14151c;border-color:#2a2d38;color:#d3d8e5}
html[data-theme="dark"] .wdv-story-badge{background:rgba(18,19,25,.92);color:#eef1f7}
html[data-theme="dark"] .wdv-browser{background:#101117}
html[data-theme="dark"] .wdv-browser-bar,html[data-theme="dark"] .wdv-mock{background:#1b1d25}
html[data-theme="dark"] .wdv-mock-copy span{background:#3a4050}html[data-theme="dark"] .wdv-mock-copy span:first-child{background:var(--preview-accent,#5278ff)}
html[data-theme="dark"] .wdv-mock-art{background:linear-gradient(135deg,color-mix(in srgb,var(--preview-accent,#5278ff) 20%,#1b1d25),#171820)}
html[data-theme="dark"] .wdv-cta-box{background:linear-gradient(115deg,#18151a,#14151c 55%,#151621);border-color:#30323d}
html[data-theme="dark"] .wdv-faq{background:linear-gradient(180deg,#0b0c10,#101117)}
html[data-theme="dark"] .wdv-page .wdv-faq .faq-item{background:#14151c;border-color:#292c37}
html[data-theme="dark"] .wdv-page .wdv-faq .faq-question i{border-color:#353846;color:#d5a24c}
html[data-theme="dark"] .wdv-page .wdv-faq .faq-item.active .faq-question i{background:#23202a;color:#8aa6ff}

@media(max-width:1080px){
  .wdv-hero-grid{grid-template-columns:1fr .82fr;gap:20px}.wdv-person{height:475px}.wdv-float-one{left:-5px}.wdv-float-two,.wdv-float-three{right:-5px}
  .wdv-cap-grid,.wdv-work-grid{grid-template-columns:repeat(2,1fr)}.wdv-process-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:768px){
  .wdv-page section{padding:58px 0}.wdv-hero{padding:28px 0 0!important}.wdv-hero-grid{display:block;min-height:0}.wdv-hero-copy{padding:4px 0 24px}.wdv-hero h1{font-size:37px;line-height:1.04}.wdv-hero-copy>p{font-size:14px;line-height:1.7}.wdv-hero-pills{margin:19px 0 21px}.wdv-pill{font-size:10.5px;padding:8px 10px}.wdv-hero-actions{gap:8px}.wdv-btn{min-height:44px;padding:10px 15px;font-size:12px;border-radius:12px}
  .wdv-hero-visual{min-height:390px;margin-top:4px}.wdv-person{height:370px;bottom:0}.wdv-float-card{padding:9px 10px;border-radius:14px}.wdv-float-one{width:124px;left:0;top:25px}.wdv-float-two{width:130px;right:0;top:18px}.wdv-float-three{width:126px;right:0;bottom:20px}.wdv-float-card strong{font-size:9.5px}.wdv-float-card small{font-size:7.8px}.wdv-mini-icon{width:24px;height:24px;border-radius:8px}.wdv-mini-icon svg{width:13px;height:13px}.wdv-avatars img{width:18px;height:18px;margin-left:-5px}.wdv-stars{font-size:6px}.wdv-call-link{font-size:9px;padding:7px 8px;margin-top:7px}
  .wdv-trust-strip{padding-bottom:14px}.wdv-trust-grid{grid-template-columns:repeat(2,1fr);border-radius:17px}.wdv-trust-item{padding:16px 9px}.wdv-trust-item:nth-child(2){border-right:0}.wdv-trust-item:nth-child(-n+2){border-bottom:1px solid var(--wdv-line)}.wdv-trust-item b{font-size:14px}.wdv-trust-item span{font-size:9.5px}
  .wdv-cap-grid,.wdv-work-grid,.wdv-story-grid,.wdv-process-grid{grid-template-columns:1fr}.wdv-cap-card{min-height:0;padding:20px}.wdv-story-grid{gap:24px}.wdv-story-media{min-height:270px;order:2}.wdv-checks{grid-template-columns:1fr}.wdv-process-grid{gap:10px}.wdv-step{min-height:0}.wdv-project-shot{height:220px}.wdv-cta-box{grid-template-columns:1fr;padding:25px}.wdv-cta-actions{justify-content:flex-start}.wdv-page .wdv-section-head{margin-bottom:25px}.wdv-page .wdv-section-head h2{font-size:31px}.wdv-page .wdv-faq .faq-question{padding:16px;font-size:13px}.wdv-page .wdv-faq .faq-answer{padding:0 16px}.wdv-page .wdv-faq .faq-item.active .faq-answer{padding:0 16px 16px}
}
@media(max-width:390px){.wdv-hero h1{font-size:34px}.wdv-hero-visual{min-height:365px}.wdv-person{height:347px}.wdv-float-one{width:116px}.wdv-float-two{width:121px}.wdv-float-three{width:118px}.wdv-float-card strong{font-size:8.8px}.wdv-float-card small{font-size:7.2px}}


.wdv-mini-icon.is-whatsapp{background:#ebfbf1;color:#16a34a}
.wdv-mini-icon.is-whatsapp svg{fill:currentColor}
html[data-theme="dark"] .wdv-page{background:transparent}
html[data-theme="dark"] .wdv-hero,
html[data-theme="dark"] .wdv-capabilities,
html[data-theme="dark"] .wdv-process,
html[data-theme="dark"] .wdv-work,
html[data-theme="dark"] .wdv-cta,
html[data-theme="dark"] .wdv-faq{background:transparent}
html[data-theme="dark"] .wdv-hero{background:
  radial-gradient(circle at 10% 18%,rgba(124,58,237,.12),transparent 30%),
  radial-gradient(circle at 88% 22%,rgba(239,68,68,.09),transparent 28%),
  radial-gradient(circle at 70% 68%,rgba(24,71,214,.06),transparent 34%),
  transparent}
html[data-theme="dark"] .wdv-hero-grid,
html[data-theme="dark"] .wdv-hero-copy,
html[data-theme="dark"] .wdv-hero-visual{background:transparent !important}
html[data-theme="dark"] .wdv-mini-icon{background:#1a2234;color:#8aa6ff}
html[data-theme="dark"] .wdv-mini-icon.is-whatsapp{background:#11271a;color:#54d67f;border:1px solid #21452e}
html[data-theme="dark"] .wdv-project-shot{background:#14151c}
