:root {
  --navy-900: #0a1526;
  --navy-700: #16253f;
  --navy-500: #2c4370;
  --navy-300: #4c6698;
  --tint: #eef1f7;
  --gold: #e0a934;
  --gold-light: #f4cc74;
  --ink: #17181c;
  --line: rgba(10,21,38,0.12);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--tint);
}
a { color: inherit; text-decoration: none; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* Header */
header.site-header {
  background: var(--navy-900);
  position: sticky; top: 0; z-index: 50;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1100px; margin: 0 auto; padding: 14px 20px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.brand-name { font-weight: 800; font-size: 1.15rem; color: #fff; letter-spacing: -0.01em; }
nav.main-nav { display: flex; gap: 26px; }
nav.main-nav a { color: rgba(255,255,255,0.75); font-weight: 600; font-size: 0.92rem; padding: 6px 2px; border-bottom: 2px solid transparent; }
nav.main-nav a:hover, nav.main-nav a.active { color: #fff; border-color: var(--gold); }

.btn {
  display: inline-block; background: var(--gold); color: var(--navy-900);
  font-weight: 800; padding: 13px 28px; border-radius: 999px; border: none;
  font-size: 0.95rem;
}
.btn:hover { background: var(--gold-light); }

/* Hero */
.hero {
  background: linear-gradient(150deg, var(--navy-500) 0%, var(--navy-700) 46%, var(--navy-900) 100%);
  padding: 34px 20px 38px; position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; right: -70px; top: -70px; width: 300px; height: 300px;
  border-radius: 50%; background: rgba(224,169,52,0.14);
}
.hero-inner {
  max-width: 1100px; margin: 0 auto; position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr 0.85fr; gap: 40px; align-items: center;
}
.hero-badge {
  display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold-light); margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 800; line-height: 1.03;
  letter-spacing: -0.02em; color: #fff; margin: 0 0 18px;
}
.hero h1 .accent { color: var(--gold); }
.hero p { font-size: 1.05rem; line-height: 1.6; color: rgba(255,255,255,0.82); max-width: 42ch; margin: 0 0 28px; }
.hero-art {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px; padding: 10px; display: flex; align-items: center; justify-content: center;
  overflow: hidden; min-height: 380px;
}
.hero-art img {
  width: 360px; height: 360px; border-radius: 50%; object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35), 0 0 0 8px rgba(224,169,52,0.14);
}
@media (max-width: 640px) { .hero-art { min-height: 260px; } .hero-art img { width: 240px; height: 240px; } }

/* Steps */
.steps {
  position: relative; isolation: isolate; overflow: hidden;
  border-radius: 26px;
  background:
    linear-gradient(160deg, rgba(10,21,38,0.5) 0%, rgba(10,21,38,0.62) 55%, rgba(21,11,4,0.68) 145%),
    url("/img/hero-food.jpg") center 30% / cover no-repeat;
  max-width: 1100px; margin: 0 auto; padding-top: 6px;
}
.steps::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(circle at 12% 15%, rgba(224,169,52,0.18), transparent 42%),
    radial-gradient(circle at 88% 85%, rgba(224,169,52,0.12), transparent 46%),
    linear-gradient(to top, rgba(10,21,38,0.55) 0%, rgba(10,21,38,0) 55%);
}
.steps-badge-row {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: center; gap: 14px;
  padding: 26px 20px 6px; text-align: center;
}
.steps-logo {
  width: 92px; height: 92px; border-radius: 50%; object-fit: cover;
  box-shadow: 0 0 0 3px rgba(224,169,52,0.45), 0 6px 16px rgba(0,0,0,0.35);
}
.steps-tagline {
  margin: 0; font-size: 2rem; font-weight: 700; color: var(--gold-light);
  letter-spacing: 0.01em; font-style: italic;
}
.steps-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(3, 1fr);
}
.step {
  position: relative; z-index: 1; padding: 34px 26px 32px;
  border-left: 1px solid rgba(255,255,255,0.09);
  transition: background-color 0.25s ease;
  text-align: center;
}
.step:first-child { border-left: none; }
.step:hover { background-color: rgba(255,255,255,0.035); }
.step:not(:first-child)::after {
  content: "›"; position: absolute; left: -15px; top: 50%; transform: translateY(-50%);
  width: 30px; height: 30px; border-radius: 50%; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; font-weight: 800; color: var(--gold);
  background: var(--navy-900); box-shadow: 0 0 0 5px var(--navy-900);
}
.step-icon {
  position: relative; z-index: 1;
  width: 62px; height: 62px; border-radius: 50%;
  background: linear-gradient(150deg, var(--gold-light), var(--gold) 85%);
  color: var(--navy-900); display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 8px 20px rgba(224,169,52,0.35), 0 0 0 6px rgba(224,169,52,0.10);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.step:hover .step-icon {
  transform: scale(1.08) rotate(-4deg);
  box-shadow: 0 10px 24px rgba(224,169,52,0.5), 0 0 0 8px rgba(224,169,52,0.16);
}
.step-icon svg { width: 32px; height: 32px; }
.step .t {
  position: relative; z-index: 1; font-size: 1.2rem; font-weight: 800; color: #fff; margin: 0 0 6px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.45);
}
.step .d {
  position: relative; z-index: 1; font-size: 0.9rem; color: rgba(255,255,255,0.85); line-height: 1.6; max-width: 32ch;
  text-shadow: 0 1px 8px rgba(0,0,0,0.45);
  margin-left: auto; margin-right: auto;
}

/* Promo banner */
.promo-banner {
  position: relative; isolation: isolate; overflow: hidden;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: linear-gradient(120deg, var(--gold) 0%, var(--gold-light) 100%);
  border-radius: 16px; padding: 26px 30px; margin: 10px 0 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.promo-banner:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(224,169,52,0.35); }
.promo-banner::after {
  content: "%"; position: absolute; right: -10px; bottom: -34px; z-index: 0;
  font-size: 8rem; font-weight: 900; color: rgba(10,21,38,0.08); pointer-events: none; line-height: 1;
}
.promo-banner-text { position: relative; z-index: 1; }
.promo-eyebrow {
  display: inline-block; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--navy-900); background: rgba(255,255,255,0.5);
  padding: 3px 12px; border-radius: 999px; margin-bottom: 10px;
}
.promo-banner-text h3 { margin: 0 0 6px; font-size: 1.35rem; font-weight: 800; color: var(--navy-900); }
.promo-banner-text h3 .accent { font-weight: 700; font-style: italic; opacity: 0.75; }
.promo-banner-text p { margin: 0; font-size: 0.88rem; color: rgba(10,21,38,0.75); max-width: 56ch; line-height: 1.5; }
.promo-cta {
  position: relative; z-index: 1; flex-shrink: 0; white-space: nowrap;
  background: var(--navy-900); color: #fff; font-weight: 800; font-size: 0.9rem;
  padding: 12px 22px; border-radius: 999px;
}
@media (max-width: 640px) {
  .promo-banner { flex-direction: column; align-items: flex-start; text-align: left; }
}

