/*
Theme Name: Hacer Marketing Digital
Theme URI: https://hacermarketingdigital.com.ar/
Author: Hacer Marketing Digital
Description: Landing WordPress para Hacer Marketing Digital con navegación flotante, versión ES/EN y assets preparados.
Version: 1.0.17
License: GPL-2.0-or-later
Text Domain: hacer-marketing-digital
*/

:root {
  --blue: #4285F4;
  --purple: #8A42FC;
  --green: #03BF8F;
  --ink: #111827;
  --ink-soft: #2f3a4f;
  --muted: #6b7280;
  --muted-2: #9aa3b2;
  --line: #e5e9f0;
  --bg: #ffffff;
  --bg-soft: #f5f6f8;
  --navy: #0e1726;
  --white: #ffffff;
  --gradient: linear-gradient(110deg, var(--purple), var(--blue) 48%, var(--green));
  --shadow: 0 18px 50px rgba(15, 23, 42, .10);
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--bg);
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 116px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { display: block; max-width: 100%; height: auto; }
.hmd-logo-img { object-position: center; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, span, strong, li { overflow-wrap: break-word; }

:focus-visible {
  outline: 3px solid rgba(138, 66, 252, .32);
  outline-offset: 4px;
  border-radius: 10px;
}

.container {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-140%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  border-bottom: 1px solid rgba(226,232,240,.58);
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 34px rgba(15,23,42,.06);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  pointer-events: auto;
}
body.admin-bar .topbar { top: 32px; }
.topbar .container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 76px;
}
.topbar-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  pointer-events: auto;
}
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand img {
  width: 190px;
  max-width: calc(100vw - 48px);
  height: auto;
  max-height: 48px;
  object-fit: contain;
}
.brand .logo-fallback { width: 190px; max-width: calc(100vw - 48px); }

.logo-fallback {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.05;
}

