:root {
  --bg: #0d1b2a;
  --bg-deep: #12324a;
  --surface: #ffffff;
  --surface-soft: #f7fbff;
  --surface-muted: #eff6fd;
  --line: rgba(185, 201, 220, 0.34);
  --line-strong: rgba(205, 220, 236, 0.18);
  --text: #f3f8fd;
  --text-muted: #d2dfed;
  --text-dark: #112235;
  --text-body: #5f7284;
  --brand: #17d3e0;
  --brand-2: #0ee7f2;
  --brand-dark: #00b8c7;
  --copper: #f07a43;
  --copper-soft: #f75206;
  --white: #ffffff;
  --shadow: 0 30px 80px rgba(13, 31, 52, 0.14);
  --shadow-deep: 0 34px 90px rgba(10, 28, 46, 0.28);
  --radius-lg: 32px;
  --radius-md: 28px;
  --radius-sm: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.ingenio-home-ia {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(23, 211, 224, 0.2), transparent 24%),
    radial-gradient(circle at 84% 8%, rgba(240, 122, 67, 0.14), transparent 20%),
    radial-gradient(circle at top right, rgba(14, 231, 242, 0.14), transparent 22%),
    linear-gradient(180deg, #0d1b2a 0%, #12324a 28%, #edf3f9 28%, #f5f8fc 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  line-height: 1.05;
}

.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

main.wrap {
  background: rgba(0, 0, 0, 0.8);
}

.home-surface {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background: linear-gradient(180deg, #edf3f9 0%, #f5f8fc 100%);
  padding-bottom: 1rem;
}

main.wrap,
.topbar {
  position: relative;
  z-index: 1;
}

.eyebrow,
.mini-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
}

.hero-wordpress-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(240, 122, 67, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(199, 101, 57, 0.14);
}

.hero-wordpress-mark svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  font-family: "Manrope", sans-serif;
  font-size: 0.96rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #08121e;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 20px 46px rgba(17, 34, 53, 0.22);
}

.btn-contrast {
  color: #fff8f3;
  border: 1px solid rgba(240, 122, 67, 0.4);
  background: linear-gradient(135deg, rgba(240, 122, 67, 0.96), rgba(199, 101, 57, 0.96));
  box-shadow: 0 18px 36px rgba(199, 101, 57, 0.22);
}

.btn-secondary {
  color: var(--white);
  border: 1px solid rgba(192, 210, 229, 0.26);
  background: rgba(255, 255, 255, 0.08);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 18px 0;
  border-bottom: 1px solid rgba(175, 199, 224, 0.12);
  background: linear-gradient(180deg, rgba(13, 27, 42, 0.86), rgba(18, 50, 74, 0.72));
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 30px rgba(6, 18, 29, 0.12);
  transition: transform 0.32s ease, opacity 0.24s ease, visibility 0.24s ease;
  will-change: transform, opacity;
}

