:root{
  --navy:#1A2B4A;--navy-dark:#0F1C30;--navy-mid:#2E4168;
  --orange:#E8600A;--orange-dark:#C94F06;--orange-bg:#FEF3EC;
  --white:#FFFFFF;--gray-50:#F8FAFC;--gray-100:#F1F5F9;--gray-200:#E2E8F0;
  --gray-400:#94A3B8;--gray-500:#64748B;--gray-700:#374151;
  --green:#059669;--green-bg:#ECFDF5;--red:#DC2626;--red-bg:#FEF2F2;
  --wa:#25D366;--wa-dark:#1DAA55;
  --font-sans:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --radius:8px;--radius-lg:12px;--radius-xl:16px;
  --shadow-sm:0 1px 3px rgba(0,0,0,.08);
  --shadow-md:0 4px 16px rgba(0,0,0,.10);
  --shadow-lg:0 8px 32px rgba(0,0,0,.12);
  --shadow-xl:0 16px 48px rgba(0,0,0,.14);
  --max-w:1280px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;transition-duration:.01ms!important}}
body{font-family:var(--font-sans);font-size:1rem;line-height:1.65;color:var(--gray-700);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden;padding-bottom:64px}
@media(min-width:1024px){body{padding-bottom:0}}
img,svg{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:underline}
a:hover{text-decoration:none}
button{font-family:inherit;cursor:pointer}
ul,ol{list-style:none}
input,select,textarea{font-family:inherit}
.skip-link{position:absolute;top:-100%;left:1rem;background:var(--navy);color:var(--white);padding:.75rem 1.5rem;border-radius:0 0 var(--radius) var(--radius);font-weight:600;font-size:.875rem;z-index:9999;text-decoration:none;transition:top .2s}
.skip-link:focus{top:0;outline:3px solid var(--orange);outline-offset:2px}
:focus-visible{outline:3px solid var(--orange);outline-offset:3px;border-radius:4px}
.container{max-width:var(--max-w);margin:0 auto;padding:0 1.25rem}
@media(min-width:640px){.container{padding:0 2rem}}
@media(min-width:1024px){.container{padding:0 2.5rem}}
.section{padding:4rem 0}
.section--alt{background:var(--gray-50)}
.section--navy{background:var(--navy);color:var(--white)}
.grid-2{display:grid;gap:2rem}
.grid-3{display:grid;gap:1.5rem}
@media(min-width:640px){.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}}
.eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem}
.section-title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--navy);margin-bottom:1rem}
.section--navy .section-title{color:var(--white)}
.section-lead{font-size:1.125rem;color:var(--gray-500);max-width:60ch;margin-bottom:2.5rem;line-height:1.7}
.section--navy .section-lead{color:rgba(255,255,255,.75)}
.text-center{text-align:center}
.text-center .section-lead{margin-left:auto;margin-right:auto}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;text-decoration:none;transition:background-color .18s,border-color .18s,transform .12s;min-height:48px;white-space:nowrap}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--orange);color:var(--white);border-color:var(--orange)}
.btn-primary:hover{background:var(--orange-dark);border-color:var(--orange-dark)}
.btn-secondary{background:transparent;color:var(--navy);border-color:var(--navy)}
.btn-secondary:hover{background:var(--navy);color:var(--white)}
.btn-wa{background:var(--wa);color:var(--white);border-color:var(--wa)}
.btn-wa:hover{background:var(--wa-dark);border-color:var(--wa-dark)}
.btn-lg{font-size:1.125rem;padding:1rem 2rem;min-height:56px}
.btn-full{width:100%}
.hero{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 50%,var(--navy-mid) 100%);color:var(--white);padding:5rem 0 3.5rem;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-120px;right:-80px;width:480px;height:480px;border-radius:50%;background:rgba(232,96,10,.06);pointer-events:none}
.hero__inner{position:relative;z-index:1}
.hero__tag{display:inline-flex;align-items:center;gap:.5rem;background:rgba(232,96,10,.15);border:1px solid rgba(232,96,10,.35);color:#FDBA74;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.5rem 1rem;border-radius:100px;margin-bottom:1.5rem}
.hero h1{font-size:clamp(1.875rem,5.5vw,3rem);font-weight:700;line-height:1.12;letter-spacing:-.025em;margin-bottom:1.25rem;max-width:800px}
.hero__lead{font-size:clamp(1rem,2.2vw,1.25rem);color:rgba(255,255,255,.82);max-width:600px;line-height:1.65;margin-bottom:2rem}
.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}
.hero__trust{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;font-size:.875rem;color:rgba(255,255,255,.6);align-items:center}
.hero__trust-item{display:flex;align-items:center;gap:.5rem}
.hero__trust-item+.hero__trust-item::before{content:'·';margin-right:0}
.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;transition:box-shadow .2s}
.card:hover{box-shadow:var(--shadow-md)}
.card__title{font-size:1.125rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}
.card__text{font-size:.875rem;color:var(--gray-500);line-height:1.7}
.steps{display:flex;flex-direction:column;gap:1.5rem}
@media(min-width:640px){.steps{flex-direction:row}}
.step{flex:1;padding:1.5rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);border-top:4px solid var(--orange)}
.step__num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--orange);color:var(--white);font-weight:700;font-size:.875rem;margin-bottom:.75rem}
.step__title{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}
.step__text{font-size:.875rem;color:var(--gray-500)}
.faq-list{display:flex;flex-direction:column;gap:2px;max-width:860px;margin:0 auto}
.faq-item{border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;background:var(--white)}
.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:none;border:none;text-align:left;font-size:1rem;font-weight:600;color:var(--navy);cursor:pointer;transition:background .15s}
.faq-question:hover{background:var(--gray-50)}
.faq-question__icon{flex-shrink:0;width:24px;height:24px;border:1.5px solid var(--gray-300);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--orange);transition:transform .25s,background .15s,border-color .15s}
.faq-item.is-open .faq-question__icon{transform:rotate(45deg);background:var(--orange);border-color:var(--orange);color:var(--white)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-answer__inner{padding:0 1.5rem 1.25rem;font-size:.875rem;color:var(--gray-500);line-height:1.75}
.faq-item.is-open .faq-answer{max-height:600px}
.notice-bar{background:var(--gray-100);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:1rem 0}
.notice-bar__inner{display:flex;gap:1rem;align-items:flex-start}
.notice-bar p{font-size:.875rem;color:var(--gray-500);line-height:1.65}
.notice-bar strong{color:var(--gray-700)}
.trust-item{display:flex;gap:1rem;align-items:flex-start}
.trust-item__icon{width:44px;height:44px;background:var(--orange-bg);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--orange)}
.trust-item__title{font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.25rem}
.trust-item__text{font-size:.875rem;color:var(--gray-500)}
.trust-list{display:flex;flex-direction:column;gap:1rem}
.no-promise-box{background:var(--gray-50);border:1px solid var(--gray-200);border-left:4px solid var(--navy);border-radius:0 var(--radius) var(--radius) 0;padding:1.25rem 1.5rem}
.no-promise-box__title{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.75rem}
.no-promise-box ul{display:flex;flex-direction:column;gap:.5rem}
.no-promise-box li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--gray-500)}
.no-promise-box li::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--gray-400);margin-top:7px;flex-shrink:0}
.info-box{padding:1.25rem 1.5rem;border-radius:var(--radius);margin:1.5rem 0;font-size:.875rem;line-height:1.7}
.info-box--tip{background:var(--orange-bg);border-left:4px solid var(--orange)}
.info-box--warning{background:#FFFBEB;border-left:4px solid #F59E0B}
.info-box--info{background:#EFF6FF;border-left:4px solid #3B82F6}
.info-box__title{font-weight:700;color:var(--navy);margin-bottom:.5rem}
.city-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}
.city-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);font-size:.875rem;font-weight:500;color:var(--navy)}
.city-item__dot{width:8px;height:8px;border-radius:50%;background:var(--orange);flex-shrink:0}
.contact-section{background:var(--navy);color:var(--white);padding:4rem 0}
.contact-grid{display:grid;gap:3rem;align-items:start}
@media(min-width:1024px){.contact-grid{grid-template-columns:1fr 1.5fr}}
.contact-item{display:flex;align-items:center;gap:1rem;font-size:1rem;color:rgba(255,255,255,.85)}
.contact-item__icon{width:44px;height:44px;background:rgba(255,255,255,.08);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:rgba(255,255,255,.7)}
.contact-item a{color:rgba(255,255,255,.9);text-decoration:none;font-weight:500}
.contact-item a:hover{color:var(--white);text-decoration:underline}
.wa-vorlage{margin-top:1.5rem;padding:1rem 1.25rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg)}
.wa-vorlage__label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:.5rem}
.wa-vorlage__text{font-size:.875rem;font-style:italic;color:rgba(255,255,255,.65);line-height:1.6}
.form-card{background:var(--white);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-xl)}
.form-card__title{font-size:1.25rem;font-weight:700;color:var(--navy);margin-bottom:1.5rem}
.form-steps-indicator{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}
.form-steps-indicator__step{display:flex;align-items:center;gap:.5rem;font-size:.875rem}
.form-steps-indicator__num{width:28px;height:28px;border-radius:50%;border:2px solid var(--gray-200);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;color:var(--gray-400);transition:background .2s,border-color .2s,color .2s}
.form-steps-indicator__step.is-active .form-steps-indicator__num,.form-steps-indicator__step.is-done .form-steps-indicator__num{background:var(--orange);border-color:var(--orange);color:var(--white)}
.form-steps-indicator__label{color:var(--gray-400);font-size:.875rem;display:none}
@media(min-width:480px){.form-steps-indicator__label{display:block}}
.form-steps-indicator__step.is-active .form-steps-indicator__label{color:var(--navy);font-weight:600}
.form-steps-indicator__line{flex:1;height:2px;background:var(--gray-200);border-radius:1px}
.form-panel{display:none}
.form-panel.is-active{display:block}
.form-grid{display:grid;gap:1rem}
@media(min-width:480px){.form-grid{grid-template-columns:1fr 1fr}}
.form-field{display:flex;flex-direction:column;gap:.5rem}
.form-field--full{grid-column:1/-1}
label{font-size:.875rem;font-weight:600;color:var(--navy)}
.label-req{color:var(--orange);margin-left:2px}
input[type="text"],input[type="email"],input[type="tel"],input[type="number"],select,textarea{width:100%;padding:.625rem .875rem;border:1.5px solid var(--gray-200);border-radius:var(--radius);font-size:1rem;color:var(--gray-700);background:var(--white);min-height:44px;transition:border-color .18s,box-shadow .18s;-webkit-appearance:none;appearance:none}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--navy-mid);box-shadow:0 0 0 3px rgba(46,65,104,.12)}
input.is-invalid,select.is-invalid,textarea.is-invalid{border-color:var(--red);background:var(--red-bg)}
.field-error{font-size:.75rem;color:var(--red);margin-top:.25rem;display:none}
.field-error.is-visible{display:block}
textarea{min-height:100px;resize:vertical}
.radio-group{display:flex;flex-wrap:wrap;gap:.5rem}
.radio-option{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1.5px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;font-size:.875rem;font-weight:500;color:var(--gray-700);transition:border-color .15s,background .15s;min-height:44px;user-select:none}
.radio-option input{width:16px;height:16px;min-height:0;padding:0;border:none;box-shadow:none;accent-color:var(--orange);cursor:pointer}
.radio-option:has(input:checked){border-color:var(--orange);background:var(--orange-bg);color:var(--navy)}
.consent-field{display:flex;gap:.75rem;align-items:flex-start}
.consent-field input[type="checkbox"]{width:20px;height:20px;min-height:0;min-width:20px;padding:0;border:1.5px solid var(--gray-200);border-radius:4px;margin-top:2px;accent-color:var(--orange);flex-shrink:0}
.consent-field label{font-size:.875rem;font-weight:400;color:var(--gray-700);cursor:pointer;line-height:1.6}
.consent-field a{color:var(--navy-mid)}
.form-pot{position:absolute;opacity:0;pointer-events:none;height:0;overflow:hidden}
.form-nav{display:flex;gap:.75rem;margin-top:1.5rem}
.form-nav--end{justify-content:flex-end}
.form-nav--space{justify-content:space-between}
.form-status{padding:1rem 1.25rem;border-radius:var(--radius);font-size:.875rem;line-height:1.6;display:none}
.form-status.is-visible{display:block}
.form-status--success{background:var(--green-bg);border:1px solid #A7F3D0;color:var(--green)}
.form-status--error{background:var(--red-bg);border:1px solid #FCA5A5;color:var(--red)}
.form-error-contact{display:none;margin-top:1rem;padding:1rem;background:var(--gray-50);border-radius:var(--radius);font-size:.875rem}
.form-error-contact.is-visible{display:block}
.form-legal{font-size:.75rem;color:var(--gray-400);text-align:center;margin-top:1rem;line-height:1.6}
.form-legal a{color:var(--gray-500)}
.target-chip{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--white);border:1.5px solid var(--gray-200);border-radius:100px;font-size:.875rem;font-weight:500;color:var(--navy)}
.target-chips{display:flex;flex-wrap:wrap;gap:.5rem}
.topbar{background:var(--navy-dark);color:rgba(255,255,255,.75);font-size:.875rem;padding:.5rem 1rem}
.topbar__inner{max-width:var(--max-w);margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.topbar a{color:#FDBA74;font-weight:600;text-decoration:none}
.topbar a:hover{text-decoration:underline}
.site-header{background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}
.site-header__inner{max-width:var(--max-w);margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;height:68px}
@media(min-width:640px){.site-header__inner{padding:0 2rem}}
.site-logo{display:flex;flex-direction:column;text-decoration:none;flex-shrink:0}
.site-logo__name{font-size:1.125rem;font-weight:700;color:var(--navy);line-height:1.2;letter-spacing:-.01em}
.site-logo__sub{font-size:.75rem;color:var(--gray-500);font-weight:400;letter-spacing:.02em}
.site-nav{display:none;gap:1.5rem;align-items:center}
@media(min-width:1024px){.site-nav{display:flex}}
.site-nav__link{font-size:.875rem;font-weight:500;color:var(--gray-700);text-decoration:none;padding:.25rem 0;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}
.site-nav__link:hover,.site-nav__link[aria-current]{color:var(--navy);border-color:var(--orange)}
.site-header__cta{display:flex;align-items:center;gap:.5rem;flex-shrink:0}
.hdr-phone{display:none;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--navy);text-decoration:none;padding:.5rem .75rem;border:1.5px solid var(--navy);border-radius:var(--radius);min-height:44px;transition:background .15s}
@media(min-width:640px){.hdr-phone{display:inline-flex}}
.hdr-phone:hover{background:var(--gray-50)}
.hdr-cta-btn{display:none}
@media(min-width:768px){.hdr-cta-btn{display:inline-flex}}
.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;color:var(--navy);border-radius:var(--radius)}
@media(min-width:1024px){.mobile-menu-btn{display:none}}
.mobile-menu{display:none;background:var(--white);border-top:1px solid var(--gray-200);padding:1rem 1.25rem}
.mobile-menu.is-open{display:block}
.mobile-menu__link{display:block;padding:.75rem 0;font-size:1rem;font-weight:500;color:var(--navy);text-decoration:none;border-bottom:1px solid var(--gray-100)}
.mobile-menu__link:last-of-type{border-bottom:none}
.mobile-menu__cta{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}
.breadcrumb{padding:.75rem 0;background:var(--gray-50);border-bottom:1px solid var(--gray-200)}
.breadcrumb__list{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;font-size:.875rem;color:var(--gray-400)}
.breadcrumb__item a{color:var(--gray-500);text-decoration:none}
.breadcrumb__item a:hover{color:var(--navy);text-decoration:underline}
.breadcrumb__item+.breadcrumb__item::before{content:'/';margin-right:.5rem;color:var(--gray-300)}
.breadcrumb__item[aria-current]{color:var(--navy);font-weight:500}
.page-hero{background:var(--navy);color:var(--white);padding:3rem 0}
.page-hero h1{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:.75rem}
.page-hero p{font-size:1.125rem;color:rgba(255,255,255,.78);max-width:600px;line-height:1.65}
.price-card{border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:2rem;background:var(--white)}
.pricing-grid{display:grid;gap:1.25rem}
@media(min-width:640px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}
.price-card--featured{background:var(--navy);border-color:var(--navy);color:var(--white)}
.price-card__label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem}
.price-card--featured .price-card__label{color:#FDBA74}
.price-card__name{font-size:1.25rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}
.price-card--featured .price-card__name{color:var(--white)}
.price-card__price{font-size:1.875rem;font-weight:700;color:var(--orange);margin:1rem 0}
.price-card__desc{font-size:.875rem;color:var(--gray-500);line-height:1.7;margin-bottom:1.5rem}
.price-card--featured .price-card__desc{color:rgba(255,255,255,.65)}
.error-page{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 1.25rem}
.error-page__code{font-size:clamp(80px,20vw,160px);font-weight:700;color:var(--gray-100);line-height:1;margin-bottom:1rem}
.error-page h1{font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:.75rem}
.error-page p{color:var(--gray-500);margin-bottom:2rem}
.error-page__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}
.prose h2{font-size:1.5rem;font-weight:700;color:var(--navy);margin:2rem 0 .75rem}
.prose h3{font-size:1.25rem;font-weight:700;color:var(--navy);margin:1.5rem 0 .5rem}
.prose p{margin-bottom:1rem;color:var(--gray-700);line-height:1.75}
.prose ul{margin:1rem 0 1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}
.prose li{list-style:disc;font-size:1rem;color:var(--gray-700);line-height:1.65}
.prose a{color:var(--navy-mid)}
.prose strong{font-weight:600;color:var(--gray-900)}
.site-footer{background:var(--navy-dark);color:rgba(255,255,255,.55);padding:4rem 0 2rem}
.footer-grid{display:grid;gap:2.5rem;margin-bottom:3rem}
@media(min-width:640px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr}}
.footer-brand__name{font-size:1.25rem;font-weight:700;color:var(--white);margin-bottom:.75rem}
.footer-brand__desc{font-size:.875rem;line-height:1.75;max-width:300px;margin-bottom:1rem}
.footer-brand__legal{font-size:.75rem;color:rgba(255,255,255,.3);line-height:1.6}
.footer-col__title{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--white);margin-bottom:1rem}
.footer-col ul{display:flex;flex-direction:column;gap:.75rem}
.footer-col li a{font-size:.875rem;color:rgba(255,255,255,.5);text-decoration:none;transition:color .15s}
.footer-col li a:hover,.footer-col li button:hover{color:var(--orange)}
.footer-col li button{background:none;border:none;padding:0;font-size:.875rem;color:rgba(255,255,255,.5);cursor:pointer;text-align:left;font-family:inherit}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;font-size:.75rem;color:rgba(255,255,255,.3)}
.footer-bottom__links{display:flex;flex-wrap:wrap;gap:1rem}
.footer-bottom__links a{color:rgba(255,255,255,.4);text-decoration:none;transition:color .15s}
.footer-bottom__links a:hover{color:var(--orange)}
.mobile-contact-bar{display:flex;position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid var(--gray-200);box-shadow:0 -4px 16px rgba(0,0,0,.1);z-index:50;height:64px}
@media(min-width:1024px){.mobile-contact-bar{display:none}}
.mobile-contact-bar__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;font-size:10px;font-weight:600;color:var(--gray-500);border-right:1px solid var(--gray-200);padding:.5rem;transition:background .15s,color .15s}
.mobile-contact-bar__item:last-child{border-right:none}
.mobile-contact-bar__item--primary{background:var(--orange);color:var(--white)}
.mobile-contact-bar__item--primary:hover{background:var(--orange-dark)}
.mobile-contact-bar__item--wa{background:var(--wa);color:var(--white)}
.mobile-contact-bar__item--wa:hover{background:var(--wa-dark)}
.mobile-contact-bar__item svg{width:20px;height:20px}
.consent-banner{position:fixed;bottom:64px;left:1rem;right:1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);padding:1.5rem;z-index:200;max-width:560px;display:none}
@media(min-width:1024px){.consent-banner{left:1.5rem;bottom:1.5rem}}
.consent-banner.is-visible{display:block}
.consent-banner__title{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}
.consent-banner__text{font-size:.875rem;color:var(--gray-500);line-height:1.65;margin-bottom:1.25rem}
.consent-banner__text a{color:var(--navy-mid)}
.consent-banner__actions{display:flex;flex-direction:column;gap:.5rem}
@media(min-width:360px){.consent-banner__actions{flex-direction:row;flex-wrap:wrap}}
.consent-banner__actions .btn{flex:1;min-width:120px;font-size:.875rem}
.consent-settings-link{font-size:.75rem;color:var(--gray-400);text-decoration:underline;cursor:pointer;margin-top:.75rem;display:block;background:none;border:none;padding:0;text-align:center;width:100%;font-family:inherit}
.consent-modal{position:fixed;inset:0;z-index:300;display:none;align-items:center;justify-content:center;padding:1.25rem}
.consent-modal.is-open{display:flex}
.consent-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.6)}
.consent-modal__box{position:relative;background:var(--white);border-radius:var(--radius-xl);padding:2rem;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-xl)}
.consent-modal__title{font-size:1.25rem;font-weight:700;color:var(--navy);margin-bottom:1rem}
.consent-category{border:1px solid var(--gray-200);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:.75rem}
.consent-category__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}
.consent-category__name{font-size:1rem;font-weight:600;color:var(--navy)}
.consent-category__desc{font-size:.875rem;color:var(--gray-500);line-height:1.6}
.toggle{position:relative;width:44px;height:24px;flex-shrink:0}
.toggle input{opacity:0;width:0;height:0}
.toggle__track{position:absolute;inset:0;background:var(--gray-200);border-radius:12px;transition:background .2s;cursor:pointer}
.toggle__track::before{content:'';position:absolute;height:18px;width:18px;left:3px;top:3px;background:var(--white);border-radius:50%;transition:transform .2s;box-shadow:var(--shadow-sm)}
.toggle input:checked+.toggle__track{background:var(--orange)}
.toggle input:checked+.toggle__track::before{transform:translateX(20px)}
.toggle input:disabled+.toggle__track{opacity:.6;cursor:not-allowed}
.consent-modal__actions{display:flex;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap}
.consent-modal__actions .btn{flex:1}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media print{.topbar,.site-header,.mobile-contact-bar,.consent-banner,.consent-modal,.site-footer,.btn{display:none!important}body{padding:0;font-size:12pt}}

.skip-link{position:absolute;top:-100%;left:1rem;background:var(--navy);color:var(--white);padding:.75rem 1.5rem;border-radius:0 0 var(--radius) var(--radius);font-weight:600;font-size:.875rem;z-index:9999;text-decoration:none}
.skip-link:focus{top:0}
