/* Language Corner — shared stylesheet */

:root{
  --font-display: "Segoe UI Semibold","Segoe UI",Roboto,Arial,sans-serif;
  --font-body: "Segoe UI",Roboto,Arial,sans-serif;

  --green: oklch(42% 0.09 155);
  --green-dark: oklch(34% 0.09 155);
  --green-light: oklch(93% 0.045 155);
  --green-light-2: oklch(89% 0.05 155);
  --green-text: oklch(30% 0.05 155);
  --green-text-2: oklch(32% 0.08 155);
  --amber: oklch(42% 0.09 75);
  --amber-light: oklch(93% 0.045 75);
  --amber-light-2: oklch(89% 0.05 75);

  --bg: oklch(98% 0.012 85);
  --bg-alt: oklch(95% 0.015 85);
  --border: oklch(89% 0.014 85);

  --ink: oklch(22% 0.02 260);
  --ink-2: oklch(28% 0.02 260);
  --ink-3: oklch(30% 0.02 260);
  --ink-muted: oklch(48% 0.02 260);
  --ink-nav: oklch(35% 0.02 260);

  --footer-bg: oklch(20% 0.02 260);
  --footer-text: oklch(85% 0.01 260);
  --footer-text-2: oklch(80% 0.01 260);
  --footer-text-3: oklch(60% 0.01 260);

  --placeholder-blue: oklch(93% 0.02 260);
  --placeholder-blue-2: oklch(89% 0.02 260);
  --placeholder-blue-text: oklch(45% 0.02 260);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--font-body);
  background:var(--bg);
  color:var(--ink);
  min-height:100vh;
  position:relative;
  overflow-x:hidden;
}
img{max-width:100%;display:block;}
a{color:var(--green);text-decoration:none;}
a:hover{color:var(--green-dark);}
h1,h2,h3{font-family:var(--font-display);font-weight:800;margin:0;}
.container{max-width:1280px;margin:0 auto;padding:0 32px;}

