*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #0F2747;--primary-light: #1a3d6e;--accent: #C8A96E;--accent-dark: #b8973e;--white: #ffffff;--muted: #f4f5f7;--border: #e5e7eb;--text: #1e2a3a;--text-muted: #6b7280;--font-serif: "Playfair Display", serif;--font-sans: "Inter", sans-serif;--max-w: 1200px;--radius: 4px}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.btn{display:inline-block;padding:.75rem 1.75rem;border-radius:var(--radius);font-family:var(--font-sans);font-weight:600;font-size:.9rem;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:all .2s ease;text-align:center}.btn--primary{background:var(--primary);color:var(--white)}.btn--primary:hover{background:var(--primary-light)}.btn--outline{background:transparent;color:var(--primary);border-color:var(--primary)}.btn--outline:hover{background:#0f27470f}.btn--accent{background:var(--accent);color:var(--primary);font-weight:700}.btn--accent:hover{background:var(--accent-dark)}.btn--lg{padding:1rem 2.25rem;font-size:1rem}.btn--full{width:100%;display:block}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:1.25rem 0;transition:padding .3s}.nav__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav__brand{cursor:pointer}.nav__logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--primary);display:block;letter-spacing:-.02em}.nav__logo-line{width:2.5rem;height:2px;background:var(--accent);margin-top:3px}.nav__links{display:flex;gap:2rem}.nav__link{font-size:.875rem;font-weight:500;color:var(--text);text-decoration:none;transition:color .2s}.nav__link:hover{color:var(--primary)}.nav__right{display:flex;align-items:center;gap:1.5rem}.nav__phone{display:flex;flex-direction:column;align-items:flex-end}.nav__phone-label{font-size:.7rem;color:var(--text-muted)}.nav__phone-number{font-size:.875rem;font-weight:700;color:var(--primary)}@media(max-width:900px){.nav__links,.nav__phone{display:none}}.hero{min-height:100vh;display:flex;padding-top:80px}.hero__content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:4rem 5% 4rem 6%;max-width:54%}.hero__badge{display:inline-flex;align-items:center;padding:.25rem 0 .25rem 1rem;border-left:2px solid var(--accent);margin-bottom:1.5rem}.hero__badge span{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.hero__title{font-family:var(--font-serif);font-size:clamp(2.5rem,4vw,3.75rem);font-weight:700;color:var(--primary);line-height:1.15;margin-bottom:1.5rem}.hero__subtitle{font-size:1.125rem;color:var(--text-muted);margin-bottom:2.5rem;line-height:1.7;font-weight:500}.hero__ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.hero__checks{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.875rem;font-weight:500}.hero__check{display:flex;align-items:center;gap:.4rem}.check-mark{color:var(--accent);font-weight:700}.hero__image{flex:1;position:relative;min-height:60vh;overflow:hidden}.hero__img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8ecf0,#c8d4de)}@media(max-width:768px){.hero{flex-direction:column;min-height:auto}.hero__content{max-width:100%;padding:5rem 1.5rem 3rem}.hero__image{min-height:300px}}.trustbar{background:var(--muted);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.25rem 0}.trustbar__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.trustbar__item{display:flex;align-items:center;gap:.5rem;justify-content:center}.trustbar__icon{width:20px;height:20px;background:#c8a96e33;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.trustbar__item span{font-size:.75rem;font-weight:600;color:#1e2a3acc}.section{padding:6rem 0}.section--muted{background:var(--muted)}.section--dark{background:var(--primary)}.section__header{text-align:center;margin-bottom:4rem}.section__title{font-family:var(--font-serif);font-size:clamp(2rem,3vw,3rem);font-weight:700;color:var(--primary);margin-bottom:1rem}.section__line{width:4rem;height:4px;background:var(--accent);margin:0 auto 1.5rem;border-radius:2px}.section__subtitle{color:var(--text-muted);max-width:38rem;margin:0 auto;font-size:1.1rem}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;box-shadow:0 1px 4px #0000000f;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.card--featured{background:var(--primary);border-color:var(--primary);transform:translateY(-1.5rem);box-shadow:0 12px 40px #0f27474d}.card--featured:hover{transform:translateY(-1.75rem)}.card__badge{position:absolute;top:1rem;right:1rem;background:var(--muted);color:var(--text-muted);font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:3px}.card__badge--accent{background:var(--accent);color:var(--primary)}.card__title{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;color:var(--primary)}.card__price{font-size:2rem;font-weight:700;color:var(--accent);margin-top:.25rem}.card__desc{color:var(--text-muted);font-size:.9rem;margin-top:.5rem}.card__features{list-style:none;display:flex;flex-direction:column;gap:.75rem;flex:1}.card__features li{display:flex;align-items:flex-start;gap:.6rem;font-size:.875rem;color:#1e2a3acc}.feat-check{color:var(--accent);font-weight:700;flex-shrink:0}.card--featured .card__features li{color:#ffffffe6}.card__footer{margin-top:auto}@media(max-width:900px){.services__grid{grid-template-columns:1fr}.card--featured{transform:none}}.features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-card{background:var(--white);border-radius:var(--radius);padding:1.5rem;box-shadow:0 1px 4px #0000000f;transition:box-shadow .2s}.feature-card:hover{box-shadow:0 6px 20px #0000001a}.feature-card__icon{width:48px;height:48px;background:#0f27470f;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:1rem}.feature-card__title{font-family:var(--font-serif);font-size:1rem;font-weight:600;color:var(--primary);margin-bottom:.4rem}.feature-card__desc{font-size:.85rem;color:var(--text-muted);line-height:1.5}@media(max-width:900px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.features__grid{grid-template-columns:1fr}}.steps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}.step{display:flex;flex-direction:column;align-items:center;text-align:center}.step__circle{position:relative;width:72px;height:72px;background:var(--white);border:2px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000f}.step__num{position:absolute;top:-14px;right:-14px;font-family:var(--font-serif);font-size:1.75rem;font-weight:700;color:var(--accent);line-height:1}.step__title{font-family:var(--font-serif);font-size:1.1rem;font-weight:600;color:var(--primary);margin-bottom:.75rem}.step__desc{font-size:.875rem;color:var(--text-muted);line-height:1.6}@media(max-width:768px){.steps__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.steps__grid{grid-template-columns:1fr}}.calc__wrapper{display:grid;grid-template-columns:3fr 2fr;border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 40px #0000001a}.calc__inputs{background:var(--white);padding:2.5rem}.calc__inputs-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.calc__inputs-title{font-family:var(--font-serif);font-size:1.2rem;font-weight:600;color:var(--primary)}.calc__field{margin-bottom:2rem}.calc__field label{display:block;font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:.75rem}.calc__label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.calc__label-row label{margin-bottom:0}.calc__label-row strong{font-size:1.1rem;color:var(--primary)}.calc__slider{width:100%;height:4px;border-radius:2px;accent-color:var(--primary);cursor:pointer;-webkit-appearance:none;appearance:none;background:var(--border);outline:none}.calc__slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--primary);cursor:pointer;box-shadow:0 2px 6px #0003}.calc__range-labels{display:flex;justify-content:space-between;font-size:.7rem;color:var(--text-muted);margin-top:.25rem}.calc__select{width:100%;padding:.6rem .9rem;border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-sans);font-size:.9rem;color:var(--text);background:var(--white);cursor:pointer;outline:none}.calc__select:focus{border-color:var(--primary)}.calc__results{background:var(--primary);padding:2.5rem;color:var(--white);display:flex;flex-direction:column}.calc__results-title{font-family:var(--font-serif);font-size:1.2rem;font-weight:600;color:var(--white);margin-bottom:2rem}.calc__result-item{border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:1.25rem;margin-bottom:1.25rem}.calc__result-item--highlight{border-bottom:none}.calc__result-label{font-size:.8rem;color:#ffffffa6;display:block;margin-bottom:.25rem}.calc__result-value{font-size:1.5rem;font-weight:700;color:var(--white)}.calc__result-value--big{font-size:1.9rem;color:var(--accent)}.calc__cta{margin-top:auto;padding-top:2rem}.calc__disclaimer{text-align:center;font-size:.75rem;color:var(--text-muted);margin-top:1.5rem}@media(max-width:768px){.calc__wrapper{grid-template-columns:1fr}}.expert__grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.expert__portrait-wrap{position:relative;display:flex;justify-content:flex-end}.expert__portrait{width:320px;height:380px;background:linear-gradient(135deg,#0f274714,#0f27472e);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;box-shadow:0 12px 40px #0000001a}.expert__portrait-border{position:absolute;bottom:-12px;right:-12px;width:320px;height:380px;border:2px solid var(--accent);border-radius:var(--radius);z-index:-1}.expert__initials{width:100px;height:100px;background:#0f274726;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:2.5rem;font-weight:700;color:var(--primary)}.expert__name-block{text-align:center}.expert__name{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--primary)}.expert__role{font-size:.875rem;color:var(--text-muted);margin-top:.25rem}.expert__tag{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.expert__title{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.expert__subtitle{font-size:.875rem;color:var(--text-muted);margin-bottom:1.5rem}.expert__divider{width:3rem;height:2px;background:var(--accent);margin-bottom:1.5rem}.expert__text{font-size:.95rem;color:#1e2a3acc;line-height:1.8;margin-bottom:1rem}.expert__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.expert__badge{display:inline-flex;align-items:center;gap:.4rem;background:#0f27470f;border:1px solid rgba(15,39,71,.12);border-radius:var(--radius);padding:.4rem .9rem;font-size:.75rem;font-weight:600;color:var(--primary)}@media(max-width:900px){.expert__grid{grid-template-columns:1fr;gap:3rem}.expert__portrait-wrap{justify-content:center}}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial{background:var(--white);border-radius:var(--radius);padding:2rem;box-shadow:0 1px 4px #0000000f;display:flex;flex-direction:column;gap:1rem;transition:box-shadow .2s}.testimonial:hover{box-shadow:0 6px 20px #0000001a}.testimonial__stars{color:var(--accent);font-size:1rem;letter-spacing:2px}.testimonial__text{font-size:.875rem;color:#1e2a3acc;line-height:1.7;font-style:italic;flex:1}.testimonial__author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid var(--border)}.testimonial__avatar{width:40px;height:40px;background:#0f27471a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-weight:700;color:var(--primary);flex-shrink:0}.testimonial__name{font-weight:600;font-size:.875rem;color:var(--primary)}.testimonial__meta{font-size:.75rem;color:var(--text-muted)}@media(max-width:900px){.testimonials__grid{grid-template-columns:1fr}}@media(min-width:601px)and (max-width:900px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}.faq__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 3rem}.faq__item{border-bottom:1px solid var(--border)}.faq__question{display:block;padding:1.25rem 2rem 1.25rem 0;font-weight:600;font-size:.9rem;color:var(--primary);cursor:pointer;position:relative;list-style:none;line-height:1.4}.faq__question::-webkit-details-marker{display:none}.faq__question:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.25rem;color:var(--accent);transition:transform .2s}details[open] .faq__question:after{content:"\2212"}.faq__answer{padding:0 0 1.25rem;font-size:.875rem;color:var(--text-muted);line-height:1.7}@media(max-width:768px){.faq__grid{grid-template-columns:1fr}}.contact__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:start}.contact__info{display:flex;flex-direction:column;gap:2rem}.contact__info-item{display:flex;align-items:flex-start;gap:1.25rem}.contact__info-icon{width:48px;height:48px;background:#ffffff1a;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.contact__info-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;margin-bottom:.2rem}.contact__info-value{font-weight:600;color:var(--white);font-size:1rem}.contact__info-sub{font-size:.8rem;color:#ffffff8c;margin-top:.15rem}.contact__form-wrap{background:var(--white);border-radius:var(--radius);padding:2.5rem;box-shadow:0 20px 60px #0003}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form__field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.form__field label{font-size:.875rem;font-weight:600;color:var(--text)}.form__field input,.form__field textarea,.form__field select{padding:.65rem .9rem;border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-sans);font-size:.9rem;color:var(--text);background:var(--white);outline:none;transition:border-color .2s;width:100%}.form__field input:focus,.form__field textarea:focus{border-color:var(--primary)}.form__field textarea{resize:vertical}.form__privacy{font-size:.75rem;color:var(--text-muted);text-align:center;margin-top:1rem}.form__privacy a{color:var(--primary)}.contact__success{text-align:center;padding:3rem 1rem}.contact__success h3{font-family:var(--font-serif);font-size:1.75rem;color:var(--primary);margin:1rem 0 .5rem}.contact__success p{color:var(--text-muted)}@media(max-width:768px){.contact__grid{grid-template-columns:1fr;gap:3rem}.form__row{grid-template-columns:1fr}}.footer{background:#09192e;padding:5rem 0 0}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:4rem}.footer__logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--white);display:block}.footer__logo-line{width:2.5rem;height:2px;background:var(--accent);margin:.4rem 0 1rem}.footer__brand-text{font-size:.85rem;color:#ffffff80;line-height:1.6;margin-bottom:.5rem}.footer__heading{font-family:var(--font-serif);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;margin-bottom:1.25rem}.footer__list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer__link{font-size:.875rem;color:#ffffff80;text-decoration:none;transition:color .2s}.footer__link:hover{color:var(--accent)}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.footer__bottom p{font-size:.75rem;color:#ffffff4d}@media(max-width:900px){.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:500px){.footer__grid{grid-template-columns:1fr}}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;align-items:center;justify-content:center;padding:1rem}.modal[hidden]{display:none}.modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a1423a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.modal__box{position:relative;background:var(--white);border-radius:8px;padding:2.5rem;width:100%;max-width:640px;max-height:92vh;overflow-y:auto;box-shadow:0 24px 80px #0000004d;animation:modal-in .2s ease}@keyframes modal-in{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal__close{position:absolute;top:1.25rem;right:1.25rem;background:var(--muted);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);transition:background .2s}.modal__close:hover{background:var(--border)}.modal__pretitle{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.4rem}.modal__title{font-family:var(--font-serif);font-size:1.75rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.modal__subtitle{font-size:.875rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.modal__notice{display:flex;align-items:flex-start;gap:.75rem;background:#c8a96e1a;border:1px solid rgba(200,169,110,.35);border-left:3px solid var(--accent);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1.75rem;font-size:.85rem;color:var(--text);line-height:1.6}.modal__notice svg{flex-shrink:0;color:var(--accent);margin-top:2px}.modal__actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid var(--border)}.mform__row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}.mform__field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.25rem}.mform__field label{font-size:.8rem;font-weight:600;color:var(--text)}.mform__field input,.mform__field select,.mform__field textarea{padding:.6rem .85rem;border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-sans);font-size:.9rem;color:var(--text);background:var(--white);outline:none;width:100%;transition:border-color .2s,box-shadow .2s}.mform__field input:focus,.mform__field select:focus,.mform__field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0f274714}.mform__field input.error,.mform__field select.error{border-color:#dc2626}.mform__field textarea{resize:vertical}.mform__checkbox{margin-bottom:.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.85rem;cursor:pointer}.checkbox-label input[type=checkbox]{display:none}.checkbox-custom{width:20px;height:20px;border:2px solid var(--border);border-radius:4px;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s;background:var(--white)}.checkbox-label input:checked~.checkbox-custom{background:var(--primary);border-color:var(--primary)}.checkbox-label input:checked~.checkbox-custom:after{content:"";display:block;width:5px;height:9px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg) translate(-1px,-1px)}.checkbox-text strong{display:block;font-size:.875rem;color:var(--primary)}.checkbox-text small{display:block;font-size:.775rem;color:var(--text-muted);margin-top:.2rem;line-height:1.4}.mform__error{background:#fef2f2;border:1px solid #fca5a5;border-radius:var(--radius);padding:.75rem 1rem;font-size:.85rem;color:#dc2626;margin-top:.5rem}.spin{animation:spin 1s linear infinite;display:inline-block;vertical-align:middle;margin-right:6px}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:540px){.mform__row{grid-template-columns:1fr}.modal__box{padding:1.75rem 1.25rem}.modal__actions{flex-direction:column}.modal__actions .btn{width:100%}}.card__ideal{background:#0f27470a;border:1px solid rgba(15,39,71,.08);border-radius:var(--radius);padding:.75rem 1rem;margin-bottom:.5rem}.card__ideal-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.2rem}.card__ideal-text{font-size:.8rem;color:var(--text);line-height:1.4}.card__guarantee{font-size:.72rem;color:var(--text-muted);text-align:center;margin-top:.75rem}.modal__notice--checklist{background:#0f27470a;border:1px solid rgba(15,39,71,.12);border-left:3px solid var(--primary);border-radius:var(--radius);padding:1.1rem 1.25rem;margin-bottom:1.75rem;display:flex;gap:1rem;align-items:flex-start}.modal__notice-icon{color:var(--primary);flex-shrink:0;margin-top:1px}.modal__notice-body strong{display:block;font-size:.875rem;color:var(--primary);margin-bottom:.4rem;line-height:1.4}.modal__notice-body p{font-size:.8rem;color:var(--text-muted);line-height:1.6;margin:0}.mform__upload-section{margin-bottom:1.25rem}.mform__upload-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:.6rem}.mform__optional{font-weight:400;color:var(--text-muted);font-size:.8rem}.mform__dropzone{border:2px dashed var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;background:var(--muted)}.mform__dropzone:hover,.mform__dropzone.dragover{border-color:var(--primary);background:#0f27470a}.mform__dropzone-inner svg{color:var(--text-muted);margin-bottom:.75rem}.mform__dropzone-text{font-size:.875rem;color:var(--text-muted);margin-bottom:.3rem}.mform__file-link{color:var(--primary);font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.mform__dropzone-hint{font-size:.75rem;color:var(--text-muted)}.mform__file-list{display:flex;flex-direction:column;gap:.4rem;margin-top:.6rem}.mform__file-item{display:flex;align-items:center;justify-content:space-between;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;font-size:.8rem}.mform__file-name{display:flex;align-items:center;gap:.5rem;color:var(--text);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mform__file-name svg{color:var(--accent);flex-shrink:0}.mform__file-size{color:var(--text-muted);font-size:.75rem;margin-left:.5rem}.mform__file-remove{background:none;border:none;cursor:pointer;color:var(--text-muted);padding:0 .25rem;font-size:1rem;line-height:1;transition:color .2s;flex-shrink:0}.mform__file-remove:hover{color:#dc2626}.mform__upload-info{display:flex;align-items:flex-start;gap:.4rem;font-size:.75rem;color:var(--text-muted);margin-top:.5rem;line-height:1.5}.mform__upload-info svg{flex-shrink:0;margin-top:1px;color:var(--accent)}.services__grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:1200px){.services__grid--4{grid-template-columns:repeat(2,1fr)}.services__grid--4 .card--featured{transform:none}}@media(max-width:600px){.services__grid--4{grid-template-columns:1fr}}.card__price{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap}.card__vat{font-size:.7rem;font-weight:400;color:var(--text-muted);letter-spacing:.02em}.card__badge--new{background:#0f27471a;color:var(--primary)}.explainer__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.explainer__item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:0 1px 4px #0000000d}.explainer__item--accent{border-color:#c8a96e66;background:linear-gradient(135deg,#fff 80%,#c8a96e0f)}.explainer__icon{width:52px;height:52px;background:#0f274712;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:1rem}.explainer__icon--accent{background:#c8a96e26;color:var(--accent)}.explainer__title{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--primary);margin-bottom:.75rem}.explainer__text{font-size:.875rem;color:var(--text);line-height:1.75;margin-bottom:.75rem}.explainer__use{font-size:.8rem;color:var(--text-muted);line-height:1.6;padding:.75rem;background:var(--muted);border-radius:var(--radius);margin-top:.5rem}@media(max-width:900px){.explainer__grid{grid-template-columns:1fr}}.card__mini-calc-wrap{margin:.5rem 0}.card__mini-calc-toggle{width:100%;background:#ffffff1a;border:1px solid rgba(200,169,110,.4);border-radius:var(--radius);color:#c8a96e;font-size:.8rem;font-weight:600;padding:.6rem 1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s}.card__mini-calc-toggle:hover{background:#ffffff26}.card__mini-calc-arrow{margin-left:auto}.card__mini-calc{margin-top:.75rem;padding:1rem;background:#0003;border-radius:var(--radius);border:1px solid rgba(200,169,110,.2)}.mini-calc__field{margin-bottom:.75rem}.mini-calc__label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3rem;font-size:.8rem}.mini-calc__results{border-top:1px solid rgba(255,255,255,.15);padding-top:.75rem;margin-top:.75rem;display:flex;flex-direction:column;gap:.4rem}.mini-calc__result-row{display:flex;justify-content:space-between;align-items:center}.modal__notice--info{background:#0f274712;border-color:#0f274733}.modal__notice--info .modal__notice-icon{color:var(--primary)}.trustbar__item--stat{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:0 1rem}.trustbar__stat-number{font-family:var(--font-serif);font-size:1.45rem;font-weight:700;color:var(--accent);line-height:1}.trustbar__stat-label{font-size:.7rem;color:#ffffffa6;text-transform:uppercase;letter-spacing:.06em;text-align:center}.trustbar__stars{display:flex;gap:2px;color:var(--accent);margin-bottom:.1rem}.trustbar__divider{width:1px;height:36px;background:#ffffff2e;align-self:center}@media(max-width:768px){.trustbar__divider{display:none}.trustbar__item--stat{flex-direction:row;gap:.5rem}.trustbar__stat-number{font-size:1.1rem}}.trustbar__item--stat{gap:.35rem;flex-wrap:wrap}.trustbar__stat-num{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--accent);line-height:1}.trustbar__stat-txt{font-size:.75rem;font-weight:600;color:#1e2a3ab3}.trustbar__stars-inline{color:#c8a96e;font-size:.85rem;letter-spacing:1px}.trustbar__sep{width:1px;background:var(--border);align-self:stretch;margin:0 .5rem}@media(max-width:768px){.trustbar__sep{display:none}}.trustbar__num{font-weight:700;color:var(--accent)}.trustbar__stars{color:#c8a96e;font-size:.85rem;letter-spacing:1px;margin-right:.2rem}.trustbar__icon--stat{background:#c8a96e33}@media(max-width:600px){.card--mobile-first{order:-1}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/theme.css.map */
