@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&family=Barlow+Condensed:wght@600;700&display=swap');

:root {
  --navy: #0f1f34;
  --navy-soft: #1f3551;
  --sand: #f7f4ec;
  --ink: #13253d;
  --smartmon-blue: #004d9a;
  --smartmon-blue-dark: #003f7d;
  --accent: #f2a21c;
  --card: #ffffff;
  --line: #d8e0e8;
  --muted: #4f6478;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: 'Barlow', system-ui, sans-serif;
  line-height: 1.45;
}

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.notice-bar {
  background: #081b34;
  color: #f2f7fd;
  text-align: center;
  font-size: .85rem;
  letter-spacing: .8px;
  font-weight: 700;
  padding: 8px 14px;
  text-transform: uppercase;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.topbar-row {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.top-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cart-trigger {
  border: 1px solid #c8d8e8;
  background: #fff;
  color: var(--ink);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cart-trigger span {
  background: var(--smartmon-blue);
  color: #fff;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

.brand span {
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  font-size: 1.35rem;
}

.top-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.top-links a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: .84rem;
  letter-spacing: .5px;
}

.top-links a:hover {
  color: var(--smartmon-blue);
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #101f33 0, #122d49 55%, #0e1f32 100%);
  color: #fff;
  padding: 92px 0 82px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 10%, rgba(242, 162, 28, 0.22) 0, rgba(242, 162, 28, 0) 33%),
    radial-gradient(circle at 5% 70%, rgba(0, 77, 154, 0.32) 0, rgba(0, 77, 154, 0) 40%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 8px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #d9e9fb;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .8px;
}

.hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.4rem, 5.8vw, 4rem);
  line-height: 1;
  margin: 10px 0 14px;
  letter-spacing: .5px;

}

.hero-copy p {
  max-width: 62ch;
  color: #d3e3f5;
  font-size: 1.06rem;
  line-height: 1.52;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-media {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  padding: 14px;
}

.hero-media img {
  width: 100%;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  max-height: 430px;
}

/* Small-hero helpers for simple pages (coming-soon) */
.hero img {
  max-width: 240px;
  height: auto;
  border-radius: 8px;
}
.hero .info {
  flex: 1;
}
.lead {
  margin: 0 0 12px 0;
  color: #444;
  font-size: 1rem;
}

.section-nav {
  display: none;
}

.nav-row {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 24px;
}

.nav-row a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  font-size: .95rem;
  padding: 8px 12px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: .82rem;
}

.nav-row a:hover,
.nav-row a.active {
  background: #e9f0f8;
}

.main {
  padding-top: 28px;
  padding-bottom: 56px;
}

.main section {
  margin: 62px 0;
}

h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.7rem, 3.6vw, 2.4rem);
  letter-spacing: .3px;
  text-transform: uppercase;
}

.icon-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  background: #fff;
}

.icon-strip article {
  background: #f9fbfe;
  border: 1px solid #e2e9f0;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
}

.icon-strip h3 {
  margin: 0 0 6px;
  font-size: .96rem;
  color: var(--navy-soft);
  text-transform: uppercase;
}

.icon-strip p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: center;
}

.about-photo {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.about-photo img {
  width: 100%;
  display: block;
  max-height: 420px;
  object-fit: cover;
}

.features {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.features li {
  padding: 10px 0;
  border-bottom: 1px dashed #d8e1ea;
}

.store-grid,
.products,
.media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.store-card,
.product,
.media-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(16, 40, 68, 0.05);
}

.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.store-card,
.product {
  padding: 18px;
}

.product {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#order > p {
  margin: 0 0 20px;
  max-width: 64ch;
}

.save-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #f2a21c;
  color: #12243a;
  font-weight: 800;
  font-size: .75rem;
  letter-spacing: .4px;
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 4px;
}

.product-thumb {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  margin-bottom: 8px;
}

.price {
  color: var(--smartmon-blue);
  font-weight: 800;
  font-size: 1.32rem;
  margin: 4px 0;
}

.buy-actions {
  margin-top: auto;
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.add-to-cart {
  width: 100%;
}

.cart-panel {
  margin-top: 14px;
  background: #f7fbff;
  border: 1px solid #d7e6f5;
  border-radius: 12px;
  padding: 14px;
}

.cart-modal[hidden] {
  display: none;
}

.cart-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
}

