:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#090706;--bg-soft:#15100b;--bg-gold:#d9b562;--bg-gold-light:#f3dc91;--surface:#ffffff0e;--surface-strong:#ffffff17;--line:#eecc8142;--text:#fff8e7;--muted:#fff8e7b8;--gold:#e5c36d;--gold-soft:#f6e39f;--black:#11100d;--burgundy:#7c1d37;--shadow:0 24px 80px #0000006b;--radius:8px;--radius-lg:18px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;color:var(--text);background:radial-gradient(circle at 76% 12%,#d8a74c33,#0000 28rem),radial-gradient(circle at 20% 18%,#7c1d3738,#0000 24rem),linear-gradient(145deg,#050403 0%,#15100a 48%,#090706 100%);margin:0;font-family:Inter,Manrope,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Arial,sans-serif}body:before{content:"";pointer-events:none;z-index:-1;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:72px 72px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000000e6,#0000 70%);mask-image:linear-gradient(#000000e6,#0000 70%)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,a{-webkit-tap-highlight-color:transparent}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080605d1;border-bottom:1px solid #e5c36d2e;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:18px clamp(18px,4vw,58px);display:grid;position:sticky;top:0}.brand{color:var(--gold-soft);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:12px;font-size:13px;font-weight:700;display:inline-flex}.brand-mark{color:#120f0a;letter-spacing:.08em;background:linear-gradient(135deg,#f7eaa8,#ba8636);border:1px solid #e5c36d8c;border-radius:50%;place-items:center;width:42px;height:42px;font-family:Georgia,serif;font-size:14px;display:grid}.nav{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;justify-content:center;gap:clamp(18px,3vw,42px);font-size:13px;font-weight:600;display:flex}.nav a,.header-phone{transition:color .2s,opacity .2s}.nav a:hover,.header-phone:hover{color:var(--gold-soft)}.header-phone{color:var(--gold-soft);font-size:15px;font-weight:800}.section-shell{width:min(var(--max), calc(100% - 40px));margin:0 auto}.hero{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:center;gap:clamp(34px,5vw,80px);min-height:calc(100vh - 80px);padding:58px 0 44px;display:grid;position:relative}.hero:after,.services-section:after,.schedule-section:before{content:"&";z-index:-1;color:#e5c36d1a;pointer-events:none;font-family:Georgia,serif;font-size:clamp(220px,34vw,520px);line-height:1;position:absolute}.hero:after{bottom:-9vw;right:-8vw}.overline{color:var(--gold);letter-spacing:.34em;text-transform:uppercase;margin:0 0 18px;font-size:12px;font-weight:800}h1,h2,h3,h4,p{margin-top:0}h1{text-transform:uppercase;max-width:760px;margin-bottom:24px;font-size:clamp(48px,7vw,92px);font-weight:900;line-height:.95}h2{text-transform:uppercase;margin-bottom:16px;font-size:clamp(34px,5vw,64px);font-weight:900;line-height:.98}h3{font-size:26px;line-height:1.08}p{color:var(--muted);line-height:1.65}.hero-lead{max-width:650px;margin-bottom:34px;font-size:20px}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.button{letter-spacing:.12em;text-transform:uppercase;border:1px solid #e5c36d73;border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 25px;font-size:13px;font-weight:900;transition:transform .2s,border-color .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button.primary{color:#14110d;background:linear-gradient(135deg,#f9e9a0,#c4933e);border-color:#0000;box-shadow:0 16px 34px #e5c36d2e}.button.secondary{color:var(--gold-soft)}.hero-visual{border-radius:var(--radius-lg);min-height:620px;box-shadow:var(--shadow);background:linear-gradient(#0a08060d,#0a0806bf),radial-gradient(circle at 55% 20%,#e5c36d42,#0000 22rem),#0e0b08;border:1px solid #e5c36d57;position:relative;overflow:hidden}.hero-visual>img{object-fit:cover;object-position:center top;filter:saturate(1.06)contrast(1.04);width:100%;height:100%;min-height:620px}.hero-logo-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#090706d1;border:1px solid #e5c36d40;border-radius:14px;padding:22px;position:absolute;bottom:20px;left:20px;right:20px}.hero-logo-card img{object-fit:contain;width:100%;max-height:140px}.hero-stats{background:#e5c36d2e;border:1px solid #e5c36d38;grid-column:1/-1;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.stat{background:#0a0807db;min-height:132px;padding:24px}.stat span{color:var(--gold);margin-bottom:18px;font-family:Georgia,serif;font-size:34px;display:block}.stat p{color:var(--text);margin:0;font-size:15px;font-weight:700}.section-title{max-width:820px;margin-bottom:42px}.section-title p:last-child{max-width:720px;font-size:18px}.courses-section,.services-section,.schedule-section,.benefits-section,.contact-section{padding:86px 0;position:relative}.course-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.course-card,.price-card,.schedule-card,.benefit,.contact-card,.tariff-panel,.tariff{border-radius:var(--radius);background:linear-gradient(#ffffff13,#ffffff09);border:1px solid #e5c36d38;box-shadow:0 18px 45px #0000002e}.course-card{flex-direction:column;min-height:100%;display:flex;overflow:hidden}.course-image{background:#16110b;height:250px;position:relative;overflow:hidden}.course-image:after{content:"";background:linear-gradient(#0000 38%,#060504cc);position:absolute;inset:0}.course-image img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.course-card:hover .course-image img{transform:scale(1.06)}.course-image span{z-index:1;color:#f6e39fb8;font-family:Georgia,serif;font-size:70px;line-height:1;position:absolute;bottom:8px;right:18px}.course-body{flex-direction:column;flex:1;padding:24px;display:flex}.course-meta{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.course-meta span{color:var(--gold-soft);letter-spacing:.08em;text-transform:uppercase;border:1px solid #e5c36d47;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800}.course-body h3{margin-bottom:12px}.course-body p,.course-body li{font-size:15px}.course-body ul,.tariff ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.course-body li,.tariff li{color:var(--muted);padding-left:18px;line-height:1.45;position:relative}.course-body li:before,.tariff li:before{content:"";background:var(--gold);border-radius:50%;width:6px;height:6px;position:absolute;top:.58em;left:0}.course-note{color:var(--gold-soft);margin:16px 0 0;font-weight:700}.tariff-panel{background:radial-gradient(circle at 85% 10%,#e5c36d2e,#0000 20rem),#ffffff0d;margin-top:26px;padding:clamp(24px,4vw,42px)}.tariff-panel>div:first-child{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:16px;margin-bottom:24px;display:flex}.tariff-panel h3,.tariff-panel .overline{margin-bottom:0}.tariff-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.tariff{background:#080605a3;padding:22px}.tariff span{color:var(--gold-soft);margin-bottom:12px;font-size:24px;font-weight:900;display:inline-block}.tariff h4{margin-bottom:18px;font-size:20px}.services-section:after{bottom:-7vw;left:-10vw}.price-grid{grid-template-columns:1.25fr 1fr 1fr;gap:18px;display:grid}.price-card{background:linear-gradient(180deg, #100c08cc, #0b0806e6), var(--surface);padding:28px}.price-card h3{color:var(--gold-soft);margin-bottom:24px}.price-list,.schedule-list{gap:0;display:grid}.price-row,.schedule-row{border-top:1px solid #e5c36d29;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;padding:15px 0;display:grid}.price-row span,.schedule-row span{color:var(--text);line-height:1.45}.price-row strong,.schedule-row strong{color:var(--gold-soft);white-space:nowrap}.schedule-section:before{top:4vw;right:-12vw}.schedule-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.schedule-card{color:#17120c;background:linear-gradient(135deg,#f6e39ff5,#c28e39eb),#d8af56;min-height:360px;padding:30px}.schedule-card h3{color:#17120c;text-transform:uppercase;margin-bottom:28px;font-size:52px;font-weight:950}.schedule-card .schedule-row{border-top-color:#14110d3b}.schedule-card .schedule-row span,.schedule-card .schedule-row strong{color:#17120c}.schedule-card .schedule-row span{font-weight:850}.benefits-section{grid-template-columns:.82fr 1.18fr;align-items:center;gap:34px;display:grid}.benefit-photo{border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid #e5c36d4d;overflow:hidden}.benefit-photo img{object-fit:cover;object-position:center;width:100%;height:760px}.benefit-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.benefit{padding:24px}.benefit h3{color:var(--gold-soft);margin-bottom:10px;font-size:22px}.benefit p{margin:0;font-size:15px}.contact-section{grid-template-columns:minmax(0,1fr) 360px;align-items:center;gap:30px;padding-bottom:110px;display:grid}.contact-section h2{max-width:850px}.contact-card{background:radial-gradient(circle at 30% 0,#e5c36d2e,#0000 16rem),#ffffff0f;padding:28px}.contact-phone{color:var(--gold-soft);margin-bottom:10px;font-size:28px;font-weight:900;display:block}.contact-phone.muted{color:var(--muted);font-size:20px}.contact-card p{margin-bottom:22px}.footer{color:#fff8e794;letter-spacing:.08em;text-transform:uppercase;border-top:1px solid #e5c36d2e;flex-wrap:wrap;justify-content:space-between;gap:14px;padding:28px clamp(20px,4vw,58px);font-size:13px;display:flex}@media (width<=1020px){.site-header{grid-template-columns:1fr auto}.nav{display:none}.hero,.benefits-section,.contact-section{grid-template-columns:1fr}.hero{min-height:auto}.hero-visual,.hero-visual>img{min-height:560px}.hero-stats,.course-grid,.price-grid,.schedule-grid{grid-template-columns:repeat(2,1fr)}.price-grid>article:first-child,.schedule-grid>article:last-child{grid-column:1/-1}.tariff-grid{grid-template-columns:1fr}}@media (width<=720px){.site-header{gap:12px;padding:14px 16px}.brand span:last-child{display:none}.header-phone{font-size:13px}.section-shell{width:min(100% - 28px, var(--max))}.hero{padding-top:34px}h1{font-size:42px}h2{font-size:34px}.hero-lead,.section-title p:last-child{font-size:16px}.hero-actions,.button{width:100%}.hero-visual,.hero-visual>img{min-height:480px}.hero-logo-card{padding:14px}.hero-stats,.course-grid,.price-grid,.schedule-grid,.benefit-grid{grid-template-columns:1fr}.courses-section,.services-section,.schedule-section,.benefits-section,.contact-section{padding:58px 0}.course-image{height:230px}.course-body,.price-card,.schedule-card,.benefit,.contact-card{padding:20px}.schedule-card{min-height:auto}.schedule-card h3{font-size:40px}.price-row,.schedule-row{grid-template-columns:1fr;gap:7px}.benefit-photo img{height:520px}.contact-phone{font-size:24px}}