.language-switch {
  position: fixed;
  top: 16px;
  right: max(24px, calc((100vw - var(--max)) / 2));
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(226,232,240,.9);
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 12px 28px rgba(15,23,42,.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
body.admin-bar .language-switch { top: 48px; }
.language-switch a,
.language-switch span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 34px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: .78rem;
  font-weight: 900;
}
.language-switch .is-active {
  color: var(--white);
  background: var(--gradient);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.1;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button svg { width: 17px; height: 17px; }
.button-primary {
  color: var(--white);
  background: var(--gradient);
  box-shadow: 0 14px 30px rgba(138,66,252,.22);
}
.button-secondary {
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

.hero {
  min-height: 720px;
  display: grid;
  align-items: center;
  padding: 150px 0 92px;
  background:
    radial-gradient(circle at 34% 16%, rgba(138,66,252,.12), transparent 30%),
    radial-gradient(circle at 72% 18%, rgba(3,191,143,.10), transparent 28%),
    radial-gradient(circle at 50% 20%, rgba(66,133,244,.10), transparent 34%),
    linear-gradient(180deg, #f5f6f8 0%, #f0f2f5 100%);
  text-align: center;
}
.hero-inner { max-width: 900px; margin-inline: auto; }
.eyebrow,
.cloud-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(138,66,252,.18);
  border-radius: 999px;
  color: var(--purple);
  background: rgba(255,255,255,.72);
  font-size: .82rem;
  font-weight: 800;
}
.eyebrow { margin-bottom: 22px; }
.eyebrow svg { width: 14px; height: 14px; }
h1, h2, h3, p { margin: 0; }
h1 {
  max-width: 980px;
  margin-inline: auto;
  color: var(--ink);
  font-size: clamp(2.7rem, 5.4vw, 4.8rem);
  line-height: 1;
  font-weight: 900;
}
h1 span,
h2 span {
  color: transparent;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-copy {
  max-width: 730px;
  margin: 24px auto 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.trust,
.logo-strip {
  padding: 54px 0 48px;
  background: var(--white);
  overflow: hidden;
}
.trust h2 {
  margin-bottom: 34px;
  text-align: center;
  font-size: clamp(1.7rem, 3vw, 2.1rem);
  line-height: 1.1;
  font-weight: 900;
}
.client-wrap,
.platform-wrap {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}
.client-wrap.is-dragging,
.platform-wrap.is-dragging {
  cursor: grabbing;
}
.client-row,
.platform-row {
  --marquee-drag-offset: 0px;
  display: flex;
  align-items: center;
  gap: clamp(58px, 8vw, 124px);
  width: max-content;
  color: var(--muted-2);
  animation: marquee 46s linear infinite;
  will-change: transform;
}
.platform-row { animation-duration: 52s; }
.client-wrap.is-dragging .client-row,
.platform-wrap.is-dragging .platform-row {
  animation-play-state: paused;
}
@keyframes marquee {
  from { transform: translateX(var(--marquee-drag-offset)); }
  to { transform: translateX(calc(var(--marquee-drag-offset) - 50%)); }
}
.client,
.platform-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 180px;
  height: 64px;
  flex: 0 0 180px;
  overflow: hidden;
  min-height: 42px;
  font-size: 1.04rem;
  font-weight: 900;
  white-space: nowrap;
}
.platform-logo {
  width: 198px;
  height: 64px;
  flex-basis: 198px;
}
.client img,
.platform-logo img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  filter: none;
  opacity: 1;
  pointer-events: none;
  -webkit-user-drag: none;
}
.client .logo-fallback::before,
.platform-logo .logo-fallback::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--gradient);
  opacity: .55;
}

.services {
  padding: 86px 0 96px;
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-head {
  max-width: 620px;
  margin: 0 auto 52px;
  text-align: center;
}
.section-head h2 {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.05;
  font-weight: 900;
}
.section-head p {
  margin-top: 16px;
  color: var(--ink-soft);
  line-height: 1.65;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.service-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 250px;
  padding: 28px 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(15,23,42,.04);
  transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease, border-color .45s ease;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 0%, rgba(138,66,252,.16), transparent 34%),
    radial-gradient(circle at 100% 18%, rgba(3,191,143,.14), transparent 34%);
  opacity: 0;
  transition: opacity .45s ease;
}
.service-card::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -120%;
  width: 80%;
  height: 180%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent);
  opacity: 0;
  transition: left .75s cubic-bezier(.2,.8,.2,1), opacity .35s ease;
}
.service-card:hover {
  transform: translateY(-8px) scale(1.015);
  border-color: rgba(138,66,252,.22);
  box-shadow: 0 18px 44px rgba(66,133,244,.12);
}
.service-card:hover::before { opacity: 1; }
.service-card:hover::after { left: 120%; opacity: 1; }
.service-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 12px;
  color: var(--blue);
  background: linear-gradient(135deg, rgba(66,133,244,.10), rgba(138,66,252,.10));
  transition: transform .45s cubic-bezier(.2,.8,.2,1), color .35s ease, background .35s ease;
}
.service-card:hover .service-icon {
  color: var(--white);
  background: var(--gradient);
  transform: translateY(-3px) rotate(-4deg);
}
.service-icon svg { width: 20px; height: 20px; }
.service-card h3 {
  margin-bottom: 12px;
  font-size: 1.14rem;
  line-height: 1.25;
  font-weight: 900;
}
.service-card p {
  color: var(--ink-soft);
  font-size: .93rem;
  line-height: 1.62;
}

.partner-premier {
  padding: 54px 0 58px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.partner-premier-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
}
.partner-premier-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-premier-logo-img {
  display: block;
  width: min(178px, 100%);
  height: auto;
  max-height: none;
  object-fit: contain;
}
.partner-premier-copy {
  max-width: 760px;
}
.partner-premier-copy h2 {
  color: var(--ink);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.08;
  font-weight: 900;
}
.partner-premier-copy p {
  margin-top: 13px;
  color: var(--ink-soft);
  line-height: 1.62;
}
.partner-premier-list {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  color: var(--ink-soft);
  line-height: 1.5;
  list-style: none;
}
.partner-premier-list li {
  position: relative;
  padding-left: 28px;
}
.partner-premier-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 900;
}

.logo-strip {
  padding: 64px 0;
  background: var(--white);
}
.logo-strip h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
}

