:root {
  --bg: #f2f7ec;
  --surface: #ffffff;
  --surface-soft: #eef7e8;
  --surface-deep: #f8fbf4;
  --text: #183127;
  --muted: #5a7362;
  --line: #d9e5d8;
  --primary: #5a8a32;
  --primary-deep: #466e23;
  --gold: #d4a221;
  --gold-soft: #fff3c8;
  --income: #19a35f;
  --saving: #d4a221;
  --expense: #d54e4e;
  --shadow: 0 20px 60px rgba(24, 49, 39, 0.08);
  --shadow-strong: 0 35px 100px rgba(24, 49, 39, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(ellipse at 20% 0%, rgba(90,138,50,0.22), transparent 40%),
    radial-gradient(ellipse at 80% 10%, rgba(212,162,33,0.14), transparent 35%),
    radial-gradient(ellipse at 50% 60%, rgba(90,138,50,0.08), transparent 50%),
    linear-gradient(180deg, #f7fbf3 0%, #eef6e7 40%, #e8f0df 100%);
  background-attachment: fixed;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-shell, .legal-page {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.site-shell { padding-bottom: 48px; }
.topbar {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding: 16px 24px;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 999px;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(24px) saturate(1.6);
  box-shadow: 0 8px 32px rgba(24,49,39,0.06), 0 1px 0 rgba(255,255,255,0.8) inset;
  transition: background 300ms ease, box-shadow 300ms ease;
}
.topbar:hover {
  background: rgba(255,255,255,0.78);
  box-shadow: 0 12px 40px rgba(24,49,39,0.10), 0 1px 0 rgba(255,255,255,0.9) inset;
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand__logo { width: 40px; height: 40px; object-fit: contain; }
.brand__text {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.nav { display: flex; align-items: center; gap: 18px; }
.nav a {
  position: relative;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--muted);
  transition: color 180ms ease;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--gold));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}
.nav a:hover { color: var(--text); }
.nav a:hover::after { transform: scaleX(1); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 0; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; border-radius: 999px; background: var(--text); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
  padding: 72px 0 34px;
  isolation: isolate;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  filter: blur(10px);
}
.hero::before {
  top: 18px;
  right: 3%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 162, 33, 0.18) 0%, rgba(212, 162, 33, 0) 70%);
}
.hero::after {
  left: -2%;
  bottom: 20px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(90, 138, 50, 0.16) 0%, rgba(90, 138, 50, 0) 70%);
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero__kicker,
.hero__trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero__kicker { margin-bottom: 18px; }
.hero__kicker span,
.hero__trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 26px rgba(24, 49, 39, 0.05);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 800;
}
.hero h1, .section h2, .cta h2, .legal-hero h1 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  line-height: 0.98;
  letter-spacing: -0.04em;
}
.hero__copy,
.hero__visual {
  position: relative;
  z-index: 1;
}
.hero h1 { font-size: clamp(2.8rem, 5vw, 5.8rem); max-width: 11ch; }
.hero__lede, .section__note, .cta p, .footer__copy, .legal-hero p { color: var(--muted); line-height: 1.8; }
.hero__lede { max-width: 58ch; margin: 22px 0 28px; font-size: 1rem; }
.hero__actions, .cta__links, .legal-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__trust-strip { margin-top: 18px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 260ms cubic-bezier(.22,.68,0,1.2), box-shadow 260ms ease, background 180ms ease;
}
.button--primary {
  position: relative;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  box-shadow: 0 16px 30px rgba(90,138,50,0.22), 0 0 0 0 rgba(90,138,50,0);
  overflow: hidden;
}
.button--primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.25) 50%, transparent 60%);
  transform: translateX(-100%);
  transition: transform 600ms ease;
}
.button--primary:hover::after { transform: translateX(100%); }
.button--primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 22px 44px rgba(90,138,50,0.28), 0 0 0 4px rgba(90,138,50,0.08);
}
.button--ghost {
  color: var(--text);
  background: rgba(255,255,255,0.64);
  border-color: var(--line);
  backdrop-filter: blur(8px);
}
.button--ghost:hover {
  transform: translateY(-2px) scale(1.02);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 12px 28px rgba(24,49,39,0.08);
}

.hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.hero__meta div, .feature-card, .team-card, .legal-card, .value-panel article {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}
.hero__meta div { padding: 16px 18px; border-radius: var(--radius-md); }
.hero__meta strong { display: block; margin-bottom: 6px; font-size: 0.92rem; }
.hero__meta span { color: var(--muted); font-size: 0.88rem; line-height: 1.55; }

.hero__visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
  overflow: visible;
}
.hero__floating {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: none;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(24, 49, 39, 0.08);
  animation: float-card 5.6s ease-in-out infinite;
}
.hero__floating--left {
  grid-column: 1;
  align-self: start;
  margin-top: 22px;
}
.hero__floating--right {
  grid-column: 2;
  align-self: start;
  margin-top: 0;
  animation-delay: -2.2s;
}
.hero__floating-label {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--primary);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero__floating strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}
.hero__floating p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.9rem;
}

.phone-card {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  width: min(100%, 430px);
  margin: 4px auto 0;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247,252,243,0.98)),
    linear-gradient(135deg, rgba(255,255,255,0.8), rgba(238,247,232,0.9));
  box-shadow: 0 40px 100px rgba(24,49,39,0.12), 0 8px 32px rgba(24,49,39,0.06);
  transition: transform 400ms cubic-bezier(.22,.68,0,1.2), box-shadow 400ms ease;
}
.phone-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 48px 110px rgba(24,49,39,0.16), 0 12px 40px rgba(24,49,39,0.08);
}
.phone-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(90,138,50,0.2), rgba(212,162,33,0.15), rgba(90,138,50,0.1));
  z-index: -1;
  opacity: 0;
  transition: opacity 400ms ease;
}
.phone-card:hover::before { opacity: 1; }
.phone-card::after {
  content: '';
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  border: 1px solid rgba(90,138,50,0.1);
  pointer-events: none;
}
.phone-card__top, .phone-card__journey-header, .split-layout, .section__intro, .footer {
  display: flex;
}
.phone-card__top { justify-content: space-between; align-items: flex-start; gap: 16px; }
.phone-card__label, .phone-card__insight p, .feature-card__icon, .team-card__role, .value-panel span {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.phone-card__top h2 { margin: 6px 0 0; font-size: 2.1rem; line-height: 1; }
.phone-card__badge {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(212, 162, 33, 0.16);
  color: #9c7300;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  box-shadow: inset 0 0 0 1px rgba(212, 162, 33, 0.18);
}
.phone-card__journey {
  margin-top: 18px;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(238, 247, 232, 0.92)),
    var(--surface-soft);
  border: 1px solid rgba(90, 138, 50, 0.08);
}
.phone-card__journey-header { justify-content: space-between; margin-bottom: 12px; font-size: 0.92rem; font-weight: 800; }
.journey-track {
  position: relative;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(25, 163, 95, 0.24), rgba(212, 162, 33, 0.24), rgba(213, 78, 78, 0.24));
}
.journey-track__fill { width: 62%; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--income), var(--saving)); }
.journey-track__marker {
  position: absolute;
  top: 50%;
  right: 34%;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: #fff8df;
  transform: translate(50%, -50%);
  box-shadow: 0 10px 18px rgba(212, 162, 33, 0.16);
  animation: marker-float 2.8s ease-in-out infinite;
}
.journey-track__marker-core {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fffbe7, var(--gold) 58%, #ab7a00 100%);
  box-shadow: 0 0 0 6px rgba(212, 162, 33, 0.14);
}
.journey-track__labels { display: flex; justify-content: space-between; margin-top: 12px; color: var(--muted); font-size: 0.74rem; font-weight: 800; text-transform: uppercase; }
.phone-card__grid { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.phone-card__grid article {
  flex: 1 1 calc(50% - 10px);
  min-width: 120px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(90, 138, 50, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.phone-card__grid span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 0.8rem; font-weight: 700; }
.phone-card__insight {
  margin-top: 18px;
  padding: 20px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(212,162,33,0.22), transparent 32%),
    radial-gradient(circle at bottom left, rgba(90,138,50,0.15), transparent 40%),
    linear-gradient(135deg, #152f24, #1e4434, #234b38);
  color: #eef7ea;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}
.phone-card__insight strong { display: block; margin-top: 8px; line-height: 1.7; }

.section { padding: 46px 0; }
.section__intro { justify-content: space-between; align-items: flex-end; gap: 18px; margin-bottom: 28px; }
.section__intro h2 { max-width: 11ch; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.section--catalog .section__intro h2,
.section--soft .section__intro h2 { max-width: 16ch; }
.feature-card, .team-card, .legal-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-radius: var(--radius-lg);
  transition: transform 320ms cubic-bezier(.22,.68,0,1.2), box-shadow 320ms ease, border-color 300ms ease;
}
.feature-card::before,
.team-card::before,
.legal-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(90,138,50,0.06), rgba(212,162,33,0.04), transparent);
  opacity: 0;
  transition: opacity 300ms ease;
}
.feature-card:hover::before,
.team-card:hover::before,
.legal-card:hover::before { opacity: 1; }
.feature-card:hover,
.team-card:hover,
.legal-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 28px 60px rgba(24,49,39,0.12), 0 0 0 1px rgba(90,138,50,0.12);
  border-color: rgba(90,138,50,0.18);
}
.feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(90,138,50,0.14), rgba(90,138,50,0.06));
  color: var(--primary);
  font-weight: 900;
  font-size: 0.85rem;
  box-shadow: 0 4px 12px rgba(90,138,50,0.08);
  transition: transform 300ms ease, box-shadow 300ms ease;
}
.feature-card:hover .feature-card__icon {
  transform: scale(1.1) rotate(-3deg);
  box-shadow: 0 8px 20px rgba(90,138,50,0.16);
}
.feature-card h3, .team-card h3 { margin: 0 0 10px; font-size: 1.1rem; }
.feature-card p, .team-card p, .legal-card strong, .value-panel strong, .legal-content p, .legal-content li { color: var(--muted); line-height: 1.75; }

