:root{--navy:#7d0a0a;--navy-light:#9e1212;--blue:#b91c1c;--blue-light:#fde8e8;--orange:#d4af37;--orange-dark:#b8941e;--white:#fff;--bg-light:#fdf8f0;--text-dark:#1a0808;--text-muted:#6c757d;--border:#e8d5d5;--shadow-sm:0 2px 8px #7d0a0a12;--shadow-md:0 4px 12px #7d0a0a1a;--shadow-lg:0 8px 24px #7d0a0a26;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--font-heading:"Roboto Slab", serif;--font-body:"Roboto", sans-serif;--transition:.25s ease;--accent-text:#7d0a0a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{box-shadow:0 0 #ffbc7d8c}50%{box-shadow:0 0 0 12px #ffbc7d00}}@keyframes countUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(32px)}.reveal.from-left{transform:translate(-40px)}.reveal.from-right{transform:translate(40px)}.reveal.scale-in{transform:scale(.92)}.reveal.visible{opacity:1;transform:none}.reveal-stagger>*{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(28px)}.reveal-stagger.visible>:first-child{opacity:1;transition-delay:0s;transform:none}.reveal-stagger.visible>:nth-child(2){opacity:1;transition-delay:80ms;transform:none}.reveal-stagger.visible>:nth-child(3){opacity:1;transition-delay:.16s;transform:none}.reveal-stagger.visible>:nth-child(4){opacity:1;transition-delay:.24s;transform:none}.reveal-stagger.visible>:nth-child(5){opacity:1;transition-delay:.32s;transform:none}.reveal-stagger.visible>:nth-child(6){opacity:1;transition-delay:.4s;transform:none}.reveal-stagger.visible>:nth-child(7){opacity:1;transition-delay:.48s;transform:none}.reveal-stagger.visible>:nth-child(8){opacity:1;transition-delay:.56s;transform:none}.reveal-stagger.visible>:nth-child(9){opacity:1;transition-delay:.64s;transform:none}.reveal-stagger.visible>:nth-child(10){opacity:1;transition-delay:.72s;transform:none}.reveal-stagger.visible>:nth-child(11){opacity:1;transition-delay:.8s;transform:none}.reveal-stagger.visible>:nth-child(12){opacity:1;transition-delay:.88s;transform:none}.reveal-stagger.visible>:nth-child(13){opacity:1;transition-delay:.96s;transform:none}.reveal-stagger.visible>:nth-child(14){opacity:1;transition-delay:1.04s;transform:none}.reveal-stagger.visible>:nth-child(15){opacity:1;transition-delay:1.12s;transform:none}.reveal-stagger.visible>:nth-child(16){opacity:1;transition-delay:1.2s;transform:none}.reveal-stagger.visible>:nth-child(17){opacity:1;transition-delay:1.28s;transform:none}.reveal-stagger.visible>:nth-child(18){opacity:1;transition-delay:1.36s;transform:none}.reveal-stagger.visible>:nth-child(19){opacity:1;transition-delay:1.44s;transform:none}.reveal-stagger.visible>:nth-child(20){opacity:1;transition-delay:1.52s;transform:none}.float-call,.float-whatsapp{z-index:999;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;line-height:1;display:flex;position:fixed;box-shadow:0 4px 20px #00000040}.float-call{background:var(--orange);color:var(--accent-text);animation:2.5s infinite pulse;bottom:1.25rem;right:1.25rem}.float-whatsapp{background:#25d366;bottom:5.25rem;right:1.25rem}.float-whatsapp svg{display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-alt{background:var(--bg-light)}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-family:var(--font-heading);color:var(--navy);margin-bottom:.5rem;font-size:clamp(1.75rem,3vw,2.4rem);font-weight:700}.section-subtitle{color:var(--text-muted);max-width:560px;margin:0 auto;font-size:1rem}.section-divider{background:var(--orange);border-radius:2px;width:60px;height:4px;margin:.75rem auto 1rem}.btn{border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;transition:transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition);align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:.9rem;font-weight:600;line-height:1;display:inline-flex}.btn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-primary{background:var(--orange);color:var(--accent-text)}.btn-primary:hover{background:var(--orange-dark)}.btn-outline{color:var(--white);border:2px solid var(--white);background:0 0}.btn-outline:hover{background:var(--white);color:var(--navy)}.btn-navy{background:var(--navy);color:var(--white)}.btn-navy:hover{background:var(--navy-light)}.btn-blue{background:var(--blue);color:var(--white)}.btn-blue:hover{background:#0062a0}.header{z-index:1000;transition:box-shadow var(--transition);position:fixed;top:0;left:0;right:0}.header.scrolled .navbar{-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border-bottom-color:#0000;box-shadow:0 4px 20px #0000001a}.topbar{background:var(--navy);color:#fffc;padding:.4rem 0;font-size:.78rem}.topbar-inner{justify-content:space-between;align-items:center;display:flex}.topbar-left{flex-wrap:wrap;gap:1.1rem;display:flex}.topbar-item{color:#fffc;transition:color var(--transition);white-space:nowrap;align-items:center;gap:.3rem;display:flex}.topbar-item:hover{color:var(--orange)}.topbar-right{gap:.5rem;display:flex}.social-icon{color:#fffc;width:26px;height:26px;transition:background var(--transition), color var(--transition);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-icon:hover{background:var(--orange);color:var(--accent-text)}.navbar{background:var(--white);border-bottom:1px solid var(--border);padding:.6rem 0;position:relative}.navbar-inner{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;gap:.65rem;display:flex}.logo-img{object-fit:contain;mix-blend-mode:multiply;flex-shrink:0;width:42px;height:42px}.logo-text{flex-direction:column;display:flex}.logo-name{font-family:var(--font-heading);color:var(--navy);font-size:1.05rem;font-weight:700;line-height:1.2}.logo-tagline{color:var(--text-muted);letter-spacing:.5px;text-transform:uppercase;font-size:.66rem}.nav-links{align-items:center;gap:.15rem;display:flex}.nav-link{color:var(--text-dark);border-radius:var(--radius-sm);transition:color var(--transition), background var(--transition);white-space:nowrap;padding:.5rem .85rem;font-size:.88rem;font-weight:500;display:block}.nav-link:hover{color:var(--blue);background:var(--blue-light)}.nav-link.active{color:var(--navy);background:var(--blue-light);border-bottom:2px solid var(--navy);font-weight:700}.nav-cta{margin-left:.5rem}.nav-item{position:relative}.nav-link--dropdown{align-items:center;gap:4px;display:flex}.dropdown-chevron{flex-shrink:0;transition:transform .2s}.has-dropdown:hover .dropdown-chevron,.has-dropdown .dropdown-menu.visible~.nav-link--dropdown .dropdown-chevron{transform:rotate(180deg)}.dropdown-menu{background:var(--white);border:1px solid var(--border);border-top:3px solid var(--navy);border-radius:0 0 var(--radius-md) var(--radius-md);min-width:150px;box-shadow:var(--shadow-md);opacity:0;pointer-events:none;z-index:100;padding:.4rem 0;transition:opacity .18s,transform .18s;position:absolute;top:100%;left:0;transform:translateY(6px)}.has-dropdown:hover .dropdown-menu,.dropdown-menu.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.dropdown-item{color:var(--text-dark);transition:background var(--transition), color var(--transition);white-space:nowrap;padding:.55rem 1.1rem;font-size:.85rem;font-weight:500;display:block}.dropdown-item:hover{background:var(--blue-light);color:var(--navy)}.dropdown-mobile-toggle{display:none}.menu-toggle{color:var(--navy);touch-action:manipulation;background:0 0;padding:.3rem;display:none}.nav-backdrop{z-index:999;background:#00000059;display:none;position:fixed;inset:0}@media (width<=900px){.topbar-hide-sm{display:none}.menu-toggle{display:flex}.nav-backdrop{display:block}.nav-links{background:var(--white);border-bottom:3px solid var(--navy);z-index:1001;flex-direction:column;align-items:stretch;gap:.15rem;padding:.75rem 1.25rem 1.25rem;display:none;position:absolute;top:calc(100% + 1px);left:0;right:0;box-shadow:0 12px 32px #00000026}.nav-links.open{animation:.22s slideUp;display:flex}.nav-link{border-radius:var(--radius-sm);padding:.85rem 1rem;font-size:1rem}.nav-cta{justify-content:center;margin-top:.5rem;margin-left:0;padding:.9rem}.dropdown-mobile-toggle{color:var(--navy);background:0 0;justify-content:center;align-items:center;padding:.25rem;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.dropdown-mobile-toggle .rotated{transform:rotate(180deg)}.dropdown-menu{border:none;border-left:3px solid var(--navy);box-shadow:none;opacity:1;pointer-events:none;border-top:none;border-radius:0;max-height:0;margin:0 0 0 1.5rem;padding:0;transition:max-height .25s;position:static;overflow:hidden;transform:none}.dropdown-menu.visible{pointer-events:auto;max-height:200px}.dropdown-chevron{display:none}}@media (width<=480px){.logo-name{font-size:.92rem}.logo-tagline{display:none}.logo-img{width:36px;height:36px}}.footer{background:var(--navy);color:#fffc}.footer-top{padding:4rem 0 2.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2.5rem;display:grid}.footer-logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer-logo-img{object-fit:contain;background:var(--white);border-radius:var(--radius-sm);flex-shrink:0;width:44px;height:44px;padding:3px}.footer-logo-icon{background:var(--orange);width:44px;height:44px;color:var(--navy);border-radius:var(--radius-sm);font-family:var(--font-heading);flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;font-weight:800;display:flex}.footer-logo-name{font-family:var(--font-heading);color:var(--white);font-size:1rem;font-weight:700}.footer-logo-tagline{color:#ffffff80;letter-spacing:.5px;text-transform:uppercase;font-size:.7rem}.footer-about{color:#ffffffa6;margin-bottom:1.25rem;font-size:.87rem;line-height:1.7}.footer-socials{gap:.6rem;display:flex}.footer-social{color:#ffffffb3;width:34px;height:34px;transition:background var(--transition), border-color var(--transition), color var(--transition);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.footer-social:hover{background:var(--orange);border-color:var(--orange);color:var(--accent-text)}.footer-heading{font-family:var(--font-heading);color:var(--white);border-bottom:2px solid var(--orange);margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1rem;font-weight:700;display:inline-block}.footer-links{flex-direction:column;gap:.6rem;display:flex}.footer-links a{color:#ffffffa6;transition:color var(--transition), padding-left var(--transition);font-size:.87rem}.footer-links a:hover{color:var(--orange);padding-left:4px}.footer-contact{flex-direction:column;gap:.9rem;display:flex}.footer-contact li{color:#ffffffa6;align-items:flex-start;gap:.6rem;font-size:.87rem;display:flex}.footer-contact li svg{color:var(--orange);flex-shrink:0;margin-top:2px}.footer-contact a{color:#ffffffa6;transition:color var(--transition)}.footer-contact a:hover{color:var(--orange)}.footer-bottom{background:#00000040;border-top:1px solid #ffffff1a;padding:1.2rem 0}.footer-bottom-inner{color:#ffffff73;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.footer-dev-link{color:var(--orange);text-underline-offset:2px;text-decoration:underline;transition:opacity .2s}.footer-dev-link:hover{opacity:.75}.footer-app-btns{flex-direction:column;gap:.6rem;margin-top:1rem;display:flex}.footer-app-btn{border-radius:var(--radius-md);color:#ffffffd9;transition:background var(--transition), border-color var(--transition);background:#ffffff14;border:1px solid #ffffff2e;align-items:center;gap:.65rem;width:fit-content;padding:.55rem 1rem;display:flex}.footer-app-btn:hover{color:var(--white);background:#ffffff26;border-color:#ffffff59}.footer-app-sub{color:#fff9;font-size:.62rem;line-height:1}.footer-app-name{color:var(--white);font-size:.88rem;font-weight:700;line-height:1.3}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=560px){.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{text-align:center;flex-direction:column}}.popup-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#020e57a6;justify-content:center;align-items:center;padding:1rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.popup-card{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:440px;animation:.35s cubic-bezier(.22,1,.36,1) slideUp;position:relative;overflow:hidden;box-shadow:0 24px 64px #0000004d}.popup-card:before{content:"";background:linear-gradient(90deg, var(--navy), var(--blue), var(--orange));height:5px;display:block}.popup-close{background:var(--bg-light);width:32px;height:32px;color:var(--text-muted);transition:background var(--transition), color var(--transition);z-index:1;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.9rem;right:.9rem}.popup-close:hover{background:var(--navy);color:var(--white)}.popup-header{text-align:center;padding:1.75rem 1.75rem 0}.popup-badge{background:var(--orange);color:#000;text-transform:uppercase;letter-spacing:1px;border-radius:2px;margin-bottom:.9rem;padding:.3rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.popup-title{font-family:var(--font-heading);color:var(--navy);margin-bottom:.4rem;font-size:1.35rem;font-weight:800;line-height:1.25}.popup-sub{color:var(--text-muted);margin-bottom:.25rem;font-size:.88rem}.popup-form{flex-direction:column;gap:1rem;padding:1.25rem 1.75rem 1.75rem;display:flex}.popup-field{flex-direction:column;gap:.35rem;display:flex}.popup-field label{color:var(--text-dark);text-transform:uppercase;letter-spacing:.4px;font-size:.78rem;font-weight:700}.popup-field label span{color:#e03e3e}.popup-field input,.popup-field select{border:1.5px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-body);color:var(--text-dark);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition);outline:none;width:100%;padding:.7rem .9rem;font-size:.92rem}.popup-field input:focus,.popup-field select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0077bc1f}.popup-submit{background:var(--navy);color:var(--white);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;transition:background var(--transition), transform var(--transition), box-shadow var(--transition);justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;padding:.85rem;font-size:.95rem;font-weight:700;display:flex}.popup-submit:hover{background:var(--blue);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.popup-privacy{color:var(--text-muted);text-align:center;font-size:.75rem}.popup-success{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1.75rem 2rem;animation:.3s fadeIn;display:flex}.popup-success-icon{font-size:2.5rem}.popup-success h3{font-family:var(--font-heading);color:var(--navy);font-size:1.2rem;font-weight:700}.popup-success p{color:var(--text-muted);font-size:.88rem}.popup-close-btn{background:var(--navy);color:var(--white);border-radius:var(--radius-sm);transition:background var(--transition);margin-top:.75rem;padding:.55rem 1.5rem;font-size:.85rem;font-weight:600}.popup-close-btn:hover{background:var(--blue)}@media (width<=480px){.popup-card{border-radius:var(--radius-md);max-width:100%}.popup-title{font-size:1.15rem}.popup-header{padding:1.5rem 1.25rem 0}.popup-form{padding:1rem 1.25rem 1.5rem}}.hero{background:var(--navy);color:var(--white);min-height:540px;padding-top:8rem;padding-bottom:4rem;position:relative;overflow:hidden}.hero-right-image{z-index:0;width:46%;position:absolute;top:0;bottom:0;right:0;overflow:hidden}.hero-right-image:after{display:none}.hero-real-img{object-fit:contain;object-position:center bottom;width:100%;height:100%;padding-top:3rem;display:block}.hero-founder-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-md);z-index:3;text-align:right;background:#000000a6;border:1px solid #ffffff26;padding:.55rem .9rem;position:absolute;bottom:1.25rem;right:1.25rem}.hero-founder-badge-name{font-family:var(--font-heading);color:var(--white);font-size:.88rem;font-weight:700}.hero-founder-badge-qual{color:#ffffffa6;margin-top:.1rem;font-size:.68rem}.hero-founder-exp{background:var(--orange);border-radius:var(--radius-md);text-align:center;z-index:3;flex-direction:column;gap:.05rem;padding:.6rem .9rem;display:flex;position:absolute;top:1.5rem;right:1.25rem}.hero-founder-exp-num{font-family:var(--font-heading);color:var(--accent-text);font-size:1.4rem;font-weight:800;line-height:1}.hero-founder-exp-label{text-transform:uppercase;letter-spacing:.5px;color:#7d0a0abf;white-space:nowrap;font-size:.6rem;font-weight:700}.hero-inner{z-index:1;position:relative}.hero-text{flex-direction:column;gap:0;max-width:560px;animation:.7s cubic-bezier(.22,1,.36,1) both slideInLeft;display:flex}.hero-badge{background:var(--orange);color:var(--accent-text);text-transform:uppercase;letter-spacing:1px;border-radius:2px;width:fit-content;margin-bottom:1.1rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.hero-heading{font-family:var(--font-heading);color:var(--white);margin-bottom:1rem;font-size:clamp(1.85rem,3.2vw,2.8rem);font-weight:800;line-height:1.22}.hero-sub{color:#ffffffc7;max-width:480px;margin-bottom:1.5rem;font-size:1rem;line-height:1.75}.hero-highlights{flex-wrap:wrap;gap:.6rem;margin-bottom:1.75rem;display:flex}.hero-highlight-item{color:#ffffffe6;background:#ffffff1a;border:1px solid #ffffff26;border-radius:20px;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.78rem;font-weight:600;display:flex}.hero-highlight-item svg{color:var(--orange);flex-shrink:0}.hero-btn-main{width:fit-content;margin-bottom:2rem;animation:2.4s infinite pulse}.hero-stats{align-items:center;gap:1.25rem;display:flex}.hero-stat{flex-direction:column;display:flex}.hero-stat-num{font-family:var(--font-heading);color:var(--orange);font-size:1.55rem;font-weight:800;line-height:1}.hero-stat-label{color:#fff9;text-transform:uppercase;letter-spacing:.5px;margin-top:.2rem;font-size:.73rem}.hero-stat-divider{background:#fff3;width:1px;height:36px}@media (width<=900px){.hero{padding-top:8rem;padding-bottom:16rem}.hero-right-image{width:100%;height:340px;inset:auto 0 0}.hero-right-image:before{display:none}.hero-founder-exp{padding:.5rem .75rem;top:1rem;right:1rem}.hero-founder-exp-num{font-size:1.2rem}.hero-founder-badge{padding:.4rem .7rem;bottom:1rem;right:1rem}}@media (width<=480px){.hero{padding-top:6.5rem;padding-bottom:16rem}.hero-badge{margin-bottom:.8rem;padding:.3rem .8rem;font-size:.7rem}.hero-heading{margin-bottom:.75rem;font-size:1.7rem}.hero-sub{margin-bottom:1.2rem;font-size:.95rem}.hero-btn-main{margin-bottom:1.5rem;padding:.7rem 1.1rem;font-size:.82rem}.hero-highlights{gap:.35rem;margin-bottom:1.25rem}.hero-highlight-item{padding:.25rem .6rem;font-size:.7rem}.hero-stats,.hero-founder-exp{display:none}.hero-right-image{height:320px}}.promo-carousel{-webkit-user-select:none;user-select:none;background:#000;width:100%}.pc-track{aspect-ratio:4;width:100%;position:relative;overflow:hidden}.pc-slide-bg{background:#111318;justify-content:center;align-items:center;transition:opacity .45s;display:flex;position:absolute;inset:0}.pc-placeholder{color:#ffffff2e;pointer-events:none;flex-direction:column;align-items:center;gap:.65rem;display:flex}.pc-play-ring{color:#ffffff80;border:2px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.pc-ph-label{text-transform:uppercase;letter-spacing:1px;color:#ffffff4d;font-size:.78rem;font-weight:600}.pc-text-overlay{background:linear-gradient(#0000 0%,#000000b8 100%);flex-direction:column;gap:.25rem;padding:2rem 3rem 1.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.pc-caption{z-index:1;background:linear-gradient(#0000 0%,#000000b3 100%);flex-direction:column;gap:.15rem;padding:1.5rem 1.5rem 1rem;display:flex;position:absolute;bottom:0;left:0;right:0}.pc-caption-label{font-family:var(--font-heading);color:var(--white);font-size:clamp(.85rem,2vw,1.1rem);font-weight:700;line-height:1.2}.pc-caption-sub{color:#ffffffbf;font-size:clamp(.72rem,1.2vw,.85rem)}.pc-label{background:var(--orange);color:var(--accent-text);text-transform:uppercase;letter-spacing:1px;border-radius:2px;width:fit-content;margin-bottom:.2rem;padding:.2rem .65rem;font-size:.68rem;font-weight:800;display:inline-block}.pc-title{font-family:var(--font-heading);color:var(--white);font-size:clamp(1rem,2.2vw,1.6rem);font-weight:800;line-height:1.25}.pc-sub{color:#ffffffb8;font-size:clamp(.78rem,1.2vw,.92rem);line-height:1.4}.pc-arrow{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:40px;height:40px;color:var(--white);cursor:pointer;transition:background var(--transition), border-color var(--transition);z-index:2;background:#ffffff26;border:1.5px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.pc-arrow:hover{background:var(--orange);border-color:var(--orange);color:var(--accent-text)}.pc-arrow-left{left:1.25rem}.pc-arrow-right{right:1.25rem}.pc-story-controls{background:var(--navy);gap:.4rem;padding:.8rem 1.5rem 1rem;display:flex}.pc-story-bar{cursor:pointer;background:#fff3;border-radius:4px;flex:1;height:4px;position:relative;overflow:hidden}.pc-story-fill{background:var(--orange);border-radius:4px;height:100%;position:absolute;top:0;left:0}@media (width<=860px){.pc-track{aspect-ratio:16/9}.pc-text-overlay{padding:1.25rem 1.25rem 1rem}.pc-arrow{width:34px;height:34px}.pc-arrow-left{left:.6rem}.pc-arrow-right{right:.6rem}}@media (width<=480px){.pc-track{aspect-ratio:4/3}.pc-title{font-size:.95rem}.pc-sub{display:none}}.faq-section{background:var(--bg-light)}.faq-container{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.faq-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);transition:box-shadow var(--transition), border-color var(--transition);overflow:hidden}.faq-item.active{box-shadow:var(--shadow-sm);border-color:#7d0a0a4d}.faq-question{text-align:left;width:100%;font-family:var(--font-heading);color:var(--text-dark);cursor:pointer;transition:color var(--transition);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1.1rem;font-weight:600;display:flex}.faq-item.active .faq-question{color:var(--accent-text)}.faq-icon{color:var(--accent-text);transition:transform var(--transition);flex-shrink:0}.faq-answer-wrapper{transition:max-height .3s ease-in-out,opacity .3s ease-in-out;overflow:hidden}.faq-answer{color:var(--text-muted);padding:0 1.5rem 1.25rem;font-size:.95rem;line-height:1.7}@media (width<=768px){.faq-question{padding:1rem 1.25rem;font-size:1.05rem}.faq-answer{padding:0 1.25rem 1rem}}.home-inquiry{background:var(--navy)}.home-inquiry-inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hi-promo{color:var(--white);flex-direction:column;gap:1.1rem;display:flex}.hi-admission-badge{background:var(--orange);color:var(--accent-text);text-transform:uppercase;letter-spacing:1px;border-radius:20px;width:fit-content;padding:.3rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.hi-heading{font-family:var(--font-heading);color:var(--white);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;line-height:1.25}.hi-sub{color:#ffffffbf;font-size:.95rem;line-height:1.65}.hi-perks{flex-direction:column;gap:.55rem;padding:0;list-style:none;display:flex}.hi-perks li{color:#ffffffe0;font-size:.9rem}.hi-phone-cta{color:var(--white);border-radius:var(--radius-md);width:fit-content;transition:background var(--transition), border-color var(--transition);background:#ffffff1f;border:1.5px solid #ffffff4d;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:700;display:inline-flex}.hi-phone-cta:hover{border-color:var(--orange);color:var(--orange);background:#fff3}.hi-form-card{background:var(--white);border-radius:var(--radius-lg);padding:2.25rem 2rem;box-shadow:0 12px 40px #00000040}.hi-form-heading{font-family:var(--font-heading);color:var(--navy);margin-bottom:1.5rem;font-size:1.3rem;font-weight:700}.hi-form .form-group{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.hi-form label{color:var(--text-dark);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:600}.hi-form input,.hi-form select{border:1.5px solid var(--border);border-radius:var(--radius-md);width:100%;font-size:.9rem;font-family:var(--font-body);color:var(--text-dark);background:var(--white);transition:border-color var(--transition);outline:none;padding:.7rem .9rem}.hi-form input:focus,.hi-form select:focus{border-color:var(--blue)}.hi-submit{justify-content:center;width:100%;margin-top:.5rem}.hi-success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;display:flex}.hi-success h3{color:var(--navy);font-size:1.4rem;font-weight:700}.hi-success p{color:var(--text-muted);font-size:.9rem}@media (width<=860px){.home-inquiry-inner{grid-template-columns:1fr;gap:2rem}}@media (width<=520px){.hi-form-card{padding:1.75rem 1.25rem}}.about{background:var(--white)}.about-inner{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;display:grid}.about-img-col{justify-content:center;display:flex;position:relative}.about-img-frame{border-radius:var(--radius-lg);background:linear-gradient(160deg, #eef2ff 0%, var(--blue-light) 100%);width:100%;max-width:380px;box-shadow:var(--shadow-lg);border-bottom:5px solid var(--navy);padding:1.5rem 1.5rem 0;overflow:hidden}.about-founder-img{object-fit:contain;filter:drop-shadow(0 4px 20px #0000001a);width:100%;height:auto;display:block}.about-experience-badge{background:var(--navy);color:var(--white);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-lg);flex-direction:column;gap:.1rem;padding:.9rem 1.3rem;display:flex;position:absolute;bottom:-.75rem;right:1rem}.about-exp-num{font-family:var(--font-heading);color:var(--orange);font-size:1.8rem;font-weight:800;line-height:1}.about-exp-label{text-transform:uppercase;letter-spacing:.5px;color:#ffffffbf;white-space:nowrap;font-size:.72rem}.about-tag{background:var(--blue-light);color:var(--blue);text-transform:uppercase;letter-spacing:1px;border-radius:2px;margin-bottom:.9rem;padding:.3rem .85rem;font-size:.75rem;font-weight:700;display:inline-block}.about-desc{color:var(--text-muted);font-size:.97rem;line-height:1.75}.about-achievements{flex-direction:column;gap:.7rem;margin:1.5rem 0 2rem;display:flex}.about-achievements li{color:var(--text-dark);align-items:flex-start;gap:.6rem;font-size:.92rem;line-height:1.5;display:flex}.about-achievements li svg{flex-shrink:0;margin-top:2px}.about-cta{display:inline-flex}@media (width<=900px){.about-inner{grid-template-columns:1fr;gap:3rem}.about-img-col{width:100%;max-width:320px;margin:0 auto}}@media (width<=480px){.about-img-col{max-width:260px}.about-cta{justify-content:center;width:100%;font-size:.85rem}}.courses-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.course-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);border-bottom:3px solid #0000;flex-direction:column;padding:1.75rem;animation:.5s both slideUp;display:flex}.course-card:hover{box-shadow:var(--shadow-lg);border-bottom-color:var(--navy);transform:translateY(-5px)}.course-icon-wrap{border-radius:var(--radius-md);justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.1rem;display:flex}.course-emoji{font-size:1.9rem;line-height:1}.course-img-logo{object-fit:contain;border-radius:var(--radius-md);mix-blend-mode:multiply;width:100%;height:100%;padding:4px}.course-title{font-family:var(--font-heading);color:var(--navy);margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.course-desc{color:var(--text-muted);flex:1;margin-bottom:1rem;font-size:.87rem;line-height:1.65}.course-tags{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.course-tag{text-transform:uppercase;letter-spacing:.4px;border-radius:2px;padding:.25rem .6rem;font-size:.72rem;font-weight:600}.course-link{text-transform:uppercase;letter-spacing:.4px;transition:gap var(--transition);align-items:center;gap:.3rem;font-size:.85rem;font-weight:600;display:inline-flex}.course-link:hover{gap:.6rem}@media (width<=900px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.courses-grid{grid-template-columns:1fr}}.results{background:var(--white)}.results-eyebrow{text-transform:uppercase;letter-spacing:1.5px;color:var(--orange-dark);margin-bottom:.6rem;font-size:.78rem;font-weight:700;display:inline-block}.results-stats{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:3rem;display:grid}.results-stat{background:var(--navy);color:var(--white);border-radius:var(--radius-lg);text-align:center;flex-direction:column;gap:.2rem;padding:1.5rem 1.25rem;display:flex}.results-stat-num{font-family:var(--font-heading);color:var(--orange);font-size:2rem;font-weight:800;line-height:1}.results-stat-label{margin-top:.35rem;font-size:.9rem;font-weight:700}.results-stat-sub{color:#fff9;font-size:.72rem}.results-grid{grid-template-columns:repeat(4,1fr);gap:1.2rem;display:grid}.topper-card{background:var(--white);border:1px solid var(--border);border-top:4px solid var(--accent);border-radius:var(--radius-lg);transition:transform var(--transition), box-shadow var(--transition);flex-direction:column;display:flex;overflow:hidden}.topper-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.topper-card:nth-child(-n+6) .topper-avatar{aspect-ratio:4/3}.topper-card:nth-child(n+7) .topper-avatar{aspect-ratio:1}.topper-avatar{background:var(--bg-light);width:100%;overflow:hidden}.topper-avatar img{object-fit:contain;object-position:center;width:100%;height:100%;padding:.5rem;display:block}.topper-body{flex-direction:column;flex:1;gap:.15rem;padding:1.1rem 1.3rem 1.3rem;display:flex}.topper-exam{text-transform:uppercase;letter-spacing:.8px;color:var(--accent);margin-bottom:.2rem;font-size:.65rem;font-weight:800}.topper-name{color:var(--navy);margin:0;font-size:1rem;font-weight:700;line-height:1.25}.topper-result{color:var(--text-dark);margin-top:.2rem;font-size:.95rem;font-weight:800}.topper-college{color:var(--text-muted);margin-top:.1rem;font-size:.8rem}.results-more{text-align:center;color:var(--text-muted);margin-top:2rem;font-size:.95rem;font-style:italic}@media (width<=1100px){.results-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=900px){.results-stats,.results-grid{grid-template-columns:repeat(2,1fr)}.topper-card:nth-child(-n+6) .topper-avatar{aspect-ratio:1}}@media (width<=520px){.results-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.results-stat-num{font-size:1.6rem}.topper-body{padding:.6rem .6rem .75rem}.topper-exam{margin-bottom:.15rem;font-size:.55rem}.topper-name,.topper-result{font-size:.85rem}.topper-college{font-size:.7rem}.topper-avatar img{padding:.25rem}}.testimonials{background:var(--bg-light);padding:0 0 5rem}.testimonials .section-header{padding-top:5rem;padding-bottom:2.5rem}.testi-stage{grid-template-columns:380px 1fr;width:100%;min-height:480px;transition:opacity .32s;display:grid}.testi-stage.fading{opacity:0}.testi-photo-col{background:#111;min-height:480px;position:relative;overflow:hidden}.testi-avatar-img{object-fit:contain;background:#000;width:100%;height:100%;transition:transform .5s;display:block;position:absolute;inset:0}.testi-stage:hover .testi-avatar-img{transform:scale(1.04)}.testi-photo-col:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#0000004d 45%,#000000d9 100%);position:absolute;inset:0}.testi-author-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:-.5rem;display:flex}.testi-author-name{font-family:var(--font-heading);color:var(--navy);font-size:1.4rem;font-weight:800}.testi-exam-badge{color:#fff;letter-spacing:.5px;text-transform:uppercase;border-radius:20px;width:fit-content;margin-top:.4rem;padding:.22rem .8rem;font-size:.68rem;font-weight:700;display:inline-block}.testi-quote-col{background:var(--white);flex-direction:column;justify-content:center;gap:1.5rem;padding:3.5rem 5rem 3rem 4rem;display:flex}.testi-quote-icon{opacity:.45;flex-shrink:0}.testi-quote{color:var(--text-dark);flex:1;max-width:700px;font-size:1.15rem;font-style:italic;line-height:1.85}.testi-trophy-row{align-items:center;gap:.5rem;display:flex}.testi-score-text{font-size:1.1rem;font-weight:700}.testi-nav{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.testi-arrow{background:var(--white);border:2px solid var(--border);width:42px;height:42px;color:var(--navy);transition:background var(--transition), border-color var(--transition), color var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.testi-arrow:hover{background:var(--navy);border-color:var(--navy);color:var(--white)}.testi-dots{align-items:center;gap:7px;display:flex}.testi-dot{background:var(--border);cursor:pointer;border-radius:50%;width:9px;height:9px;transition:background .25s,transform .25s}.testi-dot.active{transform:scale(1.35)}@media (width<=900px){.testi-stage{grid-template-columns:1fr}.testi-photo-col{height:300px}.testi-quote-col{padding:2.5rem 2rem}.testi-quote{font-size:1rem}}@media (width<=560px){.testi-photo-col{height:260px}.testi-quote-col{padding:2rem 1.5rem}.testi-quote{font-size:.95rem}}.layout-switcher{flex-wrap:wrap;justify-content:center;gap:.75rem;margin:1.5rem auto 0;display:flex}.layout-switcher button{background:var(--navy);color:var(--white);cursor:pointer;opacity:.5;border:none;border-radius:20px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}.layout-switcher button.active,.layout-switcher button:hover{opacity:1;background:var(--orange);color:var(--accent-text);transform:translateY(-2px)}.testi-stage[data-layout=dark]{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 10px 40px #0003}.testi-stage[data-layout=dark] .testi-quote-col{background:var(--navy);color:var(--white)}.testi-stage[data-layout=dark] .testi-quote{color:#fffffff2}.testi-stage[data-layout=dark] .testi-score-text{color:#fffc!important}.testi-stage[data-layout=dark] .testi-arrow{color:#fff;background:#ffffff1a}.testi-stage[data-layout=dark] .testi-arrow:hover{background:var(--orange);color:var(--accent-text)}.testi-stage[data-layout=glass]{background:var(--bg);border-radius:var(--radius-lg);gap:1.5rem;padding:1.5rem}.testi-stage[data-layout=glass] .testi-photo-col{border-radius:var(--radius-lg)}.testi-stage[data-layout=glass] .testi-quote-col{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);background:#ffffff80;border:1px solid #ffffffb3;box-shadow:0 8px 32px #0000000d}.testi-stage[data-layout=minimal]{background:var(--white);border-radius:var(--radius-lg);box-shadow:0 4px 40px #0000000f}.testi-stage[data-layout=minimal] .testi-photo-col{border-radius:var(--radius-lg) 0 0 var(--radius-lg)}.testi-stage[data-layout=minimal] .testi-quote-col{background:0 0;position:relative}.testi-stage[data-layout=minimal] .testi-quote-icon{opacity:.05;position:absolute;top:-10px;right:20px;transform:scale(3.5)}.video-section{background:var(--bg-light)}.video-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.video-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:transform var(--transition), box-shadow var(--transition);overflow:hidden}.video-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.video-thumb{cursor:pointer;background:linear-gradient(135deg,#020e57 0%,#0a1a6e 50%,#0077bc 100%);justify-content:center;align-items:center;height:200px;display:flex;position:relative}.video-play-btn{width:64px;height:64px;color:var(--white);transition:background var(--transition), transform var(--transition);background:#ffffff26;border:2.5px solid #fff9;border-radius:50%;justify-content:center;align-items:center;display:flex}.video-card:hover .video-play-btn{background:var(--orange);border-color:var(--orange);transform:scale(1.1)}.video-coming-badge{color:#ffffffd9;text-transform:uppercase;letter-spacing:.6px;background:#0000008c;border-radius:20px;padding:.25rem .6rem;font-size:.68rem;font-weight:600;position:absolute;top:.75rem;right:.75rem}.video-info{padding:1.25rem 1.35rem 1.5rem}.video-title{color:var(--navy);font-size:.97rem;font-weight:700;font-family:var(--font-heading);margin-bottom:.35rem;line-height:1.35}.video-subtitle{color:var(--text-muted);font-size:.82rem;line-height:1.45}@media (width<=860px){.video-grid{grid-template-columns:1fr 1fr}}@media (width<=520px){.video-grid{grid-template-columns:1fr}.video-thumb{height:180px}}.stats-section{background:var(--navy);padding:3.5rem 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.stat-card{text-align:center;border-right:1px solid #ffffff1a;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 1rem;display:flex}.stat-card:last-child{border-right:none}.stat-num{font-family:var(--font-heading);color:var(--orange);margin-bottom:.4rem;font-size:clamp(2.2rem,4vw,3rem);font-weight:800;line-height:1;display:block}.stat-label{color:#ffffffa6;text-transform:uppercase;letter-spacing:.8px;font-size:.82rem;font-weight:500}@media (width<=700px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card:nth-child(2){border-right:none}.stat-card:first-child,.stat-card:nth-child(2){border-bottom:1px solid #ffffff1a}}@media (width<=380px){.stats-grid{grid-template-columns:1fr 1fr}}.branches-teaser-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.branch-teaser-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border-left:4px solid var(--blue);transition:transform var(--transition), box-shadow var(--transition);gap:1.25rem;padding:1.75rem 1.5rem;display:flex}.branch-teaser-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.branch-teaser-num{color:var(--blue);opacity:.12;font-size:2.8rem;font-weight:800;line-height:1;font-family:var(--font-heading);flex-shrink:0}.branch-teaser-body{flex-direction:column;gap:.45rem;min-width:0;display:flex}.branch-area-tag{background:var(--blue-light);color:var(--blue);text-transform:uppercase;letter-spacing:.8px;border-radius:20px;width:fit-content;padding:.2rem .65rem;font-size:.7rem;font-weight:700;display:inline-block}.branch-teaser-name{color:var(--navy);font-size:1.05rem;font-weight:700;font-family:var(--font-heading)}.branch-teaser-addr{color:var(--text-muted);align-items:flex-start;gap:.35rem;font-size:.82rem;line-height:1.45;display:flex}.branch-teaser-addr svg{color:var(--orange-dark);flex-shrink:0;margin-top:2px}.branch-teaser-phone{color:var(--blue);align-items:center;gap:.35rem;width:fit-content;margin-top:.1rem;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.branch-teaser-phone:hover{color:var(--navy)}.branch-teaser-phone svg{color:var(--blue)}.branches-teaser-cta{text-align:center}@media (width<=900px){.branches-teaser-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.branches-teaser-grid{grid-template-columns:1fr}.branch-teaser-card{padding:1.5rem 1.25rem}}.promo-banner{background:linear-gradient(135deg, #e07b00 0%, var(--orange) 100%);padding:3rem 0}.promo-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2.5rem;display:flex}.promo-left{flex:1;min-width:280px}.promo-tag{color:var(--navy);text-transform:uppercase;letter-spacing:1px;background:#020e571f;border-radius:2px;align-items:center;gap:.4rem;margin-bottom:.9rem;padding:.35rem .9rem;font-size:.78rem;font-weight:700;display:inline-flex}.promo-heading{font-family:var(--font-heading);color:var(--navy);margin-bottom:.75rem;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;line-height:1.2}.promo-sub{color:#020e57bf;max-width:520px;font-size:.95rem;line-height:1.6}.promo-right{flex-direction:column;flex-shrink:0;align-items:center;gap:1rem;display:flex}.promo-date-block{background:var(--navy);color:var(--white);border-radius:var(--radius-md);text-align:center;flex-direction:column;gap:.25rem;padding:1rem 1.75rem;display:flex}.promo-date-label{text-transform:uppercase;letter-spacing:1px;color:#fff9;font-size:.72rem}.promo-date-value{font-family:var(--font-heading);color:var(--orange);font-size:1.4rem;font-weight:700}.promo-date-sub{color:#fff9;font-size:.78rem}.promo-btn{background:var(--navy);color:var(--white);justify-content:center;width:100%}.promo-btn:hover{background:var(--navy-light)}@media (width<=700px){.promo-inner{text-align:center;flex-direction:column}.promo-right{width:100%}}.page-hero{background:#7d0a0a;padding:8rem 0 3.5rem;position:relative;overflow:hidden}.page-hero:before{display:none}.page-hero-inner{z-index:1;position:relative}.page-hero-breadcrumb{color:#ffffff80;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;font-size:.8rem}.page-hero-title{font-family:var(--font-heading);color:var(--white);margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.page-hero-title span{color:var(--orange)}.page-hero-sub{color:#ffffffb3;max-width:520px;font-size:1rem;line-height:1.7}@media (width<=768px){.page-hero{padding:7.5rem 0 2.5rem}}.faculty-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.faculty-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:center;transition:transform var(--transition), box-shadow var(--transition);padding:2rem 1.5rem 1.75rem}.faculty-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.faculty-avatar{border:3px solid var(--blue);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;display:flex;overflow:hidden}.faculty-avatar-placeholder{background:var(--bg-light);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.faculty-name{font-family:var(--font-heading);color:var(--navy);margin-bottom:.2rem;font-size:1rem;font-weight:700;line-height:1.3}.faculty-subject{text-transform:uppercase;letter-spacing:.6px;margin-bottom:.65rem;font-size:.75rem;font-weight:700;display:block}.faculty-desc{color:var(--text-muted);font-size:.82rem;line-height:1.55}@media (width<=900px){.faculty-grid{grid-template-columns:1fr 1fr}}@media (width<=520px){.faculty-grid{grid-template-columns:1fr}.faculty-card{padding:1.75rem 1.25rem}}.brochure-cta{background:var(--navy);color:var(--white)}.brochure-cta-inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.brochure-icon-wrap{width:72px;height:72px;color:var(--orange);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}.brochure-heading{font-family:var(--font-heading);color:var(--white);font-size:clamp(1.35rem,2.2vw,1.8rem);font-weight:800;line-height:1.25}.brochure-sub{color:#ffffffb8;max-width:520px;font-size:.95rem;line-height:1.6}.brochure-btn{align-items:center;gap:.5rem;margin-top:.25rem;display:inline-flex}.brochure-note{color:#ffffff73;margin-top:.25rem;font-size:.75rem;font-style:italic}.inquiry-inner{grid-template-columns:1fr 1.3fr;align-items:start;gap:4rem;display:grid}.inquiry-tag{background:var(--blue-light);color:var(--blue);text-transform:uppercase;letter-spacing:1px;border-radius:2px;margin-bottom:1rem;padding:.35rem .9rem;font-size:.78rem;font-weight:700;display:inline-block}.inquiry-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.inquiry-perks{flex-direction:column;gap:.55rem;margin-bottom:1.5rem;display:flex}.inquiry-perks li{color:var(--text-dark);font-size:.92rem}.inquiry-contact-info{color:var(--text-muted);font-size:.9rem}.inquiry-contact-info a{color:var(--blue);font-weight:600}.inquiry-contact-info a:hover{color:var(--navy)}.inquiry-form-wrap{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border-top:4px solid var(--navy);padding:2.25rem}.inquiry-form{flex-direction:column;gap:1.1rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-dark);text-transform:uppercase;letter-spacing:.4px;font-size:.82rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-body);color:var(--text-dark);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition);outline:none;width:100%;padding:.65rem .9rem;font-size:.9rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0077bc1f}.form-group textarea{resize:vertical;min-height:80px}.inquiry-submit{justify-content:center;width:100%;margin-top:.25rem;padding:.9rem;font-size:1rem}.inquiry-success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;animation:.4s fadeIn;display:flex}.inquiry-success h3{font-family:var(--font-heading);color:var(--navy);font-size:1.5rem}.inquiry-success p{color:var(--text-muted)}@media (width<=900px){.inquiry-inner{grid-template-columns:1fr;gap:2.5rem}}@media (width<=560px){.form-row{grid-template-columns:1fr}.inquiry-form-wrap{padding:1.5rem}}.programs-section{background:var(--bg-light)}.programs-category{margin-bottom:4rem}.programs-category:last-child{margin-bottom:0}.programs-cat-header{border-bottom:1px solid var(--border);align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.programs-cat-icon{font-size:2rem;line-height:1}.programs-cat-title{font-family:var(--font-heading);margin-bottom:.35rem;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700}.programs-cat-divider{border-radius:2px;width:48px;height:3px}.programs-batch-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.program-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:transform var(--transition), box-shadow var(--transition);flex-direction:column;display:flex;overflow:hidden}.program-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.program-card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:.5rem;padding:1.25rem 1.5rem 1rem;display:flex}.program-card-name{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;line-height:1.2}.program-card-seats{white-space:nowrap;margin-top:.2rem;font-size:.72rem;font-weight:700}.program-card-body{flex-direction:column;flex:1;gap:1rem;padding:1.25rem 1.5rem 1.5rem;display:flex}.program-card-desc{color:var(--text-muted);font-size:.88rem;line-height:1.7}.program-card-meta{flex-wrap:wrap;gap:1rem;display:flex}.program-meta-item{color:var(--text-dark);align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;display:flex}.program-meta-item svg{color:var(--text-muted);flex-shrink:0}.program-highlights{flex-direction:column;flex:1;gap:.4rem;display:flex}.program-highlights li{color:var(--text-dark);align-items:center;gap:.35rem;font-size:.82rem;display:flex}.program-highlights li svg{flex-shrink:0}.program-card-cta{text-transform:uppercase;letter-spacing:.5px;transition:gap var(--transition);align-items:center;gap:.3rem;margin-top:auto;font-size:.82rem;font-weight:700;display:inline-flex}.program-card-cta:hover{gap:.55rem}@media (width<=900px){.programs-batch-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.programs-batch-grid{grid-template-columns:1fr}}.contact-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2.5rem;display:grid}.contact-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:transform var(--transition), box-shadow var(--transition);align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.contact-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.contact-icon-wrap{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.contact-info{flex-direction:column;gap:.3rem;min-width:0;display:flex}.contact-label{text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);font-size:.72rem;font-weight:700}.contact-value{color:var(--text-dark);word-break:break-word;font-size:.9rem;font-weight:500;line-height:1.4}a.contact-value{transition:color var(--transition)}a.contact-value:hover{color:var(--blue)}.contact-map{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}@media (width<=900px){.contact-grid{grid-template-columns:1fr 1fr}}@media (width<=520px){.contact-grid{grid-template-columns:1fr}}.branch-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border-top:4px solid var(--accent,var(--blue));grid-template-columns:1fr 1fr;margin-bottom:3rem;display:grid;overflow:hidden}.branch-card-flip .branch-card-left{order:2}.branch-card-flip .branch-map{order:1}.branch-card-left{flex-direction:column;display:flex}.branch-photo-placeholder{background:var(--accent-bg,var(--blue-light));flex-direction:column;justify-content:center;align-items:center;gap:.75rem;height:200px;display:flex}.branch-photo{height:240px;overflow:hidden}.branch-photo-img{object-fit:cover;object-position:center 35%;width:100%;height:100%;display:block}.branch-photo-hint{color:var(--text-muted);font-size:.78rem;font-style:italic}.branch-info{flex-direction:column;flex:1;gap:.8rem;padding:1.75rem 2rem 2rem;display:flex}.branch-area-badge{background:var(--accent-bg,var(--blue-light));color:var(--accent,var(--blue));text-transform:uppercase;letter-spacing:.8px;border-radius:20px;width:fit-content;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-block}.branch-name{color:var(--navy);font-size:1.55rem;font-weight:800;font-family:var(--font-heading);line-height:1.2}.branch-details{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.branch-details li{color:var(--text-body,var(--text-dark));align-items:flex-start;gap:.6rem;font-size:.88rem;line-height:1.5;display:flex}.branch-details li svg{flex-shrink:0;margin-top:2px}.branch-details a{color:var(--blue);font-weight:600;text-decoration:none}.branch-details a:hover{color:var(--navy)}.branch-directions-btn{align-items:center;gap:.45rem;width:fit-content;margin-top:.25rem;display:inline-flex}.branch-map{min-height:400px}.branch-map iframe{width:100%;height:100%;display:block}@media (width<=860px){.branch-card,.branch-card-flip{grid-template-columns:1fr}.branch-card-flip .branch-card-left,.branch-card-flip .branch-map{order:unset}.branch-map{min-height:260px}.branch-info{padding:1.5rem}.branch-name{font-size:1.3rem}}.gallery-section{min-height:400px}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.gallery-card{border-radius:var(--radius-md);background:var(--bg-light);border:1px solid var(--border);flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.gallery-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.gallery-img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.gallery-label{color:var(--text-dark);background:var(--white);padding:.65rem .9rem;font-size:.82rem;font-weight:500}.gallery-empty{justify-content:center;padding:4rem 0;display:flex}.gallery-fb-cta{text-align:center;background:var(--white);border-radius:var(--radius-lg);max-width:420px;box-shadow:var(--shadow-lg);border:1px solid var(--border);flex-direction:column;align-items:center;gap:1rem;padding:3rem 2.5rem;display:flex}.gallery-fb-cta h3{font-family:var(--font-heading);color:var(--text-dark);font-size:1.4rem;font-weight:700}.gallery-fb-cta p{color:var(--text-muted);font-size:.95rem;line-height:1.7}.gallery-fb-btn{color:#fff;border-radius:var(--radius-md);background:#1877f2;padding:.75rem 1.75rem;font-size:.92rem;font-weight:600;transition:background .2s,transform .2s;display:inline-block}.gallery-fb-btn:hover{color:#fff;background:#1558c0;transform:translateY(-2px)}@media (width<=768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.gallery-grid{grid-template-columns:1fr}}.theme-toggle-wrap{z-index:1000;flex-direction:column;align-items:flex-start;gap:8px;display:flex;position:fixed;bottom:1.25rem;left:1.25rem}.theme-fab{cursor:pointer;background:#fff;border:2px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:box-shadow .2s,border-color .2s;display:flex;box-shadow:0 4px 16px #0000002e}.theme-fab:hover{border-color:#bbb;box-shadow:0 6px 20px #00000047}.theme-fab__swatches{gap:3px;display:flex}.theme-panel{background:#fff;border:1px solid #e0e0e0;border-radius:12px;width:210px;padding:14px;animation:.18s panelIn;box-shadow:0 8px 32px #0000002e}@keyframes panelIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.theme-panel__title{text-transform:uppercase;letter-spacing:1px;color:#888;margin-bottom:10px;font-size:.7rem;font-weight:700}.theme-panel__grid{flex-direction:column;gap:4px;display:flex}.theme-option{cursor:pointer;text-align:left;background:0 0;border:1.5px solid #0000;border-radius:8px;align-items:center;gap:10px;width:100%;padding:7px 10px;font-family:inherit;transition:background .15s,border-color .15s;display:flex}.theme-option:hover{background:#f5f5f5}.theme-option.active{background:#f0f4ff;border-color:#c0c8e8}.theme-option__swatches{flex-shrink:0;gap:3px;display:flex}.theme-option__label{color:#333;flex:1;font-size:.82rem;font-weight:500}.theme-option__check{color:#4caf50;flex-shrink:0;font-size:.8rem;font-weight:700}.swatch{border-radius:50%;flex-shrink:0;width:14px;height:14px;display:block}.swatch--gold-preview{border-radius:50%;justify-content:center;align-items:center;display:flex}.theme-panel__divider{background:#eee;height:1px;margin:10px 0}.policy-content{background:var(--bg-light);min-height:50vh}.policy-container{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);max-width:800px;margin:0 auto;padding:3rem}.policy-container h2{font-family:var(--font-heading);color:var(--accent-text);margin-top:2rem;margin-bottom:1rem;font-size:1.4rem}.policy-container h2:first-child{margin-top:0}.policy-container p{color:var(--text-dark);margin-bottom:1rem;line-height:1.7}.policy-container ul{margin-bottom:1.5rem;padding-left:1.5rem}.policy-container li{color:var(--text-dark);margin-bottom:.5rem;line-height:1.7}@media (width<=768px){.policy-container{padding:2rem 1.5rem}}.error-page{background:var(--bg-light);text-align:center;justify-content:center;align-items:center;min-height:80vh;padding:4rem 1rem;display:flex}.error-container{background:var(--white);border-radius:var(--radius-lg);max-width:500px;box-shadow:var(--shadow-sm);border:1px solid var(--border);flex-direction:column;align-items:center;padding:4rem 2rem;display:flex}.error-icon{color:var(--accent-text);margin-bottom:1.5rem}.error-title{font-family:var(--font-heading);color:var(--orange);margin-bottom:.5rem;font-size:5rem;font-weight:900;line-height:1}.error-subtitle{color:var(--text-dark);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.error-text{color:var(--text-muted);margin-bottom:2rem;line-height:1.6}main{min-height:100vh}
