.navbar { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(40,80,44,.1); background: rgba(251,244,232,.9); backdrop-filter: blur(16px); }
.nav-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--heading); font-weight: 800; letter-spacing: -.035em; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 13px; background: var(--forest); color: white; box-shadow: 0 7px 18px rgba(31,93,50,.18); }
.brand-mark svg { width: 24px; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-link { padding: 9px 13px; border-radius: 10px; color: #4f554f; font-size: .88rem; font-weight: 600; }
.nav-link:hover, .nav-link.active { background: rgba(221,234,215,.72); color: var(--forest); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: white; cursor: pointer; }
.btn { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border: 1px solid transparent; border-radius: 13px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--forest); color: white; box-shadow: 0 9px 20px rgba(31,93,50,.18); }
.btn-primary:hover { background: var(--deep); }
.btn-secondary { border-color: #b9cbb4; background: rgba(255,255,255,.55); color: var(--forest); }
.btn-ghost { border-color: var(--line); background: white; color: var(--forest); }
.btn-small { min-height: 39px; padding: 0 14px; font-size: .82rem; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: white; cursor: pointer; }
.card { border: 1px solid rgba(51,87,55,.1); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.risk-badge, .tag { display: inline-flex; align-items: center; gap: 6px; width: fit-content; padding: 5px 9px; border-radius: 99px; font-size: .7rem; font-weight: 700; }
.risk-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.risk-very-low, .risk-none { background: #e7f3e4; color: #24702d; }
.risk-low { background: #edf0dc; color: #67711b; }
.risk-medium { background: var(--amber-bg); color: #9b6512; }
.risk-high { border: 1px solid #b44242; background: #8f2f2f; color: white; }
.tag { background: #f1f3ef; color: #5a6359; }
.feature-card { min-height: 224px; padding: 26px; }
.feature-icon, .idea-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 15px; background: var(--sage); color: var(--forest); font-size: 1.35rem; }
.feature-card h3 { margin-bottom: 9px; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }
.demo-label { display: inline-block; margin-top: 14px; padding: 4px 8px; border-radius: 6px; background: #f2eee4; color: #7b6d55; font-size: .63rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.pricing-card { position: relative; padding: 30px; }
.pricing-card.popular { border: 2px solid var(--green); transform: translateY(-10px); box-shadow: var(--shadow); }
.popular-label { position: absolute; top: 15px; right: 15px; padding: 5px 9px; border-radius: 99px; background: var(--forest); color: white; font-size: .66rem; font-weight: 800; }
.price { margin: 16px 0 22px; font-family: var(--heading); font-size: 2.4rem; font-weight: 800; letter-spacing: -.05em; }
.price small { color: var(--muted); font-family: var(--body); font-size: .76rem; font-weight: 500; letter-spacing: 0; }
.check-list { padding: 0; margin: 0 0 28px; list-style: none; }
.check-list li { position: relative; padding: 7px 0 7px 25px; color: #515651; font-size: .84rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.disclaimer { display: flex; align-items: flex-start; gap: 12px; padding: 16px 18px; border: 1px solid #e2d29b; border-radius: 14px; background: #fff9e7; color: #6c5c2c; font-size: .78rem; }
.disclaimer svg { flex: none; width: 19px; margin-top: 2px; }
.footer { padding: 68px 0 28px; background: var(--deep); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; }
.footer .brand-mark { background: #dff2d7; color: var(--forest); }
.footer-tagline { max-width: 350px; margin-top: 18px; color: #b9c9bc; font-size: .84rem; }
.footer h4 { margin-bottom: 15px; color: #dce8de; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; color: #b9c9bc; font-size: .84rem; }
.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #91a494; font-size: .75rem; }
.gateway { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 20px; background: radial-gradient(circle at 20% 15%, #eff5df, transparent 30%), radial-gradient(circle at 85% 80%, #d5eacb, transparent 28%), var(--cream); transition: opacity .35s, visibility .35s; }
.gateway.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.gateway::before, .gateway::after { content: ""; position: absolute; border: 1px solid rgba(46,125,50,.12); border-radius: 50%; }
.gateway::before { width: 380px; height: 380px; left: -200px; bottom: -200px; }
.gateway::after { width: 220px; height: 220px; right: -80px; top: -100px; }
.gateway-card { width: min(100%, 440px); position: relative; z-index: 1; padding: 38px; border-radius: 28px; background: rgba(255,255,255,.9); box-shadow: 0 30px 80px rgba(35,68,40,.14); }
.gateway-card .brand { margin-bottom: 30px; }
.gateway-card h1 { margin-bottom: 10px; font-size: 2rem; }
.gateway-card > p { color: var(--muted); font-size: .88rem; }
.field { display: grid; gap: 7px; }
.field label, .form-label { font-size: .78rem; font-weight: 700; }
.field input, .field select { width: 100%; min-height: 49px; padding: 0 13px; border: 1px solid #cad1c7; border-radius: 12px; background: white; color: var(--ink); }
.field-help { color: var(--muted); font-size: .7rem; line-height: 1.45; }
.password-wrap { position: relative; }
.password-wrap input { padding-right: 70px; }
.show-password { position: absolute; right: 8px; top: 8px; height: 33px; border: 0; background: transparent; color: var(--forest); font-size: .73rem; font-weight: 700; cursor: pointer; }
.form-error { min-height: 20px; margin: 7px 0 2px; color: var(--red); font-size: .74rem; }
.security-note { margin: 17px 0 0; padding-top: 15px; border-top: 1px solid var(--line); font-size: .68rem !important; }
.gateway .btn { width: 100%; }
.modal-backdrop { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(16,35,21,.62); backdrop-filter: blur(5px); }
.modal { width: min(100%, 920px); max-height: min(88dvh, 760px); overflow: auto; border-radius: 25px; background: var(--cream); box-shadow: 0 35px 100px rgba(0,0,0,.25); }
.modal-head { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; border-bottom: 1px solid var(--line); background: rgba(251,244,232,.94); backdrop-filter: blur(12px); }
.modal-head h2 { margin: 0; font-size: 1.55rem; }
.modal-body { padding: 26px; }
.toast-region { position: fixed; z-index: 400; right: 22px; bottom: 22px; display: grid; gap: 10px; }
.toast { max-width: 370px; padding: 14px 17px; border: 1px solid #bcd2b8; border-radius: 13px; background: white; box-shadow: var(--shadow); color: var(--deep); font-size: .8rem; animation: toastIn .25s ease both; }
@keyframes toastIn { from { opacity: 0; transform: translateY(8px); } }
