:root{--navy: #003366;--navy-light: #004488;--navy-dark: #002244;--golden: #ffc129;--orange: #ffa000;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-800: #1f2937;--gray-900: #111827;--gradient-primary: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);--gradient-accent: linear-gradient(135deg, var(--golden) 0%, var(--orange) 100%);--gradient-glass: linear-gradient(180deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .05) 100%);--font-sans: "Inter", system-ui, -apple-system, sans-serif;--container-width: 1280px;--header-height: 80px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--gray-900);background-color:var(--gray-50);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.btn-primary{background:var(--gradient-accent);color:var(--navy-dark)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffc1294d}.btn-secondary{background:#ffffff1a;color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:#fff3}.btn-outline{border:2px solid var(--navy);color:var(--navy);background:transparent}.btn-outline:hover{background:var(--navy);color:var(--white)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;color:var(--navy)}h1{font-size:3.5rem;letter-spacing:-.02em}h2{font-size:2.5rem;letter-spacing:-.01em;margin-bottom:1rem}p{color:var(--gray-800);margin-bottom:1rem}.text-gradient{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}section{padding:5rem 0}header{height:var(--header-height);position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center}header .container{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{height:40px;width:auto}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--navy);text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--orange)}.hero{padding-top:calc(var(--header-height) + 4rem);padding-bottom:6rem;background:radial-gradient(circle at top right,rgba(255,193,41,.1),transparent 40%),radial-gradient(circle at bottom left,rgba(0,51,102,.05),transparent 40%);overflow:hidden}.hero .container{display:flex;align-items:center;gap:4rem}.hero-content{flex:1;text-align:left;max-width:600px}.hero-subtitle{color:var(--orange);font-weight:600;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;margin-bottom:1rem;display:block}.hero-image-container{flex:1;position:relative;border-radius:16px;box-shadow:0 20px 40px #00336626;overflow:hidden;border:1px solid rgba(0,51,102,.1);background:var(--white)}.hero-image{width:100%;height:auto;display:block}@media(max-width:968px){.hero .container{flex-direction:column;text-align:center}.hero-content{text-align:center;margin:0 auto}.hero-image-container{margin-top:3rem}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:var(--white);padding:2rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--gray-100)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0033661a}.feature-icon{width:48px;height:48px;background:#ffc12933;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--navy)}.steps-section{background:var(--navy);color:var(--white)}.steps-section h2,.steps-section p{color:var(--white)}.steps-container{display:flex;justify-content:space-between;gap:2rem;margin-top:4rem;position:relative}.steps-container:before{content:"";position:absolute;top:24px;left:0;right:0;height:2px;background:#fff3;z-index:0}.step-item{position:relative;z-index:1;flex:1;text-align:center}.step-number{width:50px;height:50px;background:var(--golden);color:var(--navy-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;margin:0 auto 1.5rem;box-shadow:0 0 0 8px #036}.showcase-section{display:flex;align-items:center;gap:4rem;margin-bottom:4rem}.showcase-section:nth-child(2n){flex-direction:row-reverse}.showcase-content{flex:1}.showcase-image{flex:1;border-radius:12px;overflow:hidden;box-shadow:0 12px 32px #0000001a;border:1px solid var(--gray-200)}.showcase-image img{width:100%;height:auto;display:block}.cta-section{background:var(--gradient-primary);text-align:center;color:var(--white);border-radius:24px;margin:4rem auto;padding:4rem 2rem}.cta-section h2{color:var(--white);margin-bottom:1.5rem}footer{background:var(--gray-50);padding:4rem 0 2rem;border-top:1px solid var(--gray-200)}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.copyright{text-align:center;color:var(--gray-800);font-size:.875rem;opacity:.7}.pricing-card{background:var(--white);max-width:450px;margin:0 auto;padding:3rem;border-radius:24px;box-shadow:0 20px 40px #0033661a;border:1px solid var(--gray-200);text-align:center;position:relative;overflow:hidden}.pricing-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:var(--gradient-accent)}.pricing-header{margin-bottom:2rem}.pricing-header h3{color:var(--navy);font-size:1.5rem;margin-bottom:1rem}.price{font-size:4rem;font-weight:700;color:var(--navy);line-height:1;display:flex;align-items:flex-start;justify-content:center;gap:4px}.currency{font-size:1.5rem;margin-top:.5rem}.period{font-size:1rem;color:var(--gray-800);font-weight:400;align-self:flex-end;margin-bottom:.75rem}.price-subtitle{color:var(--orange);font-weight:600;margin-top:.5rem;font-size:1.125rem}.pricing-feature-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;text-align:left;font-size:1.1rem;color:var(--gray-800)}.pricing-calculator{background:var(--gray-50);padding:1.5rem;border-radius:12px;margin-bottom:2rem;border:1px solid var(--gray-200)}.calculator-input{margin-bottom:1rem;text-align:left}.calculator-input label{display:block;font-size:.875rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.input-group{position:relative;display:flex;align-items:center}.input-group input{width:100%;padding:.75rem 4rem .75rem 1rem;border:1px solid var(--gray-200);border-radius:8px;font-family:var(--font-sans);font-size:1rem;color:var(--navy);outline:none;transition:border-color .2s,box-shadow .2s}.input-group input:focus{border-color:var(--golden);box-shadow:0 0 0 3px #ffc12933}.input-suffix{position:absolute;right:1rem;color:var(--gray-800);font-size:.875rem;pointer-events:none}.calculator-result{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid rgba(0,0,0,.05)}.result-label{font-weight:600;color:var(--navy)}.result-value{font-size:1.5rem;font-weight:700;color:var(--orange)}.result-period{font-size:.875rem;color:var(--gray-800);font-weight:400}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}.steps-container{flex-direction:column;gap:3rem}.steps-container:before{width:2px;height:100%;left:24px;top:0}.step-item{display:flex;align-items:flex-start;text-align:left;gap:1.5rem}.step-number{margin:0;flex-shrink:0}.showcase-section{flex-direction:column!important;gap:2rem}}.browser-frame{background:var(--white);border-radius:12px;box-shadow:0 24px 48px #00336626;border:1px solid rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.browser-frame:hover{transform:translateY(-4px);box-shadow:0 32px 64px #0363}.browser-header{background:#f8f9fa;padding:12px 16px;display:flex;gap:8px;border-bottom:1px solid rgba(0,0,0,.05);align-items:center}.browser-dot{width:10px;height:10px;border-radius:50%}.browser-dot.red{background:#ff5f56}.browser-dot.yellow{background:#ffbd2e}.browser-dot.green{background:#27c93f}.browser-address-bar{background:#fff;border-radius:4px;height:20px;flex:1;margin-left:12px;border:1px solid #e9ecef}.browser-content img{display:block;width:100%;height:auto}
