*{box-sizing:border-box;margin:0;padding:0}body,html{overflow-x:hidden;width:100%}:root{--bg:#0a0a0f;--surface:#12121a;--accent:#3b82f6;--primary:#1e3a5f;--text:#e8e8ed;--muted:#8888a0;--border:hsla(0,0%,100%,.06);--font-sans:"Segoe UI",-apple-system,BlinkMacSystemFont,sans-serif}[data-theme=light]{--bg:#f8f9fa;--surface:#fff;--accent:#2563eb;--primary:#1e3a5f;--text:#1a1a1a;--muted:#6c757d;--border:rgba(0,0,0,.08)}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6;font-size:1rem}.h1,h1{font-size:clamp(1.75rem,5vw,2.75rem);line-height:1.2;margin:0 0 .5rem}.h1,.h2,h1,h2{font-weight:700;color:var(--text)}.h2,h2{font-size:clamp(1.5rem,3vw,2.25rem);margin:0 0 .75rem}.h3,h3{font-size:1.25rem;font-weight:700}.h3,.h4,h3,h4{margin:0 0 .5rem;color:var(--text)}.h4,h4{font-size:1.125rem;font-weight:600}.h5,h5{font-size:1rem}.h5,.h6,h5,h6{font-weight:600;margin:0 0 .25rem;color:var(--text)}.h6,h6{font-size:.9375rem}.lead{line-height:1.6;color:var(--text);opacity:.95}.intro,.lead{font-size:1.125rem}.intro{color:var(--muted);line-height:1.7;margin-bottom:1.5rem}.section-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;margin-bottom:1rem;text-align:center;color:var(--text)}.section-intro{font-size:1.125rem;color:var(--muted);line-height:1.7;margin-bottom:2rem;text-align:center;max-width:36rem;margin-left:auto;margin-right:auto}p{margin:0 0 .75rem}p:last-child{margin-bottom:0}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px}.container,.container-narrow{margin:0 auto;padding:0 .25rem}.container-narrow{max-width:64rem}@media (min-width:640px){.container,.container-narrow{padding:0 1.5rem}}@media (min-width:1024px){.container,.container-narrow{padding:0 2rem}}header{padding:1rem 0;border-bottom:1px solid var(--border);background:var(--surface)}.header-inner{justify-content:space-between;flex-wrap:wrap;gap:.75rem}.header-inner,.logo{display:flex;align-items:center}.logo{font-size:1.35rem;font-weight:700;color:var(--accent);text-decoration:none}.logo:hover{opacity:.85}.logo-img{height:50px;width:auto;max-width:200px;object-fit:contain}nav{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.nav-link{color:var(--muted);text-decoration:none;padding:.4rem .5rem;font-weight:500;font-size:.95rem}.nav-link:hover{color:var(--accent)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.35rem .5rem;font-size:1.2rem;line-height:1;border-radius:6px}.theme-toggle:hover{background:hsla(0,0%,100%,.06)}[data-theme=light] .theme-toggle:hover{background:rgba(0,0,0,.05)}main{flex:1 1}footer{padding:2rem 0;color:var(--muted);font-size:.9rem;border-top:1px solid var(--border);background:var(--surface)}.hero,footer{text-align:center}.hero{padding:3rem 1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:50vh}.hero .h1,.hero h1{margin-bottom:1rem}.hero .lead{margin-bottom:1.5rem;max-width:56rem}.hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.page-section{padding:2rem 0}.section{padding:3rem 1.5rem}.section-alt{background:var(--surface)}.page-section .h1,.page-section h1{font-size:1.75rem;margin-bottom:1rem}.page-section .h2,.page-section h2{font-size:1.35rem;margin:1.5rem 0 .5rem}.page-section li,.page-section p{color:var(--muted);margin-bottom:.75rem;line-height:1.7}.page-section ul{margin-left:1.25rem}.page-section a{color:var(--accent)}.page-section a:hover{text-decoration:underline}.box{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.06)}.box.highlight{background:var(--accent);color:#fff}.box.highlight a{color:#fff;text-decoration:underline}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;transition:box-shadow .2s;box-shadow:0 2px 8px rgba(0,0,0,.06)}.card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12)}.card .h3,.card h3{margin:0 0 .5rem}.card p{font-size:.95rem;color:var(--muted);line-height:1.5;flex-grow:1}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-items:start}@media (max-width:720px){.contact-grid{grid-template-columns:1fr}}.contact-form{max-width:42rem;width:100%}.contact-form label{display:block;margin-bottom:.25rem;font-weight:500;font-size:.9rem;text-align:left}.contact-form input,.contact-form textarea{width:100%;padding:.6rem .75rem;margin-bottom:1rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font-size:1rem;font-family:inherit}.contact-form textarea{min-height:120px;resize:vertical}.contact-form button{padding:.6rem 1.25rem;background:var(--accent);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;font-size:1rem;font-family:inherit}.contact-form button:hover{opacity:.9}.contact-form button:disabled{opacity:.6;cursor:not-allowed}.form-error{color:#ef4444;font-size:.9rem;margin-bottom:.5rem}.form-success{color:#22c55e;font-size:.95rem;margin-bottom:.5rem}.contact-form-wrap{max-width:42rem;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;display:flex;align-items:center;gap:.75rem;padding:1rem 0;background:none;border:none;font-size:1.05rem;font-weight:600;text-align:left;color:var(--text);cursor:pointer;font-family:inherit}.faq-question:hover{color:var(--accent)}.faq-icon{flex-shrink:0;color:var(--accent);display:flex;align-items:center;justify-content:center}.faq-answer{max-height:0;overflow:hidden;transition:max-height .25s ease-out}.faq-item-open .faq-answer{max-height:20rem}.faq-answer p{margin:0 0 1rem;padding:0 0 1rem 2.5rem;font-size:1rem;color:var(--muted);line-height:1.6}.faq-answer p:last-child{margin-bottom:0}.map-embed{height:360px}.map-embed,.map-wrap iframe{width:100%;border:0;border-radius:8px;background:var(--surface)}.map-wrap iframe{height:450px}.links-list{list-style:none;margin-left:0;padding:0}.links-list li{margin-bottom:.75rem}.links-list a{color:var(--accent)}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:2rem;height:1.5rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-toggle span{width:100%;height:.2rem;background:var(--text);border-radius:2px;transition:all .3s linear;position:relative;transform-origin:center}.mobile-menu-toggle.active span:first-child{transform:translateY(.65rem) rotate(45deg)}.mobile-menu-toggle.active span:nth-child(2){opacity:0;transform:translateX(20px)}.mobile-menu-toggle.active span:nth-child(3){transform:translateY(-.65rem) rotate(-45deg)}.desktop-nav{display:flex;align-items:center;gap:1.5rem}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;width:80%;max-width:300px;background:var(--bg);box-shadow:-2px 0 8px rgba(0,0,0,.1);display:flex;flex-direction:column;padding:5rem 2rem 2rem;animation:slideIn .3s ease-in-out;overflow-y:auto}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.mobile-nav-link{display:block;padding:1rem 0;color:var(--text);text-decoration:none;font-size:1.125rem;font-weight:500;border-bottom:1px solid var(--border);transition:color .2s}.mobile-nav-link:hover{color:var(--accent)}.mobile-theme-toggle{margin-top:1.5rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.mobile-theme-toggle:hover{background:var(--accent);color:#fff;border-color:var(--accent)}@media (max-width:768px){.desktop-nav{display:none}.mobile-menu-toggle{display:flex}.mobile-menu-overlay{display:block}}[class$=-news-body] h2{font-size:2rem;font-weight:700;margin-top:2.5rem;margin-bottom:1.25rem;line-height:1.3;padding-bottom:.5rem;border-bottom:3px solid}[class$=-news-body] h3{font-size:1.5rem;font-weight:700;margin-top:2rem;margin-bottom:1rem;line-height:1.4}[class$=-news-body] h4{font-size:1.25rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;line-height:1.4}[class$=-news-body] p{font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem;color:var(--text)}[class$=-news-body] ol,[class$=-news-body] ul{margin-bottom:1.5rem;padding-left:2rem;line-height:1.8}[class$=-news-body] li{margin-bottom:.75rem;font-size:1.125rem;color:var(--text)}[class$=-news-body] ul li{list-style-type:disc}[class$=-news-body] ol li{list-style-type:decimal}[class$=-news-body] ol ol,[class$=-news-body] ol ul,[class$=-news-body] ul ol,[class$=-news-body] ul ul{margin-top:.5rem;margin-bottom:.5rem}[class$=-news-body] hr{border:0;height:2px;background:linear-gradient(to right,transparent,var(--border),transparent);margin:3rem 0}[class$=-news-body] strong{font-weight:700;color:var(--text)}[class$=-news-body] em{font-style:italic;color:var(--muted)}[class$=-news-body] blockquote{border-left:4px solid;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--muted);font-size:1.25rem;line-height:1.8}[class$=-news-body] code{background:var(--surface);padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;border:1px solid var(--border)}[class$=-news-body] pre{background:var(--surface);padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0;border:1px solid var(--border)}[class$=-news-body] pre code{background:none;padding:0;border:none}[class$=-news-body] .highlight-box{background:linear-gradient(135deg,var(--surface) 0,var(--bg) 100%);border-left:4px solid;padding:1.5rem;margin:2rem 0;border-radius:8px}[class$=-news-body] h2+p{font-size:1.25rem;color:var(--text);margin-bottom:2rem}[class$=-news-body] a{color:currentColor;text-decoration:underline;font-weight:600;transition:opacity .2s}[class$=-news-body] a:hover{opacity:.7}[class$=-feature-icon]{font-size:1.5rem!important;width:2rem!important;height:2rem!important}.website-layout{min-height:100vh;display:flex;flex-direction:column}:root[data-theme=light]{--dpseo-primary:#6366f1;--dpseo-secondary:#4f46e5;--dpseo-tertiary:#4338ca;--dpseo-quaternary:#3730a3;--dpseo-accent:#818cf8;--dpseo-bg:#fff;--dpseo-text:#1a1a1a;--dpseo-text-muted:#666;--dpseo-border:#e5e7eb;--dpseo-card-bg:#fff;--dpseo-card-border:#f3f4f6;--dpseo-card-shadow:rgba(0,0,0,.08)}:root[data-theme=dark]{--dpseo-primary:#818cf8;--dpseo-secondary:#6366f1;--dpseo-tertiary:#4f46e5;--dpseo-quaternary:#4338ca;--dpseo-accent:#a5b4fc;--dpseo-bg:#0a0a0a;--dpseo-text:#fff;--dpseo-text-muted:#a3a3a3;--dpseo-border:#262626;--dpseo-card-bg:#171717;--dpseo-card-border:#262626;--dpseo-card-shadow:rgba(0,0,0,.3)}.dpseo-page{background-color:var(--dpseo-bg);color:var(--dpseo-text)}.dpseo-hero{background:linear-gradient(135deg,var(--dpseo-primary) 0,var(--dpseo-secondary) 50%,var(--dpseo-tertiary) 100%);padding:6rem 1.5rem;text-align:center;min-height:70vh;display:flex;align-items:center;justify-content:center}.dpseo-hero-content{max-width:56rem;margin:0 auto}.dpseo-hero-title{color:#fff;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;margin-bottom:1.5rem;line-height:1.2}.dpseo-hero-lead{color:hsla(0,0%,100%,.95);font-size:1.25rem;line-height:1.7;margin-bottom:2rem}.dpseo-hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.dpseo-btn{padding:.875rem 2rem;font-size:1rem;cursor:pointer}.dpseo-btn,.dpseo-btn-primary{border-radius:.5rem;font-weight:600;transition:all .3s ease;text-decoration:none;display:inline-block}.dpseo-btn-primary{background:linear-gradient(135deg,var(--dpseo-primary),var(--dpseo-secondary));color:#fff;padding:.75rem 2rem;border:none}.dpseo-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(99,102,241,.3)}.dpseo-btn-outline{background:transparent;color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;transition:all .3s ease;border:2px solid #fff;display:inline-block;text-decoration:none}.dpseo-btn-outline:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px)}.dpseo-case-card{background:var(--dpseo-card-bg);border:1px solid var(--dpseo-card-border);border-radius:1rem;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04)}.dpseo-case-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px var(--dpseo-card-shadow);border-color:var(--dpseo-primary)}.dpseo-case-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,var(--dpseo-primary),var(--dpseo-secondary));color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.dpseo-case-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--dpseo-text)}.dpseo-case-metric{font-size:2rem;font-weight:800;background:linear-gradient(135deg,var(--dpseo-primary),var(--dpseo-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:1rem}.dpseo-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.dpseo-feature-card{background:var(--dpseo-card-bg);border:1px solid var(--dpseo-card-border);border-radius:1rem;padding:2rem;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}.dpseo-feature-card:hover{border-color:var(--dpseo-primary);box-shadow:0 12px 30px var(--dpseo-card-shadow);transform:translateY(-6px)}.dpseo-feature-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.5rem;box-shadow:0 4px 12px rgba(99,102,241,.2)}.dpseo-feature-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;line-height:1.4}.dpseo-feature-desc{font-size:1rem;line-height:1.6}.dpseo-feature-icon{background:linear-gradient(135deg,var(--dpseo-primary),var(--dpseo-secondary))}.dpseo-feature-title{color:var(--dpseo-text)}.dpseo-feature-desc{color:var(--dpseo-text-muted)}.dpseo-news-card{background:var(--dpseo-card-bg);border:1px solid var(--dpseo-card-border);border-radius:.75rem;overflow:hidden;transition:all .3s ease}.dpseo-news-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px var(--dpseo-card-shadow);border-color:var(--dpseo-primary)}.dpseo-news-meta{color:var(--dpseo-primary);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.dpseo-news-title{color:var(--dpseo-text);font-size:1.5rem;font-weight:700;margin:.5rem 0}.dpseo-news-desc{color:var(--dpseo-text-muted);font-size:1rem;line-height:1.6}.dpseo-news-link{color:var(--dpseo-primary);font-weight:600;text-decoration:none;transition:all .2s ease}.dpseo-news-link:hover{color:var(--dpseo-secondary)}.dpseo-news-hero{background:linear-gradient(135deg,var(--dpseo-primary) 0,var(--dpseo-secondary) 50%,var(--dpseo-tertiary) 100%)}.dpseo-news-date-badge{background:hsla(0,0%,100%,.2);color:#fff;border:1px solid hsla(0,0%,100%,.3)}.dpseo-news-hero-title{color:#fff}.dpseo-news-body h2{color:var(--dpseo-primary)}.dpseo-news-conclusion-box{background:linear-gradient(135deg,rgba(99,102,241,.03),rgba(79,70,229,.05));border:3px solid var(--dpseo-primary)}.dpseo-news-conclusion-badge{background:var(--dpseo-primary)}.dpseo-news-cta-box{background:linear-gradient(135deg,var(--dpseo-primary),var(--dpseo-secondary))}.dpseo-news-cta-button{background:#fff;color:var(--dpseo-primary)}.dpseo-news-cta-button:hover{background:hsla(0,0%,100%,.9)}.dpseo-news-back{color:var(--dpseo-primary);border-color:var(--dpseo-primary)}.dpseo-news-back:hover{background:var(--dpseo-primary);color:#fff}.dpseo-faq-item{background:var(--dpseo-card-bg);border:1px solid var(--dpseo-card-border)}.dpseo-faq-question{color:var(--dpseo-text)}.dpseo-faq-question:hover{color:var(--dpseo-primary)}.dpseo-faq-answer{color:var(--dpseo-text-muted);border-top:1px solid var(--dpseo-border)}.dpseo-contact-card{background:var(--dpseo-card-bg);border:1px solid var(--dpseo-card-border)}.dpseo-contact-icon{background:linear-gradient(135deg,var(--dpseo-primary),var(--dpseo-secondary))}.dpseo-contact-label{color:var(--dpseo-text-muted)}.dpseo-contact-value,.dpseo-form-label{color:var(--dpseo-text)}.dpseo-form-input,.dpseo-form-textarea{background:var(--dpseo-card-bg);border:1px solid var(--dpseo-border);color:var(--dpseo-text)}.dpseo-form-input:focus,.dpseo-form-textarea:focus{border-color:var(--dpseo-primary);outline:none;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.dpseo-form-button{background:linear-gradient(135deg,var(--dpseo-primary),var(--dpseo-secondary));color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.dpseo-form-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(99,102,241,.3)}.dpseo-form-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.dpseo-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}