:root{--bg:#101110;--surface:#191a18;--text:#f3f2ed;--muted:#a2a39d;--accent:#ff5935;--line:#ffffff20;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}p{line-height:1.7}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance}::selection{background:var(--accent);color:#101110}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:6px}.shell{width:min(1280px,calc(100% - 96px));margin-inline:auto}.muted{color:var(--muted)}.accent{color:var(--accent)}.eyebrow{font-size:11px;font-weight:700;letter-spacing:2px;line-height:1.6;margin-bottom:25px}.skip-link{position:fixed;left:20px;top:-100px;z-index:100;background:var(--accent);color:#101110;padding:16px}.skip-link:focus{top:10px}
.site-header{height:88px;border-bottom:1px solid var(--line);position:relative;z-index:20;background:var(--bg)}.header-inner{height:100%;display:flex;align-items:center;justify-content:center}.wordmark{font-size:28px;letter-spacing:-1.7px;font-weight:900;white-space:nowrap}.wordmark>span:first-child{color:var(--accent)}.wordmark .brand-dot{font-size:10px;vertical-align:top;display:inline-block;margin:4px 0 0 4px;letter-spacing:0}nav{display:flex;align-items:center;gap:28px}nav>a{font-size:12px;font-weight:600;transition:color .2s}nav>a:hover{color:var(--accent)}.nav-contact{border:1px solid #ffffff45;padding:13px 18px;border-radius:3px;display:flex;gap:30px}.account-link{color:var(--muted)}.menu-toggle{display:none}
.hero{overflow:hidden;background:#090a09;aspect-ratio:16/8;max-height:calc(100vh - 88px)}.hero-photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;min-height:54px;padding:16px 23px;border-radius:3px;font-size:13px;font-weight:700;transition:background .2s,transform .2s}.button>span{font-size:22px;line-height:1}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--accent);color:#101110}.button-primary:hover{background:#ff795c}.button-light{background:var(--text);color:var(--bg)}.button-dark{background:var(--bg);color:var(--text)}.text-link{font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:20px}.text-link>span{font-size:18px}.text-link:hover{color:var(--accent)}.principles{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#141513}.principles-inner{min-height:83px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;font-weight:700;letter-spacing:1.1px}.principles i{color:var(--accent);font-size:22px;font-style:normal}
.section{padding-top:100px;padding-bottom:100px}.section-heading{display:flex;justify-content:space-between;gap:60px;align-items:end;margin-bottom:40px}.section-heading>p{max-width:320px;color:var(--muted);font-size:14px;margin-bottom:4px}.section-heading .eyebrow{margin-bottom:18px}h2{font-size:clamp(30px,3.2vw,46px);font-weight:900;letter-spacing:-1.9px;line-height:1.13;margin-bottom:0}.program-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}.program-card{background:var(--surface);border:1px solid var(--line);border-radius:6px;overflow:hidden}.program-image{aspect-ratio:1;overflow:hidden;background:#22231f}.program-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.program-card:hover .program-image img{transform:scale(1.035)}.image-placeholder{height:100%;display:grid;place-content:center;font-size:32px;font-weight:900}.image-placeholder span{color:var(--accent)}.program-copy{padding:24px}.program-meta{display:flex;justify-content:space-between;gap:8px;font-size:8px;font-weight:700;color:var(--muted);letter-spacing:.7px;margin-bottom:16px}.program-meta>span:first-child{color:var(--accent)}.program-card h3{font-size:23px;letter-spacing:-.8px;line-height:1.15;margin:0 0 12px}.program-copy>p{font-size:12px;color:var(--muted);margin-bottom:18px;min-height:40px}.program-details{border-top:1px solid var(--line);font-size:12px}.program-details summary{list-style:none;padding:16px 0;cursor:pointer;display:flex;justify-content:space-between;gap:12px}.program-details summary::-webkit-details-marker{display:none}.program-details summary span{color:var(--accent);font-size:18px;line-height:1}.program-details[open] summary span{transform:rotate(45deg)}.program-details p{color:var(--muted)}.program-details a{display:block;color:var(--accent);margin-bottom:20px;line-height:1.6}.program-bottom{border-top:1px solid var(--line);padding-top:18px;display:flex;align-items:center;justify-content:space-between}.price{font-size:27px;font-weight:700;letter-spacing:-.5px}.price small{font-size:11px;color:var(--muted);letter-spacing:0}.round-link{height:39px;width:39px;border:1px solid #ffffff40;border-radius:50%;display:grid;place-items:center;font-size:24px}.round-link:hover{background:var(--accent);color:#101110;border-color:var(--accent)}.section-footnote{display:flex;align-items:center;justify-content:center;gap:15px;font-size:12px;color:var(--muted);margin-top:32px}.section-footnote a{color:var(--text)}.empty-state{grid-column:1/-1}
.method-section{background:#171815;border-block:1px solid var(--line)}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:50px;margin-top:60px}.steps-grid article{border-top:1px solid #ffffff30;padding-top:24px}.step-number{font-size:12px;color:var(--accent);display:block;margin-bottom:36px;font-weight:700}.steps-grid h3{font-size:22px;letter-spacing:-.5px;margin-bottom:14px}.steps-grid p{font-size:14px;color:var(--muted);max-width:330px;margin-bottom:0}.app-note{display:flex;align-items:center;gap:20px;border-top:1px solid var(--line);margin-top:55px;padding-top:30px}.app-monogram{display:grid;place-items:center;flex-shrink:0;width:48px;height:48px;background:#262720;border:1px solid #ffffff25;border-radius:12px;color:var(--accent);font-size:15px;font-weight:900;letter-spacing:-1px}.app-note strong{font-size:14px}.app-note p{font-size:12px;color:var(--muted);margin:6px 0 0}.app-note>a{margin-left:auto}.coach-section{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.coach-image{position:relative;height:570px;overflow:hidden;border-radius:4px}.coach-image::after{content:'';position:absolute;inset:55% 0 0;background:linear-gradient(transparent,#101110a0)}.coach-image img{height:100%;width:100%;object-fit:cover;object-position:51% center}.coach-signature{position:absolute;z-index:1;bottom:30px;left:30px;font-size:52px;font-weight:900;letter-spacing:-2px}.coach-signature span{display:block;font-size:9px;letter-spacing:2px;font-weight:500;margin-top:5px}.coach-copy h2{margin-bottom:28px}.coach-copy>p:not(.eyebrow){font-size:14px;color:var(--muted)}.coach-copy .coach-intro{font-size:21px!important;color:var(--text)!important;line-height:1.55}.coach-list{padding:0;list-style:none;font-size:12px;margin:24px 0 32px}.coach-list li{padding:13px 0;border-bottom:1px solid var(--line);display:flex;gap:12px;line-height:1.5}.coach-list li::before{content:'↗';color:var(--accent)}.journal-section{border-top:1px solid var(--line);padding-top:75px}.journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.journal-image{aspect-ratio:1.55;overflow:hidden;border-radius:4px;background:#20211e}.journal-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.journal-card a:hover img{transform:scale(1.04)}.journal-meta{display:flex;justify-content:space-between;gap:15px;font-size:9px;letter-spacing:.6px;color:var(--muted);margin:19px 0 12px;text-transform:uppercase}.journal-card h3{font-size:19px;line-height:1.45;letter-spacing:-.3px;display:flex;gap:18px;justify-content:space-between}.journal-card h3 span{color:var(--accent)}.cta-section{background:var(--accent);color:#101110}.cta-inner{padding-block:65px;display:flex;align-items:center;justify-content:space-between;gap:35px}.cta-inner .eyebrow{margin-bottom:13px}.cta-inner h2{font-size:clamp(40px,5vw,72px);letter-spacing:-3px}.cta-inner p:last-child{margin:14px 0 0;font-size:14px}.site-footer{padding-top:62px}.footer-main{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:35px;padding-bottom:50px}.footer-main p{font-size:12px;color:var(--muted);margin-top:16px}.footer-main>div:first-child p{font-size:8px;letter-spacing:1.4px}.footer-label{display:block;font-size:9px;letter-spacing:1.5px;color:var(--muted);margin:6px 0 23px}.footer-main>div:not(:first-child)>a{display:block;font-size:12px;margin-bottom:15px}.footer-main a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--line);padding-block:24px;display:flex;justify-content:space-between;gap:20px;font-size:10px;color:var(--muted)}
@media(min-width:1600px){.hero{aspect-ratio:16/7}}
@media(max-width:1100px){.shell{width:calc(100% - 56px)}.coach-section{gap:45px}.program-copy{padding:19px}.program-card h3{font-size:21px}.program-meta{flex-wrap:wrap}.steps-grid{gap:30px}.footer-main{gap:22px}}
@media(max-width:850px){.site-header{height:76px}.hero{aspect-ratio:4/3;max-height:none}.section{padding-block:72px}.section-heading{gap:25px;align-items:start;flex-direction:column}.section-heading>p{max-width:550px}.program-grid{gap:16px}.program-copy{padding:16px}.program-card h3{font-size:19px}.program-meta{font-size:8px;line-height:1.6}.coach-section{grid-template-columns:1fr 1fr;gap:32px}.coach-image{height:530px}.coach-copy h2{font-size:32px}.principles-inner{font-size:9px;gap:12px}.footer-main{grid-template-columns:1fr 1fr;row-gap:30px}.journal-card h3{font-size:17px}.cta-inner{padding-block:48px}}
@media(max-width:600px){.shell{width:calc(100% - 40px)}.wordmark{font-size:25px}.hero{aspect-ratio:4/5}.hero-photo{object-position:center}.principles-inner{justify-content:center;flex-wrap:wrap;padding-block:23px;font-size:8px;gap:14px;min-height:78px}.principles-inner>span:last-child,.principles-inner>i:last-of-type{display:none}.principles i{font-size:17px}.section{padding-block:60px}.eyebrow{font-size:9px;letter-spacing:1.4px}h2{font-size:31px;letter-spacing:-1.1px}.section-heading{gap:20px;margin-bottom:30px}.section-heading>p{font-size:13px}.program-grid{grid-template-columns:1fr;gap:25px}.program-copy{padding:23px}.program-card h3{font-size:25px}.program-meta{font-size:9px}.program-copy>p{font-size:13px;min-height:0}.section-footnote{flex-direction:column;gap:12px}.steps-grid{grid-template-columns:1fr;gap:29px;margin-top:35px}.step-number{margin-bottom:20px}.steps-grid h3{font-size:23px}.steps-grid p{max-width:none}.app-note{flex-wrap:wrap;gap:15px;margin-top:35px}.app-note>div{flex:1}.app-note>a{margin-left:63px}.coach-section{grid-template-columns:1fr;gap:35px}.coach-image{height:430px}.coach-copy h2{font-size:36px}.coach-copy .eyebrow{margin-bottom:20px}.journal-grid{grid-template-columns:1fr;gap:27px}.journal-card h3{font-size:21px}.journal-meta{font-size:9px}.cta-inner{flex-direction:column;align-items:start;gap:25px;padding-block:48px}.cta-inner h2{font-size:47px;letter-spacing:-2px}.cta-inner .eyebrow{font-size:9px}.footer-main{grid-template-columns:1fr 1fr;gap:30px 20px}.footer-main>div:first-child{grid-column:1/-1}.footer-main>div:last-child{grid-column:1/-1}.site-footer{padding-top:45px}.footer-main{padding-bottom:30px}.footer-label{margin-bottom:18px}.footer-bottom{font-size:9px;align-items:start}.footer-bottom>a{white-space:nowrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
/* Brand assets are managed in Settings and retain their original proportions. */
.wordmark .site-brand-image{display:block;width:auto;max-width:190px;height:58px;object-fit:contain}.footer-main .wordmark{display:inline-block}.footer-main .site-brand-image{height:76px;max-width:220px}@media(max-width:600px){.wordmark .site-brand-image{height:50px;max-width:170px}.footer-main .site-brand-image{height:68px}}

/* Cadrul principal al site-ului și dimensiunea stabilă a sliderului. */
html{background:#070807}
body{width:100%;max-width:1500px;margin-inline:auto;box-shadow:0 0 80px #0008}
.hero{width:100%;height:auto;max-height:none;aspect-ratio:1672/941}
.hero picture{display:block;width:100%;height:100%}
.hero-photo{width:100%;height:100%;object-fit:contain;object-position:center;background:#090a09}
@media(max-width:850px){.hero{height:auto;aspect-ratio:1672/941}}
@media(max-width:600px){.hero{height:auto;aspect-ratio:941/1672}}

/* Header inspirat din identitatea vizuală a aplicației. */
.site-header{height:104px;background:radial-gradient(circle at 55% 115%,#27292c 0,transparent 42%),#0b0d0f;border-bottom:1px solid #ffffff12}
.header-inner{position:relative;display:grid;grid-template-columns:minmax(210px,1fr) auto minmax(210px,1fr);align-items:center;gap:42px}
.header-inner .wordmark{justify-self:start}
.header-inner .site-brand-image{height:72px;max-width:245px}
.main-nav{display:flex;align-items:center;justify-content:center;gap:54px}
.main-nav a{font-size:16px;font-weight:400;white-space:nowrap;color:#f6f6f4;transition:color .2s}
.main-nav a:hover{color:var(--accent)}
.download-app{justify-self:end;display:inline-flex;align-items:center;gap:14px;min-height:62px;padding:0 29px;border-radius:17px;background:linear-gradient(135deg,#ff4435,#ff2d24);box-shadow:0 10px 28px #f32e2229;color:#fff;font-size:17px;font-weight:700;white-space:nowrap;transition:transform .2s,filter .2s}
.download-app:hover{transform:translateY(-2px);filter:brightness(1.08)}
.download-app svg{width:25px;height:25px;flex:0 0 auto}
.menu-toggle{display:none}
@media(max-width:1100px){
  .header-inner{grid-template-columns:minmax(170px,1fr) auto minmax(170px,1fr);gap:24px}
  .main-nav{gap:25px}.main-nav a{font-size:14px}
  .download-app{min-height:54px;padding-inline:20px;font-size:14px;border-radius:14px}
  .header-inner .site-brand-image{height:64px;max-width:210px}
}
@media(max-width:850px){
  .site-header{height:82px}.header-inner{display:flex;justify-content:space-between;gap:14px}
  .header-inner .site-brand-image{height:58px;max-width:190px}
  .menu-toggle{order:3;display:flex;width:44px;height:44px;padding:11px;border:1px solid #ffffff2e;border-radius:10px;background:#151719;flex-direction:column;justify-content:center;gap:5px}
  .menu-toggle span{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transition:transform .2s,opacity .2s}
  .menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .main-nav{display:none;position:absolute;z-index:30;top:82px;left:-28px;right:-28px;padding:14px 28px 22px;background:#0d0f11;border-bottom:1px solid #ffffff18;box-shadow:0 18px 30px #0009}
  .main-nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0}
  .main-nav a{padding:15px 4px;border-bottom:1px solid #ffffff10;font-size:16px}
  .download-app{order:2;margin-left:auto;width:48px;height:48px;min-height:48px;padding:0;justify-content:center;border-radius:13px}
  .download-app span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
  .download-app svg{width:23px;height:23px}
}
@media(max-width:480px){
  .header-inner .site-brand-image{height:52px;max-width:170px}
  .download-app{width:44px;height:44px;min-height:44px}
  .menu-toggle{width:44px;height:44px}
}

/* Banda de beneficii: trei elemente pe același rând la orice dimensiune. */
.principles{background:linear-gradient(180deg,#151714,#10120f);border-color:#ffffff16}
.principles-inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:112px;gap:0;padding:0;font-size:11px;letter-spacing:1.25px}
.principle-item{min-width:0;display:flex;align-items:center;justify-content:center;gap:18px;padding:22px 28px;text-align:center;font-weight:800;line-height:1.45}
.principle-item+.principle-item{border-left:1px solid #ffffff14}
.principle-icon{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border:1px solid #ff543c72;border-radius:50%;background:#ff4b3110;color:var(--accent);box-shadow:inset 0 0 16px #ff4b310d}
.principle-icon svg{width:23px;height:23px}
@media(max-width:850px){
  .principles-inner{grid-template-columns:repeat(3,minmax(0,1fr));min-height:104px;font-size:9px;gap:0}
  .principle-item{flex-direction:column;gap:10px;padding:16px 10px}
  .principle-icon{width:38px;height:38px;flex-basis:38px}.principle-icon svg{width:20px;height:20px}
}
@media(max-width:600px){
  .principles-inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:108px;padding:0;font-size:7.5px;letter-spacing:.7px;gap:0}
  .principle-item{display:flex!important;padding:14px 5px;line-height:1.35}
  .principle-item>span:last-child{display:block!important}
  .principle-item+.principle-item{border-left:1px solid #ffffff14}
  .principle-icon{width:34px;height:34px;flex:0 0 34px}.principle-icon svg{width:18px;height:18px}
}

/* Banner administrabil după banda de beneficii; imaginea rămâne integrală. */
.secondary-banner{width:100%;overflow:hidden;background:#090a09;border-bottom:1px solid #ffffff12}
.secondary-banner picture,.secondary-banner img{display:block;width:100%}
.secondary-banner img{height:auto;object-fit:contain}

/* Zona de programe: fundal administrabil, carduri separate și mișcare legată de scroll. */
.program-showcase{position:relative;width:100%;background:#050605;border-bottom:1px solid #ffffff12}
.program-showcase.has-program-cards{height:auto;min-height:0}
.program-showcase-stage{position:relative;width:100%;height:min(100vh,56.25vw,844px);overflow:hidden;isolation:isolate;background:radial-gradient(circle at 50% 50%,#21100c 0,#080908 62%,#030403 100%)}
.has-program-cards .program-showcase-stage{position:relative;top:auto}
.program-showcase-background{position:absolute;z-index:0;inset:0;display:block}
.program-showcase-background::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0004,transparent 20% 80%,#0004);pointer-events:none}
.program-showcase-background img{width:100%;height:100%;object-fit:contain;object-position:center;background:#050605}
.program-showcase-cards{position:absolute;z-index:2;inset:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:2.5%;padding:15% 11% 8.5%;pointer-events:none}
.program-showcase-card{min-width:0;display:flex;align-items:flex-end;justify-content:center;transform-origin:50% 85%;will-change:transform,opacity;backface-visibility:hidden}
.program-showcase-card picture{display:block;width:100%}
.program-showcase-card img{display:block;width:100%;max-height:65vh;object-fit:contain;filter:drop-shadow(0 24px 34px #000b)}
@media(max-width:850px){
  .program-showcase,.program-showcase.has-program-cards{height:auto;min-height:0}
  .program-showcase-stage,.has-program-cards .program-showcase-stage{position:relative;top:auto;height:auto;aspect-ratio:9/16;min-height:0}
  .program-showcase-background::after{background:linear-gradient(180deg,#0003,transparent 22% 78%,#0008)}
  .program-showcase-cards{inset:0;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:2%;padding:20% 4% 8%;overflow:hidden;pointer-events:auto}
  .program-showcase-card{flex:1 1 0;width:100%;min-height:0;align-items:center;will-change:auto}
  .program-showcase-card picture{display:flex;height:100%;align-items:center;justify-content:center}
  .program-showcase-card img{width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 18px 25px #000c)}
  .program-showcase.mobile-reveal-ready .program-showcase-card{opacity:0;transform:translate3d(-38px,28px,0) scale(.94);transition:opacity .65s ease,transform .85s cubic-bezier(.2,.75,.2,1)}
  .program-showcase.mobile-reveal-ready .program-showcase-card:nth-child(even){transform:translate3d(38px,28px,0) scale(.94)}
  .program-showcase.mobile-reveal-ready .program-showcase-card.is-visible,.program-showcase.mobile-reveal-ready .program-showcase-card:nth-child(even).is-visible{opacity:1;transform:translate3d(0,0,0) scale(1)}
  .program-showcase.mobile-reveal-ready .program-showcase-card:nth-child(2){transition-delay:.12s}
  .program-showcase.mobile-reveal-ready .program-showcase-card:nth-child(3){transition-delay:.24s}
}
@media(prefers-reduced-motion:reduce){.program-showcase-card{transform:none!important;opacity:1!important}}
