:root{--green:#0b5b43;--green2:#0f7654;--green3:#eaf5f0;--navy:#062c2b;--gold:#e7b84e;--gold2:#f3cf74;--text:#16231e;--muted:#6e7b75;--line:#dce7e2;--soft:#f5f8f6;--white:#fff;--shadow:0 16px 40px rgba(6,44,43,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,"Noto Sans Georgian","Segoe UI",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.55}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(11,91,67,.1)}.header-inner{height:82px;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--navy);min-width:220px}.brand img{width:48px;height:48px;object-fit:contain}.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-size:18px;letter-spacing:.5px}.brand-copy span{font-size:10px;color:var(--muted);margin-top:5px}.nav{display:flex;gap:26px;margin-left:auto}.nav a{font-size:14px;text-decoration:none;color:#274038;font-weight:700}.nav a:hover{color:var(--green2)}.header-actions{display:flex;gap:10px}.btn{border:0;border-radius:10px;padding:12px 18px;font-weight:800;font-family:inherit;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-ghost{background:#f4f7f5;color:var(--green)}.btn-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#27301f}.btn-primary{background:linear-gradient(135deg,var(--green2),var(--green));color:#fff}.btn-soft{background:#fff;border:1px solid rgba(255,255,255,.35);color:#fff}.btn-lg{padding:15px 22px}.menu-btn{display:none;background:none;border:0;font-size:28px}.hero{background:linear-gradient(115deg,#062d2a 0%,#0b5c43 62%,#124e3c 100%);color:#fff;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-110px;top:-160px;background:radial-gradient(circle,rgba(231,184,78,.28),rgba(231,184,78,0) 68%)}.hero-grid{min-height:560px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;padding:70px 0}.eyebrow,.kicker{font-size:12px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold2)}.hero h1{font-size:56px;line-height:1.08;margin:16px 0 20px;max-width:650px}.hero h1 span{color:#f2cd73}.hero-copy>p{font-size:18px;max-width:650px;color:#dbeae4}.hero-actions{display:flex;gap:12px;margin:30px 0}.hero-stats{display:flex;gap:40px;margin-top:40px}.hero-stats div{display:flex;flex-direction:column}.hero-stats strong{font-size:26px}.hero-stats span{font-size:12px;color:#bcd3ca}.hero-panel{position:relative;height:410px}.hero-card-main{position:absolute;left:40px;right:20px;top:35px;background:rgba(255,255,255,.98);color:var(--text);padding:30px;border-radius:24px;box-shadow:0 30px 60px rgba(0,0,0,.18);transform:rotate(-1deg)}.mini-label{font-size:12px;font-weight:900;color:var(--green2);text-transform:uppercase}.hero-card h3{font-size:30px;margin:8px 0}.hero-card p{color:var(--muted)}.lesson-preview{display:flex;align-items:center;gap:15px;background:#eff6f3;border:1px solid #d8e7e1;padding:16px;border-radius:14px;margin:24px 0}.play{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff}.lesson-preview div:last-child{display:flex;flex-direction:column}.lesson-preview span{font-size:12px;color:var(--muted);margin-top:4px}.progress-line{height:9px;background:#e4ebe8;border-radius:99px;overflow:hidden}.progress-line i{display:block;width:38%;height:100%;background:linear-gradient(90deg,var(--gold),var(--green2))}.progress-copy{display:flex;justify-content:space-between;margin-top:10px;font-size:13px}.floating-card{position:absolute;background:#fff;color:var(--text);border-radius:16px;box-shadow:var(--shadow);padding:15px 18px;display:grid;grid-template-columns:32px 1fr;column-gap:8px;min-width:210px}.floating-card span{grid-row:1/3;font-size:24px}.floating-card b{font-size:13px}.floating-card small{font-size:10px;color:var(--muted)}.f-one{right:-20px;top:2px}.f-two{left:0;bottom:15px}.section{padding:86px 0}.section-alt{background:#f5f8f6}.section-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:36px}.section-head h2{font-size:38px;line-height:1.15;margin:8px 0 0;color:#12362e}.section-head p{max-width:520px;color:var(--muted);margin:0}.kicker{color:var(--green2)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{text-align:left;border:1px solid var(--line);background:#fff;border-radius:18px;padding:24px;min-height:220px;cursor:pointer;transition:.2s;font-family:inherit}.category-card:hover,.category-card.active{transform:translateY(-4px);border-color:#93bba9;box-shadow:var(--shadow)}.category-card.active{background:linear-gradient(180deg,#fff,#edf7f2)}.cat-icon{width:46px;height:46px;border-radius:14px;background:#e8f4ef;color:var(--green);display:grid;place-items:center;font-size:23px}.category-card h3{font-size:22px;margin:18px 0 8px}.category-card p{font-size:14px;color:var(--muted);min-height:68px}.category-card span{font-size:13px;font-weight:900;color:var(--green)}.courses-head{align-items:center}.filter-pills{display:flex;flex-wrap:wrap;gap:8px}.pill{border:1px solid var(--line);background:#fff;padding:9px 14px;border-radius:99px;font-family:inherit;font-weight:800;color:#486056;cursor:pointer}.pill.active{background:var(--green);color:#fff;border-color:var(--green)}.course-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.course-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 26px rgba(13,65,48,.05);transition:.2s}.course-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.course-cover{height:170px;padding:16px;position:relative;display:flex;align-items:flex-end;color:#fff}.cover-haccp{background:linear-gradient(135deg,#0d6249,#173d33)}.cover-business{background:linear-gradient(135deg,#1e4d74,#273d58)}.cover-beauty{background:linear-gradient(135deg,#b86c83,#7d5065)}.cover-law{background:linear-gradient(135deg,#7b5b2e,#2f2a26)}.badge{position:absolute;top:14px;left:14px;padding:6px 10px;background:rgba(255,255,255,.9);color:#173c31;border-radius:99px;font-size:10px;font-weight:900}.cover-mark{font-size:26px;font-weight:900;letter-spacing:1px}.cover-mark small{font-size:12px;opacity:.75}.course-body{padding:18px}.course-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.course-body h3{font-size:18px;line-height:1.35;margin:12px 0 8px}.course-body p{font-size:13px;color:var(--muted);min-height:62px}.course-footer{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.course-footer strong{font-size:22px;color:var(--green)}.course-footer button{border:0;background:#edf5f1;color:var(--green);font-family:inherit;font-weight:900;padding:10px 12px;border-radius:9px;cursor:pointer}.center{justify-content:center;text-align:center}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{border-top:3px solid #dce9e3;padding:24px 8px;display:flex;gap:16px}.step>span{flex:none;width:38px;height:38px;border-radius:50%;background:var(--gold2);display:grid;place-items:center;font-weight:900}.step h3{margin:0 0 7px}.step p{margin:0;color:var(--muted);font-size:13px}.trust{background:#082f2c;color:#fff}.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.trust-copy h2{font-size:42px;line-height:1.2;margin:10px 0 18px}.trust-copy p{color:#c4d8d1}.text-link{color:#f3cc70;text-decoration:none;font-weight:900}.trust-boxes{display:grid;grid-template-columns:1fr 1fr;gap:14px}.trust-boxes>div{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11);border-radius:16px;padding:22px;display:flex;flex-direction:column}.trust-boxes b{font-size:25px}.trust-boxes strong{margin:12px 0 6px}.trust-boxes span{font-size:12px;color:#bdd0ca}.cta-section{padding:40px 0 70px;background:#f6f8f7}.cta-box{background:linear-gradient(115deg,#edf8f3,#fff8e6);border:1px solid #dce8e2;border-radius:22px;padding:34px 38px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-box span{font-size:12px;text-transform:uppercase;font-weight:900;color:var(--green)}.cta-box h2{margin:5px 0;font-size:30px}.cta-box p{margin:0;color:var(--muted)}.footer{background:#041f1d;color:#d7e4df;padding:54px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px}.footer-brand{display:flex;gap:12px;align-items:flex-start}.footer-brand img{width:66px;height:66px;object-fit:contain;background:#fff;border-radius:12px;padding:4px}.footer-brand div{display:flex;flex-direction:column}.footer-brand strong{font-size:20px}.footer-brand span{font-size:11px;color:#91aaa1}.footer h4{margin-top:0;color:#fff}.footer a,.footer span{display:block;color:#9fb7ae;text-decoration:none;font-size:13px;margin:9px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:18px;font-size:12px;color:#78938a}.modal{position:fixed;inset:0;background:rgba(1,16,14,.6);display:none;place-items:center;z-index:100}.modal.open{display:grid}.modal-card{width:min(430px,calc(100% - 30px));background:#fff;border-radius:20px;padding:30px;text-align:center;position:relative;box-shadow:0 30px 90px rgba(0,0,0,.25)}.modal-close{position:absolute;right:14px;top:10px;background:none;border:0;font-size:30px;cursor:pointer}.modal-logo{width:76px;height:76px;object-fit:contain}.modal-card p{color:var(--muted)}@media(max-width:980px){.nav{display:none}.header-actions{margin-left:auto}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:60px 0}.hero-panel{height:380px}.hero h1{font-size:46px}.category-grid,.course-grid,.steps{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.menu-btn{display:block}}@media(max-width:620px){.container{width:min(100% - 24px,1180px)}.header-inner{height:70px}.brand{min-width:auto}.brand-copy{display:none}.header-actions{display:none}.menu-btn{margin-left:auto}.hero-grid{padding:48px 0}.hero h1{font-size:37px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.hero-stats{gap:18px;justify-content:space-between}.hero-stats strong{font-size:22px}.hero-panel{height:340px}.hero-card-main{left:0;right:0;padding:22px}.hero-card h3{font-size:24px}.f-one{right:0;top:-4px}.f-two{left:0;bottom:0}.section{padding:60px 0}.section-head{display:block}.section-head h2{font-size:31px}.section-head p{margin-top:16px}.category-grid,.course-grid,.steps,.trust-boxes{grid-template-columns:1fr}.filter-pills{margin-top:20px}.course-grid{gap:14px}.trust-copy h2{font-size:32px}.cta-box{display:block}.cta-box .btn{margin-top:20px;width:100%}.footer-grid{grid-template-columns:1fr}.floating-card{min-width:185px}.category-card{min-height:auto}.course-body p{min-height:auto}}
.course-link{border:0;background:#edf5f1;color:var(--green);font-family:inherit;font-weight:900;padding:10px 12px;border-radius:9px;text-decoration:none;font-size:13px}.course-page{background:#fff}.course-hero{background:linear-gradient(180deg,#f6faf8 0,#fff 100%);border-bottom:1px solid var(--line);padding:30px 0 48px}.breadcrumbs{display:flex;gap:9px;align-items:center;font-size:12px;color:var(--muted);margin-bottom:26px}.breadcrumbs a{color:var(--green);text-decoration:none}.course-hero-grid{display:grid;grid-template-columns:1fr 1.15fr .72fr;gap:28px;align-items:start}.course-preview-card{border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.preview-cover{height:340px;background:linear-gradient(145deg,#082f2c,#0e7353 72%,#e4b34b);position:relative;color:#fff;padding:22px;display:flex;align-items:center;justify-content:center}.preview-cover:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 18%,rgba(255,255,255,.16),transparent 26%),linear-gradient(180deg,transparent,rgba(0,0,0,.2));pointer-events:none}.preview-badge{position:absolute;top:18px;left:18px;background:#fff;color:var(--green);padding:7px 12px;border-radius:99px;font-size:11px;font-weight:900;z-index:2}.preview-center{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center}.trailer-play{width:72px;height:72px;border-radius:50%;border:2px solid rgba(255,255,255,.65);background:rgba(255,255,255,.17);color:#fff;font-size:24px;cursor:pointer;margin-bottom:16px;backdrop-filter:blur(8px)}.preview-center strong{font-size:18px}.preview-center small{opacity:.75;margin-top:5px}.preview-logo{position:absolute;right:18px;bottom:15px;z-index:2;background:#fff;border-radius:12px;padding:7px}.preview-logo img{display:block;width:44px;height:44px;object-fit:contain}.course-summary{padding:4px 0}.course-category-label{display:inline-block;background:#e9f5ef;color:var(--green);font-weight:900;font-size:11px;padding:7px 10px;border-radius:99px}.course-summary h1{font-size:40px;line-height:1.16;margin:14px 0}.course-lead{color:var(--muted);font-size:16px;margin-bottom:16px}.rating-row{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);padding:10px 0 18px;border-bottom:1px solid var(--line)}.stars{color:#e3aa2d;letter-spacing:1px}.course-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:20px 0}.course-facts div{background:#f7faf8;border:1px solid var(--line);border-radius:14px;padding:13px}.course-facts b,.course-facts span{display:block}.course-facts b{font-size:14px;color:#123e32}.course-facts span{font-size:11px;color:var(--muted);margin-top:3px}.teacher-inline{display:flex;align-items:center;gap:12px}.teacher-avatar,.teacher-big-avatar{display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#0d6b4d,#e0b34f);color:#fff;font-weight:900}.teacher-avatar{width:48px;height:48px}.teacher-inline div:last-child{display:flex;flex-direction:column}.teacher-inline span,.teacher-inline small{font-size:11px;color:var(--muted)}.purchase-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:var(--shadow);position:sticky;top:104px}.price-line strong{display:block;font-size:34px;color:var(--green)}.price-line span{font-size:11px;color:var(--muted)}.btn-buy{width:100%;margin:18px 0}.purchase-features{display:flex;flex-direction:column;gap:10px;font-size:12px;color:#40574e}.secure-note{margin-top:18px;padding-top:16px;border-top:1px solid var(--line);font-size:11px;color:var(--muted);text-align:center}.course-content-section{padding:54px 0 70px}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:32px}.tabbar{display:flex;gap:4px;border-bottom:1px solid var(--line);margin-bottom:26px;overflow:auto}.tabbar button{border:0;background:none;padding:14px 16px;font-family:inherit;font-weight:900;color:#6d7d76;cursor:pointer;border-bottom:3px solid transparent;white-space:nowrap}.tabbar button.active{color:var(--green);border-color:var(--green)}.tab-panel{display:none}.tab-panel.active{display:block}.content-card{border:1px solid var(--line);border-radius:18px;padding:26px;margin-bottom:18px}.content-card h2{font-size:25px;margin:0 0 16px;color:#12362e}.content-card p{color:var(--muted)}.learn-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.learn-grid span{background:#f5f9f7;border-radius:12px;padding:13px;font-size:13px}.curriculum-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.curriculum-head h2{margin:0}.curriculum-head p{margin:4px 0 0;color:var(--muted);font-size:12px}.curriculum-head>span{font-size:11px;background:#fff5d8;color:#73540b;padding:7px 10px;border-radius:99px;font-weight:900}.module{border:1px solid var(--line);border-radius:14px;margin-bottom:10px;overflow:hidden;background:#fff}.module-head{width:100%;border:0;background:#f7faf8;padding:14px 16px;display:flex;align-items:center;gap:12px;text-align:left;font-family:inherit;cursor:pointer}.module-num{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:var(--gold2);font-weight:900}.module-head div{flex:1;display:flex;flex-direction:column}.module-head small{font-size:11px;color:var(--muted);margin-top:2px}.lesson-list{border-top:1px solid var(--line)}.lesson{display:grid;grid-template-columns:30px 1fr auto;gap:8px;align-items:center;padding:13px 16px;border-bottom:1px solid #edf2ef}.lesson:last-child{border-bottom:0}.lesson>span{color:var(--muted)}.lesson div{display:flex;flex-direction:column}.lesson small{font-size:10px;color:var(--muted)}.lesson time{font-size:11px;color:var(--muted)}.lesson.unlocked{background:#fbfffd}.lesson.unlocked>span{color:var(--green)}.teacher-card,.certificate-card{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:center}.teacher-big-avatar{width:96px;height:96px;font-size:24px}.certificate-mini{width:210px;aspect-ratio:1.42;background:#fffdf6;border:7px double #d9bd6d;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 10px 28px rgba(0,0,0,.08)}.certificate-mini img{width:48px;height:48px;object-fit:contain}.certificate-mini span{font-size:9px;margin-top:6px}.certificate-mini strong{font-size:14px;color:var(--green)}.certificate-mini small{font-size:8px;color:#8b7c53}.course-side-col{display:flex;flex-direction:column;gap:16px}.side-card{border:1px solid var(--line);background:#f8fbf9;border-radius:16px;padding:20px}.side-card h3{margin-top:0}.side-card ul{padding-left:18px;margin-bottom:0}.side-card li,.side-card p{font-size:12px;color:var(--muted);margin:8px 0}.related-section{background:#f5f8f6;padding:62px 0}.dark-link{color:var(--green)}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.related-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}.related-grid article>span{font-size:10px;font-weight:900;color:var(--green);background:#eaf5f0;padding:6px 9px;border-radius:99px}.related-grid h3{margin:15px 0 6px}.related-grid p{color:var(--muted);font-size:12px}.related-grid strong{font-size:22px;color:var(--green)}@media(max-width:1050px){.course-hero-grid{grid-template-columns:1fr 1fr}.purchase-card{grid-column:1/-1;position:static}.content-layout{grid-template-columns:1fr}.course-side-col{display:grid;grid-template-columns:1fr 1fr}}@media(max-width:700px){.course-hero-grid{grid-template-columns:1fr}.preview-cover{height:280px}.course-summary h1{font-size:32px}.course-facts{grid-template-columns:1fr 1fr}.learn-grid,.related-grid,.course-side-col{grid-template-columns:1fr}.teacher-card,.certificate-card{grid-template-columns:1fr}.certificate-mini{width:100%;max-width:300px}.curriculum-head{display:block}.curriculum-head>span{display:inline-block;margin-top:10px}}