@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--bg:#08111f;--bg-soft:#0f1c2f;--surface:rgba(255,255,255,0.06);--text:#e7edf7;--text-dark:#1f2937;--muted:#a9b7ca;--muted-dark:#5d6980;--line:rgba(255,255,255,0.12);--line-dark:rgba(15,23,42,0.08);--primary:#55b4ff;--accent:#72f3c8;--shadow:0 18px 60px rgba(0,0,0,0.25);--radius:20px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;background:radial-gradient(circle at top left,rgba(85,180,255,.2),transparent 30%),linear-gradient(180deg,#06101d,#0a1628 38%,#eff3f9 0,#f7f9fc);color:var(--text);overflow-x:hidden}body:has(.admin-shell){background:#f4f7fb;color:var(--text-dark)}body:has(.admin-shell) .site-footer,body:has(.admin-shell) .site-header{display:none}body:has(.admin-shell) main{display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(calc(100% - 2rem),var(--container));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:rgba(255,255,255,.92);border-bottom:1px solid rgba(15,23,42,.08);box-shadow:0 14px 40px rgba(15,23,42,.12)}.callout-box,.contact-grid,.footer-row,.header-inner,.hero-grid,.split-layout{display:flex;align-items:center;justify-content:space-between;gap:2rem}.header-inner{padding:1rem 0}.brand{display:inline-flex;align-items:center;gap:.85rem;font-weight:700;color:#0f172a}.brand-logo{display:block;height:2.15rem;width:auto;max-width:12.5rem;object-fit:contain}.brand-mark{width:2.4rem;height:2.4rem;border-radius:14px;display:grid;place-items:center;color:#05111f;background:linear-gradient(135deg,var(--accent),var(--primary));box-shadow:0 12px 30px rgba(85,180,255,.4)}.site-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1.6rem;color:#314056;font-size:.96rem}.site-nav a{transition:color .2s ease}.site-footer a:focus-visible,.site-footer a:hover,.site-nav a.active,.site-nav a:focus-visible,.site-nav a:hover{color:#0f172a}.menu-toggle{display:none;border:0;background:transparent;padding:0;cursor:pointer}.menu-toggle span{display:block;width:1.6rem;height:2px;background:#0f172a;margin:.32rem 0;border-radius:999px}.hero{padding:5.5rem 0 4rem}.hero-compact{padding-bottom:3rem}.hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);align-items:center;grid-gap:3rem;gap:3rem}.hero-copy,.hero-panel{flex:1 1}.hero-copy{max-width:46rem}.hero-panel{display:flex;justify-content:flex-end}.eyebrow{margin:0 0 1rem;text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;font-weight:700;color:var(--accent)}.hero h1,.section h2{margin:0;line-height:1.08;letter-spacing:-.04em}.hero h1{font-size:clamp(2.25rem,4.5vw,4rem);max-width:20ch;text-wrap:balance}.callout-box p,.contact-card p,.contact-grid p,.feature-item p,.lead,.section-heading p,.service-card p,.timeline-item p{color:var(--muted);line-height:1.7}.lead{font-size:1.08rem;max-width:62ch;margin:1.5rem 0 0}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.85rem 1.3rem;border-radius:999px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:focus-visible,.button:hover{transform:translateY(-2px)}.button.primary{background:linear-gradient(135deg,var(--primary),var(--accent));color:#07101c;box-shadow:0 18px 34px rgba(85,180,255,.28)}.button.secondary{border:1px solid var(--line);background:rgba(255,255,255,.02)}.contact-list,.hero-points{margin:0;padding:0;list-style:none;display:grid;grid-gap:.9rem;gap:.9rem}.contact-list li,.hero-points li{position:relative;padding-left:1.5rem}.hero-points li{color:#dbe5f5}.contact-list li{color:var(--muted-dark);line-height:1.7}.contact-list li:before,.hero-points li:before{content:"";position:absolute;left:0;top:.6rem;width:.55rem;height:.55rem;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--primary))}.panel-card{width:min(100%,29rem);padding:2rem;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04)),rgba(255,255,255,.03);border:1px solid var(--line);box-shadow:var(--shadow)}.panel-label{margin:0 0 1.5rem;font-size:.88rem;color:var(--accent);font-weight:600}.metric+.metric{margin-top:1.4rem;padding-top:1.4rem;border-top:1px solid var(--line)}.contact-card a,.feature-item h3,.metric strong,.service-card h3,.timeline-item h3{display:block;font-size:1.08rem;margin-bottom:.45rem}.metric span{color:var(--muted);line-height:1.65}.trust-bar{padding:.5rem 0 2rem}.trust-items{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;color:#d0dced;text-align:center;font-weight:600}.trust-items span{padding:1rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.04)}.section{padding:5rem 0;background:#f7f9fc;color:var(--text-dark)}.section .eyebrow{color:#0b63b6}.section.callout .eyebrow{color:var(--accent)}.section h2{font-size:clamp(2rem,4vw,3.2rem);max-width:15ch}.section-heading{max-width:48rem;margin-bottom:2rem}.section-heading p{max-width:56ch;color:var(--muted-dark)}.muted{background:#eff4fb}.cards-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.5rem}.cards-grid,.timeline{display:grid;gap:1.5rem}.timeline{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.5rem}.contact-card,.feature-item,.service-card,.timeline-item{background:#fff;border:1px solid var(--line-dark);border-radius:var(--radius);padding:1.7rem;box-shadow:0 10px 30px rgba(15,23,42,.06)}.service-card ul{margin:1rem 0 0;padding-left:1rem;color:#5a677a;line-height:1.8}.split-layout{align-items:flex-start}.split-layout>*{flex:1 1}.feature-list{display:grid;grid-gap:1rem;gap:1rem}.timeline-item{position:relative;overflow:hidden}.timeline-item span{display:inline-flex;width:3rem;height:3rem;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,#dff4ff,#dffcf2);color:#0f3b60;font-weight:700;margin-bottom:1rem}.callout{background:#091423;color:var(--text)}.callout-box{padding:2rem;border-radius:28px;background:linear-gradient(135deg,rgba(85,180,255,.14),rgba(114,243,200,.12));border:1px solid var(--line)}.callout-box h2{max-width:16ch}.contact-grid{align-items:start}.contact-grid>*{flex:1 1}.contact-card a{color:#0b63b6}.contact-form{display:grid;grid-gap:1rem;gap:1rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.form-field{display:grid;grid-gap:.45rem;gap:.45rem;color:var(--text-dark);font-weight:600}.form-field span{font-size:.95rem}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:14px;background:#f8fbff;color:var(--text-dark);padding:.9rem 1rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(85,180,255,.15)}.form-field textarea{resize:vertical;min-height:9rem}.form-submit{border:0;cursor:pointer}.form-submit:disabled{opacity:.7;cursor:wait;transform:none}.form-status{margin:0;padding:.9rem 1rem;border-radius:14px;font-weight:600}.form-status.success{background:#e9fbf4;color:#10613d}.form-status.error{background:#fff1f2;color:#b42318}.site-footer{padding:1.5rem 0 2.5rem;color:#9fb0c7;background:#091321;border-top:1px solid rgba(255,255,255,.08)}.site-footer p{margin:0}.admin-shell{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr);background:#f4f7fb}.admin-sidebar{background:#0a1320;color:#d7e2f2;padding:2rem 1.25rem;display:flex;flex-direction:column;gap:1.5rem;border-right:1px solid rgba(255,255,255,.08)}.admin-brand{display:flex;align-items:center;gap:.9rem;justify-content:center}.admin-logo{display:block;height:1.85rem;width:auto;max-width:11.5rem;filter:drop-shadow(0 10px 20px rgba(0,0,0,.25));object-fit:contain}.admin-brand p,.admin-empty-state p,.admin-helper,.admin-lead-message p,.admin-sidebar-card span,.admin-user-head p{margin:0;color:#7a8799;line-height:1.6}.admin-nav{display:grid;grid-gap:.45rem;gap:.45rem}.admin-nav a{padding:.85rem 1rem;border-radius:14px;color:#afbdd1;transition:background .2s ease,color .2s ease}.admin-nav a.active,.admin-nav a:focus-visible,.admin-nav a:hover{background:rgba(85,180,255,.16);color:#ffffff}.admin-sidebar-card{margin-top:auto;padding:1rem;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.admin-eyebrow,.admin-sidebar-label{margin:0 0 .5rem;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#5caeff}.admin-main{padding:2rem;color:var(--text-dark)}.admin-panel-header,.admin-topbar,.admin-user-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.admin-panel h2,.admin-topbar h1{margin:0;color:#102033}.admin-topbar{margin-bottom:1.5rem}.admin-page{display:grid;grid-gap:1.5rem;gap:1.5rem}.admin-empty-state,.admin-panel,.admin-stat-card,.admin-summary-item,.admin-user-card{background:#ffffff;border:1px solid rgba(15,23,42,.08);border-radius:22px;padding:1.4rem;box-shadow:0 12px 30px rgba(15,23,42,.05)}.admin-stats-grid,.admin-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}.admin-lead-message span,.admin-stat-card span,.admin-summary-item span{display:block;color:#7a8799;margin-bottom:.45rem}.admin-stat-card strong,.admin-summary-item strong{font-size:1.5rem;color:#102033}.admin-card-grid{display:grid;grid-gap:1rem;gap:1rem}.admin-actions{display:flex;gap:.75rem;flex-wrap:wrap}.admin-action{border:0;cursor:pointer}.admin-code-editor{width:100%;min-height:38rem;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.92rem;line-height:1.65;padding:1rem;border-radius:18px;border:1px solid rgba(15,23,42,.12);background:#091321;color:#daf0ff}.admin-status{margin:0;padding:.9rem 1rem;border-radius:14px;background:#eef7ff;color:#0f4d7d;font-weight:600}.admin-user-card{display:grid;grid-gap:1rem;gap:1rem}.admin-permissions{display:flex;flex-wrap:wrap;gap:.75rem}.admin-checkbox{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .75rem;border-radius:999px;background:#f2f7fc;color:#314056}.admin-link-button{border:0;background:transparent;color:#c2410c;cursor:pointer;font-weight:600}.admin-badge{display:inline-flex;align-items:center;border-radius:999px;background:#ebf5ff;color:#0f4d7d;padding:.45rem .8rem;font-size:.85rem;font-weight:700}.admin-lead-message{padding:1rem;border-radius:16px;background:#f8fbff}@media (max-width:900px){.callout-box,.contact-grid,.footer-row,.hero-grid,.split-layout{flex-direction:column;align-items:flex-start}.hero-grid{grid-template-columns:1fr}.hero{padding-top:4.5rem}.hero-panel{width:100%}.admin-shell{grid-template-columns:1fr}.admin-main{padding:1rem}}@media (max-width:1100px){.admin-stats-grid,.admin-summary-grid,.cards-grid,.trust-items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.menu-toggle{display:inline-block}.header-inner{flex-wrap:wrap}.site-nav{display:none;width:100%;flex-direction:column;padding:1rem 0 .3rem}.site-nav.open{display:flex}.brand-text{font-size:.95rem}.brand-logo{height:1.95rem;max-width:10.5rem}.hero h1{max-width:none}.admin-panel-header,.admin-topbar,.admin-user-head{flex-direction:column}}@media (max-width:700px){.admin-stats-grid,.admin-summary-grid,.cards-grid,.form-grid,.timeline,.trust-items{grid-template-columns:1fr}.hero{padding:4.25rem 0 3.25rem}.section{padding:3.5rem 0}.callout-box,.contact-card,.feature-item,.panel-card,.service-card,.timeline-item{padding:1.25rem}.admin-sidebar{padding:1.5rem 1rem}.admin-nav{grid-template-columns:repeat(2,minmax(0,1fr))}}