/* Utazás Központ - shared stylesheet */

:root{
  --bg: oklch(98% 0.01 90);
  --text: oklch(24% 0.03 250);
  --muted: oklch(45% 0.03 250);
  --link: oklch(45% 0.15 235);
  --link-hover: oklch(38% 0.15 235);
  --nav-text: oklch(30% 0.04 250);
  --nav-hover: oklch(50% 0.14 235);
  --header-border: oklch(88% 0.03 80);
  --grad-1: oklch(74% 0.12 195);
  --grad-2: oklch(52% 0.15 235);
  --hero-top: oklch(93% 0.04 210);
  --card-border: oklch(90% 0.02 80);
  --badge-bg: oklch(88% 0.06 195);
  --badge-text: oklch(32% 0.1 195);
  --section-alt: oklch(94% 0.03 90);
  --eyebrow: oklch(45% 0.13 195);
  --price: oklch(40% 0.13 235);
  --footer-bg: oklch(24% 0.05 245);
  --footer-text: oklch(88% 0.02 220);
  --footer-link: oklch(80% 0.02 220);
  --footer-border: oklch(35% 0.04 240);
  --cta-1: oklch(40% 0.1 235);
  --cta-2: oklch(48% 0.1 195);
  --cookie-bg: oklch(20% 0.04 245);
  --danger: oklch(55% 0.15 25);
  --success: oklch(40% 0.13 195);
  --btn-primary: oklch(52% 0.15 235);
  --heading-color: oklch(26% 0.06 245);
  --font-heading: 'Poppins', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-body: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;background:var(--bg);font-family:var(--font-body);color:var(--text);}
a{color:var(--link);}
a:hover{color:var(--link-hover);}
h1,h2,h3{font-family:var(--font-heading);margin:0;color:var(--heading-color);}
img{display:block;max-width:100%;height:auto;}
button{font-family:inherit;}

.wrap{max-width:1280px;margin:0 auto;padding-left:24px;padding-right:24px;}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:oklch(98% 0.01 90 / 0.94);backdrop-filter:blur(8px);border-bottom:1px solid var(--header-border);}
.site-header .wrap{padding-top:14px;padding-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;}
.brand-mark{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg, var(--grad-1), var(--grad-2));flex-shrink:0;}
.brand-name{font-family:var(--font-heading);font-weight:800;font-size:21px;color:oklch(30% 0.06 245);}
.main-nav{display:flex;gap:20px;flex-wrap:wrap;}
.navlink{text-decoration:none;color:var(--nav-text);font-weight:500;font-size:15px;}
.navlink:hover{color:var(--nav-hover);}
.navlink.is-active{color:var(--nav-hover);}
.header-actions{display:flex;gap:10px;align-items:center;}
.btn-cart{cursor:pointer;text-decoration:none;font-weight:600;font-size:14px;color:var(--nav-text);border:1px solid var(--header-border);background:white;padding:9px 14px;border-radius:8px;position:relative;display:inline-flex;align-items:center;gap:4px;}
.btn-cta{text-decoration:none;font-weight:700;font-size:14px;color:white;background:var(--btn-primary);padding:10px 18px;border-radius:8px;border:none;cursor:pointer;}
.cart-count{position:absolute;top:-8px;right:-8px;background:oklch(55% 0.18 25);color:white;font-size:11px;font-weight:700;border-radius:999px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;}

/* hero */
.hero{position:relative;padding:80px 24px 100px;background:linear-gradient(180deg, var(--hero-top), var(--bg));overflow:hidden;}
.hero .wrap{padding:0;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,0.9fr);gap:48px;align-items:center;}
.eyebrow-pill{display:inline-block;background:var(--badge-bg);color:var(--badge-text);font-weight:700;font-size:13px;padding:6px 14px;border-radius:999px;margin-bottom:18px;}
.hero h1{font-size:clamp(32px,5vw,54px);line-height:1.08;margin-bottom:20px;}
.hero p.lead{font-size:18px;line-height:1.6;color:oklch(38% 0.03 250);max-width:520px;margin-bottom:28px;}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:34px;}
.btn-primary{text-decoration:none;font-weight:700;color:white;background:var(--btn-primary);padding:15px 26px;border-radius:10px;font-size:15px;border:none;cursor:pointer;display:inline-block;}
.btn-secondary{text-decoration:none;font-weight:700;color:oklch(30% 0.06 245);background:white;border:1px solid var(--header-border);padding:15px 26px;border-radius:10px;font-size:15px;display:inline-block;cursor:pointer;}
.stat-row{display:flex;gap:32px;flex-wrap:wrap;}
.stat-num{font-family:var(--font-heading);font-weight:800;font-size:26px;color:oklch(45% 0.14 235);}
.stat-label{font-size:13px;color:var(--muted);}
.hero-photo{aspect-ratio:4/3.2;border-radius:22px;overflow:hidden;box-shadow:0 30px 60px -20px oklch(40% 0.1 235 / 0.35);}
.hero-photo img{width:100%;height:100%;object-fit:cover;}

