:root{--navy-950:#060e1c;--navy-900:#0a1830;--navy-800:#0f2445;--navy-700:#17335f;--navy-600:#204580;--orange-700:#b34700;--orange-600:#e05e00;--orange-500:#f5820a;--orange-400:#ff9f3d;--orange-300:#ffbf73;--orange-100:#fff1e0;--silver-100:#f5f7f9;--silver-200:#e6ebef;--silver-300:#cdd6dd;--silver-400:#a9b6c1;--silver-500:#7c8b98;--steel-700:#3f4e5c;--teal-500:#0ea5a0;--teal-400:#2dd4bf;--ink:var(--navy-900);--paper:#ffffff;--mist:var(--silver-100);--rule:var(--silver-300);--max:96rem;--grad-navy:linear-gradient(135deg,var(--navy-950) 0%,var(--navy-800) 55%,var(--navy-600) 100%);--grad-orange:linear-gradient(135deg,var(--orange-600) 0%,var(--orange-500) 55%,var(--orange-400) 100%);--grad-steel:linear-gradient(135deg,var(--silver-200) 0%,var(--silver-100) 100%);--hex-grid:linear-gradient(60deg,rgba(255,255,255,0.055) 25%,transparent 25.5%,transparent 74.5%,rgba(255,255,255,0.055) 75%,rgba(255,255,255,0.055)),linear-gradient(120deg,rgba(255,255,255,0.055) 25%,transparent 25.5%,transparent 74.5%,rgba(255,255,255,0.055) 75%,rgba(255,255,255,0.055));--shadow-card:0 1px 2px rgba(10,24,48,0.06),0 8px 24px -12px rgba(10,24,48,0.18);--shadow-glow-orange:0 8px 24px -6px rgba(245,130,10,0.55)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body),system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}.brand,.cta,button,h1,h2,h3{font-family:var(--font-heading),system-ui,sans-serif}h1,h2,h3{color:var(--navy-900);line-height:1.15}main{max-width:var(--max);margin:0 auto;padding:1.5rem 1rem 4rem}a{color:var(--orange-600)}.top-bar{background:var(--navy-950);color:var(--silver-300);font-size:.8rem;border-bottom:1px solid rgba(255,255,255,.08)}.top-bar-inner{max-width:var(--max);margin:0 auto;padding:.45rem 1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;overflow-x:auto;white-space:nowrap}.top-bar-contact{display:flex;align-items:center;gap:1.25rem}.top-bar-contact a{display:inline-flex;align-items:center;gap:.35rem;color:var(--silver-200);text-decoration:none;font-weight:600}.top-bar-contact a:focus-visible,.top-bar-contact a:hover{color:var(--orange-300)}.top-bar-whatsapp{color:var(--teal-400)!important}.top-bar-meta{display:flex;align-items:center;gap:.5rem;color:var(--silver-400)}.site-header{padding:.75rem 1rem;position:-webkit-sticky;position:sticky;top:0;z-index:40;background:var(--grad-navy);box-shadow:0 2px 0 var(--orange-500),0 6px 20px -8px rgba(6,14,28,.6)}.site-header,.site-header-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem}.site-header-inner{max-width:var(--max);margin:0 auto;width:100%}.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--paper)}.brand-mark{width:2.5rem;height:2.5rem;border-radius:.6rem;overflow:hidden;flex:none;box-shadow:0 0 0 2px rgba(255,159,61,.35),var(--shadow-card)}.brand-mark img{display:block;width:100%;height:100%;object-fit:cover}.brand-word{display:flex;flex-direction:column;line-height:1.1}.brand-word strong{font-size:clamp(1rem,2.4vw,1.35rem);font-weight:800;letter-spacing:.01em;white-space:nowrap;background:linear-gradient(90deg,var(--paper) 0,var(--paper) 55%,var(--orange-400) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.brand-word span{font-size:.62rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--silver-400)}.brand-name-short{display:none}.site-header nav{display:flex;align-items:center;gap:1.5rem}.site-header nav a{color:var(--silver-200);text-decoration:none;font-weight:600;font-size:.95rem;position:relative;padding:.25rem 0}.site-header nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-2px;height:2px;background:var(--orange-400);transition:right .18s ease}.site-header nav a:focus-visible,.site-header nav a:hover{color:var(--paper)}.site-header nav a:focus-visible:after,.site-header nav a:hover:after{right:0}.site-header nav a.nav-phone{display:inline-flex;align-items:center;gap:.4rem;color:var(--paper);border:1.5px solid rgba(255,255,255,.28);border-radius:999px;padding:.5rem 1rem;font-size:.9rem}.site-header nav a.nav-phone:after{display:none}.site-header nav a.nav-phone:focus-visible,.site-header nav a.nav-phone:hover{border-color:var(--orange-400);color:var(--orange-300)}.site-header nav a.nav-cta{background:var(--grad-orange);color:#1a0e00;padding:.55rem 1.1rem;border-radius:999px;font-weight:700;box-shadow:var(--shadow-glow-orange)}.site-header nav a.nav-cta:after{display:none}.site-header nav a.nav-cta:focus-visible,.site-header nav a.nav-cta:hover{filter:brightness(1.08);color:#1a0e00}.mobile-nav-toggle{display:none;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border:1.5px solid rgba(255,255,255,.28);border-radius:.5rem;background:transparent;padding:0;cursor:pointer}.mobile-nav-icon{position:relative;width:1.1rem;height:.8rem;display:inline-block}.mobile-nav-icon span{position:absolute;left:0;width:100%;height:2px;border-radius:2px;background:var(--paper);transition:transform .18s ease,opacity .18s ease}.mobile-nav-icon span:first-child{top:0}.mobile-nav-icon span:nth-child(2){top:50%;margin-top:-1px}.mobile-nav-icon span:nth-child(3){bottom:0}.mobile-nav-toggle[aria-expanded=true] .mobile-nav-icon span:first-child{transform:translateY(.39rem) rotate(45deg)}.mobile-nav-toggle[aria-expanded=true] .mobile-nav-icon span:nth-child(2){opacity:0}.mobile-nav-toggle[aria-expanded=true] .mobile-nav-icon span:nth-child(3){transform:translateY(-.39rem) rotate(-45deg)}.mobile-nav-backdrop{height:100vh;background:rgba(6,14,28,.45);z-index:44;border:none;padding:0}.mobile-nav-backdrop,.mobile-nav-panel{position:absolute;top:100%;left:0;right:0}.mobile-nav-panel{z-index:45;background:var(--navy-900);border-top:2px solid var(--orange-500);box-shadow:0 20px 44px -18px rgba(6,14,28,.55);display:flex;flex-direction:column;padding:.5rem 1rem 1rem}.mobile-nav-panel a{color:var(--silver-100);text-decoration:none;font-weight:700;font-size:1.05rem;padding:.9rem .25rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav-panel a:last-child{border-bottom:none}.mobile-nav-panel a:focus-visible,.mobile-nav-panel a:hover{color:var(--orange-300)}.mobile-nav-panel a.mobile-nav-cta{margin-top:.5rem;text-align:center;border-bottom:none;border-radius:.5rem;background:var(--grad-orange);color:#1a0e00;padding:.9rem}.mobile-nav-panel a.mobile-nav-cta:focus-visible,.mobile-nav-panel a.mobile-nav-cta:hover{color:#1a0e00;filter:brightness(1.08)}@media (max-width:40rem){.site-header nav a.nav-link-desktop,.site-header nav a.nav-phone span,.top-bar-email,.top-bar-meta{display:none}.site-header nav{gap:.5rem}.brand-name-full,.brand-word span{display:none}.brand-name-short{display:inline}.mobile-nav-toggle{display:inline-flex}}.category-nav{position:-webkit-sticky;position:sticky;top:3.9rem;z-index:30;background:var(--paper);border-bottom:1px solid var(--rule);box-shadow:0 4px 12px -10px rgba(10,24,48,.25)}.category-nav-inner{display:flex;gap:.6rem;align-items:center;max-width:var(--max);margin:0 auto;padding:.6rem 1rem;overflow-x:auto;scrollbar-width:thin;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.category-nav-inner::-webkit-scrollbar{height:4px}.category-nav-inner::-webkit-scrollbar-thumb{background:var(--silver-300);border-radius:999px}.category-chip{flex:none;scroll-snap-align:start;white-space:nowrap;padding:.5rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600;color:var(--navy-800);background:var(--silver-100);border:1px solid var(--rule);text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease}.category-chip:focus-visible,.category-chip:hover{background:var(--orange-100);border-color:var(--orange-300);color:var(--orange-700)}.category-chip-all{background:var(--grad-navy);color:var(--paper);border-color:transparent;font-weight:700}.category-chip-all:focus-visible,.category-chip-all:hover{color:var(--paper);filter:brightness(1.15)}.category-nav-inline{position:static;padding:0;margin:0;overflow-x:auto}.hero-band{background:var(--grad-navy);background-image:var(--hex-grid),var(--grad-navy);background-size:64px 110px,64px 110px,cover;position:relative;overflow:hidden;margin:0 0 2.5rem}.hero-band:after,.hero-band:before{content:"";position:absolute;border-radius:50%;filter:blur(60px);opacity:.55;z-index:0}.hero-band:before{width:26rem;height:26rem;background:var(--orange-500);top:-10rem;right:-6rem}.hero-band:after{width:20rem;height:20rem;background:var(--teal-500);bottom:-8rem;left:-4rem;opacity:.35}.hero{padding:3.5rem 1rem 3rem;max-width:var(--max);margin:0 auto;position:relative;z-index:1}.eyebrow{display:inline-block;color:var(--orange-300);font-weight:700;letter-spacing:.22em;text-transform:uppercase;font-size:.75rem;margin-bottom:.9rem}.hero h1{max-width:40rem;font-size:clamp(2rem,4.4vw,3.1rem);margin:0 0 1rem;color:var(--paper)}.hero h1 em{font-style:normal;color:var(--orange-400)}.hero p{max-width:38rem;color:var(--silver-300);font-size:1.05rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.5rem}.cta{display:inline-block;background:var(--grad-orange);color:#1a0e00;font-weight:700;padding:.85rem 1.7rem;text-decoration:none;border:none;border-radius:.5rem;box-shadow:var(--shadow-glow-orange);transition:transform .15s ease,filter .15s ease}.cta:focus-visible,.cta:hover{filter:brightness(1.08);transform:translateY(-1px);color:#1a0e00}.cta-ghost{display:inline-block;padding:.85rem 1.7rem;border-radius:.5rem;text-decoration:none;font-weight:700;color:var(--paper);border:1.5px solid rgba(255,255,255,.35);background:rgba(255,255,255,.06)}.cta-ghost:focus-visible,.cta-ghost:hover{background:rgba(255,255,255,.14);color:var(--paper)}.trust-strip{margin:0 0 2.75rem}.trust-strip ul{list-style:none;margin:0;padding:0;max-width:var(--max);margin-inline:auto;display:grid;grid-gap:1.1rem;gap:1.1rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}.trust-strip li{display:flex;gap:.9rem;align-items:flex-start;background:var(--paper);border:1px solid var(--rule);border-radius:.75rem;padding:1.1rem 1.15rem;box-shadow:var(--shadow-card)}.trust-icon{flex:none;width:2.75rem;height:2.75rem;border-radius:.65rem;display:flex;align-items:center;justify-content:center;color:#fff}.trust-strip li:nth-child(3n+1) .trust-icon{background:var(--grad-orange)}.trust-strip li:nth-child(3n+2) .trust-icon{background:linear-gradient(135deg,var(--teal-500),var(--teal-400))}.trust-strip li:nth-child(3n+3) .trust-icon{background:var(--grad-navy)}.trust-strip strong{display:block;font-size:1rem;color:var(--navy-900)}.trust-strip span{font-size:.85rem;color:var(--steel-700)}.why-us{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:1.3fr 1fr;align-items:start;margin-bottom:2.75rem;background:var(--paper);border:1px solid var(--rule);border-radius:1rem;padding:2rem;box-shadow:var(--shadow-card)}.why-us-copy h2{margin-top:0}.why-us-copy p{color:#43535f;line-height:1.7}.why-us-copy p+p{margin-top:1rem}.why-us-list{list-style:none;margin:0;padding:0;gap:1rem}.why-us-list,.why-us-list li{display:flex;flex-direction:column}.why-us-list li{gap:.25rem;padding:.9rem 1rem;border-radius:.65rem;background:var(--mist);border-left:3px solid var(--orange-500)}.why-us-list strong{color:var(--navy-900);font-size:.95rem}.why-us-list span{color:var(--steel-700);font-size:.86rem}@media (max-width:56rem){.why-us{grid-template-columns:1fr}}.compliance-strip{margin-bottom:2.75rem;background:var(--grad-navy);border-radius:1rem;padding:2rem}.compliance-strip,.compliance-strip h2{color:var(--paper)}.compliance-strip h2:after{background:var(--grad-orange)}.compliance-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));margin:1.5rem 0}.compliance-grid h3{color:var(--orange-300);font-size:1rem;margin:0 0 .4rem}.compliance-grid p{color:var(--silver-300);font-size:.9rem;line-height:1.6;margin:0}.compliance-note{color:var(--silver-200);font-size:.9rem;margin:0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15)}.compliance-note a{color:var(--orange-300);font-weight:700}.process-strip{margin-bottom:2.75rem}.process-steps{list-style:none;margin:1.25rem 0 0;padding:0;counter-reset:none;display:grid;grid-gap:1.1rem;gap:1.1rem;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr))}.process-steps li{display:flex;flex-direction:column;gap:.35rem;position:relative;background:var(--mist);border:1px solid var(--rule);border-radius:.75rem;padding:1.5rem 1.15rem 1.15rem}.process-num{position:absolute;top:-.85rem;left:1.15rem;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--grad-orange);color:#1a0e00;font-weight:800;font-size:1.05rem;box-shadow:var(--shadow-glow-orange)}.process-steps strong{color:var(--navy-900);font-size:1.02rem;margin-top:.5rem}.process-steps span{color:var(--steel-700);font-size:.88rem}.grades-strip{margin-bottom:2.75rem}.grades-list{list-style:none;margin:1.25rem 0 0;padding:0;display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(11.5rem,1fr))}.grades-list li{display:flex;flex-direction:column;gap:.3rem;border-radius:.75rem;padding:1.1rem 1.15rem;background:var(--grad-navy);color:var(--paper);border-top:3px solid var(--orange-500)}.grades-list strong{font-size:.98rem}.grades-list span{font-size:.82rem;color:var(--silver-300)}main section h2,main>section>h2{font-size:1.5rem;margin:0 0 .3rem;padding-bottom:.6rem;position:relative}main section h2:after{content:"";display:block;width:3rem;height:4px;border-radius:2px;background:var(--grad-orange);margin-top:.5rem}.product-grid{list-style:none;padding:0;display:grid;grid-gap:1.2rem;gap:1.2rem;grid-template-columns:repeat(2,1fr)}@media (min-width:48rem){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:64rem){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-grid a{display:flex;flex-direction:column;border-radius:.75rem;padding:1.1rem;text-decoration:none;color:inherit;height:100%;background:var(--paper);box-shadow:var(--shadow-card);border:1px solid var(--rule);border-top:4px solid var(--orange-500);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.product-grid li:nth-child(3n+2) a{border-top-color:var(--teal-500)}.product-grid li:nth-child(3n+3) a{border-top-color:var(--navy-700)}.product-grid a:focus-visible,.product-grid a:hover{transform:translateY(-3px);box-shadow:0 14px 28px -14px rgba(10,24,48,.3);border-color:var(--rule)}.product-grid img{border-radius:.5rem;margin-bottom:.7rem;background:var(--mist)}.product-grid h2,.product-grid h3{margin:0 0 .3rem;font-size:1.05rem}.product-grid p{margin:0 0 .25rem;color:var(--steel-700);font-size:.92rem}.product-grid p:last-child{margin-top:auto;padding-top:.5rem;font-weight:700;color:var(--orange-600)}.badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.3rem .6rem;border-radius:999px;background:var(--orange-100);color:var(--orange-700)}.badge-teal{background:rgba(14,165,160,.12);color:var(--teal-500)}.badge-navy{background:rgba(15,36,69,.08);color:var(--navy-800)}table{border-collapse:collapse;width:100%;max-width:42rem;border-radius:.6rem;overflow:hidden;box-shadow:var(--shadow-card)}td,th{text-align:left;padding:.65rem .85rem;border-bottom:1px solid var(--rule)}thead th{background:var(--grad-navy);color:var(--paper);font-weight:700}tbody tr:nth-child(odd){background:var(--mist)}th[scope=row]{width:11rem;font-weight:700;color:var(--navy-800)}.crumbs{font-size:.85rem;margin-bottom:1.25rem;color:var(--steel-700)}.crumbs a{color:var(--navy-700);font-weight:600}.lede{color:#43535f;max-width:44rem}.quote-form{display:grid;grid-gap:.9rem;gap:.9rem;max-width:30rem;background:var(--paper);border-radius:.9rem;padding:1.5rem;box-shadow:var(--shadow-card);border:1px solid var(--rule);border-top:4px solid var(--orange-500)}.quote-form label{display:grid;grid-gap:.3rem;gap:.3rem;font-weight:600;font-size:.9rem;color:var(--navy-800)}.quote-form input,.quote-form select,.quote-form textarea{font:inherit;padding:.6rem .7rem;border:1.5px solid var(--rule);border-radius:.45rem;background:var(--silver-100);color:var(--ink)}.quote-form input:focus-visible,.quote-form select:focus-visible,.quote-form textarea:focus-visible{outline:none;border-color:var(--orange-500);box-shadow:0 0 0 3px rgba(245,130,10,.18);background:var(--paper)}.quote-form button{background:var(--grad-orange);border:none;border-radius:.5rem;color:#1a0e00;font:inherit;font-weight:700;padding:.85rem;cursor:pointer;box-shadow:var(--shadow-glow-orange);transition:filter .15s ease,transform .15s ease}.quote-form button:focus-visible,.quote-form button:hover{filter:brightness(1.08);transform:translateY(-1px)}.quote-form button:disabled{filter:grayscale(.4);cursor:progress;transform:none}.quote-form [role=status]{color:var(--teal-500);font-weight:600}.quote-form [role=alert]{color:var(--orange-700)}.buy-panel{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;background:linear-gradient(135deg,var(--navy-900),var(--navy-700));color:var(--paper);border-radius:.75rem;padding:1.1rem 1.3rem;margin-bottom:1.25rem}.buy-panel strong{color:var(--orange-300)}.order-panel{border-top:none;margin-top:2.75rem;padding-top:1.75rem;position:relative}.order-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:2px;background:var(--grad-orange)}.site-footer{background:var(--grad-navy);color:var(--silver-200);margin-top:3rem;border-top:3px solid var(--orange-500)}.site-footer-inner{max-width:var(--max);margin:0 auto;padding:2.75rem 1rem 1.5rem;font-size:.9rem}.site-footer p{margin:0 0 .5rem}.site-footer a{color:var(--silver-200);text-decoration:none;font-weight:600}.site-footer a:focus-visible,.site-footer a:hover{color:var(--orange-300);text-decoration:underline}.site-footer .footer-brand{color:var(--paper);font-weight:800;letter-spacing:.03em;font-size:1.15rem;margin-bottom:.2rem}.site-footer .footer-tagline{color:var(--orange-300);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.9rem}.footer-grid{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:1.4fr 1fr 1fr 1fr;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.12)}.footer-col h3{color:var(--paper);font-size:.82rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin:0 0 .9rem}.footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.footer-col-brand p{line-height:1.6}.footer-col-brand p,.footer-contact li{color:var(--silver-300)}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;padding-top:1.25rem;font-size:.8rem;color:var(--silver-400)}.footer-bottom p{margin:0}@media (max-width:56rem){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:32rem){.footer-grid{grid-template-columns:1fr}}.pagination{display:flex;justify-content:space-between;margin-top:2rem;font-weight:700}.pagination a{color:var(--navy-800)}.blog-post .markdown-body{max-width:44rem;line-height:1.7}.blog-post .markdown-body h2{margin-top:2rem}.blog-post .markdown-body p{margin:0 0 1rem}.blog-post .markdown-body ol,.blog-post .markdown-body ul{padding-left:1.4rem}.related-products{margin-top:2.75rem;border-top:none;padding-top:1.5rem;position:relative}.related-products:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--teal-500),var(--navy-700))}.quote-page h1{margin-bottom:.5rem}.about-page .lede{margin-bottom:2.5rem;max-width:54rem}.about-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));margin-bottom:2.75rem}.about-card{background:var(--paper);border-radius:.9rem;padding:1.75rem;box-shadow:var(--shadow-card);border:1px solid var(--rule);border-top:4px solid var(--orange-500)}.about-grid .about-card:nth-child(3n+2){border-top-color:var(--teal-500)}.about-grid .about-card:nth-child(3n+3){border-top-color:var(--navy-700)}.about-card h2{margin-top:0;font-size:1.2rem}.about-card p{color:#43535f;line-height:1.7}.about-card-links{margin-bottom:0}.about-cta{background:var(--grad-navy);border-radius:1rem;padding:2rem;margin-top:2.5rem}.about-cta,.about-cta h2{color:var(--paper)}.about-cta h2:after{background:var(--grad-orange)}.about-cta p{color:var(--silver-300);max-width:40rem}.about-cta a:not(.cta):not(.cta-ghost){color:var(--orange-300);font-weight:700}.contact-page .lede{margin-bottom:2rem}.contact-grid{display:grid;grid-gap:2.5rem;gap:2.5rem;grid-template-columns:1fr 1.2fr;align-items:start;margin-bottom:2.5rem}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-info-card{background:var(--paper);border-radius:.75rem;padding:1.1rem 1.25rem;box-shadow:var(--shadow-card);border:1px solid var(--rule);border-left:3px solid var(--orange-500)}.contact-info-card h3{font-size:.95rem;margin:0 0 .35rem}.contact-info-card p{margin:0;color:var(--steel-700);font-size:.92rem}.contact-info-card a{font-weight:700}@media (max-width:56rem){.contact-grid{grid-template-columns:1fr}}details{border:1px solid var(--rule);border-radius:.6rem;padding:.7rem 1rem;margin-bottom:.6rem;background:var(--paper)}details[open]{border-color:var(--orange-300);box-shadow:var(--shadow-card)}summary{font-weight:700;cursor:pointer;color:var(--navy-800)}.chat-widget{position:fixed;right:1.25rem;bottom:1.25rem;z-index:50;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.chat-fab{border:none;border-radius:999px;padding:.9rem 1.5rem;font-weight:700;font-size:.95rem;background:var(--grad-orange);color:#1a0e00;box-shadow:var(--shadow-glow-orange);cursor:pointer;transition:transform .15s ease,filter .15s ease}.chat-fab:focus-visible,.chat-fab:hover{filter:brightness(1.08);transform:translateY(-1px)}.chat-panel{width:min(22rem,calc(100vw - 2.5rem));max-height:min(32rem,70vh);display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--rule);border-radius:.9rem;overflow:hidden;box-shadow:0 20px 44px -18px rgba(6,14,28,.45)}.chat-panel-header{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;background:var(--grad-navy);color:var(--paper);font-weight:700}.chat-panel-header button{background:none;border:none;color:var(--paper);font-size:1.3rem;line-height:1;cursor:pointer}.chat-panel-body{flex:1 1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:var(--mist)}.chat-empty{font-size:.85rem;color:var(--steel-700)}.chat-bubble{max-width:90%;padding:.6rem .8rem;border-radius:.65rem;font-size:.88rem}.chat-bubble p{margin:0}.chat-bubble-user{align-self:flex-end;background:var(--grad-orange);color:#1a0e00}.chat-bubble-assistant{align-self:flex-start;background:var(--paper);border:1px solid var(--rule);color:var(--ink)}.chat-typing{opacity:.7;font-style:italic}.chat-sources{list-style:none;margin:.4rem 0 0;padding:0;display:flex;flex-direction:column;gap:.2rem}.chat-sources a{font-size:.82rem;font-weight:600}.chat-panel-form{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid var(--rule);background:var(--paper)}.chat-panel-form input{flex:1 1;font:inherit;padding:.55rem .7rem;border:1.5px solid var(--rule);border-radius:.45rem;background:var(--silver-100)}.chat-panel-form input:focus-visible{outline:none;border-color:var(--orange-500);box-shadow:0 0 0 3px rgba(245,130,10,.18);background:var(--paper)}.chat-panel-form button{background:var(--grad-orange);border:none;border-radius:.45rem;color:#1a0e00;font-weight:700;padding:0 1rem;cursor:pointer}.chat-panel-form button:disabled{filter:grayscale(.5);cursor:not-allowed}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@font-face{font-family:Alice;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9b1301a2d7f801a0-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Alice;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/788cbbc4621f91e8-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Alice;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b13b505096395f5e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Alice;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f396f74df85ad6df-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Alice Fallback;src:local("Times New Roman");ascent-override:81.88%;descent-override:21.08%;line-gap-override:0.00%;size-adjust:111.02%}.__className_350c52{font-family:Alice,Alice Fallback;font-weight:400;font-style:normal}.__variable_350c52{--font-heading:"Alice","Alice Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-body:"Inter","Inter Fallback"}