:root{--color-primary: #1B2A4A;--color-accent: #E86B2C;--color-accent-text: #B34819;--color-text: #2D2D2D;--color-muted: #535A66;--color-border: #E0E0DC;--color-white: #FFFFFF;--font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-heading: "DM Serif Display", Georgia, "Times New Roman", serif;--radius: 6px;--color-primary-light: #2a3f6b;--color-accent-hover: #cf5520;--color-bg: #FAFAF7;--color-surface: #F0F0EC;--fs-hero: clamp(2rem, 5vw, 3.25rem);--fs-h2: clamp(1.5rem, 3.5vw, 2.25rem);--fs-h3: clamp(1.125rem, 2vw, 1.375rem);--fs-body: 1rem;--fs-small: .875rem;--fs-xs: .8125rem;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 6rem;--space-3xl: 8rem;--max-width: 1200px;--header-height: 72px;--radius-lg: 10px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);font-size:var(--fs-body);font-weight:400;line-height:1.7;color:var(--color-text);background-color:var(--color-bg)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px;border-radius:2px}.header :focus-visible,.section--primary :focus-visible,.footer :focus-visible,.trust-bar :focus-visible{outline-color:var(--color-white)}.contact-form :focus-visible{outline-color:var(--color-accent)}.skip-link{position:absolute;top:-100%;left:16px;z-index:200;background-color:var(--color-accent);color:var(--color-white);padding:12px 24px;border-radius:var(--radius);font-weight:600;font-size:var(--fs-small);transition:top .2s ease}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.fade-up.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.fade-up{opacity:1;transform:none;transition:none}}.hero__image{width:100%;height:auto;border-radius:var(--radius-lg);aspect-ratio:4 / 3;object-fit:cover;object-position:20% center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);font-family:var(--font-family);font-weight:600;font-size:var(--fs-body);line-height:1;border:none;border-radius:var(--radius);cursor:pointer;transition:background-color .2s ease,transform .15s ease;white-space:nowrap}.btn:active{transform:scale(.98)}.btn-primary{background-color:var(--color-accent);color:var(--color-white);padding:14px 28px}.btn-primary:hover{background-color:var(--color-accent-hover)}.btn-primary svg{width:20px;height:20px;flex-shrink:0}.btn-secondary{background-color:transparent;color:var(--color-primary);padding:14px 28px;border:2px solid var(--color-primary)}.btn-secondary:hover{background-color:var(--color-primary);color:var(--color-white)}.btn-ghost{background:none;color:var(--color-accent-text);padding:0;font-weight:600}.btn-ghost:hover{color:var(--color-accent-hover)}.btn-ghost:after{content:" →";transition:transform .2s ease;display:inline-block}.btn-ghost:hover:after{transform:translate(4px)}.header{position:sticky;top:0;z-index:100;background-color:var(--color-primary);height:var(--header-height)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.header__logo{font-weight:800;font-size:1.25rem;color:var(--color-white);letter-spacing:-.02em}.header__logo span{color:var(--color-accent)}.header__nav{display:none;gap:var(--space-lg)}.header__nav a{font-size:var(--fs-small);font-weight:600;color:#ffffffbf;transition:color .2s ease}.header__nav a:hover{color:var(--color-white)}.header__dropdown{position:relative}.header__dropdown-trigger{display:flex;align-items:center;gap:.25rem}.header__dropdown-arrow{width:14px;height:14px;transition:transform .2s}.header__dropdown:hover .header__dropdown-arrow,.header__dropdown:focus-within .header__dropdown-arrow{transform:rotate(180deg)}.header__dropdown-menu{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);padding-top:.75rem}.header__dropdown:hover .header__dropdown-menu,.header__dropdown:focus-within .header__dropdown-menu{display:block}.header__dropdown-menu:before{content:"";position:absolute;top:0;left:0;right:0;height:.75rem}.header__dropdown-menu a{display:block;white-space:nowrap;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--color-primary);background:var(--color-white);border-left:1px solid var(--color-border);border-right:1px solid var(--color-border)}.header__dropdown-menu a:first-child{border-top:1px solid var(--color-border);border-radius:var(--radius) var(--radius) 0 0;padding-top:.75rem}.header__dropdown-menu a:last-child{border-bottom:1px solid var(--color-border);border-radius:0 0 var(--radius) var(--radius);padding-bottom:.75rem}.header__dropdown-menu a:hover{background:var(--color-surface);color:var(--color-accent)}.header__dropdown-all{font-weight:600!important;border-top:1px solid var(--color-border)}.header__actions{display:flex;align-items:center;gap:var(--space-sm)}.header__phone{display:none;font-size:var(--fs-small);padding:10px 20px}.header__phone svg{width:18px;height:18px;flex-shrink:0}.header__cta{display:none;font-size:var(--fs-small);font-weight:600;color:#ffffffd9;padding:8px 16px;border:1px solid rgba(255,255,255,.3);border-radius:var(--radius);transition:color .2s ease,border-color .2s ease}.header__cta:hover{color:var(--color-white);border-color:#fff9}.header__phone-mobile{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius);background-color:#ffffff26;color:var(--color-white)}.header__phone-mobile:hover{background-color:#ffffff40}.header__phone-mobile svg{width:20px;height:20px}.header__hamburger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;cursor:pointer;color:var(--color-white)}.header__hamburger svg{width:24px;height:24px}.mobile-nav{display:none;position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background-color:var(--color-primary);z-index:99;padding:var(--space-lg) var(--space-md);flex-direction:column;gap:var(--space-md)}.mobile-nav.is-open{display:flex}.mobile-nav a{font-size:1.125rem;font-weight:600;color:var(--color-white);padding:var(--space-sm) 0;border-bottom:1px solid rgba(255,255,255,.12)}.mobile-nav a:hover{color:var(--color-accent)}.mobile-nav__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;border-bottom:1px solid rgba(255,255,255,.12);cursor:pointer;font-size:1.125rem;font-weight:600;font-family:inherit;color:var(--color-white);padding:var(--space-sm) 0}.mobile-nav__toggle-arrow{width:18px;height:18px;transition:transform .2s}.mobile-nav__toggle.is-open .mobile-nav__toggle-arrow{transform:rotate(180deg)}.mobile-nav__sub{display:none;flex-direction:column;padding-left:1rem}.mobile-nav__sub.is-open{display:flex}.mobile-nav__sub a{font-size:1rem;font-weight:500;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.06)}@media(min-width:768px){.header__phone{display:flex}.header__phone-mobile{display:none}.header__cta{display:inline-block}}@media(min-width:1024px){.header__nav{display:flex}.header__hamburger{display:none}}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-md)}.section{padding:var(--space-2xl) 0}.section--surface{background-color:var(--color-surface)}.section--primary{background-color:var(--color-primary);color:var(--color-white)}.section__label{font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent-text);margin-bottom:var(--space-xs)}.section--primary .section__label{color:var(--color-accent)}.section__title{font-family:var(--font-heading);font-size:var(--fs-h2);font-weight:400;line-height:1.2;letter-spacing:-.01em;color:var(--color-primary);margin-bottom:var(--space-lg)}.section--primary .section__title{color:var(--color-white)}.section__subtitle{color:var(--color-muted);max-width:640px;margin-bottom:var(--space-lg)}.section--primary .section__subtitle{color:#fff9}.section__cta{margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--color-border);font-size:var(--fs-small);color:var(--color-muted)}.section__cta a{color:var(--color-accent-text);font-weight:600}.section__cta a:hover{color:var(--color-accent-hover)}.section--primary .section__cta{border-top-color:#ffffff26;color:#ffffffb3}.section--primary .section__cta a{color:var(--color-accent)}.section--primary .section__cta a:hover{color:var(--color-white)}.hero{padding:var(--space-xl) 0 var(--space-2xl);overflow:hidden;background-color:var(--color-white)}.hero__inner{display:grid;gap:var(--space-xl);align-items:center}.hero__content{opacity:1}@media(prefers-reduced-motion:no-preference){.hero__content{animation:fadeUp .8s ease both}}.hero__headline{font-family:var(--font-heading);font-size:var(--fs-hero);font-weight:400;line-height:1.15;letter-spacing:-.01em;color:var(--color-primary);margin-bottom:var(--space-sm)}.hero__benefit{font-size:clamp(1.125rem,2.5vw,1.375rem);font-weight:700;color:var(--color-primary);margin-bottom:var(--space-md)}.hero__subheadline{font-size:clamp(1rem,2vw,1.125rem);line-height:1.7;color:var(--color-muted);margin-bottom:var(--space-md);max-width:540px}.hero__urgency{font-size:var(--fs-small);font-weight:600;color:var(--color-accent-text);margin-bottom:var(--space-lg)}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center}.hero__phone-link{display:flex;align-items:center;gap:6px;font-weight:600;color:var(--color-primary)}.hero__phone-link svg{width:20px;height:20px}.hero__visual{opacity:1}@media(prefers-reduced-motion:no-preference){.hero__visual{animation:fadeUp .8s ease .2s both}}@media(min-width:768px){.hero{padding:var(--space-3xl) 0}.hero__inner{grid-template-columns:1fr 1fr;gap:var(--space-2xl)}}.trust-bar{padding:var(--space-md) 0;background-color:var(--color-primary);color:#ffffffb3}.trust-bar__inner{display:grid;gap:var(--space-md);text-align:center}.trust-bar__item{font-size:var(--fs-small);color:#ffffffb3}.trust-bar__item strong{display:block;color:var(--color-white);font-size:var(--fs-body)}@media(min-width:768px){.trust-bar__inner{grid-template-columns:1fr 1fr 1fr}}.services__header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:var(--space-sm);margin-bottom:var(--space-lg)}.services__header .section__title{margin-bottom:0}.services__cta-link{font-weight:600;color:var(--color-accent-text);font-size:var(--fs-small);white-space:nowrap}.services__bento{display:grid;gap:var(--space-md);grid-template-columns:1fr}.service-card{display:block;text-decoration:none;color:inherit;background-color:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-lg);transition:border-color .2s ease,box-shadow .2s ease}.service-card:hover{border-color:var(--color-accent);box-shadow:0 4px 24px #1b2a4a0f}.service-card--featured{background-color:var(--color-primary);padding:0;overflow:hidden;display:flex;flex-direction:column}.service-card--featured .service-card__title,.service-card--featured .service-card__text{padding:0 var(--space-lg)}.service-card--featured .service-card__title{color:var(--color-white);font-size:var(--fs-h3);font-weight:700;margin-top:var(--space-md)}.service-card--featured .service-card__text{color:#ffffffa6;padding-bottom:var(--space-lg)}.service-card__image{width:100%;flex:1;min-height:180px;object-fit:cover;border-radius:var(--radius) var(--radius) 0 0}.service-card__icon{width:44px;height:44px;border-radius:var(--radius);background-color:#1b2a4a0f;display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-md)}.service-card__icon svg{width:22px;height:22px;color:var(--color-accent-text)}.service-card__title{font-size:var(--fs-body);font-weight:700;color:var(--color-primary);margin-bottom:var(--space-xs)}.service-card__text{color:var(--color-muted);font-size:var(--fs-small);line-height:1.6}@media(min-width:768px){.services__bento{grid-template-columns:2fr 1fr;grid-template-rows:auto auto}.service-card--featured{grid-row:1 / 3}.service-card__image{height:240px}}@media(min-width:1024px){.services__bento{grid-template-columns:2fr 1fr 1fr;grid-template-rows:auto auto}.service-card--featured{grid-row:1 / 3}}.section__label--center{text-align:center}.problems__grid{display:grid;gap:var(--space-md);grid-template-columns:1fr}.problem-card{background-color:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-lg);transition:border-color .2s ease,box-shadow .2s ease}.problem-card:hover{box-shadow:0 4px 24px #1b2a4a0f}.problem-card__icon{width:48px;height:48px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-md)}.problem-card__icon svg{width:24px;height:24px}.problem-card__icon--red{background-color:#dc3c3c14;color:#dc3c3c}.problem-card__icon--red svg{color:#dc3c3c}.problem-card__icon--yellow{background-color:#e8aa2c1a;color:#d4940a}.problem-card__icon--yellow svg{color:#d4940a}.problem-card__icon--teal{background-color:#2ca08c14;color:#2ca08c}.problem-card__icon--teal svg{color:#2ca08c}.problem-card__title{font-size:var(--fs-body);font-weight:700;color:var(--color-primary);margin-bottom:var(--space-xs)}.problem-card__text{color:var(--color-muted);font-size:var(--fs-small);line-height:1.6}@media(min-width:768px){.problems__grid{grid-template-columns:1fr 1fr 1fr}}.process__steps{display:grid;gap:0;counter-reset:step}.process-step{display:grid;grid-template-columns:48px 1fr;gap:var(--space-md);padding-bottom:var(--space-lg);position:relative}.process-step:last-child{padding-bottom:0}.process-step__marker{display:flex;align-items:center;justify-content:center;position:relative}.process-step__number{width:48px;height:48px;border-radius:50%;background-color:var(--color-accent);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:var(--fs-body);flex-shrink:0;position:relative;z-index:1}.process-step:not(:last-child) .process-step__marker:after{content:"";position:absolute;top:48px;left:50%;transform:translate(-50%);width:2px;height:calc(100% - 48px + var(--space-lg));background-color:#fff3}.process-step__content{padding-top:0}.process-step__title{font-size:var(--fs-h3);font-weight:700;color:var(--color-white);margin-bottom:var(--space-xs)}.process-step__text{color:#ffffffbf;line-height:1.7}.pricing__table{width:100%;max-width:700px;border-collapse:collapse;margin-bottom:var(--space-md)}.pricing__table tr{border-bottom:1px solid var(--color-border)}.pricing__table td{padding:var(--space-sm) 0;font-size:var(--fs-body)}.pricing__table td:last-child{text-align:right;font-weight:700;color:var(--color-primary);white-space:nowrap}.pricing__table .pricing--free td:last-child{color:var(--color-accent-text)}.pricing__table .pricing--included td:last-child{color:var(--color-muted);font-weight:600}.pricing__note{font-size:var(--fs-xs);color:var(--color-muted);line-height:1.6;margin-bottom:var(--space-md)}.pricing__grid{display:grid;gap:var(--space-lg)}.pricing__column-title{font-size:var(--fs-small);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);margin-bottom:var(--space-sm)}@media(min-width:768px){.pricing__grid{grid-template-columns:1fr 1fr}}.trust__grid{display:grid;gap:var(--space-lg)}.trust-item{display:flex;gap:var(--space-md);align-items:center}.trust-item__icon{width:44px;height:44px;border-radius:var(--radius);background-color:#c4541e1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-item__icon svg{width:22px;height:22px;color:var(--color-accent-text)}.trust-item__title{font-size:var(--fs-body);font-weight:700;color:var(--color-primary);margin-bottom:4px}.trust-item__text{color:var(--color-muted);font-size:var(--fs-small);line-height:1.7}@media(min-width:768px){.trust__grid{grid-template-columns:1fr 1fr}}.insurance__text{color:var(--color-muted);max-width:680px;margin-bottom:var(--space-lg)}.insurance__logos{display:flex;flex-wrap:wrap;gap:var(--space-md);align-items:center;justify-content:center}.insurance__logo{height:56px;display:flex;align-items:center;justify-content:center}.insurance__logo img{height:44px;width:auto;filter:grayscale(1) opacity(.5);transition:filter .3s ease}.insurance__logo img:hover{filter:grayscale(0) opacity(1)}.testimonials__grid{display:grid;gap:var(--space-lg)}.testimonial{padding:var(--space-lg);background-color:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg)}.testimonial__quote{font-size:clamp(.9375rem,2vw,1.0625rem);line-height:1.8;color:#ffffffe6;margin-bottom:var(--space-md);font-style:italic}.testimonial__quote:before{content:"„";font-size:2em;line-height:0;vertical-align:-.3em;color:var(--color-accent);font-weight:800;font-style:normal;margin-right:2px}.testimonial__quote:after{content:"“";font-size:1.2em;color:var(--color-accent);font-weight:800;font-style:normal}.testimonial__author{font-size:var(--fs-small);font-weight:600;color:var(--color-white)}.testimonial__detail{font-size:var(--fs-xs);color:#fff9}@media(min-width:768px){.testimonials__grid{grid-template-columns:1fr 1fr}}.faq__list{max-width:780px;background-color:var(--color-white);border-radius:var(--radius-lg);padding:var(--space-sm) var(--space-lg)}.faq__item{border-bottom:1px solid var(--color-border)}.faq__item:last-child{border-bottom:none}.faq__question{display:flex;justify-content:space-between;align-items:center;gap:var(--space-md);width:100%;background:none;border:none;cursor:pointer;padding:var(--space-md) 0;font-family:var(--font-family);font-size:var(--fs-body);font-weight:600;color:var(--color-primary);text-align:left}.faq__question:hover{color:var(--color-accent-text)}.faq__icon{width:24px;height:24px;flex-shrink:0;transition:transform .3s ease;color:var(--color-muted)}.faq__item.is-open .faq__icon{transform:rotate(45deg)}.faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq__item.is-open .faq__answer{max-height:300px}.faq__answer p{padding-bottom:var(--space-md);color:var(--color-muted);line-height:1.7;font-size:var(--fs-small)}.section__title--center,.section__subtitle--center{text-align:center}.section__subtitle--center{max-width:540px;margin-left:auto;margin-right:auto}.contact__inner{display:grid;gap:var(--space-xl)}.contact__phone-big{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--color-white);display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm);transition:color .2s ease}.contact__phone-big:hover{color:var(--color-accent)}.contact__phone-big svg{width:28px;height:28px;flex-shrink:0;color:var(--color-white)}.contact__hours{color:#fff9;font-size:var(--fs-small);margin-bottom:var(--space-md)}.contact__email{color:var(--color-accent);font-weight:600;font-size:var(--fs-small)}.contact__map{margin-top:var(--space-xl)}.contact__map iframe{height:280px}.contact-form{display:grid;gap:var(--space-md);background-color:var(--color-white);border:1px solid var(--color-border);padding:var(--space-lg);border-radius:var(--radius-lg)}.contact-form__title{font-size:var(--fs-h3);font-weight:700;color:var(--color-primary)}.form-group{display:grid;gap:6px}.form-group label{font-size:var(--fs-small);font-weight:600;color:var(--color-primary)}.form-group input,.form-group textarea,.form-group select{font-family:var(--font-family);font-size:var(--fs-body);padding:12px 16px;border:1px solid var(--color-border);border-radius:var(--radius);background-color:var(--color-white);color:var(--color-text);transition:border-color .2s ease}.form-group input:focus-visible,.form-group textarea:focus-visible,.form-group select:focus-visible{border-color:var(--color-accent);outline:3px solid var(--color-accent);outline-offset:-1px}.form-group textarea{resize:vertical;min-height:80px}.form-consent{font-size:var(--fs-xs);color:var(--color-muted);line-height:1.5;display:flex;gap:var(--space-xs);align-items:flex-start}.form-consent input[type=checkbox]{margin-top:3px;flex-shrink:0;width:18px;height:18px}.form__submit{width:100%;padding:16px;font-size:1.0625rem}.form__note{font-size:var(--fs-xs);color:var(--color-muted);text-align:center}@media(min-width:768px){.contact__inner{grid-template-columns:1fr 1fr;align-items:stretch}.contact__info{display:flex;flex-direction:column}.contact__map{flex:1;display:flex}.contact__map iframe{height:100%;min-height:280px}}.ps-section{padding:var(--space-lg) 0;background-color:var(--color-surface)}.ps-section p{max-width:700px;margin:0 auto;text-align:center;font-size:var(--fs-small);line-height:1.8;color:var(--color-text)}.footer-wave{line-height:0;margin-top:-1px}.footer-wave svg{width:100%;height:48px;display:block}.footer{background-color:var(--color-primary);color:#ffffffb3;padding:var(--space-xl) 0 var(--space-lg)}.footer__grid{display:grid;gap:var(--space-lg);margin-bottom:var(--space-xl)}.footer__brand p{font-size:var(--fs-small);line-height:1.7;margin-bottom:var(--space-sm)}.footer__brand-name{font-weight:800;font-size:1.25rem;color:var(--color-white);margin-bottom:var(--space-xs)}.footer__brand-name span{color:var(--color-accent)}.footer__brand .footer__legal{font-size:var(--fs-xs);opacity:.7}.footer__nav-title{font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffffff80;margin-bottom:var(--space-sm)}.footer__nav-list{list-style:none}.footer__nav-list li{margin-bottom:var(--space-xs)}.footer__nav-list a{font-size:var(--fs-small);color:#ffffffb3;transition:color .2s ease}.footer__nav-list a:hover{color:var(--color-white)}.footer__contact-item{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--fs-small);margin-bottom:var(--space-xs)}.footer__contact-item svg{width:16px;height:16px;flex-shrink:0;opacity:.7}.footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:var(--space-sm);padding-top:var(--space-lg);border-top:1px solid rgba(255,255,255,.1);font-size:var(--fs-xs)}.footer__bottom-links{display:flex;gap:var(--space-md)}.footer__bottom-links a:hover{color:var(--color-white)}@media(min-width:768px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr}}.sticky-mobile-cta{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:90;background-color:var(--color-accent);padding:12px var(--space-md);justify-content:center;align-items:center;gap:var(--space-xs);color:var(--color-white);font-weight:700;font-size:var(--fs-body);box-shadow:0 -4px 16px #00000026}.sticky-mobile-cta svg{width:20px;height:20px}@media(min-width:768px){.sticky-mobile-cta{display:none}}@media(max-width:767px){body{padding-bottom:56px}}.section--surface{position:relative}.section--surface:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(27,42,74,.03) 1px,transparent 0);background-size:28px 28px;pointer-events:none;z-index:0}.section--surface>.container{position:relative;z-index:1}.hero{position:relative;padding-bottom:calc(var(--space-2xl) + 48px);overflow:visible}.hero__divider{position:absolute;bottom:-1px;left:0;width:100%;height:72px;z-index:2}@media(min-width:768px){.hero{padding-bottom:calc(var(--space-3xl) + 48px)}}.section__title:after{content:"";display:block;width:48px;height:3px;background:var(--color-accent);border-radius:2px;margin-top:12px}.hero__badge{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#e86b2c0f,#e86b2c24);border:1px solid rgba(232,107,44,.2);color:var(--color-accent-text);font-size:var(--fs-xs);font-weight:700;padding:6px 16px;border-radius:100px;margin-bottom:var(--space-md);letter-spacing:.02em}.hero__badge svg{width:14px;height:14px}.service-card{box-shadow:0 1px 3px #1b2a4a0f,0 8px 24px #1b2a4a0a;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #1b2a4a14,0 20px 48px #1b2a4a14}.hero__visual{position:relative}.hero__visual:before{content:"";position:absolute;top:-15%;right:-15%;width:130%;height:130%;background:radial-gradient(ellipse at 60% 40%,rgba(232,107,44,.07) 0%,transparent 65%);border-radius:50%;pointer-events:none;z-index:0}.hero__visual>*{position:relative;z-index:1}.process-step__number{box-shadow:0 4px 16px #e86b2c4d}.section__cta{background:linear-gradient(135deg,#e86b2c0a,#e86b2c17);border:1px solid rgba(232,107,44,.15);border-top:none;padding:var(--space-md) var(--space-lg);border-radius:var(--radius-lg)}.section--primary .section__cta{background:#ffffff0f;border-color:#ffffff1f}.pricing__table{background:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 1px 3px #1b2a4a0f,0 8px 24px #1b2a4a0a}.pricing__table td{padding:var(--space-sm) var(--space-md)}.pricing__table tr:last-child{border-bottom:none}.pricing__table .pricing--free{background:linear-gradient(90deg,rgba(232,107,44,.06),transparent)}.pricing__table .pricing--price td:last-child{font-weight:700}.pricing__table .price-num{color:var(--color-accent-text);font-weight:800}.faq__list{box-shadow:0 1px 3px #1b2a4a0f,0 8px 24px #1b2a4a0a}.trust-bar__item{position:relative}@media(min-width:768px){.trust-bar__item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:32px;width:1px;background:#ffffff4d}}.contact-form{box-shadow:0 8px 32px #1b2a4a1f,0 2px 8px #1b2a4a0f}@keyframes ctaPulse{0%,to{box-shadow:0 -4px 16px #00000026}50%{box-shadow:0 -4px 24px #e86b2c59}}.sticky-mobile-cta{animation:ctaPulse 3s ease-in-out infinite}.contact-wave{display:block;width:100%;height:48px;background:var(--color-surface)}.contact-wave svg{display:block;width:100%;height:100%}.testimonial{position:relative;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media(min-width:768px){.hero__inner{grid-template-columns:1.15fr .85fr}}.stat-number{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--color-accent);line-height:1;letter-spacing:-.03em}.form-group--error input,.form-group--error textarea,.form-group--error select{border-color:#d32f2f}.form-group__error{font-size:var(--fs-xs);color:#d32f2f;display:none}.form-group--error .form-group__error{display:block}.form-consent--error,.form-consent--error label{color:#d32f2f}.form__success{display:none;text-align:center;padding:var(--space-xl) var(--space-lg)}.form__success.is-visible{display:block}.form__success__icon{width:56px;height:56px;margin:0 auto var(--space-md);background:#4caf501a;border-radius:50%;display:flex;align-items:center;justify-content:center}.form__success__icon svg{width:28px;height:28px;color:#4caf50}.form__success h3{font-size:var(--fs-h3);font-weight:700;color:var(--color-primary);margin-bottom:var(--space-xs)}.form__success p{color:var(--color-muted);font-size:var(--fs-small)}.form__error{display:none;text-align:center;padding:var(--space-lg)}.form__error.is-visible{display:block}.three-things__grid{display:grid;gap:1px;background:var(--color-border);margin-top:var(--space-lg)}.three-things__card{background:var(--color-white);padding:var(--space-lg)}.three-things__num{font-family:var(--font-heading);font-size:3rem;color:var(--color-border);line-height:1;margin-bottom:var(--space-sm)}.three-things__card h3{font-size:var(--fs-h3);font-weight:700;color:var(--color-primary);margin-bottom:var(--space-xs)}.three-things__card p{font-size:var(--fs-small);color:var(--color-muted);line-height:1.7}@media(min-width:768px){.three-things__grid{grid-template-columns:repeat(3,1fr)}}.reviews__grid{display:grid;gap:var(--space-lg)}.review{background:var(--color-white);border:1px solid var(--color-border);padding:var(--space-lg);border-radius:var(--radius-lg)}.review__stars{display:flex;gap:2px;margin-bottom:var(--space-sm)}.review__stars svg{width:18px;height:18px;fill:var(--color-accent);color:var(--color-accent)}.review__text{font-family:var(--font-heading);font-style:italic;font-size:1.0625rem;color:var(--color-text);line-height:1.6;margin-bottom:var(--space-md)}.review__author{font-size:var(--fs-small);font-weight:600;color:var(--color-primary)}.review__meta{font-size:var(--fs-xs);color:var(--color-muted);margin-top:2px}@media(min-width:640px){.reviews__grid{grid-template-columns:1fr 1fr}}.equipment-stats{display:grid;gap:var(--space-md);padding:var(--space-lg);background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg)}.equipment-stat{text-align:center}.equipment-stat__number{display:block;font-family:var(--font-heading);font-size:clamp(1.75rem,3.5vw,2.5rem);color:var(--color-accent);line-height:1.1;margin-bottom:4px}.equipment-stat__label{font-size:var(--fs-small);color:#fff9}@media(min-width:768px){.equipment-stats{grid-template-columns:repeat(4,1fr)}}noscript .fade-up{opacity:1;transform:none}
