@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=DM+Sans:wght@300;400;500;600;700&display=swap";body{background:#0a1628}.navbar{z-index:1000;width:100%;padding:1.2rem 0;transition:all .4s;position:fixed;top:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a1628f7;border-bottom:1px solid #c9a84c26;padding:.75rem 0;box-shadow:0 4px 30px #0000004d}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{z-index:1200;align-items:center;gap:.75rem;text-decoration:none;display:flex}.nav-logo-img{object-fit:contain;filter:drop-shadow(0 0 6px #c9a84c4d);width:auto;height:44px;transition:filter .3s}.nav-logo-img:hover{filter:drop-shadow(0 0 14px #c9a84c99)}.logo-text{flex-direction:column;line-height:1.1;display:flex}.logo-main{color:#fff;font-family:Playfair Display,serif;font-size:.95rem;font-weight:700}.logo-sub{letter-spacing:.05em;background:linear-gradient(135deg,#c9a84c,#e8c86a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.62rem;font-style:italic;font-weight:500}.nav-links-desktop{align-items:center;gap:2.2rem;list-style:none;display:flex}.nav-links-desktop a{color:#fffc;letter-spacing:.04em;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links-desktop a:after{content:"";background:var(--gold);width:0;height:1.5px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links-desktop a:hover{color:var(--gold)}.nav-links-desktop a:hover:after{width:100%}.nav-cta{border-radius:4px;color:#0a1628!important;background:linear-gradient(135deg,#c9a84c,#e8c86a)!important;padding:.55rem 1.3rem!important;font-weight:700!important}.nav-cta:after{display:none!important}.hamburger{cursor:pointer;z-index:1200;background:0 0;border:1.5px solid #c9a84c66;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;padding:8px 10px;transition:all .3s;display:none;position:relative}.hamburger:hover{border-color:var(--gold);background:#c9a84c14}.hamburger span{background:var(--gold);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:all .38s cubic-bezier(.4,0,.2,1);display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.drawer-overlay{z-index:1050;-webkit-backdrop-filter:blur();backdrop-filter:blur();pointer-events:none;background:0 0;transition:background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s;position:fixed;inset:0}.drawer-overlay.active{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:all;background:#000000a6}.mobile-drawer{z-index:1100;background:linear-gradient(160deg,#112240 0%,#0a1628 55%,#0d1e38 100%);border-left:1px solid #c9a84c33;flex-direction:column;width:min(300px,82vw);height:100dvh;transition:transform .42s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;overflow:hidden auto;transform:translate(110%);box-shadow:-24px 0 60px #0009}.mobile-drawer.open{transform:translate(0)}.drawer-header{border-bottom:1px solid #c9a84c1f;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.3rem 1.4rem;display:flex}.drawer-logo{align-items:center;gap:.65rem;display:flex}.drawer-logo-img{filter:drop-shadow(0 0 6px #c9a84c4d);width:auto;height:36px}.drawer-logo-main{color:#fff;font-family:Playfair Display,serif;font-size:.82rem;font-weight:700;line-height:1.2}.drawer-logo-sub{color:var(--gold);letter-spacing:.04em;font-size:.56rem;font-style:italic}.drawer-close{cursor:pointer;color:#ffffffa6;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.drawer-close:hover{border-color:var(--gold);color:var(--gold);background:#c9a84c1f}.drawer-close svg{width:15px;height:15px}.drawer-nav{flex-direction:column;flex:1;gap:.2rem;padding:1.2rem .9rem;display:flex}.drawer-link{color:#ffffffb8;letter-spacing:.02em;opacity:0;border:1px solid #0000;border-radius:10px;align-items:center;gap:.85rem;padding:.9rem 1rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:background .22s,border-color .22s,color .22s;display:flex;transform:translate(24px)}.mobile-drawer.open .drawer-link{animation:.38s forwards drawerLinkIn}@keyframes drawerLinkIn{to{opacity:1;transform:translate(0)}}.drawer-link:hover{color:var(--gold);background:#c9a84c12;border-color:#c9a84c33}.drawer-link-num{color:var(--gold);opacity:.45;min-width:18px;font-family:Playfair Display,serif;font-size:.68rem;font-weight:700}.drawer-arrow{opacity:0;width:15px;height:15px;color:var(--gold);flex-shrink:0;margin-left:auto;transition:opacity .22s,transform .22s}.drawer-link:hover .drawer-arrow{opacity:1;transform:translate(3px)}.drawer-footer{border-top:1px solid #c9a84c1f;flex-direction:column;flex-shrink:0;gap:.85rem;padding:1.3rem;display:flex}.drawer-cta{text-align:center!important;border-radius:8px!important;width:100%!important;padding:.85rem!important;font-size:.93rem!important;display:block!important}.drawer-socials{gap:.55rem;display:flex}.drawer-social-btn{text-align:center;color:#fff9;background:#c9a84c0a;border:1px solid #c9a84c33;border-radius:8px;flex:1;padding:.6rem .4rem;font-family:DM Sans,sans-serif;font-size:.76rem;font-weight:600;text-decoration:none;transition:all .22s}.drawer-social-btn:hover{border-color:var(--gold);color:var(--gold);background:#c9a84c1a}@media (width<=768px){.hamburger{display:flex}.nav-links-desktop{display:none}.nav-container{padding:0 1.2rem}}@media (width<=400px){.logo-main{font-size:.78rem}.nav-logo-img{height:34px}.logo-sub{font-size:.56rem}.mobile-drawer{width:88vw}}:root{--gold:#c9a84c;--gold-light:#e8c86a;--navy:#050a12;--navy-modal:#112240}.hero{background:var(--navy);justify-content:center;align-items:center;min-height:100vh;padding:80px 20px 40px;font-family:DM Sans,sans-serif;display:flex}.hero-inner{z-index:1;width:100%;max-width:1150px;position:relative}.cinematic-container{background:#000;border:1px solid #c9a84c33;border-radius:14px;flex-direction:column;width:100%;display:flex;overflow:hidden;box-shadow:0 20px 60px #000000b3}.hero-image-block{background:#000;width:100%;position:relative}.hero-cinematic-img{object-fit:contain;width:100%;height:auto;transition:opacity .8s ease-in-out;display:block}.img-hidden{opacity:0}.img-visible{opacity:1}.hero-dots{z-index:10;gap:7px;display:flex;position:absolute;bottom:1rem;right:1.2rem}.hero-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.hero-dot.active{background:var(--gold);border-radius:4px;width:22px}.hero-content-block{background:#0a1628f2;border-top:1px solid #c9a84c26;flex-direction:row;align-items:center;gap:1rem;width:100%;padding:1.2rem 1.8rem;display:flex}.hero-cinematic-badge,.hero-cinematic-title,.hero-cinematic-subtitle{display:none}.hero-card-footer{flex-wrap:wrap;gap:.9rem;display:flex}.hero-card-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:7px;padding:.75rem 1.9rem;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:700;transition:all .3s}.hero-card-btn-primary{color:#000;background:linear-gradient(135deg,#c9a84c,#e8c86a)}.hero-card-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c9a84c73}.hero-card-btn-outline{color:#fff;background:#ffffff0f;border:1.5px solid #ffffff38!important}.hero-card-btn-outline:hover{background:#ffffff1f;transform:translateY(-2px);border-color:#fff6!important}.popup-backdrop{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;padding:1rem;animation:.25s fadeIn;display:flex;position:fixed;inset:0}.popup-modal{background:linear-gradient(150deg, var(--navy-modal) 0%, #0a1628 100%);scrollbar-width:thin;scrollbar-color:#c9a84c4d transparent;border:1px solid #c9a84c4d;border-radius:20px;width:100%;max-width:580px;max-height:90vh;padding:3rem;animation:.35s cubic-bezier(.4,0,.2,1) modalIn;position:relative;overflow-y:auto}@keyframes modalIn{0%{opacity:0;transform:translateY(30px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.popup-close{cursor:pointer;color:#fff9;background:0 0;border:none;font-size:2.2rem;line-height:1;transition:all .2s;position:absolute;top:1.2rem;right:1.5rem}.popup-close:hover{color:var(--gold)}.popup-header{margin-bottom:2rem}.popup-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.4rem;font-size:.75rem;font-weight:600}.popup-title{color:#fff;margin-bottom:.5rem;font-size:1.8rem;font-weight:800;line-height:1.2}.popup-sub{color:#fff9;font-size:.9rem;line-height:1.6}.popup-form{flex-direction:column;gap:1.2rem;display:flex}.popup-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.popup-group{flex-direction:column;gap:.5rem;display:flex}.popup-group label{color:#fff9;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.popup-group input,.popup-group select{color:#fff;background:#ffffff0d;border:1px solid #c9a84c33;border-radius:8px;outline:none;padding:.9rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;transition:all .3s}.popup-group input::placeholder{color:#ffffff40}.popup-group select option{background:var(--navy-modal);color:#fff}.popup-group input:focus,.popup-group select:focus{border-color:var(--gold);background:#c9a84c0f;box-shadow:0 0 0 3px #c9a84c1a}.popup-submit{color:#000;cursor:pointer;background:linear-gradient(135deg,#c9a84c,#e8c86a);border:none;border-radius:10px;width:100%;margin-top:.5rem;padding:1.1rem;font-family:DM Sans,sans-serif;font-size:1.05rem;font-weight:700;transition:all .3s}.popup-submit:hover{transform:translateY(-2px);box-shadow:0 8px 25px #c9a84c66}.popup-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.popup-note{text-align:center;color:#ffffff4d;margin-top:.25rem;font-size:.8rem}.popup-success{text-align:center;padding:2rem 0}.popup-success-icon{background:linear-gradient(135deg, var(--gold), var(--gold-light));color:#0a1628;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 2rem;font-size:2rem;font-weight:900;display:flex;box-shadow:0 0 40px #c9a84c4d}.popup-success h3{color:#fff;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2rem}.popup-success p{color:#fff9;margin-bottom:2.5rem;font-size:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=768px){.hero-inner{max-width:100%}.hero-content-block{padding:1rem 1.2rem}.popup-modal{padding:2rem}}@media (width<=500px){.hero{padding:70px 10px 24px}.hero-content-block{flex-wrap:wrap;padding:.9rem 1rem}.hero-card-btn{padding:.7rem 1.3rem;font-size:.82rem}.popup-row{grid-template-columns:1fr;gap:1rem}.popup-modal{width:96%;padding:1.4rem}.popup-title{font-size:1.4rem}}.stats-section{background:linear-gradient(135deg,#c9a84c14,#0000);border-top:1px solid #c9a84c26;border-bottom:1px solid #c9a84c26;padding:3.5rem 1.5rem}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1000px;margin:0 auto;display:grid}.stat-card{text-align:center;background:#ffffff08;border:1px solid #c9a84c1a;border-radius:12px;padding:1.8rem 1rem;transition:all .3s;position:relative;overflow:hidden}.stat-card:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.stat-card:hover{background:#c9a84c0d;transform:translateY(-4px)}.stat-card:hover:before{opacity:1}.stat-icon{margin-bottom:.65rem;font-size:1.6rem}.stat-number{background:linear-gradient(135deg,#c9a84c,#e8c86a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.45rem;font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:900;line-height:1}.stat-label{color:#ffffff8c;font-size:.82rem;font-weight:500}@media (width<=768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=400px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.stat-card{padding:1.3rem .75rem}}.about-section{background:var(--navy-mid);padding:5rem 1.5rem}.about-container{grid-template-columns:1fr 1.2fr;align-items:center;gap:5rem;max-width:1150px;margin:0 auto;display:grid}.about-image-wrapper{height:460px;position:relative}.about-image-bg{background:linear-gradient(135deg,#c9a84c1a,#c9a84c08);border:1px solid #c9a84c33;border-radius:16px;position:absolute;inset:20px -20px -20px 20px}.about-image-inner{background:linear-gradient(145deg, var(--navy-light), var(--navy));border:1px solid #c9a84c40;border-radius:16px;flex-direction:column;display:flex;position:absolute;inset:0 20px 20px -20px;overflow:hidden}.about-slide-img{object-fit:cover;object-position:center;flex:1;width:100%;height:100%;transition:opacity .4s;display:block}.about-img-visible{opacity:1}.about-img-hidden{opacity:0}.about-slide-dots{z-index:5;gap:6px;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.about-slide-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:all .3s}.about-slide-dot.active{background:var(--gold);border-radius:4px;width:20px}.about-title{margin-bottom:1.5rem;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:800;line-height:1.2}.about-desc{color:#fff9;margin-bottom:1.2rem;font-size:.95rem;line-height:1.85}.about-desc strong{color:var(--gold);font-weight:600}.about-values{flex-direction:column;gap:1rem;margin-top:1.8rem;display:flex}.value-item{background:#ffffff08;border:1px solid #c9a84c1a;border-radius:10px;align-items:flex-start;gap:1rem;padding:1rem 1.2rem;transition:all .3s;display:flex}.value-item:hover{background:#c9a84c0a;border-color:#c9a84c4d;transform:translate(6px)}.value-icon{flex-shrink:0;font-size:1.4rem}.value-title{margin-bottom:.25rem;font-size:.92rem;font-weight:700}.value-desc{color:#ffffff80;font-size:.82rem;line-height:1.5}@media (width<=900px){.about-container{grid-template-columns:1fr;gap:2.5rem}.about-image-wrapper{height:320px}}@media (width<=480px){.about-section{padding:4rem 1.25rem}.about-image-wrapper{height:240px}.about-image-bg{inset:12px -10px -10px 10px}.about-image-inner{inset:0 10px 10px -10px}}.services-section{background:var(--navy);padding:5rem 1.5rem}.services-container{max-width:1150px;margin:0 auto}.services-header{text-align:center;margin-bottom:3.5rem}.services-title{margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.2}.services-subtitle{color:#ffffff80;max-width:480px;margin:0 auto;font-size:.97rem}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.service-card{cursor:pointer;background:linear-gradient(145deg,#1a345780,#0a1628cc);border:1px solid #c9a84c1f;border-radius:16px;padding:1.8rem 1.6rem;transition:all .4s;position:relative;overflow:hidden}.service-card:before{content:"";opacity:0;background:linear-gradient(145deg,#c9a84c0f,#0000);border-radius:16px;transition:opacity .4s;position:absolute;inset:0}.service-card:after{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);opacity:0;height:2px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.service-card:hover{border-color:#c9a84c59;transform:translateY(-6px);box-shadow:0 20px 50px #0000004d}.service-card:hover:before,.service-card:hover:after{opacity:1}.service-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:1.1rem;display:flex}.service-icon{font-size:2rem}.service-number{color:#c9a84c1f;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:900;line-height:1}.service-title{margin-bottom:.65rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;line-height:1.3}.service-desc{color:#ffffff80;margin-bottom:1.1rem;font-size:.855rem;line-height:1.7}.service-tags{flex-wrap:wrap;gap:.4rem;margin-bottom:1.1rem;display:flex}.service-tag{letter-spacing:.04em;color:var(--gold);background:#c9a84c14;border:1px solid #c9a84c33;border-radius:100px;padding:.25rem .6rem;font-size:.68rem;font-weight:600}.service-arrow{color:var(--gold);opacity:0;font-size:1rem;transition:all .3s;transform:translate(-8px)}.service-card:hover .service-arrow{opacity:1;transform:translate(0)}@media (width<=900px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.services-section{padding:4rem 1.25rem}.services-grid{grid-template-columns:1fr;gap:1rem}.service-card{padding:1.5rem 1.3rem}}.reviews-section{background:var(--navy-mid);padding:5rem 0;overflow:hidden}.reviews-header{text-align:center;margin-bottom:3rem;padding:0 1.5rem}.reviews-title{margin-bottom:.75rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.2}.reviews-subtitle{color:#ffffff80;max-width:450px;margin:0 auto;font-size:.97rem}.marquee-wrapper{width:100%;position:relative;overflow:hidden}.marquee-fade-left,.marquee-fade-right{z-index:2;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.marquee-fade-left{background:linear-gradient(to right, var(--navy-mid), transparent);left:0}.marquee-fade-right{background:linear-gradient(to left, var(--navy-mid), transparent);right:0}.marquee-track{gap:1.25rem;width:max-content;padding:.75rem;animation:40s linear infinite marqueeScroll;display:flex}.marquee-track:hover{animation-play-state:paused}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-card{background:linear-gradient(145deg,#1a345799,#0a1628e6);border:1px solid #c9a84c26;border-radius:16px;flex-shrink:0;width:310px;padding:1.6rem;transition:all .3s;position:relative}.review-card:hover{border-color:#c9a84c66;transform:translateY(-4px);box-shadow:0 15px 40px #0000004d}.review-quote-icon{color:var(--gold);opacity:.2;font-family:Playfair Display,serif;font-size:3.5rem;font-weight:900;line-height:1;position:absolute;top:.5rem;right:1rem}.review-text{color:#ffffffb3;min-height:80px;margin-bottom:1rem;font-size:.855rem;line-height:1.75}.star-rating{gap:2px;margin-bottom:1.1rem;display:flex}.star{color:#fff3;font-size:.95rem}.star.filled{color:var(--gold);filter:drop-shadow(0 0 3px #c9a84c80)}.review-author{border-top:1px solid #ffffff0f;align-items:center;gap:.9rem;padding-top:1.1rem;display:flex}.review-avatar{width:40px;height:40px;color:var(--navy);background:linear-gradient(135deg,#c9a84c,#e8c86a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex}.review-name{color:#fff;margin-bottom:.12rem;font-size:.88rem;font-weight:700}.review-college{color:var(--gold);margin-bottom:.08rem;font-size:.75rem;font-weight:500}.review-stream{color:#fff6;font-size:.7rem}.reviews-cta{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-top:3rem;padding:0 1.5rem;display:flex}.reviews-cta-text{color:#ffffff80;font-size:.9rem}@media (width<=480px){.review-card{width:280px}.marquee-fade-left,.marquee-fade-right{width:50px}}.contact-section{background:var(--navy);padding:5rem 1.5rem;position:relative}.contact-section:before{content:"";pointer-events:none;background-image:linear-gradient(#c9a84c08 1px,#0000 1px),linear-gradient(90deg,#c9a84c08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.contact-container{z-index:1;grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;max-width:1150px;margin:0 auto;display:grid;position:relative}.contact-title{margin-bottom:1.2rem;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:800;line-height:1.2}.contact-desc{color:#ffffff8c;margin-bottom:2.2rem;font-size:.95rem;line-height:1.8}.contact-details{flex-direction:column;gap:.9rem;display:flex}.contact-item{background:#ffffff08;border:1px solid #c9a84c1a;border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem 1.2rem;transition:all .3s;display:flex}.contact-item:hover{background:#c9a84c0a;border-color:#c9a84c47;transform:translate(4px)}.contact-icon-box{background:linear-gradient(135deg,#c9a84c1f,#c9a84c0a);border:1px solid #c9a84c33;border-radius:10px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;transition:all .3s;display:flex}.contact-item:hover .contact-icon-box{background:linear-gradient(135deg,#c9a84c33,#c9a84c14);border-color:#c9a84c66;box-shadow:0 0 16px #c9a84c1f}.contact-icon-box svg{width:17px;height:17px;color:var(--gold);display:block}.contact-item-body{flex-direction:column;gap:.2rem;padding-top:.1rem;display:flex}.contact-item-label{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-size:.68rem;font-weight:700;line-height:1}.contact-item-value{color:#ffffffb3;font-size:.88rem;font-weight:400;line-height:1.55}.contact-link{color:#ffffffb3;font-size:.88rem;line-height:1.55;text-decoration:none;transition:color .2s}.contact-link:hover{color:var(--gold)}.contact-right{position:sticky;top:6rem}.contact-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(145deg,#1a345759,#0a162899);border:1px solid #c9a84c26;border-radius:20px;padding:2.2rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.45rem;margin-bottom:1.1rem;display:flex}.form-group label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff73;font-size:.7rem;font-weight:700}.form-group input,.form-group select,.form-group textarea{color:#fff;resize:none;background:#ffffff0a;border:1px solid #c9a84c26;border-radius:8px;outline:none;padding:.8rem .9rem;font-family:DM Sans,sans-serif;font-size:.9rem;transition:all .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff3}.form-group select option{background:var(--navy-mid);color:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#c9a84c0a;border-color:#c9a84c80;box-shadow:0 0 0 3px #c9a84c14}.form-submit{width:100%;margin-bottom:1rem;padding:1rem;font-size:1rem}.form-note{text-align:center;color:#ffffff47;font-size:.76rem}.success-state{text-align:center;background:linear-gradient(145deg,#1a345766,#0a162899);border:1px solid #c9a84c40;border-radius:20px;padding:3.5rem 2rem}.success-icon{background:linear-gradient(135deg, var(--gold), var(--gold-light));border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;display:flex;box-shadow:0 0 30px #c9a84c59}.success-icon svg{width:26px;height:26px;color:var(--navy)}.success-state h3{margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.7rem}.success-state p{color:#ffffff8c;margin-bottom:2rem;line-height:1.7}@media (width<=900px){.contact-container{grid-template-columns:1fr;gap:3rem}.contact-right{position:static}}@media (width<=540px){.contact-section{padding:4rem 1.25rem}.form-row{grid-template-columns:1fr}.contact-form{padding:1.6rem 1.2rem}}.footer{background:var(--navy-mid);border-top:1px solid #c9a84c26;padding:5rem 2rem 2rem}.footer-top{grid-template-columns:1.4fr 2fr;gap:4rem;max-width:1150px;margin:0 auto 3rem;display:grid}.footer-logo{align-items:center;gap:.8rem;margin-bottom:1.2rem;display:flex}.footer-logo-icon{background:linear-gradient(135deg,#c9a84c,#e8c86a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem}.footer-logo-main{color:#fff;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700}.footer-logo-tagline{color:var(--gold);margin-top:.1rem;font-size:.75rem;font-style:italic}.footer-about{color:#ffffff73;margin-bottom:1.5rem;font-size:.875rem;line-height:1.75}.footer-social{flex-wrap:wrap;gap:.75rem;display:flex}.social-btn{color:#fff9;background:#c9a84c0d;border:1px solid #c9a84c33;border-radius:100px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s}.social-btn:hover{border-color:var(--gold);color:var(--gold);background:#c9a84c1a}.footer-links-group{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-col h4{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.6rem;list-style:none;display:flex}.footer-col li,.footer-col a{color:#ffffff73;font-size:.85rem;line-height:1.5;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--gold)}.footer-divider{background:#ffffff0f;max-width:1150px;height:1px;margin:0 auto 1.5rem}.footer-bottom-content{color:#ffffff4d;justify-content:space-between;align-items:center;max-width:1150px;margin:0 auto;font-size:.8rem;display:flex}.footer-hashtags{color:#c9a84c66;font-style:italic}@media (width<=900px){.footer-top{grid-template-columns:1fr;gap:2.5rem}.footer-links-group{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.footer-links-group{grid-template-columns:1fr}.footer-bottom-content{text-align:center;flex-direction:column;gap:.5rem}}.wa-btn{z-index:1500;color:#fff;opacity:0;cursor:pointer;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;text-decoration:none;transition:transform .3s,box-shadow .3s,opacity .4s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:scale(.7)translateY(20px);box-shadow:0 4px 20px #25d36673}.wa-btn.wa-visible{opacity:1;transform:scale(1)translateY(0)}.wa-btn:hover{transform:scale(1.1)translateY(-3px);box-shadow:0 8px 30px #25d3668c}.wa-icon{z-index:2;width:30px;height:30px;position:relative}.wa-pulse{background:#25d36659;border-radius:50%;animation:2.5s ease-out infinite waPulse;position:absolute;inset:0}.wa-pulse-2{animation-delay:.8s}@keyframes waPulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.9)}}.wa-tooltip{color:#fff;white-space:nowrap;pointer-events:none;opacity:0;background:#1a1a2e;border:1px solid #25d3664d;border-radius:8px;padding:.55rem 1rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;transition:opacity .35s,transform .35s;position:absolute;top:50%;right:calc(100% + 14px);transform:translateY(-50%)translate(8px);box-shadow:0 4px 16px #0000004d}.wa-tooltip:after{content:"";border:6px solid #0000;border-left-color:#25d3664d;border-right-width:0;position:absolute;top:50%;right:-7px;transform:translateY(-50%)}.wa-tooltip.wa-tooltip-show{opacity:1;transform:translateY(-50%)translate(0)}@media (width<=500px){.wa-btn{width:52px;height:52px;bottom:1.5rem;right:1.25rem}.wa-icon{width:26px;height:26px}.wa-tooltip{display:none}}:root{--gold:#c9a84c;--gold-light:#e8c86a;--gold-dark:#a07830;--navy:#0a1628;--navy-mid:#112240;--navy-light:#1a3457;--white:#fff;--gradient-gold:linear-gradient(135deg, #c9a84c, #e8c86a, #c9a84c)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--navy);color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:DM Sans,sans-serif;overflow-x:hidden}h1,h2,h3{font-family:Playfair Display,serif}.section-label{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.85rem;font-size:.73rem;font-weight:600}.gold-text{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary{background:var(--gradient-gold);color:var(--navy);cursor:pointer;letter-spacing:.01em;border:none;border-radius:4px;padding:.9rem 2rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #c9a84c66}.btn-outline{color:var(--gold);border:1.5px solid var(--gold);cursor:pointer;background:0 0;border-radius:4px;padding:.9rem 2rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-outline:hover{background:var(--gold);color:var(--navy);transform:translateY(-2px)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--navy)}::-webkit-scrollbar-thumb{background:var(--gold-dark);border-radius:3px}@media (width<=480px){.btn-primary,.btn-outline{padding:.8rem 1.6rem;font-size:.9rem}}
