@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&display=swap";
:root{--burgundy:#7d1135;--burgundy-light:#9e1a47;--burgundy-dark:#5e0d28;--burnt-orange:#d4662b;--burnt-orange-light:#e8884e;--burnt-orange-dark:#b5521f;--white:#fff;--off-white:#fafaf8;--cream:#f5f3ef;--warm-gray-100:#ede9e3;--warm-gray-200:#d6d0c7;--warm-gray-300:#b8b0a4;--warm-gray-400:#8a8279;--warm-gray-500:#6b6460;--warm-gray-600:#4a4541;--charcoal:#2a2522;--rich-black:#1a1614;--deep-black:#0f0d0b;--bg-primary:var(--off-white);--bg-secondary:var(--cream);--bg-dark:var(--rich-black);--bg-card:var(--white);--text-primary:var(--charcoal);--text-secondary:var(--warm-gray-500);--text-on-dark:var(--cream);--text-muted:var(--warm-gray-400);--border:var(--warm-gray-200);--border-light:var(--warm-gray-100);--font-heading:"Outfit",sans-serif;--font-body:"Inter",sans-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;--text-7xl:4.5rem;--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;--max-width:1280px;--nav-height:80px;--shadow-sm:0 1px 3px #1a16140f;--shadow-md:0 4px 16px #1a161414;--shadow-lg:0 8px 32px #1a16141a;--shadow-xl:0 16px 48px #1a16141f;--shadow-glow:0 0 40px #d4662b26;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--ease-out:cubic-bezier(.16,1,.3,1);--ease-in-out:cubic-bezier(.65,0,.35,1);--transition-fast:.2s var(--ease-out);--transition-base:.35s var(--ease-out);--transition-slow:.6s var(--ease-out)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--text-primary);background:var(--bg-primary);line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--charcoal);font-weight:600;line-height:1.15}h1{font-size:var(--text-6xl);letter-spacing:-.03em}h2{font-size:var(--text-4xl);letter-spacing:-.02em}h3{font-size:var(--text-2xl);letter-spacing:-.01em}h4{font-size:var(--text-xl)}p{color:var(--text-secondary);line-height:1.8}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:var(--font-body);cursor:pointer;background:0 0;border:none}.container{width:100%;max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.section{padding:var(--space-24)0}.section-dark{background:var(--bg-dark);color:var(--text-on-dark)}.section-dark h2,.section-dark h3,.section-dark h4{color:var(--white)}.section-dark p{color:var(--warm-gray-300)}.section-cream{background:var(--cream)}.text-gradient{background:linear-gradient(135deg,var(--burgundy),var(--burnt-orange));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.accent-line{background:linear-gradient(90deg,var(--burgundy),var(--burnt-orange));border-radius:var(--radius-full);width:48px;height:3px;margin-bottom:var(--space-6)}.accent-line-center{background:linear-gradient(90deg,var(--burgundy),var(--burnt-orange));border-radius:var(--radius-full);width:48px;height:3px;margin:0 auto var(--space-6)}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-4)var(--space-8);font-size:var(--text-sm);letter-spacing:.02em;border-radius:var(--radius-full);transition:all var(--transition-base);text-transform:uppercase;white-space:nowrap;font-weight:600;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--burgundy),var(--burgundy-light));color:var(--white);box-shadow:0 4px 16px #7a1b1b4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7a1b1b66}.btn-secondary{color:var(--white);background:0 0;border:1.5px solid #ffffff4d}.btn-secondary:hover{background:#ffffff14;border-color:#ffffff80}.btn-outline{color:var(--burgundy);border:1.5px solid var(--burgundy);background:0 0}.btn-outline:hover{background:var(--burgundy);color:var(--white)}.btn-accent{background:linear-gradient(135deg,var(--burnt-orange),var(--burnt-orange-light));color:var(--white);box-shadow:0 4px 16px #d4662b4d}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 8px 24px #d4662b66}.btn-lg{padding:var(--space-5)var(--space-10);font-size:var(--text-base)}.card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:var(--space-8);transition:all var(--transition-base)}.card:hover{box-shadow:var(--shadow-lg);border-color:var(--warm-gray-200);transform:translateY(-4px)}.card-glass{-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-lg);padding:var(--space-8);transition:all var(--transition-base);background:#ffffffb3;border:1px solid #ffffff4d}.card-glass:hover{box-shadow:var(--shadow-lg);background:#ffffffd9;transform:translateY(-4px)}.card-dark{border-radius:var(--radius-lg);padding:var(--space-8);transition:all var(--transition-base);background:#ffffff0a;border:1px solid #ffffff14}.card-dark:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-4px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #d4662b33}50%{box-shadow:0 0 40px #d4662b66}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .8s var(--ease-out)forwards;opacity:0}.animate-fade-in{animation:fadeIn .6s var(--ease-out)forwards;opacity:0}.animate-slide-left{animation:slideInFromLeft .8s var(--ease-out)forwards;opacity:0}.animate-slide-right{animation:slideInFromRight .8s var(--ease-out)forwards;opacity:0}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.input{width:100%;padding:var(--space-4)var(--space-5);font-family:var(--font-body);font-size:var(--text-base);color:var(--text-primary);background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition-fast);outline:none}.input:focus{border-color:var(--burgundy);box-shadow:0 0 0 3px #7a1b1b1a}.input::placeholder{color:var(--warm-gray-300)}.textarea{width:100%;padding:var(--space-4)var(--space-5);font-family:var(--font-body);font-size:var(--text-base);color:var(--text-primary);background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition-fast);resize:vertical;outline:none;min-height:140px}.textarea:focus{border-color:var(--burgundy);box-shadow:0 0 0 3px #7a1b1b1a}.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}.badge{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-4);font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-full);color:var(--burgundy);background:#7a1b1b14;font-weight:600;display:inline-flex}.badge-light{color:var(--burnt-orange-light);background:#ffffff1a;border:1px solid #ffffff1a}@media (max-width:1024px){h1{font-size:var(--text-5xl)}h2{font-size:var(--text-3xl)}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-xl)}.container{padding:0 var(--space-4)}.section{padding:var(--space-16)0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.btn-lg{padding:var(--space-4)var(--space-8);font-size:var(--text-sm)}}@media (max-width:480px){h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}.section{padding:var(--space-12)0}}
.Navbar-module__cJzEcG__header{z-index:1000;background:0 0;transition:all .35s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);background:#fafaf8e6;border-bottom:1px solid #d6d0c74d;box-shadow:0 1px 20px #1a16140a}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1280px;height:80px;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__cJzEcG__logo{z-index:1001;align-items:center;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoImg{object-fit:contain;transform-origin:0;width:auto;height:48px;transition:filter .35s;transform:scale(1.5)}.Navbar-module__cJzEcG__header:not(.Navbar-module__cJzEcG__scrolled) .Navbar-module__cJzEcG__logoImg{filter:brightness(0)invert()}.Navbar-module__cJzEcG__nav{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--warm-gray-500);font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.Navbar-module__cJzEcG__header:not(.Navbar-module__cJzEcG__scrolled) .Navbar-module__cJzEcG__navLink{color:#fffc}.Navbar-module__cJzEcG__navLink:hover{color:var(--burgundy);cursor:pointer}.Navbar-module__cJzEcG__header:not(.Navbar-module__cJzEcG__scrolled) .Navbar-module__cJzEcG__navLink:hover{color:var(--white)}.Navbar-module__cJzEcG__navLink:after{content:"";background:linear-gradient(90deg,var(--burgundy),var(--burnt-orange));border-radius:2px;width:0;height:2px;transition:width .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__chevron{margin-left:4px;transition:transform .2s}.Navbar-module__cJzEcG__dropdownContainer:hover .Navbar-module__cJzEcG__chevron{transform:rotate(180deg)}.Navbar-module__cJzEcG__dropdownContainer{align-items:center;height:100%;display:flex;position:relative}.Navbar-module__cJzEcG__dropdownMenu{background:var(--white);border-radius:var(--radius-lg);opacity:0;visibility:hidden;border:1px solid #0000000d;flex-direction:column;gap:.5rem;width:320px;padding:1rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 40px #00000014}.Navbar-module__cJzEcG__dropdownContainer:hover .Navbar-module__cJzEcG__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Navbar-module__cJzEcG__dropdownItem{border-radius:var(--radius-md);align-items:flex-start;gap:1rem;padding:.875rem 1rem;text-decoration:none;transition:background .2s;display:flex}.Navbar-module__cJzEcG__dropdownIconWrapper{background:var(--cream);width:40px;height:40px;color:var(--burgundy);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Navbar-module__cJzEcG__dropdownItem:hover .Navbar-module__cJzEcG__dropdownIconWrapper{background:var(--burgundy);color:var(--white)}.Navbar-module__cJzEcG__dropdownTextWrapper{flex-direction:column;display:flex}.Navbar-module__cJzEcG__dropdownItem:hover{background:var(--cream)}.Navbar-module__cJzEcG__dropdownTitle{color:var(--charcoal);margin-bottom:.25rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600}.Navbar-module__cJzEcG__dropdownItem:hover .Navbar-module__cJzEcG__dropdownTitle{color:var(--burgundy)}.Navbar-module__cJzEcG__dropdownDesc{color:var(--warm-gray-500);font-size:.75rem;line-height:1.4}.Navbar-module__cJzEcG__navCta{margin-left:.5rem;padding:.6rem 1.5rem!important;font-size:.8rem!important}.Navbar-module__cJzEcG__burger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__cJzEcG__burger span{background:var(--charcoal);transform-origin:50%;border-radius:2px;width:24px;height:2px;transition:all .3s cubic-bezier(.16,1,.3,1)}.Navbar-module__cJzEcG__header:not(.Navbar-module__cJzEcG__scrolled) .Navbar-module__cJzEcG__burger span{background:var(--white)}.Navbar-module__cJzEcG__burgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__cJzEcG__burgerOpen span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__cJzEcG__burgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cJzEcG__overlay{z-index:999;background:#00000080;position:fixed;inset:0}@media (max-width:900px){.Navbar-module__cJzEcG__burger{display:flex}.Navbar-module__cJzEcG__nav{background:var(--white);z-index:1000;flex-direction:column;align-items:flex-start;gap:1.5rem;width:320px;height:100vh;padding:120px 2rem 2rem;transition:right .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;right:-100%;box-shadow:-8px 0 32px #0000001a}.Navbar-module__cJzEcG__navOpen{right:0}.Navbar-module__cJzEcG__navLink{font-size:1.1rem;color:var(--charcoal)!important}.Navbar-module__cJzEcG__navCta{text-align:center;width:100%;margin-top:1rem;margin-left:0!important}}
.Footer-module__S6Hkya__footer{background:var(--rich-black);color:var(--warm-gray-300);padding-top:0}.Footer-module__S6Hkya__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.Footer-module__S6Hkya__ctaBanner{background:linear-gradient(135deg,var(--burgundy),var(--burgundy-dark));border-radius:var(--radius-xl);justify-content:space-between;align-items:center;gap:2rem;margin-bottom:-1rem;padding:3.5rem;display:flex;transform:translateY(-50%)}.Footer-module__S6Hkya__ctaContent h3{color:var(--white);font-size:var(--text-2xl);max-width:500px;margin-bottom:.5rem}.Footer-module__S6Hkya__ctaContent p{color:#ffffffb3;max-width:500px;font-size:var(--text-sm)}.Footer-module__S6Hkya__ctaActions{flex-shrink:0;gap:1rem;display:flex}.Footer-module__S6Hkya__ctaActions .Footer-module__S6Hkya__btn-primary{background:var(--white)!important;color:var(--burgundy)!important;box-shadow:none!important}.Footer-module__S6Hkya__ctaActions .Footer-module__S6Hkya__btn-outline{color:var(--white)!important;border-color:#ffffff4d!important}.Footer-module__S6Hkya__ctaActions .Footer-module__S6Hkya__btn-outline:hover{background:#ffffff1a!important}.Footer-module__S6Hkya__grid{border-bottom:1px solid #ffffff0f;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:3rem 0;display:grid}.Footer-module__S6Hkya__brand{padding-right:2rem}.Footer-module__S6Hkya__logo{margin-bottom:1.25rem}.Footer-module__S6Hkya__logoImg{object-fit:contain;transform-origin:0;width:auto;height:48px;transform:scale(1.5)}.Footer-module__S6Hkya__brandDesc{font-size:var(--text-sm);color:var(--warm-gray-400);margin-bottom:1.5rem;line-height:1.7}.Footer-module__S6Hkya__socials{gap:1rem;display:flex}.Footer-module__S6Hkya__socials a{width:36px;height:36px;color:var(--warm-gray-400);background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__S6Hkya__socials a:hover{color:var(--white);background:#ffffff1f}.Footer-module__S6Hkya__linkGroup{flex-direction:column;gap:.75rem;display:flex}.Footer-module__S6Hkya__linkGroup h4{text-transform:uppercase;letter-spacing:.1em;color:var(--white);margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:600}.Footer-module__S6Hkya__linkGroup a,.Footer-module__S6Hkya__linkGroup p{font-size:var(--text-sm);color:var(--warm-gray-400);text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__linkGroup a:hover{color:var(--white)}.Footer-module__S6Hkya__bottom{justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.Footer-module__S6Hkya__bottom p{font-size:var(--text-xs);color:var(--warm-gray-500)}.Footer-module__S6Hkya__bottomLinks{gap:1.5rem;display:flex}.Footer-module__S6Hkya__bottomLinks a{font-size:var(--text-xs);color:var(--warm-gray-500);text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__bottomLinks a:hover{color:var(--white)}@media (max-width:900px){.Footer-module__S6Hkya__ctaBanner{text-align:center;flex-direction:column;padding:2.5rem 2rem}.Footer-module__S6Hkya__ctaActions{flex-direction:column;width:100%}.Footer-module__S6Hkya__ctaActions a{text-align:center;width:100%}.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__S6Hkya__brand{grid-column:1/-1;padding-right:0}}@media (max-width:480px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:.75rem}}
.WhatsAppButton-module__V-0EQa__container{z-index:999;align-items:center;gap:.75rem;animation:.5s ease-out WhatsAppButton-module__V-0EQa__slideUp;display:flex;position:fixed;bottom:2rem;right:2rem}.WhatsAppButton-module__V-0EQa__button{cursor:pointer;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #25d36666,0 2px 8px #00000026}.WhatsAppButton-module__V-0EQa__button:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d36680,0 4px 12px #0003}.WhatsAppButton-module__V-0EQa__button:active{transform:scale(.95)}.WhatsAppButton-module__V-0EQa__tooltip{background:var(--dark-burgundy,#1a0a0a);color:#fff;white-space:nowrap;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:500;animation:.4s ease-out .5s both WhatsAppButton-module__V-0EQa__fadeIn;display:flex;box-shadow:0 4px 16px #0003}.WhatsAppButton-module__V-0EQa__tooltipClose{color:#fff9;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.1rem;line-height:1;transition:color .2s}.WhatsAppButton-module__V-0EQa__tooltipClose:hover{color:#fff}@keyframes WhatsAppButton-module__V-0EQa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes WhatsAppButton-module__V-0EQa__fadeIn{0%{opacity:0}to{opacity:1}}.WhatsAppButton-module__V-0EQa__button:before{content:"";z-index:-1;background:#25d366;border-radius:50%;width:60px;height:60px;animation:2s ease-in-out infinite WhatsAppButton-module__V-0EQa__pulse;position:absolute}@keyframes WhatsAppButton-module__V-0EQa__pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:0;transform:scale(1.3)}}@media (max-width:768px){.WhatsAppButton-module__V-0EQa__container{bottom:1.25rem;right:1.25rem}.WhatsAppButton-module__V-0EQa__button,.WhatsAppButton-module__V-0EQa__button:before{width:52px;height:52px}.WhatsAppButton-module__V-0EQa__tooltip{display:none}}
.Chatbot-module__DWq8bW__toggleButton{z-index:999;background:var(--burgundy,#7d1135);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,opacity .3s;animation:.5s ease-out Chatbot-module__DWq8bW__slideUp;display:flex;position:fixed;bottom:2rem;left:2rem;box-shadow:0 4px 20px #7a1b1b66}.Chatbot-module__DWq8bW__toggleButton.Chatbot-module__DWq8bW__hidden{opacity:0;pointer-events:none;transform:scale(.8)}.Chatbot-module__DWq8bW__toggleButton:hover{transform:scale(1.1)}.Chatbot-module__DWq8bW__buttonText{letter-spacing:1px;font-family:Playfair Display,Georgia,serif;font-size:1.6rem;font-style:italic;font-weight:800}.Chatbot-module__DWq8bW__chatWindow{z-index:1000;background:var(--white);border:1px solid var(--border-light);border-radius:1rem;flex-direction:column;width:350px;height:500px;max-height:calc(100vh - 4rem);animation:.3s cubic-bezier(.16,1,.3,1) Chatbot-module__DWq8bW__slideUp;display:flex;position:fixed;bottom:2rem;left:2rem;overflow:hidden;box-shadow:0 10px 40px #0003}.Chatbot-module__DWq8bW__header{background:var(--burgundy);color:#fff;justify-content:space-between;align-items:center;padding:1rem;display:flex}.Chatbot-module__DWq8bW__headerInfo{flex-direction:column;display:flex}.Chatbot-module__DWq8bW__headerInfo strong{font-size:1rem;font-weight:600}.Chatbot-module__DWq8bW__onlineStatus{opacity:.8;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.Chatbot-module__DWq8bW__onlineStatus:before{content:"";background:#4ade80;border-radius:50%;width:6px;height:6px;display:inline-block}.Chatbot-module__DWq8bW__closeBtn{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;transition:opacity .2s}.Chatbot-module__DWq8bW__closeBtn:hover{opacity:1}.Chatbot-module__DWq8bW__messagesContainer{background:var(--cream);flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.Chatbot-module__DWq8bW__messageWrapper{width:100%;display:flex}.Chatbot-module__DWq8bW__userMsgWrapper{justify-content:flex-end}.Chatbot-module__DWq8bW__message{white-space:pre-wrap;border-radius:1rem;max-width:80%;padding:.75rem 1rem;font-size:.875rem;line-height:1.5}.Chatbot-module__DWq8bW__assistantMsg{background:var(--white);color:var(--rich-black);border:1px solid var(--border-light);border-bottom-left-radius:.25rem;box-shadow:0 2px 5px #0000000d}.Chatbot-module__DWq8bW__userMsg{background:var(--burnt-orange);color:#fff;border-bottom-right-radius:.25rem;box-shadow:0 2px 5px #d4662b33}.Chatbot-module__DWq8bW__markdown{flex-direction:column;gap:.5rem;display:flex}.Chatbot-module__DWq8bW__markdown p{margin:0}.Chatbot-module__DWq8bW__markdown p:last-child{margin-bottom:0}.Chatbot-module__DWq8bW__markdown ul,.Chatbot-module__DWq8bW__markdown ol{margin:0;padding-left:1.5rem}.Chatbot-module__DWq8bW__markdown li{margin-bottom:.25rem}.Chatbot-module__DWq8bW__markdown strong{font-weight:600}.Chatbot-module__DWq8bW__inputArea{background:var(--white);border-top:1px solid var(--border-light);gap:.5rem;padding:.75rem;display:flex}.Chatbot-module__DWq8bW__inputArea input{border:1px solid var(--border);border-radius:2rem;outline:none;flex:1;padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s}.Chatbot-module__DWq8bW__inputArea input:focus{border-color:var(--burgundy)}.Chatbot-module__DWq8bW__inputArea input:disabled{background:var(--cream);opacity:.7}.Chatbot-module__DWq8bW__inputArea button{background:var(--burgundy);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,transform .2s;display:flex}.Chatbot-module__DWq8bW__inputArea button:hover:not(:disabled){background:#5a1414}.Chatbot-module__DWq8bW__inputArea button:disabled{opacity:.5;cursor:not-allowed}.Chatbot-module__DWq8bW__typingIndicator{align-items:center;gap:.3rem;display:flex;padding:1rem!important}.Chatbot-module__DWq8bW__typingIndicator span{background:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both Chatbot-module__DWq8bW__typing}.Chatbot-module__DWq8bW__typingIndicator span:first-child{animation-delay:-.32s}.Chatbot-module__DWq8bW__typingIndicator span:nth-child(2){animation-delay:-.16s}@keyframes Chatbot-module__DWq8bW__typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes Chatbot-module__DWq8bW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.Chatbot-module__DWq8bW__chatWindow{width:calc(100vw - 2rem);bottom:1rem;left:1rem}.Chatbot-module__DWq8bW__toggleButton{width:52px;height:52px;bottom:1rem;left:1rem}}