.cart-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 20, 33, 0.6);
}

.cart-modal-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(520px, 100%);
  height: 100%;
  background: #f7fbff;
  border-left: 1px solid #d7e6f5;
  padding: 14px;
  overflow: auto;
}

.cart-close {
  border: 1px solid #c8d9ea;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.cart-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.cart-header h3 {
  margin: 0;
  text-transform: uppercase;
  color: var(--navy-soft);
}

#cart-count {
  color: #4a6781;
  font-size: .92rem;
  font-weight: 700;
}

.cart-empty {
  margin-top: 8px;
  color: #5d7388;
}

.cart-items {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.cart-item {
  background: #fff;
  border: 1px solid #dbe7f2;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.cart-item-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cart-item-meta span {
  color: #607890;
  font-size: .9rem;
}

.cart-item-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.qty-btn,
.remove-btn {
  border: 1px solid #c8d9ea;
  background: #fff;
  color: #284766;
  border-radius: 8px;
  font: inherit;
  cursor: pointer;
}

.qty-btn {
  width: 30px;
  height: 30px;
  font-weight: 800;
}

.remove-btn {
  padding: 6px 8px;
  font-size: .88rem;
}

.cart-footer {
  border-top: 1px dashed #cfe1f1;
  padding-top: 10px;
}

.cart-subtotal {
  margin: 0 0 10px;
  font-size: 1rem;
}

.cart-checkout-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cart-promo {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
  margin: 8px 0;
}

.cart-promo input {
  border: 1px solid #cbd8e6;
  border-radius: 8px;
  padding: 9px;
  font: inherit;
}

.cart-promo button {
  border: 1px solid #cbd8e6;
  border-radius: 8px;
  background: #fff;
  padding: 9px 12px;
  font-weight: 700;
  cursor: pointer;
}

.cart-shipping,
.cart-discount,
.cart-total {
  margin: 4px 0;
}

.cart-total strong {
  color: var(--smartmon-blue);
}

.cta-actions {
  display: inline-flex;
  gap: 8px;
}

body.modal-open {
  overflow: hidden;
}

.checkout-page h1 {
  margin: 0 0 4px;
  color: var(--navy);
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 10px;
}

.checkout-page {
  padding-top: 10px;
  padding-bottom: 16px;
}

.checkout-page section {
  margin: 0;
}

.checkout-main,
.checkout-summary {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px;
}

.checkout-main {
  display: grid;
  gap: 0;
}

.checkout-section {
  border: 1px solid #e2ebf4;
  border-radius: 10px;
  padding: 10px;
  background: #fbfdff;
}

.checkout-contact-style {
  margin-top: 0;
  background: #f7fbff;
  border: 1px solid #dbe8f3;
  border-radius: 8px;
  padding: 10px;
}

.checkout-main .checkout-section + .checkout-section {
  margin-top: 0;
}

.checkout-form-grid {
  margin-top: 4px;
}

.checkout-form-grid label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 600;
  color: #385773;
  align-items: flex-start;
  text-align: left;
}

.checkout-main label {
  align-items: flex-start;
  text-align: left;
}

.checkout-form-grid input,
.checkout-main textarea {
  width: 100%;
  border: 1px solid #cbd8e6;
  border-radius: 8px;
  padding: 10px;
  font: inherit;
  text-align: left;
}

.checkout-form-grid .span-2 {
  grid-column: span 2;
}

.checkout-main h3,
.checkout-summary h3 {
  margin: 6px 0 6px;
  color: var(--navy-soft);
  text-transform: uppercase;
}

.checkout-summary {
  position: sticky;
  top: 96px;
  height: fit-content;
}

.checkout-summary .cart-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 180px;
  align-items: center;
  gap: 8px;
  padding: 8px;
}

.checkout-summary .cart-items {
  gap: 6px;
}

.checkout-summary .cart-item-meta strong,
.checkout-summary .cart-item-meta span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkout-item-thumb {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #dbe7f2;
  object-fit: cover;
  flex-shrink: 0;
}

.checkout-summary .cart-item-actions {
  display: grid;
  grid-template-columns: 30px 24px 30px 30px auto;
  align-items: center;
  justify-content: end;
  gap: 4px;
}

