/* Radovan Boháč — one-page stylesheet (zachovaný designový systém) */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #F5F2ED;
  font-family: 'Manrope', sans-serif;
  color: #14181C;
  overflow-x: hidden;
}

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

::selection {
  background: #E8792C;
  color: #fff;
}

.page {
  width: 100%;
}

/* Sticky header offset for anchors */
#uvod,
#nabidka,
#newsletter,
#vyberova-rizeni,
#upravy-budov,
#akcni-nabidky,
#kurz,
#cestovani,
#investice,
#ceniky,
#vize,
#nemovitosti,
#kontakt {
  scroll-margin-top: 88px;
}

/* ——— Placeholders ——— */
.placeholder-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFEAE1;
  color: #8A8175;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 16px;
}

/* ——— Header ——— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(24px, 5vw, 80px);
  background: rgba(245, 242, 237, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(20, 24, 28, 0.08);
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  max-width: min(200px, 46vw);
}

.brand-logo {
  display: block;
  height: clamp(28px, 3.2vw, 36px);
  width: auto;
  max-height: 36px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
  flex-wrap: nowrap;
}

.desktop-nav a {
  font-size: 15px;
  font-weight: 600;
  color: #4A5259;
  white-space: nowrap;
}

.desktop-nav a:hover {
  color: #14181C;
}

.desktop-nav a.cta {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #C48F47;
  color: #2A1F04;
  padding: 12px clamp(14px, 1.5vw, 22px);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a.cta:hover {
  filter: brightness(1.08);
}

#mobileMenuBtn {
  display: none;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

#mobileMenu {
  display: none;
  position: sticky;
  top: 64px;
  z-index: 49;
  background: #F5F2ED;
  border-bottom: 1px solid rgba(20, 24, 28, 0.08);
  flex-direction: column;
  padding: 16px clamp(24px, 5vw, 80px);
  gap: 16px;
}

#mobileMenu a {
  font-size: 15px;
  font-weight: 600;
  color: #4A5259;
}

#mobileMenu a.cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #C48F47;
  color: #2A1F04;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  width: fit-content;
}

/* ——— Hero ——— */
.hero {
  position: relative;
  width: 100%;
  /* Výška roste/klesá se ŠÍŘKOU (vw), ne s vh — při zúžení se hero zmenšuje */
  height: clamp(500px, calc(22vw + 340px), 700px);
  max-height: 700px;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(20, 24, 28, 0.18) 0%, rgba(20, 24, 28, 0.58) 100%);
}

.hero-shell {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-inline: clamp(20px, 4vw, 64px);
  box-sizing: border-box;
}

.hero-layout {
  height: 100%;
  display: grid;
  /* Kruh vlevo ~36 %, text vpravo ~55 % */
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.55fr);
  grid-template-areas:
    "orb copy"
    "stats stats";
  column-gap: clamp(16px, 2.5vw, 40px);
  row-gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding-top: clamp(28px, 3.5vw, 56px);
  padding-bottom: clamp(20px, 2.5vw, 40px);
  box-sizing: border-box;
  color: #F5F2ED;
}

.hero-orb-wrap {
  grid-area: orb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  max-width: 100%;
}

.hero-orb {
  --orb-size: clamp(320px, 32vw, 470px);
  position: relative;
  width: var(--orb-size);
  height: var(--orb-size);
  max-width: 100%;
  aspect-ratio: 1 / 1;
  flex-shrink: 1;
  filter: drop-shadow(0 0 24px rgba(196, 143, 71, 0.16));
}

.hero-orb-ring {
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 20px rgba(196, 143, 71, 0.1);
  pointer-events: none;
}

.hero-orb-ring--outer { inset: 4%; }
.hero-orb-ring--mid {
  inset: 16%;
  border-color: rgba(255, 255, 255, 0.2);
}
.hero-orb-ring--inner {
  inset: 30%;
  border-color: rgba(196, 143, 71, 0.35);
  background: rgba(20, 24, 28, 0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hero-orb-dot {
  --angle: calc(var(--d) * 60deg - 90deg);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: #C48F47;
  box-shadow: 0 0 8px rgba(196, 143, 71, 0.65);
  transform: rotate(var(--angle)) translateY(calc(var(--orb-size) * -0.42));
  pointer-events: none;
}

.hero-orb-core {
  position: absolute;
  inset: 34%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 3px;
  pointer-events: none;
}

.hero-orb-mark {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 2.2vw, 34px);
  letter-spacing: -0.02em;
  color: #C48F47;
  line-height: 1;
}

.hero-orb-name {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: clamp(11px, 1vw, 14px);
  line-height: 1.2;
}

.hero-orb-tag {
  font-size: clamp(9px, 0.85vw, 12px);
  color: rgba(245, 242, 237, 0.72);
  line-height: 1.3;
}

.hero-orb-item {
  --angle: calc(var(--i) * 36deg - 90deg);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88px;
  transform: translate(-50%, -50%) rotate(var(--angle)) translateY(calc(var(--orb-size) * -0.48)) rotate(calc(-1 * var(--angle)));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  color: #F5F2ED;
  transition: transform 0.2s ease, color 0.2s ease, filter 0.2s ease;
  z-index: 2;
}

.hero-orb-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C48F47;
  filter: drop-shadow(0 0 6px rgba(196, 143, 71, 0.25));
}

