:root{--color-bg: #f5f7fa;--color-bg-alt: #eef2f8;--color-surface: #ffffff;--color-surface-muted: #f0f4fa;--color-text: #1a1d26;--color-muted: #5c6370;--color-primary: #2e6bb5;--color-primary-dark: #1b3a6b;--color-primary-mid: #234a82;--color-accent: #f57c00;--color-accent-dark: #e65100;--color-accent-wash: #fff7ed;--color-star: #ffc107;--color-star-alt: #f5a623;--color-success: #0ea56f;--color-footer-link: #9ca3af;--color-footer-bg: #3a4050;--color-border: #e2e8f0;--color-production-bg: #3d4f63;--color-footer-muted: #c8cdd8;--color-placeholder-start: #e8edf5;--color-placeholder-mid: #d5deec;--color-placeholder-end: #c8d4e8;--color-profession-ph-start: #eef2f8;--color-profession-ph-end: #e2e9f4;--radius: 12px;--radius-xs: 8px;--radius-md: 10px;--radius-lg: 20px;--radius-icon: 14px;--radius-video: 45px;--shadow-sm: 0 2px 12px rgba(27, 58, 107, .06);--shadow: 0 8px 32px rgba(27, 58, 107, .1);--shadow-logo: 0 2px 14px rgba(27, 58, 107, .14);--max-width: 1140px;--page-gutter: clamp(1.25rem, 3vw, 2.5rem);--slant-height: 48px;--font-display: "Onest", system-ui, sans-serif;--font-body: "Source Sans 3", system-ui, sans-serif;--font: var(--font-body);--ease-out: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--color-text);background:var(--color-bg)}h1,h2,h3,h4{font-family:var(--font-display)}.page-home{position:relative;z-index:1;background:transparent}body.body--home{background-color:var(--color-production-bg)}body.body--home:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background-color:var(--color-production-bg);background-image:linear-gradient(180deg,#1b3a6b2e,#1b3a6b0a 55%,#1b3a6b1f),url(/images/objects/production-hero.webp);background-repeat:no-repeat,no-repeat;background-size:100% 100%,100% auto;background-position:center top,center top}@supports (background-image: image-set(url(x.webp) type("image/webp"))){body.body--home:before{background-image:linear-gradient(180deg,#1b3a6b2e,#1b3a6b0a 55%,#1b3a6b1f),image-set(url(/images/objects/production-hero.webp) type("image/webp"),url(/images/objects/production-hero.jpg) type("image/jpeg"))}}img{max-width:100%;height:auto}a{color:var(--color-primary);text-decoration-thickness:1px;text-underline-offset:2px}a:hover{color:var(--color-primary-dark)}.container{width:min(100% - 2rem,var(--max-width));margin-inline:auto}.site-header{position:sticky;top:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border);transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}body.body--home main{position:relative;z-index:1;background:transparent}body.body--home .site-header{background:linear-gradient(135deg,var(--color-primary-dark) 0%,var(--color-primary-mid) 50%,var(--color-primary) 100%);backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom-color:#ffffff1f;box-shadow:none}body.body--home .site-header .nav a{color:#ffffffe0}body.body--home .site-header .nav a:hover{color:#fff}body.body--home .site-header .site-header__phone{display:inline-flex;color:#fff}body.body--home .site-header .site-header__phone:hover{color:#ffffffd9}body.body--home .site-header .logo{padding:.35rem .65rem;border-radius:var(--radius-md);background:#fffffff0;box-shadow:var(--shadow-logo)}.site-header__inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:1rem 2rem;width:100%;max-width:none;padding:.75rem var(--page-gutter)}.site-header__start{display:flex;align-items:center;gap:clamp(1rem,2.5vw,2.25rem);min-width:0}.site-header__actions{display:flex;align-items:center;gap:.75rem 1rem;flex-shrink:0;justify-self:end}.nav{display:flex;flex-wrap:wrap;gap:.25rem 1.25rem}.site-header__phone{display:none;color:var(--color-text);text-decoration:none;font-weight:600;font-size:.9rem;white-space:nowrap}.site-header__phone:hover{color:var(--color-primary)}.site-header__cta{white-space:nowrap}@media(min-width:768px){.site-header__phone{display:inline-flex}}@media(max-width:900px){.site-header__inner{grid-template-columns:1fr auto}.nav{display:none}.site-header__actions{justify-self:end}.site-header__cta{font-size:.82rem;padding:.55rem .85rem}}.nav a{color:var(--color-muted);text-decoration:none;font-size:.95rem}.nav a:hover{color:var(--color-text)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.35rem;border-radius:999px;font:inherit;font-weight:600;font-size:.95rem;text-decoration:none;border:none;cursor:pointer;transition:background .2s var(--ease-out),transform .2s var(--ease-out)}.btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.btn:active{transform:scale(.98)}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover{background:var(--color-accent-dark);color:#fff}.btn--secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn--secondary:hover{background:var(--color-bg);color:var(--color-text)}.btn--blue{background:var(--color-primary);color:#fff}.btn--blue:hover{background:var(--color-primary-dark);color:#fff}.section{padding:3rem 0}.section--alt{background:var(--color-surface);border-block:1px solid var(--color-border)}.section--over-production{position:relative;z-index:2;margin-top:0;padding-top:calc(3rem + var(--slant-height));clip-path:polygon(0 var(--slant-height),100% 0,100% 100%,0 100%);background:#fffc;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.section--over-production.section--alt{border-top:none;background:#fffc}.section--above-production-bg,.section--glass{position:relative;z-index:2;background:#f5f7facc;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.section h2{font-family:var(--font-display);font-size:clamp(1.35rem,3vw,1.85rem);margin:0 0 .5rem;font-weight:700;letter-spacing:-.02em;text-wrap:balance}.section__lead{color:var(--color-muted);margin:0 0 2rem;max-width:60ch}.grid-2{display:grid;gap:1rem}@media(min-width:640px){.grid-2{grid-template-columns:repeat(2,1fr)}}.grid-3{display:grid;gap:1rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.25rem}.card h3{margin:0 0 .5rem;font-size:1.05rem}.card p{margin:0;color:var(--color-muted);font-size:.95rem}.service-tag{display:inline-block;padding:.35rem .75rem;margin:.25rem .25rem 0 0;background:var(--color-bg);border:1px solid var(--color-border);border-radius:999px;font-size:.875rem;color:var(--color-text);text-decoration:none}.service-tag:hover{border-color:var(--color-primary);color:var(--color-primary)}.steps{counter-reset:step;list-style:none;margin:0;padding:0;display:grid;gap:1rem}@media(min-width:768px){.steps{grid-template-columns:repeat(2,1fr)}}.steps li{counter-increment:step;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.25rem 1.25rem 1.25rem 3.5rem;position:relative}.steps li:before{content:counter(step);position:absolute;left:1rem;top:1.15rem;width:1.75rem;height:1.75rem;display:grid;place-items:center;background:var(--color-accent);color:#fff;border-radius:50%;font-size:.8rem;font-weight:700}.faq details{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:.75rem}.faq summary{font-weight:600;cursor:pointer;list-style-position:outside}.faq p{margin:.75rem 0 0;color:var(--color-muted)}.city-list{display:grid;gap:.5rem}@media(min-width:640px){.city-list{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.city-list{grid-template-columns:repeat(3,1fr)}}.city-list a{display:block;padding:.85rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);text-decoration:none}.city-list a:hover{border-color:var(--color-primary)}.city-list small{display:block;color:var(--color-muted);font-size:.8rem;margin-top:.15rem}.contact-form{display:grid;gap:1rem;max-width:28rem}.contact-form label{display:grid;gap:.35rem;font-size:.9rem;font-weight:500}.contact-form input{padding:.7rem .9rem;border:1px solid var(--color-border);border-radius:8px;font:inherit}.contact-form input:focus{outline:2px solid var(--color-primary);outline-offset:1px}.contact-form__optional{font-weight:400;color:var(--color-muted)}.contact-form__legal{font-size:.8rem;color:var(--color-muted);margin:0}.form-success{padding:.5rem 0;font-size:1rem;line-height:1.55;color:var(--color-success)}.site-footer{position:relative;z-index:2;padding:2.5rem 0;background:var(--color-text);color:var(--color-footer-muted);font-size:.9rem}.site-footer a{color:#fff}.site-footer__grid{display:grid;gap:1.5rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr}}.site-footer h3{color:#fff;margin:0 0 .75rem;font-size:1rem}.site-footer p{margin:0}.page-header{padding:2.5rem 0 1rem}.page-header h1{margin:0 0 .75rem;font-size:clamp(1.6rem,4vw,2.2rem)}.page-header p{margin:0;color:var(--color-muted);max-width:65ch}.breadcrumb{font-size:.875rem;color:var(--color-muted);margin-bottom:1rem}.breadcrumb a{color:var(--color-muted);text-decoration:none}.breadcrumb a:hover{color:var(--color-primary)}.city-intro p{margin:0 0 1rem;color:var(--color-muted);max-width:70ch}.city-intro p:last-child{margin-bottom:0}.page-home .hero,.page-home .section{position:relative;z-index:1;background:#ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-block-color:transparent}.page-home .section.section--benefits,.page-home .section.section--steps,.page-home .section.section--legal{background:#eef2f8e6}.page-home .section.section--objects{background:linear-gradient(180deg,#e8edf5f2,#d5deecf2)}.page-home .section.section--reviews{background:linear-gradient(155deg,#ffffffeb,#eef2f8eb 45%,#2e6bb524)}.page-home .section.section--about{background:linear-gradient(155deg,var(--color-primary-dark) 0%,var(--color-primary-mid) 55%,var(--color-primary) 100%);backdrop-filter:none;-webkit-backdrop-filter:none}.page-home .section.section--about h2,.page-home .section.section--about .section__lead{color:#ffffffeb}.page-home .section.section--about .about-block__more a{color:#ffffffb8;font-weight:400;text-decoration:none}.page-home .section.section--about .about-block__more a:hover{color:#ffffffe6}.page-home .section.section--contact{background:#eef2f8f2}.page-home .section.section--contact .contact-form{padding:1.35rem;border-radius:var(--radius-lg);background:linear-gradient(135deg,#fffffffa,#eef2f8f2 55%,#2e6bb51a);box-shadow:var(--shadow-sm),inset 0 0 0 1px #2e6bb52e}body.body--home .page-home .hero{margin-top:calc(-1 * var(--slant-height));background:linear-gradient(155deg,var(--color-primary-dark) 0%,var(--color-primary-mid) 45%,var(--color-primary) 100%);backdrop-filter:none;-webkit-backdrop-filter:none}.page-home .hero:before,.page-home .hero:after{display:none}.page-home .section.section--benefits .benefit-highlight{box-shadow:var(--shadow-sm)}.page-home .section.section--use-cases .use-case-list{border-top-color:var(--color-border)}.page-home .section.section--use-cases .use-case-item{border-bottom-color:var(--color-border)}.page-home .section.section--steps .steps-list{border-top-color:var(--color-border)}.page-home .section.section--steps .steps-list__item{border-bottom-color:var(--color-border)}.page-home .section.section--objects .objects-tabs__nav{background:#ffffffd9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:none}.page-home .section.section--objects .objects-gallery__placeholder{background:linear-gradient(160deg,#e8edf5e6,#d5deece6,#c8d4e8e6)}.page-home .section.section--reviews .reviews-highlight{background:linear-gradient(155deg,#fffffff2,#2e6bb51f);border:1px solid rgba(46,107,181,.25);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.page-home .section.section--cities .city-chip{background:#eef2f8e6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.page-home .section.section--professions{margin-top:calc(-1 * var(--slant-height));padding-top:calc(3rem + var(--slant-height));clip-path:polygon(0 var(--slant-height),100% 0,100% 100%,0 100%);border-block:1px solid var(--color-border)}@media(max-width:899px){body.body--home .page-home .hero{z-index:3;min-height:auto;overflow:visible;clip-path:none;padding-bottom:3rem}body.body--home .page-home .hero .hero__main{flex:none;min-height:auto}body.body--home .page-home .hero .hero__video-frame{width:min(72vw,280px);max-height:none}body.body--home .page-home .hero .hero__video{object-position:left 30%}body.body--home .page-home .section.section--professions,body.body--home .page-home .section.section--over-production.section--professions{margin-top:0;padding-top:3rem;clip-path:none;z-index:1}}.page-home .section.section--professions .profession-card{background:#ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:var(--shadow-sm)}.page-home .section.section--professions .profession-card__placeholder{background:linear-gradient(145deg,#eef2f8e6,#e2e9f4e6)}.page-home .benefit-highlight,.page-home .founder-card:not(.founder-card--premium),.page-home .legal-block__tax{background:#ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.page-home .founder-card:not(.founder-card--premium){box-shadow:var(--shadow)}.page-home .benefit-highlight--accent{background:linear-gradient(155deg,#ffffffe6,#fff7ede6)}.page-home .section--over-production:before{display:none}.page-home .section--over-production .container{position:relative;z-index:1}.page-home .card,.page-home .steps li,.page-home .faq details{background:transparent;box-shadow:none;backdrop-filter:none}.page-home .profession-card__placeholder{background:linear-gradient(145deg,#eef2f8bf,#e2e9f4bf);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:none}.logo[data-astro-cid-tvrurpns]{display:inline-flex;align-items:center;text-decoration:none;flex-shrink:0}.logo__img[data-astro-cid-tvrurpns]{display:block;width:auto;max-width:min(200px,42vw);height:clamp(2rem,5vw,2.75rem);object-fit:contain;object-position:left center}.sr-only[data-astro-cid-tvrurpns]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.footer__spaced[data-astro-cid-sz7xmlte]{margin-top:.75rem}.footer__schedule[data-astro-cid-sz7xmlte]{margin-top:.5rem}.footer__region[data-astro-cid-sz7xmlte]{margin-top:.75rem;font-size:.85rem;color:var(--color-footer-link)}.footer__legal[data-astro-cid-sz7xmlte]{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--color-footer-bg)}.lead-modal[data-astro-cid-ywqo7ouv]{margin:auto;padding:0;border:none;background:transparent;max-width:none;max-height:none;width:min(calc(100% - 2rem),28rem);overflow:visible}.lead-modal[data-astro-cid-ywqo7ouv]::backdrop{background:#1b3a6b7a;backdrop-filter:blur(4px)}.lead-modal__panel[data-astro-cid-ywqo7ouv]{position:relative;padding:clamp(1.5rem,4vw,2rem);background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.lead-modal__close[data-astro-cid-ywqo7ouv]{position:absolute;top:.85rem;right:.85rem;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:var(--radius-xs);background:transparent;color:var(--color-muted);cursor:pointer;transition:background .15s var(--ease-out),color .15s var(--ease-out)}.lead-modal__close[data-astro-cid-ywqo7ouv]:hover{background:var(--color-bg-alt);color:var(--color-text)}.lead-modal__close[data-astro-cid-ywqo7ouv]:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.lead-modal__title[data-astro-cid-ywqo7ouv]{margin:0 2rem .5rem 0;font-family:var(--font-display);font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;line-height:1.2;letter-spacing:-.02em}.lead-modal__subtitle[data-astro-cid-ywqo7ouv]{margin:0 0 1.25rem;font-size:.95rem;line-height:1.5;color:var(--color-muted)}.lead-modal__form[data-astro-cid-ywqo7ouv]{max-width:none}.lead-modal__form[data-astro-cid-ywqo7ouv].is-success{margin:0;min-height:0}.lead-modal__panel[data-astro-cid-ywqo7ouv]:has(.lead-modal__form.is-success) .lead-modal__subtitle[data-astro-cid-ywqo7ouv]{margin-bottom:1.25rem;color:var(--color-text)}.lead-modal__form[data-astro-cid-ywqo7ouv].is-success .contact-form__submit[data-astro-cid-ywqo7ouv]{margin-top:.25rem}
