/* ============================================================
   Two Fold — Shared Styles
   Bright & friendly · white base · teal primary · yellow accent
   Mobile-first, responsive, accessible.
   ============================================================ */

:root {
  --teal: #0d9488;
  --teal-dark: #0f766e;
  --teal-darker: #134e4a;
  --teal-light: #5eead4;
  --teal-50: #f0fdfa;
  --teal-100: #ccfbf1;
  --yellow: #facc15;
  --yellow-dark: #eab308;
  --ink: #1f2937;
  --muted: #6b7280;
  --line: #e5e7eb;
  --bg: #ffffff;
  --soft: #f7fafc;
  --danger: #dc2626;
  --success: #059669;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
  --shadow-lg: 0 18px 40px rgba(17, 24, 39, 0.14);
  --maxw: 1200px;
  --head: "Fredoka", system-ui, sans-serif;
  --body: "Nunito", system-ui, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--teal-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-family: var(--head); color: var(--ink); line-height: 1.15; margin: 0 0 .4em; font-weight: 600; }
h1 { font-size: clamp(2rem, 6vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); }
h3 { font-size: 1.15rem; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.muted { color: var(--muted); }

/* Focus visibility for keyboard nav */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 2px;
  border-radius: 6px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--head); font-weight: 500; font-size: 1rem;
  padding: .8rem 1.5rem; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .12s ease, background-color .18s ease, box-shadow .18s ease, color .18s ease;
  text-decoration: none; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-accent { background: var(--yellow); color: #3b2f00; box-shadow: 0 6px 16px rgba(234,179,8,.35); }
.btn-accent:hover { background: var(--yellow-dark); }
.btn-teal { background: var(--teal); color: #fff; box-shadow: 0 6px 16px rgba(13,148,136,.3); }
.btn-teal:hover { background: var(--teal-dark); color: #fff; }
.btn-ghost { background: transparent; color: var(--teal-dark); border-color: var(--teal); }
.btn-ghost:hover { background: var(--teal-50); }
.btn-lg { padding: 1rem 2rem; font-size: 1.1rem; }
.btn-block { display: flex; width: 100%; margin-top: .6rem; }
.link-btn { background: none; border: 0; color: var(--muted); cursor: pointer; font-size: .85rem; padding: 0; font-family: var(--body); }
.link-btn:hover { color: var(--danger); }
.link-arrow { color: var(--teal-dark); font-weight: 700; }

/* ---------- Demo banner ---------- */
.demo-banner {
  background: var(--teal-darker); color: #d1fae5;
  text-align: center; font-size: .82rem; padding: .5rem 1rem; letter-spacing: .01em;
}
.demo-banner a { color: #fff; font-weight: 700; text-decoration: underline; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff; border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: var(--maxw); margin: 0 auto; padding: .7rem 20px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem;
}
.nav-toggle { display: inline-flex; background: var(--teal-50); border: 0; color: var(--teal-dark); width: 42px; height: 42px; border-radius: 12px; font-size: 1.1rem; cursor: pointer; }
.logo { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--head); font-weight: 700; font-size: 1.5rem; color: var(--ink); }
.logo:hover { text-decoration: none; }
.logo-mark { width: 38px; height: 38px; display: grid; place-items: center; background: var(--teal); color: #fff; border-radius: 12px; font-size: 1.1rem; transform: rotate(-8deg); }
.logo-text span { color: var(--teal); }
.main-nav { display: none; }
.main-nav a { font-family: var(--head); font-weight: 500; color: var(--ink); padding: .3rem .1rem; position: relative; }
.main-nav a:hover { color: var(--teal-dark); text-decoration: none; }
.main-nav a.active { color: var(--teal); }
.main-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 3px; border-radius: 3px; background: var(--yellow); }
.search-form { display: none; align-items: center; background: var(--soft); border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.search-form input { border: 0; background: transparent; padding: .55rem .9rem; font-family: var(--body); font-size: .95rem; width: 200px; }
.search-form input:focus { outline: none; }
.search-form button { border: 0; background: var(--teal); color: #fff; padding: .55rem .85rem; cursor: pointer; }
.cart-link { position: relative; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--teal-50); color: var(--teal-dark); font-size: 1.15rem; justify-self: end; }
.cart-link:hover { background: var(--teal-100); text-decoration: none; }
.cart-count { position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: var(--yellow); color: #3b2f00; font-family: var(--head); font-weight: 700; font-size: .72rem; display: grid; place-items: center; }
.cart-count.is-empty { display: none; }

@media (min-width: 700px) {
  .search-form { display: flex; }
}
@media (max-width: 699px) {
  .header-inner { row-gap: .6rem; }
  .search-form { display: flex; grid-column: 1 / -1; width: 100%; }
  .search-form input { flex: 1; width: 100%; }
}
@media (min-width: 960px) {
  .nav-toggle { display: none; }
  .header-inner { grid-template-columns: auto auto 1fr auto; }
  .main-nav { display: flex; gap: 1.4rem; }
}
/* Mobile nav open */
@media (max-width: 959px) {
  .main-nav.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding: 1rem 20px; gap: .4rem; box-shadow: var(--shadow); border-bottom: 1px solid var(--line); }
  .main-nav.open a { padding: .7rem .2rem; border-bottom: 1px solid var(--line); }
}

/* ---------- Sections ---------- */
.section { padding: 3rem 0; }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 2rem; }
.section-head p { color: var(--muted); margin: 0; }
.eyebrow { font-family: var(--head); font-weight: 600; color: var(--teal); text-transform: uppercase; letter-spacing: .1em; font-size: .8rem; }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(180deg, var(--teal-50), #fff); overflow: hidden; }
.hero-inner { display: grid; gap: 1.5rem; align-items: center; padding: 2.5rem 0 3rem; }
.hero-copy h1 span { color: var(--teal); }
.hero-copy .tagline { font-size: 1.1rem; color: var(--muted); max-width: 30ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; }
.hero-media { position: relative; }
.hero-media img { border-radius: 24px; box-shadow: var(--shadow-lg); width: 100%; height: 340px; object-fit: cover; }
.hero-badge { position: absolute; bottom: -14px; left: -6px; background: var(--yellow); color: #3b2f00; font-family: var(--head); font-weight: 600; padding: .7rem 1.1rem; border-radius: 14px; box-shadow: var(--shadow); transform: rotate(-4deg); }
.hero-badge i { color: var(--teal-dark); }
@media (min-width: 900px) {
  .hero-inner { grid-template-columns: 1.05fr 1fr; padding: 4rem 0 4.5rem; }
  .hero-media img { height: 460px; }
}

/* ---------- Category cards ---------- */
.cards-4 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 900px) { .cards-4 { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }
.category-card { border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow); display: block; transition: transform .18s ease, box-shadow .18s ease; }
.category-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); text-decoration: none; }
.category-card img { width: 100%; height: 150px; object-fit: cover; }
.category-info { padding: 1rem; }
.category-info h3 { margin-bottom: .1rem; }
.category-info p { color: var(--muted); font-size: .9rem; margin: 0 0 .5rem; }
@media (min-width: 900px) { .category-card img { height: 190px; } }

/* ---------- Product grid & cards ---------- */
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 640px) { .product-grid { grid-template-columns: repeat(3, 1fr); gap: 1.4rem; } }
@media (min-width: 1000px) { .product-grid { grid-template-columns: repeat(4, 1fr); } }