.hero-orb-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}

.hero-orb-label {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 84px;
  text-shadow: 0 1px 8px rgba(20, 24, 28, 0.55);
}

.hero-orb-item:hover {
  color: #FFFFFF;
  transform: translate(-50%, -50%) rotate(var(--angle)) translateY(calc(var(--orb-size) * -0.48)) rotate(calc(-1 * var(--angle))) scale(1.06);
  filter: drop-shadow(0 0 10px rgba(196, 143, 71, 0.4));
}

.hero-orb-item:hover .hero-orb-icon {
  color: #E0B36A;
}

.hero-copy {
  grid-area: copy;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  justify-self: stretch;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 18px rgba(20, 24, 28, 0.12);
  color: #FFFFFF;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: clamp(12px, 1.05vw, 15px);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: clamp(14px, 1.8vw, 22px);
  width: fit-content;
  max-width: 100%;
}

.hero h1 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(44px, 4vw, 64px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 clamp(16px, 1.8vw, 24px);
  max-width: 100%;
}

.hero h1 .dot {
  color: #C48F47;
}

.hero-lead {
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.45;
  color: rgba(245, 242, 237, 0.85);
  max-width: 100%;
  margin: 0 0 clamp(18px, 2vw, 28px);
}

.hero-actions {
  display: flex;
  gap: clamp(10px, 1.5vw, 16px);
  flex-wrap: wrap;
  margin-bottom: 0;
}

.hero-actions .btn-primary,
.hero-actions .btn-outline {
  font-size: clamp(15px, 1.15vw, 17px);
  padding: clamp(11px, 1vw, 15px) clamp(18px, 1.8vw, 28px);
  white-space: nowrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #C48F47;
  color: #2A1F04;
  padding: 16px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
}

.btn-primary:hover {
  filter: brightness(1.08);
}

.btn-outline {
  border: 2px solid rgba(245, 242, 237, 0.4);
  color: #F5F2ED;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
}

.btn-outline:hover {
  border-color: #F5F2ED;
}

.hero-stats {
  grid-area: stats;
  display: flex;
  gap: clamp(14px, 2.5vw, 36px);
  flex-wrap: wrap;
  align-self: end;
}

.hero-stats .stat-value {
  font-family: 'Sora', sans-serif;
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 800;
}

.hero-stats .stat-label {
  font-size: clamp(12px, 1.1vw, 16px);
  color: rgba(245, 242, 237, 0.75);
}

/* Mobilní grid POD hero — default skrytý */
.offer-mnav {
  display: none;
  padding: 28px clamp(20px, 5vw, 64px) 8px;
  background: #F5F2ED;
}

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

.offer-mnav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #EFEAE1;
  border-radius: 14px;
  padding: 12px 12px;
  color: #14181C;
  min-width: 0;
}

.offer-mnav-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #C48F47;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-mnav-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.offer-mnav-label {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

/* ——— Shared section bits ——— */
.section-label {
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #C48F47;
  margin-bottom: 14px;
}

.section-label--light {
  color: #C48F47;
}

.section-title {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
}

.section-title--lg {
  font-size: clamp(30px, 3vw, 44px);
}

.section-title--md {
  font-size: clamp(28px, 3vw, 42px);
}

.section-intro {
  font-size: 17px;
  color: #4A5259;
  line-height: 1.6;
  margin: 0;
  max-width: 560px;
}

.text-muted {
  font-size: 16px;
  line-height: 1.7;
  color: #4A5259;
  margin: 0 0 20px;
  max-width: 460px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
}

.service-list .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C48F47;
  flex-shrink: 0;
}

.service-link {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  color: #14181C;
  border-bottom: 2px solid #C48F47;
  padding-bottom: 3px;
}

.img-col {
  height: 340px;
  border-radius: 24px;
  overflow: hidden;
}

/* ——— Offer hub ——— */
.offer-hub {
  padding: 100px 5vw 80px;
}

.offer-hub-intro {
  max-width: 640px;
  margin-bottom: 48px;
}

