.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1100px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.grid-4{grid-template-columns:1fr}}@media(max-width:1024px){.hero-carousel{height:70vh;min-height:400px}.hero-title{font-size:2.2rem}.hero-content{padding:0 1rem}.hero-badge{top:1rem;right:1rem;font-size:.85rem;padding:.7rem 1rem}}@media(max-width:768px){.hero-carousel{height:70vh;min-height:70vh}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1.2rem}.hero-eyebrow{font-size:.8rem;margin-bottom:.8rem;text-align:center}.hero-text{font-size:1rem;margin-bottom:1.5rem;max-width:500px;text-align:center}.hero-content{padding:2rem .5rem;justify-content:flex-start}.hero-features{gap:.5rem;flex-direction:row;margin-bottom:2rem;flex-wrap:nowrap;justify-content:center}.hero-features .feature-item{padding:.5rem .8rem;font-size:.7rem;justify-content:center}.hero-cta{flex-direction:column;gap:.7rem}.hero-cta .btn{width:100%;justify-content:center}.hero-stats{gap:1.2rem;flex-direction:column}.hero-badge{top:.5rem;right:.5rem;font-size:.8rem;padding:.5rem .7rem}}@media(max-width:480px){.hero-carousel{height:85vh;min-height:85vh}.hero-title{font-size:1.3rem}.hero-subtitle{font-size:.9rem}.hero-eyebrow{font-size:.7rem;margin-bottom:.6rem;text-align:center}.hero-text{font-size:.8rem;margin-bottom:1.2rem;max-width:100%;text-align:center}.hero-content{padding:1.5rem;justify-content:flex-start}.hero-features{gap:.05rem;margin-bottom:1.5rem;flex-wrap:nowrap}.hero-cta{gap:.5rem}.hero-cta .btn{width:100%;justify-content:center}.hero-stats{gap:1rem}.hero-badge{top:.3rem;right:.3rem;font-size:.7rem;padding:.4rem .6rem}.feature-item{padding:.15rem .25rem;font-size:.35rem;justify-content:center}.stat-number{font-size:2rem}.stat-label{font-size:.8rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family-base);background:#f5f5f5;color:#1f2933;line-height:1.6;padding-top:var(--header-height);overflow-x:hidden}html{overflow-x:hidden}:root{--green: #dc2626;--dark: #000000;--red: #dc2626;--red-strong: #c1121f;--red-dark: #b91c1c;--red-deep: #991b1b;--red-soft: #fecaca;--red-light: #ffe5e5;--brand-red: var(--red);--brand-red-light: var(--red-light);--brand-black: var(--black);--brand-green: var(--red);--brand-green-dark: var(--red-dark);--social-facebook: #1877f2;--social-facebook-dark: #145db2;--social-facebook-soft: #93c5fd;--social-instagram-soft: #f9a8d4;--light: #f9fafb;--white: #ffffff;--black: #111827;--accent: #000000;--surface-50: #f9fafb;--surface-100: #f3f4f6;--surface-200: #e5e7eb;--surface-300: #d1d5db;--surface-400: #9ca3af;--surface-500: #6b7280;--surface-600: #4b5563;--surface-700: #374151;--surface-800: #1f2937;--surface-900: #111827;--border-color: #e5e7eb;--header-height: 70px;--font-family-base: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-color-primary: #1f2933;--text-color-muted: #6b7280;--text-size-body: 1rem;--text-size-small: .95rem;--text-size-h1: clamp(2rem, 3.5vw, 3rem);--text-size-h2: clamp(1.6rem, 2.4vw, 2.2rem);--text-size-h3: clamp(1.2rem, 1.8vw, 1.5rem);--text-line-height: 1.6}html{font-size:16px}body,input,textarea,select,button{font-family:var(--font-family-base);color:var(--text-color-primary);font-size:var(--text-size-body);line-height:var(--text-line-height)}app-root,app-root *{font-family:var(--font-family-base)}app-root p,app-root li,app-root label,app-root input,app-root textarea,app-root select,app-root button{line-height:var(--text-line-height)}h1,h2,h3,h4,h5,h6{color:var(--dark);line-height:1.25;font-weight:700}h1{font-size:var(--text-size-h1)}h2{font-size:var(--text-size-h2)}h3{font-size:var(--text-size-h3)}p,li{color:var(--text-color-primary);line-height:var(--text-line-height)}small,.text--small{font-size:var(--text-size-small);color:var(--text-color-muted)}.text--muted{color:var(--text-color-muted)}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.section--alt{background:#fef2f2}.section__title{font-size:var(--text-size-h2);margin-bottom:.75rem;color:var(--dark);font-weight:700}.section__subtitle{font-size:var(--text-size-small);color:var(--text-color-muted);line-height:var(--text-line-height);margin-bottom:1.5rem}.section--stats{padding:unset!important}.about__image{width:100%;max-width:500px;height:auto;border-radius:1rem;margin-bottom:1.5rem}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem}.nav__left{display:flex;align-items:center;gap:.5rem}.nav__logo-mark{width:235px;max-width:100%;max-height:44px;height:auto;display:block;border-radius:8px;object-fit:contain}.nav__brand{display:flex;flex-direction:column}.nav__brand-title{font-weight:800;letter-spacing:.06em;font-size:.95rem;text-transform:uppercase}.nav__brand-sub{font-size:.7rem;color:#6b7280}.nav__links{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.nav__link{font-size:.9rem;text-decoration:none;color:#4b5563;padding:.25rem .5rem;border-radius:999px;transition:background .15s ease,color .15s ease}.nav__link:hover{background:#fef2f2;color:var(--red)}.nav__cta{background:var(--red);color:#fff;padding:.4rem .9rem;border-radius:999px;text-decoration:none;font-size:.85rem;font-weight:600;box-shadow:0 8px 15px #dc262626}.nav__cta:hover{background:#991b1b}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger__line{width:30px;height:3px;background:#4b5563;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.active .hamburger__line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active .hamburger__line:nth-child(2){opacity:0}.hamburger.active .hamburger__line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease;overflow-y:auto}.mobile-menu.open{opacity:1;pointer-events:auto}.mobile-menu__nav{display:flex;flex-direction:column;gap:2rem;text-align:center;padding:2rem}.mobile-menu__link{font-size:1.5rem;text-decoration:none;color:#fff;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease;text-shadow:0 1px 3px rgba(0,0,0,.8);cursor:pointer}.mobile-menu__link:hover,.mobile-menu__link:active{background:#ffffff1a;transform:scale(1.05)}.mobile-menu__cta{background:var(--red);color:#fff;padding:.8rem 1.5rem;border-radius:999px;font-weight:600;box-shadow:0 8px 25px #dc26264d;margin-top:1rem}.mobile-menu__cta:hover,.mobile-menu__cta:active{background:#991b1b;box-shadow:0 12px 35px #dc262666;transform:scale(1.05)}.hero-carousel{position:relative;height:calc(100vh - var(--header-height));min-height:600px;overflow:hidden}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .8s ease}.hero-slide.active{opacity:1}.hero-slide--image{background-image:url("./media/3-JOVRNBGL.jpeg")}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000000b3,#00000080,#0f172acc)}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff}.hero-eyebrow{font-size:.9rem;text-transform:uppercase;letter-spacing:.15em;color:#fecaca;font-weight:600;margin-bottom:1rem;display:block;text-align:center;gap:.5rem;text-shadow:0 1px 3px rgba(0,0,0,.8)}.location-dot{font-size:1.2rem;animation:pulse 2s infinite}.hero-title{font-size:3.5rem;line-height:1.1;font-weight:800;margin-bottom:1.5rem}.hero-title .highlight-green,.hero-title .highlight-red{color:#ef4444;background:linear-gradient(135deg,#ef4444,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{display:block;font-size:1.4rem;font-weight:600;color:#e2e8f0;margin-top:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.8),0 1px 2px rgba(0,0,0,.9)}.hero-text{font-size:1.2rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.6;max-width:600px;text-shadow:0 1px 3px rgba(0,0,0,.8)}.hero-features{display:flex;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap;justify-content:center}.feature-item{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;color:#fff}.feature-icon{font-size:1.2rem}.hero-cta{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap;justify-content:center}.hero-stats{display:flex;gap:3rem;flex-wrap:wrap;justify-content:center}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;color:#ef4444;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.8),0 1px 2px rgba(0,0,0,.9)}.stat-label{font-size:.9rem;color:#cbd5e1;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.8)}.hero-badge{position:absolute;top:2rem;right:2rem;z-index:3;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;font-size:.9rem;font-weight:700;padding:1rem 1.5rem;border-radius:50px;box-shadow:0 4px 20px #dc26264d;display:flex;flex-direction:column;align-items:center;gap:.25rem;animation:slideInRight .8s ease-out}.carousel-indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:3}.indicator{width:12px;height:12px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s ease}.indicator.active{background:#ef4444;transform:scale(1.2)}.indicator:hover{background:#fffc}.hero__background-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(220,38,38,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(245,101,101,.03) 0%,transparent 50%);pointer-events:none}.hero__grid.redesigned{display:flex;gap:3rem;align-items:stretch;position:relative;z-index:2}.hero__left{flex:1.2;display:flex;flex-direction:column;justify-content:center;min-width:0}.hero__right{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:0;gap:2rem}.hero__image-wrapper{position:relative;width:100%;max-width:420px;margin:0 auto 1.5rem}.hero__image.redesigned{width:100%;max-width:420px;height:auto;border-radius:1.5rem;box-shadow:0 12px 32px #0f172a2e;display:block}.hero__image-overlay{position:absolute;bottom:.5rem;left:.5rem;z-index:2}.hero__image-badge{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;font-size:.85rem;font-weight:700;padding:.5rem 1.2rem;border-radius:999px;box-shadow:0 2px 8px #dc262626;display:flex;align-items:center;gap:.5rem}.hero__subtitle{display:block;font-size:1.2rem;font-weight:600;color:#6b7280;margin-top:.5rem}.hero__content{animation:fadeInUp .8s ease-out}.hero__eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;color:var(--red);font-weight:700;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.hero__location-dot{font-size:1rem;animation:pulse 2s infinite}.hero__title{font-size:2.8rem;line-height:1.1;color:var(--dark);margin-bottom:1rem;font-weight:800}.hero__title span{position:relative;display:inline-block}.highlight-green{color:var(--red);background:linear-gradient(135deg,var(--red),#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.highlight-red{color:#dc2626;background:linear-gradient(135deg,#dc2626,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__text{font-size:1.1rem;color:#4b5563;margin-bottom:2rem;line-height:1.6}.hero__highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}.hero__feature{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#fffffff2,#ffffffd9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(220,38,38,.2);border-radius:50px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;color:var(--dark);box-shadow:0 2px 10px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;justify-content:center;text-align:center}.hero__feature:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(220,38,38,.1),transparent);transition:left .6s}.hero__feature:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #dc262626;border-color:#dc262666;background:linear-gradient(135deg,#fff,#f0fdf4e6)}.hero__feature:hover:before{left:100%}.hero__feature-icon{font-size:1rem;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:linear-gradient(135deg,var(--red),#ef4444);border-radius:50%;color:#fff;flex-shrink:0}.hero__trust-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#dc26261a,#ef44440d);border:1px solid rgba(220,38,38,.2);border-radius:16px;padding:1.5rem 1rem;transition:all .3s ease;position:relative;overflow:hidden}.hero__trust-item:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#dc26260d,#ef444405);opacity:0;transition:opacity .3s ease}.hero__trust-item:hover{transform:translateY(-3px);box-shadow:0 10px 30px #dc262633;border-color:#dc262666}.hero__trust-item:hover:before{opacity:1}.hero__trust-number{font-size:2rem;font-weight:800;color:var(--red);display:block;margin-bottom:.5rem;background:linear-gradient(135deg,var(--red),#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__trust-label{font-size:.85rem;color:#4b5563;font-weight:600;line-height:1.3}.hero__cta-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.btn{border-radius:12px;padding:.75rem 1.25rem;min-height:44px;border:none;cursor:pointer;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn:hover:before{left:100%}.btn--large{padding:.95rem 1.75rem;font-size:1.1rem}.btn--small{padding:.55rem .95rem;font-size:.9rem}.btn--primary{background:linear-gradient(135deg,var(--red),#ef4444);color:#fff;box-shadow:0 8px 25px #dc26264d}.btn--primary:hover{background:linear-gradient(135deg,#ef4444,var(--red));transform:translateY(-2px);box-shadow:0 12px 35px #dc262666}.btn--secondary{background:linear-gradient(135deg,#1f1f1f,#000);color:#fff;box-shadow:0 8px 25px #0000004d}.btn--secondary:hover{background:linear-gradient(135deg,#000,#1f1f1f);transform:translateY(-2px)}.btn--ghost{background:#ffffffe6;color:var(--dark)}.btn--ghost:hover{transform:translateY(-2px)}.btn-icon{font-size:1.2rem}.hero__trust-indicators{display:flex;gap:2rem;flex-wrap:wrap}.hero__trust-item{text-align:center}.hero__trust-number{font-size:1.8rem;font-weight:800;color:var(--red);display:block;margin-bottom:.25rem}.hero__trust-label{font-size:.8rem;color:#6b7280;font-weight:600}.hero__meta{font-size:.75rem;color:#6b7280}.hero__meta strong{color:var(--dark)}.hero__card{background:linear-gradient(135deg,#111827,#1f2937);color:#f9fafb;border-radius:1.5rem;padding:2rem;box-shadow:0 20px 40px #0f172a66;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.hero__card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--red),#ef4444,#1f1f1f)}.hero__card--animated{animation:slideInRight .8s ease-out .2s both}.hero__card-header{margin-bottom:1rem}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;background:#dc262633;color:#fecaca;padding:.4rem .8rem;border-radius:999px;margin-bottom:.5rem;border:1px solid rgba(220,38,38,.3)}.hero__card-urgency{font-size:.8rem;color:#fca5a5;font-weight:600;display:flex;align-items:center;gap:.25rem}.hero__card-title{font-size:1.3rem;font-weight:700;margin-bottom:.75rem;line-height:1.3}.hero__card-text{font-size:.9rem;color:#d1d5db;margin-bottom:1.5rem;line-height:1.5}.hero__stats{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.85rem;margin-bottom:1.5rem}.hero__stat{display:flex;align-items:flex-start;gap:.75rem;flex:1;min-width:140px}.hero__stat-icon{font-size:1.2rem;margin-top:.1rem}.hero__stat-label{color:#9ca3af;font-size:.75rem;display:block;margin-bottom:.25rem}.hero__stat-value{font-weight:700;color:#f9fafb;display:block}.hero__card-cta{margin-top:1rem}.grid-3{display:grid;gap:1.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:#fff;border-radius:1.25rem;padding:clamp(1.25rem,2vw,1.5rem);box-shadow:0 10px 25px #0f172a0d;border:1px solid #e5e7eb;display:flex;flex-direction:column;height:100%}.card__tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#9ca3af;margin-bottom:.3rem}.card__title{font-weight:700;margin-bottom:.4rem;color:var(--dark)}.card__text{font-size:.85rem;color:#6b7280}ul.card__text{list-style:none;padding:0;margin:0}ul.card__text li{position:relative;padding-left:1.5rem}ul.card__text li:before{content:"\2713";color:var(--red);font-weight:700;position:absolute;left:0}.card__media,.card__image{display:block;width:100%;height:auto;border-radius:.8rem;border:1px solid rgba(220,38,38,.22);margin-top:1rem;margin-bottom:.75rem}.contact__image{width:100%;max-width:400px;height:auto;border-radius:1rem;margin-top:1.5rem}.service-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-top:1rem}.service-list__item{font-size:.9rem;background:#fff;border:1px solid rgba(220,38,38,.14);padding:.3rem .5rem;border-radius:.9rem;display:flex;gap:.5rem;align-items:flex-start}.service-list__item span{font-size:.8rem;color:var(--red)}.area-badges{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.5rem}.area-badge{font-size:.8rem;padding:.35rem .75rem;border-radius:999px;background:var(--red);color:#fff}.area-note{margin-top:1rem;font-size:.9rem;color:#4b5563}.gallery-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-item{border-radius:1rem;overflow:hidden;background:#111827;height:190px;position:relative;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:scale(1.02);box-shadow:0 8px 25px #0000004d}.gallery-item__image{width:100%;height:100%;object-fit:cover}.gallery-item__overlay{position:absolute;inset:0;background:linear-gradient(to top right,rgba(15,23,42,.75),transparent)}.gallery-item__label{position:absolute;left:.75rem;bottom:.6rem;color:#f9fafb;font-size:.8rem}.contact-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:2rem}.form{display:grid;gap:1rem}.form__field label{display:block;font-size:.85rem;margin-bottom:.25rem;color:#374151}.form__field input,.form__field textarea,.form__field select{width:100%;border-radius:.75rem;border:1px solid #d1d5db;padding:.6rem .8rem;font-size:.9rem;outline:none}.checkbox-group{display:grid;gap:.5rem}.checkbox-option{display:flex;align-items:center;gap:.55rem;font-size:.9rem;color:#374151;cursor:pointer}.checkbox-option input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--red)}.form__field input:focus,.form__field textarea:focus{border-color:var(--red)}.form__hint{font-size:.75rem;color:#6b7280}.form__message{padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem;animation:slideIn .3s ease}.form__message--success{background:#d1fae5;color:var(--text-color-primary);border:1px solid #ef4444}.form__message--error{background:#fee2e2;color:#991b1b;border:1px solid #ef4444}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}footer{padding:2rem 0 1.5rem;background:#111827;color:#9ca3af}.footer__top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.footer__brand{max-width:260px}.footer__brand-title{font-weight:800;font-size:1rem;color:#f9fafb;margin-bottom:.25rem}.footer__links{display:flex;flex-wrap:wrap;gap:1rem}.footer__links a{color:#9ca3af;font-size:.8rem;text-decoration:none}.footer__links a:hover{color:#f9fafb}.footer__bottom{font-size:.75rem;border-top:1px solid #1f2933;padding-top:.75rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.75rem}img{max-width:100%;height:auto}.text-center{text-align:center}.badge-red{background:#e539351f;color:#fecaca;border-radius:999px;padding:.15rem .5rem;font-size:.7rem}@media(max-width:900px){.hero__grid,.grid-3,.service-list,.gallery-grid,.contact-grid{grid-template-columns:minmax(0,1fr)}.hero{padding-top:2.5rem}.hero__title{font-size:2rem}.nav__links{justify-content:flex-end}.section{padding:3rem 0}.container{padding:1rem}}@media(max-width:768px){.hero__title{font-size:1.9rem}.section__title{font-size:1.8rem}.nav__links{gap:.5rem}.nav__link{font-size:.8rem;padding:.2rem .4rem}.btn{padding:.55rem 1rem;font-size:.9rem;min-height:40px}.hero-cta .btn--large{padding:.55rem 1rem;font-size:.9rem}.card{padding:1.25rem}.form__field input,.form__field select,.form__field textarea{font-size:1rem}.footer__links{gap:.75rem}}@media(max-width:640px){.desktop-menu{display:none}.hamburger{display:flex;width:40px;height:40px}.hamburger__line{width:28px}.nav__logo-mark{width:min(190px,55vw);max-height:40px}.hero__title{font-size:1.8rem}.hero__card{margin-top:1.5rem}.nav__brand-sub{display:none}.section{padding:2rem 0}.section__title{font-size:1.6rem}.hero__image,.about__image,.contact__image{max-width:100%}.card__media,.card__image{margin-top:.75rem}.footer__top{flex-direction:column;align-items:flex-start}.footer__bottom{flex-direction:column;align-items:center;text-align:center}}@media(max-width:1024px){.hero__grid.redesigned{flex-direction:column;gap:2rem}.hero__right{align-items:stretch;gap:1.5rem}.hero__image-wrapper{margin:0 auto 1rem;max-width:340px}}@media(max-width:768px){.hero__highlights-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hero__left{padding-right:0}.hero__image-wrapper{max-width:260px}.hero__feature,.hero__trust-item{padding:.8rem 1rem;font-size:.8rem}.hero__trust-number{font-size:1.5rem}}@media(max-width:640px){.hero__highlights-grid{grid-template-columns:1fr;gap:1rem}.hero__feature,.hero__trust-item{padding:1rem}.hero__image-wrapper{max-width:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}main,.section{animation:pageFadeIn .42s ease-out both}a,button,.btn,.nav__link,.nav__cta,[class*=card],.feature-item,.gallery__item,.comparison__card,.faq__item{transition:background-color .22s ease,color .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease}*:focus-visible{outline:3px solid var(--red);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}main,.section{animation:none!important}}
