﻿:root{--primary:#0c4a8e;--primary-dark:#072f5f;--primary-light:#e0ecf9;--accent:#e97a17;--accent-hover:#cf6a10;--accent-light:#fef3e6;--text:#1a1a2e;--text-light:#5a5a72;--bg:#ffffff;--bg-light:#f5f7fa;--bg-dark:#0f1b2d;--border:#dde3ec;--radius:8px;--radius-lg:12px;--shadow:0 2px 8px rgba(12,74,142,.08);--shadow-lg:0 12px 24px rgba(12,74,142,.12);--max-width:1140px;--font:'Segoe UI',system-ui,-apple-system,Roboto,'Helvetica Neue',Arial,sans-serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-dark)}ul{list-style:none}.container{width:90%;max-width:var(--max-width);margin:0 auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.site-header{background:var(--bg);border-bottom:2px solid var(--primary);position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.06)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0;gap:1rem}.logo{font-size:1.35rem;font-weight:800;color:var(--primary);white-space:nowrap;letter-spacing:-.01em}.logo span{color:var(--text);font-weight:600}.main-nav ul{display:flex;gap:1.75rem;align-items:center}.main-nav a{color:var(--text);font-weight:500;font-size:.95rem;transition:color .2s;position:relative}.main-nav a:hover,.main-nav a[aria-current="page"]{color:var(--primary)}.main-nav a[aria-current="page"]::after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--accent);border-radius:1px}.header-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent);color:#fff;font-weight:700;padding:.65rem 1.5rem;border-radius:var(--radius);white-space:nowrap;transition:background .2s,transform .15s;font-size:.95rem}.header-cta:hover{background:var(--accent-hover);color:#fff;transform:translateY(-1px)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.nav-toggle span{display:block;width:24px;height:2px;background:var(--text);margin:5px 0;transition:.3s}.hero{background:linear-gradient(135deg,rgba(7,47,95,.82) 0%,rgba(12,74,142,.75) 60%,rgba(21,101,192,.7) 100%),url('img/seedream-4.5_b_Professional_photogr.jpeg') center/cover no-repeat;color:#fff;padding:5rem 0 4.5rem;text-align:center;position:relative;overflow:hidden}.hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.hero h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.15);position:relative}.hero p{font-size:1.2rem;max-width:640px;margin:0 auto 2rem;opacity:.92;position:relative}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent);color:#fff;font-size:1.1rem;font-weight:700;padding:1rem 2.25rem;border-radius:var(--radius);transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 12px rgba(233,122,23,.3);position:relative}.hero-cta:hover{background:var(--accent-hover);color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px rgba(233,122,23,.4)}.hero--split{text-align:left;padding:4rem 0 4.5rem}.hero--split .hero-inner{display:grid;grid-template-columns:1fr 420px;gap:3rem;align-items:center}.hero--split .hero-content{max-width:560px}.hero--split h1{margin-bottom:1.25rem}.hero--split .hero-subtitle{font-size:1.15rem;opacity:.92;margin-bottom:1.75rem;line-height:1.6;position:relative}.hero-props{margin-bottom:2rem}.hero-props li{display:flex;align-items:center;gap:.65rem;margin-bottom:.6rem;font-size:1.05rem}.hero-props .prop-icon{width:24px;height:24px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-props .prop-icon svg{width:14px;height:14px;fill:#fff}.hero-guarantee{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:1.25rem 1.5rem;backdrop-filter:blur(4px)}.hero-guarantee p{font-size:.95rem;font-style:italic;margin:0;opacity:.95;line-height:1.5;position:relative}.hero-form-card{background:#fff;border-radius:var(--radius-lg);padding:2rem;box-shadow:0 16px 48px rgba(0,0,0,.2)}.hero-form-card h2{color:var(--primary);font-size:1.4rem;text-align:center;margin-bottom:1.5rem;font-weight:700}.hero-form-card .form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.hero-form-card .form-group{margin-bottom:.85rem}.hero-form-card label{display:block;font-weight:600;font-size:.85rem;color:var(--text);margin-bottom:.3rem}.hero-form-card input,.hero-form-card select,.hero-form-card textarea{width:100%;padding:.65rem .85rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.95rem;font-family:var(--font);transition:border-color .2s,box-shadow .2s;color:var(--text)}.hero-form-card input:focus,.hero-form-card select:focus,.hero-form-card textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(12,74,142,.12)}.hero-form-card textarea{resize:vertical;min-height:80px}.hero-form-card .btn-submit{width:100%;justify-content:center;background:var(--accent);padding:.85rem;font-size:1.05rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;border-radius:var(--radius)}.hero-form-card .btn-submit:hover{background:var(--accent-hover)}.hero-form-card .privacy-note{color:var(--text-light);font-size:.75rem;text-align:center;margin-top:.6rem}.trust-bar{background:var(--bg-light);padding:1.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-items{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap;text-align:center}.trust-item{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text);font-size:.9rem}.trust-item svg{color:var(--accent);flex-shrink:0}.section{padding:4.5rem 0}.section--alt{background:var(--bg-light)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2rem;font-weight:800;color:var(--text);margin-bottom:.75rem}.section-header p{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.05rem}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow);transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.card-icon{width:52px;height:52px;background:var(--primary-light);color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.card h3{font-size:1.15rem;margin-bottom:.5rem;font-weight:700}.card p{color:var(--text-light);font-size:.95rem}.stats-bar{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;text-align:center;padding:2rem 0}.stat-item{min-width:140px;padding:1rem}.stat-number{display:block;font-size:2.5rem;font-weight:800;color:var(--primary);line-height:1.2}.stat-label{font-size:.85rem;color:var(--text-light);margin-top:.35rem;font-weight:500}.cta-banner{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;text-align:center;padding:4rem 0;position:relative;overflow:hidden}.cta-banner::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.cta-banner h2{font-size:2rem;margin-bottom:.75rem;font-weight:800;position:relative}.cta-banner p{opacity:.92;margin-bottom:1.5rem;font-size:1.1rem;position:relative}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.two-col--reverse .two-col__text{order:2}.two-col__img{border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-light);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;color:var(--text-light);font-size:.9rem;border:1px solid var(--border)}.two-col__text h2{font-size:1.75rem;margin-bottom:1rem;font-weight:800}.two-col__text p{color:var(--text-light);margin-bottom:1rem;font-size:1.02rem}.checklist{padding-left:0}.checklist li{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:.6rem;color:var(--text);line-height:1.5}.checklist li::before{content:"\2713";color:var(--accent);font-weight:800;flex-shrink:0;font-size:1.1rem}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border);padding:1.25rem 0}.faq-item summary{font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;color:var(--text);font-size:1.02rem}.faq-item summary::after{content:"+";font-size:1.35rem;color:var(--accent);font-weight:700}.faq-item[open] summary::after{content:"\2212"}.faq-item[open] summary{color:var(--primary)}.faq-item p{margin-top:.75rem;color:var(--text-light)}.contact-form{max-width:560px;margin:0 auto}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:600;margin-bottom:.35rem;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-size:1rem;font-family:var(--font);transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(12,74,142,.12)}.form-group textarea{resize:vertical;min-height:120px}.btn-submit{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;font-weight:600;font-size:1rem;padding:.85rem 2rem;border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s,transform .15s}.btn-submit:hover{background:var(--primary-dark);transform:translateY(-1px)}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.contact-block h3{font-size:1rem;margin-bottom:.25rem}.contact-block p{color:var(--text-light);font-size:.95rem}.contact-block a{font-weight:600}.site-footer{background:var(--bg-dark);color:#9ca3af;padding:3.5rem 0 1.5rem;font-size:.9rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-brand{color:#fff;font-size:1.15rem;font-weight:800;margin-bottom:.5rem}.site-footer p{margin-bottom:.5rem}.site-footer h4{color:#fff;font-size:.95rem;margin-bottom:.75rem;font-weight:700}.site-footer ul li{margin-bottom:.4rem}.site-footer a{color:#9ca3af}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #1e3048;padding-top:1.5rem;text-align:center}.skip-link{position:absolute;top:-100%;left:1rem;z-index:200;background:var(--primary);color:#fff;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;transition:top .2s}.skip-link:focus{top:.75rem;color:#fff}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--primary);outline-offset:2px}.main-nav a:hover{text-decoration:underline;text-underline-offset:4px}.privacy-note{font-size:.8rem;color:rgba(255,255,255,.7);margin-top:.75rem;position:relative}.privacy-note--dark{color:var(--text-light)}.ohnohoney{opacity:0;position:absolute;top:0;left:0;height:0;width:0;z-index:-1}.promise-block{background:var(--accent-light);border-left:4px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;padding:2rem 2.5rem;max-width:700px;margin:0 auto}.promise-block h3{color:var(--accent-hover);font-size:1.15rem;font-weight:700;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.promise-block p{color:var(--text);font-size:1.02rem;line-height:1.6}.testimonials{display:none}.testimonials.active{display:block}.testimonial-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow);max-width:640px;margin:0 auto;text-align:center}.testimonial-card blockquote{font-size:1.1rem;font-style:italic;color:var(--text);line-height:1.6;margin-bottom:1rem}.testimonial-card cite{font-style:normal;font-weight:600;color:var(--primary)}@media (max-width:900px){.hero--split .hero-inner{grid-template-columns:1fr;text-align:center}.hero--split .hero-content{max-width:100%}.hero-props{display:inline-block;text-align:left}.hero-form-card{max-width:480px;margin:0 auto}.hero-form-card .form-row{grid-template-columns:1fr}}@media (max-width:768px){.nav-toggle{display:block}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:2px solid var(--primary);padding:1rem;box-shadow:var(--shadow-lg)}.main-nav.open{display:block}.main-nav ul{flex-direction:column;gap:.75rem}.header-cta{display:none}.two-col{grid-template-columns:1fr;gap:1.5rem}.two-col--reverse .two-col__text{order:0}.footer-grid{grid-template-columns:1fr}.hero{padding:3.5rem 0 3rem}.section{padding:3rem 0}.trust-items{gap:1rem}.stats-bar{gap:1.5rem}.stat-number{font-size:2rem}.promise-block{padding:1.5rem}.contact-info{grid-template-columns:1fr}.cta-banner h2{font-size:1.5rem}.cta-banner p{font-size:1rem}}@media (max-width:480px){html,body{overflow-x:hidden}.logo{white-space:normal;font-size:1.15rem;line-height:1.2}.header-inner{padding:.65rem 0}.hero{padding:2.5rem 0 2rem}.hero h1{font-size:1.65rem}.hero p{font-size:1rem;margin-bottom:1.25rem}.hero--split{padding:2.5rem 0 2rem}.hero-form-card{padding:1.25rem;margin-left:-.5rem;margin-right:-.5rem}.hero-form-card h2{font-size:1.2rem}.hero-props li{display:block;font-size:.92rem;padding-left:2rem;position:relative}.hero-props li .prop-icon{position:absolute;left:0;top:.15rem}.hero-guarantee{padding:1rem}.hero-guarantee p{font-size:.88rem}.hero-cta{font-size:1rem;padding:.85rem 1.5rem}.trust-items{flex-direction:column;align-items:center;gap:.6rem}.stats-bar{flex-direction:column;gap:1rem}.stat-item{min-width:auto;padding:.5rem 0}.stat-number{font-size:1.75rem}.section-header h2{font-size:1.5rem}.two-col__text h2{font-size:1.35rem}.cards{grid-template-columns:1fr}.card{padding:1.5rem}.faq-item summary{font-size:.95rem}.cta-banner{padding:2.5rem 0}.cta-banner h2{font-size:1.35rem}.promise-block{padding:1.25rem;margin-left:-.25rem;margin-right:-.25rem}.footer-grid{gap:1.5rem}.contact-form{padding:0}.steps{grid-template-columns:1fr}}
/* Background image sections */
.section--bg{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}.section--bg::before{content:"";position:absolute;inset:0;background:rgba(15,27,45,.72);z-index:1}.section--bg>.container{position:relative;z-index:2}.section--bg .section-header h2,.section--bg .section-header p{color:#fff}.section--bg .card{background:rgba(255,255,255,.93);border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(4px)}.section--bg .card:hover{background:rgba(255,255,255,.98)}.section--bg .checklist li,.section--bg .two-col__text p,.section--bg .two-col__text h2{color:#fff}.section--bg .checklist li::before{color:var(--accent)}