.topbar.is-hidden {
  transform: translateY(calc(-100% - 24px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.topbar .topbar-shell {
  display: grid;
  gap: 14px;
  padding-right: 18px;
  padding-left: 8px;
}

.topbar-head {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.topbar-col-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.topbar-col-spacer {
  min-height: 1px;
}

.topbar-col-title {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
  padding-right: 4px;
}

.topbar-menu-row {
  --bs-gutter-x: 0;
}

.topbar-menu-inner {
  padding: 10px 12px;
  border: 1px solid rgba(23, 211, 224, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(23, 211, 224, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(9, 20, 31, 0.68), rgba(9, 20, 31, 0.4));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 40px rgba(6, 18, 29, 0.18);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
}

.topbar-menu-row .topnav {
  min-width: 0;
}

.brand {
  display: flex;
  align-items: flex-start;
  min-width: 0;
}

.brand img {
  margin-left: 0;
  width: 470px;
  height: auto;
}

.brand-claim {
  display: block;
  margin: 0;
  text-align: right;
  font-family: "Manrope", sans-serif;
  font-size: 2.38rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #17d3e0;
  text-shadow: 0 16px 34px rgba(23, 211, 224, 0.16);
}

.topnav {
  min-width: 0;
  gap: 6px;
}

.topnav a {
  color: #e6eff8;
  font-family: "Manrope", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
}

.topnav a:hover {
  color: var(--brand);
}

.topnav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 8px;
  min-height: 32px;
  border: 1px solid rgba(146, 178, 209, 0.08);
  border-radius: 999px;
  color: #d9e8f7;
  background: rgba(255, 255, 255, 0.03);
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.topnav .btn,
.topbar-social .social-link {
  --bs-btn-border-width: 1px;
  --bs-btn-box-shadow: none;
  --bs-btn-font-weight: 700;
  --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(23, 211, 224, 0.18);
}

.topnav-link:hover {
  color: #f6fffb;
  border-color: rgba(23, 211, 224, 0.24);
  background: rgba(23, 211, 224, 0.08);
  box-shadow: 0 14px 28px rgba(10, 28, 46, 0.12);
  transform: translateY(-1px);
}

.topnav .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #f6fffb;
  border: 1px solid rgba(113, 229, 203, 0.34);
  background: linear-gradient(135deg, rgba(23, 211, 224, 0.3), rgba(100, 168, 255, 0.26));
  box-shadow: 0 18px 34px rgba(10, 28, 46, 0.18);
}

.nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 32px;
  padding: 6px 9px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: "Manrope", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.nav-pill:hover {
  transform: translateY(-1px);
}

.nav-pill-outline {
  color: #e9f7fb;
  border-color: rgba(23, 211, 224, 0.32);
  background: linear-gradient(180deg, rgba(23, 211, 224, 0.16), rgba(23, 211, 224, 0.08));
}

.nav-pill-accent {
  color: #fff7f3;
  border-color: rgba(240, 122, 67, 0.36);
  background: linear-gradient(135deg, rgba(240, 122, 67, 0.92), rgba(199, 101, 57, 0.92));
  box-shadow: 0 16px 32px rgba(199, 101, 57, 0.22);
}

.nav-pill-dark {
  color: #f3fbfd;
  border-color: rgba(160, 197, 219, 0.22);
  background: linear-gradient(180deg, rgba(7, 19, 30, 0.72), rgba(7, 19, 30, 0.56));
}

.topbar-social {
  padding-left: 10px;
  border-left: 1px solid rgba(163, 191, 218, 0.14);
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(163, 191, 218, 0.16);
  border-radius: 999px;
  color: #dbe9f7;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.social-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.social-link:hover {
  color: #ffffff;
  border-color: rgba(23, 211, 224, 0.28);
  background: rgba(23, 211, 224, 0.1);
  box-shadow: 0 14px 28px rgba(10, 28, 46, 0.12);
  transform: translateY(-1px);
}

.social-link-youtube:hover {
  border-color: rgba(240, 122, 67, 0.34);
  background: rgba(240, 122, 67, 0.14);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 42px;
  align-items: center;
  padding: 58px 0 54px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy .eyebrow {
  color: var(--copper);
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-shadow: 0 10px 24px rgba(199, 101, 57, 0.22);
}

.hero h1 {
  max-width: 100%;
  margin: 14px 0 18px;
  font-size: clamp(3.1rem, 5.8vw, 5.4rem);
  line-height: 0.94;
  color: #17d3e0;
}

.hero p {
  max-width: 61ch;
  margin: 0;
  color: var(--text-muted);
  font-size: 1.3rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-aux {
  margin-top: 20px;
  color: #d6e4f2;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-aux span {
  color: var(--brand);
}

.hero-card {
  position: relative;
  padding-top: 10px;
}

.hero-glow {
  position: absolute;
  inset: 42px 0 0 54px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(14, 231, 242, 0.35) 0%, rgba(14, 231, 242, 0) 56%),
    radial-gradient(circle at 70% 32%, rgba(23, 211, 224, 0.28) 0%, rgba(23, 211, 224, 0) 30%);
  filter: blur(26px);
  animation: pulse 7s ease-in-out infinite;
}

.hero-visual {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 560px;
  border: 1px solid rgba(192, 210, 229, 0.16);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(13, 27, 42, 0.02), rgba(13, 27, 42, 0.58)),
    radial-gradient(circle at 84% 20%, rgba(240, 122, 67, 0.18), transparent 20%),
    radial-gradient(circle at 18% 18%, rgba(23, 211, 224, 0.22), transparent 24%),
    linear-gradient(145deg, rgba(28, 52, 80, 0.96), rgba(14, 32, 52, 0.88));
  box-shadow: var(--shadow-deep);
}

.hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(1.08) contrast(1.04) brightness(1.04);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 25, 40, 0.06) 0%, rgba(12, 25, 40, 0.46) 56%, rgba(12, 25, 40, 0.72) 100%),
    linear-gradient(90deg, rgba(12, 25, 40, 0.08) 0%, rgba(12, 25, 40, 0) 48%, rgba(12, 25, 40, 0.24) 100%);
}

.hero-panel {
  margin-top: 10rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 28px;
}

.hero-panel-head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}

