*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:#f0f0f0;-webkit-font-smoothing:antialiased;background:#0e0e0e;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}#root{width:100%}:root{--bg:#0e0e0e;--bg-card:#161616;--bg-input:#111;--accent:#e8761a;--accent-hover:#cf6010;--text:#f0f0f0;--text-muted:#888;--border:#252525;--radius:10px}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0e0e0ed9;justify-content:space-between;align-items:center;padding:1rem 3rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{color:var(--text);letter-spacing:.02em;font-size:1rem;font-weight:600}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--text-muted);font-size:.875rem;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-right{align-items:center;gap:1rem;display:flex}.lang-toggle{align-items:center;gap:.25rem;display:flex}.lang-btn{color:var(--text-muted);letter-spacing:.05em;cursor:pointer;background:0 0;border:none;padding:.2rem .1rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:color .2s}.lang-btn.active{color:var(--accent)}.lang-btn:hover:not(.active){color:var(--text)}.lang-divider{color:var(--border);font-size:.75rem}.nav-cta{padding:.6rem 1.4rem!important;font-size:.875rem!important}@media (width<=768px){.navbar{padding:.875rem 1.25rem}.nav-links{display:none}.nav-logo{font-size:.9rem}}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:.8rem 1.8rem;font-size:1.05rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.btn-accent{background:var(--accent);color:#0e0e0e}.btn-accent:hover:not(:disabled){background:var(--accent-hover)}.btn-accent:disabled{opacity:.6;cursor:not-allowed}.btn-outline{color:var(--text);border:1px solid var(--border);background:0 0}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.btn-plan{color:#fff;background:#2a2a2a;border:none}.btn-plan:hover{background:#333}.btn-selected{color:#6dbf6d;background:#6dbf6d1a;border:1px solid #6dbf6d}.section{padding:6rem 3rem}.container{max-width:1100px;margin:0 auto}.section-title{text-align:center;color:var(--text);margin-bottom:3rem;font-size:2rem;font-weight:700}.hero{align-items:center;gap:4rem;max-width:1200px;min-height:100vh;margin:0 auto;padding:7rem 4rem 4rem;display:flex}.hero-content{flex:1}.hero-label{text-transform:uppercase;letter-spacing:.18em;color:var(--accent);margin-bottom:1rem;font-size:.8rem}.hero-title{color:var(--text);margin-bottom:1.5rem;font-size:clamp(2.4rem,5vw,4rem);font-weight:800;line-height:1.1}.hero-subtitle{color:var(--text-muted);max-width:520px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero-photo{background:var(--bg-card);border:1px dashed var(--border);height:540px;color:var(--text-muted);border-radius:14px;flex:0 0 420px;justify-content:center;align-items:center;font-size:.9rem;display:flex;overflow:hidden}.hero-photo img{object-fit:cover;border-radius:14px;width:100%;height:100%}@media (width<=900px){.hero{text-align:center;flex-direction:column;gap:2rem;min-height:auto;padding:6rem 1.5rem 3rem}.hero-content{order:1}.hero-photo{background:0 0;border:none;border-radius:14px;flex:none;order:2;width:100%;height:auto;overflow:hidden}.hero-photo img{object-fit:contain;border-radius:14px;width:100%;height:auto;display:block}.hero-subtitle{max-width:100%;margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}}@media (width<=480px){.hero-buttons{flex-direction:column}.hero-buttons .btn{text-align:center;width:100%}}.approach{background:var(--bg-card)}.approach-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:3rem;display:grid}.approach-item{background:var(--bg);border-radius:var(--radius);border:1px solid var(--border);flex-direction:column;gap:.75rem;padding:1.75rem;display:flex}.approach-num{color:var(--accent);opacity:.4;font-size:2rem;font-weight:800;line-height:1}.approach-item p{color:var(--text-muted);font-size:1.05rem;line-height:1.6}.section-cta{text-align:center}@media (width<=768px){.approach-grid{grid-template-columns:1fr}.approach-item{text-align:center;align-items:center}}@media (width>=769px) and (width<=1024px){.approach-grid{grid-template-columns:repeat(2,1fr)}}.about-inner{align-items:center;gap:5rem;display:flex}.about-photo{background:var(--bg-card);border:1px dashed var(--border);height:460px;color:var(--text-muted);border-radius:14px;flex:0 0 360px;justify-content:center;align-items:center;font-size:.9rem;display:flex;overflow:hidden}.about-photo img{object-fit:cover;border-radius:14px;width:100%;height:100%}.about-content{flex:1}.about-label{text-transform:uppercase;letter-spacing:.18em;color:var(--accent);margin-bottom:.75rem;font-size:.8rem}.about-content h2{color:var(--text);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.about-text{color:var(--text-muted);font-size:1.05rem;line-height:1.8}.about-placeholder{opacity:.5;font-style:italic}@media (width<=900px){.about-inner{text-align:center;flex-direction:column;gap:2rem}.about-photo{background:0 0;border:none;border-radius:14px;flex:none;width:100%;height:auto;overflow:hidden}.about-photo img{object-fit:contain;border-radius:14px;width:100%;height:auto;display:block}.about-content h2{font-size:2rem}}.pricing{background:var(--bg-card)}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;display:grid}.pricing-card{background:var(--bg);border-radius:var(--radius);border:1px solid #ffffff14;flex-direction:column;gap:1.25rem;height:100%;padding:2rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative}.pricing-card:hover{transform:translateY(-2px)}.pricing-card.popular{border-color:var(--accent);box-shadow:0 0 60px #e8761a2e}.pricing-card.bordered{border-color:var(--accent);box-shadow:0 0 30px #e8761a1a}.pricing-card.card-selected{border-color:#6dbf6d}.plan-name{color:var(--text);font-size:1.375rem;font-weight:800;line-height:1.1}.plan-name-wrap{flex-direction:column;gap:.3rem;display:flex}.plan-subtitle{color:var(--text-muted);font-size:1.05rem}.plan-price-original{font-size:1.05rem}.plan-price-block{flex-direction:column;gap:0;display:flex}.plan-price-main{align-items:baseline;gap:.4rem;padding-bottom:.75rem;display:flex}.plan-price-amount{color:var(--accent);font-size:1.375rem;font-weight:800;line-height:1}.plan-price-amount--sub{font-size:1.375rem}.plan-price-label{color:var(--text-muted);font-size:1.05rem}.plan-price-sub{border-top:1px solid var(--border);flex-wrap:wrap;align-items:baseline;gap:.4rem;padding-top:.75rem;display:flex}.plan-price-original{color:var(--text-muted);opacity:.5;font-size:1.1rem;font-weight:600;text-decoration:line-through}.plan-features{flex-direction:column;flex:1;gap:.75rem;margin-bottom:.5rem;list-style:none;display:flex}.plan-features li{color:var(--text-muted);gap:.6rem;font-size:1.05rem;line-height:1.5;display:flex}.check{color:var(--accent);flex-shrink:0;margin-top:1px}.plan-btn{text-align:center;width:100%}@media (width<=900px){.pricing-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.pricing-card{text-align:center;height:auto}.plan-features li{text-align:left}}.for-whom-grid{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2.5rem;display:grid}.for-whom-item{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.for-whom-arrow{color:var(--accent);flex-shrink:0;margin-top:2px;font-size:1rem}.for-whom-item p{color:var(--text-muted);font-size:1.05rem;line-height:1.6}.for-whom-footer{text-align:center;color:var(--text-muted);font-size:1.05rem;font-style:italic}@media (width<=768px){.for-whom-grid{grid-template-columns:1fr}.for-whom-item{text-align:left}}.contact{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.contact-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a0a0ab8;position:absolute;inset:0}.contact-inner{z-index:1;justify-content:center;display:flex;position:relative}.contact-form-wrap{text-align:center;width:100%;max-width:480px}.contact-form-wrap h2{color:var(--text);margin-bottom:.5rem;font-size:2rem;font-weight:700}.contact-subtitle{color:var(--text-muted);margin-bottom:1.75rem;font-size:1.05rem}.contact-form{flex-direction:column;gap:1rem;display:flex}.contact-form input{background:var(--bg-input);border:1px solid var(--border);color:var(--text);border-radius:6px;outline:none;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1.05rem;transition:border-color .2s}.contact-form input:focus{border-color:var(--accent)}.contact-form input::placeholder{color:var(--text-muted)}.selected-plan-tag{color:var(--accent);background:#e8761a14;border:1px solid #e8761a4d;border-radius:6px;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.875rem;display:flex}.selected-plan-tag button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0;font-size:1.1rem;line-height:1;transition:color .2s}.selected-plan-tag button:hover{color:var(--text)}.form-submit{width:100%}.success-msg{color:#6dbf6d;text-align:center;background:#6dbf6d14;border:1px solid #6dbf6d4d;border-radius:6px;padding:1.5rem;line-height:1.7}.error-msg{color:#e07070;font-size:.875rem}@media (width<=600px){.contact-form-wrap{max-width:100%}.contact-form-wrap h2{font-size:1.6rem}.contact-form{text-align:left}}.footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:2.5rem 3rem;display:flex}.footer-name{color:var(--text);font-size:1rem;font-weight:600}.footer-links{gap:2rem;display:flex}.footer-links a{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:flex}.footer-links a:hover{color:var(--accent)}.footer-copy{color:var(--text-muted);font-size:.8rem}@media (width<=768px){.footer{text-align:center;flex-direction:column;gap:.75rem;padding:2rem 1.25rem}}.honeypot{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.messenger-toggle{border:1px solid var(--border);border-radius:6px;display:flex;overflow:hidden}.messenger-tab{background:var(--bg-input);color:var(--text-muted);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .2s,color .2s;display:flex}.messenger-tab:first-child{border-right:1px solid var(--border)}.messenger-tab.active{color:var(--accent);background:#e8761a1f}.messenger-tab:hover:not(.active){color:var(--text);background:#ffffff0a}.input-group{flex-direction:column;gap:.35rem;display:flex}.input-group input{width:100%}.field-hint{color:var(--text-muted);padding-left:.25rem;font-size:.78rem}.field-error{color:#e07070;padding-left:.25rem;font-size:.8rem}.input-error{border-color:#e07070!important}.question-textarea{background:var(--bg-input);border:1px solid var(--border);width:100%;color:var(--text);resize:vertical;border-radius:6px;outline:none;min-height:100px;padding:.875rem 1rem;font-family:inherit;font-size:1.05rem;line-height:1.6;transition:border-color .2s}.question-textarea:focus{border-color:var(--accent)}.question-textarea::placeholder{color:var(--text-muted)}.char-counter{color:var(--text-muted);text-align:right;padding-right:.25rem;font-size:.75rem}.char-counter-warn{color:#e07070}@media (width<=768px){.section{padding:3.5rem 1.25rem}.section-title{margin-bottom:2rem;font-size:1.6rem}}