.checkout-summary .cart-item-actions > span {
  text-align: center;
  font-weight: 700;
  color: #2f4d69;
}

.checkout-summary .cart-item-actions strong {
  text-align: right;
  min-width: 54px;
}

.checkout-summary .remove-icon-btn {
  width: 30px;
  height: 30px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.checkout-summary .remove-icon-btn svg {
  display: block;
}

.checkout-summary .cart-item-empty {
  display: block;
}

.shipping-methods {
  border: 1px solid #dbe8f3;
  border-radius: 10px;
  background: #f8fbff;
  padding: 10px;
  margin: 6px 0;
}

.shipping-methods legend {
  font-weight: 700;
  color: var(--navy-soft);
  padding: 0 6px;
}

.shipping-methods label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0;
  font-weight: 600;
  color: #304f6d;
}

.shipping-eta {
  margin: 6px 0 0;
  color: #56708a;
}

.checkout-summary .cart-subtotal,
.checkout-summary .cart-shipping,
.checkout-summary .cart-discount,
.checkout-summary .cart-total {
  display: grid;
  grid-template-columns: 86px 96px 12px;
  align-items: center;
  margin: 2px 0;
  column-gap: 6px;
  justify-content: start;
}

.checkout-summary .cart-subtotal strong,
.checkout-summary .cart-shipping strong,
.checkout-summary .cart-discount strong,
.checkout-summary .cart-total strong {
  display: inline-block;
  width: 96px;
  grid-column: 2;
  text-align: right;
}

.checkout-summary .cart-promo {
  margin: 6px 0;
}

.form-errors {
  border: 1px solid #f1c8c8;
  background: #fff3f3;
  color: #8a2d2d;
  border-radius: 8px;
  padding: 8px 10px;
}

.form-errors p {
  margin: 0;
}

.input-invalid {
  border-color: #d24949 !important;
  box-shadow: 0 0 0 2px rgba(210, 73, 73, 0.12);
}

.field-error {
  margin-top: 4px;
  color: #b13a3a;
  font-size: .82rem;
  font-weight: 600;
  text-align: left;
}

.checkout-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.buy-actions .pr-button {
  min-width: 250px;
}

.media-card {
  margin: 0;
  overflow: hidden;
}

.media-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.media-card figcaption {
  padding: 10px 12px;
  color: #355575;
  font-size: .95rem;
}

.action-block {
  background: linear-gradient(180deg, #f9fbff, #ffffff);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.shipping-callout {
  background: #fff9ee;
  border: 1px solid #f2ddb6;
  border-radius: 8px;
  padding: 14px;
}

.shipping-callout h3 {
  margin: 0 0 6px;
  text-transform: uppercase;
  color: #6a4f18;
}

.shipping-callout p {
  margin: 0;
  color: #705d3a;
}

.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cta-band {
  margin-top: 24px;
  padding: 18px 20px;
  background: linear-gradient(90deg, #ffe9d9, #fff6ef);
  border: 1px solid #f7d2b8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cta-band p {
  margin: 0;
  font-weight: 600;
}

.review-strip {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbff;
  padding: 14px;
}

.review-strip h3 {
  margin: 0 0 10px;
  text-transform: uppercase;
  color: var(--navy-soft);
}

.review-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
}

.review-viewport {
  overflow: hidden;
}

.review-track {
  display: flex;
  transition: transform .3s ease;
}

.review-card {
  min-width: calc(100% / 3);
  margin: 0;
  padding: 12px;
}

.review-card p {
  margin: 0 0 8px;
}

.review-card cite {
  font-style: normal;
  color: #516a83;
  font-weight: 700;
  font-size: .9rem;
}

.review-card .stars {
  color: #f2a21c;
  letter-spacing: 1px;
  font-weight: 800;
}

.carousel-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #c8d9ea;
  background: #fff;
  color: #274767;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
}

.carousel-btn:hover {
  background: #eef5fd;
}

.carousel-dots {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  background: #c9d7e5;
  cursor: pointer;
}

.dot.active {
  background: var(--smartmon-blue);
}

.contact-form {
  margin-top: 14px;
  background: #f7fbff;
  border: 1px solid #dbe8f3;
  border-radius: 8px;
  padding: 14px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 600;
  color: #385773;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cbd8e6;
  border-radius: 8px;
  padding: 10px;
  font: inherit;
}

