.Navbar-module__ZERf_q__header{z-index:var(--z-sticky);-webkit-backdrop-filter:blur(12px);transition:all var(--transition-base);background:#ffffffe6;border-bottom:1px solid #0000;position:sticky;top:0}.Navbar-module__ZERf_q__header.Navbar-module__ZERf_q__scrolled{border-bottom-color:var(--color-border);box-shadow:var(--shadow-sm);background:#fffffff7}.Navbar-module__ZERf_q__inner{align-items:center;gap:var(--space-6);height:72px;display:flex}.Navbar-module__ZERf_q__logo{align-items:center;gap:var(--space-3);flex-shrink:0;text-decoration:none;display:flex}.Navbar-module__ZERf_q__logoImg{border-radius:var(--border-radius-sm);object-fit:contain}.Navbar-module__ZERf_q__logoText{flex-direction:column;line-height:1.2;display:flex}.Navbar-module__ZERf_q__logoName{font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--color-navy)}.Navbar-module__ZERf_q__logoClaim{font-size:var(--text-xs);color:var(--color-teal);font-weight:var(--weight-medium);letter-spacing:.04em;text-transform:uppercase}.Navbar-module__ZERf_q__desktopNav{flex:1;justify-content:center;display:flex}.Navbar-module__ZERf_q__navList{align-items:center;gap:var(--space-1);display:flex}.Navbar-module__ZERf_q__navItem{position:relative}.Navbar-module__ZERf_q__navLink{padding:var(--space-2) var(--space-3);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text);border-radius:var(--border-radius-sm);transition:all var(--transition-fast);white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.Navbar-module__ZERf_q__navLink:hover,.Navbar-module__ZERf_q__navLink.Navbar-module__ZERf_q__active{color:var(--color-navy);background:var(--color-surface-alt)}.Navbar-module__ZERf_q__navLink.Navbar-module__ZERf_q__active{color:var(--color-teal);font-weight:var(--weight-semibold)}.Navbar-module__ZERf_q__chevron{transition:transform var(--transition-fast);opacity:.6;font-size:11px}.Navbar-module__ZERf_q__chevronOpen{transform:rotate(180deg)}.Navbar-module__ZERf_q__dropdownTrigger{position:relative}.Navbar-module__ZERf_q__dropdown{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);padding:var(--space-3);z-index:var(--z-overlay);width:520px;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}[dir=rtl] .Navbar-module__ZERf_q__dropdown{left:auto;right:50%;transform:translate(50%)}.Navbar-module__ZERf_q__dropdownGrid{gap:var(--space-1);grid-template-columns:repeat(2,1fr);display:grid}.Navbar-module__ZERf_q__dropdownItem{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text);border-radius:var(--border-radius-sm);transition:all var(--transition-fast);display:flex}.Navbar-module__ZERf_q__dropdownItem:hover{background:var(--color-surface-alt);color:var(--color-navy)}.Navbar-module__ZERf_q__dropdownIconWrap{border-radius:var(--border-radius-sm);width:32px;height:32px;transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Navbar-module__ZERf_q__actions{align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.Navbar-module__ZERf_q__langSwitcher{position:relative}.Navbar-module__ZERf_q__langBtn{padding:var(--space-2) var(--space-3);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-muted);border-radius:var(--border-radius-sm);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:6px;display:flex}.Navbar-module__ZERf_q__langBtn:hover{background:var(--color-surface-alt);color:var(--color-navy)}.Navbar-module__ZERf_q__langCurrent{text-overflow:ellipsis;white-space:nowrap;max-width:70px;overflow:hidden}.Navbar-module__ZERf_q__langDropdown{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);padding:var(--space-2);z-index:var(--z-overlay);flex-direction:column;gap:2px;min-width:160px;display:flex;position:absolute;top:calc(100% + 8px);right:0}[dir=rtl] .Navbar-module__ZERf_q__langDropdown{left:0;right:auto}.Navbar-module__ZERf_q__langItem{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);font-size:var(--text-sm);color:var(--color-text-muted);border-radius:var(--border-radius-sm);transition:all var(--transition-fast);display:flex}.Navbar-module__ZERf_q__langItem:hover{background:var(--color-surface-alt);color:var(--color-navy)}.Navbar-module__ZERf_q__navFlag,.Navbar-module__ZERf_q__dropdownFlag{object-fit:cover;border-radius:50%;flex-shrink:0;width:22px;height:22px;box-shadow:0 0 0 1px #0000001a}.Navbar-module__ZERf_q__langActive{font-weight:var(--weight-semibold);color:var(--color-teal)!important;background:var(--color-teal-light)!important}.Navbar-module__ZERf_q__phoneBtn{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-navy);white-space:nowrap;transition:color var(--transition-fast);align-items:center;gap:6px;display:flex}.Navbar-module__ZERf_q__phoneBtn:hover{color:var(--color-teal)}.Navbar-module__ZERf_q__phoneTxt{font-size:var(--text-sm)}.Navbar-module__ZERf_q__hamburger{padding:var(--space-2);color:var(--color-navy);border-radius:var(--border-radius-sm);transition:background var(--transition-fast);display:none}.Navbar-module__ZERf_q__hamburger:hover{background:var(--color-surface-alt)}.Navbar-module__ZERf_q__overlay{z-index:var(--z-overlay);background:#0d2b3e80;position:fixed;inset:0}.Navbar-module__ZERf_q__mobileMenu{background:var(--color-white);width:min(380px,90vw);height:100dvh;z-index:var(--z-modal);padding:var(--space-6);gap:var(--space-6);box-shadow:var(--shadow-xl);flex-direction:column;display:flex;position:fixed;top:0;right:0;overflow-y:auto}[dir=rtl] .Navbar-module__ZERf_q__mobileMenu{left:0;right:auto}.Navbar-module__ZERf_q__closeBtn{padding:var(--space-2);color:var(--color-text-muted);border-radius:var(--border-radius-sm);transition:all var(--transition-fast);align-self:flex-end}.Navbar-module__ZERf_q__closeBtn:hover{background:var(--color-surface-alt);color:var(--color-navy)}.Navbar-module__ZERf_q__mobileNavList{gap:var(--space-1);flex-direction:column;display:flex}.Navbar-module__ZERf_q__mobileNavLink{padding:var(--space-3) var(--space-4);font-size:var(--text-lg);font-weight:var(--weight-medium);color:var(--color-text);border-radius:var(--border-radius);transition:all var(--transition-fast);display:block}.Navbar-module__ZERf_q__mobileNavLink:hover{background:var(--color-surface-alt);color:var(--color-navy)}.Navbar-module__ZERf_q__mobileCTAs{gap:var(--space-3);flex-direction:column;display:flex}.Navbar-module__ZERf_q__mobileLangs{gap:var(--space-2);padding-top:var(--space-4);border-top:1px solid var(--color-border);flex-wrap:wrap;display:flex}.Navbar-module__ZERf_q__mobileSocials{justify-content:center;gap:var(--space-4);margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--color-border);display:flex}.Navbar-module__ZERf_q__mobileSocials a{background:var(--color-surface-alt);width:44px;height:44px;color:var(--color-navy);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.Navbar-module__ZERf_q__mobileSocials a:hover{background:var(--color-teal);color:var(--color-white);transform:scale(1.1)}.Navbar-module__ZERf_q__mobileLangItem{padding:var(--space-2) var(--space-3);font-size:var(--text-sm);color:var(--color-text-muted);border-radius:var(--border-radius-full);border:1px solid var(--color-border);transition:all var(--transition-fast)}.Navbar-module__ZERf_q__mobileLangItem:hover{border-color:var(--color-teal);color:var(--color-teal)}@media (max-width:1100px){.Navbar-module__ZERf_q__phoneTxt{display:none}}@media (max-width:900px){.Navbar-module__ZERf_q__desktopNav,.Navbar-module__ZERf_q__phoneBtn{display:none}.Navbar-module__ZERf_q__inner{justify-content:space-between}.Navbar-module__ZERf_q__hamburger{background:var(--color-surface-alt);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:flex}}@media (max-width:600px){.Navbar-module__ZERf_q__logoText{display:none}.Navbar-module__ZERf_q__inner{gap:var(--space-2)}.Navbar-module__ZERf_q__actions{gap:var(--space-3)}.Navbar-module__ZERf_q__langCurrent{display:none}}
.Footer-module__hP-FLq__footer{background:var(--color-navy);color:var(--color-white)}.Footer-module__hP-FLq__main{padding:var(--space-16) 0 var(--space-12)}.Footer-module__hP-FLq__grid{gap:var(--space-12);grid-template-columns:1.4fr 1fr 1fr 1.2fr;display:grid}.Footer-module__hP-FLq__brand{gap:var(--space-5);flex-direction:column;display:flex}.Footer-module__hP-FLq__logoLink{align-items:center;gap:var(--space-3);display:flex}.Footer-module__hP-FLq__logoImg{border-radius:var(--border-radius-sm);object-fit:contain}.Footer-module__hP-FLq__logoName{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-white);line-height:1.2}.Footer-module__hP-FLq__logoClaim{font-size:var(--text-xs);color:var(--color-teal);font-weight:var(--weight-medium);text-transform:uppercase;letter-spacing:.06em}.Footer-module__hP-FLq__tagline{font-size:var(--text-sm);color:#ffffff8c;line-height:var(--leading-relaxed);max-width:28ch}.Footer-module__hP-FLq__ratingBox{align-items:center;gap:var(--space-2);display:flex}.Footer-module__hP-FLq__ratingStars{gap:2px;display:flex}.Footer-module__hP-FLq__ratingNum{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-gold)}.Footer-module__hP-FLq__ratingCount{font-size:var(--text-xs);color:#ffffff80}.Footer-module__hP-FLq__socials{gap:var(--space-3);display:flex}.Footer-module__hP-FLq__socials a{color:#ffffffb3;width:38px;height:38px;transition:all var(--transition-fast);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__hP-FLq__socials a:hover{background:var(--color-teal);color:var(--color-white);transform:translateY(-2px)}.Footer-module__hP-FLq__colTitle{font-size:var(--text-sm);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:var(--space-4)}.Footer-module__hP-FLq__linkList{gap:var(--space-2);flex-direction:column;display:flex}.Footer-module__hP-FLq__footerLink{font-size:var(--text-sm);color:#ffffffa6;transition:color var(--transition-fast);line-height:var(--leading-relaxed)}.Footer-module__hP-FLq__footerLink:hover{color:var(--color-teal)}.Footer-module__hP-FLq__contactList{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__hP-FLq__contactList li{align-items:flex-start;gap:var(--space-3);display:flex}.Footer-module__hP-FLq__contactIcon{color:var(--color-teal);flex-shrink:0;margin-top:3px}.Footer-module__hP-FLq__hours{margin-top:var(--space-5);padding-top:var(--space-5);border-top:1px solid #ffffff1a}.Footer-module__hP-FLq__hoursTitle{font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.08em;color:#fff6;margin-bottom:var(--space-3)}.Footer-module__hP-FLq__hoursRow{font-size:var(--text-sm);color:#ffffffa6;justify-content:space-between;padding:3px 0;display:flex}.Footer-module__hP-FLq__closed{color:#ffffff4d;font-style:italic}.Footer-module__hP-FLq__bottom{padding:var(--space-5) 0;border-top:1px solid #ffffff14}.Footer-module__hP-FLq__bottomInner{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.Footer-module__hP-FLq__copyright{font-size:var(--text-sm);color:#fff6}.Footer-module__hP-FLq__legalLinks{gap:var(--space-5);display:flex}.Footer-module__hP-FLq__legalLink{font-size:var(--text-sm);color:#fff6;transition:color var(--transition-fast)}.Footer-module__hP-FLq__legalLink:hover{color:var(--color-teal)}@media (max-width:1100px){.Footer-module__hP-FLq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Footer-module__hP-FLq__grid{gap:var(--space-8);grid-template-columns:1fr}.Footer-module__hP-FLq__bottomInner{text-align:center;flex-direction:column}}
.FloatingCTA-module__PIHLkq__wrapper{bottom:var(--space-6);right:var(--space-6);align-items:flex-end;gap:var(--space-3);z-index:var(--z-sticky);flex-direction:column;display:flex;position:fixed}[dir=rtl] .FloatingCTA-module__PIHLkq__wrapper{right:auto;left:var(--space-6);align-items:flex-start}.FloatingCTA-module__PIHLkq__btn{width:52px;height:52px;color:var(--color-white);box-shadow:var(--shadow-lg);transition:all var(--transition-base);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.FloatingCTA-module__PIHLkq__whatsapp{background:#25d366;width:60px;height:60px;box-shadow:0 4px 20px #25d36666}.FloatingCTA-module__PIHLkq__phone{background:var(--color-navy)}.FloatingCTA-module__PIHLkq__scrollTop{background:var(--color-teal);width:44px;height:44px}.FloatingCTA-module__PIHLkq__tooltip{white-space:nowrap;background:var(--color-navy);color:var(--color-white);font-size:var(--text-xs);font-weight:var(--weight-medium);border-radius:var(--border-radius-sm);pointer-events:none;opacity:0;transition:all var(--transition-fast);padding:6px 12px;position:absolute;right:calc(100% + 12px);transform:translate(6px)}[dir=rtl] .FloatingCTA-module__PIHLkq__tooltip{left:calc(100% + 12px);right:auto;transform:translate(-6px)}.FloatingCTA-module__PIHLkq__tooltip:after{content:"";border:5px solid #0000;border-right:none;border-left-color:var(--color-navy);position:absolute;top:50%;right:-5px;transform:translateY(-50%)}[dir=rtl] .FloatingCTA-module__PIHLkq__tooltip:after{border-left:none;border-right-color:var(--color-navy);left:-5px;right:auto}.FloatingCTA-module__PIHLkq__btn:hover .FloatingCTA-module__PIHLkq__tooltip{opacity:1;transform:translate(0)}[dir=rtl] .FloatingCTA-module__PIHLkq__btn:hover .FloatingCTA-module__PIHLkq__tooltip{transform:translate(0)}@media (max-width:480px){.FloatingCTA-module__PIHLkq__wrapper{bottom:var(--space-4);right:var(--space-4)}[dir=rtl] .FloatingCTA-module__PIHLkq__wrapper{left:var(--space-4);right:auto}.FloatingCTA-module__PIHLkq__whatsapp,.FloatingCTA-module__PIHLkq__phone{display:none}}
.FloatingSocial-module__s7_SxG__wrapper{z-index:var(--z-sticky);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-border);border-radius:0 var(--border-radius-lg) var(--border-radius-lg) 0;box-shadow:var(--shadow-md);padding:var(--space-4) var(--space-3);align-items:center;gap:var(--space-4);transition:all var(--transition-base);background:#ffffffbf;border-left:none;flex-direction:column;display:flex;position:fixed;top:50%;left:0;transform:translateY(-50%)}[dir=rtl] .FloatingSocial-module__s7_SxG__wrapper{border-left:1px solid var(--color-border);border-radius:var(--border-radius-lg) 0 0 var(--border-radius-lg);border-right:none;left:auto;right:0}.FloatingSocial-module__s7_SxG__link{color:var(--color-text-muted);transition:all var(--transition-spring);background:var(--color-white);width:40px;height:40px;box-shadow:var(--shadow-xs);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.FloatingSocial-module__s7_SxG__link:hover{box-shadow:var(--shadow-sm);transform:scale(1.15)translateY(-2px)}.FloatingSocial-module__s7_SxG__instagram:hover{color:#e1306c}.FloatingSocial-module__s7_SxG__tiktok:hover{color:#000}.FloatingSocial-module__s7_SxG__facebook:hover{color:#1877f2}.FloatingSocial-module__s7_SxG__tooltip{white-space:nowrap;background:var(--color-navy);color:var(--color-white);font-size:var(--text-xs);font-weight:var(--weight-medium);border-radius:var(--border-radius-sm);pointer-events:none;opacity:0;transition:all var(--transition-base);padding:6px 12px;position:absolute;left:calc(100% + 16px);transform:translate(-10px)}[dir=rtl] .FloatingSocial-module__s7_SxG__tooltip{left:auto;right:calc(100% + 16px);transform:translate(10px)}.FloatingSocial-module__s7_SxG__tooltip:before{content:"";border:5px solid #0000;border-right-color:var(--color-navy);border-left:none;position:absolute;top:50%;left:-5px;transform:translateY(-50%)}[dir=rtl] .FloatingSocial-module__s7_SxG__tooltip:before{border-right:none;border-left-color:var(--color-navy);left:auto;right:-5px}.FloatingSocial-module__s7_SxG__link:hover .FloatingSocial-module__s7_SxG__tooltip{opacity:1;transform:translate(0)}[dir=rtl] .FloatingSocial-module__s7_SxG__link:hover .FloatingSocial-module__s7_SxG__tooltip{transform:translate(0)}@media (max-width:768px){.FloatingSocial-module__s7_SxG__wrapper{display:none}}
:root{--color-navy:#0d2b3e;--color-navy-light:#1a4d6e;--color-teal:#2ba3b6;--color-teal-dark:#1f7a8a;--color-teal-light:#e6f6f9;--color-gold:#d4a84b;--color-gold-light:#fbf3e2;--color-white:#fff;--color-surface:#fafbfc;--color-surface-alt:#f0f4f7;--color-border:#e2e8f0;--color-border-dark:#c8d3dd;--color-text:#1a1a2e;--color-text-muted:#5a6a7a;--color-text-light:#8a9bad;--color-success:#2d9f6f;--color-error:#e53e3e;--font-primary:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-serif:"Playfair Display", Georgia, serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;--leading-tight:1.25;--leading-snug:1.375;--leading-normal:1.5;--leading-relaxed:1.625;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--container-max:1240px;--container-pad:clamp(1rem, 5vw, 2rem);--section-pad-y:clamp(4rem, 8vw, 7rem);--border-radius:.75rem;--border-radius-sm:.375rem;--border-radius-lg:1.25rem;--border-radius-xl:2rem;--border-radius-full:9999px;--shadow-xs:0 1px 2px #0000000d;--shadow-sm:0 2px 8px #0d2b3e0f;--shadow-md:0 4px 20px #0d2b3e1a;--shadow-lg:0 8px 40px #0d2b3e24;--shadow-xl:0 16px 60px #0d2b3e2e;--shadow-teal:0 4px 20px #2ba3b640;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--transition-spring:.4s cubic-bezier(.34, 1.56, .64, 1);--z-base:0;--z-above:10;--z-sticky:100;--z-overlay:200;--z-modal:300;--z-toast:400}[dir=rtl]{--font-primary:var(--font-arabic), system-ui, sans-serif;--font-serif:var(--font-arabic-display), var(--font-arabic), Georgia, serif}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;tab-size:4}body{font-family:var(--font-primary);font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--color-text);background-color:var(--color-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[dir=rtl]{--font-primary:var(--font-arabic)!important;--font-serif:var(--font-arabic-display)!important}[dir=rtl] body{text-align:right}img,video{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none}.container{width:100%;max-width:var(--container-max);padding-inline:var(--container-pad);margin-inline:auto}.section{padding-block:var(--section-pad-y);position:relative;overflow-x:clip}.section--alt{background-color:var(--color-surface-alt)}.section--dark{background-color:var(--color-navy);color:var(--color-white)}.heading-display{font-size:clamp(var(--text-4xl), 5vw, var(--text-6xl));font-weight:var(--weight-bold);line-height:var(--leading-tight);letter-spacing:-.02em;color:var(--color-navy)}.heading-1{font-size:clamp(var(--text-3xl), 4vw, var(--text-5xl));font-weight:var(--weight-bold);line-height:var(--leading-tight);letter-spacing:-.02em;color:var(--color-navy)}.heading-2{font-size:clamp(var(--text-2xl), 3vw, var(--text-4xl));font-weight:var(--weight-bold);line-height:var(--leading-snug);letter-spacing:-.01em;color:var(--color-navy)}.heading-3{font-size:clamp(var(--text-xl), 2vw, var(--text-2xl));font-weight:var(--weight-semibold);line-height:var(--leading-snug);color:var(--color-navy)}.text-balance{text-wrap:balance}.text-teal{color:var(--color-teal)}.text-gold{color:var(--color-gold)}.text-muted{color:var(--color-text-muted)}.text-white{color:var(--color-white)}.btn{align-items:center;gap:var(--space-2);border-radius:var(--border-radius-full);font-size:var(--text-base);font-weight:var(--weight-semibold);transition:all var(--transition-base);white-space:nowrap;cursor:pointer;border:2px solid #0000;padding:.75rem 1.75rem;line-height:1;text-decoration:none;display:inline-flex}.btn-primary{background:var(--color-teal);color:var(--color-white);box-shadow:var(--shadow-teal)}.btn-primary:hover{background:var(--color-teal-dark);transform:translateY(-2px);box-shadow:0 6px 28px #2ba3b659}.btn-primary:active{transform:translateY(1px)scale(.98);box-shadow:0 2px 10px #2ba3b633}.btn-outline{color:var(--color-navy);border-color:var(--color-navy);background:0 0}.btn-outline:hover{background:var(--color-navy);color:var(--color-white);transform:translateY(-2px)}.btn-outline:active{transform:translateY(1px)scale(.98)}.btn-outline-white{color:var(--color-white);background:0 0;border-color:#fff9}.btn-outline-white:hover{background:var(--color-white);color:var(--color-navy);transform:translateY(-2px)}.btn-outline-white:active{transform:translateY(1px)scale(.98)}.btn-ghost{color:var(--color-teal);background:0 0;border-bottom:1.5px solid #0000;border-radius:0;padding-inline:0}.btn-ghost:hover{border-bottom-color:var(--color-teal)}.btn-sm{font-size:var(--text-sm);padding:.5rem 1.25rem}.btn-lg{font-size:var(--text-lg);padding:1rem 2.25rem}.btn-whatsapp{color:var(--color-white);background:#25d366;box-shadow:0 4px 20px #25d3664d}.btn-whatsapp:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 6px 28px #25d36666}.btn-whatsapp:active{transform:translateY(1px)scale(.98);box-shadow:0 2px 10px #25d36633}.card{background:var(--color-white);border-radius:var(--border-radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-base), transform var(--transition-base);overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.grid-2{gap:var(--space-8);grid-template-columns:repeat(2,1fr);display:grid}.grid-3{gap:var(--space-8);grid-template-columns:repeat(3,1fr);display:grid}.grid-4{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}@media (max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.badge{align-items:center;gap:var(--space-2);border-radius:var(--border-radius-full);font-size:var(--text-sm);font-weight:var(--weight-semibold);letter-spacing:.02em;text-transform:uppercase;padding:.375rem 1rem;display:inline-flex}.badge-teal{background:var(--color-teal-light);color:var(--color-teal-dark);border:1px solid #2ba3b633}.badge-gold{background:var(--color-gold-light);color:#9a7020;border:1px solid #d4a84b33}.divider{background:var(--color-border);border:none;height:1px}.stars{color:#f59e0b;gap:2px;display:flex}.section-label{font-size:var(--text-sm);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.1em;color:var(--color-teal);margin-bottom:var(--space-3)}.prose{color:var(--color-text-muted);font-size:var(--text-lg);line-height:var(--leading-relaxed);max-width:65ch}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-surface-alt)}::-webkit-scrollbar-thumb{background:var(--color-border-dark);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}:focus-visible{outline:2px solid var(--color-teal);outline-offset:3px;border-radius:4px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #2ba3b666}50%{box-shadow:0 0 0 8px #2ba3b600}}@keyframes countUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