/* Sections */
section { padding: 50px 0; }
.section-title { font-size: 1.7rem; font-weight: 800; color: var(--navy-900); margin: 0 0 30px; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 22px; flex-wrap: wrap; gap: 8px; }
.section-head h2 { font-size: 1.5rem; font-weight: 800; color: var(--navy-900); margin: 0; }
.section-head a { font-size: 0.85rem; font-weight: 700; color: var(--gold); }
.section-sub { font-size: 0.85rem; font-weight: 700; color: var(--navy-500); }

.signature-order-card { display: block; cursor: pointer; transition: transform 0.18s ease, box-shadow 0.18s ease; }
.signature-order-card:hover { transform: translateY(-4px); box-shadow: 0 12px 26px rgba(10,21,38,0.16); }
.signature-order-cta {
  display: inline-block; margin-top: 10px; font-size: 0.82rem; font-weight: 800; color: var(--navy-900);
  background: var(--gold-light); padding: 5px 14px; border-radius: 999px;
  transition: background-color 0.18s ease;
}
.signature-order-card:hover .signature-order-cta { background: var(--gold); }

.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.grid-3-fixed { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 800px) { .grid-3-fixed { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .grid-3-fixed { grid-template-columns: 1fr; } }
.card {
  background: #fff; border-radius: 4px 4px 12px 12px; padding: 22px;
  border-top: 4px solid var(--navy-500);
}
.card h3 { color: var(--navy-900); font-size: 1.2rem; margin: 0 0 10px; }
.card p { margin: 0; font-size: 0.92rem; line-height: 1.55; color: var(--navy-500); }

.card-img { padding: 0; overflow: hidden; }
.card-img img { display: block; width: 100%; height: 190px; object-fit: cover; }
.card-img .card-body { padding: 18px 20px 20px; }
.card-img .card-body h3 { margin-bottom: 8px; }

/* Social & recensioni */
.social-section { padding-top: 10px; }
.social-card {
  background: #fff; border-radius: 4px 4px 12px 12px; padding: 22px;
  border-top: 4px solid var(--gold); display: flex; flex-direction: column; gap: 4px;
  text-decoration: none; transition: transform 0.15s ease;
}
.social-card:hover { transform: translateY(-3px); }
.social-icon { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; }
.social-icon svg { width: 100%; height: 100%; display: block; }
.social-name { font-weight: 700; color: var(--navy-900); font-size: 1rem; }
.social-sub { font-size: 0.85rem; color: var(--navy-500); }

/* Menu */
.menu-category { margin-bottom: 42px; }
.menu-category-title {
  font-size: 1.4rem; font-weight: 800; color: var(--navy-900);
  display: inline-block; padding-bottom: 6px; border-bottom: 3px solid var(--gold);
  margin-bottom: 20px;
}
.menu-items { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; align-items: stretch; }
.menu-item {
  background: #fff; border-radius: 4px 4px 12px 12px; overflow: hidden;
  border-top: 4px solid var(--navy-500);
  display: flex; flex-direction: column; height: 100%;
}
.menu-item-img { width: 100%; height: 130px; object-fit: cover; display: block; }
.menu-item-body { padding: 14px 18px 16px; display: flex; flex-direction: column; flex: 1; }
.menu-item-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; margin-bottom: 8px; }
.menu-item-head h4 { margin: 0; font-size: 1.05rem; font-weight: 800; color: var(--navy-900); }
.menu-item-price {
  font-size: 0.85rem; font-weight: 800; color: var(--navy-900); background: var(--gold-light);
  padding: 2px 10px; border-radius: 999px; white-space: nowrap;
}
.menu-item p { margin: 0; font-size: 0.85rem; color: var(--navy-500); line-height: 1.45; }
.allergeni-tag {
  margin: 8px 0 0 !important; font-size: 0.72rem !important; font-style: italic;
  color: var(--navy-300) !important; line-height: 1.4 !important;
}

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 700px) { .contact-grid { grid-template-columns: 1fr; } }

