@charset "UTF-8";:root{--rl-black: #121212;--rl-surface: #ffffff;--rl-surface-2: #f4f6f9;--rl-yellow: #e6bc00;--rl-yellow-bright: #ffde00;--rl-yellow-dim: #c9a400;--rl-red: #e31e24;--rl-red-dark: #b91519;--rl-white: #ffffff;--rl-gray: #6b7280;--rl-gray-dark: #4b5563;--color-text: #1a1a1a;--color-text-muted: #4b5563;--color-heading: #111827;--color-bg: #e8ecf2;--color-bg-alt: #dde3ec;--color-white: #ffffff;--shadow-sm: 0 2px 8px rgba(15, 23, 42, .08);--shadow-md: 0 4px 24px rgba(15, 23, 42, .1);--shadow-lg: 0 8px 40px rgba(15, 23, 42, .12);--shadow-glow-yellow: 0 8px 28px rgba(230, 188, 0, .28);--radius: 12px;--radius-lg: 20px;--radius-xl: 28px;--transition: .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: .5s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text);background:var(--color-bg);line-height:1.6;overflow-x:hidden;-webkit-text-size-adjust:100%}body.nav-open{overflow:hidden;touch-action:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section{padding:5rem 0;scroll-margin-top:88px}.section-label{display:inline-block;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--rl-yellow);margin-bottom:1rem}.section-title{font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--color-heading);margin-bottom:1rem;letter-spacing:-.02em;line-height:1.2}.section-subtitle{font-size:1.125rem;color:var(--color-text-muted);max-width:640px;margin-bottom:2.5rem;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:inherit;font-size:1rem;font-weight:600;border-radius:var(--radius);border:none;cursor:pointer;transition:var(--transition);text-decoration:none}.btn-primary-rojas{background:linear-gradient(135deg,var(--rl-yellow) 0%,var(--rl-yellow-bright) 100%);color:var(--rl-black);box-shadow:var(--shadow-glow-yellow);font-weight:700}.btn-primary-rojas:hover{transform:translateY(-2px);box-shadow:0 12px 36px #ffde004d}.btn-outline-rojas{background:transparent;color:var(--rl-yellow);border:2px solid var(--rl-yellow)}.btn-outline-rojas:hover{background:#ffde0059;color:var(--rl-black);border-color:var(--rl-yellow-dim)}@media (max-width: 768px){.container{padding-left:max(1.125rem,env(safe-area-inset-left));padding-right:max(1.125rem,env(safe-area-inset-right))}.section{padding:3.25rem 0;scroll-margin-top:76px}.section-title{font-size:clamp(1.65rem,5.5vw + .35rem,2.25rem)}.btn{min-height:50px;padding:.9rem 1.35rem;border-radius:14px;font-size:.98rem}}@keyframes hero-fade-in-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.hero-fade-in{animation:hero-fade-in-up .85s cubic-bezier(.22,1,.36,1) both}.hero-fade-in-delay-1{animation-delay:.1s}.hero-fade-in-delay-2{animation-delay:.2s}.hero-fade-in-delay-3{animation-delay:.32s}.hero-fade-in-delay-4{animation-delay:.42s}@keyframes hero-float-y{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-float{animation:hero-float-y 6s ease-in-out infinite}@keyframes rojas-orbit{to{transform:rotate(360deg)}}@keyframes rojas-pulse-card{0%,to{transform:translateY(0);box-shadow:0 16px 44px #0f172a1a}50%{transform:translateY(-4px);box-shadow:0 20px 48px #e6bc0033}}.page-rojas .reveal{opacity:0;transform:translateY(32px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.page-rojas .reveal.is-visible{opacity:1;transform:translateY(0)}.page-rojas .services-grid .reveal:nth-child(6n+1){transition-delay:.02s}.page-rojas .services-grid .reveal:nth-child(6n+2){transition-delay:.06s}.page-rojas .services-grid .reveal:nth-child(6n+3){transition-delay:.1s}.page-rojas .services-grid .reveal:nth-child(6n+4){transition-delay:.14s}.page-rojas .services-grid .reveal:nth-child(6n+5){transition-delay:.18s}.page-rojas .services-grid .reveal:nth-child(6n+6){transition-delay:.22s}@media (prefers-reduced-motion: reduce){.hero-fade-in,.hero-float,.hero-visual-orbit,.rojas-hero-card{animation:none!important}.page-rojas .reveal{opacity:1;transform:none;transition:none}}.hero{min-height:100vh;display:flex;align-items:center;padding:7rem 0 4rem;position:relative;overflow:hidden}.hero-rojas{background:linear-gradient(165deg,#f2f5fa,#e8ecf4 42%,#f4f1ec)}.hero-bg-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 15% 85%,rgba(255,222,0,.22) 0%,transparent 48%),radial-gradient(circle at 88% 12%,rgba(227,30,36,.1) 0%,transparent 45%),repeating-linear-gradient(90deg,transparent,transparent 56px,rgba(15,23,42,.03) 56px,rgba(15,23,42,.03) 57px);pointer-events:none}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center;position:relative;z-index:1}.hero-badge{display:inline-block;padding:.5rem 1rem;background:#ffde0073;color:#5c4a00;font-size:.8125rem;font-weight:600;border-radius:50px;margin-bottom:1.25rem;border:1px solid rgba(201,164,0,.45)}.hero-badge--urgent{background:#e31e2433;color:#ff6b6f;border-color:#e31e2473}.hero h1.hero-brand-heading{margin:0 0 .75rem;line-height:0;font-size:0}.hero-logo-main{width:min(100%,620px);height:auto;max-height:clamp(120px,22vw,200px);display:block;object-fit:contain;object-position:left center;filter:drop-shadow(0 6px 28px rgba(15,23,42,.12))}.hero h1:not(.hero-brand-heading){font-family:Outfit,sans-serif;font-size:clamp(2.35rem,5vw,3.75rem);font-weight:800;line-height:1.08;color:var(--color-heading);margin-bottom:1.25rem;letter-spacing:-.03em}.hero h1:not(.hero-brand-heading) .accent{color:var(--rl-yellow-dim)}.hero-subtitle{font-size:1.15rem;color:var(--rl-gray);margin-bottom:2rem;max-width:540px;line-height:1.75}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;min-height:300px}.hero-visual-orbit{position:absolute;width:min(320px,88vw);height:min(320px,88vw);border-radius:50%;border:2px dashed rgba(201,164,0,.35);animation:rojas-orbit 42s linear infinite;pointer-events:none}.hero-visual-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.rojas-hero-card{background:#ffffffeb;border:1px solid rgba(15,23,42,.08);border-radius:var(--radius-xl);padding:1.75rem 2rem;box-shadow:0 18px 50px #0f172a1a;animation:rojas-pulse-card 5s ease-in-out infinite;max-width:100%}.hero-stats{display:flex;gap:2.5rem;flex-wrap:wrap;justify-content:center}.hero-stat{text-align:center}.hero-stat-number{display:block;font-family:Outfit,sans-serif;font-size:2.35rem;font-weight:800;color:var(--rl-yellow-dim);line-height:1}.hero-stat-label{font-size:.875rem;color:var(--rl-gray);margin-top:.35rem}.hero-chip-row{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.hero-chip{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:.4rem .85rem;border-radius:999px;background:#0f172a0d;border:1px solid rgba(15,23,42,.1);color:var(--rl-gray-dark)}.section-services{background:var(--color-bg-alt)}.section-services .section-title{color:var(--color-heading)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.35rem}.service-card{padding:1.75rem 1.5rem;background:var(--rl-surface-2);border-radius:var(--radius-lg);border:1px solid rgba(255,222,0,.12);transition:var(--transition);box-shadow:var(--shadow-sm)}.service-card:hover{transform:translateY(-4px);border-color:#ffde0059;box-shadow:var(--shadow-glow-yellow)}.service-icon{width:52px;height:52px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:1.15rem;background:linear-gradient(135deg,#ffde0040,#e31e2426);color:var(--rl-yellow)}.service-icon svg{width:26px;height:26px}.service-card h3{font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:700;color:var(--color-heading);margin-bottom:.6rem}.service-card p{color:var(--color-text-muted);font-size:.95rem;line-height:1.65}.section-stats{padding:0;scroll-margin-top:88px}.stats-bar{background:linear-gradient(105deg,#f8fafc,#eef2f7 45%,#f3f5f8);border-block:1px solid rgba(15,23,42,.08);box-shadow:inset 0 1px #fffc}.stats-bar-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem 1rem;padding:2.35rem 1.5rem;text-align:center}.stats-col{display:flex;flex-direction:column;gap:.35rem;align-items:center;min-width:0}.stats-num{font-family:Outfit,sans-serif;font-size:clamp(1.85rem,4vw,2.75rem);font-weight:800;color:#b45309;line-height:1.05;letter-spacing:-.02em}.stats-label{font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--color-heading);line-height:1.35;max-width:12rem}.stats-sub{font-size:.8rem;color:var(--rl-gray);line-height:1.4;max-width:11rem}.stats-footnote{padding:.85rem 1.5rem 2.25rem;font-size:.78rem;color:var(--rl-gray-dark);line-height:1.5;max-width:920px}.section-reviews{background:var(--color-bg);border-top:1px solid rgba(15,23,42,.06)}.section-title--center,.section-subtitle--center{text-align:center;margin-left:auto;margin-right:auto}.section-subtitle--center{max-width:640px}.reviews-carousel{margin-top:2rem}.reviews-carousel-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem;align-items:stretch}.review-card{background:var(--rl-surface);border:1px solid rgba(15,23,42,.08);border-radius:var(--radius-lg);padding:1.25rem 1.2rem 1.1rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.5rem;min-height:100%}.review-card-top{display:flex;align-items:flex-start;gap:.65rem;position:relative}.review-head-text{flex:1;min-width:0;padding-right:1.75rem}.review-name{font-weight:700;color:var(--color-heading);font-size:.95rem}.review-google{position:absolute;top:0;right:0;opacity:.95}.review-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;color:#0a0a0a;flex-shrink:0}.review-avatar--coral{background:#ff8a65}.review-avatar--teal{background:#4dd0c4}.review-avatar--violet{background:#b39ddb}.review-avatar--amber{background:#ffd54f}.review-avatar--rose{background:#f48fb1}.review-avatar--sky{background:#81d4fa}.review-stars{display:flex;gap:2px;color:var(--rl-yellow-dim)}.review-star{width:16px;height:16px}.review-meta{font-size:.75rem;color:var(--rl-gray-dark)}.review-body{font-size:.88rem;color:var(--color-text-muted);line-height:1.55;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.review-body--expanded{display:block;-webkit-line-clamp:unset;overflow:visible}.review-toggle{align-self:flex-start;margin-top:.15rem;padding:0;border:none;background:none;font:inherit;font-size:.82rem;font-weight:700;color:var(--rl-yellow);cursor:pointer;text-decoration:underline;text-underline-offset:3px}.review-toggle:hover{color:var(--rl-yellow-bright)}.reviews-carousel-nav{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:1.75rem}.reviews-nav-btn{width:44px;height:44px;border-radius:50%;border:1px solid rgba(201,164,0,.35);background:#ffffffd9;color:var(--rl-yellow-dim);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition)}.reviews-nav-btn:hover{background:#ffde0059;border-color:#c9a4008c}.reviews-dots{display:flex;gap:.5rem}.reviews-dot{width:9px;height:9px;border-radius:50%;border:none;padding:0;background:#0f172a33;cursor:pointer;transition:var(--transition)}.reviews-dot--active{background:var(--rl-yellow-dim);transform:scale(1.15)}.section-trust{padding:0;scroll-margin-top:88px}.trust-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:min(520px,70vh)}.trust-split-text{background:linear-gradient(165deg,#f6f8fc,#eef2f8,#faf8f5);padding:clamp(2rem,5vw,3.5rem);display:flex;flex-direction:column;justify-content:center;gap:1rem;border-right:1px solid rgba(15,23,42,.08)}.trust-kicker{font-size:.75rem;font-weight:800;letter-spacing:.14em;color:var(--rl-red)}.trust-big{margin:0}.trust-big-num{font-family:Outfit,sans-serif;font-size:clamp(3.2rem,8vw,5rem);font-weight:800;color:#b45309;line-height:1;letter-spacing:-.03em}.trust-title{font-family:Outfit,sans-serif;font-size:clamp(1.15rem,2.5vw,1.5rem);font-weight:800;letter-spacing:.08em;color:var(--rl-yellow-dim);margin:0}.trust-body{color:var(--color-text-muted);font-size:1rem;line-height:1.75;max-width:36rem;margin:.25rem 0 .5rem}.trust-cta{align-self:flex-start;margin-top:.5rem}.trust-split-visual{position:relative;min-height:280px;background:#e2e8f0}.trust-split-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.section-faq{background:var(--rl-surface);border-top:1px solid rgba(15,23,42,.08)}.section-faq .section-title{color:var(--color-heading)}.faq-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.55fr);gap:2.5rem 3rem;align-items:start}.faq-list{list-style:none;margin-top:1.5rem;border-left:2px solid rgba(15,23,42,.1);padding-left:.5rem}.faq-item{border-bottom:1px solid rgba(15,23,42,.08)}.faq-item:last-child{border-bottom:none}.faq-trigger{width:100%;display:grid;grid-template-columns:auto 1fr auto;gap:.75rem 1rem;align-items:start;padding:1.1rem .35rem 1.1rem .75rem;background:none;border:none;color:inherit;text-align:left;cursor:pointer;font:inherit}.faq-num{font-family:Outfit,sans-serif;font-weight:800;color:var(--color-heading);font-size:1rem;line-height:1.4}.faq-q{font-weight:700;color:var(--color-heading);font-size:1rem;line-height:1.45}.faq-icon{font-size:1.25rem;font-weight:600;color:var(--rl-yellow);line-height:1}.faq-panel{padding:0 .35rem 1.15rem 2.4rem}.faq-panel p{color:var(--color-text-muted);font-size:.95rem;line-height:1.7}.faq-deco{position:relative;display:flex;align-items:center;justify-content:center;min-height:320px}.faq-deco-ring{position:absolute;width:min(280px,70vw);height:min(280px,70vw);border-radius:50%;border:2px dashed rgba(255,222,0,.15)}.faq-deco-mark{position:relative;width:min(200px,45vw);height:auto;opacity:.95;filter:drop-shadow(0 12px 28px rgba(15,23,42,.15))}.section-areas{padding:0;scroll-margin-top:88px}.areas-wrap{position:relative;background:linear-gradient(180deg,#e4e9f0,#d8dfe8);border-top:1px solid rgba(15,23,42,.08);overflow:hidden}.areas-watermark{position:absolute;right:-6%;top:50%;transform:translateY(-50%);opacity:.07;pointer-events:none}.areas-watermark img{width:min(420px,55vw);height:auto;display:block}.areas-inner{position:relative;z-index:1;padding-block:4.5rem}.areas-grid{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem 1.25rem;margin-top:2rem;max-width:1000px;margin-left:auto;margin-right:auto}.areas-item{display:flex;align-items:center;gap:.45rem;font-size:.92rem;color:var(--color-text-muted)}.areas-pin{flex-shrink:0;color:var(--rl-yellow-dim)}.section-about{background:var(--color-bg-alt);border-top:1px solid rgba(15,23,42,.08)}.section-about .section-title{color:var(--color-heading)}.about-grid{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.about-block h3{font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700;color:var(--rl-yellow);margin-bottom:.65rem}.about-block p{color:var(--color-text-muted);line-height:1.75;margin-bottom:1.75rem}.values-list{display:flex;flex-wrap:wrap;gap:.65rem}.value-tag{padding:.45rem 1rem;background:#ffde0038;color:#5c4a00;font-weight:600;font-size:.875rem;border-radius:999px;border:1px solid rgba(201,164,0,.35)}.about-side-card{background:linear-gradient(180deg,#ffffff 0%,var(--rl-surface-2) 100%);border-radius:var(--radius-xl);padding:2rem;border:1px solid rgba(15,23,42,.1);position:sticky;top:96px;box-shadow:var(--shadow-sm)}.about-side-card h3{font-family:Outfit,sans-serif;font-size:1.1rem;color:var(--color-heading);margin-bottom:1rem}.about-side-list{list-style:none}.about-side-list li{display:flex;align-items:flex-start;gap:.65rem;padding:.65rem 0;border-bottom:1px solid rgba(15,23,42,.08);color:var(--color-text-muted);font-size:.95rem}.about-side-list li:last-child{border-bottom:none}.about-side-list svg{flex-shrink:0;margin-top:3px;color:var(--rl-red)}.section-map{background:var(--color-bg);border-top:1px solid rgba(15,23,42,.06)}.section-map .section-title{color:var(--color-heading)}.map-shell{border-radius:var(--radius-xl);overflow:hidden;border:1px solid rgba(15,23,42,.1);box-shadow:var(--shadow-md);background:#cbd5e1}.map-iframe{display:block;width:100%;height:min(420px,56vh);min-height:280px;border:none}.map-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;align-items:center}@media (max-width: 768px){.map-actions{flex-direction:column}.map-actions .btn{width:100%;justify-content:center}.map-iframe{min-height:240px;height:48vh}}.section-contact{background:linear-gradient(180deg,#f1f4f8,#e5eaf1);padding-top:4.5rem;padding-bottom:4.5rem;border-top:1px solid rgba(15,23,42,.06)}.rojas-quote-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media (min-width: 900px){.rojas-quote-grid{grid-template-columns:1fr 1fr;gap:3rem}}.rojas-heading{font-family:Outfit,sans-serif;font-size:clamp(1.65rem,3vw,2.15rem);font-weight:800;color:var(--color-heading);margin:0 0 .75rem;letter-spacing:-.02em}.rojas-lead{font-size:1.05rem;color:var(--color-text-muted);line-height:1.65;max-width:560px;margin:0 0 1.75rem}.rojas-quote-list{margin:0;padding-left:1.2rem;color:var(--rl-gray);line-height:1.8}.rojas-quote-list li{margin-bottom:.35rem}.rojas-quote-card{background:linear-gradient(165deg,#ffde0026,#fff 45%);border:1px solid rgba(15,23,42,.1);border-radius:1.35rem;padding:2rem;box-shadow:var(--shadow-md)}.rojas-form{display:flex;flex-direction:column;gap:1rem}.rojas-field label{font-size:.85rem;font-weight:600;color:var(--rl-gray)}.rojas-field input,.rojas-field textarea{font:inherit;width:100%;padding:.8rem 1rem;border-radius:.75rem;border:1px solid rgba(15,23,42,.12);background:#fffffff2;color:var(--color-text);margin-top:.35rem;transition:border-color .2s ease,box-shadow .2s ease}.rojas-field input::placeholder,.rojas-field textarea::placeholder{color:var(--rl-gray-dark)}.rojas-field input:focus,.rojas-field textarea:focus{outline:none;border-color:var(--rl-yellow);box-shadow:0 0 0 3px #ffde0026}.btn-rojas-submit{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.9rem 1.35rem;min-height:52px;border-radius:999px;font-weight:700;font-size:.98rem;font-family:inherit;cursor:pointer;border:none;background:linear-gradient(135deg,var(--rl-yellow) 0%,var(--rl-yellow-bright) 100%);color:var(--rl-black);box-shadow:0 12px 28px #ffde0040;transition:transform .28s ease,box-shadow .28s ease}.btn-rojas-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 36px #ffde0052}.btn-rojas-submit:disabled{opacity:.5;cursor:not-allowed}.rojas-form-note{font-size:.8rem;color:var(--rl-gray-dark);margin:0;line-height:1.5}.footer-rojas{background:#d0d8e4;color:var(--color-heading);padding:3.5rem 0 2rem;border-top:1px solid rgba(15,23,42,.1)}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.footer-brand{max-width:340px}.footer-brand p{color:var(--color-text-muted);font-size:.95rem;line-height:1.65;margin:1rem 0}.footer-logo{height:52px;width:auto}.footer-social a{color:var(--rl-yellow);font-weight:600;text-decoration:none}.footer-social a:hover{text-decoration:underline}.footer-links{display:flex;gap:3rem;flex-wrap:wrap}.footer-links h4{font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--color-heading)}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem;color:var(--color-text-muted);font-size:.95rem}.footer-links a{color:var(--color-heading);text-decoration:none}.footer-links a:hover{color:var(--rl-yellow-dim)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(15,23,42,.12);text-align:center;color:var(--rl-gray-dark);font-size:.875rem}@media (max-width: 1024px){.about-grid{grid-template-columns:1fr}.about-side-card{position:static}}@media (max-width: 768px){.hero{min-height:auto;padding:calc(5rem + env(safe-area-inset-top)) 0 2.75rem}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-logo-main{margin-left:auto;margin-right:auto;object-position:center;max-height:clamp(100px,28vw,160px)}.hero-buttons{justify-content:center;flex-direction:column;width:100%;max-width:100%}.hero-buttons .btn{width:100%}.hero-visual{order:-1;min-height:240px}.hero-visual-orbit{width:min(260px,78vw);height:min(260px,78vw);opacity:.55}.hero-stats{gap:1.5rem}.hero-stat-number{font-size:1.95rem}.services-grid{grid-template-columns:1fr}.footer-content{flex-direction:column}.footer-links{flex-direction:column;gap:1.5rem}.stats-bar-inner{grid-template-columns:repeat(2,1fr);padding:1.75rem 1.25rem;gap:1.35rem .75rem}.reviews-carousel-track,.trust-split{grid-template-columns:1fr}.trust-split-text{border-right:none;border-bottom:1px solid rgba(255,222,0,.1)}.trust-split-visual{min-height:220px}.faq-layout{grid-template-columns:1fr}.faq-deco{display:none}.faq-panel{padding-left:1.5rem}.areas-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 769px) and (max-width: 1024px){.reviews-carousel-track{grid-template-columns:repeat(2,minmax(0,1fr))}.areas-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