.cloud {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(138,66,252,.42), transparent 35%),
    radial-gradient(circle at 2% 98%, rgba(3,191,143,.26), transparent 34%),
    linear-gradient(115deg, #183c63 0%, var(--navy) 44%, #0b1424 100%);
}
.cloud::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  pointer-events: none;
}
.cloud-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .85fr 1.35fr;
  gap: 64px;
  align-items: start;
}
.cloud-badge {
  margin-bottom: 24px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.16);
}
.cloud-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(3,191,143,.12);
}
.cloud-copy h2 {
  max-width: 500px;
  font-size: clamp(2.4rem, 4.6vw, 4.1rem);
  line-height: .96;
  font-weight: 900;
}
.cloud-copy p {
  max-width: 500px;
  margin-top: 22px;
  color: rgba(255,255,255,.82);
  font-size: 1.06rem;
  line-height: 1.65;
}
.cloud-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 30px;
}
.cloud-product {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  min-height: 118px;
  padding: 4px 0 22px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.cloud-product img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.cloud-product .logo-fallback {
  width: 28px;
  min-height: 28px;
  border-radius: 8px;
  color: transparent;
  background: conic-gradient(from 90deg, #4285F4, #03BF8F, #FBBC04, #EA4335, #4285F4);
}
.cloud-product h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.22;
  font-weight: 900;
}
.cloud-product p {
  color: rgba(255,255,255,.72);
  font-size: .96rem;
  line-height: 1.58;
}

.contact {
  padding: 92px 0 100px;
  background: var(--white);
}
.contact-shell {
  display: grid;
  gap: 30px;
  overflow: hidden;
  padding: 54px;
  border: 1px solid #cfe0f8;
  border-radius: 20px;
  background:
    radial-gradient(circle at 0% 0%, rgba(138,66,252,.16), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(3,191,143,.14), transparent 30%),
    #eaf3ff;
  box-shadow: var(--shadow);
  text-align: center;
}
.contact-shell h2 {
  font-size: clamp(2rem, 3.8vw, 2.8rem);
  line-height: 1.05;
  font-weight: 900;
}
.contact-shell > p {
  max-width: 620px;
  margin-inline: auto;
  color: var(--ink-soft);
  line-height: 1.65;
}
.contact-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 920px;
  width: 100%;
  margin-inline: auto;
}
.contact-pill {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 86px;
  padding: 18px 22px;
  border: 1px solid rgba(66,133,244,.16);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(15,23,42,.07);
  text-align: left;
  transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease, border-color .45s ease;
}
.contact-pill:hover {
  transform: translateY(-4px);
  border-color: rgba(138,66,252,.28);
  box-shadow: 0 20px 44px rgba(66,133,244,.14);
}
.contact-pill-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--white);
  background: var(--gradient);
  overflow: hidden;
}
.contact-pill svg {
  width: 23px;
  height: 23px;
  color: var(--white);
  stroke: currentColor;
}
.contact-pill .whatsapp-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: none;
}
.contact-pill > span:last-child { min-width: 0; }
.contact-pill span span {
  display: block;
  color: var(--muted);
  font-size: .84rem;
  font-weight: 800;
}
.contact-pill strong {
  display: block;
  margin-top: 2px;
  color: var(--ink);
  font-size: .98rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.footer {
  color: rgba(255,255,255,.74);
  background: #101827;
  padding: 58px 0 42px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr .8fr .8fr;
  gap: 72px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand img {
  width: 200px;
  max-width: 100%;
  height: auto;
  max-height: 56px;
  object-fit: contain;
  margin-bottom: 30px;
}
.footer-brand .logo-fallback {
  width: 200px;
  max-width: 100%;
  margin-bottom: 30px;
  color: var(--white);
}
.footer-brand p { max-width: 395px; line-height: 1.65; }
.footer h3 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 900;
}
.footer ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer a { color: rgba(255,255,255,.68); }
.footer a:hover { color: var(--white); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 32px;
  font-size: .9rem;
}
.footer-legal { display: flex; gap: 24px; flex-wrap: wrap; }

.floating-nav {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 60;
  width: min(640px, calc(100% - 28px));
  transform: translateX(-50%);
}
.floating-nav-shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 1.12fr;
  align-items: center;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: rgba(255,255,255,.68);
  background: rgba(14,23,38,.92);
  box-shadow: 0 20px 60px rgba(15,23,42,.28), 0 0 0 1px rgba(138,66,252,.18);
  backdrop-filter: blur(22px);
}
.floating-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  white-space: nowrap;
}
.floating-nav a:hover,
.floating-nav a.is-active {
  color: var(--white);
  background: linear-gradient(135deg, rgba(138,66,252,.28), rgba(3,191,143,.14));
}
.floating-nav svg { width: 18px; height: 18px; }
.floating-nav .nav-cta {
  color: var(--white);
  background: var(--gradient);
  box-shadow: 0 10px 24px rgba(138,66,252,.32);
}