.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
@media (max-width: 700px) { .location-grid { grid-template-columns: 1fr; } }
.location-grid .map-embed { width: 100%; height: 100%; min-height: 320px; }
.location-photo {
  border-radius: 12px; overflow: hidden; min-height: 320px;
}
.location-photo img { display: block; width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.contact-item { margin-bottom: 18px; }
.contact-item strong { display: block; font-size: 0.75rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--gold); margin-bottom: 4px; }

/* Menu ordering */
.menu-item-order { margin-top: auto; padding-top: 12px; border-top: 1px dashed var(--line); display: flex; flex-direction: column; align-items: stretch; gap: 8px; }
.menu-item-head, .menu-item p { flex-shrink: 0; }
.maxi-check { font-size: 0.8rem; color: var(--navy-500); display: flex; align-items: center; gap: 6px; }
.maxi-check input { accent-color: var(--navy-700); }
.aggiunte-list { display: flex; flex-direction: column; gap: 10px; padding: 6px 0 2px 2px; border-top: 1px dashed var(--line); }
.aggiunte-categoria { display: flex; flex-direction: column; gap: 4px; }
.aggiunte-categoria-title { font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; color: var(--navy-700); }
.menu-item-actions { display: flex; justify-content: flex-end; }
.btn-add {
  background: var(--navy-900); color: #fff; font-weight: 700; border: none;
  border-radius: 999px; padding: 8px 18px; font-size: 0.85rem; cursor: pointer;
}
.btn-add:hover { background: var(--navy-700); }
.qty-stepper { display: flex; align-items: center; gap: 12px; background: var(--tint); border-radius: 999px; padding: 4px 6px; }
.qty-stepper button {
  width: 26px; height: 26px; border-radius: 50%; border: none; background: var(--navy-900); color: #fff;
  font-size: 1rem; font-weight: 700; cursor: pointer; line-height: 1;
}
.qty-stepper span { font-weight: 800; color: var(--navy-900); min-width: 1ch; text-align: center; }