.offer-hub-intro .section-title {
  margin: 0 0 16px;
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.hub-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #EFEAE1;
  border-radius: 20px;
  padding: 24px 22px;
  min-height: 168px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hub-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(20, 24, 28, 0.08);
}

.hub-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(196, 143, 71, 0.18);
  color: #C48F47;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hub-icon svg {
  width: 20px;
  height: 20px;
}

.hub-card-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.hub-card-title {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.hub-card-text {
  font-size: 13px;
  line-height: 1.45;
  color: #4A5259;
}

.hub-arrow {
  font-size: 18px;
  font-weight: 700;
  color: #C48F47;
  margin-top: auto;
}

/* ——— Topic sections ——— */
.topic {
  padding: 80px 5vw;
}

.topic--split {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
  align-items: center;
}

.topic--reverse {
  grid-template-columns: 1.15fr 1fr;
}

.topic--tint {
  background: #EFEAE1;
}

.topic-copy .section-title {
  margin: 0 0 16px;
}

.topic--wide .topic-wide-intro {
  max-width: 640px;
  margin-bottom: 40px;
}

.topic--wide .topic-wide-intro .section-title {
  margin: 0 0 16px;
}

.topic-cta {
  margin-top: 36px;
}

/* Promo cards (akce) */
.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.promo-card {
  background: #F5F2ED;
  border-radius: 20px;
  padding: 28px 24px;
}

.promo-tag {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #C48F47;
  margin-bottom: 12px;
}

.promo-title {
  font-family: 'Sora', sans-serif;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 8px;
}

.promo-text {
  font-size: 15px;
  line-height: 1.6;
  color: #4A5259;
}

/* CTA block (kurz) */
.topic--cta-block {
  padding: 0 5vw 80px;
}

.cta-block-inner {
  background: #14181C;
  color: #F5F2ED;
  border-radius: 32px;
  padding: 72px 5vw;
  text-align: center;
}

.cta-block-inner .section-title {
  margin: 0 auto 20px;
  max-width: 640px;
}

.cta-block-lead {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(245, 242, 237, 0.75);
  max-width: 520px;
  margin: 0 auto 32px;
}

/* Dark invest section */
.topic--dark {
  background: #14181C;
  color: #F5F2ED;
  border-radius: 32px;
  margin: 0 5vw 80px;
  width: calc(90vw);
  box-sizing: border-box;
  padding: 72px 5vw;
}

.topic-dark-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.topic-dark-grid .section-title {
  margin: 0 0 20px;
}

.topic-dark-lead {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(245, 242, 237, 0.75);
  margin: 0 0 28px;
  max-width: 460px;
}

.topic-dark-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dark-card {
  background: rgba(245, 242, 237, 0.06);
  border: 1px solid rgba(245, 242, 237, 0.12);
  border-radius: 16px;
  padding: 24px;
}

.dark-card-title {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.dark-card-text {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(245, 242, 237, 0.7);
}

/* Price cards */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.price-card {
  background: #EFEAE1;
  border-radius: 20px;
  padding: 32px 28px;
}

.price-card--accent {
  background: #14181C;
  color: #F5F2ED;
}

.price-card--accent .price-note {
  color: rgba(245, 242, 237, 0.7);
}

.price-name {
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #C48F47;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

.price-value {
  font-family: 'Sora', sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.price-note {
  font-size: 14px;
  line-height: 1.5;
  color: #4A5259;
}

/* About / Vize */
.topic--about {
  padding: 100px 5vw;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.about-copy .section-title {
  margin: 0 0 20px;
}

.about-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.why-card {
  background: #F5F2ED;
  border-radius: 20px;
  padding: 28px 24px;
}

.topic--tint .why-card {
  background: #F5F2ED;
}

.why-card .title {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-card .desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4A5259;
}

/* ——— Contact ——— */
.contact {
  padding: 40px 5vw 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.contact-copy .section-title {
  margin: 0 0 20px;
}

.contact-copy .lead {
  font-size: 16px;
  line-height: 1.7;
  color: #4A5259;
  margin: 0 0 32px;
  max-width: 440px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #EFEAE1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.contact-item .label {
  font-size: 13px;
  color: #4A5259;
}

.contact-item .value {
  font-weight: 700;
  font-size: 16px;
}

#contactForm {
  background: #14181C;
  border-radius: 24px;
  padding: 44px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

#contactForm input,
#contactForm select,
#contactForm textarea {
  background: rgba(245, 242, 237, 0.06);
  border: 1px solid rgba(245, 242, 237, 0.15);
  border-radius: 12px;
  padding: 14px 16px;
  color: #F5F2ED;
  font-size: 15px;
  font-family: 'Manrope', sans-serif;
  width: 100%;
}

#contactForm textarea {
  resize: none;
}

#contactForm select option {
  background: #14181C;
  color: #F5F2ED;
}

#contactForm button[type="submit"] {
  background: #C48F47;
  color: #2A1F04;
  border: none;
  border-radius: 999px;
  padding: 16px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  margin-top: 8px;
  font-family: 'Manrope', sans-serif;
}

#contactForm button[type="submit"]:hover {
  filter: brightness(1.08);
}

#formStatus {
  font-size: 13px;
  color: rgba(245, 242, 237, 0.5);
  text-align: center;
}

