*,::before,::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{color:#E8EAED;background:linear-gradient(165deg,#0D1117 0%,#161B22 35%,#1A1F26 100%);min-height:100vh;overflow-x:hidden;touch-action:manipulation;font:16px/1.7 'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:opacity .3s ease}
.axis--container{max-width:1340px;margin:0 auto;padding:0 28px}
.meridian__flow{background:linear-gradient(135deg,#2c323e26 0%,#f33b3314 100%);border-bottom:1px solid #fcfdfd0f;position:relative}
.apex-info__band{padding:14px 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px}
.sigil__nexus{display:flex;flex-direction:row;align-items:center;gap:18px}
.sigil__nexus img{height:85px;width:85px;object-fit:contain}
.entity--wordmark{color:#FCFDFD;letter-spacing:-.02em;font:600 26px 'Space Grotesk',sans-serif}
.herald__ribbon{font-size:15px;color:#B8BEC8;padding:9px 22px;background:linear-gradient(90deg,#f33b331f 0%,#2c323e2e 100%);border-radius:6px;border:1px solid #f33b3340}
.prime__traverse{background:linear-gradient(180deg,#0F1419 0%,#161B22 100%);border-top:1px solid #fcfdfd14;border-bottom:2px solid #f33b334d;position:relative}
.delta-navigation__matrix{padding:0;margin:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px;list-style:none}
.traverse__node{position:relative}
.route--strand{display:block;padding:20px 26px;font-size:16px;font-weight:500;color:#C9D1D9;position:relative;transition:color .25s ease;touch-action:manipulation}
.route--strand::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:3px;background:linear-gradient(90deg,#F33B33 0%,#2C323E 100%);transition:width .3s ease}
.route--strand:hover{color:#FCFDFD}
.route--strand:hover::after{width:85%}
.route--strand:focus{outline:2px solid #F33B33;outline-offset:4px;border-radius:4px}
.theta__dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#1A1F26;border:1px solid #fcfdfd1f;border-radius:8px;padding:12px 0;min-width:220px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1000;box-shadow:0 8px 24px #0006}
.traverse__node:hover .theta__dropdown,.traverse__node:focus-within .theta__dropdown{opacity:1;visibility:visible}
.theta__dropdown a{display:block;padding:12px 22px;color:#B8BEC8;font-size:15px;transition:background .25s ease,color .25s ease}
.theta__dropdown a:hover{background:#f33b331a;color:#FCFDFD}
main{min-height:400px}
.sigma--terminus{background:linear-gradient(180deg,#0D1117 0%,#161B22 100%);border-top:1px solid #fcfdfd14;padding:48px 0 28px;margin-top:80px}
.continuum__lattice{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:45px;margin-bottom:42px}
.segment__prism{flex:1;min-width:0}
.segment__prism h3{color:#FCFDFD;margin-bottom:18px;letter-spacing:-.01em;font:600 18px 'Space Grotesk',sans-serif}
.filament--cascade{list-style:none;padding:0;margin:0}
.filament--cascade li{margin-bottom:11px}
.filament--cascade a{color:#8B949E;font-size:15px;transition:color .3s ease}
.filament--cascade a:hover{color:#F33B33}
.boundary__veil{border-top:1px solid #fcfdfd0f;padding-top:26px;text-align:center;color:#6E7681;font-size:14px}
.quantum--consent__portal{position:fixed;bottom:28px;right:28px;background:linear-gradient(135deg,#1A1F26 0%,#0D1117 100%);border:1px solid #f33b3359;border-radius:12px;padding:28px;max-width:440px;box-shadow:0 12px 48px #0009;z-index:9999;opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease}
.quantum--consent__portal.photon--active{opacity:1;transform:translateY(0)}
.quantum--consent__portal h3{color:#FCFDFD;margin-bottom:14px;font:600 20px 'Space Grotesk',sans-serif}
.quantum--consent__portal p{font-size:15px;line-height:1.65;color:#B8BEC8;margin-bottom:20px}
.archetype__cluster{margin-bottom:18px}
.archetype__cluster label{display:flex;flex-direction:row;align-items:center;gap:12px;font-size:15px;color:#C9D1D9;margin-bottom:10px;cursor:pointer}
.archetype__cluster input[type="checkbox"]{width:20px;height:20px;cursor:pointer;accent-color:#F33B33}
.verdict__constellation{display:flex;flex-direction:row;gap:12px;margin-top:22px}
.verdict--pulse{flex:1;padding:12px 20px;border-radius:8px;border:none;cursor:pointer;transition:opacity .3s ease,transform .2s ease;font:600 15px 'Manrope',sans-serif}
.verdict--pulse:hover{opacity:.85;transform:translateY(-1px)}
.verdict--pulse:focus{outline:3px solid #f33b3380;outline-offset:2px}
.verdict--affirm{background:linear-gradient(135deg,#F33B33 0%,#D32F2A 100%);color:#FCFDFD}
.verdict--decline{background:#8b949e26;color:#B8BEC8;border:1px solid #8b949e4d}
@media (max-width: 968px) {
.apex-info__band{flex-direction:column;align-items:flex-start;gap:18px}
.herald__ribbon{width:100%;text-align:center}
.delta-navigation__matrix{flex-direction:column;align-items:stretch;width:100%}
.route--strand{padding:16px 20px;text-align:center}
.route--strand::after{display:none}
.theta__dropdown{position:static;transform:none;opacity:1;visibility:visible;border:none;padding:0;margin-top:8px;box-shadow:none;background:transparent}
.continuum__lattice{flex-direction:column;gap:32px}
.quantum--consent__portal{right:16px;bottom:16px;left:16px;max-width:none;padding:22px}
.verdict__constellation{flex-direction:column}
}
@media (max-width: 580px) {
.sigil__nexus img{height:65px;width:65px}
.entity--wordmark{font-size:21px}
.herald__ribbon{font-size:14px;padding:8px 16px}
.route--strand{font-size:15px;padding:14px 18px}
}
@media (pointer: coarse) {
.route--strand,.verdict--pulse,.filament--cascade a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.route--strand{min-height:48px}
.verdict--pulse{min-height:48px}
}
@media (prefers-reduced-motion: reduce) {
*,::before,::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
.finlearn-canvas{background:linear-gradient(165deg,#0a0d12 0%,#1a1f2e 50%,#0f1419 100%);color:#FCFDFD;font-family:'Salesforce Sans',Arial,sans-serif;line-height:1.7}
.finlearn-canvas .slds-container--large{max-width:1200px;margin:0 auto;padding:0 2rem}
.finlearn-canvas h1{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:700;line-height:1.15}
.finlearn-canvas h2{font-size:clamp(1.9rem,4vw,2.8rem);font-weight:600;line-height:1.25}
.finlearn-canvas h3{font-size:clamp(1.4rem,3vw,2rem);font-weight:600;line-height:1.3}
.finlearn-canvas h5{font-size:1.1rem;font-weight:500;letter-spacing:.02em}
.finlearn-canvas h6{font-size:.95rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em}
.finlearn-canvas p{font-size:1.05rem;margin-bottom:1.2rem}
.intro-panorama{padding:6rem 0 5rem;position:relative;overflow:hidden}
.intro-panorama::before{content:'';position:absolute;top:-120px;right:-80px;width:420px;height:420px;background:radial-gradient(circle,#f33b3326 0%,transparent 70%);border-radius:50%;z-index:1}
.intro-panorama .slds-container--large{position:relative;z-index:2}
.headline-composite{max-width:850px;margin-bottom:3.5rem}
.headline-composite h1{margin-bottom:1.5rem;position:relative;display:inline-block}
.headline-composite h1::after{content:'';position:absolute;bottom:-12px;left:0;width:90px;height:4px;background:linear-gradient(90deg,#F33B33 0%,transparent 100%)}
.headline-composite .subline-text{font-size:1.25rem;color:#b8bec9;line-height:1.6;margin-top:2rem}
.structure-triple{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:4rem}
.card-accent{background:linear-gradient(135deg,#1e2430 0%,#2a3142 100%);padding:2rem;border-radius:12px;border:1px solid #fcfdfd14;position:relative;transition:all .3s ease}
.card-accent:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0006 0 0 0 1px #f33b3333}
.card-accent::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#F33B33 0%,transparent 100%);border-radius:12px 12px 0 0}
.card-accent h3{color:#FCFDFD;margin-bottom:1rem}
.card-accent p{color:#b8bec9;font-size:1rem;margin-bottom:0}
.icon-marker{width:52px;height:52px;background:#f33b3326;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.icon-marker svg{width:26px;height:26px;fill:#F33B33}
.split-canvas{padding:5rem 0;background:linear-gradient(180deg,#2c323e40 0%,transparent 100%);position:relative}
.split-canvas::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#fcfdfd1a 50%,transparent 100%)}
.grid-asymm{display:grid;grid-template-columns:1.2fr 0.8fr;gap:4rem;align-items:center}
.content-stack h2{margin-bottom:1.8rem;color:#FCFDFD}
.content-stack h6{color:#F33B33;margin-bottom:1rem}
.content-stack p{color:#c5cad3;margin-bottom:1.5rem}
.feature-sequence{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}
.sequence-item{display:flex;gap:1.5rem;align-items:flex-start}
.num-badge{width:42px;height:42px;background:linear-gradient(135deg,#F33B33 0%,#d32d26 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#FCFDFD;flex-shrink:0;box-shadow:0 4px 12px #f33b334d}
.sequence-item h5{margin-bottom:.5rem;color:#FCFDFD}
.sequence-item p{color:#b8bec9;font-size:.95rem;margin:0}
.visual-frame{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 16px 48px #00000080}
.visual-frame img{width:100%;height:auto;display:block;object-fit:cover}
.visual-frame::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid #fcfdfd1a;border-radius:16px;pointer-events:none}
.price-realm{padding:5rem 0;position:relative}
.price-realm::before{content:'';position:absolute;bottom:-100px;left:-100px;width:500px;height:500px;background:radial-gradient(circle,#f33b3314 0%,transparent 70%);border-radius:50%;z-index:1}
.price-realm .slds-container--large{position:relative;z-index:2}
.section-intro{text-align:center;max-width:720px;margin:0 auto 4rem}
.section-intro h6{color:#F33B33;margin-bottom:1rem}
.section-intro h2{margin-bottom:1.5rem}
.section-intro p{color:#b8bec9;font-size:1.1rem}
.pricing-flex{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-bottom:4rem}
.price-box{background:linear-gradient(150deg,#1e2430 0%,#252d3e 100%);border:1px solid #fcfdfd14;border-radius:16px;padding:2.5rem;position:relative;transition:all .3s ease}
.price-box:hover{transform:scale(1.02);border-color:#f33b334d;box-shadow:0 20px 40px #0006}
.price-box.highlight-tier{background:linear-gradient(150deg,#2a1f1e 0%,#3a2a29 100%);border:2px solid #F33B33;box-shadow:0 12px 32px #f33b3333}
.price-box.highlight-tier::before{content:'POPULAIRE';position:absolute;top:-12px;right:30px;background:#F33B33;color:#FCFDFD;padding:.4rem 1.2rem;border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:.05em}
.tier-label{font-size:1.4rem;font-weight:600;color:#FCFDFD;margin-bottom:1rem}
.price-value{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem}
.amount-large{font-size:3.2rem;font-weight:700;color:#F33B33;line-height:1}
.currency-symbol{font-size:1.8rem;font-weight:600;color:#F33B33}
.price-period{font-size:1rem;color:#9aa3b1}
.tier-description{color:#b8bec9;font-size:.95rem;margin-bottom:2rem;min-height:60px}
.features-list{list-style:none;padding:0;margin:0 0 2rem}
.features-list li{padding:.7rem 0;color:#c5cad3;font-size:.95rem;display:flex;align-items:flex-start;gap:.8rem;border-bottom:1px solid #fcfdfd0d}
.features-list li:last-child{border-bottom:none}
.features-list li::before{content:'';color:#F33B33;font-weight:700;flex-shrink:0;font-size:1.1rem}
.btn-enroll{display:inline-block;width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#F33B33 0%,#d32d26 100%);color:#FCFDFD;text-decoration:none;border-radius:8px;font-weight:600;text-align:center;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem;box-shadow:0 4px 12px #f33b334d;position:relative;z-index:10}
.btn-enroll:hover{background:linear-gradient(135deg,#d32d26 0%,#b82620 100%);transform:translateY(-2px);box-shadow:0 8px 20px #f33b3366;color:#FCFDFD}
.btn-enroll:active{transform:translateY(0)}
.price-box.highlight-tier .btn-enroll{background:linear-gradient(135deg,#FCFDFD 0%,#e8e9ea 100%);color:#2C323E;box-shadow:0 4px 12px #fcfdfd33}
.price-box.highlight-tier .btn-enroll:hover{background:linear-gradient(135deg,#e8e9ea 0%,#d4d5d7 100%);box-shadow:0 8px 20px #fcfdfd4d;color:#2C323E}
.testimonial-duo{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}
.testimonial-card{background:linear-gradient(140deg,#1e2430 0%,#252d3e 100%);border:1px solid #fcfdfd14;border-radius:12px;padding:2rem;position:relative}
.testimonial-card::before{content:'"';position:absolute;top:1rem;left:1.5rem;color:#f33b3326;font:5rem/1 Georgia,serif}
.testimonial-content{position:relative;z-index:2;margin-top:2rem}
.testimonial-content p{color:#c5cad3;font-size:1rem;font-style:italic;margin-bottom:1.5rem}
.author-profile{display:flex;align-items:center;gap:1rem}
.author-img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #f33b334d}
.author-details h5{margin:0 0 .3rem;color:#FCFDFD}
.author-role{font-size:.85rem;color:#9aa3b1}
.cta-zone{text-align:center;margin-top:3rem}
.btn-secondary{display:inline-block;padding:1rem 2.5rem;background:transparent;color:#FCFDFD;text-decoration:none;border:2px solid #F33B33;border-radius:8px;font-weight:600;transition:all .3s ease;font-size:1rem;position:relative;z-index:10}
.btn-secondary:hover{background:#F33B33;color:#FCFDFD;transform:translateY(-2px);box-shadow:0 8px 20px #f33b334d}
@media (max-width: 768px) {
.finlearn-canvas .slds-container--large{padding:0 1.5rem}
.intro-panorama{padding:4rem 0 3rem}
.intro-panorama::before{width:280px;height:280px;top:-60px;right:-40px}
.structure-triple{grid-template-columns:1fr;gap:1.5rem}
.grid-asymm{grid-template-columns:1fr;gap:2.5rem}
.split-canvas{padding:3rem 0}
.price-realm{padding:3rem 0}
.pricing-flex{grid-template-columns:1fr;gap:2rem}
.testimonial-duo{grid-template-columns:1fr;gap:1.5rem}
.section-intro{margin-bottom:3rem}
.price-box{padding:2rem}
.amount-large{font-size:2.5rem}
}
.ritournelle-main{background:linear-gradient(165deg,#0a0d12 0%,#1a1f2b 50%,#0f1419 100%);min-height:600px;position:relative;overflow:hidden}
.ritournelle-main::before{content:'';position:absolute;top:-50%;right:-10%;width:70%;height:200%;background:radial-gradient(circle,#f33b3314 0%,transparent 70%);pointer-events:none}
.solfege-container{max-width:1200px;margin:0 auto;padding:0 20px}
.maestro-hero-block{padding:120px 0 90px;position:relative}
.maestro-hero-block .cadence-title{font-size:3.8rem;font-weight:800;color:#FCFDFD;line-height:1.15;margin-bottom:28px;letter-spacing:-.02em}
.maestro-hero-block .cadence-title::after{content:'';display:block;width:85px;height:5px;background:linear-gradient(90deg,#F33B33 0%,#f33b334d 100%);margin-top:22px;border-radius:3px}
.maestro-hero-block .legato-description{font-size:1.35rem;color:#b8bcc4;line-height:1.7;max-width:720px;margin-bottom:45px}
.maestro-hero-block .aria-cta-primary{display:inline-block;background:linear-gradient(135deg,#F33B33 0%,#d42e28 100%);color:#FCFDFD;padding:18px 42px;font-size:1.1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 8px 24px #f33b3340}
.maestro-hero-block .aria-cta-primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px #f33b3359;background:linear-gradient(135deg,#ff4239 0%,#F33B33 100%)}
.tremolo-webinar-grid{padding:95px 0;background:#0d1117;position:relative}
.tremolo-webinar-grid::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#fcfdfd1a 50%,transparent 100%)}
.tremolo-webinar-grid .fortissimo-section-header{text-align:center;margin-bottom:65px}
.tremolo-webinar-grid .fortissimo-section-header h2{font-size:2.8rem;color:#FCFDFD;font-weight:700;margin-bottom:18px;position:relative;display:inline-block}
.tremolo-webinar-grid .fortissimo-section-header h2::before{content:'';position:absolute;left:-45px;top:50%;transform:translateY(-50%);width:32px;height:32px;background:linear-gradient(135deg,#f33b3333,#f33b330d);border-radius:50%;border:2px solid #f33b334d}
.tremolo-webinar-grid .pianissimo-subtitle{font-size:1.2rem;color:#8a8f98;max-width:650px;margin:0 auto;line-height:1.6}
.crescendo-cards-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:38px;max-width:1100px;margin:0 auto}
.vibrato-card-item{background:linear-gradient(145deg,#151a24 0%,#1a2030 100%);border-radius:12px;padding:45px 40px;border:1px solid #fcfdfd14;transition:all .4s ease;position:relative;overflow:hidden}
.vibrato-card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#F33B33 0%,transparent 100%);opacity:0;transition:opacity .4s ease}
.vibrato-card-item:hover{transform:translateY(-6px);border-color:#f33b334d;box-shadow:0 16px 48px #0006}
.vibrato-card-item:hover::before{opacity:1}
.vibrato-card-item h3{font-size:1.65rem;color:#FCFDFD;margin-bottom:16px;font-weight:700}
.vibrato-card-item .andante-card-text{font-size:1.05rem;color:#9ca3af;line-height:1.75;margin-bottom:25px}
.vibrato-card-item .staccato-feature-list{list-style:none;padding:0;margin:0}
.vibrato-card-item .staccato-feature-list li{font-size:1rem;color:#b8bcc4;padding-left:32px;margin-bottom:14px;position:relative;line-height:1.6}
.vibrato-card-item .staccato-feature-list li::before{content:'';position:absolute;left:0;top:8px;width:18px;height:18px;background:linear-gradient(135deg,#F33B33 0%,#f33b3399 100%);border-radius:50%;box-shadow:0 0 12px #f33b3366}
.arpeggio-instructor-segment{padding:100px 0;background:linear-gradient(175deg,#0f1419 0%,#1c2230 100%);position:relative}
.arpeggio-instructor-segment::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#fcfdfd1a 50%,transparent 100%)}
.diminuendo-flex-container{display:flex;flex-direction:row;align-items:center;gap:70px;max-width:1150px;margin:0 auto}
.scherzo-visual-side{flex:0 0 480px;position:relative}
.scherzo-visual-side img{width:100%;height:520px;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #00000080;border:2px solid #fcfdfd1a}
.allegro-content-side{flex:1}
.allegro-content-side h2{font-size:2.6rem;color:#FCFDFD;font-weight:700;margin-bottom:28px;line-height:1.25}
.allegro-content-side h5{font-size:1.3rem;color:#F33B33;font-weight:600;margin-bottom:20px;text-transform:uppercase;letter-spacing:.05em}
.allegro-content-side .moderato-paragraph{font-size:1.1rem;color:#a1a7b1;line-height:1.8;margin-bottom:22px}
.polyphony-testimonial-zone{padding:95px 0 110px;background:#0a0d12}
.polyphony-testimonial-zone .grazioso-header-center{text-align:center;margin-bottom:70px}
.polyphony-testimonial-zone .grazioso-header-center h2{font-size:2.9rem;color:#FCFDFD;font-weight:700;margin-bottom:16px}
.polyphony-testimonial-zone .grazioso-header-center h6{font-size:1.15rem;color:#7d838f;font-weight:400}
.fugue-testimonial-layout{display:grid;grid-template-columns:1fr 1fr;gap:55px;max-width:1100px;margin:0 auto}
.cantabile-testimonial-box{background:linear-gradient(160deg,#151921 0%,#1d2432 100%);padding:50px 45px;border-radius:14px;border:1px solid #fcfdfd0f;position:relative;transition:all .35s ease}
.cantabile-testimonial-box::after{content:'';position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;background:linear-gradient(135deg,#f33b3326,transparent);border-radius:14px;opacity:0;transition:opacity .35s ease;z-index:-1}
.cantabile-testimonial-box:hover{transform:translateY(-5px);box-shadow:0 18px 45px #00000073}
.cantabile-testimonial-box:hover::after{opacity:1}
.vivace-profile-section{display:flex;flex-direction:row;align-items:center;gap:22px;margin-bottom:30px}
.vivace-profile-section img{width:75px;height:75px;border-radius:50%;object-fit:cover;border:3px solid #f33b334d;box-shadow:0 6px 20px #0000004d}
.adagio-name-role h4{font-size:1.35rem;color:#FCFDFD;font-weight:600;margin-bottom:6px}
.adagio-name-role h6{font-size:1rem;color:#7d838f;font-weight:400}
.cantabile-testimonial-box .presto-quote-text{font-size:1.08rem;color:#a8aeb8;line-height:1.8;font-style:italic;position:relative;padding-left:28px}
.cantabile-testimonial-box .presto-quote-text::before{content:'"';position:absolute;left:0;top:-8px;color:#f33b3340;font:3.5rem/1 Georgia,serif}
@media (max-width: 1024px) {
.solfege-container{padding:0 30px}
.maestro-hero-block .cadence-title{font-size:3.2rem}
.crescendo-cards-wrapper{grid-template-columns:1fr;gap:32px}
.diminuendo-flex-container{flex-direction:column;gap:50px}
.scherzo-visual-side{flex:0 0 auto;width:100%}
.scherzo-visual-side img{height:450px}
.fugue-testimonial-layout{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.maestro-hero-block{padding:80px 0 60px}
.maestro-hero-block .cadence-title{font-size:2.4rem}
.maestro-hero-block .legato-description{font-size:1.15rem}
.tremolo-webinar-grid{padding:70px 0}
.tremolo-webinar-grid .fortissimo-section-header h2{font-size:2.2rem}
.tremolo-webinar-grid .fortissimo-section-header h2::before{display:none}
.vibrato-card-item{padding:35px 28px}
.arpeggio-instructor-segment{padding:70px 0}
.scherzo-visual-side img{height:380px}
.allegro-content-side h2{font-size:2.1rem}
.polyphony-testimonial-zone{padding:70px 0 80px}
.polyphony-testimonial-zone .grazioso-header-center h2{font-size:2.3rem}
.cantabile-testimonial-box{padding:38px 30px}
.vivace-profile-section{flex-direction:column;align-items:flex-start;gap:18px}
}
@media (max-width: 480px) {
.maestro-hero-block .cadence-title{font-size:2rem}
.maestro-hero-block .aria-cta-primary{padding:15px 32px;font-size:1rem}
.tremolo-webinar-grid .fortissimo-section-header h2{font-size:1.9rem}
.tremolo-webinar-grid .pianissimo-subtitle{font-size:1.05rem}
.vibrato-card-item h3{font-size:1.4rem}
.allegro-content-side h2{font-size:1.8rem}
.polyphony-testimonial-zone .grazioso-header-center h2{font-size:2rem}
}
.prism-hero{background:linear-gradient(165deg,#1a1d26 0%,#2C323E 50%,#1e2229 100%);padding:120px 0 100px;position:relative;overflow:hidden}
.prism-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#f33b3314 0%,transparent 70%);border-radius:50%;pointer-events:none}
.prism-hero .container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:80px;position:relative;z-index:2}
.symphony-text{flex:1;min-width:0}
.symphony-text h1{font-size:3.2rem;font-weight:700;color:#FCFDFD;line-height:1.2;margin-bottom:32px;letter-spacing:-.02em}
.symphony-text h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#F33B33 0%,transparent 100%);margin-top:24px}
.symphony-text p{font-size:1.15rem;color:#d4d6db;line-height:1.7;margin-bottom:40px}
.canvas-visual{flex:0 0 420px;height:320px;position:relative}
.canvas-visual img{width:100%;height:100%;object-fit:cover;border-radius:8px;box-shadow:0 20px 60px #0006}
.motif-action{display:inline-flex;align-items:center;gap:12px;padding:16px 36px;background:#F33B33;color:#FCFDFD;font-size:1.05rem;font-weight:600;border-radius:6px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #f33b334d}
.motif-action:hover{background:#d63229;transform:translateY(-2px);box-shadow:0 6px 20px #f33b3366}
.allegro-foundations{padding:100px 0;background:#16181f;position:relative}
.allegro-foundations .container{max-width:1200px;margin:0 auto;padding:0 20px}
.tempo-header{text-align:center;max-width:800px;margin:0 auto 70px}
.tempo-header h2{font-size:2.6rem;font-weight:700;color:#FCFDFD;margin-bottom:20px;position:relative;display:inline-block}
.tempo-header h2::before{content:'';position:absolute;left:-60px;top:50%;transform:translateY(-50%);width:40px;height:2px;background:#F33B33}
.tempo-header p{font-size:1.1rem;color:#b8bbc3;line-height:1.6}
.rhythm-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px 60px}
.chord-item{display:flex;gap:24px;align-items:flex-start}
.chord-icon{flex:0 0 56px;height:56px;background:linear-gradient(135deg,#2C323E 0%,#1e2229 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#F33B33;border:1px solid #f33b3333}
.chord-content h3{font-size:1.4rem;font-weight:600;color:#FCFDFD;margin-bottom:12px}
.chord-content p{font-size:1rem;color:#a8abb5;line-height:1.6}
.crescendo-dual{padding:100px 0;background:linear-gradient(180deg,#1a1d26 0%,#141720 100%)}
.crescendo-dual .container{max-width:1300px;margin:0 auto;padding:0 20px;display:flex;gap:80px;align-items:center}
.verso-content{flex:1;min-width:0}
.verso-content h2{font-size:2.4rem;font-weight:700;color:#FCFDFD;margin-bottom:28px;line-height:1.3}
.verso-content h2::before{content:'▸';color:#F33B33;margin-right:16px;font-size:1.8rem}
.verso-content p{font-size:1.05rem;color:#c2c5ce;line-height:1.7;margin-bottom:20px}
.verso-content p:last-of-type{margin-bottom:36px}
.verse-visual{flex:0 0 480px;height:360px}
.verse-visual img{width:100%;height:100%;object-fit:cover;border-radius:8px;box-shadow:0 15px 50px #00000080}
.stanza-link{display:inline-flex;align-items:center;gap:10px;color:#F33B33;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s ease}
.stanza-link:hover{gap:14px;color:#ff5449}
.stanza-link::after{content:'→';font-size:1.2rem}
.sonata-sequence{padding:100px 0;background:#16181f}
.sonata-sequence .container{max-width:1200px;margin:0 auto;padding:0 20px}
.sonata-sequence .tempo-header{margin-bottom:80px}
.phase-timeline{position:relative;padding-left:80px}
.phase-timeline::before{content:'';position:absolute;left:28px;top:30px;bottom:30px;width:3px;background:linear-gradient(180deg,#F33B33 0%,#f33b3333 100%)}
.opus-step{position:relative;margin-bottom:60px;padding-left:40px}
.opus-step:last-child{margin-bottom:0}
.opus-marker{position:absolute;left:-52px;top:8px;width:56px;height:56px;background:#2C323E;border:3px solid #F33B33;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#FCFDFD;z-index:2}
.opus-step h4{font-size:1.5rem;font-weight:600;color:#FCFDFD;margin-bottom:14px}
.opus-step p{font-size:1rem;color:#a8abb5;line-height:1.6}
.refrain-showcase{padding:100px 0;background:linear-gradient(165deg,#1e2229 0%,#141720 100%);position:relative;overflow:hidden}
.refrain-showcase::after{content:'';position:absolute;bottom:-40%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#f33b330f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.refrain-showcase .container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.refrain-showcase .tempo-header{margin-bottom:60px}
.tableau-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.frame-card{background:#1a1d26;border-radius:8px;overflow:hidden;transition:all .3s ease;border:1px solid #fcfdfd1a}
.frame-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0006;border-color:#f33b334d}
.frame-image{width:100%;height:220px;overflow:hidden}
.frame-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.frame-card:hover .frame-image img{transform:scale(1.08)}
.frame-text{padding:28px}
.frame-text h5{font-size:1.3rem;font-weight:600;color:#FCFDFD;margin-bottom:12px}
.frame-text p{font-size:.95rem;color:#a8abb5;line-height:1.6}
.aria-testimony{padding:100px 0;background:#16181f}
.aria-testimony .container{max-width:1000px;margin:0 auto;padding:0 20px}
.lyric-quote{background:linear-gradient(135deg,#2C323E 0%,#1e2229 100%);padding:50px 60px;border-radius:12px;border-left:5px solid #F33B33;box-shadow:0 10px 40px #0000004d}
.lyric-quote blockquote{margin:0 0 32px;font-size:1.2rem;color:#d4d6db;line-height:1.7;font-style:italic}
.lyric-quote blockquote::before{content:'"';font-size:3rem;color:#F33B33;line-height:0;display:block;margin-bottom:20px}
.voice-profile{display:flex;align-items:center;gap:24px}
.voice-avatar{width:70px;height:70px;border-radius:50%;overflow:hidden;border:3px solid #f33b334d}
.voice-avatar img{width:100%;height:100%;object-fit:cover}
.voice-info h6{font-size:1.15rem;font-weight:600;color:#FCFDFD;margin-bottom:6px}
.voice-info p{font-size:.95rem;color:#a8abb5}
.finale-call{padding:100px 0;background:linear-gradient(180deg,#1a1d26 0%,#2C323E 100%);position:relative}
.finale-call::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#F33B33 50%,transparent 100%)}
.finale-call .container{max-width:900px;margin:0 auto;padding:0 20px;text-align:center}
.finale-call h2{font-size:2.8rem;font-weight:700;color:#FCFDFD;margin-bottom:24px;line-height:1.2}
.finale-call p{font-size:1.15rem;color:#c2c5ce;line-height:1.7;margin-bottom:44px}
.encore-actions{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}
.encore-primary{padding:18px 42px;background:#F33B33;color:#FCFDFD;font-size:1.05rem;font-weight:600;border-radius:6px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #f33b334d}
.encore-primary:hover{background:#d63229;transform:translateY(-2px);box-shadow:0 6px 20px #f33b3366}
.encore-secondary{padding:18px 42px;background:transparent;color:#FCFDFD;font-size:1.05rem;font-weight:600;border-radius:6px;text-decoration:none;border:2px solid #FCFDFD;transition:all .3s ease}
.encore-secondary:hover{background:#FCFDFD;color:#2C323E;transform:translateY(-2px)}
@media (max-width: 1024px) {
.prism-hero .container{gap:50px}
.canvas-visual{flex:0 0 360px;height:280px}
.rhythm-grid{gap:40px 50px}
.crescendo-dual .container{gap:60px}
.verse-visual{flex:0 0 400px;height:320px}
.tableau-grid{grid-template-columns:repeat(2,1fr);gap:35px}
}
@media (max-width: 768px) {
.prism-hero{padding:80px 0 60px}
.prism-hero .container{flex-direction:column;gap:40px}
.canvas-visual{flex:0 0 auto;width:100%;height:280px}
.symphony-text h1{font-size:2.4rem}
.allegro-foundations{padding:70px 0}
.tempo-header h2{font-size:2rem}
.tempo-header h2::before{display:none}
.rhythm-grid{grid-template-columns:1fr;gap:35px}
.crescendo-dual{padding:70px 0}
.crescendo-dual .container{flex-direction:column;gap:40px}
.verse-visual{flex:0 0 auto;width:100%;height:280px}
.verso-content h2{font-size:1.9rem}
.sonata-sequence{padding:70px 0}
.phase-timeline{padding-left:0}
.phase-timeline::before{display:none}
.opus-step{padding-left:0;margin-bottom:45px}
.opus-marker{position:relative;left:0;top:0;margin-bottom:16px}
.refrain-showcase{padding:70px 0}
.tableau-grid{grid-template-columns:1fr;gap:30px}
.aria-testimony{padding:70px 0}
.lyric-quote{padding:35px 28px}
.finale-call{padding:70px 0}
.finale-call h2{font-size:2.2rem}
.encore-actions{flex-direction:column;align-items:stretch}
.encore-primary,.encore-secondary{text-align:center}
}
@media (max-width: 480px) {
.symphony-text h1{font-size:2rem}
.tempo-header h2{font-size:1.7rem}
.verso-content h2{font-size:1.6rem}
.chord-item{flex-direction:column;gap:16px}
.finale-call h2{font-size:1.8rem}
}
.flux_orbit{background:linear-gradient(165deg,#0a0d14 0%,#1a1f2e 45%,#2C323E 100%);min-height:600px;position:relative;overflow:hidden}
.flux_orbit::before{content:'';position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(ellipse at center,#f33b3314 0%,transparent 70%);pointer-events:none}
.axiom_layer{max-width:1200px;margin:0 auto;padding:80px 20px;position:relative;z-index:2}
.axiom_layer h1{font-size:3.2rem;color:#FCFDFD;margin-bottom:18px;font-weight:700;line-height:1.15}
.axiom_layer .prose_dim{font-size:1.15rem;color:#b8bcc8;max-width:580px;line-height:1.7;margin-bottom:0}
.meridian_split{display:grid;grid-template-columns:1fr 1fr;gap:60px;max-width:1200px;margin:0 auto;padding:70px 20px}
.meridian_split .channel_alpha{background:linear-gradient(135deg,#1e2433 0%,#252b3d 100%);padding:45px;border-radius:12px;border-left:4px solid #F33B33}
.meridian_split .channel_alpha h2{font-size:1.5rem;color:#FCFDFD;margin-bottom:22px;font-weight:600}
.meridian_split .channel_alpha .info_line{display:flex;align-items:center;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #fcfdfd14}
.meridian_split .channel_alpha .info_line:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.meridian_split .channel_alpha .icon_node{width:44px;height:44px;background:#f33b331f;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0}
.meridian_split .channel_alpha .icon_node svg{width:22px;height:22px;fill:#F33B33}
.meridian_split .channel_alpha .text_ember{color:#d4d7e0;font-size:.98rem;line-height:1.5}
.meridian_split .channel_alpha .text_ember strong{color:#FCFDFD;font-weight:600}
.meridian_split .form_theta{background:#1a1f2e;padding:45px;border-radius:12px;box-shadow:0 8px 30px #0000004d}
.meridian_split .form_theta h2{font-size:1.6rem;color:#FCFDFD;margin-bottom:12px;font-weight:600}
.meridian_split .form_theta .lead_hint{color:#9ca3b8;font-size:.95rem;margin-bottom:32px;line-height:1.6}
.meridian_split .form_theta .slds-form-element{margin-bottom:24px}
.meridian_split .form_theta label{display:block;font-size:.92rem;color:#c5c9d6;margin-bottom:8px;font-weight:500}
.meridian_split .form_theta input,.meridian_split .form_theta textarea,.meridian_split .form_theta select{width:100%;padding:13px 16px;background:#0f1219;border:1px solid #333947;border-radius:6px;color:#FCFDFD;font-size:.96rem;transition:all .3s ease}
.meridian_split .form_theta input:focus,.meridian_split .form_theta textarea:focus,.meridian_split .form_theta select:focus{outline:none;border-color:#F33B33;box-shadow:0 0 0 3px #f33b3326}
.meridian_split .form_theta textarea{min-height:120px;resize:vertical}
.meridian_split .form_theta .consent_wrap{display:flex;align-items:flex-start;margin-top:28px;margin-bottom:28px;padding:16px;background:#f33b330d;border-radius:6px}
.meridian_split .form_theta .consent_wrap input[type="checkbox"]{width:auto;margin-right:12px;margin-top:3px;flex-shrink:0}
.meridian_split .form_theta .consent_wrap label{margin-bottom:0;font-size:.88rem;color:#b0b5c6;line-height:1.5}
.meridian_split .form_theta .consent_wrap a{color:#F33B33;text-decoration:underline;transition:color .2s ease}
.meridian_split .form_theta .consent_wrap a:hover{color:#ff5147}
.meridian_split .form_theta .submit_apex{width:100%;padding:15px 32px;background:linear-gradient(135deg,#F33B33 0%,#d42e27 100%);border:none;border-radius:6px;color:#FCFDFD;font-size:1.02rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #f33b3340}
.meridian_split .form_theta .submit_apex:hover{transform:translateY(-2px);box-shadow:0 6px 22px #f33b3359;background:linear-gradient(135deg,#ff4139 0%,#f33b33 100%)}
.helix_band{background:linear-gradient(180deg,#0d1018 0%,#1a1f2e 100%);padding:70px 20px;position:relative}
.helix_band::after{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#F33B33 50%,transparent 100%)}
.helix_band .axiom_layer{padding:0}
.helix_band h2{font-size:2.2rem;color:#FCFDFD;text-align:center;margin-bottom:16px;font-weight:600}
.helix_band .subtitle_vec{text-align:center;color:#8f95a8;font-size:1.05rem;max-width:640px;margin:0 auto 50px;line-height:1.65}
.phase_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1100px;margin:0 auto}
.phase_grid .card_prism{background:#1e2433;padding:36px 28px;border-radius:10px;border-top:3px solid #F33B33;transition:all .3s ease;position:relative}
.phase_grid .card_prism:hover{transform:translateY(-5px);box-shadow:0 12px 28px #0006}
.phase_grid .card_prism h3{font-size:1.3rem;color:#FCFDFD;margin-bottom:14px;font-weight:600}
.phase_grid .card_prism .desc_flux{color:#b0b5c6;font-size:.95rem;line-height:1.65;margin-bottom:0}
.void_panel{background:#0a0d14;padding:65px 20px}
.void_panel .axiom_layer{padding:0;text-align:center}
.void_panel h2{font-size:2rem;color:#FCFDFD;margin-bottom:18px;font-weight:600}
.void_panel .closing_text{font-size:1.08rem;color:#9ca3b8;max-width:680px;margin:0 auto 38px;line-height:1.7}
.void_panel .action_nexus{display:inline-block;padding:16px 42px;background:transparent;border:2px solid #F33B33;border-radius:6px;color:#FCFDFD;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s ease;position:relative;z-index:5}
.void_panel .action_nexus:hover{background:#F33B33;transform:scale(1.05);box-shadow:0 6px 20px #f33b334d}
@media (max-width: 968px) {
.meridian_split{grid-template-columns:1fr;gap:40px;padding:50px 20px}
.phase_grid{grid-template-columns:1fr;gap:24px}
.axiom_layer h1{font-size:2.4rem}
.helix_band h2,.void_panel h2{font-size:1.8rem}
}
@media (max-width: 640px) {
.axiom_layer{padding:60px 16px}
.axiom_layer h1{font-size:2rem}
.meridian_split .channel_alpha,.meridian_split .form_theta{padding:32px 24px}
.helix_band,.void_panel{padding:50px 16px}
}
.gy67-aurora{background:linear-gradient(165deg,#0a0e14 0%,#1a1f2c 50%,#2C323E 100%);color:#FCFDFD;min-height:100vh}
.gy67-aurora .container{max-width:1200px;margin:0 auto;padding:0 20px}
.gy67-prism-hero{padding:120px 0 80px;position:relative;overflow:hidden}
.gy67-prism-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#f33b3326 0%,transparent 70%);border-radius:50%;animation:gy67pulse 8s ease-in-out infinite}
@keyframes gy67pulse {
0%,100%{transform:scale(1) translateY(0);opacity:.5}
50%{transform:scale(1.2) translateY(-30px);opacity:.8}
}
.gy67-hero-grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:60px;align-items:center;position:relative;z-index:2}
.gy67-hero-txt h1{font-size:3.2rem;font-weight:700;line-height:1.15;margin-bottom:24px;color:#FCFDFD}
.gy67-hero-txt h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#F33B33 0%,transparent 100%);margin-top:20px}
.gy67-hero-txt p{font-size:1.15rem;line-height:1.7;color:#c5c9d0;margin-bottom:32px}
.gy67-hero-visual{position:relative}
.gy67-hero-visual img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #0006;border:1px solid #fcfdfd1a}
.gy67-btn-cascade{display:inline-block;padding:16px 36px;background:linear-gradient(135deg,#F33B33 0%,#d12e28 100%);color:#FCFDFD;text-decoration:none;font-weight:600;font-size:1.05rem;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 20px #f33b334d;position:relative;z-index:10}
.gy67-btn-cascade:hover{transform:translateY(-2px);box-shadow:0 6px 30px #f33b3380;background:linear-gradient(135deg,#d12e28 0%,#F33B33 100%);color:#FCFDFD}
.gy67-math-section{padding:100px 0;background:linear-gradient(180deg,#0f1419 0%,#1a1f2c 100%);position:relative}
.gy67-math-section::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#F33B33 50%,transparent 100%)}
.gy67-grid-asymm{display:grid;grid-template-columns:0.9fr 1.1fr;gap:80px;align-items:start}
.gy67-img-frame{position:relative;border-radius:8px;overflow:hidden}
.gy67-img-frame::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#F33B33,#2C323E,#F33B33);z-index:-1;border-radius:8px}
.gy67-img-frame img{width:100%;height:500px;object-fit:cover;display:block;border-radius:8px}
.gy67-content-stack h2{font-size:2.5rem;font-weight:700;margin-bottom:20px;color:#FCFDFD;position:relative;padding-left:20px}
.gy67-content-stack h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:60%;background:#F33B33;border-radius:3px}
.gy67-content-stack h5{font-size:1.35rem;font-weight:600;margin:32px 0 14px;color:#F33B33}
.gy67-content-stack p{font-size:1.05rem;line-height:1.75;color:#b8bcc4;margin-bottom:18px}
.gy67-roles-matrix{padding:90px 0;background:#2C323E;position:relative}
.gy67-roles-hdr{text-align:center;margin-bottom:70px;max-width:800px;margin-left:auto;margin-right:auto}
.gy67-roles-hdr h2{font-size:2.7rem;font-weight:700;color:#FCFDFD;margin-bottom:16px}
.gy67-roles-hdr h2::after{content:'';display:block;width:60px;height:3px;background:#F33B33;margin:20px auto 0}
.gy67-roles-hdr p{font-size:1.1rem;line-height:1.7;color:#c5c9d0}
.gy67-cards-flex{display:flex;gap:30px;flex-wrap:wrap;justify-content:center}
.gy67-role-card{background:linear-gradient(145deg,#1a1f2c 0%,#0f1419 100%);border:1px solid #fcfdfd14;border-radius:10px;padding:40px 32px;width:calc(33.333% - 20px);min-width:280px;transition:all .4s ease;position:relative;overflow:hidden}
.gy67-role-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#F33B33 0%,transparent 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.gy67-role-card:hover::before{transform:scaleX(1)}
.gy67-role-card:hover{transform:translateY(-8px);border-color:#f33b334d;box-shadow:0 15px 40px #f33b3333}
.gy67-role-card h6{font-size:1.45rem;font-weight:700;color:#FCFDFD;margin-bottom:16px}
.gy67-role-card p{font-size:1rem;line-height:1.7;color:#b8bcc4;margin-bottom:24px}
.gy67-role-details{display:flex;flex-direction:column;gap:12px}
.gy67-detail-row{display:flex;align-items:center;gap:10px;font-size:.95rem;color:#c5c9d0}
.gy67-detail-row::before{content:'→';color:#F33B33;font-weight:700;font-size:1.2rem}
.gy67-profile-zone{padding:100px 0;background:linear-gradient(180deg,#0a0e14 0%,#1a1f2c 100%)}
.gy67-profile-layout{display:grid;grid-template-columns:400px 1fr;gap:70px;align-items:center}
.gy67-profile-img-wrap{position:relative}
.gy67-profile-img-wrap::before{content:'';position:absolute;top:-15px;left:-15px;right:15px;bottom:15px;border:2px solid #F33B33;border-radius:8px;z-index:-1}
.gy67-profile-img-wrap img{width:100%;height:480px;object-fit:cover;border-radius:8px;display:block}
.gy67-profile-content h3{font-size:2.3rem;font-weight:700;color:#FCFDFD;margin-bottom:12px}
.gy67-profile-content h6{font-size:1.2rem;font-weight:600;color:#F33B33;margin-bottom:28px}
.gy67-profile-content p{font-size:1.05rem;line-height:1.8;color:#b8bcc4;margin-bottom:20px}
.gy67-profile-content blockquote{border-left:4px solid #F33B33;padding-left:24px;margin:32px 0;font-style:italic;color:#d4d7de;font-size:1.1rem;line-height:1.7}
.gy67-divider-wave{width:100%;height:80px;background:#2C323E;position:relative;overflow:hidden}
.gy67-divider-wave::before{content:'';position:absolute;top:0;left:-100%;width:200%;height:100%;background:repeating-linear-gradient(90deg,transparent,transparent 40px,#f33b331a 40px,#f33b331a 80px);animation:gy67wave 15s linear infinite}
@keyframes gy67wave {
0%{transform:translateX(0)}
100%{transform:translateX(50%)}
}
@media (max-width: 1024px) {
.gy67-hero-grid{grid-template-columns:1fr;gap:40px}
.gy67-hero-txt h1{font-size:2.5rem}
.gy67-grid-asymm{grid-template-columns:1fr;gap:50px}
.gy67-profile-layout{grid-template-columns:1fr;gap:40px}
.gy67-profile-img-wrap{max-width:400px;margin:0 auto}
}
@media (max-width: 768px) {
.gy67-prism-hero{padding:80px 0 60px}
.gy67-hero-txt h1{font-size:2rem}
.gy67-hero-visual img{height:300px}
.gy67-role-card{width:100%}
.gy67-content-stack h2{font-size:2rem}
.gy67-roles-hdr h2{font-size:2rem}
.gy67-img-frame img{height:350px}
.gy67-profile-img-wrap img{height:400px}
.gy67-profile-content h3{font-size:1.8rem}
}
.preferences-container{background:linear-gradient(135deg,#1c1f28 0%,#2C323E 100%);color:#FCFDFD;padding:3rem 1.5rem;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.7;max-width:1200px;margin:0 auto}
.preferences-container h1{font-size:2.8rem;font-weight:700;margin-bottom:2rem;color:#FCFDFD;text-shadow:0 0 20px #f33b334d}
.preferences-container h2{font-size:2rem;font-weight:600;margin-top:3rem;margin-bottom:1.5rem;color:#FCFDFD;border-left:4px solid #F33B33;padding-left:1rem}
.preferences-container h3{font-size:1.5rem;font-weight:600;margin-top:2.5rem;margin-bottom:1.2rem;color:#FCFDFD}
.preferences-container h4{font-size:1.2rem;font-weight:500;margin-top:2rem;margin-bottom:1rem;color:#FCFDFD}
.preferences-container p{margin-bottom:1.2rem;color:#d4d8dd;font-size:1.05rem}
.preferences-container ul{margin:1.5rem 0;padding-left:0;list-style:none}
.preferences-container li{margin-bottom:1.5rem;padding-left:2rem;position:relative;color:#d4d8dd;font-size:1.05rem}
.preferences-container li::before{content:"▸";position:absolute;left:0;color:#F33B33;font-weight:700}
.preferences-container .intro-section{background:#f33b3314;padding:2rem;border-radius:8px;margin-bottom:2rem;box-shadow:0 4px 20px #0006}
.preferences-container .content-block{background:#2c323e66;padding:2rem;border-radius:8px;margin:2rem 0;border:1px solid #fcfdfd1a;box-shadow:0 2px 15px #0000004d}
.preferences-container .highlight-text{color:#F33B33;font-weight:500}
.privacy-policy-container{background:linear-gradient(135deg,#1c1f28 0%,#2C323E 100%);color:#FCFDFD;padding:4rem 2rem;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7;min-height:100vh}
.privacy-policy-container .content-wrapper{max-width:920px;margin:0 auto;background:#2c323e66;padding:3.5rem;border-radius:16px;box-shadow:0 8px 32px #0000004d 0 0 1px #f33b3333}
.privacy-policy-container h1{font-size:2.75rem;font-weight:700;margin-bottom:1.5rem;color:#FCFDFD;letter-spacing:-.02em;text-shadow:0 2px 12px #f33b334d;border-bottom:3px solid #F33B33;padding-bottom:1rem}
.privacy-policy-container h2{font-size:1.85rem;font-weight:600;margin-top:3rem;margin-bottom:1.25rem;color:#FCFDFD;position:relative;padding-left:1.25rem}
.privacy-policy-container h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:70%;background:linear-gradient(180deg,#F33B33 0%,#f33b3366 100%);border-radius:2px;box-shadow:0 0 8px #f33b3366}
.privacy-policy-container h3{font-size:1.4rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#FCFDFD;opacity:.95}
.privacy-policy-container h4{font-size:1.15rem;font-weight:500;margin-top:1.5rem;margin-bottom:.75rem;color:#FCFDFD;opacity:.9}
.privacy-policy-container p{margin-bottom:1.25rem;color:#fcfdfdde;font-size:1.05rem}
.privacy-policy-container .intro-text{font-size:1.15rem;line-height:1.8;color:#fcfdfde6;margin-bottom:2.5rem;padding:1.5rem;background:#f33b3314;border-left:3px solid #F33B33;border-radius:6px}
.privacy-policy-container ul{margin:1.25rem 0;padding-left:0;list-style:none}
.privacy-policy-container li{margin-bottom:1rem;padding-left:2rem;position:relative;color:#fcfdfdd9;font-size:1.02rem}
.privacy-policy-container li::before{content:'→';position:absolute;left:.5rem;color:#F33B33;font-weight:600;text-shadow:0 0 6px #f33b3366}
.privacy-policy-container .section-divider{height:1px;background:linear-gradient(90deg,transparent 0%,#f33b334d 50%,transparent 100%);margin:2.5rem 0}
.privacy-policy-container .highlight-box{background:#2c323e99;padding:1.5rem;border-radius:8px;margin:1.5rem 0;border:1px solid #f33b3333;box-shadow:0 4px 16px #0003}
.privacy-policy-container strong{color:#FCFDFD;font-weight:600}
.privacy-policy-container .last-updated{font-size:.95rem;color:#fcfdfd99;font-style:italic;margin-top:3rem;text-align:center;padding-top:2rem;border-top:1px solid #f33b3333}
.epoch-confirmation-stage{background:linear-gradient(165deg,#1a1f2b 0%,#2C323E 45%,#252b38 100%);min-height:85vh;display:flex;align-items:center;padding:3rem 0}
.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.phase-receipt-wrapper{background:#2c323e66;border:1px solid #fcfdfd1f;border-radius:12px;padding:4rem 3rem;max-width:780px;margin:0 auto;box-shadow:0 8px 32px #0000004d;position:relative;overflow:hidden}
.phase-receipt-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#F33B33 0%,#f33b3366 100%)}
.cycle-status-mark{width:88px;height:88px;margin:0 auto 2rem;background:linear-gradient(135deg,#F33B33 0%,#d12e28 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 20px #f33b3359}
.cycle-status-mark::after{content:'';font-size:3rem;color:#FCFDFD;font-weight:700;line-height:1}
.moment-headline-primary{font-size:2.2rem;color:#FCFDFD;text-align:center;margin:0 0 1.2rem;font-weight:700;letter-spacing:-.02em;line-height:1.25}
.temporal-subtext-note{font-size:1.1rem;color:#fcfdfdbf;text-align:center;margin:0 0 2.5rem;line-height:1.6}
.interval-detail-section{background:#fcfdfd0a;border-left:3px solid #F33B33;padding:1.8rem 2rem;margin:2rem 0 2.5rem;border-radius:6px}
.sequence-info-label{font-size:.88rem;color:#fcfdfd99;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .6rem;font-weight:600}
.sequence-info-content{font-size:1.05rem;color:#FCFDFD;margin:0 0 1.2rem;line-height:1.5}
.sequence-info-content:last-child{margin-bottom:0}
.span-reference-code{display:inline-block;background:#f33b3326;color:#F33B33;padding:.3rem .75rem;border-radius:4px;letter-spacing:.05em;margin-top:.4rem;font:.95rem monospace}
.nextstep-timeline-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:2.5rem 0}
.phase-item-container{background:#fcfdfd08;border:1px solid #fcfdfd14;border-radius:8px;padding:1.5rem;position:relative;transition:all .3s ease}
.phase-item-container:hover{background:#fcfdfd0f;border-color:#f33b334d;transform:translateX(4px)}
.step-numeric-badge{position:absolute;top:1.5rem;left:1.5rem;width:32px;height:32px;background:#F33B33;color:#FCFDFD;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.phase-item-content{padding-left:3rem}
.phase-heading-text{font-size:1.15rem;color:#FCFDFD;margin:0 0 .6rem;font-weight:600}
.phase-description-text{font-size:.95rem;color:#fcfdfdb3;margin:0;line-height:1.55}
.duration-indicator-span{display:inline-block;font-size:.85rem;color:#f33b33d9;margin-top:.7rem;font-weight:500}
.contact-reach-options{background:linear-gradient(145deg,#2c323e80 0%,#252b3880 100%);border-radius:8px;padding:2rem;margin:2.5rem 0 2rem;text-align:center}
.reach-section-title{font-size:1.3rem;color:#FCFDFD;margin:0 0 1rem;font-weight:600}
.reach-info-paragraph{font-size:.98rem;color:#fcfdfdb3;margin:0 0 1.5rem;line-height:1.6}
.contact-method-list{display:flex;flex-direction:column;gap:.8rem;margin:0;padding:0;list-style:none}
.method-item-entry{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:.95rem;color:#fcfdfdd9}
.method-item-entry::before{content:'•';color:#F33B33;font-size:1.3rem;line-height:1}
.action-navigation-zone{display:flex;gap:1rem;justify-content:center;margin-top:2.5rem;flex-wrap:wrap}
.btn-primary-return{background:linear-gradient(135deg,#F33B33 0%,#d12e28 100%);color:#FCFDFD;padding:.95rem 2.2rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;display:inline-block;transition:all .3s ease;border:none;box-shadow:0 4px 15px #f33b334d;position:relative;z-index:10}
.btn-primary-return:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f33b3366;background:linear-gradient(135deg,#d12e28 0%,#F33B33 100%)}
.btn-secondary-explore{background:#fcfdfd14;color:#FCFDFD;padding:.95rem 2.2rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;display:inline-block;transition:all .3s ease;border:1px solid #fcfdfd26;position:relative;z-index:10}
.btn-secondary-explore:hover{background:#fcfdfd1f;border-color:#fcfdfd40;transform:translateY(-2px)}
.footnote-timestamp-area{text-align:center;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #fcfdfd1a}
.timestamp-quiet-text{font-size:.88rem;color:#fcfdfd80;margin:0}
@media (max-width: 768px) {
.epoch-confirmation-stage{padding:2rem 0;min-height:auto}
.phase-receipt-wrapper{padding:2.5rem 1.5rem;border-radius:8px}
.moment-headline-primary{font-size:1.75rem}
.temporal-subtext-note{font-size:1rem}
.interval-detail-section{padding:1.3rem 1.2rem}
.nextstep-timeline-grid{gap:1rem}
.phase-item-container{padding:1.2rem}
.step-numeric-badge{width:28px;height:28px;font-size:.85rem;top:1.2rem;left:1.2rem}
.phase-item-content{padding-left:2.5rem}
.contact-reach-options{padding:1.5rem}
.action-navigation-zone{flex-direction:column;gap:.8rem}
.btn-primary-return,.btn-secondary-explore{width:100%;text-align:center}
}
@media (max-width: 480px) {
.cycle-status-mark{width:72px;height:72px}
.cycle-status-mark::after{font-size:2.4rem}
.moment-headline-primary{font-size:1.5rem}
.phase-receipt-wrapper{padding:2rem 1.2rem}
}