/* generic page hero (non-home) */
.page-hero{padding:56px 24px 40px;background:linear-gradient(180deg, var(--hero-top), var(--bg));}
.page-hero .eyebrow{color:var(--eyebrow);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.06em;}
.page-hero h1{font-size:clamp(28px,4vw,42px);margin:8px 0 14px;}
.page-hero p{font-size:16px;color:var(--muted);max-width:620px;line-height:1.6;margin:0;}

/* feature cards */
.section{padding:56px 24px;}
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;}
.feature-card{background:white;border:1px solid var(--card-border);border-radius:14px;padding:24px;}
.feature-icon{font-size:26px;margin-bottom:10px;}
.feature-card h3{font-size:17px;margin-bottom:8px;}
.feature-card p{font-size:14px;color:var(--muted);line-height:1.55;margin:0;}

/* section headers */
.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;flex-wrap:wrap;gap:12px;}
.section-head h2{font-size:30px;margin-top:6px;}
.section-link{text-decoration:none;font-weight:600;color:var(--link);}

/* destination cards */
.dest-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;}
.dest-card{text-decoration:none;color:inherit;display:block;background:white;border-radius:16px;overflow:hidden;border:1px solid var(--card-border);}
.dest-card .photo{aspect-ratio:4/3;overflow:hidden;}
.dest-card .photo img{width:100%;height:100%;object-fit:cover;}
.dest-card .body{padding:14px 16px;}
.dest-card h3{font-size:16px;margin-bottom:4px;}
.dest-card p{font-size:13px;color:var(--muted);margin:0;}
.dest-card .price-row{display:flex;justify-content:space-between;align-items:center;margin-top:10px;}
.dest-card .price{font-size:13px;font-weight:700;color:var(--price);}

/* tour cards */
.tour-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;}
.tour-card{background:white;border-radius:16px;overflow:hidden;border:1px solid var(--card-border);box-shadow:0 8px 24px -18px oklch(30% 0.1 245 / 0.4);display:flex;flex-direction:column;}
.tour-card .photo{aspect-ratio:16/10;position:relative;overflow:hidden;}
.tour-card .photo img{width:100%;height:100%;object-fit:cover;}
.tour-tag{position:absolute;left:12px;bottom:12px;background:var(--btn-primary);color:white;font-size:12px;font-weight:700;padding:5px 10px;border-radius:6px;}
.tour-card .body{padding:18px 20px;display:flex;flex-direction:column;flex:1;}
.tour-card h3{font-size:18px;margin-bottom:6px;}
.tour-card .meta{font-size:13px;color:var(--muted);margin-bottom:8px;}
.tour-card .desc{font-size:13px;color:var(--muted);line-height:1.5;margin-bottom:16px;flex:1;}
.tour-card .price-row{display:flex;justify-content:space-between;align-items:center;}
.tour-price{font-family:var(--font-heading);font-weight:700;font-size:18px;color:var(--price);}
.tour-link{text-decoration:none;font-weight:600;font-size:13px;color:var(--link);}
.btn-book{text-decoration:none;font-weight:700;font-size:13px;color:white;background:var(--btn-primary);padding:9px 14px;border-radius:8px;}

/* shop banner */
.shop-banner{padding:60px 24px;background:linear-gradient(120deg, var(--cta-1), var(--cta-2));}
.shop-banner .wrap{padding:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;align-items:center;}
.shop-banner .eyebrow{color:oklch(90% 0.05 195);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.06em;}
.shop-banner h2{font-size:30px;color:white;margin:8px 0 14px;}
.shop-banner p{color:oklch(92% 0.02 220);font-size:15px;line-height:1.6;max-width:480px;margin-bottom:22px;}
.shop-banner .btn-primary{color:var(--cta-1);background:white;}
.shop-banner-photos{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.shop-banner-photos .ph{aspect-ratio:1;border-radius:14px;overflow:hidden;}
.shop-banner-photos .ph img{width:100%;height:100%;object-fit:cover;}
.shop-banner-photos .ph.offset{margin-top:24px;}

/* articles */
.article-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;}
.article-card{text-decoration:none;color:inherit;display:block;background:white;border-radius:16px;overflow:hidden;border:1px solid var(--card-border);}
.article-card .photo{aspect-ratio:16/10;overflow:hidden;}
.article-card .photo img{width:100%;height:100%;object-fit:cover;}
.article-card .body{padding:18px 20px;}
.article-tag{font-size:11px;font-weight:700;color:var(--eyebrow);text-transform:uppercase;}
.article-card h3{font-size:17px;margin:8px 0;}
.article-card p{font-size:13px;color:var(--muted);line-height:1.55;margin-bottom:12px;}
.article-read{font-size:12px;color:oklch(50% 0.03 250);}