.section--catalog {
  padding-top: 22px;
}
.catalog-grid,
.ops-grid {
  display: grid;
  gap: 16px;
}
.catalog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.catalog-card,
.ops-card {
  border: 1px solid rgba(255,255,255,0.72);
  background: rgba(255,255,255,0.82);
  box-shadow: var(--shadow);
  border-radius: 26px;
  transition: transform 320ms cubic-bezier(.22,.68,0,1.2), box-shadow 320ms ease, border-color 300ms ease;
}
.catalog-card:hover,
.ops-card:hover {
  transform: translateY(-4px) scale(1.005);
  box-shadow: 0 28px 60px rgba(24,49,39,0.10), 0 0 0 1px rgba(90,138,50,0.1);
  border-color: rgba(90,138,50,0.14);
}
.catalog-card {
  padding: 22px;
}
.catalog-card__eyebrow {
  margin: 0 0 10px;
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.catalog-card h3 {
  margin: 0 0 14px;
  font-size: 1.18rem;
  line-height: 1.25;
}
.catalog-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.82;
}
.catalog-list li + li {
  margin-top: 6px;
}

.section--soft {
  padding-top: 18px;
}
.ops-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ops-card {
  padding: 20px;
}
.ops-card strong {
  display: block;
  margin-bottom: 9px;
  font-size: 1rem;
}
.ops-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.split-layout { align-items: stretch; gap: 18px; }
.split-layout > * { flex: 1; }
.value-list { padding-left: 18px; color: var(--muted); line-height: 1.9; }
.value-panel { display: grid; gap: 14px; }
.value-panel article { padding: 20px; border-radius: var(--radius-lg); }
.value-panel strong { display: block; margin-top: 8px; color: var(--text); }

.team-grid, .legal-grid { display: grid; gap: 16px; }
.team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.team-card {
  padding: 20px;
}
.team-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.team-card__avatar {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--primary), #3a6918);
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 18px 28px rgba(90,138,50,0.22), 0 0 0 3px rgba(90,138,50,0.08);
  transition: transform 300ms ease, box-shadow 300ms ease;
}
.team-card:hover .team-card__avatar {
  transform: scale(1.08) rotate(-2deg);
  box-shadow: 0 22px 36px rgba(90,138,50,0.28), 0 0 0 4px rgba(90,138,50,0.12);
}
.team-card__identity {
  min-width: 0;
}
.team-card__role {
  margin-bottom: 6px;
}
.team-card h3 {
  margin: 0;
  font-size: 1.18rem;
}
.team-card__summary {
  margin: 0;
  max-width: 40ch;
  line-height: 1.68;
}
.section--legal .legal-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.legal-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.legal-card strong { display: block; color: var(--text); }