.product-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--teal-light); }
.product-media { position: relative; display: block; aspect-ratio: 1/1; background: var(--soft); }
.product-media img { width: 100%; height: 100%; object-fit: cover; }
.badge-sale { position: absolute; top: 10px; left: 10px; background: var(--yellow); color: #3b2f00; font-family: var(--head); font-weight: 700; font-size: .72rem; padding: .25rem .6rem; border-radius: 999px; z-index: 1; text-transform: uppercase; letter-spacing: .04em; }
.product-body { padding: .9rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.product-cat { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--teal); font-weight: 700; margin: 0; }
.product-name { font-size: 1rem; margin: 0; line-height: 1.25; }
.product-name a { color: var(--ink); }
.product-name a:hover { color: var(--teal-dark); text-decoration: none; }
.stars { color: var(--yellow-dark); font-size: .85rem; letter-spacing: 1px; }
.product-rate { display: flex; align-items: center; gap: .35rem; }
.rate-count { color: var(--muted); font-size: .8rem; }
.product-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding-top: .4rem; }
.price { font-family: var(--head); font-weight: 700; font-size: 1.15rem; color: var(--ink); }
.price-old { color: var(--muted); text-decoration: line-through; font-size: .9rem; }
.btn-add { padding: .5rem .85rem; font-size: .9rem; }