/* Promo bar */
.lc-promo{background:var(--green);color:#fff;text-align:center;padding:10px 16px;font-size:14px;font-weight:500;}
.lc-promo a{color:#fff;text-decoration:underline;}

/* Header */
.lc-header{position:sticky;top:0;z-index:40;background:oklch(98% 0.012 85 / 0.97);backdrop-filter:blur(6px);border-bottom:1px solid var(--border);}
.lc-header-inner{max-width:1280px;margin:0 auto;padding:16px 32px;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.lc-logo{font-family:var(--font-display);font-weight:800;font-size:22px;color:var(--ink);display:flex;align-items:center;gap:8px;flex:none;}
.lc-logo-badge{width:34px;height:34px;border-radius:9px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;}
.lc-nav{display:flex;gap:20px;flex-wrap:wrap;font-size:14.5px;font-weight:500;}
.lc-navlink{color:var(--ink-nav);}
.lc-navlink:hover,.lc-navlink.active{color:var(--green);}
.lc-header-actions{display:flex;align-items:center;gap:10px;flex:none;}
.lc-cart-btn{position:relative;background:var(--green-light);border:none;border-radius:10px;padding:10px 14px;cursor:pointer;font-size:14px;font-weight:600;color:var(--green-text);display:flex;align-items:center;gap:6px;}
.lc-cart-badge{position:absolute;top:-6px;right:-6px;background:var(--amber);color:#fff;border-radius:50%;min-width:20px;height:20px;font-size:11px;display:flex;align-items:center;justify-content:center;padding:0 4px;}
.lc-nav-toggle{display:none;background:none;border:1px solid var(--border);border-radius:8px;padding:8px 10px;font-size:18px;cursor:pointer;}

@media (max-width:900px){
  .lc-nav{position:fixed;top:67px;left:0;right:0;background:#fff;flex-direction:column;gap:0;padding:8px 0;border-bottom:1px solid var(--border);max-height:0;overflow:hidden;transition:max-height .2s ease;}
  .lc-nav.open{max-height:600px;}
  .lc-nav a{padding:12px 32px;border-bottom:1px solid oklch(95% 0.01 85);}
  .lc-nav-toggle{display:block;}
}

/* Buttons */
.lc-btn-primary{background:var(--green);color:#fff;border:none;padding:14px 26px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;display:inline-block;}
.lc-btn-primary:hover{background:var(--green-dark);color:#fff;}
.lc-btn-secondary{background:transparent;color:var(--green-text);border:1.5px solid var(--green);padding:14px 26px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;display:inline-block;}
.lc-btn-secondary:hover{background:var(--green-light);}
.lc-btn-sm{background:var(--green);color:#fff;border:none;padding:9px 14px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;}

/* Hero */
.lc-hero{padding:72px 32px 56px;display:flex;align-items:center;gap:56px;flex-wrap:wrap;}
.lc-hero-text{flex:1;min-width:320px;}
.lc-badge{display:inline-block;background:var(--green-light);color:var(--green-text-2);font-size:13px;font-weight:600;padding:6px 14px;border-radius:99px;margin-bottom:18px;}
.lc-hero-text h1{font-size:50px;line-height:1.08;margin:0 0 20px;}
.lc-hero-text p{font-size:17px;line-height:1.65;color:var(--ink-muted);max-width:520px;margin:0 0 28px;}
.lc-hero-actions{display:flex;gap:14px;flex-wrap:wrap;}
.lc-hero-media{flex:1;min-width:300px;}
.lc-hero-media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:20px;}

/* Stats */
.lc-stats{padding:32px;display:flex;justify-content:space-around;flex-wrap:wrap;gap:24px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);}
.lc-stat{text-align:center;}
.lc-stat-num{font-family:var(--font-display);font-weight:800;font-size:30px;color:var(--green);}
.lc-stat-label{font-size:13px;color:var(--ink-muted);}

section{padding:64px 32px;}
section.alt{background:var(--bg-alt);}
.lc-section-title{font-size:30px;font-weight:700;text-align:center;margin:0 0 40px;}
.lc-section-lead{text-align:center;color:var(--ink-muted);margin:0 0 40px;max-width:680px;margin-left:auto;margin-right:auto;}

.lc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;}
.lc-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;}
.lc-grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;}

.lc-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:26px;transition:box-shadow .15s,transform .15s;}
.lc-card:hover{box-shadow:0 12px 28px rgba(30,40,35,0.1);transform:translateY(-2px);}
.lc-card .icon{font-size:26px;margin-bottom:10px;}
.lc-card h3{font-size:16px;margin-bottom:6px;}
.lc-card p{font-size:14px;color:var(--ink-muted);line-height:1.55;margin:0;}

/* Course cards */
.lc-course-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:24px;transition:box-shadow .15s,transform .15s;}
.lc-course-card:hover{box-shadow:0 12px 28px rgba(30,40,35,0.1);transform:translateY(-2px);}
.lc-course-card .name{font-family:var(--font-display);font-weight:700;font-size:19px;margin-bottom:6px;}
.lc-course-card .levels{font-size:13px;color:var(--green);font-weight:600;margin-bottom:10px;}
.lc-course-card p{font-size:14px;color:var(--ink-muted);line-height:1.55;margin:0 0 14px;min-height:60px;}
.lc-course-card .price{font-size:13px;font-weight:600;color:var(--ink);}
.lc-course-full{background:#fff;border:1px solid var(--border);border-radius:18px;padding:28px;}
.lc-course-full .name{font-family:var(--font-display);font-weight:700;font-size:21px;margin-bottom:6px;}
.lc-course-full .levels{font-size:13px;color:var(--green);font-weight:600;margin-bottom:12px;}
.lc-course-full p{font-size:14.5px;color:var(--ink-muted);line-height:1.6;margin:0 0 16px;}
.lc-pill-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px;}
.lc-pill{background:var(--bg-alt);border-radius:99px;padding:5px 12px;font-size:12px;font-weight:600;}
.lc-pill-green{background:var(--green-light);border-radius:99px;padding:6px 14px;font-size:13px;font-weight:600;color:var(--green-text);}
.lc-price-list{border-top:1px solid var(--border);padding-top:14px;font-size:13.5px;display:flex;flex-direction:column;gap:4px;}

/* Steps */
.lc-step{text-align:center;}
.lc-step-num{width:44px;height:44px;border-radius:50%;background:var(--green);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;}
.lc-step h3{font-size:15px;margin-bottom:6px;}
.lc-step p{font-size:14px;color:var(--ink-muted);line-height:1.5;margin:0;}

/* Testimonials */
.lc-testimonial{background:#fff;border-radius:16px;padding:24px;border:1px solid var(--border);}
.lc-stars{color:var(--amber);font-size:15px;margin-bottom:10px;}
.lc-testimonial p{font-size:14.5px;line-height:1.6;color:var(--ink-3);margin:0 0 14px;}
.lc-testimonial .name{font-size:13px;font-weight:600;}
.lc-testimonial .course{font-size:12px;color:var(--ink-muted);}

/* Blog cards */
.lc-blog-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;cursor:pointer;transition:box-shadow .15s,transform .15s;display:block;}
.lc-blog-card:hover{box-shadow:0 12px 28px rgba(30,40,35,0.1);transform:translateY(-2px);}
.lc-blog-card img{height:150px;width:100%;object-fit:cover;}
.lc-blog-card .body{padding:20px;}
.lc-blog-card .meta{font-size:12px;color:var(--green);font-weight:600;margin-bottom:8px;}
.lc-blog-card .title{font-weight:700;font-size:15.5px;margin-bottom:8px;line-height:1.35;color:var(--ink);}
.lc-blog-card .excerpt{font-size:13.5px;color:var(--ink-muted);line-height:1.5;}

/* CTA banner */
.lc-cta{max-width:1280px;margin:32px auto 72px;padding:0 32px;}
.lc-cta-inner{background:var(--green);border-radius:24px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;}
.lc-cta-inner .title{font-family:var(--font-display);color:#fff;font-weight:700;font-size:24px;margin-bottom:8px;}
.lc-cta-inner .sub{color:oklch(93% 0.02 155);font-size:14.5px;}
.lc-cta-inner button,.lc-cta-inner a.btn{background:var(--amber);color:#fff;border:none;padding:14px 28px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;white-space:nowrap;display:inline-block;}

/* Page header (inner pages) */
.lc-page{max-width:1280px;margin:0 auto;padding:56px 32px 80px;}
.lc-page h1{font-size:38px;font-weight:800;margin:0 0 14px;}
.lc-page > p.lead{font-size:16px;color:var(--ink-muted);max-width:680px;line-height:1.6;margin:0 0 40px;}
.lc-page-narrow{max-width:840px;margin:0 auto;padding:56px 32px 100px;}
.lc-legal{max-width:820px;margin:0 auto;padding:56px 32px 90px;font-size:14.5px;line-height:1.75;color:var(--ink-3);}
.lc-legal h1{font-size:32px;font-weight:800;color:var(--ink);margin:0 0 20px;}
.lc-legal h2{font-family:var(--font-display);font-size:18px;margin:28px 0 10px;font-weight:700;}
.lc-legal p{margin:0 0 16px;}
.lc-legal>p:first-of-type{color:var(--ink-muted);margin:0 0 32px;}

/* Group / individual boxes */
.lc-format-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:28px;}
.lc-format-card.featured{border:2px solid var(--green);}
.lc-format-card .icon{font-size:26px;margin-bottom:10px;}
.lc-format-card h3{font-family:var(--font-display);font-weight:700;font-size:19px;margin-bottom:10px;}
.lc-format-card ul{font-size:14px;color:var(--ink-muted);line-height:1.7;padding-left:18px;margin:0;}
.lc-note-box{margin-top:40px;background:var(--bg-alt);border-radius:16px;padding:28px;font-size:14.5px;color:var(--ink-nav);line-height:1.6;}

/* Online page */
.lc-info-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:24px;}
.lc-info-card .icon{font-size:24px;margin-bottom:8px;}
.lc-info-card h3{font-weight:700;font-size:15px;margin-bottom:6px;}
.lc-info-card p{font-size:14px;color:var(--ink-muted);line-height:1.55;margin:0;}
.lc-howitworks{background:var(--bg-alt);border-radius:18px;padding:32px;}
.lc-howitworks h3{font-family:var(--font-display);font-weight:700;font-size:19px;margin-bottom:16px;}
.lc-howitworks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;font-size:14px;color:var(--ink-nav);line-height:1.6;}

