:root {
  --blue: #0f67a5;
  --blue-dark: #08486f;
  --red: #e52e36;
  --gold: #e9b93a;
  --ink: #183342;
  --muted: #667780;
  --cream: #fbf7f0;
  --white: #fff;
  --shadow: 0 18px 50px rgba(18, 61, 84, .12);
}

* { box-sizing: border-box; }

html { background: #eaf0f3; }

body {
  margin: 0;
  color: var(--ink);
  font-family: Tahoma, Arial, sans-serif;
  background:
    radial-gradient(circle at 88% 6%, rgba(233,185,58,.24), transparent 27rem),
    radial-gradient(circle at 10% 40%, rgba(15,103,165,.14), transparent 28rem),
    #eef3f5;
}

a { color: inherit; }

.page-shell {
  width: min(100%, 680px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 22px 18px 34px;
}

.brand-card,
.social-card,
.welcome-card,
.details-card {
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(15,103,165,.1);
  border-radius: 26px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow);
}

.brand-card { position: relative; padding: 26px 28px 28px; text-align: center; }

.brand-card__topline {
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: linear-gradient(90deg, var(--red) 0 30%, var(--gold) 30% 42%, var(--blue) 42% 100%);
}

.brand-logo {
  display: block;
  width: min(100%, 390px);
  height: auto;
  margin: 0 auto 12px;
}

.eyebrow { margin: 0 0 6px; color: var(--red); font-size: .9rem; font-weight: 700; }

h1 { margin: 0; color: var(--blue-dark); font-size: clamp(1.65rem, 7vw, 2.35rem); line-height: 1.35; }

.brand-copy > p:last-child { margin: 8px 0 0; color: var(--muted); }

.primary-actions { display: grid; gap: 12px; margin-bottom: 16px; }

.action {
  display: grid;
  grid-template-columns: 52px 1fr 24px;
  gap: 13px;
  align-items: center;
  min-height: 88px;
  padding: 15px 18px;
  border-radius: 22px;
  color: white;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}

.action:hover, .action:focus-visible { transform: translateY(-2px); box-shadow: 0 20px 50px rgba(18,61,84,.2); }
.action--catalog { background: linear-gradient(135deg, #159850, #087639); }
.action--map { background: linear-gradient(135deg, var(--blue), var(--blue-dark)); }
.action__icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 16px; background: rgba(255,255,255,.16); font-size: 1.65rem; }
.action strong, .action small { display: block; }
.action strong { margin-bottom: 5px; font-size: 1.12rem; }
.action small { color: rgba(255,255,255,.82); font-size: .84rem; line-height: 1.5; }
.action__arrow { font-size: 1.45rem; }

.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-button { display: flex; min-height: 58px; align-items: center; justify-content: center; gap: 9px; border-radius: 18px; color: white; font-weight: 700; text-decoration: none; box-shadow: var(--shadow); }
.contact-button--whatsapp { background: #1fae5b; }
.contact-button--call { background: var(--red); }

.social-card, .details-card { padding: 24px; }
h2 { margin: 0 0 18px; color: var(--blue-dark); font-size: 1.22rem; }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.social-grid a { display: flex; min-height: 62px; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid #e4ebef; border-radius: 17px; background: #f9fbfc; text-decoration: none; }
.social-grid strong { font-family: Arial, sans-serif; font-size: .9rem; direction: ltr; }
.social-icon { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 12px; color: white; font-family: Arial, sans-serif; font-weight: 800; }
.social-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.social-icon svg .solid { fill: currentColor; stroke: none; }
.social-icon--instagram { background: linear-gradient(135deg, #714ac8, #e43d62, #f2a334); }
.social-icon--tiktok, .social-icon--x { background: #111; }
.social-icon--snapchat { color: #111; background: #ffe923; }
.social-icon--tiktok svg { fill: white; stroke: none; }
.social-icon--snapchat svg .ghost { fill: white; stroke: #111; stroke-width: 1.3; }

.welcome-card img { display: block; width: 100%; height: auto; }

dl { margin: 0; }
dl > div { display: grid; grid-template-columns: 86px 1fr; gap: 14px; padding: 13px 0; border-top: 1px solid #e6ecef; }
dl > div:first-child { border-top: 0; }
dt { color: var(--muted); font-size: .88rem; }
dd { margin: 0; font-weight: 700; line-height: 1.7; overflow-wrap: anywhere; }
dd a { color: var(--blue-dark); text-decoration: none; }

footer { padding: 24px 12px 12px; color: var(--muted); text-align: center; font-size: .86rem; }
footer p { margin: 0 0 9px; font-weight: 700; }
footer a { color: var(--blue); font-weight: 700; }

@media (max-width: 420px) {
  .page-shell { padding-inline: 12px; }
  .brand-card { padding-inline: 18px; }
  .action { grid-template-columns: 46px 1fr 18px; padding-inline: 13px; }
  .action__icon { width: 46px; height: 46px; }
  .social-card, .details-card { padding: 20px 16px; }
  .social-grid strong { font-size: .78rem; }
}

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