/* ——— Footer ——— */
.site-footer {
  padding: 40px 5vw;
  border-top: 1px solid rgba(20, 24, 28, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo {
  display: block;
  height: 26px;
  width: auto;
  max-height: 26px;
  max-width: 160px;
  object-fit: contain;
}

.footer-copy {
  font-weight: 700;
  font-size: 14px;
  color: #4A5259;
}

.footer-nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-nav a {
  font-size: 14px;
  font-weight: 600;
  color: #4A5259;
}

.footer-nav a:hover {
  color: #14181C;
}

.footer-meta {
  font-size: 14px;
  color: #4A5259;
}

/* ——— Responsive ——— */
@media (max-width: 1440px) {
  .hub-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 1200px) {
  .hub-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .desktop-nav {
    gap: 18px;
  }
}

/* Hamburger dříve — ať se menu namačká */
@media (max-width: 1024px) {
  nav.desktop-nav {
    display: none !important;
  }

  #mobileMenuBtn {
    display: flex !important;
  }

  .hero-media img {
    object-position: 58% center;
  }

  .hero {
    height: clamp(540px, calc(22vw + 340px), 600px);
  }

  .hero h1 {
    font-size: clamp(36px, 4.2vw, 52px);
  }
}

@media (max-width: 800px) {
  .hero {
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: hidden;
  }

  .hero-shell {
    height: auto;
  }

  .hero-layout {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "stats";
    padding-top: 48px;
    padding-bottom: 36px;
    row-gap: 28px;
  }

  .hero-orb-wrap {
    display: none !important;
  }

  .offer-mnav {
    display: block;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(30px, 8vw, 40px);
    line-height: 1.1;
  }

  .hero-lead {
    font-size: clamp(16px, 4.2vw, 18px);
  }

  .hero-badge {
    font-size: clamp(12px, 3.2vw, 14px);
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-outline {
    font-size: 15px;
    white-space: normal;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-outline {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-stats .stat-value {
    font-size: clamp(28px, 7vw, 34px);
  }

  .hero-media img {
    object-position: 68% 40%;
  }
}

@media (max-width: 900px) {
  .hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .topic--split,
  .topic--reverse,
  .topic-dark-grid,
  .about-grid,
  .contact,
  .promo-grid,
  .price-grid {
    grid-template-columns: 1fr !important;
  }

  .about-values {
    grid-template-columns: 1fr !important;
  }

  .topic--split .img-col,
  .topic--reverse .img-col {
    order: -1;
  }

  .hero-media img {
    object-position: 62% center;
  }

  .topic--dark {
    margin: 0 4vw 60px;
    width: calc(92vw);
    padding: 56px 6vw;
  }

  .cta-block-inner {
    padding: 56px 6vw;
  }

  #contactForm {
    padding: 32px 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .offer-hub,
  .topic {
    padding: clamp(64px, 8vw, 100px) clamp(24px, 5vw, 80px) clamp(48px, 6vw, 80px);
  }
}

@media (max-width: 768px) {
  .hero {
    height: auto;
    max-height: none;
  }

  .hero-media img {
    object-position: 65% 42%;
  }
}

@media (max-width: 600px) {
  .hub-grid {
    grid-template-columns: 1fr;
  }

  .hub-card {
    min-height: 0;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 18px;
  }

  .hub-card-body {
    flex: 1;
  }

  .hub-arrow {
    margin-top: 0;
    align-self: center;
  }

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

  .hero-media img {
    object-position: 70% 40%;
  }

  .img-col {
    height: 240px;
  }

  .topic--about {
    padding: 72px clamp(24px, 5vw, 80px);
  }

  .contact {
    padding: 24px clamp(24px, 5vw, 80px) 72px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px clamp(24px, 5vw, 80px);
  }
}

@media (max-width: 480px) {
  .hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  .hero-stats > div:last-child {
    grid-column: 1 / -1;
  }

  .brand {
    max-width: min(160px, 55vw);
  }

  .offer-mnav-label {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-stats > div:last-child {
    grid-column: auto;
  }
}