/* testimonials */
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;}
.testimonial-card{background:white;border:1px solid var(--card-border);border-radius:14px;padding:22px;text-align:left;}
.testimonial-card p{font-size:14px;line-height:1.6;color:oklch(35% 0.03 250);margin-bottom:14px;}
.testimonial-card strong{font-size:13px;}
.testimonial-card span{font-size:12px;color:oklch(50% 0.03 250);}

/* newsletter */
.newsletter{padding:48px 24px;background:var(--hero-top);text-align:center;}
.newsletter .wrap{max-width:700px;padding:0;}
.newsletter h2{font-size:24px;margin-bottom:10px;}
.newsletter p{font-size:14px;color:oklch(40% 0.03 250);margin-bottom:20px;}
.newsletter-form{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.newsletter-form input{flex:1;min-width:220px;padding:13px 16px;border-radius:8px;border:1px solid var(--header-border);font-size:14px;}
.newsletter-form button{background:var(--btn-primary);color:white;border:none;padding:13px 22px;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer;}
.form-msg{color:var(--success);font-size:13px;margin-top:12px;display:none;}
.form-msg.is-visible{display:block;}
.form-msg.is-error{color:var(--danger);}

/* footer */
.site-footer{background:var(--footer-bg);color:var(--footer-text);padding:56px 24px 24px;}
.footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;margin-bottom:32px;}
.footer-brand{font-family:var(--font-heading);font-weight:800;font-size:19px;color:white;margin-bottom:10px;}
.footer-grid p{font-size:13px;line-height:1.6;color:oklch(75% 0.02 220);margin:0;}
.footer-col-title{font-weight:700;color:white;margin-bottom:12px;font-size:14px;}
.footer-links{display:flex;flex-direction:column;gap:8px;}
.footer-links a{color:var(--footer-link);text-decoration:none;font-size:13px;}
.footer-bottom{max-width:1280px;margin:0 auto;border-top:1px solid var(--footer-border);padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12px;color:oklch(65% 0.02 220);}

/* cookie banner */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--cookie-bg);color:white;padding:18px 24px;display:flex;gap:18px;align-items:center;justify-content:center;flex-wrap:wrap;z-index:100;box-shadow:0 -8px 30px oklch(0% 0 0 / 0.2);}
.cookie-banner p{font-size:13px;max-width:560px;margin:0;color:oklch(90% 0.02 220);}
.cookie-banner a{color:oklch(80% 0.1 195);}
.btn-accept{background:oklch(58% 0.15 195);color:white;border:none;padding:10px 18px;border-radius:8px;font-weight:700;font-size:13px;cursor:pointer;}
.cookie-banner[hidden]{display:none;}

/* CTA band */
.cta-band{padding:56px 24px;background:linear-gradient(120deg, var(--cta-1), var(--cta-2));text-align:center;}
.cta-band .wrap{max-width:700px;padding:0;}
.cta-band h2{font-size:26px;color:white;margin-bottom:12px;}
.cta-band p{color:oklch(92% 0.02 220);font-size:15px;margin-bottom:22px;}
.cta-band .btn-primary{color:var(--cta-1);background:white;}

/* pill list (categories) */
.pill-row{display:flex;gap:10px;flex-wrap:wrap;}
.pill{background:white;border:1px solid var(--header-border);padding:9px 16px;border-radius:999px;font-size:13px;font-weight:600;color:oklch(35% 0.05 245);cursor:pointer;}
.pill.is-active{background:var(--btn-primary);color:white;border-color:var(--btn-primary);}

/* shop product grid */
.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;}
.product-card{background:white;border-radius:16px;overflow:hidden;border:1px solid var(--card-border);display:flex;flex-direction:column;}
.product-card .photo{aspect-ratio:1;overflow:hidden;}
.product-card .photo img{width:100%;height:100%;object-fit:cover;}
.product-card .body{padding:16px 18px;display:flex;flex-direction:column;flex:1;}
.product-cat{font-size:11px;font-weight:700;color:var(--eyebrow);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;}
.product-card h3{font-size:15px;margin-bottom:6px;}
.product-card p{font-size:13px;color:var(--muted);margin-bottom:12px;flex:1;}
.product-price-row{display:flex;justify-content:space-between;align-items:center;}
.product-price{font-family:var(--font-heading);font-weight:700;font-size:16px;color:var(--price);}
.btn-add{cursor:pointer;font-weight:700;font-size:13px;color:white;background:var(--btn-primary);border:none;padding:9px 14px;border-radius:8px;}