.cart-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: var(--navy-900); box-shadow: 0 -4px 18px rgba(0,0,0,0.3);
}
.cart-bar-inner {
  max-width: 1100px; margin: 0 auto; padding: 14px 20px; display: flex;
  align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.cart-bar-inner span { color: #fff; font-weight: 700; font-size: 0.95rem; }

/* Checkout */
.checkout-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
@media (max-width: 800px) { .checkout-grid { grid-template-columns: 1fr; } }
.checkout-items { display: flex; flex-direction: column; gap: 12px; margin-bottom: 18px; }
.checkout-item { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--line); font-size: 0.92rem; color: var(--navy-500); }
.checkout-item strong { color: var(--navy-900); }
.checkout-total { display: flex; justify-content: space-between; font-size: 1.15rem; font-weight: 800; color: var(--navy-900); padding-top: 6px; }
.empty-cart { text-align: center; padding: 40px 0; color: var(--navy-500); }

/* Staff panel */
.staff-login-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: var(--tint); padding: 20px; }
.staff-login-card { width: 100%; max-width: 380px; text-align: center; }
.staff-login-card h3 { color: var(--navy-900); margin: 0 0 16px; }
.staff-login-card .contact-form { text-align: left; }
.staff-topbar { background: var(--navy-900); }
.staff-topbar-inner { max-width: 1100px; margin: 0 auto; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.staff-topbar .brand-name { color: #fff; font-weight: 800; }
.staff-nav { display: flex; gap: 20px; margin-right: auto; }
.staff-nav a { color: rgba(255,255,255,0.7); font-weight: 600; font-size: 0.9rem; padding: 4px 2px; border-bottom: 2px solid transparent; }
.staff-nav a:hover, .staff-nav a.active { color: #fff; border-color: var(--gold); }
.stato-select {
  font-family: inherit; font-size: 0.85rem; font-weight: 700; padding: 8px 12px;
  border-radius: 999px; border: 1px solid var(--line); background: var(--tint); color: var(--navy-900); cursor: pointer;
}

/* Cruscotto */
.cruscotto-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.cruscotto-card {
  background: #fff; border-radius: 4px 4px 12px 12px; padding: 28px 22px;
  border-top: 4px solid var(--navy-500); display: flex; flex-direction: column; gap: 8px;
  text-decoration: none; transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cruscotto-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(10,21,38,0.12); }
.cruscotto-icon { font-size: 2rem; line-height: 1; }
.cruscotto-title { font-weight: 800; color: var(--navy-900); font-size: 1.1rem; }
.cruscotto-sub { font-size: 0.85rem; color: var(--navy-500); }

.stat-section { margin-top: 36px; }
.stat-section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.stat-section-head h3 { color: var(--navy-900); font-size: 1.05rem; margin: 0; }
.stat-demo-badge {
  font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em;
  background: var(--gold-light); color: var(--navy-900); padding: 3px 10px; border-radius: 999px;
}
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 16px; }
.stat-card {
  background: #fff; border-radius: 4px 4px 12px 12px; padding: 18px 20px;
  border-top: 4px solid var(--gold); display: flex; flex-direction: column; gap: 4px;
}
.stat-value { font-size: 1.7rem; font-weight: 800; color: var(--navy-900); font-variant-numeric: tabular-nums; }
.stat-label { font-size: 0.8rem; color: var(--navy-500); }
.stat-note { margin: 12px 2px 0; font-size: 0.78rem; color: var(--navy-300); font-style: italic; }

/* Allergeni */
.allergeni-fieldset { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 6px 14px; width: 100%; margin: 4px 0; }
.allergeni-fieldset label { font-size: 0.82rem; color: var(--navy-500); display: flex; align-items: center; gap: 6px; }
.f-allergeni { min-height: 90px; font-family: inherit; font-size: 0.78rem; border: 1px solid var(--line); border-radius: 6px; background: var(--tint); min-width: 130px; }

/* Admin forms & tables */
.admin-form { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.admin-form input[type="text"], .admin-form input[type="number"] {
  font-family: inherit; font-size: 0.9rem; padding: 9px 12px; border: 1px solid var(--line);
  border-radius: 8px; background: #fff; color: var(--ink);
}
.admin-form input[name="nome"] { min-width: 160px; flex: 1; }
.admin-form input[name="descrizione"] { min-width: 220px; flex: 2; }
.admin-table-wrap { overflow-x: auto; background: #fff; border-radius: 4px 4px 12px 12px; border-top: 4px solid var(--navy-500); }
.admin-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.admin-table th {
  text-align: left; font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--navy-500); padding: 12px 10px; border-bottom: 2px solid var(--line); white-space: nowrap;
}
.admin-table td { padding: 8px 10px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.admin-table input[type="text"], .admin-table input[type="number"] {
  font-family: inherit; font-size: 0.85rem; padding: 6px 8px; border: 1px solid var(--line);
  border-radius: 6px; background: var(--tint); color: var(--ink); width: 100%; min-width: 90px;
}
.admin-table input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--navy-700); }
.delete-product, .delete-extra {
  background: #b3261e; width: 30px; height: 30px; border-radius: 50%; color: #fff;
  border: none; font-size: 1rem; cursor: pointer;
}
.admin-thumb { width: 52px; height: 52px; object-fit: cover; border-radius: 8px; display: block; }
.admin-desc { font-size: 0.78rem; color: var(--navy-300); font-weight: 400; }
.admin-actions { display: flex; gap: 6px; flex-wrap: nowrap; white-space: nowrap; }
.btn-edit, .btn-preview {
  font-family: inherit; font-size: 0.78rem; font-weight: 700; border: none; border-radius: 999px;
  padding: 7px 14px; cursor: pointer;
}
.btn-edit { background: var(--navy-900); color: #fff; }
.btn-edit:hover { background: var(--navy-700); }
.btn-preview { background: var(--gold-light); color: var(--navy-900); }
.btn-preview:hover { background: var(--gold); }
.allergene-badge {
  display: inline-block; font-size: 0.72rem; font-weight: 700; background: var(--tint);
  color: var(--navy-500); border: 1px solid var(--line); border-radius: 999px; padding: 2px 9px;
  margin: 2px 3px 2px 0;
}
.allergene-none { font-size: 0.78rem; color: var(--navy-300); font-style: italic; }

/* Modali */
.modal-overlay {
  display: none; position: fixed; inset: 0; background: rgba(10,21,38,0.55);
  align-items: center; justify-content: center; z-index: 200; padding: 20px;
}
.modal-overlay.open { display: flex; }
.modal {
  background: #fff; border-radius: 12px; max-width: 640px; width: 100%;
  max-height: 88vh; overflow-y: auto; padding: 26px 28px;
}
.modal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.modal-header h3 { color: var(--navy-900); margin: 0; }
.modal-close {
  background: none; border: none; font-size: 1.6rem; line-height: 1; color: var(--navy-300);
  cursor: pointer; padding: 0 4px;
}
.modal-close:hover { color: var(--navy-900); }
.modal .admin-form { flex-direction: column; align-items: stretch; }
.modal .admin-form input[type="text"], .modal .admin-form input[type="number"], .modal .admin-form textarea {
  width: 100%;
}
.modal-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 500px) { .modal-field-row { grid-template-columns: 1fr; } }
.modal-checks { display: flex; gap: 20px; }
.modal-preview-card { max-width: 320px; margin: 0 auto; }

/* Contact form */
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.contact-form label { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); margin-bottom: 4px; display: block; }
.contact-form input, .contact-form textarea {
  width: 100%; font-family: inherit; font-size: 0.95rem; padding: 11px 14px;
  border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink);
}
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--navy-500); outline-offset: 1px; }
.contact-form textarea { resize: vertical; min-height: 110px; }
.map-embed { border: 0; width: 100%; height: 320px; border-radius: 12px; }