/* Translations */
.lc-translation-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:24px;}
.lc-translation-card h3{font-weight:700;margin-bottom:8px;font-size:15px;}
.lc-translation-card p{font-size:14px;color:var(--ink-muted);line-height:1.6;margin:0;}
.lc-price-box{background:var(--bg-alt);border-radius:18px;padding:28px;}
.lc-price-box h3{font-family:var(--font-display);font-weight:700;font-size:18px;margin-bottom:16px;}
.lc-price-grid{display:grid;grid-template-columns:1fr auto;gap:10px 24px;font-size:14.5px;max-width:520px;}
.lc-price-note{font-size:12.5px;color:var(--ink-muted);margin-top:14px;}

/* Pricing table */
.lc-table-wrap{overflow-x:auto;margin-bottom:44px;}
table.lc-table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden;font-size:14px;min-width:600px;}
table.lc-table thead tr{background:var(--green);color:#fff;text-align:left;}
table.lc-table th{padding:14px 18px;}
table.lc-table td{padding:12px 18px;border-bottom:1px solid var(--border);}
table.lc-table td:first-child{font-weight:600;}
.lc-faq-item{background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px 22px;}
.lc-faq-item .q{font-weight:700;font-size:14.5px;margin-bottom:6px;}
.lc-faq-item .a{font-size:13.5px;color:var(--ink-muted);line-height:1.55;}

/* Shop */
.lc-product-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;}
.lc-product-card img{height:160px;width:100%;object-fit:cover;}
.lc-product-card .body{padding:18px;display:flex;flex-direction:column;flex:1;gap:8px;}
.lc-product-card .cat{font-size:11px;font-weight:600;color:var(--green);text-transform:uppercase;}
.lc-product-card .name{font-weight:700;font-size:15px;line-height:1.3;}
.lc-product-card .desc{font-size:13px;color:var(--ink-muted);line-height:1.5;flex:1;}
.lc-product-card .row{display:flex;align-items:center;justify-content:space-between;margin-top:6px;}
.lc-product-card .price{font-weight:700;font-size:16px;}
.lc-in-cart{font-size:12px;color:var(--amber);font-weight:600;}