/* shop perks */
.perk-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;}
.perk-card{background:white;border:1px solid var(--card-border);border-radius:14px;padding:20px;text-align:center;}
.perk-icon{font-size:22px;margin-bottom:8px;}
.perk-title{font-weight:700;font-size:14px;margin-bottom:4px;}
.perk-sub{font-size:12px;color:var(--muted);}

/* cart drawer */
.cart-overlay{position:fixed;inset:0;background:oklch(10% 0 0 / 0.45);z-index:90;}
.cart-overlay[hidden]{display:none;}
.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,100%);background:white;z-index:91;display:flex;flex-direction:column;box-shadow:-20px 0 40px oklch(0% 0 0 / 0.15);}
.cart-drawer[hidden]{display:none;}
.cart-drawer-head{padding:20px 22px;border-bottom:1px solid var(--card-border);display:flex;justify-content:space-between;align-items:center;}
.cart-drawer-head h2{font-size:18px;}
.cart-close{cursor:pointer;background:none;border:none;font-size:20px;color:var(--muted);}
.cart-body{flex:1;overflow:auto;padding:12px 22px;}
.cart-empty{color:oklch(50% 0.03 250);font-size:14px;padding:40px 0;text-align:center;}
.cart-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid oklch(92% 0.02 80);align-items:center;}
.cart-item-thumb{width:56px;height:56px;flex-shrink:0;border-radius:8px;overflow:hidden;background:var(--section-alt);}
.cart-item-thumb img{width:100%;height:100%;object-fit:cover;}
.cart-item-info{flex:1;}
.cart-item-name{font-size:13px;font-weight:600;margin-bottom:4px;}
.cart-item-price{font-size:12px;color:var(--muted);}
.qty-row{display:flex;align-items:center;gap:8px;margin-top:6px;}
.qty-btn{cursor:pointer;width:24px;height:24px;border-radius:6px;border:1px solid var(--header-border);background:white;}
.qty-val{font-size:13px;min-width:16px;text-align:center;}
.remove-btn{cursor:pointer;background:none;border:none;color:var(--danger);font-size:12px;}
.cart-footer{padding:18px 22px;border-top:1px solid var(--card-border);}
.cart-total-row{display:flex;justify-content:space-between;font-weight:700;font-size:16px;margin-bottom:14px;}
.btn-checkout{cursor:pointer;width:100%;font-weight:700;font-size:14px;color:white;background:var(--btn-primary);border:none;padding:14px;border-radius:8px;}
.btn-checkout:disabled{opacity:.5;cursor:not-allowed;}
.back-link-btn{cursor:pointer;background:none;border:none;font-size:13px;color:var(--link);font-weight:600;margin-bottom:16px;padding:0;}
.checkout-form{display:flex;flex-direction:column;gap:12px;}
.checkout-form input, .checkout-form select, .checkout-form textarea{padding:12px 14px;border-radius:8px;border:1px solid var(--header-border);font-size:14px;font-family:inherit;}
.pay-label{display:flex;gap:8px;font-size:13px;align-items:center;}
.checkout-total-row{display:flex;justify-content:space-between;font-weight:700;font-size:16px;margin-top:14px;padding-top:14px;border-top:1px solid var(--card-border);}
.legal-note{font-size:11px;color:oklch(50% 0.03 250);line-height:1.5;}
.order-confirm{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center;}
.order-confirm .icon{font-size:40px;margin-bottom:14px;}
.order-confirm h3{font-size:18px;margin-bottom:10px;}
.order-confirm p{font-size:13px;color:var(--muted);line-height:1.6;}

