:root{
  --ink:#26282d;
  --ink-soft:#484b52;
  --muted:#6c6f76;
  --muted-2:#8a8d94;
  --line:#e6e7ea;
  --line-soft:#eceef0;
  --bg-soft:#f8f8f9;
  --bg-chip:#f5f5f6;
  --accent:#d43d1a;
  --accent-dark:#7a2610;
  --accent-tint:#fdece6;
  --dark:#26282d;
  --radius:16px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--ink);
  background:#fff;
}
a{color:inherit;}
img{max-width:100%;display:block;}
.wrap{max-width:1280px;margin:0 auto;padding-left:24px;padding-right:24px;}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line);}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;max-width:1280px;margin:0 auto;}
.brand{display:flex;align-items:center;gap:9px;text-decoration:none;}
.brand-dot{width:11px;height:11px;border-radius:3px;background:var(--accent);display:inline-block;}
.brand-name{font-weight:700;font-size:22px;color:var(--ink);letter-spacing:-0.02em;}
.header-actions{display:flex;align-items:center;gap:10px;}
.cart-link{display:flex;align-items:center;gap:6px;padding:9px 16px;border-radius:999px;background:var(--bg-chip);text-decoration:none;color:var(--ink);font-size:14px;font-weight:600;border:none;cursor:pointer;font-family:inherit;}
.menu-btn{display:flex;flex-direction:column;gap:4px;width:40px;height:40px;align-items:center;justify-content:center;border:1px solid #dcdde1;border-radius:10px;background:#fff;cursor:pointer;}
.menu-btn span{width:18px;height:2px;background:var(--ink);display:block;}
.nav-panel{display:none;}
.nav-panel.open{display:block;border-top:1px solid var(--line-soft);}
.nav-panel nav{max-width:1280px;margin:0 auto;padding:8px 24px 28px;display:flex;flex-direction:column;gap:2px;}
.nav-panel a{padding:12px 4px;font-size:15px;font-weight:600;text-decoration:none;border-bottom:1px solid #f2f3f4;color:#3a3c42;}
.nav-panel a.active{color:var(--accent);}

/* Buttons */
.btn{display:inline-block;padding:15px 28px;border-radius:10px;font-weight:600;font-size:15px;text-decoration:none;border:none;cursor:pointer;font-family:inherit;}
.btn-primary{background:var(--accent);color:#fff;}
.btn-outline{background:transparent;border:1.5px solid #d6d7db;color:var(--ink);}
.btn-sm{padding:9px 16px;border-radius:8px;font-size:13px;}

/* Breadcrumb / page hero */
.breadcrumb{font-size:13px;color:var(--muted-2);margin-bottom:14px;}
.breadcrumb a{text-decoration:none;color:var(--muted-2);}
.page-hero{padding:56px 24px 32px;max-width:1280px;margin:0 auto;}
.page-hero h1{font-size:clamp(30px,4.5vw,46px);font-weight:700;letter-spacing:-0.02em;margin:0 0 16px;max-width:760px;}
.page-hero p{font-size:17px;line-height:1.6;color:#525560;max-width:640px;margin:0;}

/* Hero (home) */
.hero{max-width:1280px;margin:0 auto;padding:64px 24px 40px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:48px;align-items:center;}
.hero-badge{display:inline-block;padding:6px 14px;border-radius:999px;background:var(--accent-tint);color:var(--accent-dark);font-size:13px;font-weight:600;margin-bottom:20px;}
.hero h1{font-size:clamp(34px,5vw,56px);line-height:1.08;font-weight:700;letter-spacing:-0.02em;margin:0 0 20px;}
.hero h1 span{color:var(--accent);}
.hero p{font-size:18px;line-height:1.6;color:#4a4d55;max-width:520px;margin:0 0 32px;}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;}
.hero-media, .photo-box{position:relative;aspect-ratio:4/3;border-radius:20px;overflow:hidden;background:#eee;}
.hero-media img, .photo-box img{width:100%;height:100%;object-fit:cover;}

/* Stats */
.stats{max-width:1280px;margin:0 auto;padding:32px 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:24px;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);}
.stat{text-align:center;}
.stat-value{font-size:34px;font-weight:700;color:var(--ink);letter-spacing:-0.02em;}
.stat-label{font-size:14px;color:var(--muted);margin-top:4px;}

/* Sections */
.section{max-width:1280px;margin:0 auto;padding:80px 24px 40px;}
.section-tight{padding:20px 24px 60px;}
.section-title{text-align:center;max-width:640px;margin:0 auto 48px;}
.section-title h2{font-size:clamp(26px,3.5vw,38px);font-weight:700;letter-spacing:-0.02em;margin:0 0 14px;}
.section-title p{font-size:16px;color:var(--muted);line-height:1.6;}
h2.section-h{font-size:clamp(24px,3vw,32px);font-weight:700;letter-spacing:-0.02em;margin:0 0 28px;}

/* Services / step cards */
.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;}
.card{display:block;text-decoration:none;color:inherit;padding:28px;border-radius:var(--radius);background:var(--bg-soft);border:1px solid var(--line-soft);}
.card-num{width:44px;height:44px;border-radius:10px;background:var(--accent-tint);display:flex;align-items:center;justify-content:center;font-weight:700;color:#b23d18;margin-bottom:16px;}
.card h3{font-size:18px;font-weight:600;margin:0 0 8px;}
.card p{font-size:14px;color:var(--muted);line-height:1.55;margin:0;}

/* Why us */
.why-section{max-width:1280px;margin:0 auto;padding:60px 24px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:center;}
.why-media{order:2;position:relative;aspect-ratio:5/4;border-radius:20px;overflow:hidden;background:#eee;}
.why-media img{width:100%;height:100%;object-fit:cover;}
.why-body{order:1;}
.why-body h2{font-size:clamp(26px,3.5vw,36px);font-weight:700;letter-spacing:-0.02em;margin:0 0 20px;}
.why-list{display:flex;flex-direction:column;gap:16px;}
.why-item{display:flex;gap:14px;align-items:flex-start;}
.why-dot{width:22px;height:22px;border-radius:50%;background:var(--accent);flex:none;margin-top:2px;}
.why-item-title{font-weight:600;font-size:15px;margin-bottom:2px;}
.why-item-desc{font-size:14px;color:var(--muted);line-height:1.5;}

/* Categories preview */
.cat-band{background:var(--bg-soft);padding:70px 24px;}
.cat-band-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:32px;flex-wrap:wrap;}
.cat-band-head h2{font-size:clamp(24px,3vw,32px);font-weight:700;letter-spacing:-0.02em;margin:0;}
.cat-band-head a{font-size:14px;font-weight:600;color:#b23d18;text-decoration:none;}
.cat-mini-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:14px;}
.cat-mini{text-decoration:none;color:inherit;padding:22px 12px;border-radius:14px;background:#fff;border:1px solid var(--line);text-align:center;}
.cat-mini-code{font-size:24px;font-weight:700;color:#b23d18;margin-bottom:6px;}
.cat-mini-name{font-size:12.5px;color:var(--muted);}

/* Testimonials */
.testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;}
.testi{padding:26px;border-radius:var(--radius);background:var(--bg-soft);border:1px solid var(--line-soft);}
.testi-stars{color:var(--accent);font-size:14px;margin-bottom:10px;}
.testi p{font-size:14.5px;line-height:1.6;color:#3d4048;margin:0 0 14px;}
.testi-name{font-size:13.5px;font-weight:600;}
.testi-role{font-size:12.5px;color:var(--muted-2);}

/* CTA band */
.cta-band{background:var(--dark);padding:64px 24px;}
.cta-inner{max-width:900px;margin:0 auto;text-align:center;}
.cta-inner h2{color:#fff;font-size:clamp(24px,3.2vw,34px);font-weight:700;letter-spacing:-0.02em;margin:0 0 14px;}
.cta-inner p{color:#c2c3c8;font-size:16px;margin:0 0 28px;}

/* Footer */
.site-footer{background:var(--bg-chip);padding:56px 24px 28px;border-top:1px solid var(--line);}
.footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;}
.footer-brand{display:flex;align-items:center;gap:8px;margin-bottom:12px;}
.footer-brand span.name{font-weight:700;font-size:18px;}
.footer-desc{font-size:13.5px;color:var(--muted);line-height:1.6;max-width:260px;}
.footer-h{font-weight:600;font-size:14px;margin-bottom:14px;}
.footer-links{display:flex;flex-direction:column;gap:9px;}
.footer-links a{font-size:13.5px;color:#4a4d55;text-decoration:none;}
.footer-contact{display:flex;flex-direction:column;gap:9px;font-size:13.5px;color:#4a4d55;}
.footer-bottom{max-width:1280px;margin:40px auto 0;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:12.5px;color:var(--muted-2);}

/* Cookie banner */
.cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:60;}
.cookie-banner.hidden{display:none;}
.cookie-inner{max-width:900px;margin:0 auto;background:var(--dark);color:#fff;border-radius:14px;padding:18px 22px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:space-between;box-shadow:0 8px 30px rgba(0,0,0,0.25);}
.cookie-inner p{font-size:13.5px;line-height:1.5;margin:0;flex:1;min-width:220px;color:#d3d4d8;}
.cookie-inner a{color:#fff;text-decoration:underline;}
.cookie-accept{padding:10px 20px;border-radius:8px;background:var(--accent);color:#fff;border:none;font-weight:600;font-size:13.5px;cursor:pointer;font-family:inherit;}

/* FAQ */
.faq-list{display:flex;flex-direction:column;gap:12px;max-width:760px;margin:0 auto;}
.faq-item{border:1px solid var(--line);border-radius:14px;overflow:hidden;}
.faq-q{width:100%;text-align:left;padding:18px 20px;background:var(--bg-soft);border:none;font-weight:600;font-size:15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:inherit;color:inherit;}
.faq-q .plus{color:var(--accent);font-size:20px;transition:transform .15s;}
.faq-item.open .plus{transform:rotate(45deg);}
.faq-a{padding:0 20px 18px;font-size:14.5px;line-height:1.6;color:#4a4d55;display:none;}
.faq-item.open .faq-a{display:block;}

/* Packages / pricing */
.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;}
.price-card{padding:30px;border-radius:18px;background:#fff;border:2px solid var(--line);position:relative;}
.price-card.highlight{border-color:var(--accent);}
.price-badge{position:absolute;top:-12px;right:20px;background:var(--accent);color:#fff;font-size:11.5px;font-weight:700;padding:5px 12px;border-radius:999px;}
.price-name{font-size:14px;font-weight:600;color:var(--muted);margin-bottom:6px;}
.price-value{font-size:30px;font-weight:700;letter-spacing:-0.02em;margin-bottom:16px;}
.price-items{display:flex;flex-direction:column;gap:10px;}
.price-item{font-size:13.5px;color:#4a4d55;display:flex;gap:8px;}
.price-item .check{color:var(--accent);}
.price-note{font-size:13px;color:var(--muted-2);margin-top:20px;}
.price-note a{color:#b23d18;text-decoration:none;font-weight:600;}

/* Instructors */
.people-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;}
.person-card{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);}
.person-photo{aspect-ratio:1;background:#eee;overflow:hidden;}
.person-photo img{width:100%;height:100%;object-fit:cover;}
.person-body{padding:16px;}
.person-name{font-weight:600;font-size:15px;}
.person-role{font-size:13px;color:#b23d18;margin:2px 0 6px;}
.person-years{font-size:12.5px;color:var(--muted);}

/* Topics list */
.topics-grid{max-width:1280px;margin:0 auto;padding:20px 24px 60px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:center;}
.topic-list{display:flex;flex-direction:column;gap:14px;}
.topic-item{display:flex;gap:12px;align-items:flex-start;}
.topic-dot{width:20px;height:20px;border-radius:50%;background:var(--accent);flex:none;margin-top:3px;}
.topic-text{font-size:14.5px;color:#3d4048;line-height:1.5;}

/* Formats */
.formats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;}
.format-card{padding:28px;border-radius:var(--radius);background:#fff;border:1px solid var(--line);}
.format-card h3{font-size:17px;font-weight:600;margin:0 0 10px;}
.format-card p{font-size:14px;color:#5a5d64;line-height:1.6;margin:0;}

/* Stages (gyakorlat) */
.stage-list{display:flex;flex-direction:column;gap:16px;}
.stage-item{display:flex;gap:14px;align-items:flex-start;}
.stage-num{width:28px;height:28px;border-radius:50%;background:var(--accent-tint);color:#b23d18;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;flex:none;}
.stage-title{font-weight:600;font-size:15px;margin-bottom:2px;}
.stage-desc{font-size:13.5px;color:var(--muted);line-height:1.5;}

/* Fleet grid */
.fleet-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;}
.fleet-card{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:#fff;}
.fleet-photo{aspect-ratio:16/10;background:#eee;overflow:hidden;}
.fleet-photo img{width:100%;height:100%;object-fit:cover;}
.fleet-body{padding:14px;}
.fleet-model{font-weight:600;font-size:14.5px;}
.fleet-note{font-size:12.5px;color:var(--muted);}

/* Table */
.table-wrap{overflow-x:auto;}
table.data-table{width:100%;border-collapse:collapse;font-size:14px;min-width:480px;}
table.data-table th{text-align:left;padding:12px 8px;border-bottom:2px solid var(--dark);}
table.data-table td{padding:12px 8px;border-bottom:1px solid var(--line);color:#4a4d55;}
table.data-table td:first-child{font-weight:600;color:var(--ink);}

/* Category cards */
.cat-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;}
.cat-card{padding:26px;border-radius:var(--radius);background:var(--bg-soft);border:1px solid var(--line-soft);}
.cat-card-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;}
.cat-card-code{font-size:30px;font-weight:700;color:#b23d18;letter-spacing:-0.02em;}
.cat-card-age{font-size:13px;font-weight:600;color:var(--muted);background:#fff;padding:5px 12px;border-radius:999px;border:1px solid #dfe0e3;}
.cat-card h3{font-size:16px;font-weight:600;margin:0 0 8px;}
.cat-card p{font-size:13.5px;color:#5a5d64;line-height:1.55;margin:0 0 14px;}
.cat-card-foot{display:flex;justify-content:space-between;font-size:12.5px;color:var(--muted);border-top:1px solid #dfe0e3;padding-top:12px;}
.cat-card-foot span.price{font-weight:600;color:#2c2e33;}

/* Mocks / tips */
.mock-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;}
.mock-card{padding:26px;border-radius:var(--radius);background:#fff;border:1px solid var(--line);}
.mock-name{font-weight:600;font-size:15px;margin-bottom:6px;}
.mock-price{font-size:24px;font-weight:700;letter-spacing:-0.02em;margin-bottom:10px;}
.mock-desc{font-size:13.5px;color:var(--muted);line-height:1.5;}

.tips-band{max-width:1280px;margin:0 auto;padding:60px 24px;}
.tip-chip-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;}
.tip-chip{padding:20px;border-radius:14px;background:var(--accent-tint);}
.tip-chip-text{font-size:14px;color:#3d2c26;line-height:1.5;}

/* Blog-style tips grid */
.blog-grid{max-width:1280px;margin:0 auto;padding:20px 24px 70px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px;}
.blog-card{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line-soft);}
.blog-photo{aspect-ratio:16/9;background:#eee;overflow:hidden;}
.blog-photo img{width:100%;height:100%;object-fit:cover;}
.blog-body{padding:20px;}
.blog-tag{font-size:12px;font-weight:600;color:#b23d18;text-transform:uppercase;letter-spacing:0.03em;margin-bottom:8px;}
.blog-body h3{font-size:16.5px;font-weight:600;margin:0 0 8px;}
.blog-body p{font-size:13.5px;color:#5a5d64;line-height:1.6;margin:0;}

/* Simple CTA band inline */
.simple-cta{background:var(--bg-soft);padding:60px 24px;}
.simple-cta-inner{max-width:900px;margin:0 auto;text-align:center;}
.simple-cta-inner h2{font-size:clamp(24px,3vw,32px);font-weight:700;letter-spacing:-0.02em;margin:0 0 28px;}
.simple-cta-inner p{font-size:15.5px;color:#5a5d64;line-height:1.6;margin:0 0 24px;}

/* Legal pages */
.legal-section{max-width:760px;margin:0 auto;padding:20px 24px 80px;}
.legal-updated{font-size:13px;color:var(--muted-2);margin-bottom:32px;}
.legal-section h2{font-size:19px;font-weight:600;margin:32px 0 12px;}
.legal-section p{font-size:14.5px;line-height:1.75;color:#4a4d55;margin:0 0 4px;}
.legal-section ul{font-size:14.5px;line-height:1.75;color:#4a4d55;margin:0 0 4px;padding-left:20px;}
.legal-section ul li{margin-bottom:6px;}
.legal-wide{max-width:900px;}

/* Webshop */
.shop-grid{max-width:1280px;margin:0 auto;padding:20px 24px 80px;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:22px;}
.product-card{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line-soft);display:flex;flex-direction:column;}
.product-photo{aspect-ratio:1;background:#eee;overflow:hidden;}
.product-photo img{width:100%;height:100%;object-fit:cover;}
.product-body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1;}
.product-body h3{font-size:14.5px;font-weight:600;margin:0;line-height:1.4;}
.product-desc{font-size:12.5px;color:var(--muted);line-height:1.5;flex:1;}
.product-foot{display:flex;align-items:center;justify-content:space-between;margin-top:6px;}
.product-price{font-size:17px;font-weight:700;}
.add-cart-btn{padding:9px 16px;border-radius:8px;background:var(--accent);color:#fff;border:none;font-weight:600;font-size:13px;cursor:pointer;font-family:inherit;}

/* Cart drawer */
.cart-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.35);z-index:70;}
.cart-overlay.open{display:block;}
.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,100%);background:#fff;box-shadow:-8px 0 30px rgba(0,0,0,0.15);display:flex;flex-direction:column;z-index:71;}
.cart-head{padding:20px 24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;}
.cart-head h2{font-size:18px;font-weight:700;margin:0;}
.cart-close{border:none;background:none;font-size:22px;cursor:pointer;color:var(--muted);}
.cart-body{flex:1;overflow-y:auto;padding:16px 24px;}
.cart-empty{font-size:14px;color:var(--muted);}
.cart-row{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #f0f1f2;}
.cart-thumb{width:56px;height:56px;border-radius:10px;flex:none;background:#eee;}
.cart-row-name{font-size:13.5px;font-weight:600;line-height:1.35;margin-bottom:4px;}
.cart-row-price{font-size:12.5px;color:var(--muted);margin-bottom:8px;}
.qty-controls{display:flex;align-items:center;gap:10px;}
.qty-btn{width:24px;height:24px;border-radius:6px;border:1px solid #dcdde1;background:#fff;cursor:pointer;}
.qty-val{font-size:13px;min-width:16px;text-align:center;}
.remove-btn{margin-left:auto;font-size:12px;color:var(--accent);background:none;border:none;cursor:pointer;}
.cart-foot{padding:20px 24px;border-top:1px solid var(--line);}
.cart-total-row{display:flex;justify-content:space-between;font-size:15px;font-weight:700;margin-bottom:14px;}
.checkout-btn{width:100%;padding:14px;border-radius:10px;background:var(--accent);color:#fff;border:none;font-weight:600;font-size:14.5px;cursor:pointer;font-family:inherit;}
.checkout-btn:disabled{opacity:0.5;cursor:not-allowed;}
.order-success{padding:14px;border-radius:10px;background:var(--accent-tint);color:#8a3016;font-size:13.5px;text-align:center;display:none;}
.cart-legal{font-size:11.5px;color:var(--muted-2);margin:12px 0 0;}
.cart-legal a{color:#b23d18;text-decoration:none;}

/* Contact */
.contact-grid{max-width:1280px;margin:0 auto;padding:20px 24px 80px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:start;}
.contact-form{display:flex;flex-direction:column;gap:16px;}
.field label{font-size:13px;font-weight:600;display:block;margin-bottom:6px;}
.field input, .field select, .field textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #d6d7db;font-size:14.5px;box-sizing:border-box;background:#fff;font-family:inherit;}
.field textarea{resize:vertical;}
.checkbox-field{display:flex;gap:10px;align-items:flex-start;font-size:12.5px;color:var(--muted);line-height:1.5;}
.checkbox-field input{margin-top:2px;width:auto;}
.checkbox-field a{color:#b23d18;text-decoration:none;font-weight:600;}
.form-success{padding:30px;border-radius:var(--radius);background:var(--accent-tint);display:none;}
.form-success h3{font-size:18px;font-weight:700;margin:0 0 10px;color:#8a3016;}
.form-success p{font-size:14.5px;color:#4a4d55;line-height:1.6;margin:0;}
.form-error{color:var(--accent);font-size:13px;margin-top:6px;display:none;}
.side-media{aspect-ratio:16/10;border-radius:var(--radius);overflow:hidden;background:#eee;}
.side-media img{width:100%;height:100%;object-fit:cover;}
.info-card{padding:24px;border-radius:var(--radius);background:var(--bg-soft);border:1px solid var(--line-soft);display:flex;flex-direction:column;gap:14px;margin-top:20px;}
.info-label{font-size:12.5px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:0.03em;margin-bottom:4px;}
.info-value{font-size:14.5px;}

/* Cookie table */
table.cookie-table{width:100%;border-collapse:collapse;font-size:13.5px;min-width:560px;}
table.cookie-table th{text-align:left;padding:12px 8px;border-bottom:2px solid var(--dark);}
table.cookie-table td{padding:12px 8px;border-bottom:1px solid var(--line);color:#4a4d55;}
table.cookie-table td:first-child{font-weight:600;color:var(--ink);}

@media (max-width:860px){
  .hero, .why-section, .topics-grid, .contact-grid{grid-template-columns:1fr !important;}
  .why-media{order:1;}
  .why-body{order:2;}
}