/* ---------- Banners / strips ---------- */
.strip { background: var(--teal); color: #fff; text-align: center; padding: 1rem; font-family: var(--head); font-weight: 500; font-size: 1.1rem; }
.strip i { color: var(--yellow); }
.free-ship-banner { background: linear-gradient(90deg, var(--teal), var(--teal-dark)); color: #fff; border-radius: var(--radius); padding: 1.4rem; text-align: center; display: flex; flex-direction: column; align-items: center; gap: .3rem; }
.free-ship-banner .fs-title { font-family: var(--head); font-weight: 600; font-size: 1.4rem; }
.free-ship-banner i { color: var(--yellow); font-size: 1.6rem; }

/* ---------- Reviews ---------- */
.reviews-grid { display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
@media (min-width: 800px) { .reviews-grid { grid-template-columns: repeat(3, 1fr); } }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow); }
.review-card .stars { font-size: 1rem; }
.review-text { margin: .6rem 0 1rem; }
.review-author { display: flex; align-items: center; gap: .7rem; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--teal-100); color: var(--teal-dark); display: grid; place-items: center; font-family: var(--head); font-weight: 700; }
.review-author strong { display: block; }
.review-author span { color: var(--muted); font-size: .82rem; }

/* ---------- Shop layout ---------- */
.shop-head { padding: 2rem 0 1rem; }
.shop-layout { display: grid; grid-template-columns: 1fr; gap: 1.5rem; padding-bottom: 3rem; }
@media (min-width: 900px) { .shop-layout { grid-template-columns: 250px 1fr; } }
.filters { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; align-self: start; }
.filter-group { margin-bottom: 1.4rem; }
.filter-group h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: .6rem; }
.chip-col { display: flex; flex-direction: column; gap: .4rem; }
.chip-row { display: flex; flex-wrap: wrap; gap: .4rem; }
.filter-chip { font-family: var(--body); font-weight: 700; text-align: left; background: var(--soft); border: 1px solid var(--line); border-radius: 999px; padding: .45rem .85rem; cursor: pointer; font-size: .88rem; color: var(--ink); transition: all .15s ease; }
.filter-chip:hover { border-color: var(--teal-light); }
.filter-chip.active { background: var(--teal); color: #fff; border-color: var(--teal); }
#price-range { width: 100%; accent-color: var(--teal); }
.price-label { font-weight: 700; color: var(--teal-dark); }

.shop-toolbar { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; justify-content: space-between; margin-bottom: 1.2rem; }
.result-count { color: var(--muted); font-weight: 700; }
.sort-wrap { display: flex; align-items: center; gap: .5rem; }
.sort-wrap label { color: var(--muted); font-size: .9rem; }
select { font-family: var(--body); font-size: .95rem; padding: .55rem .8rem; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); }
.search-tag { display: inline-flex; align-items: center; gap: .5rem; background: var(--teal-50); border: 1px solid var(--teal-100); color: var(--teal-dark); padding: .35rem .75rem; border-radius: 999px; font-size: .88rem; margin-bottom: 1rem; }
.search-tag button { background: none; border: 0; color: var(--teal-dark); cursor: pointer; font-size: 1rem; line-height: 1; }

.empty-state { text-align: center; padding: 3rem 1rem; color: var(--muted); grid-column: 1 / -1; }
.empty-state i { font-size: 2.5rem; color: var(--teal-light); margin-bottom: .6rem; }
.empty-state h3 { color: var(--ink); }