.hero-panel-kicker {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(205, 220, 236, 0.2);
  border-radius: 999px;
  background: rgba(8, 20, 35, 0.42);
  color: #dfeaf5;
  font-family: "Manrope", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.hero-badges span,
.hero-stat {
  padding: 10px 14px;
  border: 1px solid rgba(205, 220, 236, 0.2);
  border-radius: 999px;
  color: #f7fbff;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  font-family: "Manrope", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-bottom {
  display: grid;
  gap: 16px;
  align-self: end;
  width: min(100%, 460px);
}

.hero-note {
  padding: 22px;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(19, 39, 60, 0.6), rgba(11, 27, 44, 0.5));
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 48px rgba(9, 23, 37, 0.18);
}

.hero-note-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #d7e7f5;
  font-family: "Manrope", sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-note strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 1.22rem;
  line-height: 1.22;
}

.hero-note p {
  color: #c2d4e6;
  font-size: 1.04rem;
  line-height: 1.72;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-stat {
  display: grid;
  gap: 4px;
  min-height: 88px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
}

.hero-stat strong,
.hero-stat small {
  display: block;
  font-family: "Manrope", sans-serif;
}

.hero-stat strong {
  color: #ffffff;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.15;
}

.hero-stat small {
  color: #c5d8eb;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-band {
  position: relative;
  width: 100vw;
  min-height: clamp(280px, 42vw, 560px);
  margin: 0 0 44px calc(50% - 50vw);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(9, 20, 31, 0.18) 0%, rgba(9, 20, 31, 0.4) 34%, rgba(9, 20, 31, 0.76) 100%),
    radial-gradient(circle at 78% 18%, rgba(240, 122, 67, 0.16), transparent 20%),
    radial-gradient(circle at 18% 22%, rgba(23, 211, 224, 0.14), transparent 24%),
    url("../img/ingeniohosting_servidores.webp") center center / cover no-repeat;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.hero-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 23, 36, 0.72) 0%, rgba(10, 23, 36, 0.24) 42%, rgba(10, 23, 36, 0.62) 100%);
}

.hero-band-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: inherit;
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 20px;
}

.hero-band-panel {
  width: min(100%, 520px);
  padding: 28px;
  border: 1px solid rgba(205, 220, 236, 0.14);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(10, 25, 40, 0.72), rgba(8, 21, 35, 0.54));
  backdrop-filter: blur(16px);
  box-shadow: 0 28px 80px rgba(7, 19, 30, 0.28);
}