/* contact page */
.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:32px;}
.contact-info{display:flex;flex-direction:column;gap:16px;}
.info-card{background:white;border:1px solid var(--card-border);border-radius:14px;padding:22px;}
.info-title{font-weight:700;font-size:14px;margin-bottom:6px;}
.info-text{font-size:13px;color:var(--muted);line-height:1.6;}
.info-photo{aspect-ratio:4/3;border-radius:14px;overflow:hidden;}
.info-photo img{width:100%;height:100%;object-fit:cover;}
.contact-form-card{background:white;border:1px solid var(--card-border);border-radius:16px;padding:32px;}
.contact-form-card h2{font-size:20px;margin-bottom:20px;}
.form{display:flex;flex-direction:column;gap:14px;}
.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.form input, .form select, .form textarea{padding:13px 14px;border-radius:8px;border:1px solid var(--header-border);font-size:14px;font-family:inherit;width:100%;}
.consent-row{display:flex;gap:8px;font-size:12px;color:var(--muted);align-items:flex-start;}
.consent-row input{width:auto;margin-top:2px;}
.form-submit{cursor:pointer;font-weight:700;font-size:14px;color:white;background:var(--btn-primary);border:none;padding:14px;border-radius:8px;}
.form-success{text-align:center;padding:40px 10px;}
.form-success .icon{font-size:40px;margin-bottom:14px;}
.form-success h3{font-size:18px;margin-bottom:8px;}
.form-success p{font-size:13px;color:var(--muted);}

/* about */
.about-hero{padding:64px 24px;background:linear-gradient(180deg, var(--hero-top), var(--bg));}
.about-hero .wrap{padding:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:center;}
.about-hero h1{font-size:clamp(28px,4vw,40px);margin:10px 0 16px;}
.about-hero p{font-size:15px;color:var(--muted);line-height:1.7;margin:0;}
.about-photo{aspect-ratio:4/3;border-radius:20px;overflow:hidden;}
.about-photo img{width:100%;height:100%;object-fit:cover;}
.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px;text-align:center;}
.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:22px;}
.team-card{background:white;border-radius:14px;padding:22px;text-align:center;border:1px solid var(--card-border);}
.team-photo{width:84px;height:84px;border-radius:999px;margin:0 auto 14px;overflow:hidden;}
.team-photo img{width:100%;height:100%;object-fit:cover;}
.team-name{font-weight:700;font-size:15px;}
.team-role{font-size:12px;color:var(--muted);}
.value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;}
.value-card{border:1px solid var(--card-border);border-radius:14px;padding:22px;}
.value-card .icon{font-size:24px;margin-bottom:10px;}
.value-card h3{font-size:16px;margin-bottom:8px;}
.value-card p{font-size:13px;color:var(--muted);line-height:1.6;margin:0;}

/* excursions */
.excursion-card{background:white;border-radius:16px;overflow:hidden;border:1px solid var(--card-border);display:flex;flex-direction:column;}
.excursion-card .photo{aspect-ratio:16/10;overflow:hidden;}
.excursion-card .photo img{width:100%;height:100%;object-fit:cover;}
.excursion-card .body{padding:18px 20px;display:flex;flex-direction:column;flex:1;}
.badge-family{background:var(--badge-bg);color:var(--badge-text);font-size:11px;font-weight:700;padding:4px 9px;border-radius:6px;display:inline-block;margin-bottom:10px;}

/* faq / tips */
.tip-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px;}
.tip-card{background:white;border:1px solid var(--card-border);border-radius:16px;padding:24px;}
.tip-icon{font-size:26px;margin-bottom:12px;}
.tip-card h3{font-size:17px;margin-bottom:10px;}
.tip-card p{font-size:13px;color:var(--muted);line-height:1.6;margin:0;}
.faq-list{display:flex;flex-direction:column;gap:14px;}
.faq-item{background:white;border:1px solid var(--card-border);border-radius:12px;padding:18px 20px;}
.faq-q{font-weight:700;font-size:14px;margin-bottom:8px;color:oklch(30% 0.06 245);}
.faq-a{font-size:13px;color:var(--muted);line-height:1.6;}

/* legal */
.legal-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:40px;align-items:flex-start;}
.legal-nav{position:sticky;top:90px;display:flex;flex-direction:column;gap:10px;background:white;border:1px solid var(--card-border);border-radius:14px;padding:18px;}
.legal-nav a{text-decoration:none;font-size:13px;font-weight:600;color:oklch(30% 0.05 245);}
.legal-sections{display:flex;flex-direction:column;gap:48px;}
.legal-block{background:white;border:1px solid var(--card-border);border-radius:16px;padding:32px;}
.legal-block h2{font-size:22px;margin-bottom:14px;scroll-margin-top:90px;}
.legal-block p{font-size:14px;color:oklch(38% 0.03 250);line-height:1.7;margin:0 0 14px;}
.legal-updated{font-size:14px;color:var(--muted);}

@media (max-width: 860px){
  .hero .wrap, .shop-banner .wrap, .about-hero .wrap{grid-template-columns:1fr;}
  .contact-grid{grid-template-columns:1fr;}
  .legal-layout{grid-template-columns:1fr;}
  .legal-nav{position:static;}
  .form-row-2{grid-template-columns:1fr;}
}
