html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0d1526;--navy-mid:#111d35;--blue:#2563eb;--blue-dark:#1d4ed8;--light-bg:#f4f6fa;--white:#fff;--gray-text:#6b7280;--dark-text:#111827;--border:#e5e7eb;--copper:#c8742a;font-family:Inter,system-ui,-apple-system,sans-serif}body{background:var(--white);color:var(--dark-text);overflow-x:hidden}button{cursor:pointer;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}.page{flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 2rem}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d1526f2;border-bottom:1px solid #ffffff0f;position:fixed;top:0;left:0;right:0}.navbar-inner{align-items:center;gap:2rem;max-width:1120px;height:68px;margin:0 auto;display:flex}.nav-brand{flex-shrink:0;align-items:center;gap:.625rem;display:flex}.nav-logo{object-fit:contain;width:auto;height:36px}.nav-wordmark{letter-spacing:.12em;color:var(--white);font-size:1.1rem;font-weight:800}.nav-links{gap:.25rem;margin-left:auto;display:flex}.nav-links button{color:#ffffffb8;border-radius:6px;padding:.4rem .875rem;font-size:.875rem;font-weight:500;transition:color .2s,background .2s}.nav-links button:hover{color:#fff;background:#ffffff14}.nav-cta{background:var(--blue);color:#fff;white-space:nowrap;border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .2s,transform .15s}.nav-cta:hover{background:var(--blue-dark);transform:translateY(-1px)}.hero{background:var(--navy);text-align:center;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(60% 50% at 50% 20%,#2563eb2e 0%,#0000 70%),radial-gradient(40% 40% at 80% 80%,#c8742a14 0%,#0000 60%);position:absolute;inset:0}.hero-bg-overlay{display:none}.hero-content{z-index:1;flex-direction:column;align-items:center;gap:1.25rem;padding:6rem 2rem 4rem;display:flex;position:relative}.hero-logo{object-fit:contain;filter:drop-shadow(0 8px 32px #c8742a4d);width:auto;height:140px;animation:5s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-title{letter-spacing:.18em;color:var(--white);font-size:clamp(3rem,8vw,6.5rem);font-weight:900;line-height:1}.hero-divider{background:var(--blue);border-radius:2px;width:80px;height:4px}.hero-tagline{color:#ffffffa6;letter-spacing:.02em;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.btn-primary{background:var(--blue);color:#fff;border-radius:10px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 16px #2563eb59}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 6px 24px #2563eb73}.btn-ghost{color:#fffc;background:0 0;border:1.5px solid #ffffff40;border-radius:10px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:background .2s,border-color .2s,transform .15s}.btn-ghost:hover{background:#ffffff12;border-color:#ffffff80;transform:translateY(-2px)}.section{padding:6rem 0}.section-light{background:var(--light-bg)}.section-white{background:var(--white)}.section-title{color:var(--dark-text);border-left:4px solid var(--blue);margin-bottom:1rem;padding-left:1.25rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2}.section-intro{color:var(--gray-text);max-width:760px;margin-bottom:3.5rem;font-size:1.0625rem;line-height:1.75}.pillars{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.pillar{border:1px solid var(--border);background:var(--white);border-radius:14px;padding:2rem 1.75rem}.pillar-blue{border-left:4px solid var(--blue)}.pillar-neutral{border-left:4px solid #e5e7eb}.pillar h3{color:var(--blue);margin-bottom:.875rem;font-size:1.0625rem;font-weight:700}.pillar-neutral h3{color:var(--dark-text)}.pillar p{color:var(--gray-text);font-size:.9375rem;line-height:1.7}.pillar strong{color:var(--dark-text)}.services-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;margin-top:2.5rem;display:grid}.service-card{background:var(--light-bg);border:1px solid var(--border);border-radius:14px;padding:1.75rem 1.5rem;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #00000017}.service-icon{color:var(--blue);margin-bottom:.875rem;font-size:1rem;display:block}.service-card h4{color:var(--dark-text);margin-bottom:.5rem;font-size:1rem;font-weight:700}.service-card p{color:var(--gray-text);font-size:.875rem;line-height:1.65}.packages-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;margin-top:2.5rem;margin-bottom:2.5rem;display:grid}.package-card{background:var(--white);border:1px solid var(--border);border-radius:14px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.package-card:hover{transform:translateY(-4px);box-shadow:0 10px 32px #0000001a}.pkg-top-bar{background:var(--pkg-accent,#2563eb);height:5px}.pkg-body{flex-direction:column;flex:1;padding:1.75rem;display:flex}.pkg-name{color:var(--dark-text);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.pkg-price{margin-bottom:.875rem;font-size:1.75rem;font-weight:800;display:block}.pkg-desc{color:var(--gray-text);flex:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.65}.pkg-cta{background:var(--light-bg);color:var(--blue);border:1px solid var(--border);border-radius:8px;align-self:flex-start;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .2s,color .2s;display:inline-block}.pkg-cta:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.included-box{background:var(--white);border:1px solid var(--border);border-radius:16px;margin-top:1rem;padding:2.5rem}.included-box h3{color:var(--dark-text);text-align:center;margin-bottom:1.75rem;font-size:1.125rem;font-weight:700}.included-list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem 2rem;list-style:none;display:grid}.included-list li{color:var(--gray-text);align-items:flex-start;gap:.5rem;font-size:.9375rem;display:flex}.check{color:var(--blue);flex-shrink:0;margin-top:.05em;font-weight:700}.process-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.5rem;display:grid}.process-card{background:var(--light-bg);border:1px solid var(--border);border-radius:14px;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.process-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #00000014}.process-num{color:var(--blue);letter-spacing:.05em;background:#2563eb1f;border-radius:6px;padding:.35rem .75rem;font-size:.875rem;font-weight:700}.process-label{color:var(--dark-text);font-size:1.0625rem;font-weight:700}.cta-banner{background:var(--navy);text-align:center;padding:5rem 0}.cta-inner{flex-direction:column;align-items:center;gap:1rem;display:flex}.cta-banner h2{color:var(--white);font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800}.cta-banner p{color:#ffffffa6;margin-bottom:.5rem;font-size:1.0625rem}.footer{background:var(--navy-mid);text-align:center;color:#ffffff73;border-top:1px solid #ffffff0f;padding:2rem;font-size:.875rem}.footer a{color:#fff9;transition:color .2s}.footer a:hover{color:#fff}@media (width<=768px){.nav-links{display:none}.navbar-inner{gap:1rem}.process-grid{grid-template-columns:repeat(2,1fr)}.hero-logo{height:100px}.section{padding:4rem 0}.pillars{grid-template-columns:1fr}}@media (width<=480px){.process-grid{grid-template-columns:1fr 1fr}.packages-grid{grid-template-columns:1fr}.hero-title{font-size:2.5rem}}.cp-page{background:#1a0f05;flex-direction:column;min-height:100vh;font-family:Inter,system-ui,sans-serif;display:flex}.cp-nav{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1a0f05eb;border-bottom:1px solid #c8742a33;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.cp-back{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:color .2s;display:flex}.cp-back:hover{color:#c8742a;background:#c8742a14}.cp-back span{font-size:1rem}.cp-nav-brand{letter-spacing:.15em;color:#c8742a;font-size:1rem;font-weight:900}.cp-center{flex:1;justify-content:center;align-items:center;padding:6rem 1.5rem 3rem;display:flex;position:relative}.cp-center:before{content:"";pointer-events:none;background:radial-gradient(50% 50% at 50% 30%,#c8742a1f 0%,#0000 70%),radial-gradient(30% 40% at 80% 80%,#c8742a0f 0%,#0000 60%);position:fixed;inset:0}.cp-card{z-index:1;background:#261508;border:1px solid #c8742a40;border-radius:20px;width:100%;max-width:480px;padding:2.5rem 2.25rem;position:relative;box-shadow:0 24px 64px #00000080,0 0 0 1px #c8742a14}.cp-card-header{text-align:center;margin-bottom:2rem}.cp-logo-ring{background:#c8742a1f;border:2px solid #c8742a59;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.25rem;display:flex;box-shadow:0 0 24px #c8742a33}.cp-logo{object-fit:contain;filter:drop-shadow(0 2px 8px #c8742a66);width:52px;height:52px}.cp-card-header h1{color:#fff;margin-bottom:.5rem;font-size:1.625rem;font-weight:800}.cp-card-header p{color:#ffffff80;font-size:.9375rem;line-height:1.6}.cp-form{flex-direction:column;gap:1.125rem;display:flex}.cp-field{flex-direction:column;gap:.375rem;display:flex}.cp-field label{color:#ffffffb3;letter-spacing:.02em;font-size:.8125rem;font-weight:600}.cp-req{color:#c8742a}.cp-field input,.cp-field textarea{color:#fff;resize:vertical;background:#ffffff0a;border:1px solid #c8742a38;border-radius:10px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;transition:border-color .2s,background .2s,box-shadow .2s}.cp-field input::placeholder,.cp-field textarea::placeholder{color:#ffffff40}.cp-field input:focus,.cp-field textarea:focus{background:#c8742a0f;border-color:#c8742a;box-shadow:0 0 0 3px #c8742a2e}.cp-field--error input,.cp-field--error textarea{background:#ef44440d;border-color:#ef4444}.cp-error-msg{color:#f87171;font-size:.8125rem}.cp-char-count{text-align:right;margin-top:4px;font-size:.75rem;display:block}.cp-api-error{color:#f87171;text-align:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;padding:.75rem 1rem;font-size:.875rem}.cp-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c8742a 0%,#e8973a 100%);border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:52px;margin-top:.375rem;padding:.875rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:700;transition:opacity .2s,transform .15s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #c8742a66}.cp-submit-btn:hover:not(:disabled){opacity:.92;transform:translateY(-2px);box-shadow:0 6px 28px #c8742a8c}.cp-submit-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.cp-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.75s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.cp-note{color:#ffffff59;text-align:center;font-size:.8125rem;line-height:1.5}.cp-card--otp{max-width:420px}.cp-otp-icon{background:#c8742a1f;border:2px solid #c8742a59;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;font-size:2rem;display:flex;box-shadow:0 0 24px #c8742a33}.cp-email-highlight{color:#e8973a}.cp-otp-boxes{justify-content:center;gap:.625rem;margin:1.75rem 0 1.25rem;display:flex}.cp-otp-box{text-align:center;color:#fff;caret-color:#c8742a;background:#ffffff0a;border:1.5px solid #c8742a38;border-radius:10px;outline:none;width:52px;height:60px;font-family:inherit;font-size:1.5rem;font-weight:800;transition:border-color .2s,background .2s,box-shadow .2s}.cp-otp-box:focus{background:#c8742a14;border-color:#c8742a;box-shadow:0 0 0 3px #c8742a33}.cp-otp-box--filled{color:#e8973a;border-color:#c8742a}.cp-otp-footer{text-align:center;flex-direction:column;gap:.625rem;margin-top:1.25rem;display:flex}.cp-otp-footer p{color:#ffffff73;font-size:.875rem}.cp-resend-btn{cursor:pointer;color:#c8742a;background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem;font-weight:600;transition:color .2s}.cp-resend-btn:hover:not(:disabled){color:#e8973a}.cp-resend-btn:disabled{color:#ffffff4d;cursor:not-allowed}.cp-change-email{cursor:pointer;color:#ffffff59;background:0 0;border:none;font-family:inherit;font-size:.8125rem;transition:color .2s}.cp-change-email:hover{color:#ffffffb3}.cp-card--success{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;display:flex}.cp-success-icon{color:#c8742a;background:#c8742a1f;border:2px solid #c8742a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2.25rem;animation:.4s cubic-bezier(.175,.885,.32,1.275) pop;display:flex;box-shadow:0 0 32px #c8742a4d}@keyframes pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.cp-card--success h1{color:#fff;font-size:1.75rem;font-weight:800}.cp-card--success p{color:#ffffff8c;line-height:1.65}.cp-card--success strong{color:#e8973a}@media (width<=520px){.cp-card{padding:2rem 1.25rem}.cp-otp-box{width:44px;height:52px;font-size:1.25rem}.cp-otp-boxes{gap:.4rem}}
