@font-face{font-family:Gilroy;src:url(/assets/fonts/Gilroy-Thin.woff2) format("woff2");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/assets/fonts/Gilroy-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/assets/fonts/Gilroy-LightItalic.woff2) format("woff2");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Gilroy;src:url(/assets/fonts/Gilroy-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/assets/fonts/Gilroy-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/assets/fonts/Gilroy-Semibold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/assets/fonts/Gilroy-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--dv-ink:#101d2f;--dv-ink-950:#0b1521;--dv-navy-900:#1b2c4a;--dv-navy-800:#16243c;--dv-navy-700:#1b3660;--dv-blue:#0950a6;--dv-blue-300:#4f86ce;--dv-bronze:#9f8064;--dv-bronze-300:#c9b6a2;--dv-stone:#cbc3b8;--dv-stone-200:#e4dfd7;--dv-stone-100:#f1eee8;--dv-paper:#fbfaf7;--text-strong:var(--dv-ink);--text-body:#2a3848;--text-muted:#6b7686;--text-on-dark:var(--dv-stone);--text-on-dark-muted:#8c97a8;--text-bronze:var(--dv-bronze);--surface-page:var(--dv-paper);--surface-page-tint:var(--dv-stone-100);--surface-card:#ffffff;--surface-card-dark:var(--dv-navy-800);--surface-ink:var(--dv-ink);--surface-navy:var(--dv-navy-700);--border-subtle:var(--dv-stone-200);--border-strong:#c2bcb1;--border-on-dark:rgba(203,195,184,0.18);--border-on-dark-strong:rgba(203,195,184,0.34);--accent:var(--dv-blue);--ring:rgba(9,80,166,0.4);--status-success:#2f7d5b;--font-sans:"Gilroy","Helvetica Neue",Arial,sans-serif;--fw-light:300;--fw-regular:400;--fw-medium:500;--fw-semibold:600}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;background:var(--surface-page);color:var(--text-body);font-family:var(--font-sans)}a{color:inherit}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.container{width:min(100%,1280px);margin:0 auto;padding:0 40px}.section{padding:96px 0}.eyebrow{color:var(--text-bronze);font-size:12px;letter-spacing:.14em}.eyebrow,.heading{font-weight:var(--fw-semibold);text-transform:uppercase}.heading{margin:14px 0 0;color:var(--text-strong);font-size:clamp(30px,3.2vw,40px);letter-spacing:0;line-height:1.12;text-wrap:balance}.lead{color:var(--text-muted);font-size:17px;line-height:1.62}.button{align-items:center;border:1px solid transparent;border-radius:999px;cursor:pointer;display:inline-flex;font-size:15px;font-weight:var(--fw-semibold);gap:10px;justify-content:center;min-height:46px;padding:0 24px;text-decoration:none;transition:transform .18s ease,background .18s ease,border-color .18s ease;white-space:nowrap}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--accent);color:#fff;box-shadow:0 18px 40px -22px rgba(9,80,166,.9)}.button.light{background:var(--dv-stone);color:var(--dv-ink)}.button.ghost-dark{background:transparent;border-color:var(--border-on-dark-strong);color:var(--dv-stone)}.card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:14px}.dark{background:var(--surface-ink);color:#fff}.navy{background:var(--surface-navy);color:#fff}.flourish{pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:900px){.container{padding:0 24px}.section{padding:72px 0}}@media (max-width:640px){.container{padding:0 18px}.section{padding:58px 0}.button{width:100%;white-space:normal}}.site-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(16,29,47,.84);border-bottom:1px solid var(--border-on-dark);position:-webkit-sticky;position:sticky;top:0;z-index:50}.header-inner{align-items:center;display:flex;gap:28px;height:80px;justify-content:space-between}.brand{align-items:center;display:inline-flex;gap:12px;text-decoration:none}.brand span{display:flex;flex-direction:column;line-height:1.05}.brand strong{color:#fff;font-size:23px;font-weight:var(--fw-semibold)}.brand small{color:var(--dv-bronze-300);font-size:12px;font-weight:var(--fw-medium);letter-spacing:.15em;text-transform:uppercase;white-space:nowrap}.desktop-nav{align-items:center;display:flex;gap:4px}.desktop-nav>a,.nav-dropdown>a{align-items:center;border-bottom:2px solid transparent;color:var(--text-on-dark-muted);display:inline-flex;font-size:14.5px;font-weight:var(--fw-medium);gap:5px;height:80px;padding:0 13px;text-decoration:none}.desktop-nav a.active,.desktop-nav a:hover{border-bottom-color:var(--dv-bronze);color:var(--dv-stone)}.nav-dropdown{position:relative}.dropdown-panel{background:var(--surface-ink);border:1px solid var(--border-on-dark-strong);border-radius:14px;box-shadow:0 30px 60px -30px rgba(8,18,34,.9);left:0;opacity:0;padding:10px;position:absolute;top:74px;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;visibility:hidden;width:380px}.nav-dropdown:hover .dropdown-panel{opacity:1;transform:translateY(0);visibility:visible}.dropdown-panel a{border-radius:10px;display:flex;flex-direction:column;gap:4px;padding:12px 13px;text-decoration:none}.dropdown-panel a:hover{background:rgba(203,195,184,.08)}.dropdown-panel strong{color:#fff;font-size:14.5px}.dropdown-panel span{color:var(--text-on-dark-muted);display:-webkit-box;font-size:12.5px;line-height:1.35;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.header-actions{align-items:center;display:flex;gap:14px}.lang-switcher{border:1px solid var(--border-on-dark);gap:2px;padding:3px}.lang-switcher,.lang-switcher a{align-items:center;border-radius:999px;display:flex}.lang-switcher a{color:var(--text-on-dark-muted);font-size:12px;font-weight:var(--fw-medium);height:26px;justify-content:center;letter-spacing:.04em;min-width:34px;text-decoration:none}.lang-switcher a.active{background:var(--dv-stone);color:var(--dv-ink);font-weight:var(--fw-semibold)}.contact-aside,.cta-band,.hero,.page-hero,.process-section,.site-footer{overflow:hidden;position:relative}.hero-grid{align-items:center;display:grid;grid-gap:64px;gap:64px;grid-template-columns:1.08fr .92fr;padding-bottom:88px;padding-top:96px;position:relative}.hero-flourish{height:auto;opacity:.07;right:-110px;top:-90px;width:680px}.hero-copy h1,.page-hero h1{color:#fff;font-size:clamp(44px,5vw,64px);font-weight:var(--fw-light);letter-spacing:0;line-height:1.06;margin:22px 0 0;max-width:840px;text-wrap:balance}.hero-copy h1 em{color:var(--dv-bronze-300);font-style:italic;font-weight:var(--fw-light)}.hero-copy p,.page-hero p{color:var(--text-on-dark);font-size:18px;line-height:1.62;margin:26px 0 0;max-width:590px}.hero-actions{gap:14px;margin-top:36px}.hero-actions,.trust-row{display:flex;flex-wrap:wrap}.trust-row{gap:18px;margin-top:54px}.trust-row div{border-right:1px solid var(--border-on-dark);display:flex;flex-direction:column;gap:4px;min-width:112px;padding-right:18px}.trust-row strong{color:#fff;font-size:24px;font-weight:var(--fw-medium)}.trust-row span{color:var(--text-on-dark-muted);font-size:12.5px;line-height:1.35}.hero-visual{position:relative}.system-panel{background:linear-gradient(180deg,rgba(27,44,74,.92),rgba(22,36,60,.92));border:1px solid var(--border-on-dark-strong);border-radius:22px;box-shadow:0 34px 80px -46px rgba(0,0,0,.9);min-height:440px;padding:26px}.panel-top{align-items:center;border-bottom:1px solid var(--border-on-dark);color:var(--dv-stone);display:flex;font-weight:var(--fw-semibold);justify-content:space-between;padding-bottom:18px}.panel-top i{background:var(--status-success);border-radius:999px;box-shadow:0 0 0 6px rgba(47,125,91,.16);height:11px;width:11px}.pipeline{display:grid;grid-gap:12px;gap:12px;margin-top:26px}.pipeline div{align-items:center;background:rgba(203,195,184,.07);border:1px solid var(--border-on-dark);border-radius:12px;color:var(--text-on-dark);display:flex;gap:14px;padding:16px}.pipeline div.active{background:var(--accent);border-color:rgba(255,255,255,.28);color:#fff}.pipeline span{color:var(--dv-bronze-300);font-size:13px}.metric-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(2,1fr);margin-top:22px}.metric-grid div{background:rgba(203,195,184,.08);border:1px solid var(--border-on-dark);border-radius:14px;padding:18px}.metric-grid strong{color:#fff;display:block;font-size:31px;font-weight:var(--fw-light)}.metric-grid span{color:var(--text-on-dark-muted);font-size:12px}.contact-grid,.section-head,.split{align-items:start;display:grid;grid-gap:56px;gap:56px;grid-template-columns:.9fr 1.1fr}.section-head{align-items:end;grid-template-columns:1fr auto;margin-bottom:46px}.narrow{max-width:760px}.centered{max-width:780px;text-align:center}.centered .lead{margin-left:auto;margin-right:auto}.heading.on-dark,.lead.on-dark,.on-dark{color:var(--text-on-dark)}.eyebrow.on-dark,.heading.on-dark{color:#fff}.eyebrow.on-dark{color:var(--dv-bronze-300)}.case-grid,.highlight-grid,.problem-grid,.service-grid,.start-grid,.steps-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(3,1fr)}.problem-card{padding:28px}.problem-card span{align-items:center;background:var(--dv-stone-100);border-radius:10px;color:var(--dv-bronze);display:flex;font-weight:var(--fw-semibold);height:40px;justify-content:center;margin-bottom:18px;width:40px}.case-card h3,.highlight-grid h3,.problem-card h3,.role-card h3,.service-card h3{color:var(--text-strong);font-size:20px;font-weight:var(--fw-semibold);line-height:1.28;margin:0 0 10px}.case-card p,.highlight-grid p,.problem-card p,.role-card p,.service-card p{color:var(--text-muted);font-size:14.5px;line-height:1.58;margin:0}.process-flourish{bottom:-80px;height:auto;left:-120px;opacity:.12;width:640px}.approach-row{display:grid;grid-gap:0;gap:0;grid-template-columns:repeat(5,1fr);margin-top:50px}.approach-row article{padding-right:22px}.approach-row i{background:var(--dv-bronze-300);border-radius:999px;box-shadow:0 0 0 4px rgba(159,128,100,.18);display:block;height:11px;margin-bottom:18px;width:11px}.approach-row span,.service-card-top span,.steps-grid span{color:var(--dv-bronze-300);font-size:26px;font-weight:var(--fw-medium)}.approach-row h3,.steps-grid h3{color:#fff;font-size:18px;font-weight:var(--fw-semibold);margin:10px 0 8px}.approach-row p,.steps-grid p{color:var(--text-on-dark-muted);font-size:13.5px;line-height:1.55;margin:0}.text-link{align-items:center;color:var(--accent);display:inline-flex;font-size:14.5px;font-weight:var(--fw-semibold);gap:8px;text-decoration:none}.on-dark-link{color:var(--dv-bronze-300)}.service-card{color:inherit;display:flex;flex-direction:column;min-height:260px;padding:30px;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.service-card:hover{border-color:var(--border-strong);box-shadow:0 20px 44px -26px rgba(16,29,47,.5);transform:translateY(-3px)}.service-card-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.service-card-top span{color:var(--accent);font-size:34px;font-weight:var(--fw-light)}.case-card small,.service-card small{color:var(--text-bronze);font-size:12.5px;font-weight:var(--fw-medium);letter-spacing:.04em}.service-card h3{margin-top:10px}.dark-card{background:var(--surface-ink);border-radius:14px;color:#fff;justify-content:space-between;overflow:hidden;position:relative}.dark-card .flourish{bottom:-60px;opacity:.12;right:-60px;width:320px}.dark-card .button,.dark-card h3{position:relative}.steps-grid{grid-template-columns:repeat(4,1fr);margin-top:50px}.steps-grid article{border-top:2px solid var(--border-on-dark-strong);padding-top:20px}.task-section{background:var(--surface-page-tint)}.sticky-copy{position:-webkit-sticky;position:sticky;top:110px}.task-list{display:flex;flex-direction:column}.task-list div{align-items:flex-start;border-bottom:1px solid var(--border-subtle);display:flex;gap:18px;padding:20px 0}.task-list span{align-items:center;background:var(--accent);border-radius:999px;color:#fff;display:flex;flex:none;height:26px;justify-content:center;margin-top:1px;width:26px}.task-list p{color:var(--text-body);font-size:16px;line-height:1.55;margin:0}.case-card{background:var(--surface-card);border-radius:14px;display:flex;flex-direction:column;overflow:hidden}.case-media{align-items:flex-start;background:var(--dv-stone-100);display:flex;height:164px;justify-content:space-between;padding:14px}.case-media i,.case-media span{background:var(--dv-ink);border-radius:999px;color:#fff;font-size:11px;font-style:normal;font-weight:var(--fw-semibold);letter-spacing:.06em;padding:5px 11px;text-transform:uppercase}.case-media i{background:var(--dv-stone);color:var(--dv-ink);text-transform:none}.case-card>div:last-child{display:flex;flex:1 1;flex-direction:column;gap:12px;padding:24px}.tech-section{background:var(--surface-page)}.filter-row,.mini-list,.tag-row,.tech-row,.tool-list{display:flex;flex-wrap:wrap;gap:12px}.tech-row{justify-content:center;margin-top:34px}.filter-row span,.mini-list span,.tag-row span,.tech-row span,.tool-list span{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:999px;color:var(--text-strong);font-size:13px;font-weight:var(--fw-medium);padding:9px 14px}.cta-band{background:var(--dv-blue);color:#fff}.cta-band .flourish{opacity:.12;right:-90px;top:50%;transform:translateY(-50%)}.cta-band .container{align-items:center;display:flex;gap:40px;justify-content:space-between;padding-bottom:80px;padding-top:80px;position:relative}.cta-band h2{font-size:clamp(28px,3vw,38px);font-weight:var(--fw-light);letter-spacing:0;line-height:1.2;margin:0;max-width:720px;text-wrap:balance}.cta-band p{color:rgba(255,255,255,.85);font-size:17px;line-height:1.6;margin:16px 0 0;max-width:620px}.faq-list{margin-top:34px}.faq-item{border-bottom:1px solid var(--border-subtle)}.faq-item summary{align-items:center;cursor:pointer;display:flex;gap:20px;justify-content:space-between;list-style:none;padding:24px 0}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span:first-child{color:var(--text-strong);font-size:18px;font-weight:var(--fw-semibold)}.faq-item summary span:last-child{align-items:center;background:var(--dv-stone-100);border-radius:999px;display:flex;flex:none;height:34px;justify-content:center;transition:transform .2s ease;width:34px}.faq-item[open] summary span:last-child{background:var(--accent);color:#fff;transform:rotate(45deg)}.faq-item p{color:var(--text-muted);line-height:1.6;margin:-8px 0 24px;max-width:680px}.contact-strip{align-items:center;display:flex;justify-content:space-between;padding:42px}.page-hero .container{padding-bottom:88px;padding-top:86px;position:relative}.page-hero h1{font-size:clamp(40px,4.4vw,56px)}.page-hero .button{margin-top:34px}.service-grid.detailed{grid-template-columns:1fr}.service-grid.detailed .service-card{display:grid;grid-gap:20px;gap:20px;grid-template-columns:90px 1fr 1.2fr 220px;min-height:auto}.service-grid.detailed .service-card-top{margin:0}.mini-list{gap:8px}.line-card{padding:22px}.line-card p{color:var(--text-body);line-height:1.55;margin:0}.check-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,1fr)}.check-grid span{border-bottom:1px solid var(--border-on-dark);color:var(--text-on-dark);padding:14px 0}.approach-flow{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.approach-flow div{align-items:center;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:999px;display:flex;gap:10px;padding:12px 18px}.approach-flow span{color:var(--accent);font-size:13px}.highlight-grid article{background:rgba(203,195,184,.08);border:1px solid var(--border-on-dark);border-radius:14px;padding:26px}.highlight-grid h3,.highlight-grid p{color:#fff}.highlight-grid p{color:var(--text-on-dark)}.start-grid{margin-top:36px}.start-grid a{background:var(--surface-card-dark);border:1px solid var(--border-on-dark-strong);border-radius:14px;color:#fff;display:flex;flex-direction:column;gap:14px;padding:24px;text-decoration:none}.start-grid span{color:var(--dv-bronze-300);font-size:13px}.filter-row{margin-bottom:30px}.trusted{color:var(--text-muted);font-size:13px;margin:28px 0 0}.role-card{padding:28px}.on-dark-list div{border-bottom-color:var(--border-on-dark)}.on-dark-list p{color:var(--text-on-dark)}.contact-card{padding:34px}.contact-card h2{color:var(--text-strong);font-size:22px;margin:0 0 24px}.contact-form{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(2,1fr)}.contact-form label{display:flex;flex-direction:column;gap:7px}.contact-form label span{color:var(--text-body);font-size:13px;font-weight:var(--fw-medium)}.contact-form input,.contact-form textarea{background:#fff;border:1.5px solid var(--border-strong);border-radius:10px;color:var(--text-body);outline:none;padding:13px 14px;resize:vertical;transition:border-color .18s,box-shadow .18s;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring)}.contact-form .consent,.contact-form .wide,.contact-form button,.contact-form h2{grid-column:1/-1}.contact-form button{justify-self:start}.consent{color:var(--text-muted);font-size:12.5px;line-height:1.5;margin:-4px 0 0}.success-box{align-items:flex-start;display:flex;gap:16px}.success-box span{align-items:center;background:var(--status-success);border-radius:999px;color:#fff;display:flex;flex:none;height:42px;justify-content:center;width:42px}.success-box p{color:var(--text-body);line-height:1.55;margin:0}.contact-aside{border-radius:16px;display:flex;flex-direction:column;gap:20px;padding:38px}.contact-aside a{color:#fff;font-size:22px;font-weight:var(--fw-medium);position:relative;text-decoration:none}.contact-aside a[href^=mailto]{color:var(--dv-stone);font-size:17px}.contact-aside p{border-top:1px solid var(--border-on-dark);color:var(--text-on-dark-muted);line-height:1.5;margin:0;padding-top:18px}.aside-flourish{bottom:-60px;opacity:.1;right:-80px}.light-steps article{border-top-color:var(--border-subtle)}.light-steps h3{color:var(--text-strong)}.project-page{background:var(--surface-page-tint)}.quiz-shell{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:18px;margin-top:36px;padding:30px}.quiz-progress{align-items:center;display:grid;grid-gap:14px;gap:14px;grid-template-columns:46px 1fr;margin-bottom:28px}.quiz-progress>span{align-items:center;background:var(--dv-ink);border-radius:999px;color:#fff;display:flex;height:46px;justify-content:center;width:46px}.quiz-progress div{background:var(--dv-stone-100);border-radius:999px;height:8px;overflow:hidden}.quiz-progress i{background:var(--accent);display:block;height:100%}.quiz-shell h2{color:var(--text-strong);font-size:24px;margin:0 0 22px}.option-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,1fr)}.option-grid button{background:#fff;border:1px solid var(--border-subtle);border-radius:12px;color:var(--text-body);cursor:pointer;padding:16px;text-align:left}.option-grid button.selected{background:var(--dv-ink);border-color:var(--dv-ink);color:#fff}.quiz-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:28px}.thank-you p{color:var(--text-muted);line-height:1.6;margin:0}.legal-page article{margin-bottom:18px;padding:28px}.legal-page h2{color:var(--text-strong);font-size:21px;margin:0 0 14px}.legal-page p{color:var(--text-muted);line-height:1.65;margin:0}.site-footer{background:var(--surface-ink);border-top:1px solid var(--border-on-dark);color:var(--text-on-dark)}.footer-flourish{bottom:-120px;opacity:.06;position:absolute;right:-110px}.footer-grid{display:grid;grid-gap:48px;gap:48px;grid-template-columns:1.5fr 1fr 1fr 1.2fr;padding-bottom:40px;padding-top:72px;position:relative}.footer-brand p,.footer-col p{color:var(--text-on-dark-muted);font-size:14px;line-height:1.6}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-col h3{color:var(--dv-bronze-300);font-size:12px;font-weight:var(--fw-semibold);letter-spacing:.14em;margin:0 0 6px;text-transform:uppercase}.footer-col a{color:var(--text-on-dark);font-size:14px;text-decoration:none}.footer-col .footer-phone{color:#fff;font-size:18px;font-weight:var(--fw-medium)}.footer-bottom{align-items:center;border-top:1px solid var(--border-on-dark);color:var(--text-on-dark-muted);display:flex;flex-wrap:wrap;font-size:13px;gap:20px;grid-column:1/-1;justify-content:space-between;padding-top:24px}.footer-legal{display:flex;flex-wrap:wrap;gap:18px}.footer-legal a{color:var(--text-on-dark-muted);text-decoration:none}.footer-logo strong{font-size:21px}@media (max-width:1100px){.desktop-nav{display:none}.contact-grid,.hero-grid,.section-head,.split{grid-template-columns:1fr}.hero-visual{max-width:620px}.approach-row,.case-grid,.highlight-grid,.problem-grid,.service-grid,.start-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.service-grid.detailed .service-card{grid-template-columns:1fr}.sticky-copy{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.header-inner{height:auto;padding-bottom:14px;padding-top:14px}.header-actions{align-items:flex-end;flex-direction:column;gap:8px}.header-cta{display:none}.brand strong{font-size:19px}.brand small{font-size:10px}.hero-grid,.page-hero .container{padding-bottom:64px;padding-top:64px}.trust-row div{width:calc(50% - 10px)}.system-panel{min-height:360px}.approach-row,.case-grid,.check-grid,.contact-form,.footer-grid,.highlight-grid,.metric-grid,.option-grid,.problem-grid,.service-grid,.start-grid,.steps-grid{grid-template-columns:1fr}.contact-strip,.cta-band .container{align-items:stretch;flex-direction:column}.contact-strip{padding:28px}.quiz-actions{flex-direction:column-reverse}}