/* Team */
.lc-team-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;}
.lc-team-card img{height:170px;width:100%;object-fit:cover;}
.lc-team-card .body{padding:18px;}
.lc-team-card .name{font-weight:700;font-size:15px;margin-bottom:2px;}
.lc-team-card .role{font-size:12.5px;color:var(--green);font-weight:600;margin-bottom:8px;}
.lc-team-card .bio{font-size:13px;color:var(--ink-muted);line-height:1.5;}

/* Forms */
.lc-form{display:flex;flex-direction:column;gap:14px;}
.lc-form.boxed{background:#fff;border:1px solid var(--border);border-radius:16px;padding:26px;}
.lc-form input[type=text],
.lc-form input[type=email],
.lc-form input[type=tel],
.lc-form input:not([type]),
.lc-form textarea{padding:13px 16px;border:1px solid var(--border);border-radius:10px;font-size:14px;font-family:inherit;width:100%;}
.lc-form textarea{resize:vertical;}
.lc-form label.checkline{font-size:12.5px;color:var(--ink-muted);display:flex;gap:8px;align-items:flex-start;}
.lc-form label.checkline input{margin-top:3px;}
.lc-form button[type=submit]{background:var(--green);color:#fff;border:none;padding:14px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;}
.lc-form button[type=submit]:hover{background:var(--green-dark);}
.lc-form-success{background:var(--green-light);border-radius:16px;padding:32px;text-align:center;}
.lc-form-success .emoji{font-size:32px;margin-bottom:10px;}
.lc-form-success .title{font-weight:700;margin-bottom:6px;}
.lc-form-success .sub{font-size:14px;color:var(--green-text);}

/* Contacts */
.lc-contact-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;}
@media (max-width:800px){.lc-contact-grid{grid-template-columns:1fr;}}
.lc-contact-box{background:#fff;border:1px solid var(--border);border-radius:16px;padding:26px;margin-bottom:20px;}
.lc-contact-box .title{font-weight:700;margin-bottom:14px;}
.lc-contact-box .lines{font-size:14px;line-height:1.9;color:var(--ink-nav);}
.lc-map-box{height:180px;border-radius:16px;background:var(--placeholder-blue);display:flex;align-items:center;justify-content:center;font-size:12.5px;color:var(--placeholder-blue-text);text-align:center;padding:12px;}

/* Photo placeholder fallback (used only if an <img> fails to load) */
.lc-photo{width:100%;height:100%;object-fit:cover;}

/* Cart drawer */
.lc-cart-overlay{position:fixed;inset:0;background:rgba(20,20,25,0.4);z-index:60;display:none;}
.lc-cart-overlay.open{display:block;}
.lc-cart-drawer{position:absolute;top:0;right:0;height:100%;width:380px;max-width:92vw;background:#fff;padding:28px;overflow-y:auto;box-shadow:-8px 0 30px rgba(0,0,0,0.15);}
.lc-cart-drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;}
.lc-cart-drawer-head .title{font-family:var(--font-display);font-weight:700;font-size:19px;}
.lc-cart-drawer-head button{background:none;border:none;font-size:20px;cursor:pointer;color:var(--ink-muted);}
.lc-cart-empty{color:var(--ink-muted);font-size:14px;padding:20px 0;}
.lc-cart-line{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid oklch(93% 0.01 85);align-items:center;}
.lc-cart-line .thumb{width:52px;height:52px;border-radius:8px;flex:none;object-fit:cover;background:var(--green-light-2);}
.lc-cart-line .info{flex:1;min-width:0;}
.lc-cart-line .name{font-size:13.5px;font-weight:600;line-height:1.3;}
.lc-cart-line .price{font-size:12.5px;color:var(--ink-muted);}
.lc-qty-row{display:flex;align-items:center;gap:8px;margin-top:6px;}
.lc-qty-row button{width:22px;height:22px;border:1px solid var(--border);background:#fff;border-radius:5px;cursor:pointer;font-size:13px;}
.lc-qty-row span{font-size:13px;min-width:16px;text-align:center;}
.lc-remove{margin-left:auto;font-size:12px;color:oklch(50% 0.15 25);background:none;border:none;cursor:pointer;}
.lc-cart-total{margin-top:20px;}
.lc-cart-total-row{display:flex;justify-content:space-between;font-weight:700;font-size:16px;margin-bottom:16px;}
.lc-cart-total button{width:100%;background:var(--green);color:#fff;border:none;padding:14px;border-radius:10px;font-size:14.5px;font-weight:600;cursor:pointer;}

/* Checkout */
.lc-checkout-summary{background:#fff;border:1px solid var(--border);border-radius:14px;padding:22px;margin-bottom:28px;}
.lc-checkout-line{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid oklch(93% 0.01 85);font-size:14px;}
.lc-checkout-total{display:flex;justify-content:space-between;padding-top:14px;font-weight:700;font-size:16px;}
.lc-empty-cart{text-align:center;padding:40px;color:var(--ink-muted);}

/* Footer */
.lc-footer{background:var(--footer-bg);color:var(--footer-text);padding:56px 32px 28px;margin-top:20px;}
.lc-footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;}
.lc-footer h4{font-weight:700;color:#fff;margin-bottom:12px;font-size:14px;}
.lc-footer .brand{font-family:var(--font-display);font-weight:800;font-size:19px;color:#fff;margin-bottom:12px;}
.lc-footer .lines{font-size:13.5px;line-height:1.8;}
.lc-footer .links{display:flex;flex-direction:column;gap:9px;font-size:13.5px;}
.lc-footer .links a{color:var(--footer-text-2);}
.lc-footer .links a:hover{color:#fff;}
.lc-footer-bottom{max-width:1280px;margin:36px auto 0;border-top:1px solid oklch(30% 0.02 260);padding-top:20px;font-size:12px;color:var(--footer-text-3);display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;}

/* Cookie banner */
.lc-cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border);box-shadow:0 -8px 24px rgba(0,0,0,0.08);padding:18px 28px;z-index:80;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;}
.lc-cookie-banner p{font-size:13.5px;color:var(--ink-3);max-width:640px;line-height:1.5;margin:0;}
.lc-cookie-actions{display:flex;gap:10px;flex-wrap:wrap;}
.lc-cookie-actions button{padding:10px 18px;border-radius:8px;font-size:13.5px;font-weight:600;cursor:pointer;}
.lc-cookie-reject{background:transparent;border:1px solid var(--border);}
.lc-cookie-accept{background:var(--green);color:#fff;border:none;padding:10px 20px;}
.lc-cookie-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px;}
.lc-cookie-card .title{font-weight:700;margin-bottom:4px;}
.lc-cookie-card .desc{font-size:13.5px;color:var(--ink-muted);}

/* Blog post */
.lc-back-link{font-size:13.5px;font-weight:600;}
.lc-post-meta{font-size:12.5px;color:var(--green);font-weight:600;margin:22px 0 10px;}
.lc-post-title{font-size:32px;font-weight:800;line-height:1.2;margin:0 0 24px;font-family:var(--font-display);}
.lc-post-hero{width:100%;height:220px;object-fit:cover;border-radius:16px;margin-bottom:28px;}
.lc-post-body p{font-size:16px;line-height:1.75;color:oklch(28% 0.02 260);margin:0 0 20px;}

@media (max-width:640px){
  .lc-hero-text h1{font-size:36px;}
  .lc-page h1{font-size:28px;}
  .lc-cta-inner{padding:32px;}
  .lc-header-inner{padding:14px 20px;}
  section{padding:44px 20px;}
  .lc-page{padding:40px 20px 60px;}
}