.has-js .service-card,
.has-js .cloud-product,
.has-js .contact-pill {
  transform: translateY(28px) scale(.98);
}
.service-card.is-visible,
.cloud-product.is-visible,
.contact-pill.is-visible {
  transform: translateY(0) scale(1);
}
.service-card:nth-child(2),
.cloud-product:nth-child(2),
.contact-pill:nth-child(2) { transition-delay: .08s; }
.service-card:nth-child(3),
.cloud-product:nth-child(3) { transition-delay: .16s; }
.service-card:nth-child(4),
.cloud-product:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1100px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cloud-layout { grid-template-columns: 1fr; }
  .cloud-copy h2,
  .cloud-copy p { max-width: 760px; }
}

@media (max-width: 860px) {
  body { padding-bottom: 104px; }
  .container { width: min(var(--max), calc(100% - 32px)); }
  body.admin-bar .topbar { top: 46px; }
  body.admin-bar .language-switch { top: 56px; }
  .topbar-shell { min-height: 0; padding: 0; }
  .brand img { width: 170px; }
  .brand .logo-fallback { width: 170px; }
  .language-switch { top: 10px; right: 16px; }
  .hero { min-height: 680px; padding: 132px 0 76px; }
  h1 { font-size: clamp(2.75rem, 12vw, 4.3rem); line-height: .98; }
  .hero-actions .button { width: min(100%, 360px); }
  .cloud { padding: 84px 0; }
  .cloud-grid { grid-template-columns: 1fr; }
  .partner-premier-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .partner-premier-logo-img {
    width: 164px;
    max-height: none;
  }
  .partner-premier-copy {
    margin-inline: auto;
  }
  .partner-premier-list {
    max-width: 590px;
    margin-inline: auto;
    text-align: left;
  }
  .contact-pills { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .client,
  .platform-logo {
    width: 156px;
    height: 56px;
    flex-basis: 156px;
  }
  .platform-logo {
    width: 174px;
    flex-basis: 174px;
  }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .topbar .container {
    justify-content: flex-start;
    min-height: 64px;
  }
  .brand img { width: 150px; }
  .brand .logo-fallback { width: 150px; }
  .hero { min-height: 700px; padding-top: 130px; }
  .eyebrow { max-width: 100%; font-size: .76rem; }
  h1 { font-size: clamp(2.45rem, 13vw, 3.75rem); }
  .hero-copy { font-size: 1rem; line-height: 1.62; }
  .trust { padding: 46px 0 42px; }
  .services { padding: 70px 0 76px; }
  .partner-premier { padding: 42px 0 46px; }
  .partner-premier-logo-img {
    width: 148px;
    max-height: none;
  }
  .partner-premier-copy h2 { font-size: 1.85rem; }
  .partner-premier-copy h2 span { display: block; }
  .partner-premier-copy p,
  .partner-premier-list { font-size: .94rem; }
  .section-head { margin-bottom: 34px; }
  .section-head h2 { font-size: 2.15rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .client,
  .platform-logo {
    width: 142px;
    height: 50px;
    flex-basis: 142px;
  }
  .platform-logo {
    width: 158px;
    flex-basis: 158px;
  }
  .cloud-product { grid-template-columns: 54px 1fr; }
  .cloud-product img { width: 38px; height: 38px; }
  .contact { padding: 72px 0 82px; }
  .contact-shell { padding: 34px 12px; }
  .contact-pill {
    min-height: 70px;
    gap: 8px;
    padding: 14px 10px;
    border-radius: 24px;
  }
  .contact-pill-icon {
    width: 38px;
    height: 38px;
  }
  .contact-pill svg { width: 20px; height: 20px; }
  .contact-pill span span { font-size: .72rem; }
  .contact-pill strong {
    font-size: clamp(.66rem, 2.55vw, .82rem);
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }
  .footer { padding-top: 48px; }
  .floating-nav { bottom: 14px; width: calc(100% - 20px); }
  .floating-nav-shell {
    grid-template-columns: repeat(3, minmax(0, 1fr)) 1.08fr;
    gap: 2px;
    padding: 7px;
  }
  .floating-nav a {
    min-height: 50px;
    gap: 4px;
    padding: 0 5px;
    font-size: .66rem;
    flex-direction: column;
  }
  .floating-nav .nav-cta { flex-direction: row; font-size: .72rem; }
  .floating-nav svg { width: 17px; height: 17px; }
}

@media (max-width: 390px) {
  .brand img { width: 136px; }
  .brand .logo-fallback { width: 136px; }
  h1 { font-size: 2.35rem; }
  .contact-pill strong { font-size: .66rem; }
  .floating-nav a { font-size: .61rem; }
  .floating-nav .nav-cta { font-size: .66rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
