@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Cormorant+Garamond:ital,wght@1,300;1,400;1,500;1,600&display=swap";@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Inter:wght@300;400;600&display=swap";:root{--color-primary: #FC4B08;--color-primary-hover: #E33A00;--color-secondary: #380C56;--color-text-main: #1A1A1A;--color-text-muted: #666666;--color-text-light: #999999;--color-bg-light: #F9F9F9;--color-bg-white: #FFFFFF;--color-border: #E5E5E5;--font-main: "Inter", sans-serif;--font-quote: "Cormorant Garamond", serif;--max-width: 1280px;--header-height: auto}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--color-bg-light);color:var(--color-text-main);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;border-radius:4px;font-weight:600;font-size:.875rem;transition:all .2s ease}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover{background-color:var(--color-primary-hover)}.btn-blue{background-color:#00f;color:#fff;border-radius:8px;padding:1rem 2rem;font-size:1.25rem;text-transform:uppercase;font-weight:800;box-shadow:0 4px 6px #0000001a}.btn-blue:hover{background-color:#00c;transform:translateY(-2px)}.navbar{position:fixed;top:40px;right:50px;z-index:1000;display:flex;gap:.5rem;transition:opacity .4s ease,visibility .4s ease;opacity:1;visibility:visible;will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden}.navbar.hidden{opacity:0;visibility:hidden;pointer-events:none}.nav-link{background:none;border:none;padding:.5rem 1rem;font-family:var(--font-main);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.2rem;color:#fff;cursor:pointer;transition:all .3s ease}.nav-link:hover{opacity:.7}@media(max-width:768px){.navbar{top:20px;right:20px;gap:.2rem}}.scroll-indicator{position:fixed;right:40px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:1.5rem;z-index:1000;color:#f8f9fa;opacity:1;text-shadow:0 1px 2px rgba(0,0,0,1);filter:drop-shadow(0 1px 2px rgba(0,0,0,.5));transition:opacity .4s ease,visibility .4s ease;will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden}.scroll-indicator.hidden{opacity:0;visibility:hidden;pointer-events:none}.scroll-text{writing-mode:vertical-rl;text-orientation:mixed;font-family:var(--font-main);font-size:.75rem;letter-spacing:.5em;font-weight:500;text-transform:uppercase;margin-bottom:.5rem}.scroll-arrow svg{width:24px;height:24px;stroke:currentColor;filter:drop-shadow(0 1px 2px rgba(0,0,0,1))}@media(max-width:768px){.scroll-indicator{display:none}}.gradient-section{width:100%;margin:0;padding:0;overflow:hidden}.section-gradient{width:100%;background-color:var(--color-bg-dark);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.gradient-section.hero .section-gradient{height:auto}.hero-clickable-area{display:block;width:100%;height:100%;cursor:pointer;transition:opacity .3s ease}.hero-clickable-area:hover{opacity:1}.parallax-wrapper{width:100%;height:100%;position:relative}.hero-full-image{width:100%;height:auto;display:block}.hero-full-image.parallax-target{width:100%;height:auto;display:block;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.hero-clickable-area:hover .hero-full-image{opacity:1}.gradient-section.bio .section-gradient{height:500px;background-color:var(--color-bg-light)}@media(max-width:1024px){.gradient-section.hero .section-gradient{height:auto}}@media(max-width:768px){.gradient-section.bio .section-gradient{height:auto;min-height:350px}}.logo-bar{background-color:#fff;border-bottom:1px solid var(--color-border);padding:1.5rem 0;display:flex;align-items:center;justify-content:center}.logo-bar-container{display:flex;align-items:center;justify-content:center;width:100%;max-width:1800px}.logo-group{display:flex;align-items:center;gap:4rem}.social-icon{width:300px;transition:all .3s ease;cursor:pointer;object-fit:contain;filter:grayscale(100%);opacity:.6;will-change:filter,transform}.social-icon:hover{transform:scale(1.05);filter:grayscale(0%);opacity:1}@media(max-width:800px){.logo-bar-container{gap:1rem;flex-wrap:wrap}.logo-group{gap:.75rem}}.quote-section{padding:10rem 0;background-color:var(--color-bg-white);text-align:center;content-visibility:auto;contain-intrinsic-size:0 400px;contain:layout style}.quote-content{font-family:var(--font-quote);font-size:2.5rem;font-style:italic;color:var(--color-text-main);line-height:1.4;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;position:relative}.quote-content:before,.quote-content:after{color:var(--color-border);font-size:5rem;position:absolute;height:1rem}.quote-author{font-family:var(--font-main);font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:2px;color:var(--color-text-muted)}@media(max-width:768px){.quote-content{font-size:1.75rem;padding:0 1rem}}.brand-bar{background-color:#fff;border-top:1px solid var(--color-border);padding:2rem 0;display:flex;align-items:center;justify-content:center}.brand-bar-container{display:flex;align-items:center;justify-content:center}.brand-group{display:flex;align-items:center;gap:8rem}.brand-logo{height:120px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.6;transition:all .3s ease;will-change:filter,transform}.brand-logo:hover{filter:grayscale(0%);opacity:1;transform:scale(1.05)}@media(max-width:768px){.brand-group{gap:3rem;flex-wrap:wrap;justify-content:center}.brand-logo{height:50px}}.bio-section{width:100%;position:relative;height:70vh;min-height:420px;max-height:900px;overflow:hidden;background-color:var(--color-bg-dark);content-visibility:auto;contain-intrinsic-size:0 70vh;contain:layout style}.bio-main-container{width:100%;height:100%;position:relative;display:flex;align-items:center}.bio-portrait-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:auto;min-height:100%;object-fit:cover;z-index:1}.bio-content-view{position:relative;z-index:2;width:100%;height:100%;display:flex;justify-content:flex-start;align-items:center;padding:0 5% 0 51%}.bio-text-content{width:100%;max-width:800px;padding:2rem 0;color:var(--color-text-light);font-family:Inter,sans-serif}.bio-title{font-family:Caveat,cursive;font-size:4rem;font-weight:700;margin-bottom:2rem;line-height:.8;color:#fff;transform:rotate(-2deg);display:block}.text-accent-highlight{background-color:#ffffff1f;padding:0 4px;border-radius:2px;font-weight:500}.bio-description{font-size:1rem;line-height:1.7;margin-bottom:1.5rem;color:#ffffffd9;font-weight:300;letter-spacing:.3px;text-align:left}.bio-signature-container{margin-top:3rem;display:flex;justify-content:flex-start}.bio-signature-text{font-family:Caveat,cursive;font-size:2.5rem;color:#fffc;border-top:1px solid rgba(255,255,255,.1);padding-top:1rem}@media(max-width:1300px){.bio-content-view{padding-left:42%}}@media(max-width:1100px){.bio-content-view{padding-left:35%}.bio-title{font-size:3.5rem}}@media(max-width:900px){.bio-content-view{padding-left:30%;background:linear-gradient(to right,#0000,#0000004d 30%,#0009)}.bio-title{font-size:3rem}.bio-description{font-size:.95rem}}@media(max-width:768px){.bio-section{height:70vh;min-height:550px}.bio-content-view{padding-left:10%;justify-content:flex-end;background:linear-gradient(to right,#0000,#00000080 20%,#000c)}.bio-text-content{max-width:450px;padding:1.5rem}.bio-title{font-size:2.8rem;margin-bottom:1.5rem;text-align:right}.bio-description{font-size:.9rem;line-height:1.6;text-align:right;margin-bottom:1rem}.bio-signature-container{justify-content:flex-end;margin-top:1.5rem}.bio-signature-text{font-size:2rem}}@media(max-width:480px){.bio-section{height:80vh;min-height:600px}.bio-content-view{padding-left:5%;background:linear-gradient(to right,#0000,#000000b3 15%,#000000e6)}.bio-title{font-size:2.4rem}}.product-page{background-color:var(--color-bg-light);min-height:100vh;padding-bottom:4rem;position:relative}.product-header{position:fixed;top:0;left:0;right:0;height:70px;background-color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);z-index:1000;display:flex;align-items:center}.header-content{width:100%;max-width:1440px;margin:0 auto;padding:0 4rem;display:flex;justify-content:space-between;align-items:center}.header-back-link{text-decoration:none;color:var(--color-text-main);display:flex;align-items:center;gap:.6rem;font-size:.9rem;font-weight:600;transition:all .2s ease;background-color:#1734ff0d;padding:.5rem 1rem;border-radius:50px;border:1px solid rgba(23,52,255,.1)}.header-back-link:hover{background-color:#1734ff1a;transform:translate(-3px)}.back-arrow{font-size:1.2rem;color:#1734ff}.header-brand{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:var(--color-text-muted);white-space:nowrap}.product-container{max-width:1440px;margin:0 auto;padding:120px 4rem 0 2rem;display:flex;gap:6rem;align-items:flex-start}.product-image-section{flex:0 0 38%;position:relative}.product-image-sticky{position:sticky;top:100px;border-radius:8px;overflow:hidden;box-shadow:0 10px 40px #0000000f;background-color:var(--color-bg-white)}.product-info-section{flex:1;padding:0;display:flex;flex-direction:column}.product-brand-label{font-size:.9rem;font-weight:500;color:var(--color-text-muted);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:1px}.product-title{font-family:var(--font-main);font-size:2.5rem;font-weight:800;line-height:1.2;color:var(--color-text-main);margin-bottom:1.25rem;letter-spacing:-.02em}.product-price{margin-bottom:2.5rem}.current-price{font-size:2rem;font-weight:700;color:var(--color-text-main)}.product-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:4rem;width:100%}.btn-buy-now{background-color:#1734ff;color:#fff;border:none;border-radius:8px;padding:1.25rem 2rem;font-size:1.15rem;font-weight:700;width:100%;cursor:pointer;transition:all .3s cubic-bezier(.165,.84,.44,1);text-transform:uppercase;letter-spacing:1.5px}.btn-buy-now:hover{background-color:#1a1a19;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.secure-payment{text-align:center;font-size:.8rem;color:var(--color-text-muted);display:flex;align-items:center;justify-content:center;gap:.4rem;letter-spacing:.5px;opacity:.8}.secure-icon{font-size:.9rem;margin-top:-1px}.product-description-content h3{font-size:1.35rem;font-weight:700;margin:2.5rem 0 1.25rem;padding-top:1.5rem;border-top:1px solid var(--color-border);color:var(--color-text-main)}.description-intro{font-size:1.15rem;line-height:1.5;margin-bottom:1.25rem;color:var(--color-text-main)}.description-meta{margin-bottom:1.5rem;font-size:1rem}.product-description-content p{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin-bottom:1.25rem}.program-steps h4{font-size:1.15rem;font-weight:700;margin:2rem 0 1rem;color:var(--color-text-main)}.product-description-content ul{list-style:none;padding:0;margin-bottom:2rem}.product-description-content ul li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:1rem;line-height:1.5;color:var(--color-text-muted)}.product-description-content ul li:before{content:"•";position:absolute;left:0;color:var(--color-primary);font-weight:700}.description-footer{margin-top:4rem;padding:2rem;background:var(--color-bg-white);border-radius:8px;border:1px solid var(--color-border);text-align:center}@media(max-width:1024px){.product-container{padding:0 2rem;gap:3rem}}@media(max-width:992px){.product-container{flex-direction:column;padding:0 1.5rem}.product-image-section{width:100%;flex:none}.product-image-sticky{position:relative;top:0;max-width:500px;margin:0 auto}.product-info-section{width:100%}.product-actions{max-width:100%}}@media(max-width:768px){.header-content{padding:0 1.25rem}.header-brand{font-size:.8rem;letter-spacing:.8px}.header-back-link{padding:.4rem .8rem;font-size:.85rem}.product-container{flex-direction:column;padding-top:90px}.product-image-section{flex:1;width:100%}.product-image-sticky{position:relative;top:0}.product-title{font-size:2rem}.current-price{font-size:1.5rem}}@media(max-width:480px){.header-content{padding:0 1rem;gap:.4rem}.header-brand{font-size:.78rem;letter-spacing:.4px}.header-back-link{padding:.45rem .8rem;font-size:.85rem}}@media(max-width:360px){.header-brand{display:none}.header-content{justify-content:flex-start}}