/* ---------- Product detail ---------- */
.breadcrumb { color: var(--muted); font-size: .85rem; padding: 1.2rem 0; display: flex; gap: .4rem; flex-wrap: wrap; }
.breadcrumb span[aria-current] { color: var(--ink); }
.product-layout { display: grid; grid-template-columns: 1fr; gap: 2rem; padding-bottom: 2.5rem; }
@media (min-width: 850px) { .product-layout { grid-template-columns: 1fr 1fr; gap: 3rem; } }
.gallery-main { border-radius: var(--radius); overflow: hidden; background: var(--soft); aspect-ratio: 1/1; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: flex; gap: .6rem; margin-top: .7rem; }
.thumb { width: 74px; height: 74px; border-radius: 12px; overflow: hidden; border: 2px solid var(--line); background: none; padding: 0; cursor: pointer; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb.active { border-color: var(--teal); }
.product-info h1 { margin-top: .2rem; }
.product-price.big { font-size: 1.6rem; margin: .6rem 0; display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }
.product-price.big .price { font-size: 1.8rem; }
.product-desc { color: #374151; }
.opt-group { margin: 1.1rem 0; }
.opt-label { display: block; font-family: var(--head); font-weight: 600; margin-bottom: .5rem; }
.opt-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.opt-chip { font-family: var(--body); font-weight: 700; background: #fff; border: 2px solid var(--line); border-radius: 12px; padding: .5rem .95rem; cursor: pointer; color: var(--ink); transition: all .15s ease; }
.opt-chip:hover { border-color: var(--teal-light); }
.opt-chip.active { border-color: var(--teal); background: var(--teal-50); color: var(--teal-dark); }
.buy-row { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin: 1.4rem 0; }
.qty-stepper { display: inline-flex; align-items: center; border: 2px solid var(--line); border-radius: 999px; overflow: hidden; }
.qty-stepper button { width: 46px; height: 46px; border: 0; background: var(--soft); font-size: 1.3rem; cursor: pointer; color: var(--ink); }
.qty-stepper button:hover { background: var(--teal-50); }
.qty-stepper input { width: 50px; text-align: center; border: 0; font-family: var(--head); font-weight: 600; font-size: 1.05rem; -moz-appearance: textfield; }
.qty-stepper input::-webkit-outer-spin-button, .qty-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty-stepper.small button { width: 34px; height: 34px; font-size: 1.1rem; }
.qty-stepper.small .qty-val { width: 40px; text-align: center; font-family: var(--head); font-weight: 700; }
.perk-list { list-style: none; padding: 0; margin: 1.4rem 0 0; display: grid; gap: .5rem; }
.perk-list li { display: flex; align-items: center; gap: .6rem; color: #374151; }
.perk-list i { color: var(--teal); width: 22px; }

/* ---------- Cart ---------- */
.cart-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; padding-bottom: 3rem; }
@media (min-width: 850px) { .cart-grid { grid-template-columns: 1fr 340px; align-items: start; } }
.cart-item { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.ci-media img { width: 90px; height: 90px; border-radius: 12px; object-fit: cover; }
.ci-info h3 { margin: 0; font-size: 1.05rem; }
.ci-info h3 a { color: var(--ink); }
.ci-opts { color: var(--muted); font-size: .85rem; margin: .2rem 0; }
.ci-price { font-weight: 700; color: var(--teal-dark); margin: .2rem 0; }
.ci-remove { margin-top: .3rem; }
.ci-actions { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; margin-top: .2rem; }
@media (min-width: 560px) {
  .cart-item { grid-template-columns: 90px 1fr auto; }
  .ci-actions { grid-column: auto; flex-direction: column; align-items: flex-end; gap: .6rem; }
}
.ci-line { font-family: var(--head); font-weight: 700; font-size: 1.1rem; margin: 0; }
.cart-summary { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow); position: sticky; top: 90px; }
.sum-row { display: flex; justify-content: space-between; padding: .5rem 0; }
.sum-row.total { border-top: 2px solid var(--line); margin-top: .4rem; padding-top: .8rem; font-family: var(--head); font-weight: 700; font-size: 1.25rem; }
.ship-note { font-size: .85rem; color: var(--muted); background: var(--soft); padding: .5rem .7rem; border-radius: 10px; margin: .4rem 0; }
.ship-note.success { color: var(--success); background: #ecfdf5; }

/* ---------- Checkout ---------- */
.checkout-grid { display: grid; grid-template-columns: 1fr; gap: 1.8rem; padding-bottom: 3rem; }
@media (min-width: 900px) { .checkout-grid { grid-template-columns: 1.4fr 1fr; align-items: start; } }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow); }
.form-card h2 { margin-top: 0; }
.fieldset-title { font-family: var(--head); font-weight: 600; margin: 1.4rem 0 .8rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.fieldset-title:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }
.field { margin-bottom: 1rem; }
.field label { display: block; font-weight: 700; font-size: .9rem; margin-bottom: .35rem; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--body); font-size: 1rem; padding: .75rem .9rem;
  border: 2px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--danger); background: #fef2f2; }
.field-error { color: var(--danger); font-size: .82rem; margin-top: .3rem; display: block; min-height: 1em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.checkout-summary { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow); position: sticky; top: 90px; }
.co-items { display: flex; flex-direction: column; gap: .8rem; margin-bottom: 1rem; max-height: 320px; overflow: auto; }
.co-item { display: grid; grid-template-columns: 56px 1fr auto; gap: .7rem; align-items: center; }
.co-item img { width: 56px; height: 56px; border-radius: 10px; object-fit: cover; }
.co-item-info { display: flex; flex-direction: column; }
.co-item-name { font-weight: 700; font-size: .92rem; }
.co-item-opts, .co-item-qty { color: var(--muted); font-size: .8rem; }
.co-item-price { font-weight: 700; }

/* ---------- Confirmation ---------- */
.confirm { text-align: center; max-width: 560px; margin: 2.5rem auto; padding: 2.5rem 1.5rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.confirm.inline { margin: 0; }
.confirm-icon { font-size: 3.5rem; color: var(--success); margin-bottom: .5rem; }
.confirm-icon.small { font-size: 2.4rem; color: var(--teal); }
.confirm-order { font-size: 1.1rem; }
.confirm-actions { display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; margin-top: 1.4rem; }

/* ---------- About ---------- */
.about-hero { display: grid; gap: 1.5rem; align-items: center; }
@media (min-width: 850px) { .about-hero { grid-template-columns: 1fr 1fr; gap: 3rem; } }
.about-hero img { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; height: 360px; object-fit: cover; }
.about-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 700px) { .about-gallery { grid-template-columns: repeat(4, 1fr); } }
.about-gallery img { border-radius: var(--radius); height: 200px; width: 100%; object-fit: cover; }
.value-grid { display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
@media (min-width: 750px) { .value-grid { grid-template-columns: repeat(3, 1fr); } }
.value-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; text-align: center; box-shadow: var(--shadow); }
.value-card .v-icon { width: 60px; height: 60px; margin: 0 auto .8rem; display: grid; place-items: center; border-radius: 50%; background: var(--teal-50); color: var(--teal); font-size: 1.5rem; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; gap: 2rem; padding-bottom: 3rem; grid-template-columns: 1fr; }
@media (min-width: 850px) { .contact-grid { grid-template-columns: 1fr 1.3fr; } }
.contact-info { background: var(--teal-50); border-radius: var(--radius); padding: 1.8rem; }
.contact-info ul { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: 1rem; }
.contact-info li { display: flex; gap: .8rem; align-items: flex-start; }
.contact-info i { color: var(--teal); font-size: 1.2rem; width: 26px; margin-top: .2rem; }
.domain-note { background: var(--yellow); color: #3b2f00; border-radius: 12px; padding: .9rem 1.1rem; font-weight: 700; margin-bottom: 1.2rem; display: flex; gap: .6rem; align-items: flex-start; }
.domain-note i { margin-top: .15rem; }

/* Demo notice */
.demo-notice { display: flex; gap: .7rem; align-items: flex-start; background: #fffbeb; border: 1px solid #fde68a; color: #78350f; border-radius: 12px; padding: .9rem 1.1rem; margin-bottom: 1.4rem; font-size: .92rem; }
.demo-notice i { color: var(--yellow-dark); margin-top: .15rem; font-size: 1.1rem; }
.demo-notice strong { font-family: var(--head); }

/* ---------- Footer ---------- */
.site-footer { background: var(--teal-darker); color: #d1fae5; margin-top: 3rem; }
.footer-grid { max-width: var(--maxw); margin: 0 auto; padding: 3rem 20px 2rem; display: grid; gap: 2rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1.4fr; } }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: .9rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.footer-col a { color: #a7f3d0; }
.footer-col a:hover { color: #fff; }
.footer-brand p { color: #a7f3d0; margin: .8rem 0; max-width: 32ch; }
.footer-brand .logo, .footer-brand .logo-text { color: #fff; }
.footer-brand .logo-text span { color: var(--teal-light); }
.social { display: flex; gap: .6rem; }
.social a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; }
.social a:hover { background: var(--yellow); color: #3b2f00; }
.signup-row { display: flex; gap: .5rem; }
.signup-row input { flex: 1; padding: .7rem .85rem; border: 0; border-radius: 10px; font-family: var(--body); }
.signup-row button { border: 0; background: var(--yellow); color: #3b2f00; font-family: var(--head); font-weight: 600; padding: 0 1.1rem; border-radius: 10px; cursor: pointer; }
.signup-row button:hover { background: var(--yellow-dark); }
.form-msg { font-size: .82rem; margin: .5rem 0 0; min-height: 1em; }
.form-msg.error { color: #fca5a5; }
.form-msg.success { color: #6ee7b7; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.12); padding: 1.4rem 20px; max-width: var(--maxw); margin: 0 auto; text-align: center; font-size: .85rem; color: #a7f3d0; }
.footer-legal a { color: #fff; text-decoration: underline; }
.footer-legal .copyright { color: #6ee7b7; margin-top: .6rem; opacity: .7; }
.footer-legal p { margin: .3rem 0; }

/* ---------- Toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px);
  background: var(--ink); color: #fff; padding: .8rem 1.3rem; border-radius: 999px;
  font-family: var(--head); font-weight: 500; box-shadow: var(--shadow-lg);
  opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; z-index: 200;
}
.toast i { color: var(--yellow); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ---------- Misc ---------- */
.page-head { padding: 2.2rem 0 1rem; }
.page-head .eyebrow { display: block; margin-bottom: .3rem; }
.prose { max-width: 65ch; }
.prose p { margin: 0 0 1rem; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