.hero-band-kicker {
  display: inline-flex;
  padding: 12px 18px;
  border: 1px solid rgba(205, 220, 236, 0.18);
  border-radius: 999px;
  color: #dfeaf5;
  background: rgba(11, 27, 44, 0.46);
  backdrop-filter: blur(12px);
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-band-panel h2 {
  max-width: 16ch;
  margin: 12px 0 14px;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.08;
}

.hero-band-panel p {
  max-width: 52ch;
  margin: 0;
  color: #d1dfec;
  line-height: 1.75;
}

.hero-band-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hero-band-points span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(205, 220, 236, 0.16);
  border-radius: 999px;
  color: #f2f8fd;
  background: rgba(255, 255, 255, 0.08);
  font-family: "Manrope", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.offer-strip,
.briefing-strip {
  display: grid;
  gap: 22px;
  margin: 0 0 44px;
  color: var(--text-dark);
}

.offer-intro,
.briefing-copy {
  max-width: 820px;
}

.offer-intro {
  color: #06c4d7;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 22px;
  align-items: center;
  max-width: none;
  margin-top: 2rem;
}

.offer-intro-copy {
  max-width: 820px;
}

.offer-intro-media {
  overflow: hidden;
  border: 1px solid rgba(185, 201, 220, 0.34);
  border-radius: 28px;
  background: #0f1d2d;
  box-shadow: var(--shadow);
}

.offer-intro-media img {
  display: block;
  width: 100%;
  height: auto;
}

.offer-intro h2,
.briefing-copy h2 {
  margin: 12px 0 14px;
  color: #0f1d2d;
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.offer-intro p,
.briefing-copy p,
.briefing-note p,
.briefing-submit p,
.offer-card p,
.offer-includes p,
.final-cta p {
  margin: 0;
  color: #5a6e84;
  line-height: 1.75;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.offer-card,
.offer-includes,
.briefing-note,
.briefing-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.94));
  box-shadow: var(--shadow);
}

.offer-card-featured {
  border-color: rgba(23, 211, 224, 0.34);
  background:
    radial-gradient(circle at top right, rgba(23, 211, 224, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 250, 248, 0.96));
}

.offer-label {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  color: #0d5bd7;
  background: #edf6ff;
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-card h3,
.offer-includes h3,
.briefing-card h3 {
  margin: 16px 0 10px;
  color: #0f1d2d;
  font-size: 1.4rem;
  line-height: 1.12;
}

.briefing-step-intro {
  margin: 0 0 18px;
  color: #5a6e84;
  font-size: 1rem;
  line-height: 1.72;
  max-width: 64ch;
}

.offer-includes {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 20px;
  align-items: start;
}

.offer-checklist {
  display: grid;
  gap: 12px;
}

.offer-checklist span {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid #d9e7f6;
  border-radius: var(--radius-sm);
  color: #203448;
  background: var(--surface-muted);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  line-height: 1.45;
}

.offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  grid-column: 1 / -1;
  margin-top: 2px;
}

.briefing-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 20px;
  align-items: start;
}

.briefing-note strong {
  display: block;
  margin-bottom: 10px;
  color: #0f1d2d;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
}

.briefing-form {
  display: grid;
  gap: 18px;
}

.briefing-process {
  display: grid;
  gap: 18px;
}

.briefing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 20px;
  align-items: start;
}

.briefing-stage {
  display: grid;
}

.briefing-progress {
  display: grid;
  gap: 14px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.94));
  box-shadow: var(--shadow);
}

.briefing-progress-bar {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: #dfeaf5;
}

.briefing-progress-fill {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  transition: width 0.28s ease;
}

.briefing-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.briefing-step {
  display: grid;
  gap: 8px;
  justify-items: start;
  padding: 12px 14px;
  border: 1px solid #d9e7f6;
  border-radius: 20px;
  background: #f7fbff;
  color: #203448;
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.briefing-step span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #e7f1fb;
  font-family: "Manrope", sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
}

.briefing-step strong {
  font-family: "Manrope", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
}

