*{margin:0;padding:0;box-sizing:border-box}:root{--brand-yellow: #D4D442;--brand-blue: #18486B;--brand-white: #ffffff;--brand-black: #1a1a1a;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--font-heading: "Proza Libre", system-ui, -apple-system, sans-serif;--font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}body{font-family:var(--font-body);line-height:1.6;color:var(--gray-800);background:var(--brand-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}.header{background:var(--brand-white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.header-content{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:32px}.logo{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-icon{width:40px;height:40px}.logo-text{font-family:var(--font-heading);font-size:24px;font-weight:700;color:var(--brand-blue)}.nav{display:flex;gap:32px;align-items:center;flex:1;justify-content:center}.nav-link{font-weight:500;color:var(--gray-700);text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--brand-blue)}.header-actions{display:flex;gap:12px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;font-weight:600;font-size:15px;border-radius:8px;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:all .2s;font-family:var(--font-heading)}.btn-primary{background:var(--brand-yellow);color:var(--brand-blue);border-color:var(--brand-yellow)}.btn-primary:hover{background:var(--brand-blue);color:var(--brand-white);border-color:var(--brand-blue);transform:translateY(-1px);box-shadow:0 4px 12px #d4d4424d}.btn-secondary{background:transparent;color:var(--brand-blue);border-color:var(--brand-blue)}.btn-secondary:hover{background:var(--brand-blue);color:var(--brand-white)}.btn-outline{background:transparent;color:var(--brand-white);border-color:var(--brand-white)}.btn-outline:hover{background:var(--brand-white);color:var(--brand-blue)}.btn-large{padding:16px 32px;font-size:18px;font-weight:700}.hero{position:relative;background:linear-gradient(135deg,var(--brand-blue) 0%,#0f3049 100%);color:var(--brand-white);padding:120px 0;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 50%,rgba(212,212,66,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(212,212,66,.08) 0%,transparent 50%);pointer-events:none}.hero-content{position:relative;text-align:center;max-width:900px;margin:0 auto}.hero-title{font-family:var(--font-heading);font-size:64px;font-weight:700;line-height:1.1;margin-bottom:24px;color:var(--brand-white)}.hero-subtitle{font-size:22px;line-height:1.6;color:#ffffffe6;margin-bottom:48px;max-width:700px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.features{padding:100px 0;background:var(--gray-50)}.section-title{font-family:var(--font-heading);font-size:48px;font-weight:700;text-align:center;margin-bottom:64px;color:var(--brand-blue)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}.feature-card{background:var(--brand-white);padding:40px 32px;border-radius:16px;box-shadow:0 4px 6px #0000000d;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.feature-icon{width:64px;height:64px;margin-bottom:20px;color:var(--brand-blue)}.feature-icon svg{width:100%;height:100%}.feature-title{font-family:var(--font-heading);font-size:24px;font-weight:700;margin-bottom:12px;color:var(--brand-blue)}.feature-description{color:var(--gray-600);line-height:1.6}.about{padding:100px 0;background:var(--brand-white)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.about-text .section-title{text-align:left;margin-bottom:32px}.about-description{font-size:18px;line-height:1.8;color:var(--gray-600);margin-bottom:24px}.about-image{display:flex;justify-content:center;align-items:center}.about-image img{max-width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.1))}.pricing{padding:100px 0;background:var(--gray-50)}.pricing-subtitle{text-align:center;font-size:20px;color:var(--gray-600);margin-top:-40px;margin-bottom:64px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1000px;margin:0 auto}.pricing-card{background:var(--brand-white);padding:48px 32px;border-radius:16px;box-shadow:0 4px 6px #0000000d;position:relative;border:2px solid transparent;transition:transform .2s,border-color .2s}.pricing-card:hover{transform:translateY(-4px);border-color:var(--brand-yellow)}.pricing-card-featured{border-color:var(--brand-yellow);transform:scale(1.05)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--brand-yellow);color:var(--brand-blue);padding:6px 16px;border-radius:20px;font-weight:700;font-size:14px;font-family:var(--font-heading)}.pricing-plan{font-family:var(--font-heading);font-size:28px;font-weight:700;color:var(--brand-blue);margin-bottom:16px;text-align:center}.pricing-price{font-family:var(--font-heading);font-size:56px;font-weight:700;color:var(--brand-blue);text-align:center;margin-bottom:32px}.pricing-price span{font-size:20px;color:var(--gray-600);font-weight:500}.pricing-features{list-style:none;margin-bottom:32px}.pricing-features li{padding:12px 0;color:var(--gray-700);border-bottom:1px solid var(--gray-200)}.pricing-features li:last-child{border-bottom:none}.pricing-features li:before{content:"✓ ";color:var(--brand-yellow);font-weight:700;margin-right:8px}.pricing-card .btn{width:100%}.footer{background:var(--brand-blue);color:var(--brand-white);padding:64px 0 24px;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:48px;margin-bottom:48px}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer-logo-icon{width:32px;height:32px}.footer-logo-text{font-family:var(--font-heading);font-size:20px;font-weight:700}.footer-tagline{color:#ffffffb3;font-style:italic}.footer-heading{font-family:var(--font-heading);font-size:18px;font-weight:700;margin-bottom:16px;color:var(--brand-yellow)}.footer-links{list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:#fffc;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--brand-yellow)}.footer-contact{color:#fffc;margin-bottom:8px}.footer-bottom{display:flex;justify-content:center;align-items:center;padding-top:32px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{color:#fff9}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal{background:var(--brand-white);border-radius:16px;max-width:500px;width:100%;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid var(--gray-200)}.modal-header h3{font-family:var(--font-heading);font-size:24px;font-weight:700;color:var(--brand-blue);margin:0}.modal-close{background:none;border:none;font-size:32px;color:var(--gray-600);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s,color .2s}.modal-close:hover{background:var(--gray-100);color:var(--brand-blue)}.modal-body{padding:24px}.modal-body p{margin-bottom:16px;line-height:1.6;color:var(--gray-700)}.modal-body p:last-child{margin-bottom:0}.modal-body strong{color:var(--brand-blue)}.modal-footer{padding:16px 24px 24px;display:flex;justify-content:flex-end;gap:12px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand-blue) 0%,#0f3049 100%);padding:20px}.login-container{background:var(--brand-white);border-radius:16px;padding:48px;max-width:460px;width:100%;box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:32px}.login-logo{width:64px;height:64px;margin-bottom:24px}.login-header h1{font-family:var(--font-heading);font-size:32px;font-weight:700;color:var(--brand-blue);margin-bottom:8px}.login-header p{color:var(--gray-600);font-size:16px}.login-form{margin-bottom:24px}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:600;color:var(--gray-700);margin-bottom:8px;font-size:14px}.form-group input{width:100%;padding:12px 16px;border:2px solid var(--gray-300);border-radius:8px;font-size:16px;font-family:var(--font-body);transition:border-color .2s}.form-group input:focus{outline:none;border-color:var(--brand-yellow)}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;font-size:14px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;color:var(--gray-700)}.checkbox-label input[type=checkbox]{cursor:pointer}.link{color:var(--brand-blue);text-decoration:none;font-weight:600;transition:color .2s}.link:hover{color:#0f3049;text-decoration:underline}.btn-full{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed}.login-error{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fee;border:2px solid #fcc;border-radius:8px;margin-bottom:20px;color:#c00}.login-error svg{width:24px;height:24px;flex-shrink:0}.login-footer{text-align:center;padding-top:24px;border-top:1px solid var(--gray-200)}.login-footer p{margin-bottom:16px;color:var(--gray-600)}.link-button{background:none;border:none;color:var(--brand-blue);font-weight:600;cursor:pointer;text-decoration:none;font-size:14px;font-family:var(--font-body);transition:color .2s}.link-button:hover{color:#0f3049;text-decoration:underline}@media (max-width: 968px){.nav{display:none}.hero-title{font-size:48px}.hero-subtitle{font-size:18px}.about-content{grid-template-columns:1fr}.about-text .section-title{text-align:center}.section-title{font-size:36px}}@media (max-width: 640px){.hero{padding:80px 0}.hero-title{font-size:36px}.hero-subtitle{font-size:16px}.hero-actions{flex-direction:column}.btn-large{width:100%}.header-actions{gap:8px}.btn{padding:8px 16px;font-size:14px}.features,.about,.pricing{padding:60px 0}.footer-bottom{flex-direction:column;text-align:center}.login-container{padding:32px 24px}.login-header h1{font-size:28px}}
