:root{color-scheme:light;--bg: #f6f8fb;--surface: #ffffff;--text: #0f172a;--muted: #475569;--border: #e2e8f0;--accent: #1e3a5f;--accent-hover: #152a45;--accent-soft: #e8f1ff;--shadow: 0 10px 30px rgba(15, 23, 42, .08);--radius: 12px;--radius-lg: 16px;--max: 1120px;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--font: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 var(--space-md)}@media(min-width:768px){.container{padding:0 var(--space-xl)}}.section{padding:var(--space-2xl) 0}@media(min-width:768px){.section{padding:4rem 0}}@media(min-width:1024px){.section{padding:5rem 0}}.section--alt{background:var(--surface);border-block:1px solid var(--border)}.section__title{margin:0 0 var(--space-sm);font-size:clamp(1.5rem,4vw,2rem);letter-spacing:-.02em}.section__subtitle{margin:0 0 var(--space-xl);max-width:52ch;color:var(--muted);font-size:1rem}@media(min-width:768px){.section__subtitle{font-size:1.05rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:.65rem 1.25rem;border-radius:999px;border:1px solid transparent;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .1s ease}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-hover)}.btn--ghost{background:transparent;border-color:var(--border);color:var(--text)}.btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.btn--block{width:100%}.surface-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow)}.grid-2{display:grid;gap:var(--space-lg)}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.grid-3{display:grid;gap:var(--space-lg)}@media(min-width:768px){.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.grid-services{display:grid;gap:var(--space-lg)}@media(min-width:768px){.grid-services{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.grid-services{grid-template-columns:repeat(3,minmax(0,1fr))}}.site-header{position:sticky;top:0;z-index:40;background:#f6f8fbeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);min-height:64px}.site-logo{font-weight:700;letter-spacing:-.03em;color:var(--accent)}.site-logo:hover{opacity:.9}.site-nav{display:none;align-items:center;gap:var(--space-lg)}@media(min-width:768px){.site-nav{display:flex}}.site-nav a{font-size:.95rem;color:var(--muted);padding:var(--space-xs) 0;border-bottom:2px solid transparent}.site-nav a:hover{color:var(--accent);border-bottom-color:var(--accent-soft)}.header-actions{display:flex;align-items:center;gap:var(--space-sm)}.lang-switch{display:inline-flex;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:var(--surface)}.lang-switch button{border:0;background:transparent;padding:.35rem .65rem;cursor:pointer;font-size:.8rem;font-weight:600;color:var(--muted)}.lang-switch button:hover{color:var(--accent)}.lang-switch button.is-active{background:var(--accent-soft);color:var(--accent)}.burger{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;border:1px solid var(--border);background:var(--surface);cursor:pointer;color:var(--text)}.burger:hover{border-color:var(--accent);color:var(--accent)}@media(min-width:768px){.burger{display:none}}.mobile-nav{display:none;border-top:1px solid var(--border);padding:var(--space-md) 0 var(--space-lg)}.mobile-nav.is-open{display:block}@media(min-width:768px){.mobile-nav{display:none!important}}.mobile-nav a{display:block;padding:var(--space-sm) 0;color:var(--muted);border-bottom:1px solid var(--border)}.mobile-nav a:hover{color:var(--accent)}.hero{padding:var(--space-2xl) 0 var(--space-xl)}@media(min-width:768px){.hero{padding:4rem 0 3rem}}.hero__title{margin:0 0 var(--space-md);font-size:clamp(1.85rem,5vw,2.75rem);line-height:1.15;letter-spacing:-.03em}.hero__subtitle{margin:0 0 var(--space-xl);max-width:56ch;color:var(--muted);font-size:1.05rem}@media(min-width:768px){.hero__subtitle{font-size:1.125rem}}.service-card__icon{width:44px;height:44px;border-radius:12px;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-md)}.service-card__title{margin:0 0 var(--space-xs);font-size:1.05rem}.service-card__desc{margin:0;color:var(--muted);font-size:.95rem}.about__body{margin:0;max-width:70ch;color:var(--muted);font-size:1rem}@media(min-width:768px){.about__body{font-size:1.05rem}}.pricing-card{display:flex;flex-direction:column;gap:var(--space-md);height:100%}.pricing-card__name{margin:0;font-size:1.1rem}.pricing-card__price{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.pricing-card__period{margin:0;color:var(--muted);font-size:.9rem}.pricing-card ul{margin:0;padding-left:1.1rem;color:var(--muted);flex:1}.pricing-card li+li{margin-top:var(--space-xs)}.faq-list{display:flex;flex-direction:column;gap:var(--space-sm)}.faq-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.faq-item__toggle{width:100%;text-align:left;padding:var(--space-md) var(--space-lg);border:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);font-weight:600;color:var(--text)}.faq-item__toggle:hover{background:var(--accent-soft)}.faq-item__chevron{flex-shrink:0;width:1.25rem;height:1.25rem;border-radius:999px;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--muted);transition:transform .15s ease}.faq-item.is-open .faq-item__chevron{transform:rotate(90deg)}.faq-item__panel{display:none;padding:0 var(--space-lg) var(--space-md);color:var(--muted);font-size:.95rem}.faq-item.is-open .faq-item__panel{display:block}.contact-form{max-width:560px;display:flex;flex-direction:column;gap:var(--space-md)}.field label{display:block;margin-bottom:var(--space-xs);font-weight:600;font-size:.9rem}.field input,.field textarea{width:100%;padding:.65rem .75rem;border-radius:10px;border:1px solid var(--border);background:var(--surface)}.field input:focus-visible,.field textarea:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.field textarea{min-height:140px;resize:vertical}.site-footer{border-top:1px solid var(--border);background:var(--surface);padding:var(--space-xl) 0;margin-top:auto}.site-footer__grid{display:grid;gap:var(--space-lg)}@media(min-width:768px){.site-footer__grid{grid-template-columns:2fr 1fr;align-items:start}}.site-footer__meta{color:var(--muted);font-size:.95rem}.site-footer__meta p{margin:.35rem 0}.site-footer__copy{margin:var(--space-md) 0 0;font-size:.85rem;color:var(--muted)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