.message-label {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 6px;
  padding: 10px 13px;
  font-weight: 700;
  color: #fff;
  background: var(--smartmon-blue);
  transition: background .2s ease;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.btn:hover {
  background: var(--smartmon-blue-dark);
}

.cta-primary {
  background: var(--smartmon-blue);
  color: #fff;
}

.cta-primary:hover {
  background: var(--smartmon-blue-dark);
}

.cta-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .55);
}

.cta-outline:hover {
  background: rgba(255, 255, 255, .14);
}

.cta-outline-dark {
  background: #fff;
  color: var(--smartmon-blue);
  border: 1px solid #c4d8ee;
}

.cta-outline-dark:hover {
  background: #f3f8ff;
}

.note {
  color: #53697d;
  font-size: .92rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #0f2238;
  padding: 20px 0;
  margin-top: 34px;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.footer-links {
  display: inline-flex;
  gap: 12px;
}

.footer-links a {
  color: #d6e6f7;
  text-decoration: none;
}

.site-footer small {
  color: #d6e6f7;
}

@media (max-width: 930px) {
  .hero {
    padding: 66px 0 58px;
  }

  .hero-grid,
  .store-grid,
  .media-grid,
  .icon-strip,
  .about-grid,
  .form-grid,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .checkout-form-grid .span-2 {
    grid-column: span 1;
  }

  .checkout-summary {
    position: static;
  }

  .cart-checkout-actions {
    grid-template-columns: 1fr;
  }

  .review-carousel {
    grid-template-columns: 1fr;
  }

  .carousel-btn {
    display: none;
  }

  .review-card {
    min-width: 100%;
  }

  .top-links {
    display: none;
  }

  .hero-media img {
    max-height: 320px;
  }

  .section-nav {
    top: 76px;
  }

  .media-card img {
    height: 220px;
  }

  .cta-band {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 620px) {
  .products {
    grid-template-columns: 1fr;
  }
}

/* Page-specific overrides for the Coming Soon (index.html) to preserve previous look */
.coming-soon {
  background: #f7f9fb;
  color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  padding-top: 28px;
}
.coming-soon .card {
  background: #fff;
  padding: 28px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(20,30,40,0.08);
  width: 100%;
  max-width: 760px;
}
.coming-soon .hero { display:flex; gap:24px; align-items:center; }
.coming-soon .hero img { max-width:240px; height:auto; border-radius:8px; }
.coming-soon .hero .info { flex:1; }
.coming-soon h1 { margin:0 0 6px 0; font-size:22px; }
.coming-soon .lead { margin:0 0 12px 0; color:#444; }
.coming-soon input[type=text], .coming-soon input[type=email], .coming-soon textarea { width:100%; padding:10px 12px; border:1px solid #d6dbe1; border-radius:6px; font-size:14px; }
.coming-soon button { background:#004D9A; color:#fff; padding:10px 14px; border-radius:8px; border:0; font-weight:600; cursor:pointer; }

/* Make header/footer backgrounds stretch full width on the coming-soon page */
.coming-soon .site-header,
.coming-soon .site-footer {
  align-self: stretch;
  width: 100%;
}
.coming-soon .site-header .wrap,
.coming-soon .site-footer .wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 8px 24px;
}


/* Header/footer shared styles */
.site-header { background: var(--card); border-bottom: 1px solid var(--line); }
.site-header .wrap { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:12px 0; }
.site-logo { display:flex; align-items:center; gap:10px; text-decoration:none; color:var(--ink); }
.site-logo img { height:36px; width:auto; }
.site-nav { display:flex; gap:14px; align-items:center; }
.site-nav a { color:var(--ink); text-decoration:none; font-weight:600; font-size:.92rem; }
.site-nav a:hover { color:var(--smartmon-blue); }

.site-footer { border-top: 1px solid var(--line); background: var(--card); padding:18px 0; color:var(--muted); font-size:14px; }
.site-footer .wrap { display:flex; gap:12px; align-items:center; justify-content:space-between; }
.footer-links { display:inline-flex; gap:12px; }
.footer-links a { color:var(--muted); text-decoration:none; }

@media (max-width:720px) {
  .site-header .wrap, .site-footer .wrap { flex-direction:column; align-items:center; }
  .site-nav { gap:10px; }
}
