.ct-root{color:#0f172a;background:#fff;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.ct-root .container{width:min(1180px,92%);margin:auto}.ct-mobile-checkbox{opacity:0;pointer-events:none;position:absolute}.ct-nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border-bottom:1px solid #e2e8f0bf;position:sticky;top:0}.ct-nav-inner{justify-content:space-between;align-items:center;gap:28px;min-height:78px;display:flex}.ct-brand-lockup{align-items:center;gap:14px;display:flex}.ct-brand-logo{object-fit:contain;width:auto;max-width:210px;height:42px;display:block}.ct-brand-tagline{color:#475569;white-space:nowrap;font-size:12px;font-weight:600;line-height:1.2}.ct-nav-links{color:#475569;align-items:center;gap:26px;margin-left:auto;font-size:14px;font-weight:600;display:flex}.ct-nav-links a{color:#475569;font-size:14px;font-weight:600;text-decoration:none}.ct-nav-links a:hover,.ct-nav-links a.active{color:#6d28d9}.ct-nav-actions{align-items:center;gap:12px;margin-left:18px;display:flex}.ct-menu-toggle{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:13px;width:44px;height:44px;padding:10px;display:none}.ct-menu-toggle span{background:#0f172a;border-radius:99px;height:2px;margin:5px 0;display:block}.ct-drawer-backdrop{z-index:998;opacity:0;visibility:hidden;background:#03112a73;transition:all .25s;position:fixed;inset:0}.ct-drawer-panel{z-index:999;width:min(86vw,360px);height:100dvh;padding:24px;padding-bottom:max(24px,env(safe-area-inset-bottom));background:#fff;flex-direction:column;transition:all .25s;display:flex;position:fixed;top:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-20px 0 60px #071a3d2e}.ct-mobile-checkbox:checked~.ct-drawer-backdrop{opacity:1;visibility:visible}.ct-mobile-checkbox:checked~.ct-drawer-panel{transform:translate(0)}.ct-drawer-head{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.ct-drawer-title{color:#0f172a;font-size:18px;font-weight:800}.ct-drawer-close{color:#6d28d9;cursor:pointer;background:#f3e8ff;border-radius:12px;place-items:center;width:40px;height:40px;font-size:28px;display:grid}.ct-drawer-links{flex:1;align-content:start;gap:6px;padding:24px 0;display:grid;overflow-y:auto}.ct-drawer-links a{color:#0f172a;border-radius:12px;padding:13px 12px;font-size:16px;font-weight:700;text-decoration:none}.ct-drawer-links a.active,.ct-drawer-links a:hover{color:#6d28d9;background:#f3e8ff}.ct-drawer-actions{gap:12px;margin-top:auto;display:grid}.ct-drawer-actions .btn{justify-content:center;width:100%}.ct-root .btn{cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 20px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.ct-root .btn-outline{background:#fff;border-color:#e2e8f0;color:#0f172a!important}.ct-root .btn-outline:hover{border-color:#6d28d9;color:#6d28d9!important}.ct-root .btn-primary{background:#6d28d9;box-shadow:0 12px 30px #7c3aed3d;color:#fff!important}.ct-root .btn-primary:hover{background:#5b21b6;transform:translateY(-2px)}.ct-eyebrow{color:#6d28d9;letter-spacing:.02em;background:#f3e8ff;border-radius:999px;margin-bottom:20px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-block}.ct-hero{background:radial-gradient(circle at 15% 5%,#7c3aed29,#0000 28%),linear-gradient(#fff 0%,#fbf9ff 100%);padding:92px 0 70px;position:relative;overflow:hidden}.ct-hero:before{content:"";border:70px solid #7c3aed09;border-radius:50%;width:420px;height:420px;position:absolute;top:110px;left:-190px}.ct-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:34px;display:grid}.ct-hero h1{letter-spacing:-.06em;color:#0f172a;margin:16px 0;font-size:clamp(50px,6vw,78px);font-weight:800;line-height:1.02}.ct-hero h1 span{color:#6d28d9;display:block}.ct-hero-desc{color:#475569;max-width:480px;margin:0;font-size:16px;line-height:1.7}.ct-response-card{background:#fff;border:1px solid #e2e8f0;border-radius:26px;padding:30px;box-shadow:0 20px 60px #071a3d12}.ct-status{color:#15803d;background:#ecfdf3;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:800;display:inline-flex}.ct-response-card h2{letter-spacing:-.02em;color:#0f172a;margin:16px 0 8px;font-size:30px;font-weight:800}.ct-response-card>p{color:#64748b;margin:0;font-size:14px;line-height:1.65}.ct-response-meta{grid-template-columns:1fr 1fr;gap:12px;margin-top:20px;display:grid}.ct-response-meta div{background:#f8fafc;border-radius:15px;flex-direction:column;gap:3px;padding:15px;display:flex}.ct-response-meta strong{color:#0f172a;font-size:13px;font-weight:700;display:block}.ct-response-meta span{color:#64748b;font-size:11px}.ct-section{padding:86px 0}.ct-section-head{text-align:center;margin-bottom:48px}.ct-section-head h2{letter-spacing:-.02em;color:#0f172a;margin:0 0 12px;font-size:clamp(28px,4vw,40px);font-weight:800}.ct-section-head p{color:#64748b;max-width:540px;margin:0 auto;font-size:15px}.ct-routes-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.ct-route-card{color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:26px;flex-direction:column;gap:8px;padding:26px;text-decoration:none;transition:all .18s;display:flex;box-shadow:0 20px 60px #071a3d12}.ct-route-card:hover{border-color:#6d28d9;transform:translateY(-3px);box-shadow:0 6px 24px #6d28d91a}.ct-route-icon{color:#6d28d9;background:#f1eafe;border-radius:15px;justify-content:center;place-items:center;width:48px;height:48px;margin-bottom:18px;font-size:21px;display:grid}.ct-route-card h3{color:#0f172a;margin:0;font-size:16px;font-weight:700}.ct-route-card p{color:#64748b;flex:1;margin:0;font-size:14px;line-height:1.6}.ct-route-link{color:#6d28d9;font-size:13px;font-weight:700}.ct-form-section{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 50%,#4c1d95 100%);padding:72px 0}.ct-form-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:56px;display:grid}.ct-info-sidebar{color:#e2e8f0}.ct-info-sidebar .ct-eyebrow{color:#fff;background:#ffffff24}.ct-info-sidebar h2{letter-spacing:-.02em;color:#fff;margin:0 0 14px;font-size:clamp(24px,3.5vw,36px);font-weight:800}.ct-info-sidebar>p{color:#c4b5fd;margin:0 0 32px;font-size:14px;line-height:1.7}.ct-info-list{flex-direction:column;gap:20px;display:flex}.ct-info-row{flex-direction:column;gap:3px;display:flex}.ct-info-row strong{color:#a78bfa;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:700}.ct-info-row span{color:#e2e8f0;font-size:14px}.ct-form-card{background:#fff;border-radius:20px;padding:36px 32px;box-shadow:0 20px 60px #0003}.ct-form-card h2{color:#0f172a;margin:0 0 6px;font-size:22px;font-weight:800}.ct-form-card>p{color:#64748b;margin:0 0 28px;font-size:14px}.ct-form{flex-direction:column;gap:18px;display:flex}.ct-field{flex-direction:column;gap:6px;display:flex}.ct-field label{color:#374151;font-size:13px;font-weight:600}.ct-field input,.ct-field select,.ct-field textarea{color:#0f172a;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:11px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.ct-field input:focus,.ct-field select:focus,.ct-field textarea:focus{border-color:#6d28d9;box-shadow:0 0 0 3px #6d28d914}.ct-field textarea{resize:vertical;min-height:130px}.ct-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ct-submit{color:#fff;cursor:pointer;background:#6d28d9;border:none;border-radius:10px;align-self:flex-start;padding:13px 28px;font-size:14px;font-weight:700;transition:background .15s}.ct-submit:hover{background:#5b21b6}.ct-tips-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.ct-tip{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:22px 20px}.ct-tip h3{color:#0f172a;margin:0 0 8px;font-size:15px;font-weight:700}.ct-tip p{color:#64748b;margin:0;font-size:13px;line-height:1.6}.ct-cta-section{background:#faf5ff;padding:64px 0}.ct-cta-box{background:#fff;border:1px solid #e9d5ff;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;padding:40px 48px;display:flex;box-shadow:0 4px 24px #6d28d90f}.ct-cta-box h2{letter-spacing:-.02em;color:#0f172a;margin:0 0 8px;font-size:clamp(22px,3vw,30px);font-weight:800}.ct-cta-box p{color:#64748b;margin:0;font-size:15px}.ct-cta-actions{flex-wrap:wrap;flex-shrink:0;gap:12px;display:flex}.ct-footer{color:#fff;background:linear-gradient(135deg,#6d28d9,#4c1d95);padding:55px 0 24px}.ct-footer-grid{grid-template-columns:1.35fr 1fr 1fr;gap:50px;display:grid}.ct-footer-brand{flex-direction:column;gap:8px;display:flex}.ct-footer-logo{object-fit:contain;width:auto;max-width:210px;height:42px;display:block}.ct-footer-tagline{color:#e9d5ff;font-size:12px;font-weight:600}.ct-footer p,.ct-footer a{color:#e9d5ff;font-size:13px}.ct-footer h4{color:#fff;margin-top:0;font-size:14px;font-weight:700}.ct-footer-links{gap:10px;display:grid}.ct-copyright{color:#ddd6fe;border-top:1px solid #ffffff38;justify-content:space-between;gap:20px;margin-top:40px;padding-top:20px;font-size:12px;display:flex}@media (max-width:980px){.ct-nav-links,.ct-nav-actions{display:none}.ct-menu-toggle{margin-left:auto;display:block}.ct-brand-tagline{display:none}.ct-hero-grid,.ct-form-grid{grid-template-columns:1fr;gap:36px}.ct-info-sidebar{max-width:100%}.ct-routes-grid,.ct-tips-grid{grid-template-columns:1fr 1fr}.ct-footer-grid{grid-template-columns:1fr 1fr;gap:28px}}@media (min-width:981px){.ct-drawer-panel,.ct-drawer-backdrop{display:none!important}}@media (max-width:680px){.ct-nav-inner{min-height:70px}.ct-hero{padding:60px 0 46px}.ct-hero h1{font-size:44px}.ct-routes-grid,.ct-tips-grid,.ct-response-meta,.ct-form-row{grid-template-columns:1fr}.ct-cta-box{flex-direction:column;align-items:flex-start;padding:28px 24px}.ct-footer-grid{grid-template-columns:1fr;gap:24px}.ct-copyright{flex-direction:column}}
