:root{--clr-navy: #0B2B43;--clr-deep-blue: #00334E;--clr-accent-blue: #2B6CB0;--clr-mint: #2B6CB0;--clr-brand-dark: #7FC6A3;--clr-white: #FFFFFF;--clr-off-white: #F7FAFC;--clr-text: #111827;--clr-text-muted: #6b7280;--clr-border: #e5e7eb;--font-heading: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--font-body: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--max-w: 1250px;--header-h: 80px;--transition: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--clr-text);background:var(--clr-white);line-height:1.6;padding-top:var(--header-h)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;color:var(--clr-navy)}h1{font-size:clamp(1.8rem,4vw,3.2rem)}h2{font-size:clamp(1.5rem,3vw,2.1rem)}h3{font-size:clamp(1.2rem,2.5vw,1.6rem)}p{margin-bottom:1rem;font-size:1.0625rem;color:#333}ul.content-list{list-style:none;padding:0}ul.content-list li{padding:.3rem 0 .3rem 1.4rem;position:relative;font-size:1.0625rem;color:var(--clr-navy)}ul.content-list li:before{content:"✓";position:absolute;left:0;color:var(--clr-mint);font-weight:700}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:1.25rem}.section{padding-block:5rem}.section--dark{background:var(--clr-navy);color:var(--clr-white)}.section--dark h2,.section--dark h3,.section--dark p{color:var(--clr-white)}.section--light{background:var(--clr-off-white)}.section--mint{background:var(--clr-mint)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding-block:2.5rem}.hero{min-height:50vh;padding-block:3.5rem}.page-banner{min-height:35vh;padding-block:3.5rem}}@media(min-width:769px)and (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-family:var(--font-heading);font-size:1rem;font-weight:600;border:2px solid transparent;cursor:pointer;transition:all var(--transition);border-radius:0;line-height:1}.btn-primary{background:var(--clr-mint);color:var(--clr-white);border-color:var(--clr-mint)}.btn-primary:hover{background:transparent;color:var(--clr-mint)}.btn-outline{background:transparent;color:var(--clr-navy);border-color:var(--clr-navy)}.btn-outline:hover{background:var(--clr-navy);color:var(--clr-white)}.btn-white{background:var(--clr-white);color:var(--clr-navy);border-color:var(--clr-white)}.btn-white:hover{background:transparent;color:var(--clr-white)}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-h);display:flex;align-items:center;background:var(--clr-white);box-shadow:0 2px 20px #00000017;transition:background var(--transition)}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:1.25rem}.logo{flex-shrink:0}.logo img{height:52px;width:auto}.site-nav{display:flex;align-items:center;gap:.15rem}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:.3rem;padding:.6rem;font-family:var(--font-heading);font-size:.9375rem;font-weight:600;color:var(--clr-navy);white-space:nowrap;transition:color var(--transition)}.nav-link:hover{color:var(--clr-mint)}.nav-link .chevron{display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;transition:transform var(--transition)}.nav-item:hover .chevron{transform:rotate(180deg)}.mega-menu{visibility:hidden;position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(8px);min-width:900px;max-width:1100px;background:var(--clr-white);box-shadow:0 15px 40px #0b2b4326;border-top:3px solid var(--clr-mint);z-index:999;opacity:0;pointer-events:none;transition:opacity var(--transition),transform var(--transition),visibility var(--transition)}.nav-item:hover>.mega-menu{visibility:visible;opacity:1;pointer-events:all;transform:translate(-50%) translateY(0)}.mega-menu-inner{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:2rem;padding:2rem;max-height:70vh;overflow-y:auto}.mega-heading{display:block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--clr-mint);padding-bottom:.6rem;border-bottom:1px solid var(--clr-border);margin-bottom:.75rem}.mega-heading:hover{color:var(--clr-navy)}.mega-group{margin-bottom:1rem}.mega-subhead{display:block;font-size:.8rem;font-weight:700;color:var(--clr-navy);margin-bottom:.4rem}.mega-subhead:hover{color:var(--clr-mint)}.mega-group-label{display:block;font-size:.75rem;font-weight:600;color:var(--clr-text-muted);text-transform:uppercase;letter-spacing:.05em;margin:.5rem 0 .25rem;padding-left:.5rem}.mega-links{list-style:none;display:flex;flex-direction:column;gap:.15rem;padding:0}.mega-links a{display:block;font-size:.8125rem;color:#444;padding:.2rem 0 .2rem .5rem;transition:color var(--transition),padding-left var(--transition)}.mega-links a:hover{color:var(--clr-mint);padding-left:.85rem}.mega-sub-group{margin-bottom:.5rem}.mega-sub-group ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.1rem}.mega-sub-group ul a{padding-left:1rem;font-size:.8rem}.dropdown{visibility:hidden;position:absolute;top:100%;left:0;min-width:280px;background:var(--clr-white);box-shadow:0 10px 30px #0000001f;border-top:3px solid var(--clr-mint);z-index:999;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity var(--transition),transform var(--transition),visibility var(--transition)}.nav-item:hover>.dropdown{visibility:visible;opacity:1;pointer-events:all;transform:translateY(0)}.dropdown a{display:block;padding:.65rem 1.25rem;font-size:.875rem;color:var(--clr-navy);border-bottom:1px solid var(--clr-border);transition:background var(--transition),color var(--transition)}.dropdown a:hover{background:var(--clr-off-white);color:var(--clr-mint)}.header-cta{padding:.625rem 1.5rem;background:var(--clr-navy);color:var(--clr-white);font-family:var(--font-heading);font-size:.875rem;font-weight:600;transition:background var(--transition);white-space:nowrap}.header-cta:hover{background:var(--clr-mint)}.hamburger{display:none;width:48px;height:48px;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;background:none;border:none;padding:0}.hamburger span{display:block;width:24px;height:2px;background:var(--clr-navy);transition:all var(--transition)}.mobile-nav{display:none;position:fixed;inset:0;background:var(--clr-navy);z-index:1100;flex-direction:column;overflow-y:auto}.mobile-nav.open{display:flex}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav-header .logo img{height:34px}.mobile-close{width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:2rem;background:none;border:none;cursor:pointer;color:#fff;padding:0}.mobile-nav-group{border-bottom:1px solid rgba(255,255,255,.08)}.mobile-nav-link-row{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile-nav-link-row .mobile-nav-link{flex-grow:1;padding-right:.5rem;justify-content:flex-start}.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-heading);font-size:.95rem;font-weight:600;color:#fff;padding:.9rem 1.5rem}.mobile-nav-link:hover{color:var(--clr-mint)}.mobile-accordion-toggle{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.mobile-nav-link-row .mobile-accordion-toggle{width:auto;padding:.9rem 1.5rem}.mobile-plus{font-size:1.2rem;color:var(--clr-mint)}.mobile-sub{padding-left:0;background:#00000026}.mobile-sub .mobile-nav-link,.mobile-sub .mobile-sub-link{font-size:.85rem;font-weight:500;padding:.8rem 1.5rem .8rem 2.5rem}.mobile-sub .mobile-sub-sub-link{font-size:.8rem;font-weight:400;padding:.75rem 1.5rem .75rem 3.5rem;color:#94a3b8}.mobile-nav-cta{padding:1.5rem}@media(max-width:1024px){.site-nav,.header-cta{display:none}.hamburger{display:flex}}.hero{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;background-color:var(--clr-navy);background-size:cover;background-position:center;position:relative;color:var(--clr-white);padding:5rem 1.25rem}.hero-overlay{position:absolute;inset:0;background:#0b2b43b3}.hero-content{position:relative;z-index:1;max-width:860px}.hero h1{color:var(--clr-white);font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1.25rem}.hero p{font-size:clamp(1rem,2vw,1.2rem);color:#ffffffde;margin-bottom:2rem}.hero-badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);padding:.5rem 1rem;font-size:.875rem;color:var(--clr-white);backdrop-filter:blur(6px)}.product-card{background:var(--clr-white);border:1px solid var(--clr-border);overflow:hidden;transition:box-shadow var(--transition),transform var(--transition);display:flex;flex-direction:column}.product-card:hover{box-shadow:0 12px 40px #0b2b431f;transform:translateY(-4px)}.product-card__img{aspect-ratio:4/3;overflow:hidden;background:var(--clr-off-white)}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__img img{transform:scale(1.05)}.product-card__body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.product-card__cat{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--clr-mint);margin-bottom:.4rem}.product-card__title{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--clr-navy);margin-bottom:.75rem;flex:1}.product-card__link{font-size:.875rem;font-weight:600;color:var(--clr-accent-blue);display:inline-flex;align-items:center;gap:.3rem;transition:gap var(--transition)}.product-card:hover .product-card__link{gap:.6rem}.product-detail-hero{background:var(--clr-navy);background-size:cover;background-position:center;position:relative;padding:5rem 1.25rem 3.5rem;min-height:40vh;display:flex;align-items:center}.product-detail-hero__overlay{position:absolute;inset:0;background:#0b2b43ba}.product-detail-hero__content{position:relative;z-index:1;max-width:var(--max-w);margin-inline:auto}.product-detail-hero h1{color:var(--clr-white)}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffb3;margin-bottom:1rem;flex-wrap:wrap}.breadcrumb a{color:#ffffffb3;transition:color var(--transition)}.breadcrumb a:hover{color:var(--clr-mint)}.breadcrumb span{color:#fff6}.product-detail-body{padding-block:4rem}.product-detail-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:3.5rem;align-items:start}@media(max-width:768px){.product-detail-grid{grid-template-columns:1fr}}.product-specs{background:var(--clr-off-white);padding:1.75rem;border-left:4px solid var(--clr-mint);margin-top:1.5rem}.product-specs h3{font-size:1rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;color:var(--clr-navy)}.spec-table{width:100%;border-collapse:collapse}.spec-table td{padding:.6rem 0;font-size:.9375rem;border-bottom:1px solid var(--clr-border)}.spec-table td:first-child{font-weight:600;color:var(--clr-navy);width:45%}.spec-table td:last-child{color:#444}.related-products{padding-block:4rem;background:var(--clr-off-white)}.related-products h2{text-align:center;margin-bottom:.5rem}.related-subtitle{text-align:center;color:var(--clr-text-muted);margin-bottom:2.5rem}.site-footer{background:var(--clr-deep-blue);color:#fffc;padding-top:4rem}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.footer-grid{grid-template-columns:1fr}}.footer-logo{display:block;margin-bottom:1.5rem}.footer-logo img{height:48px;width:auto}.footer-social{display:flex;gap:.75rem;margin-top:.5rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff1a;color:#ffffffb3;transition:all var(--transition)}.footer-social a:hover{background:var(--clr-brand-dark);color:var(--clr-navy)}.footer-col h4{font-family:var(--font-heading);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--clr-brand-dark);margin-bottom:1rem}.footer-col ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.45rem}.footer-col ul a{font-size:.875rem;color:#ffffffa6;transition:color var(--transition)}.footer-col ul a:hover{color:var(--clr-brand-dark)}.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}.footer-icon{font-size:1.1rem;flex-shrink:0}.footer-contact-item strong{display:block;color:#ffffffb3;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem}.footer-contact-item a{color:#fffc;font-size:.9rem;transition:color var(--transition)}.footer-contact-item a:hover{color:var(--clr-brand-dark)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-block:1.25rem}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;font-size:.8rem;color:#ffffffbf}.footer-bottom-inner a{color:#fffc;transition:color var(--transition)}.footer-bottom-inner a:hover{color:var(--clr-brand-dark)}.footer-bottom-inner p{color:#ffffffbf;margin-bottom:0;font-size:.8rem}.footer-legal{display:flex;gap:1.5rem}.prose h1{font-size:clamp(1.5rem,3.5vw,2.5rem);margin-bottom:.75rem}.prose h2{font-size:clamp(1.25rem,2.5vw,1.85rem);margin-top:2.5rem;margin-bottom:.75rem}.prose h3{font-size:clamp(1.1rem,2vw,1.4rem);margin-top:2rem;margin-bottom:.5rem}.prose p{font-size:1.05rem;line-height:1.8;color:#333;margin-bottom:1.25rem}.prose ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1.25rem}.prose ol{list-style-type:decimal;padding-left:1.5rem;margin-bottom:1.25rem}.prose li{font-size:1.05rem;line-height:1.8;color:#333;margin-bottom:.35rem}.prose img{border-radius:4px;margin-block:1.5rem;box-shadow:0 4px 20px #00000014}.prose a{color:var(--clr-accent-blue);text-decoration:underline;text-underline-offset:3px}.prose strong{color:var(--clr-navy)}.prose table,.product-prose table{width:100%;border-collapse:collapse;margin-block:1.75rem;font-size:.95rem;border-radius:10px;overflow:hidden;box-shadow:0 2px 16px #0b2b431a;border:1.5px solid #c7d8e8;display:table}.prose thead,.product-prose thead{background:var(--clr-navy)}.prose thead th,.product-prose thead th{padding:.85rem 1.1rem;text-align:left;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#fff;border-right:1px solid rgba(255,255,255,.15);white-space:nowrap}.prose thead th:last-child,.product-prose thead th:last-child{border-right:none}.prose tbody tr,.product-prose tbody tr{border-bottom:1px solid #dde8f0;transition:background .15s ease}.prose tbody tr:last-child,.product-prose tbody tr:last-child{border-bottom:none}.prose tbody tr:nth-child(odd),.product-prose tbody tr:nth-child(odd){background:#f4f8fc}.prose tbody tr:nth-child(2n),.product-prose tbody tr:nth-child(2n){background:#fff}.prose tbody tr:hover,.product-prose tbody tr:hover{background:#e8f0f8}.prose tbody td,.product-prose tbody td{padding:.75rem 1.1rem;color:#1a2e3d;border-right:1px solid #dde8f0;line-height:1.5}.prose tbody td:last-child,.product-prose tbody td:last-child{border-right:none}.prose tbody td:first-child,.product-prose tbody td:first-child{font-weight:600;color:var(--clr-navy);background:inherit;white-space:nowrap}.prose table,.product-prose table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}@media(min-width:600px){.prose table,.product-prose table{display:table;overflow-x:visible}}.icon-box-card{background:var(--clr-white);padding:2.5rem 2rem;box-shadow:0 3px 30px #0b2b431a;display:flex;flex-direction:column;gap:1rem;transition:background var(--transition),color var(--transition)}.icon-box-card:hover{background:var(--clr-navy)}.icon-box-card:hover h3,.icon-box-card:hover p{color:var(--clr-white)}.icon-box-card svg{width:48px;height:48px;color:var(--clr-mint)}.icon-box-card:hover svg{color:var(--clr-white)}.page-banner{background:var(--clr-navy);background-size:cover;background-position:center;position:relative;padding:5rem 0;min-height:50vh;display:flex;align-items:center}.page-banner__overlay{position:absolute;inset:0;background:#0b2b43ba}.page-banner__content{position:relative;z-index:1;max-width:var(--max-w);margin-inline:0 auto}.page-banner h1{font-size:clamp(1.9rem,4.5vw,3.2rem);color:var(--clr-white)}.section-label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--clr-mint);margin-bottom:.75rem}.divider{width:60px;height:3px;background:var(--clr-mint);margin-block:1rem}.tag{display:inline-block;background:var(--clr-off-white);border:1px solid var(--clr-border);padding:.3rem .8rem;font-size:.8125rem;font-weight:600;color:var(--clr-navy)}.hp-section-header{text-align:center;margin-bottom:3rem}.hp-section-header h2{font-size:clamp(1.6rem,3vw,2.2rem);color:var(--clr-navy)}.hp-section-header--light h2{color:#fff}.hp-section-header--light p{color:#ffffffb3}.hp-label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--clr-mint);margin-bottom:.6rem}.hp-label--mint{color:var(--clr-mint)}.hp-label--white{color:var(--clr-white)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .6s ease forwards}.faq-section-heading{font-size:1.4rem;font-weight:700;color:var(--clr-navy);margin:2.5rem 0 1.25rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:.5rem}.faq-section-heading:before{content:"";display:inline-block;width:4px;height:1.4rem;background:linear-gradient(180deg,#2b6cb0,#68d391);border-radius:4px;flex-shrink:0}.faq-accordion{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.faq-item{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 1px 4px #0000000a;transition:box-shadow .25s ease,border-color .25s ease}.faq-item:hover{box-shadow:0 4px 16px #2b6cb01a;border-color:#2b6cb04d}.faq-item.is-open{border-color:#2b6cb0;box-shadow:0 4px 16px #2b6cb01f}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;background:none;border:none;cursor:pointer;text-align:left;font-size:.98rem;font-weight:600;color:#1a202c;font-family:inherit;line-height:1.4;transition:background .2s ease}.faq-question:hover{background:#f8fafc}.faq-item.is-open .faq-question{color:#2b6cb0;background:#eff6ff}.faq-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,background .2s ease}.faq-item.is-open .faq-icon{transform:rotate(180deg);background:#2b6cb0}.faq-icon svg{display:block}.faq-item.is-open .faq-icon svg path{stroke:#fff}.faq-answer-wrap{overflow:hidden;max-height:0;transition:max-height .35s ease}.faq-answer{padding:.9rem 1.25rem 1.1rem;font-size:.93rem;color:#4b5563;line-height:1.75;border-top:1px solid #f1f5f9}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:40px;right:40px;background-color:#25d366;color:#fff;border-radius:50%;text-align:center;font-size:30px;box-shadow:2px 2px 10px #00000026;z-index:1000;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease}.whatsapp-float:hover{transform:scale(1.1);box-shadow:2px 4px 15px #00000040;background-color:#128c7e}@media(max-width:768px){.whatsapp-float{width:50px;height:50px;bottom:85px!important;right:20px}.whatsapp-float svg{width:26px;height:26px}}.header-search-form{position:relative;display:flex;align-items:center;background:#f1f5f9;border-radius:20px;padding:.3rem .8rem;margin-right:.75rem;width:170px;flex-shrink:0;transition:width var(--transition),background var(--transition),box-shadow var(--transition)}.header-search-form:focus-within{width:220px;background:#fff;box-shadow:0 0 0 2px var(--clr-navy)}.header-search-input{width:100%;border:none;background:transparent;outline:none;font-size:.85rem;font-family:var(--font-body);color:var(--clr-navy);padding:.1rem 0}.header-search-input::placeholder{color:#9ca3af}.header-search-submit{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#6b7280;margin-left:.35rem;transition:color var(--transition)}.header-search-submit svg{width:16px;height:16px;stroke-width:2.5}.header-search-submit:hover{color:var(--clr-navy)}.mobile-search-btn{display:none;align-items:center;justify-content:center;color:var(--clr-navy);padding:.5rem;margin-left:auto;margin-right:.5rem;transition:color var(--transition)}.mobile-search-btn svg{width:22px;height:22px;stroke-width:2.5}.mobile-search-btn:hover{color:var(--clr-mint)}.mobile-search-wrap{padding:1rem 1.5rem .5rem;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-search-form{position:relative;display:flex;align-items:center;background:#ffffff1a;border-radius:20px;padding:.45rem 1rem}.mobile-search-input{width:100%;border:none;background:transparent;outline:none;font-size:.9rem;color:#fff;font-family:var(--font-body);padding:.1rem 0}.mobile-search-input::placeholder{color:#fff9}.mobile-search-submit{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#fff9;margin-left:.35rem;transition:color var(--transition)}.mobile-search-submit svg{width:17px;height:17px;stroke-width:2.5}.mobile-search-submit:hover{color:#fff}@media(max-width:1024px){.header-search-form{display:none}.mobile-search-btn{display:flex}}.mobile-search-overlay{position:absolute;inset:0;background:#fff;z-index:1010;display:flex;align-items:center;padding-inline:1.25rem;opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .25s ease,transform .25s ease}.mobile-search-overlay.open{opacity:1;pointer-events:all;transform:translateY(0)}.mobile-search-overlay-form{width:100%;display:flex;align-items:center;gap:.75rem;background:#f1f5f9;border-radius:24px;padding:.5rem 1rem}.mobile-overlay-search-icon{width:20px;height:20px;color:#9ca3af;flex-shrink:0}#mobile-search-overlay-input{width:100%;border:none;background:transparent;outline:none;font-size:.95rem;color:var(--clr-navy);padding:.25rem 0;font-family:var(--font-body)}#mobile-search-overlay-input::placeholder{color:#9ca3af}.mobile-search-overlay-close{background:none;border:none;font-size:1.2rem;color:#6b7280;cursor:pointer;padding:.25rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:color var(--transition)}.mobile-search-overlay-close:hover{color:var(--clr-navy)}.search-suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px #0000001a;margin-top:.5rem;max-height:320px;overflow-y:auto;z-index:1050;display:none}.search-suggestions-dropdown.visible{display:block}.header-search-form .search-suggestions-dropdown{width:320px;left:auto;right:0}.suggestion-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .85rem;border-bottom:1px solid #f1f5f9;text-decoration:none;transition:background var(--transition)}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover,.suggestion-item.highlighted{background:#f8fafc;cursor:pointer}.suggestion-thumb{width:36px;height:36px;border-radius:6px;overflow:hidden;background:#f1f5f9;flex-shrink:0;display:flex;align-items:center;justify-content:center}.suggestion-thumb img{width:100%;height:100%;object-fit:cover}.suggestion-placeholder{font-size:.9rem;font-weight:700;color:var(--clr-navy)}.suggestion-info{display:flex;flex-direction:column;gap:.1rem;overflow:hidden;text-align:left}.suggestion-title{font-size:.85rem;font-weight:600;color:var(--clr-navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.suggestion-meta{font-size:.7rem;color:#6b7280;display:block}.mobile-search-form .search-suggestions-dropdown{background:var(--clr-navy);border-color:#ffffff26;box-shadow:0 10px 25px #0000004d}.mobile-search-form .suggestion-item{border-bottom-color:#ffffff14}.mobile-search-form .suggestion-item:hover,.mobile-search-form .suggestion-item.highlighted{background:#ffffff1a}.mobile-search-form .suggestion-title{color:#fff}.mobile-search-form .suggestion-meta{color:#fff9}.mobile-search-form .suggestion-placeholder{color:var(--clr-brand-dark)}@media(max-width:768px){:root{--header-h: 60px}.logo img{height:36px!important}body{font-size:15px}p{font-size:.95rem;line-height:1.6;margin-bottom:.85rem}.prose p{font-size:.98rem;line-height:1.7}.scan-bold{font-weight:600;color:var(--clr-navy)}}.mobile-sticky-cta{position:fixed;bottom:0;left:0;right:0;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--clr-border);padding:.65rem 1.25rem;z-index:998;display:none;justify-content:center;align-items:center;box-shadow:0 -4px 20px #00000012;transform:translateY(100%);transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s ease;opacity:0}.mobile-sticky-cta.visible{transform:translateY(0);opacity:1}.mobile-sticky-cta .btn{width:100%;justify-content:center;padding:.85rem 2rem;border-radius:6px;font-size:1rem;font-weight:700;box-shadow:0 4px 14px #2b6cb040;border:none;display:inline-flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.03em}.mobile-sticky-cta .cta-arrow-icon{transition:transform .2s ease}.mobile-sticky-cta .btn:hover .cta-arrow-icon{transform:translate(4px)}@media(max-width:768px){.mobile-sticky-cta{display:flex}}}#bharat-tex-stripe[data-astro-cid-sckkx6r4]{background-color:#2b6cb0!important;color:#fff!important;font-size:.82rem;font-weight:600;line-height:1.4;letter-spacing:.02em;padding:.6rem 3.5rem .6rem 1rem;position:relative;width:100%;z-index:10000;border-bottom:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;transition:max-height .3s ease,opacity .3s ease;overflow:hidden}#bharat-tex-stripe[data-astro-cid-sckkx6r4].bts--hidden{max-height:0!important;opacity:0;padding:0;border:none;pointer-events:none}.bts__inner[data-astro-cid-sckkx6r4]{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem .85rem}.bts__icon[data-astro-cid-sckkx6r4]{width:20px;height:20px;object-fit:contain;flex-shrink:0}.bts__text[data-astro-cid-sckkx6r4]{margin:0;color:#fff;font-size:.82rem}.bts__text[data-astro-cid-sckkx6r4] strong[data-astro-cid-sckkx6r4]{color:#fff;font-weight:700}.bts__dates[data-astro-cid-sckkx6r4]{color:#ffffffd9}.bts__cta[data-astro-cid-sckkx6r4]{background:#1a365d;color:#bee3f8;font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;padding:.3rem .9rem;border-radius:3px;white-space:nowrap;flex-shrink:0;transition:background .2s,color .2s}.bts__cta[data-astro-cid-sckkx6r4]:hover{background:#244675;color:#fff}.bts__close[data-astro-cid-sckkx6r4]{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#ffffffb3;font-size:1.25rem;line-height:1;cursor:pointer;padding:.25rem .4rem;transition:color .2s}.bts__close[data-astro-cid-sckkx6r4]:hover{color:#fff}@media(max-width:600px){#bharat-tex-stripe[data-astro-cid-sckkx6r4]{font-size:.75rem}.bts__dates[data-astro-cid-sckkx6r4]{display:none}}
