:root{--dark:#1b1b1b;--dark-2:#222;--dark-3:#2a2a2a;--teal-deep:#1b1b1b;--teal:#222;--gold:#c9a25a;--gold-light:#e4be7a;--gold-dim:#c9a25a1a;--border:#c9a25a2e;--white:#fff;--off-white:#e6edf4;--gray:#888;--light-gray:#b0b0b0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-montserrat), sans-serif;background:var(--dark);color:var(--white);line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--dark)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-tag{letter-spacing:.28em;text-transform:uppercase;color:var(--gold);border:1px solid var(--border);border-radius:2px;margin-bottom:1.2rem;padding:.28rem .85rem;font-size:.68rem;font-weight:700;display:inline-block}.section-title{letter-spacing:-.01em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.12}.section-title span{color:var(--gold)}.section-sub{color:var(--gray);max-width:520px;font-size:.93rem;line-height:1.8}.btn{font-family:var(--font-montserrat), sans-serif;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;border-radius:3px;align-items:center;gap:.55rem;padding:.82rem 2rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";opacity:0;background:#ffffff1f;transition:opacity .3s;position:absolute;inset:0}.btn:hover:after{opacity:1}.btn-primary{background:var(--gold);color:var(--dark)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 12px 32px #c9a25a59}.btn-outline{color:var(--white);background:0 0;border:1px solid #ffffff40}.btn-outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.nav{z-index:1000;padding:1.4rem 0;transition:all .5s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border);background:#1b1b1bf5;padding:.85rem 0}.nav-inner{justify-content:space-between;align-items:center;display:flex}.nav-logo{align-items:center;gap:0;text-decoration:none;display:flex}.nav-logo img{object-fit:contain;flex-shrink:0;width:auto;height:100px;display:block}.nav-logo-wordmark{flex-direction:column;gap:.1rem;line-height:1.15;display:flex}.nav-logo-wordmark strong{color:#fff;letter-spacing:.02em;white-space:nowrap;font-size:1.25rem;font-weight:900;font-family:var(--font-montserrat), sans-serif;text-shadow:0 1px 12px #0006}.nav-logo-wordmark .logo-divider{background:linear-gradient(90deg, var(--gold), transparent);border-radius:2px;width:100%;height:1.5px;margin:.15rem 0}.nav-links{align-items:center;gap:2.4rem;list-style:none;display:flex}.nav-links a{color:#ffffffa6;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.nav-links a:after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--white)}.nav-links a:hover:after{width:100%}.nav-cta{align-items:center;gap:1rem;display:flex}.nav-hamburger{cursor:pointer;flex-direction:column;gap:5px;padding:5px;display:none}.nav-hamburger span{background:var(--white);border-radius:2px;width:22px;height:1.5px;transition:all .3s;display:block}.hero{align-items:center;height:100vh;min-height:680px;display:flex;position:relative;overflow:hidden}.hero-video-wrap{position:absolute;inset:0;overflow:hidden}.hero-video-wrap video{object-fit:cover;will-change:transform;width:100%;height:100%;transform:scale(1.12)}.hero-overlay{background:linear-gradient(100deg,#1b1b1be0 0%,#2229 55%,#1b1b1bcc 100%);position:absolute;inset:0}.hero-overlay:after{content:"";background:linear-gradient(to top, var(--dark) 0%, transparent 45%);position:absolute;inset:0}.hero-content{z-index:2;max-width:780px;position:relative}.hero-badge{border:1px solid var(--border);letter-spacing:.22em;text-transform:uppercase;color:var(--gold);background:#c9a25a1a;border-radius:2px;align-items:center;gap:.6rem;margin-bottom:1.8rem;padding:.38rem 1rem;font-size:.68rem;font-weight:700;display:inline-flex}.hero-badge-dot{background:var(--gold);border-radius:50%;width:6px;height:6px;animation:2.2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.8)}}.hero-title{letter-spacing:-.015em;margin-bottom:1.6rem;font-size:clamp(3rem,6.5vw,5.5rem);font-weight:900;line-height:1.04}.hero-title .line{display:block;overflow:hidden}.hero-title .word{display:inline-block}.hero-title .accent{color:var(--gold);font-style:italic;font-family:var(--font-playfair), serif}.hero-sub{color:#fff9;max-width:560px;margin-bottom:2.6rem;font-size:1rem;line-height:1.82}.hero-actions{flex-wrap:wrap;align-items:center;gap:1.1rem;display:flex}.hero-scroll{z-index:2;cursor:pointer;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero-scroll span{letter-spacing:.22em;text-transform:uppercase;color:var(--gray);font-size:.6rem}.scroll-line-wrap{background:#c9a25a33;border-radius:1px;width:1px;height:52px;overflow:hidden}.scroll-line{background:var(--gold);width:100%;height:50%;animation:2.2s ease-in-out infinite scroll-drip}@keyframes scroll-drip{0%{transform:translateY(-100%)}50%{transform:translateY(100%)}to{transform:translateY(300%)}}.stats-bar{background:var(--dark-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.8rem 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat-item{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.stat-item:not(:last-child):after{content:"";background:var(--border);width:1px;height:44px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.stat-value{color:var(--gold);font-size:2.6rem;font-weight:900;line-height:1;font-family:var(--font-playfair), serif}.stat-label{color:var(--gray);letter-spacing:.12em;text-transform:uppercase;margin-top:.45rem;font-size:.68rem}.about-section{background:#232220;padding:9rem 0 12rem;overflow:hidden}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-visual-wrap{position:relative}.about-route-wrap{width:100%}.about-route-wrap img{object-fit:cover;border-radius:20px;width:100%;height:520px;display:block;box-shadow:0 30px 80px #0009}.about-features{flex-direction:column;gap:1.6rem;margin-top:2.2rem;display:flex}.about-feature{align-items:flex-start;gap:1.4rem;transition:opacity .3s;display:flex}.about-feature:hover{opacity:.9}.about-feature-icon{border:2px solid var(--gold);background:#c9a25a14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:62px;min-width:62px;height:62px;transition:background .3s,box-shadow .3s;display:flex}.about-feature-icon svg{width:28px;height:28px;color:var(--gold);flex-shrink:0}.about-feature:hover .about-feature-icon{background:#c9a25a29;box-shadow:0 0 18px #c9a25a40}.about-feature-body{flex-direction:column;gap:.3rem;padding-top:.25rem;display:flex}.about-feature h4{color:var(--white);margin:0;font-size:.95rem;font-weight:700;line-height:1.3}.about-feature p{color:var(--gray);margin:0;font-size:.82rem;line-height:1.7}.about-stats-float{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);z-index:2;background:#1b1b1be6;border-radius:8px;align-items:center;gap:1rem;padding:1rem 1.4rem;display:flex;position:absolute;bottom:1.5rem;left:1.5rem}.about-stats-num{font-family:var(--font-playfair), serif;color:var(--gold);font-size:2rem;font-weight:900;line-height:1}.about-stats-label{color:var(--gray);text-transform:uppercase;letter-spacing:.1em;font-size:.65rem;line-height:1.55}.about-bottom-row{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.about-owner{border-left:1px solid var(--border);align-items:center;gap:.85rem;padding-left:1.5rem;display:flex}.about-owner-avatar{background:var(--gold-dim);border:2px solid var(--border);width:44px;height:44px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-owner-name{font-size:.82rem;font-weight:700}.about-owner-title{color:var(--gray);margin-top:.15rem;font-size:.7rem}.showcase-section{background:var(--teal-deep);padding:9rem 0;position:relative;overflow:hidden}.showcase-bg-word{letter-spacing:.06em;color:#c9a25a07;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(7rem,16vw,16rem);font-weight:900;font-family:var(--font-playfair), serif;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.showcase-header{text-align:center;margin-bottom:3rem}.showcase-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.showcase-overline{letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.68rem;display:inline-block}.showcase-title{white-space:nowrap;margin-bottom:.65rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;line-height:1.1}.showcase-desc{color:var(--gray);margin-bottom:0;max-width:520px;margin-inline:auto;font-size:.92rem}.specs-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}.spec-card{border:1px solid var(--border);cursor:default;background:#ffffff08;border-radius:10px;padding:1.5rem 1.4rem;transition:border-color .35s,background .35s,transform .35s,box-shadow .35s;position:relative;overflow:hidden}.spec-card:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#c9a25a1f 0%,#0000 60%);border-radius:10px;transition:opacity .35s;position:absolute;inset:0}.spec-card:after{content:"";background:linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));transform-origin:0;border-radius:0 0 10px 10px;height:2px;transition:transform .4s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.spec-card:hover{background:#c9a25a0f;border-color:#c9a25a8c;transform:translateY(-5px);box-shadow:0 12px 32px #00000073,0 0 20px #c9a25a1f}.spec-card:hover:before{opacity:1}.spec-card:hover:after{transform:scaleX(1)}.spec-card:hover .spec-icon{color:var(--gold-light);transform:scale(1.15)}.spec-card:hover .spec-label{color:var(--gold)}.spec-icon{width:30px;height:30px;color:var(--gold);margin-bottom:1rem;transition:color .35s,transform .35s;display:block}.spec-icon svg{width:100%;height:100%}.spec-label{letter-spacing:.22em;text-transform:uppercase;color:var(--light-gray);margin-bottom:.45rem;font-size:.6rem;font-weight:700;transition:color .35s}.spec-value{color:var(--white);margin-bottom:0;font-size:.95rem;font-weight:600;line-height:1.5}.spec-unit{color:var(--light-gray);margin-top:.25rem;font-size:.8rem;font-weight:400;line-height:1.55;display:block}.color-row{align-items:center;gap:1.8rem;margin-bottom:2rem;display:flex}.color-row-label{letter-spacing:.15em;text-transform:uppercase;color:var(--gray);white-space:nowrap;font-size:.68rem}.swatches{align-items:center;gap:.7rem;display:flex}.swatch{cursor:pointer;outline-offset:3px;border:2px solid #0000;border-radius:50%;outline:2px solid #0000;width:28px;height:28px;transition:all .3s}.swatch:hover{transform:scale(1.15)}.swatch.active{outline-color:var(--gold)}.swatch.c-black{background:#111;border-color:#333}.swatch.c-white{background:#f5f0e2;border-color:#ddd}.swatch.c-silver{background:linear-gradient(135deg,#aaa,#ddd)}.swatch.c-bronze{background:linear-gradient(135deg,#6b3a1f,#c8753a)}.selected-color-name{color:var(--gold);margin-left:.4rem;font-size:.8rem;font-weight:700}.showcase-stage{justify-content:center;align-items:center;min-height:380px;display:flex;position:relative}.orbit-ring{border:1px dashed #c9a25a12;border-radius:50%;position:absolute}.orbit-ring-1{width:520px;height:520px;animation:40s linear infinite spin}.orbit-ring-2{width:380px;height:380px;animation:25s linear infinite reverse spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.van-stage-wrap{z-index:2;will-change:transform;width:100%;position:relative}.main-van-svg{filter:drop-shadow(0 30px 70px #000000bf);width:100%}.van-glow{filter:blur(18px);pointer-events:none;background:radial-gradient(#c9a25a47 0%,#0000 70%);width:75%;height:36px;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.features-section{background:var(--dark);padding:8rem 0;position:relative;overflow:hidden}.features-section:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);height:1px;position:absolute;top:-1px;left:0;right:0}.features-layout{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.features-header{text-align:left;margin-bottom:2.8rem}.features-header .section-title{max-width:420px;font-size:clamp(1.7rem,2.6vw,2.3rem)}.features-header .section-sub{max-width:430px;margin:0}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.1rem;display:grid}.feature-card{background:#ffffff08;border:1px solid #ffffff12;border-radius:18px;flex-direction:column;gap:.55rem;padding:1.8rem 1.6rem 1.6rem;transition:background .32s,border-color .32s,transform .32s;display:flex;position:relative;overflow:hidden}.feature-card:hover{background:#c9a25a0d;border-color:#c9a25a47;transform:translateY(-4px)}.feature-num{color:var(--white);background:#ffffff12;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;margin-top:1.6rem;font-size:.82rem;font-weight:700;line-height:1;display:flex}.feature-icon{width:56px;height:56px;color:var(--gold);background:#c9a25a1f;border:2px solid #c9a25a52;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:.4rem;transition:background .32s,border-color .32s,transform .32s,box-shadow .32s;display:flex}.feature-icon svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.feature-card:hover .feature-icon{background:var(--gold);border-color:var(--gold);color:#1b1b1b;transform:scale(1.1);box-shadow:0 6px 20px #c9a25a4d}.feature-card h3{color:var(--white);font-size:.95rem;font-weight:700;line-height:1.3;transition:color .28s}.feature-card:hover h3{color:var(--gold-light)}.feature-card p{color:var(--gray);flex:1;font-size:.8rem;line-height:1.76}.features-right{position:relative}.features-images{grid-template-rows:auto auto;gap:1rem;display:grid}.feat-img{background:var(--dark-3);border:1px solid var(--border);color:#c9a25a66;letter-spacing:.1em;text-transform:uppercase;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;font-size:.68rem;font-weight:600;display:flex}.feat-img--main{height:280px}.feat-img--small{height:195px}.feat-img svg{opacity:.4;width:34px;height:34px;stroke:var(--gold);fill:none;stroke-width:1.4px;stroke-linecap:round;stroke-linejoin:round}.feat-stat-badge{background:var(--dark-2);border:1px solid var(--border);z-index:2;border-radius:14px;align-items:center;gap:1.1rem;padding:1rem 1.4rem;display:flex;position:absolute;bottom:1.4rem;left:-1.6rem;box-shadow:0 16px 40px #00000080}.feat-stat-num{color:var(--gold);font-size:1.8rem;font-weight:800;font-family:var(--font-playfair), serif;line-height:1}.feat-stat-lbl{color:var(--light-gray);letter-spacing:.04em;text-transform:uppercase;margin-top:.15rem;font-size:.7rem;font-weight:600}.feat-stat-dots{align-items:center;gap:5px;display:flex}.feat-stat-dots span{background:var(--gold);border-radius:50%;width:8px;height:8px;display:block}.feat-stat-dots span:nth-child(2){opacity:.55}.feat-stat-dots span:nth-child(3){opacity:.25}@media (max-width:960px){.features-layout{grid-template-columns:1fr;gap:3rem}.features-header .section-title,.features-header .section-sub{max-width:100%}.features-right{order:-1}.feat-stat-badge{margin-top:1rem;display:inline-flex;position:relative;bottom:auto;left:auto}}@media (max-width:540px){.features-grid{grid-template-columns:1fr}.feature-card{padding:1.4rem 0}.feature-card:nth-child(odd){border-right:none;padding-right:0}.feature-card:nth-child(2n){padding-left:0}.feature-card:nth-last-child(2){border-bottom:1px solid #ffffff12}}.fleet-section{background:var(--dark);padding:9rem 0}.fleet-header{text-align:center;margin-bottom:4rem}.fleet-header .section-sub{margin:0 auto}.fleet-grid{grid-template-columns:1fr;gap:1.8rem;max-width:680px;margin:0 auto;display:grid}.fleet-card{border:1px solid var(--border);cursor:pointer;background:#252525;border-radius:6px;transition:all .4s;overflow:hidden}.fleet-card:hover{border-color:#c9a25a66;transform:translateY(-9px);box-shadow:0 28px 66px #00000073}.fleet-card-img{background:linear-gradient(140deg,#2a2a2a 0%,#1a1a1a 100%);justify-content:center;align-items:flex-end;height:260px;padding-bottom:.6rem;display:flex;position:relative;overflow:hidden}.fleet-card-img:before{content:"";background:radial-gradient(at 50% 90%,#c9a25a1f 0%,#0000 60%);position:absolute;inset:0}.fleet-tag{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);font-size:.6rem;font-weight:700;position:absolute;top:1rem;left:1rem}.fleet-badge{background:var(--gold);color:var(--dark);letter-spacing:.1em;text-transform:uppercase;border-radius:2px;padding:.2rem .6rem;font-size:.58rem;font-weight:700;position:absolute;top:1rem;right:1rem}.fleet-body{padding:1.6rem}.fleet-name{margin-bottom:.2rem;font-size:1rem;font-weight:700}.fleet-type{color:var(--gray);text-transform:uppercase;letter-spacing:.1em;font-size:.68rem}.fleet-specs-row{gap:1.1rem;margin:.9rem 0;display:flex}.fleet-spec-item{color:var(--gray);align-items:center;gap:.3rem;font-size:.72rem;display:flex}.fleet-spec-item:before{content:"Â·";color:var(--gold);font-size:1.1rem}.fleet-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:1.1rem;padding-top:1.1rem;display:flex}.fleet-price{color:var(--gray);font-size:.75rem}.fleet-price strong{color:var(--gold);font-size:1.45rem;font-weight:900;font-family:var(--font-playfair), serif;line-height:1.1;display:block}.pricing-section{background:var(--teal-deep);padding:9rem 0}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-header .section-sub{margin:0 auto}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem;display:grid}.pricing-card{border:1px solid var(--border);background:#252525;border-radius:8px;padding:2.6rem;transition:all .4s;position:relative;overflow:hidden}.pricing-card.featured{border-color:var(--gold);background:linear-gradient(160deg,#303030 0%,#222 100%)}.pricing-card:hover{transform:translateY(-7px);box-shadow:0 22px 55px #00000059}.plan-badge{background:var(--gold);color:var(--dark);letter-spacing:.1em;text-transform:uppercase;border-radius:2px;padding:.22rem .65rem;font-size:.58rem;font-weight:700;position:absolute;top:1.2rem;right:1.2rem}.plan-icon{width:34px;height:34px;color:var(--gold);justify-content:center;align-items:center;margin-bottom:1.1rem;display:inline-flex}.plan-icon svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.plan-name{color:var(--gold);letter-spacing:.22em;text-transform:uppercase;margin-bottom:.4rem;font-size:.7rem;font-weight:700}.plan-price{margin:.9rem 0}.plan-price strong{font-size:2.7rem;font-weight:900;font-family:var(--font-playfair), serif}.plan-price span{color:var(--gray);font-size:.78rem}.plan-desc{color:var(--gray);margin-bottom:1.4rem;font-size:.8rem;line-height:1.75}.plan-divider{background:var(--border);height:1px;margin:1.4rem 0}.plan-features{flex-direction:column;gap:.78rem;margin-bottom:2rem;list-style:none;display:flex}.plan-features li{color:#ffffffb8;align-items:center;gap:.65rem;font-size:.8rem;display:flex}.plan-features li:before{content:"✔";color:var(--gold);flex-shrink:0;font-size:.85rem;font-weight:700}.testimonials-section{background:var(--dark);padding:9rem 0}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem;display:grid}.testi-card{border:1px solid var(--border);background:#252525;border-radius:6px;padding:2rem;transition:all .4s}.testi-card:hover{border-color:#c9a25a52;transform:translateY(-5px);box-shadow:0 18px 44px #00000047}.testi-stars{color:var(--gold);letter-spacing:.12em;margin-bottom:1.1rem;font-size:.85rem}.testi-text{color:#ffffffad;margin-bottom:1.6rem;font-size:.85rem;font-style:italic;line-height:1.84}.testi-author{align-items:center;gap:1rem;display:flex}.testi-avatar{background:linear-gradient(135deg, var(--gold), #7a4e1c);width:44px;height:44px;color:var(--dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex}.testi-name{font-size:.82rem;font-weight:700}.testi-role{color:var(--gray);font-size:.7rem}.faq-section{background:var(--dark-2);padding:8rem 0}.faq-wrap{border:1px solid var(--border);background:#262626;border-radius:16px;padding:3rem}.faq-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:2.5rem;display:grid}.faq-tag{letter-spacing:.16em;text-transform:uppercase;color:var(--gold);border:1px solid var(--border);background:#c9a25a14;border-radius:999px;align-items:center;gap:.35rem;margin-bottom:1rem;padding:.3rem .8rem;font-size:.64rem;font-weight:700;display:inline-flex}.faq-title{letter-spacing:-.01em;margin-bottom:1rem;font-size:clamp(2rem,3.7vw,3.2rem);line-height:1.12}.faq-sub{color:var(--gray);max-width:420px;margin-bottom:1.2rem;font-size:.88rem;line-height:1.8}.faq-highlights{flex-direction:column;gap:.6rem;margin-bottom:1.6rem;list-style:none;display:flex}.faq-highlights li{color:#ffffffd1;align-items:center;gap:.6rem;font-size:.82rem;display:flex}.faq-highlights li:before{content:"";background:var(--gold);border-radius:50%;flex-shrink:0;width:7px;height:7px}.faq-list{flex-direction:column;gap:.8rem;display:flex}.faq-item{background:#2f2f2f;border:1px solid #ffffff14;border-radius:8px;transition:border-color .3s;overflow:hidden}.faq-item.is-open{background:linear-gradient(#d4ac62 0%,#c39b55 100%);border-color:#d6af66}.faq-question{width:100%;color:var(--white);font-family:var(--font-montserrat), sans-serif;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;font-size:.9rem;font-weight:700;line-height:1.5;display:flex}.faq-item.is-open .faq-question{color:#1f1f1f}.faq-icon{flex-shrink:0;font-size:1.2rem;line-height:1}.faq-answer{max-height:0;transition:max-height .28s;overflow:hidden}.faq-answer p{color:#ffffffbd;padding:0 1.15rem 1.05rem;font-size:.82rem;line-height:1.8}.faq-item.is-open .faq-answer{max-height:180px}.faq-item.is-open .faq-answer p{color:#1f1f1feb}.cta-banner{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#222;padding:6.5rem 0;position:relative;overflow:hidden}.cta-banner:before{content:"";background:radial-gradient(at 15%,#c9a25a12 0%,#0000 55%),radial-gradient(at 85%,#0000004d 0%,#0000 55%);position:absolute;inset:0}.cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.cta-text .section-title{font-size:clamp(1.7rem,3vw,2.4rem)}.contact-section{background:var(--dark-2);padding:9rem 0}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.contact-info-item{align-items:center;gap:1.1rem;margin-bottom:1.6rem;display:flex}.contact-info-icon{background:var(--gold-dim);border:1px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;display:flex}.contact-info-label{color:var(--gray);text-transform:uppercase;letter-spacing:.12em;font-size:.65rem}.contact-info-val{font-size:.9rem;font-weight:700}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;margin-bottom:1.1rem;display:flex}.form-label{color:var(--gray);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.5rem;font-size:.65rem}.form-control{border:1px solid var(--border);color:var(--white);font-family:var(--font-montserrat), sans-serif;appearance:none;background:#1b1b1b;border-radius:4px;outline:none;width:100%;padding:.84rem 1.1rem;font-size:.84rem;transition:border-color .3s}.form-control:focus{border-color:var(--gold)}.form-control option{background:#222}textarea.form-control{resize:vertical;line-height:1.65}.footer{background:#151515;border-top:1px solid #ffffff0a;padding:0}.footer-top{border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1.25rem;padding:2.2rem 0;display:grid}.footer-top-item{align-items:center;gap:.9rem;display:flex}.footer-top-icon{border:1px solid var(--gold);width:44px;height:44px;color:var(--dark);background:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:inline-flex}.footer-top-label{letter-spacing:.1em;text-transform:uppercase;color:#ffffffbf;font-size:.65rem;font-weight:700}.footer-top-value{color:var(--gray);margin-top:.1rem;font-size:.82rem}.footer-main{padding:3rem 0 2rem}.footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:3rem;margin-bottom:2.3rem;display:grid}.footer-brand-desc{color:var(--gray);max-width:290px;margin:1.2rem 0;font-size:.83rem;line-height:1.82}.socials{gap:.75rem;display:flex}.social-link{width:38px;height:38px;color:var(--gray);cursor:pointer;background:0 0;border:1px solid #c9a25a80;border-radius:50%;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{border-color:var(--gold);color:var(--dark);background:#c9a25af2;transform:translateY(-2px)}.footer-col h5{letter-spacing:.18em;text-transform:uppercase;color:var(--white);margin-bottom:1.3rem;font-size:.72rem;font-weight:700}.footer-links{flex-direction:column;gap:.65rem;list-style:none;display:flex}.footer-links a{color:var(--gray);font-size:.82rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.2rem;display:flex}.footer-bottom p{color:var(--gray);font-size:.76rem}.footer-bottom span{color:var(--gold)}@media (max-width:1024px){.about-grid,.showcase-grid,.contact-grid{grid-template-columns:1fr;gap:3.5rem}.showcase-title{white-space:normal}.showcase-stage{order:-1}.footer-grid{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1fr;gap:1rem}.faq-grid{grid-template-columns:1fr}}@media (max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.features-grid,.pricing-grid,.testimonials-grid{grid-template-columns:1fr}.nav-links,.nav-cta .btn-primary{display:none}.nav-hamburger{display:flex}.footer-grid{grid-template-columns:1fr}.footer-main{padding:2.3rem 0 1.8rem}.cta-inner{text-align:center;flex-direction:column}.form-row{grid-template-columns:1fr}.faq-wrap{padding:1.5rem}.faq-question{padding:.9rem;font-size:.82rem}.faq-answer p{padding:0 .9rem .9rem}}@media (max-width:480px){.hero-title{font-size:2.6rem}.stat-item:not(:last-child):after{display:none}}.about-page{background:var(--dark)}.about-hero-page{border-bottom:1px solid var(--border);background:linear-gradient(#161616 0%,#1b1b1b 100%);padding:9rem 0 5.5rem}.about-hero-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:2.2rem;display:grid}.about-page-title{max-width:700px}.about-page-sub{max-width:640px}.about-page-actions{flex-wrap:wrap;gap:.9rem;margin-top:1.6rem;display:flex}.about-page-media img{object-fit:cover;border:1px solid var(--border);border-radius:14px;width:100%;height:430px;box-shadow:0 25px 65px #00000073}.about-page-section{padding:5.5rem 0}.about-content-grid{grid-template-columns:1fr 1fr;gap:1.4rem;margin-bottom:1.4rem;display:grid}.about-card{border:1px solid var(--border);background:#242424;border-radius:12px;padding:1.5rem}.about-page-heading{color:var(--gold);font-size:1.25rem;font-family:var(--font-playfair), serif;margin-bottom:.8rem}.about-card p{color:#ffffffbf;margin-bottom:.8rem;font-size:.88rem;line-height:1.8}.about-card p:last-child{margin-bottom:0}.about-gallery{grid-template-columns:1fr 1fr;gap:1.4rem;display:grid}.about-gallery img{object-fit:cover;border:1px solid var(--border);border-radius:12px;width:100%;height:280px}.about-why-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#202020}.about-why-header{text-align:center;margin-bottom:2.2rem}.about-why-header .section-title{max-width:760px;margin:0 auto}.about-why-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.about-why-card{border:1px solid var(--border);background:#262626;border-radius:10px;padding:1.4rem}.about-why-card h3{letter-spacing:.03em;margin-bottom:.55rem;font-size:.95rem}.about-why-card p{color:#ffffffbd;font-size:.82rem;line-height:1.75}.about-final-cta{border:1px solid var(--border);background:#252525;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding:1.2rem 1.4rem;display:flex}.about-final-cta p{color:#ffffffd1;font-size:.9rem}@media (max-width:1024px){.about-hero-grid,.about-content-grid,.about-gallery,.about-why-grid{grid-template-columns:1fr}}
:root{--font-montserrat:"Montserrat";--font-playfair:"Playfair Display"}html,body{max-width:100vw}
