@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}html{scroll-behavior:smooth;overflow-x:hidden;height:100%}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;width:100%;min-height:100%}#root,.app{width:100%;min-height:100%}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)}.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:clamp(2rem,4.5vw,5rem)}.social-icon{width:clamp(160px,12vw,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}.social-icon{width:140px}}.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:100px;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-dark{background-color:#1a1a1c;color:#fff;font-family:var(--font-main, "Inter", sans-serif);position:relative;padding-bottom:100px}.product-bg-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.product-bg-elements .blob{position:absolute;width:800px;height:800px;background:radial-gradient(circle,#fc4b0826,#fc4b0800 70%);border-radius:50%;transform:translateZ(0);will-change:transform}.product-bg-elements .blob-1{top:-300px;right:-200px}.product-bg-elements .blob-2{bottom:-200px;left:-300px;background:radial-gradient(circle,#380c5633,#380c5600 70%)}.product-container{position:relative;z-index:1;max-width:1300px;margin:0 auto;padding:160px 40px 60px;display:flex;gap:80px;align-items:flex-start}.product-image-section{flex:0 0 400px;position:sticky;top:120px}.product-image-sticky{position:relative;border-radius:32px;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 40px 80px #00000080}.product-image{width:100%;height:auto;display:block;transition:transform .7s cubic-bezier(.23,1,.32,1)}.product-image-sticky:hover .product-image{transform:scale(1.05)}.image-overlay-badge{position:absolute;bottom:20px;left:20px;background:#0a0a0a99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);padding:8px 16px;border-radius:100px;display:flex;align-items:center;gap:8px;font-size:.75rem;font-weight:700;letter-spacing:.05em}.product-info-section{flex:1;display:flex;flex-direction:column}.product-header{margin-bottom:40px}.product-category-tag{display:inline-block;color:#fc4b08;font-size:.8rem;font-weight:800;letter-spacing:.15em;margin-bottom:16px}.product-title-premium{font-size:2.8rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:30px;background:linear-gradient(180deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;white-space:normal}@media(max-width:1200px){.product-title-premium{white-space:normal;font-size:2.4rem}}.product-meta-grid{display:flex;flex-wrap:wrap;gap:30px;margin-bottom:30px}.meta-item{display:flex;align-items:center;gap:12px;min-width:140px}@media(max-width:768px){.product-meta-grid{gap:20px}.meta-item{gap:10px}}.meta-icon{width:24px;height:24px;color:#fc4b08}.meta-label{display:block;font-size:.7rem;color:#666;text-transform:uppercase;letter-spacing:.1em}.meta-value{font-size:.95rem;font-weight:500;color:#ddd}.product-price-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:30px;display:flex;align-items:center;justify-content:space-between;margin-bottom:50px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.price-tag{display:block;font-size:.75rem;color:#888;margin-bottom:4px}.price-amount{font-size:2.5rem;font-weight:700}.price-actions{display:flex;flex-direction:column;align-items:center;gap:16px;width:320px}.btn-buy-premium{width:100%;background:#fff;color:#000;padding:20px 40px;border-radius:100px;font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .4s cubic-bezier(.23,1,.32,1);white-space:nowrap}.btn-buy-premium:hover{background:#fc4b08;color:#fff;transform:translateY(-2px)}.secure-badge-modern{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#4ade80;font-weight:600}.product-description-premium{display:flex;flex-direction:column;gap:60px}.description-section h3,.program-outline h3,.outcomes-section h3{font-size:1.5rem;font-weight:700;margin-bottom:24px;color:#fff;letter-spacing:-.01em}.description-section p{font-size:1.1rem;line-height:1.8;color:#b0b0b0;font-weight:300;margin-bottom:20px}.outline-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.outline-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);padding:24px;border-radius:20px;transition:all .3s ease}.outline-card:hover{background:#ffffff14;border-color:#fc4b084d}.step-num{display:block;font-size:.8rem;font-weight:800;color:#fc4b08;margin-bottom:12px}.outline-card h4{font-size:1.2rem;margin-bottom:10px}.outline-card p{font-size:.9rem;color:#888;line-height:1.6}.outcomes-list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.outcomes-list li{display:flex;align-items:center;gap:12px;font-size:1rem;color:#d0d0d0}.workshop-footer{padding:40px;background:linear-gradient(135deg,#fc4b080d,#380c560d);border:1px solid rgba(255,255,255,.08);border-radius:32px;text-align:center}.workshop-footer p{font-size:1.25rem;color:#fff;margin-bottom:8px}.footer-note{font-size:.9rem!important;color:#666!important}@media(max-width:1024px){.product-container{flex-direction:column;padding-top:120px;gap:60px}.product-image-section{flex:none;width:100%;max-width:500px;margin:0 auto;position:relative;top:0}.product-title-premium{font-size:2.8rem}}@media(max-width:768px){.product-price-card{flex-direction:column;gap:24px;align-items:flex-start}.price-actions{width:100%;align-items:center}.btn-buy-premium{width:100%;justify-content:center}.outline-grid,.outcomes-list{grid-template-columns:1fr}}@media(max-width:480px){.product-title-premium{font-size:2.2rem}}.booking-page{background-color:#1a1a1c;color:#fff;font-family:var(--font-main, "Inter", sans-serif);position:relative;padding-bottom:100px}.booking-bg-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.blob{position:absolute;width:800px;height:800px;background:radial-gradient(circle,#fc4b0826,#fc4b0800 70%);border-radius:50%;transform:translateZ(0);will-change:transform}.blob-1{top:-300px;right:-200px}.blob-2{bottom:-200px;left:-300px;background:radial-gradient(circle,#380c5633,#380c5600 70%)}.booking-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:140px 20px 60px}.booking-header{text-align:center;margin-bottom:80px;max-width:700px;margin-left:auto;margin-right:auto}.booking-header h1{font-size:3.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:24px;background:linear-gradient(180deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.booking-header p{font-size:1.15rem;color:#a0a0a0;line-height:1.7;font-weight:300}.booking-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:60px}.booking-card-modern{position:relative;background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:40px;display:flex;flex-direction:column;transition:all .5s cubic-bezier(.23,1,.32,1)}.booking-card-modern:hover{transform:translateY(-12px);background:#1e1e1e80;border-color:#fff3;box-shadow:0 30px 60px #0006}.booking-card-modern.popular{border-color:#fc4b084d;background:#19191999}.booking-card-modern.popular:after{content:"";position:absolute;inset:-1px;border-radius:24px;padding:1px;background:linear-gradient(135deg,rgba(252,75,8,.4),transparent,rgba(252,75,8,.2));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.popular-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:#fc4b08;color:#fff;padding:6px 16px;border-radius:100px;font-size:.7rem;font-weight:800;letter-spacing:.05em;box-shadow:0 4px 15px #fc4b084d;z-index:10;white-space:nowrap}.card-top{display:flex;align-items:center;gap:20px;margin-bottom:30px}.icon-wrapper{width:56px;height:56px;background:#ffffff0d;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.booking-card-modern:hover .icon-wrapper{background:#fff;color:#000}.card-subtitle{display:block;font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}.card-title{font-size:1.6rem;font-weight:600;color:#fff}.card-description{font-size:.95rem;line-height:1.6;color:#b0b0b0;margin-bottom:30px;flex-grow:1}.card-features{margin-bottom:35px;display:flex;flex-direction:column;gap:12px}.feature-item{display:flex;align-items:center;gap:12px;font-size:.9rem;color:#d0d0d0}.feature-check{width:16px;height:16px;color:#fc4b08;flex-shrink:0}.card-footer{padding-top:30px;border-top:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:20px}.price-container{display:flex;flex-direction:column;align-items:center}.price-strike-wrapper{display:flex;align-items:center;gap:10px;margin-bottom:4px}.price-old{font-size:.95rem;color:#666;text-decoration:line-through;font-weight:500}.price-savings{background:#fc4b0826;color:#fc4b08;padding:2px 8px;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase}.price-current{font-size:2.2rem;font-weight:800;color:#fff;letter-spacing:-.02em}.booking-action-btn{width:100%;background:#fff;color:#000;padding:16px 24px;border-radius:100px;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .4s cubic-bezier(.23,1,.32,1)}.booking-action-btn:hover{background:#fc4b08;color:#fff;transform:scale(1.02)}.btn-arrow{width:18px;height:18px;transition:transform .3s ease}.booking-action-btn:hover .btn-arrow{transform:translate(4px)}.booking-footer-info{text-align:center;color:#666;font-size:.9rem}.booking-footer-info a{color:#fff;text-decoration:underline;text-underline-offset:4px;transition:color .3s ease}.booking-footer-info a:hover{color:#fc4b08}@media(max-width:1100px){.booking-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.booking-container{padding-top:100px}.booking-header h1{font-size:3rem}.booking-cards-grid{grid-template-columns:1fr;gap:20px}.booking-card-modern{padding:30px}.price-current{font-size:1.75rem}}@media(max-width:480px){.booking-header h1{font-size:2.5rem}.header-tag{font-size:.65rem}}.dynamic-nav-container{position:fixed;top:30px;left:50%;transform:translate(-50%);z-index:1000;transition:all .5s cubic-bezier(.16,1,.3,1);will-change:transform,top,width;pointer-events:none}.dynamic-nav-container.scrolled{top:20px;transform:translate(-50%) scale(.95)}.dynamic-pill{background:#0a0a0ab3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:100px;display:flex;align-items:center;padding:6px;box-shadow:0 10px 30px #00000080,inset 0 0 0 1px #ffffff0d;transition:all .6s cubic-bezier(.25,1,.5,1);gap:0;pointer-events:auto;transform:translateZ(0)}.pill-item{display:flex;align-items:center;justify-content:center;border:none;padding:0;border-radius:100px;height:40px;cursor:pointer;overflow:hidden;white-space:nowrap;transition:all .6s cubic-bezier(.34,1.56,.64,1)}.icon-roll{transition:transform .6s cubic-bezier(.34,1.56,.64,1)}.home-btn{background:#ffffff1f;color:#fff;margin-right:8px;width:40px}.home-btn:hover,.about-btn:hover{background:#fff3}.home-btn:active,.about-btn:active{transform:scale(.9)}.book-btn{background:#fff;color:#000;font-family:var(--font-main, "Inter", sans-serif);font-size:.85rem;font-weight:700;letter-spacing:.05rem;text-transform:uppercase;width:140px;margin-right:8px}.book-btn:hover{background:#e0e0e0;transform:translateY(-1px);box-shadow:0 4px 12px #fff3}.book-btn:active{transform:scale(.97)}.about-btn{background:#ffffff1f;color:#fff;width:40px;margin-right:0}.route-home .home-btn .icon-roll{transform:rotate(0)}.route-booking .book-btn,.route-booking .about-btn{width:0;margin-right:0;padding:0;opacity:0;pointer-events:none}.route-booking .home-btn{width:236px;margin-right:0;background:#ffffff26}.route-booking .home-btn .icon-roll{transform:rotate(360deg)}.route-product .about-btn{width:0;margin-right:0;padding:0;opacity:0;pointer-events:none}.route-product .book-btn{width:188px;margin-right:0}.route-product .home-btn .icon-roll{transform:rotate(0)}@media(max-width:480px){.book-btn{font-size:.75rem;width:130px;margin-right:6px}.home-btn{width:36px;height:36px;margin-right:6px}.about-btn{width:36px;height:36px}.pill-item{height:36px}.route-booking .home-btn{width:178px}.route-product .book-btn{width:172px}}
