.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;background:#fffffff7;transition:background .3s,box-shadow .3s,padding .3s}.nav.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a;padding:.6rem 2rem}.nav-logo{display:flex;align-items:center;gap:.75rem}.nav-logo img{height:40px;width:auto}.nav-logo-title{height:28px;width:auto}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{color:var(--gs-charcoal);font-size:.9rem;font-weight:500;letter-spacing:.03em;opacity:.75;transition:opacity .2s,color .2s}.nav-links a:hover{opacity:1;color:var(--gs-gold)}.nav-cta{background:var(--gs-gold);color:var(--gs-white)!important;padding:.55rem 1.5rem;border-radius:4px;font-weight:600!important;opacity:1!important;transition:background .2s!important}.nav-cta:hover{background:var(--gs-gold-light)!important;color:var(--gs-white)!important}.nav-login{color:var(--gs-gold)!important;font-weight:600!important;opacity:1!important}.nav-login:hover{color:var(--gs-gold-light)!important}.nav-mobile-toggle{display:none;background:none;color:var(--gs-charcoal);font-size:1.5rem;padding:.25rem}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--gs-charcoal)}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;transform:translate(-50%,-50%);object-fit:cover;opacity:.45}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#1a1a1a80,#1a1a1a4d 40%,#1a1a1ab3)}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:5rem 2rem 0}.hero-content h1{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:var(--gs-white);line-height:1.15;margin-bottom:1.25rem}.hero-content h1 span{color:var(--gs-gold)}.hero-tagline{font-size:clamp(1.1rem,2vw,1.35rem);color:#ffffffd9;font-weight:300;margin-bottom:2.5rem;line-height:1.5}.hero-badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}.hero-badge{background:#ae914226;border:1px solid rgba(174,145,66,.4);color:var(--gs-gold-light);padding:.4rem 1rem;border-radius:100px;font-size:.85rem;font-weight:500;letter-spacing:.03em}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:var(--gs-gold);color:var(--gs-white);padding:.85rem 2.25rem;border-radius:4px;font-size:1rem;font-weight:600;letter-spacing:.03em;transition:background .2s,transform .2s}.btn-primary:hover{background:var(--gs-gold-light);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--gs-white);padding:.85rem 2.25rem;border-radius:4px;font-size:1rem;font-weight:500;border:1.5px solid rgba(255,255,255,.4);transition:border-color .2s,background .2s}.btn-outline:hover{border-color:var(--gs-white);background:#ffffff14}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;color:#ffffff80;animation:scrollBounce 2s infinite}@keyframes scrollBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.section{padding:var(--section-pad)}.section-inner{max-width:var(--max-width);margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-label{font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gs-gold);margin-bottom:.75rem}.section-title{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;color:var(--gs-charcoal);line-height:1.2;margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:var(--gs-medium);max-width:600px;margin:0 auto;font-weight:300}.value-props{background:var(--gs-light-gray)}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.value-card{background:var(--gs-white);border-radius:8px;padding:2.5rem 2rem;text-align:center;box-shadow:0 1px 3px #0000000f;transition:transform .25s,box-shadow .25s}.value-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.value-icon{width:56px;height:56px;margin:0 auto 1.25rem;background:#ae91421a;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--gs-gold)}.value-card h3{font-family:var(--font-display);font-size:1.2rem;font-weight:600;margin-bottom:.75rem;color:var(--gs-charcoal)}.value-card p{font-size:.95rem;color:var(--gs-medium);line-height:1.6}.features-section{background:var(--gs-white)}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:5rem}.feature-row:last-child{margin-bottom:0}.feature-row.reverse .feature-image{order:-1}.feature-image{border-radius:8px;overflow:hidden;box-shadow:0 8px 30px #0000001f}.feature-image img{width:100%;height:360px;object-fit:cover}.feature-text h3{font-family:var(--font-display);font-size:1.6rem;font-weight:700;margin-bottom:1rem;color:var(--gs-charcoal)}.feature-text p{font-size:1.05rem;color:var(--gs-medium);line-height:1.7;margin-bottom:1.5rem}.feature-list{list-style:none;display:flex;flex-direction:column;gap:.6rem}.feature-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:var(--gs-medium)}.feature-list li:before{content:"";flex-shrink:0;width:6px;height:6px;margin-top:.5rem;background:var(--gs-gold);border-radius:50%}.image-divider{width:100%;height:400px;overflow:hidden;position:relative}.image-divider img{width:100%;height:100%;object-fit:cover}.image-divider-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#1a1a1a0d,#1a1a1a66)}.capabilities{background:var(--gs-charcoal);color:var(--gs-white)}.capabilities .section-title{color:var(--gs-white)}.capabilities .section-subtitle{color:#fff9}.cap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.cap-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:2rem 1.5rem;transition:background .25s,border-color .25s}.cap-card:hover{background:#ffffff14;border-color:#ae91424d}.cap-icon{color:var(--gs-gold);font-size:1.3rem;margin-bottom:1rem;display:block}.cap-card h4{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--gs-white)}.cap-card p{font-size:.85rem;color:#ffffff8c;line-height:1.5}.free-section{background:var(--gs-green-dark);color:var(--gs-white);position:relative;overflow:hidden}.free-section:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(174,145,66,.08) 0%,transparent 70%);pointer-events:none}.free-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.free-text h2{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;margin-bottom:1.25rem;line-height:1.15}.free-text h2 span{color:var(--gs-gold)}.free-text p{font-size:1.1rem;color:#fffc;line-height:1.7;margin-bottom:1.5rem}.free-highlights{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.free-highlight{display:flex;align-items:flex-start;gap:.75rem}.free-highlight-icon{flex-shrink:0;width:28px;height:28px;background:#ae914233;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gs-gold-light);font-size:.8rem;font-weight:700;margin-top:.1rem}.free-highlight p{font-size:.95rem;color:#ffffffd9;margin-bottom:0}.free-highlight strong{color:var(--gs-white)}.free-image{border-radius:8px;overflow:hidden;box-shadow:0 16px 40px #0000004d}.free-image img{width:100%;height:420px;object-fit:cover}.coming-soon{background:var(--gs-light-gray);text-align:center}.coming-soon-badge{display:inline-block;background:#ae91421f;border:1px solid rgba(174,145,66,.3);color:var(--gs-gold);padding:.4rem 1.25rem;border-radius:100px;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}.coming-soon h2{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;color:var(--gs-charcoal);margin-bottom:1rem}.coming-soon>.section-inner>p{font-size:1.1rem;color:var(--gs-medium);max-width:650px;margin:0 auto 3rem;line-height:1.7}.coming-soon-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto}.cs-card{background:var(--gs-white);border-radius:8px;padding:2rem 1.5rem;box-shadow:0 1px 3px #0000000f}.cs-card h4{font-family:var(--font-display);font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--gs-charcoal)}.cs-card p{font-size:.9rem;color:var(--gs-medium);line-height:1.5}.quote-section{background:var(--gs-charcoal);padding:5rem 2rem;text-align:center;position:relative}.quote-section:before{content:"“";font-family:var(--font-display);font-size:8rem;color:#ae914226;position:absolute;top:1rem;left:50%;transform:translate(-50%);line-height:1}.quote-text{font-family:var(--font-display);font-size:clamp(1.3rem,2.5vw,1.8rem);color:var(--gs-white);font-weight:400;font-style:italic;max-width:700px;margin:0 auto 1.5rem;line-height:1.5;position:relative;z-index:1}.quote-attribution{color:var(--gs-gold);font-size:.95rem;font-weight:500}.cta-section{background:linear-gradient(135deg,var(--gs-green-dark) 0%,#0f3320 100%);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:url(/marketing/images/course-mountains.jpg) center/cover;opacity:.12;pointer-events:none}.cta-content{position:relative;z-index:1}.cta-content h2{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;color:var(--gs-white);margin-bottom:1rem}.cta-content p{font-size:1.15rem;color:#fffc;max-width:550px;margin:0 auto 2.5rem;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-large{padding:1rem 2.75rem;font-size:1.1rem}.footer{background:#111;color:#ffffff80;padding:3rem 2rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-brand{display:flex;align-items:center;gap:.75rem}.footer-brand img{height:30px}.footer-links{display:flex;gap:1.5rem;list-style:none}.footer-links a{font-size:.85rem;color:#ffffff80;transition:color .2s}.footer-links a:hover{color:var(--gs-gold)}.footer-copy{font-size:.8rem;width:100%;text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}@media(max-width:1024px){.cap-grid{grid-template-columns:repeat(2,1fr)}.feature-row{gap:2.5rem}}@media(max-width:768px){:root{--section-pad: 4rem 1.5rem}.nav-links{display:none}.nav-mobile-toggle{display:block}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fffffffa;box-shadow:0 4px 20px #0000001a;padding:1.5rem 2rem;gap:1rem}.value-grid{grid-template-columns:1fr}.feature-row{grid-template-columns:1fr;gap:2rem}.feature-row.reverse .feature-image{order:0}.feature-image img{height:260px}.cap-grid{grid-template-columns:1fr}.free-inner{grid-template-columns:1fr;gap:2.5rem}.free-text{text-align:center}.free-highlight{justify-content:center}.free-image img{height:300px}.coming-soon-cards{grid-template-columns:1fr}.image-divider{height:250px}.hero{min-height:100vh;min-height:100svh;height:auto}.hero-content{padding-top:5rem;padding-bottom:2rem}.hero-video{width:100%;min-width:100%;min-height:100%;object-fit:cover}.hero-scroll-indicator{display:none}}@media(max-width:480px){:root{--section-pad: 3rem 1.25rem}.hero-content{padding-top:4.5rem}.hero-content h1{margin-bottom:.75rem}.hero-tagline,.hero-badges{margin-bottom:1.5rem}.hero-badges,.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-outline{width:100%;text-align:center}.hero-scroll-indicator{display:none}.cta-buttons{flex-direction:column;align-items:center}.footer-inner{flex-direction:column;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}}:root{--gs-charcoal: #1a1a1a;--gs-dark: #2d2d2d;--gs-medium: #4a4a4a;--gs-gold: #ae9142;--gs-gold-light: #c9a84c;--gs-gold-dim: #8a7335;--gs-cream: #f5f0e8;--gs-white: #ffffff;--gs-light-gray: #f8f8f8;--gs-green-dark: #1b4d2e;--gs-green: #2d7a4a;--gs-green-light: #e8f5e9;--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--section-pad: 6rem 2rem;--max-width: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);color:var(--gs-charcoal);background:var(--gs-white);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}
