@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&family=Bebas+Neue&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background-color:#fff;display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.landing-page *{box-sizing:border-box;margin:0;padding:0}.landing-page{--navy:#1e2a4a;--navy-dark:#151d35;--navy-light:#2a3a5c;--lime:#d4f526;--lime-dark:#b8d91f;--teal:#00d4aa;--teal-dark:#00b894;--white:#fff;--gray-50:#fafafa;--gray-100:#f5f5f7;--gray-200:#e5e5e7;--gray-300:#d1d1d6;--gray-400:#86868b;--gray-500:#6e6e73;--gray-600:#515154;--gray-700:#3a3a3c;--black:#1d1d1f;--font-display:"Space Grotesk",sans-serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--font-dramatic:"Bebas Neue",sans-serif;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-pill:100px}html{scroll-behavior:smooth}.landing-page{-webkit-font-smoothing:antialiased;background:var(--white);color:var(--black);font-family:var(--font-body);line-height:1.6}.landing-page .container{margin:0 auto;max-width:1200px;padding:0 24px}.landing-page .nav-wrapper{left:0;padding:16px 24px;position:fixed;right:0;top:0;z-index:1000}.landing-page .nav{align-items:center;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:#ffffffeb;border:1px solid #0000000f;border-radius:var(--radius-pill);box-shadow:0 4px 32px #00000014;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:12px 12px 12px 32px}.landing-page .nav-left{align-items:center;display:flex;gap:48px}.landing-page .nav-logo{align-items:center;color:var(--navy);display:flex;font-family:var(--font-display);font-size:1.125rem;font-weight:700;gap:12px;text-decoration:none}.landing-page .nav-logo-img{height:36px;width:auto}.landing-page .nav-links{align-items:center;display:flex;gap:32px;list-style:none}.landing-page .nav-links a{color:var(--gray-600);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.landing-page .nav-links a:hover{color:var(--navy)}.landing-page .nav-cta{background:var(--navy);border-radius:var(--radius-pill);color:var(--white);font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:14px 28px;text-decoration:none;text-transform:uppercase;transition:all .3s}.landing-page .nav-cta:hover{background:var(--navy-dark);transform:scale(1.02)}.landing-page .hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:6px;height:40px;justify-content:center;padding:8px;width:40px;z-index:1001}.landing-page .hamburger span{background:var(--navy);border-radius:2px;display:block;height:2px;transition:all .3s ease;width:24px}.landing-page .hamburger.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.landing-page .hamburger.active span:nth-child(2){opacity:0}.landing-page .hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.landing-page .mobile-menu{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:#fffffffa;border:1px solid #0000000f;border-radius:var(--radius-lg);box-shadow:0 8px 32px #0000001f;left:24px;opacity:0;padding:24px;position:fixed;right:24px;top:92px;transform:translateY(-20px);transition:all .3s ease;visibility:hidden;z-index:999}.landing-page .mobile-menu.active{opacity:1;transform:translateY(0);visibility:visible}.landing-page .mobile-menu-links{display:flex;flex-direction:column;gap:8px;list-style:none}.landing-page .mobile-menu-links li a{border-radius:var(--radius-sm);color:var(--gray-600);display:block;font-size:1rem;font-weight:500;padding:14px 16px;text-decoration:none;transition:all .2s}.landing-page .mobile-menu-links li a:hover{background:var(--gray-100);color:var(--navy)}.landing-page .mobile-menu-cta{background:var(--navy)!important;color:var(--white)!important;font-weight:600;letter-spacing:.5px;margin-top:8px;text-align:center;text-transform:uppercase}.landing-page .mobile-menu-cta:hover{background:var(--navy-dark)!important}.landing-page .nav-right{align-items:center;display:flex;gap:16px}@media (max-width:900px){.landing-page .nav-links{display:none}.landing-page .hamburger{display:flex}}@media (max-width:600px){.landing-page .nav-cta{display:none}}.landing-page .btn{align-items:center;border:none;border-radius:30px;cursor:pointer;display:inline-flex;font-family:var(--font-display);font-size:1.0625rem;font-weight:600;height:60px;justify-content:center;padding:0 36px;text-decoration:none;transition:all .3s ease}.landing-page .btn-lime{background:var(--lime);box-shadow:0 4px 20px #d4f52659;color:var(--navy-dark)}.landing-page .btn-lime:hover{background:var(--lime-dark);box-shadow:0 8px 32px #d4f52673;transform:translateY(-2px)}.landing-page .btn-glass-dark{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e2a4aeb;border:1px solid #ffffff1a;box-shadow:0 4px 20px #00000026;color:var(--white)}.landing-page .btn-glass-dark:hover{background:#1e2a4a;transform:translateY(-2px)}.landing-page .btn-outline{background:#0000;border:2px solid #ffffff59;color:var(--white)}.landing-page .btn-outline:hover{background:#ffffff1a;border-color:#fff9}.landing-page .btn-teal{background:var(--teal);box-shadow:0 4px 20px #00d4aa4d;color:var(--navy-dark)}.landing-page .btn-teal:hover{background:var(--teal-dark);transform:translateY(-2px)}.landing-page .btn-sm{border-radius:25px;font-size:.95rem;height:50px;padding:0 28px}.landing-page .hero{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding:140px 24px 100px;position:relative}.landing-page .hero-bg-video{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.landing-page .hero-gradient{background:#1e2a4ab3;inset:0;position:absolute}.landing-page .hero-content{grid-gap:64px;align-items:center;display:grid;gap:64px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;position:relative;z-index:1}@media (max-width:900px){.landing-page .hero-content{grid-template-columns:1fr;text-align:center}}.landing-page .hero-text{max-width:600px}.landing-page .hero-eyebrow{color:var(--lime);font-family:var(--font-dramatic);font-size:1.25rem;letter-spacing:3px;margin-bottom:24px}.landing-page .hero-headline{color:var(--white);font-family:var(--font-display);font-size:clamp(2.75rem,6vw,4.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.08;margin-bottom:24px}.landing-page .hero-subhead{color:#ffffffbf;font-size:1.25rem;line-height:1.6;margin-bottom:40px}.landing-page .hero-cta-group{display:flex;flex-wrap:wrap;gap:16px}@media (max-width:900px){.landing-page .hero-cta-group{justify-content:center}}.landing-page .hero-microcopy{color:#ffffff80;font-size:.95rem;font-style:italic;margin-top:20px}.landing-page .hero-image{position:relative}.landing-page .hero-coach-img{animation:float 6s ease-in-out infinite;filter:drop-shadow(0 24px 48px rgba(0,0,0,.4));height:auto;max-width:450px;width:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.landing-page .hero-badge{background:var(--lime);border-radius:var(--radius-lg);bottom:20%;box-shadow:0 8px 32px #0003;color:var(--navy-dark);font-family:var(--font-display);font-size:1.125rem;font-weight:700;left:-10%;padding:16px 24px;position:absolute}.landing-page .hero-badge span{color:var(--navy);display:block;font-size:.75rem;font-weight:500;opacity:.7}@media (max-width:900px){.landing-page .hero-image{display:none}}.landing-page .problem{background:var(--gray-50);padding:120px 24px}.landing-page .section-eyebrow{color:var(--teal);font-family:var(--font-dramatic);font-size:1rem;letter-spacing:2px;margin-bottom:16px}.landing-page .section-headline{color:var(--navy);font-family:var(--font-display);font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:48px}.landing-page .problem-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.landing-page .problem-card{align-items:flex-start;background:var(--white);border-radius:var(--radius-lg);box-shadow:0 2px 8px #0000000a;cursor:default;display:flex;gap:16px;padding:28px;transition:all .3s}.landing-page .problem-card:hover{box-shadow:0 12px 32px #00000014;transform:translateY(-4px)}.landing-page .problem-checkbox{align-items:center;border:2px solid var(--gray-300);border-radius:6px;display:flex;flex-shrink:0;font-size:14px;height:24px;justify-content:center;transition:all .2s;width:24px}.landing-page .problem-card:hover .problem-checkbox{background:var(--lime);border-color:var(--lime);color:var(--navy)}.landing-page .problem-text{color:var(--gray-600);font-size:1.0625rem;line-height:1.5}.landing-page .problem-closing{margin-top:56px;text-align:center}.landing-page .problem-closing p{color:var(--navy);font-family:var(--font-display);font-size:1.5rem;font-weight:600}.landing-page .solution{background:var(--white);padding:120px 24px}.landing-page .solution-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-top:48px}@media (max-width:900px){.landing-page .solution-grid{grid-template-columns:1fr}}.landing-page .solution-card{background:var(--navy);border-radius:var(--radius-xl);color:var(--white);overflow:hidden;padding:40px 32px;position:relative;transition:transform .3s}.landing-page .solution-card:hover{transform:translateY(-6px)}.landing-page .solution-card:before{background:radial-gradient(circle,#d4f52614 0,#0000 50%);content:"";height:200%;pointer-events:none;position:absolute;right:-50%;top:-80%;width:200%}.landing-page .solution-number{color:var(--lime);font-family:var(--font-dramatic);font-size:3.5rem;line-height:1;margin-bottom:16px}.landing-page .solution-title{font-family:var(--font-display);font-size:1.375rem;font-weight:700;margin-bottom:12px}.landing-page .solution-desc{color:#ffffffb3;font-size:.95rem;line-height:1.6}.landing-page .solution-footer{background:linear-gradient(135deg,var(--gray-50) 0,var(--gray-100) 100%);border-radius:var(--radius-xl);margin-top:56px;padding:48px 32px;text-align:center}.landing-page .solution-footer p{color:var(--navy);font-family:var(--font-display);font-size:1.625rem;font-weight:600;margin-bottom:8px}.landing-page .solution-footer span{color:var(--gray-500);font-size:1rem}.landing-page .case-study{background:linear-gradient(180deg,var(--navy) 0,var(--navy-dark) 100%);color:var(--white);overflow:hidden;padding:120px 24px;position:relative}.landing-page .case-study-bg{background-position:50%;background-size:cover;inset:0;opacity:.15;position:absolute}.landing-page .case-study-content{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1.2fr 1fr;margin:0 auto;max-width:1200px;position:relative;z-index:1}@media (max-width:900px){.landing-page .case-study-content{gap:48px;grid-template-columns:1fr}}.landing-page .case-study-text .section-eyebrow{color:var(--lime)}.landing-page .case-study-text .section-headline{color:var(--white);margin-bottom:24px}.landing-page .case-study-text p{color:#ffffffbf;font-size:1.125rem;line-height:1.7;margin-bottom:32px}.landing-page .case-study-stats{display:flex;gap:48px;margin-bottom:40px}.landing-page .stat{text-align:left}.landing-page .stat-number{color:var(--lime);font-family:var(--font-dramatic);font-size:3rem;line-height:1}.landing-page .stat-label{color:#ffffff8c;font-size:.9rem;margin-top:6px}.landing-page .case-study-image{display:flex;justify-content:center}.landing-page .coach-image-container{position:relative}.landing-page .coach-image{filter:drop-shadow(0 24px 48px rgba(0,0,0,.35));height:auto;max-width:400px;width:100%}.landing-page .coach-label{background:var(--lime);border-radius:var(--radius-md);bottom:10%;box-shadow:0 8px 24px #00000040;color:var(--navy-dark);font-family:var(--font-display);font-size:.9rem;font-weight:700;left:-15%;padding:14px 20px;position:absolute}.landing-page .coach-label span{display:block;font-size:.7rem;font-weight:500;margin-top:2px;opacity:.7}.landing-page .how-it-works{background:var(--white);padding:120px 24px}.landing-page .how-it-works .section-headline{margin-bottom:64px;text-align:center}.landing-page .how-it-works .section-eyebrow{text-align:center}.landing-page .steps{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.landing-page .steps{grid-template-columns:1fr 1fr}}@media (max-width:600px){.landing-page .steps{grid-template-columns:1fr}}.landing-page .step{padding:32px 20px;text-align:center}.landing-page .step-number{align-items:center;background:var(--lime);border-radius:var(--radius-md);color:var(--navy);display:flex;font-family:var(--font-dramatic);font-size:1.5rem;height:56px;justify-content:center;margin:0 auto 20px;width:56px}.landing-page .step-title{color:var(--navy);font-family:var(--font-display);font-size:1.25rem;font-weight:600;margin-bottom:10px}.landing-page .step-desc{color:var(--gray-500);font-size:.95rem;line-height:1.55}.landing-page .booking{background:linear-gradient(180deg,var(--gray-50) 0,var(--white) 100%);padding:120px 24px}.landing-page .booking .section-eyebrow,.landing-page .booking .section-headline{text-align:center}.landing-page .booking .section-headline{margin-bottom:16px}.landing-page .booking-subhead{color:var(--gray-500);font-size:1.2rem;margin-bottom:56px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.landing-page .booking-options{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1000px}@media (max-width:900px){.landing-page .booking-options{grid-template-columns:1fr;max-width:450px}}.landing-page .booking-card{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-xl);padding:40px 32px;text-align:center;transition:all .3s}.landing-page .booking-card:hover{border-color:var(--teal);box-shadow:0 20px 48px #00000014;transform:translateY(-6px)}.landing-page .booking-card.featured{background:linear-gradient(180deg,var(--white) 0,#d4f5260d 100%);border-color:var(--lime);position:relative}.landing-page .booking-card.featured:before{background:var(--lime);border-radius:var(--radius-pill);color:var(--navy);content:"MOST POPULAR";font-size:.7rem;font-weight:700;left:50%;letter-spacing:.5px;padding:6px 14px;position:absolute;top:-12px;transform:translateX(-50%)}.landing-page .booking-icon{align-items:center;background:var(--gray-100);border-radius:var(--radius-lg);display:flex;font-size:28px;height:64px;justify-content:center;margin:0 auto 24px;width:64px}.landing-page .booking-card.featured .booking-icon{background:#d4f52633}.landing-page .booking-title{color:var(--navy);font-family:var(--font-display);font-size:1.375rem;font-weight:700;margin-bottom:12px}.landing-page .booking-desc{color:var(--gray-500);font-size:.95rem;line-height:1.6;margin-bottom:28px}.landing-page .booking-card .btn{width:100%}.landing-page .pricing{background:var(--white);padding:120px 24px}.landing-page .pricing .section-eyebrow,.landing-page .pricing .section-headline{text-align:center}.landing-page .pricing-subhead{color:var(--gray-500);font-size:1.2rem;margin-bottom:56px;margin-top:-32px;text-align:center}.landing-page .pricing-card{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-xl);box-shadow:0 4px 24px #0000000a;margin:0 auto;max-width:550px;padding:48px 40px;text-align:center}.landing-page .pricing-badge{background:var(--lime);border-radius:var(--radius-pill);color:var(--navy);display:inline-block;font-family:var(--font-display);font-size:.75rem;font-weight:700;letter-spacing:.5px;margin-bottom:24px;padding:8px 16px;text-transform:uppercase}.landing-page .pricing-amount{color:var(--navy);font-family:var(--font-dramatic);font-size:3.5rem;line-height:1;margin-bottom:8px}.landing-page .pricing-context{color:var(--gray-500);font-size:1rem;margin-bottom:32px}.landing-page .pricing-features{list-style:none;margin-bottom:36px;text-align:left}.landing-page .pricing-features li{align-items:center;border-bottom:1px solid var(--gray-100);color:var(--gray-600);display:flex;font-size:1rem;gap:14px;padding:14px 0}.landing-page .pricing-features li:before{color:var(--teal);content:"✓";font-size:1.1rem;font-weight:700}.landing-page .pricing-note{color:var(--gray-400);font-size:.9rem;margin-top:20px}.landing-page .faq{background:var(--gray-50);padding:120px 24px}.landing-page .faq .section-eyebrow,.landing-page .faq .section-headline{text-align:center}.landing-page .faq .section-headline{margin-bottom:56px}.landing-page .faq-list{margin:0 auto;max-width:800px}.landing-page .faq-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);margin-bottom:12px;overflow:hidden;transition:all .2s}.landing-page .faq-item:hover{border-color:var(--gray-300)}.landing-page .faq-question{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:24px 28px;-webkit-user-select:none;user-select:none}.landing-page .faq-question h3{color:var(--navy);font-family:var(--font-display);font-size:1.0625rem;font-weight:600;margin:0;padding-right:20px}.landing-page .faq-icon{align-items:center;background:var(--gray-100);border-radius:50%;color:var(--gray-500);display:flex;flex-shrink:0;font-size:18px;height:28px;justify-content:center;transition:all .3s;width:28px}.landing-page .faq-item.active .faq-icon{background:var(--lime);color:var(--navy);transform:rotate(45deg)}.landing-page .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.landing-page .faq-item.active .faq-answer{max-height:500px}.landing-page .faq-answer-content{color:var(--gray-600);font-size:.975rem;line-height:1.7;padding:0 28px 24px}.landing-page .final-cta{background:var(--navy);overflow:hidden;padding:140px 24px;position:relative;text-align:center}.landing-page .final-cta:before{background:radial-gradient(circle,#d4f52614 0,#0000 50%);content:"";height:150%;left:50%;pointer-events:none;position:absolute;top:-50%;transform:translateX(-50%);width:150%}.landing-page .final-cta-content{position:relative;z-index:1}.landing-page .final-cta-dramatic{color:var(--lime);font-family:var(--font-dramatic);font-size:clamp(5rem,18vw,12rem);letter-spacing:2px;line-height:.85;margin-bottom:24px}.landing-page .final-cta-headline{color:var(--white);font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2.25rem);font-weight:600;margin-bottom:16px}.landing-page .final-cta-subhead{color:#fff9;font-size:1.125rem;margin-bottom:48px}.landing-page .final-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.landing-page .final-cta-microcopy{color:#fff6;font-size:.9rem;margin-top:24px}.landing-page .fat-footer{background:var(--navy-dark);color:#fffc;padding:80px 24px 40px}.landing-page .footer-grid{grid-gap:48px;display:grid;gap:48px;grid-template-columns:2fr 1fr 1fr 1fr;margin:0 auto 64px;max-width:1200px}@media (max-width:900px){.landing-page .footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.landing-page .footer-grid{grid-template-columns:1fr}}.landing-page .footer-brand{max-width:320px}.landing-page .footer-logo{align-items:center;color:var(--white);display:flex;font-family:var(--font-display);font-size:1.25rem;font-weight:700;gap:12px;margin-bottom:16px}.landing-page .footer-logo-img{height:28px;width:auto}.landing-page .footer-brand p{color:#fff9;font-size:.9rem;line-height:1.65;margin-bottom:24px}.landing-page .footer-contact{color:#ffffff80;font-size:.85rem;line-height:1.8}.landing-page .footer-contact strong{color:var(--white);display:block;font-weight:600;margin-bottom:8px}.landing-page .footer-column h4{color:var(--white);font-family:var(--font-display);font-size:.85rem;font-weight:700;letter-spacing:1px;margin-bottom:20px;text-transform:uppercase}.landing-page .footer-column ul{list-style:none}.landing-page .footer-column li{margin-bottom:12px}.landing-page .footer-column a{color:#fff9;font-size:.9rem;text-decoration:none;transition:color .2s}.landing-page .footer-column a:hover{color:var(--lime)}.landing-page .footer-trust{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin:0 auto;max-width:1200px;padding:32px 0}.landing-page .trust-badge{align-items:center;color:#ffffff80;display:flex;font-size:.8rem;gap:8px}.landing-page .trust-badge svg{color:var(--teal);height:20px;width:20px}.landing-page .footer-bottom{align-items:center;border-top:1px solid #ffffff14;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin:0 auto;max-width:1200px;padding-top:32px}.landing-page .footer-copyright{color:#fff6;font-size:.8rem}.landing-page .footer-legal{display:flex;gap:24px}.landing-page .footer-legal a{color:#fff6;font-size:.8rem;text-decoration:none;transition:color .2s}.landing-page .footer-legal a:hover{color:var(--lime)}.privacy-policy{background-color:#f8f9fa;min-height:100vh;padding:2rem 0}.privacy-container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;line-height:1.6;margin:0 auto;max-width:800px;padding:2rem}.privacy-policy h1{border-bottom:3px solid #3498db;color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem;padding-bottom:1rem;text-align:center}.privacy-policy section{margin-bottom:2rem}.privacy-policy h2{border-left:4px solid #3498db;color:#2c3e50;font-size:1.8rem;margin-bottom:1rem;margin-top:2rem;padding-left:1rem}.privacy-policy h3{color:#34495e;font-size:1.3rem;margin-bottom:.8rem;margin-top:1.5rem}.privacy-policy p{color:#2c3e50;margin-bottom:1rem;text-align:justify}.privacy-policy ul{margin-bottom:1rem;padding-left:1.5rem}.privacy-policy li{color:#2c3e50;margin-bottom:.5rem}.privacy-policy li strong{color:#2980b9}@media (max-width:768px){.privacy-policy{padding:1rem 0}.privacy-container{margin:0 1rem;padding:1.5rem}.privacy-policy h1{font-size:2rem}.privacy-policy h2{font-size:1.5rem}.privacy-policy h3{font-size:1.2rem}}@media (max-width:480px){.privacy-container{margin:0 .5rem;padding:1rem}.privacy-policy h1{font-size:1.8rem}.privacy-policy h2{font-size:1.3rem}}.terms-conditions{background-color:#f8f9fa;min-height:100vh;padding:2rem 0}.terms-container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;line-height:1.6;margin:0 auto;max-width:800px;padding:2rem}.terms-conditions h1{border-bottom:3px solid #3498db;color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem;padding-bottom:1rem;text-align:center}.last-updated{color:#7f8c8d;font-style:italic;text-align:center}.last-updated,.terms-conditions section{margin-bottom:2rem}.terms-conditions h2{border-left:4px solid #3498db;color:#2c3e50;font-size:1.8rem;margin-bottom:1rem;margin-top:2rem;padding-left:1rem}.terms-conditions h3{color:#34495e;font-size:1.3rem;margin-bottom:.8rem;margin-top:1.5rem}.terms-conditions p{color:#2c3e50;margin-bottom:1rem;text-align:justify}.terms-conditions a{color:#3498db;font-weight:500;text-decoration:none}.terms-conditions a:hover{text-decoration:underline}.terms-conditions ul{margin-bottom:1rem;padding-left:1.5rem}.terms-conditions li{color:#2c3e50;margin-bottom:.5rem}.terms-conditions li strong{color:#2980b9}@media (max-width:768px){.terms-conditions{padding:1rem 0}.terms-container{margin:0 1rem;padding:1.5rem}.terms-conditions h1{font-size:2rem}.terms-conditions h2{font-size:1.5rem}.terms-conditions h3{font-size:1.2rem}}@media (max-width:480px){.terms-container{margin:0 .5rem;padding:1rem}.terms-conditions h1{font-size:1.8rem}.terms-conditions h2{font-size:1.3rem}}.legal-page{background-color:#f8f9fa;min-height:100vh}.legal-nav{background:#fff;box-shadow:0 2px 10px #0000000d;justify-content:space-between;padding:1.5rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.legal-nav,.legal-nav-logo{align-items:center;display:flex}.legal-nav-logo{color:#1e2a4a;font-family:Space Grotesk,sans-serif;font-size:1.125rem;font-weight:700;gap:12px;text-decoration:none;transition:opacity .2s}.legal-nav-logo:hover{opacity:.8}.legal-nav-logo-img{height:32px;width:auto}.legal-nav-back{color:#3498db;font-weight:500;text-decoration:none;transition:color .2s}.legal-nav-back:hover{color:#2980b9}.legal-container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;line-height:1.6;margin:2rem auto;max-width:800px;padding:3rem 2rem}.legal-page h1{border-bottom:3px solid #3498db;color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem;padding-bottom:1rem;text-align:center}.legal-intro,.legal-updated{color:#7f8c8d;font-style:italic;margin-bottom:2rem;text-align:center}.legal-intro{font-size:1.1rem;font-style:normal}.legal-section{margin-bottom:2.5rem}.legal-page h2{border-left:4px solid #3498db;color:#2c3e50;font-size:1.8rem;margin-bottom:1rem;margin-top:2rem;padding-left:1rem}.legal-page h3{color:#34495e;font-size:1.3rem;margin-bottom:.8rem;margin-top:1.5rem}.legal-page p{color:#2c3e50;margin-bottom:1rem}.legal-page ul{margin-bottom:1rem;padding-left:1.5rem}.legal-page li{color:#2c3e50;margin-bottom:.5rem}.legal-page li strong{color:#2980b9}.legal-page a{color:#3498db;text-decoration:none;transition:color .2s}.legal-page a:hover{color:#2980b9;text-decoration:underline}.contact-info{background-color:#ecf0f1;border-left:4px solid #3498db;border-radius:6px;margin-top:1rem;padding:1.5rem}.contact-info p{margin-bottom:.5rem}.contact-info strong{color:#2980b9}.legal-footer-links{border-top:1px solid #e0e0e0;display:flex;gap:2rem;justify-content:center;margin-top:3rem;padding-top:2rem}.legal-footer-links a{color:#7f8c8d;font-size:.9rem;text-decoration:none;transition:color .2s}.legal-footer-links a:hover{color:#3498db}.sitemap-container{max-width:1000px}.sitemap-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.sitemap-section{background:#f8f9fa;border-left:4px solid #3498db;border-radius:8px;padding:1.5rem}.sitemap-section h2{border-left:none;font-size:1.3rem;margin-bottom:1rem;margin-top:0;padding-left:0}.sitemap-links{list-style:none;padding-left:0}.sitemap-links li{margin-bottom:.75rem}.sitemap-links a{border-radius:4px;color:#2c3e50;display:block;font-weight:500;padding:.5rem;transition:all .2s}.sitemap-links a:hover{background:#fff;color:#3498db;padding-left:1rem;text-decoration:none}.sitemap-footer-section{border-top:2px solid #e0e0e0;margin-top:3rem;padding-top:2rem;text-align:center}.sitemap-footer-section h2{border-left:none;padding-left:0;text-align:center}.sitemap-cta-group{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem}.sitemap-cta{background:#1e2a4a;border-radius:50px;color:#fff;display:inline-block;font-weight:600;letter-spacing:.5px;padding:1rem 2rem;text-transform:uppercase;transition:all .3s}.sitemap-cta:hover{background:#2a3a5c;text-decoration:none;transform:scale(1.05)}.sitemap-cta-secondary{background:#fff;border:2px solid #1e2a4a;border-radius:50px;color:#1e2a4a;display:inline-block;font-weight:600;padding:1rem 2rem;transition:all .3s}.sitemap-cta-secondary:hover{background:#1e2a4a;color:#fff;text-decoration:none}@media (max-width:768px){.legal-nav{flex-direction:column;gap:1rem;padding:1rem;position:relative}.legal-container{margin:1rem;padding:2rem 1.5rem}.legal-page h1{font-size:2rem}.legal-page h2{font-size:1.5rem}.legal-page h3{font-size:1.2rem}.sitemap-grid{gap:1.5rem;grid-template-columns:1fr}.legal-footer-links{flex-direction:column;gap:1rem}.sitemap-cta-group{align-items:center;flex-direction:column}.sitemap-cta,.sitemap-cta-secondary{max-width:300px;width:100%}}@media (max-width:480px){.legal-container{margin:.5rem;padding:1.5rem 1rem}.legal-page h1{font-size:1.8rem}.legal-page h2{font-size:1.3rem}.legal-nav-logo{font-size:1rem}.legal-nav-logo-img{height:28px}}.brand-toolkit{background:#fff;min-height:100vh}.brand-toolkit .nav-wrapper{left:0;padding:16px 24px;position:fixed;right:0;top:0;z-index:1000}.brand-container{color:#111827;font-family:Inter,system-ui,sans-serif;line-height:1.5;margin:0 auto;max-width:8.5in;padding:140px 40px 40px}.brand-header{align-items:center;border-bottom:2px solid #0a2343;display:flex;justify-content:space-between;margin-bottom:32px;padding-bottom:16px}.brand-header h1{color:#0a2343;font-family:Space Grotesk,system-ui,sans-serif;font-size:28px;font-weight:700;letter-spacing:-.02em}.brand-header .version{color:#6b7280;font-size:12px}.brand-section{margin-bottom:32px}.section-title{border-bottom:1px solid #e5e7eb;color:#00838f;font-family:Space Grotesk,system-ui,sans-serif;font-size:14px;font-weight:600;letter-spacing:.1em;margin-bottom:16px;padding-bottom:8px;text-transform:uppercase}.color-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.color-swatch{display:flex;flex-direction:column}.color-box{border:1px solid #e5e7eb;border-radius:8px;height:80px;margin-bottom:8px;width:100%}.color-box.primary{background:#00e5ff;border-color:#00e5ff}.color-box.secondary{background:#00838f;border-color:#00838f}.color-box.tertiary{background:#0a2343;border-color:#0a2343}.color-box.accent{background:#cf0;border-color:#cf0}.color-label{color:#111827;font-size:13px;font-weight:600}.color-meta{font-family:SF Mono,Monaco,monospace}.color-meta,.color-usage{color:#6b7280;font-size:11px}.color-usage{margin-top:2px}.neutrals-row{display:flex;gap:8px;margin-top:16px}.neutral-chip{align-items:center;border:1px solid #e5e7eb;border-radius:4px;display:flex;flex:1 1;font-family:SF Mono,Monaco,monospace;font-size:9px;height:32px;justify-content:center}.neutral-chip.white{background:#fff;color:#6b7280}.neutral-chip.off-white{background:#fafbfc;color:#6b7280}.neutral-chip.gray-100{background:#f3f4f6;color:#6b7280}.neutral-chip.gray-200{background:#e5e7eb;color:#6b7280}.neutral-chip.gray-500{background:#6b7280;color:#fff}.neutral-chip.gray-900{background:#111827;color:#fff}.type-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.type-family{background:#fafbfc;border-radius:8px;padding:20px}.type-family-name{color:#6b7280;font-size:11px;letter-spacing:.1em;margin-bottom:12px;text-transform:uppercase}.type-sample-display{color:#0a2343;font-family:Space Grotesk,system-ui,sans-serif;font-size:32px;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}.type-sample-body{color:#111827;font-family:Inter,system-ui,sans-serif;font-size:24px;font-weight:400;margin-bottom:8px}.type-weights{display:flex;flex-direction:column;gap:4px;margin-top:12px}.type-weight{align-items:baseline;display:flex;gap:12px}.type-weight-label{color:#6b7280;flex-shrink:0;font-size:10px;width:60px}.type-weight-sample{color:#111827;font-size:14px}.type-scale{background:#fafbfc;border-radius:8px;margin-top:16px;padding:20px}.type-scale-row{align-items:baseline;border-bottom:1px solid #e5e7eb;display:flex;gap:16px;padding:8px 0}.type-scale-row:last-child{border-bottom:none}.type-scale-label{letter-spacing:.05em;text-transform:uppercase;width:60px}.type-scale-label,.type-scale-specs{color:#6b7280;flex-shrink:0;font-size:10px}.type-scale-specs{font-family:SF Mono,Monaco,monospace;width:100px}.type-scale-sample{flex:1 1}.type-scale-sample.display{font-size:36px;line-height:1.1}.type-scale-sample.display,.type-scale-sample.h1{color:#0a2343;font-family:Space Grotesk,system-ui,sans-serif;font-weight:700}.type-scale-sample.h1{font-size:28px;line-height:1.2}.type-scale-sample.h2{color:#00838f;font-size:22px;line-height:1.25}.type-scale-sample.h2,.type-scale-sample.h3{font-family:Space Grotesk,system-ui,sans-serif;font-weight:600}.type-scale-sample.h3{color:#111827;font-size:18px;line-height:1.3}.type-scale-sample.body{color:#111827;font-size:16px;line-height:1.6}.type-scale-sample.body,.type-scale-sample.small{font-family:Inter,system-ui,sans-serif;font-weight:400}.type-scale-sample.small{color:#6b7280;font-size:14px;line-height:1.5}.type-scale-sample.caption{color:#6b7280;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:400;line-height:1.4}.buttons-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.button-group{display:flex;flex-direction:column;gap:8px}.button-label{color:#6b7280;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.btn{align-items:center;border:none;cursor:pointer;display:inline-flex;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600;justify-content:center;padding:12px 24px;transition:all .2s ease}.btn-primary{background:#00838f;border-radius:8px;color:#fff}.btn-primary:hover{background:#006671}.btn-secondary{border:2px solid #00838f}.btn-ghost,.btn-secondary{background:#0000;border-radius:8px;color:#00838f}.btn-ghost:hover{background:#f3f4f6}.btn-pill{border-radius:24px}.btn-on-dark{background:#00e5ff;border:none;border-radius:8px;color:#0a2343;cursor:pointer;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600;padding:12px 24px}.button-specs{color:#6b7280;font-family:SF Mono,Monaco,monospace;font-size:10px;margin-top:4px}.button-anatomy{background:#fafbfc;border-radius:8px;margin-top:16px;padding:20px}.anatomy-title{color:#6b7280;font-size:11px;letter-spacing:.1em;margin-bottom:12px;text-transform:uppercase}.anatomy-diagram{align-items:center;display:flex;gap:20px}.anatomy-btn{background:#00838f;border-radius:8px;color:#fff;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600;padding:12px 24px;position:relative}.anatomy-specs{color:#6b7280;display:flex;flex-direction:column;font-size:11px;gap:4px}.anatomy-spec{display:flex;gap:8px}.anatomy-spec-label{color:#111827;font-weight:600;width:80px}.anatomy-spec-value{font-family:SF Mono,Monaco,monospace}.spacing-grid{align-items:flex-end;display:flex;flex-wrap:wrap;gap:12px}.spacing-item{align-items:center;display:flex;flex-direction:column;gap:4px}.spacing-box{background:#00e5ff;border-radius:2px}.spacing-label{color:#6b7280;font-family:SF Mono,Monaco,monospace;font-size:10px}.radius-grid{align-items:flex-end;display:flex;gap:16px}.radius-item{align-items:center;display:flex;flex-direction:column;gap:4px}.radius-box{background:#0a2343;height:60px;width:60px}.radius-box.sm{border-radius:4px}.radius-box.md{border-radius:8px}.radius-box.lg{border-radius:12px}.radius-box.xl{border-radius:16px}.radius-box.full{border-radius:30px}.radius-label{color:#6b7280;font-family:SF Mono,Monaco,monospace;font-size:10px;text-align:center}.two-col{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.voice-examples{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.voice-card{background:#fafbfc;border-radius:8px;padding:16px}.voice-card.good{border-left:3px solid #22c55e}.voice-card.bad{border-left:3px solid #ef4444}.voice-card-label{font-size:10px;letter-spacing:.1em;margin-bottom:8px;text-transform:uppercase}.voice-card.good .voice-card-label{color:#22c55e}.voice-card.bad .voice-card-label{color:#ef4444}.voice-card-text{color:#111827;font-size:14px;font-style:italic}.brand-quick-ref{background:#0a2343;border-radius:12px;color:#fff;margin-top:24px;padding:24px}.quick-ref-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.quick-ref-label{color:#00e5ff;font-size:11px;letter-spacing:.1em;margin-bottom:8px;text-transform:uppercase}.quick-ref-value{font-family:Space Grotesk,system-ui,sans-serif;font-size:18px;font-weight:600}.quick-ref-value-small{font-family:Inter,system-ui,sans-serif;font-size:14px}.brand-footer{border-top:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:11px;justify-content:space-between;margin-top:40px;padding-top:16px}@media (max-width:768px){.brand-container{padding:120px 20px 20px}.brand-header{align-items:flex-start;flex-direction:column;gap:8px}.color-grid{grid-template-columns:repeat(2,1fr)}.buttons-grid,.quick-ref-grid,.two-col,.type-grid,.voice-examples{grid-template-columns:1fr}.anatomy-diagram{align-items:flex-start;flex-direction:column}.brand-footer{flex-direction:column;gap:8px}}@media (max-width:480px){.brand-container{padding:120px 16px 16px}.brand-header h1{font-size:24px}.color-grid{grid-template-columns:1fr}.neutrals-row{flex-wrap:wrap}.radius-grid,.spacing-grid{justify-content:center}.radius-grid{flex-wrap:wrap}}
/*# sourceMappingURL=main.349348e4.css.map*/