.cta__panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 36px;
  border-radius: 32px;
  color: #eef8f3;
  background: linear-gradient(135deg, #132e23 0%, #1e4434 40%, #27503d 100%);
  box-shadow: 0 30px 70px rgba(23,57,43,0.28), inset 0 1px 0 rgba(255,255,255,0.06);
  overflow: hidden;
}
.cta__panel::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(90,138,50,0.25), transparent 70%);
  pointer-events: none;
}
.cta__panel::after {
  content: '';
  position: absolute;
  bottom: -40px; left: 20%;
  width: 160px; height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,162,33,0.15), transparent 70%);
  pointer-events: none;
}
.cta__panel p { max-width: 60ch; color: rgba(238,248,243,0.78); position: relative; }
.cta__panel .button--ghost {
  color: #eef8f3;
  border-color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06);
}

.footer {
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-top: 30px;
  padding: 28px 0 12px;
  border-top: 1px solid rgba(104, 128, 111, 0.16);
}
.footer__links { display: grid; gap: 10px; text-align: right; color: var(--muted); font-weight: 700; }
.brand--footer { margin-bottom: 10px; }

.legal-page { padding: 24px 0 56px; }
.legal-hero, .legal-content {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}
.legal-hero { margin: 28px 0 22px; padding: 34px; }
.legal-hero h1 { font-size: clamp(2.2rem, 4vw, 4.1rem); }
.legal-meta {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--primary-deep);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.legal-content { padding: 28px; }
.legal-content h2 {
  margin: 30px 0 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.6rem;
  letter-spacing: -0.03em;
}
.legal-content h3 { margin: 18px 0 8px; font-size: 1rem; }
.legal-content ul { padding-left: 20px; }
code {
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(90, 138, 50, 0.12);
  color: var(--primary-deep);
  font-family: "Space Grotesk", monospace;
  font-size: 0.92em;
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 600ms cubic-bezier(.22,.68,0,1), transform 600ms cubic-bezier(.22,.68,0,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal:nth-child(2) { transition-delay: 80ms; }
.reveal:nth-child(3) { transition-delay: 160ms; }
.reveal:nth-child(4) { transition-delay: 240ms; }

@keyframes float-card {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(0.5deg); }
}

@keyframes marker-float {
  0%, 100% { transform: translate(50%, -50%); }
  50% { transform: translate(50%, -62%); }
}

@keyframes gentle-pulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

@media (max-width: 1024px) {
  .hero, .feature-grid, .team-grid, .section--legal .legal-grid, .catalog-grid, .ops-grid { grid-template-columns: 1fr; }
  .split-layout, .cta__panel, .footer, .section__intro { flex-direction: column; }
  .section__intro { align-items: flex-start; }
  .hero { padding-top: 44px; }
  .hero__meta { grid-template-columns: 1fr; }
  .hero__visual {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .hero__floating {
    grid-column: 1;
    margin: 0;
  }
  .hero__floating--left,
  .hero__floating--right {
    align-self: stretch;
  }
  .phone-card { grid-column: 1; }
  .footer__links { text-align: left; }
}

@media (max-width: 760px) {
  .site-shell, .legal-page { width: min(calc(100% - 20px), var(--container)); }
  .topbar { flex-wrap: wrap; border-radius: 28px; }
  .nav-toggle { display: block; margin-left: auto; }
  .nav { display: none; width: 100%; flex-direction: column; align-items: flex-start; padding-top: 8px; }
  .nav.is-open { display: flex; }
  .hero__kicker,
  .hero__trust-strip { gap: 8px; }
  .hero__kicker span,
  .hero__trust-strip span { font-size: 0.78rem; }
  .phone-card__grid article { flex-basis: 100%; }
  .phone-card, .feature-card, .team-card, .legal-card, .cta__panel, .legal-content, .legal-hero { border-radius: 24px; }
}