.briefing-step.is-active,
.briefing-step.is-complete {
  border-color: rgba(23, 211, 224, 0.4);
  background: linear-gradient(180deg, #f8fffd, #eefaf6);
  box-shadow: 0 18px 36px rgba(10, 28, 46, 0.08);
}

.briefing-step.is-active span,
.briefing-step.is-complete span {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #08121e;
}

.briefing-card[hidden] {
  display: none;
}

.briefing-summary {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #ffffff, #f6fbff);
  box-shadow: var(--shadow);
}

.briefing-summary h3 {
  margin: 0;
  color: #0f1d2d;
  font-size: 1.2rem;
}

.briefing-summary p {
  margin: 0;
  color: #5a6e84;
  line-height: 1.7;
}

.briefing-summary-list {
  display: grid;
  gap: 12px;
}

.briefing-summary-item {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid #d9e7f6;
  border-radius: 18px;
  background: #f7fbff;
}

.briefing-summary-item span {
  color: #5a6e84;
  font-family: "Manrope", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.briefing-summary-item strong {
  color: #183045;
  font-size: 0.98rem;
  line-height: 1.4;
}

.briefing-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #deebf7;
}

.briefing-grid {
  display: grid;
  gap: 16px;
}

.briefing-grid.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.briefing-grid.three-col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.field {
  display: grid;
  gap: 8px;
}

.field-full {
  grid-column: 1 / -1;
}

.field span {
  color: #203448;
  font-family: "Manrope", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d5e3f1;
  border-radius: 18px;
  color: #183045;
  background: #fbfdff;
  outline: none;
  font: inherit;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(100, 168, 255, 0.7);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(100, 168, 255, 0.14);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.choice-pill {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 14px 16px;
  border: 1px solid #d9e7f6;
  border-radius: var(--radius-sm);
  background: #f7fbff;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.choice-pill:hover {
  transform: translateY(-1px);
  border-color: #bcd6f0;
  box-shadow: 0 14px 30px rgba(10, 28, 46, 0.08);
}

.choice-pill input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.choice-pill span {
  color: #203448;
  font-family: "Manrope", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.choice-pill:has(input:checked) {
  border-color: rgba(23, 211, 224, 0.5);
  background: linear-gradient(180deg, #f8fffd, #eefaf6);
  box-shadow: 0 18px 40px rgba(10, 28, 46, 0.1);
}

.briefing-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #deebf7;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 26px 0 54px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(135deg, #14304a 0%, #1d4766 55%, #2e6b7b 100%);
  box-shadow: var(--shadow);
}

.final-cta h2 {
  color: #06c4d7;
}

.final-cta p {
  margin-top: 12px;
  color: #c8d8e8;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }
}

@media (max-width: 1200px) {
  .hero,
  .offer-intro,
  .offer-grid,
  .offer-includes,
  .briefing-head,
  .briefing-layout,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 900px;
  }
}

@media (max-width: 900px) {
  .offer-grid,
  .briefing-steps,
  .choice-grid,
  .briefing-grid.two-col,
  .briefing-grid.three-col {
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 30px 0 38px;
  }

  .topbar {
    padding: 14px 0;
  }

  .topbar-head {
    --bs-gutter-y: 12px;
  }

  .topbar-col-logo,
  .topbar-col-spacer,
  .topbar-col-title {
    justify-content: center;
  }

  .topbar-col-spacer {
    display: none;
  }

  .topbar-col-title {
    justify-content: center;
  }

  .topbar-menu-inner {
    padding: 14px;
    overflow: visible;
  }

  .topnav {
    justify-content: center;
  }

  .topbar-social {
    justify-content: center;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(163, 191, 218, 0.14);
    padding-top: 12px;
  }

}

@media (min-width: 992px) {
  .topbar-menu-inner {
    flex-wrap: nowrap;
  }

  .topnav {
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 720px) {
  .wrap {
    padding: 0 16px;
  }

  .topbar .topbar-shell {
    padding-right: 16px;
    padding-left: 16px;
  }

  .brand {
    align-items: center;
  }

  .brand img {
    width: min(250px, 72vw);
  }

  .brand-claim {
    text-align: center;
  }

  .hero {
    padding: 24px 0 34px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.4rem, 11vw, 3.6rem);
  }

  .hero-band {
    margin-bottom: 30px;
  }

  .hero-band-inner {
    padding: 18px 16px;
  }

  .hero-band-panel,
  .offer-card,
  .offer-includes,
  .briefing-progress,
  .briefing-summary,
  .briefing-note,
  .briefing-card,
  .final-cta {
    padding: 22px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .briefing-actions,
  .briefing-submit {
    flex-direction: column;
    align-items: flex-start;
  }
}