/* Cookie banner */
.cookie-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 100;
  background: var(--navy-900); color: rgba(255,255,255,0.85); padding: 14px 20px;
  box-shadow: 0 -4px 18px rgba(0,0,0,0.25);
}
.cookie-bar-inner {
  max-width: 1100px; margin: 0 auto; display: flex; align-items: center;
  justify-content: space-between; gap: 18px; flex-wrap: wrap;
}
.cookie-bar-inner p { margin: 0; font-size: 0.85rem; line-height: 1.5; }
.cookie-bar-inner a { color: var(--gold-light); font-weight: 700; }
.cookie-accept {
  background: var(--gold); color: var(--navy-900); font-weight: 800; border: none;
  border-radius: 999px; padding: 10px 22px; font-size: 0.85rem; white-space: nowrap; cursor: pointer;
}
.cookie-accept:hover { background: var(--gold-light); }

/* Legal content */
.legal-content h2 { color: var(--navy-900); font-size: 1.15rem; margin: 28px 0 8px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: var(--navy-500); line-height: 1.65; margin: 0 0 4px; font-size: 0.95rem; }
.legal-content a { color: var(--navy-700); font-weight: 700; text-decoration: underline; }

footer.site-footer {
  background: var(--navy-900); color: rgba(255,255,255,0.72); padding: 26px 20px; text-align: center; font-size: 0.85rem;
}
footer.site-footer a { color: var(--gold-light); font-weight: 700; }
.footer-links { margin: 8px 0; display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,0.72); font-weight: 400; text-decoration: underline; }
.credit { margin-top: 4px; }

@media (max-width: 640px) {
  .hero-inner { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-badge-row { flex-direction: column; gap: 8px; }
  .steps-logo { width: 68px; height: 68px; }
  .steps-tagline { font-size: 1.4rem; }
  .step { border-left: none; border-top: 1px solid rgba(255,255,255,0.1); }
  .step:first-child { border-top: none; }
  .step:not(:first-child)::after { content: none; }
  nav.main-nav { gap: 14px; }
  .header-inner { flex-direction: column; gap: 10px; padding: 14px 20px; }
}
