:root {
  --ink: #20160d;
  --ink-soft: #5f554a;
  --cream: #fffaf0;
  --paper: #fffdf8;
  --yellow: #ffc51a;
  --yellow-light: #ffdc42;
  --yellow-deep: #f0a900;
  --line: rgba(80, 55, 20, 0.12);
  --shadow: 0 18px 45px rgba(79, 55, 18, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(100% - 72px, 1360px); margin-inline: auto; }

.hero {
  position: relative;
  isolation: isolate;
  height: clamp(680px, 52vw, 820px);
  min-height: 680px;
  overflow: hidden;
  background: #e9efe7;
}
.hero__scene,
.hero__bees {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.hero__scene { z-index: -5; }
.hero__bees { z-index: -1; pointer-events: none; }
.hero__routes {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  preserveAspectRatio: none;
  pointer-events: none;
}
.hero__routes path {
  fill: none;
  stroke: #ffc400;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 2 12;
  opacity: .7;
}
.hero__wash {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, #fbf8f1 0%, #fbf8f1 42%, rgba(251,248,241,.99) 48%, rgba(251,248,241,.82) 55%, rgba(251,248,241,.22) 65%, transparent 73%),
    linear-gradient(180deg, rgba(250,247,239,.42), transparent 36%);
}
.hero__header-shield {
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: 112px;
  background: rgba(251, 248, 241, .94);
  box-shadow: 0 1px rgba(255,255,255,.55);
  backdrop-filter: blur(15px);
}

.site-header {
  position: relative;
  z-index: 5;
  height: 112px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 34px;
}
.brand { display: inline-flex; align-items: center; width: fit-content; }
.brand__word {
  font-family: "Nunito", "Arial Rounded MT Bold", system-ui, sans-serif;
  font-weight: 900;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -.055em;
}
.brand--header { position: relative; }
.brand__tiny-bee {
  position: absolute;
  width: 31px;
  height: 31px;
  right: -28px;
  top: -14px;
  transform: rotate(10deg);
}
.nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.6vw, 40px); font-size: 14px; font-weight: 600; }
.nav a { position: relative; white-space: nowrap; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--yellow); transition: right .2s ease; }
.nav a:hover::after { right: 0; }

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 25px;
  border-radius: 19px;
  background: linear-gradient(135deg, var(--yellow-light), var(--yellow));
  color: #171006;
  font-weight: 800;
  box-shadow: 0 9px 22px rgba(229, 166, 0, .22), inset 0 1px rgba(255,255,255,.48);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.cta:hover { transform: translateY(-2px); box-shadow: 0 13px 27px rgba(229,166,0,.28), inset 0 1px rgba(255,255,255,.55); filter: saturate(1.05); }
.cta svg { width: 23px; height: 23px; flex: 0 0 auto; }
.cta--header { min-height: 56px; padding-inline: 24px; border-radius: 18px; font-size: 15px; }

.hero__content { position: relative; z-index: 2; height: calc(100% - 112px); display: flex; align-items: center; padding-bottom: 116px; }
.hero__copy { width: min(50%, 610px); margin-top: 18px; }
.hero h1 {
  margin: 0;
  max-width: 760px;
  font-family: "Nunito", "Arial Rounded MT Bold", system-ui, sans-serif;
  font-size: clamp(52px, 4.5vw, 76px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 900;
}
.hero h1 span { position: relative; white-space: nowrap; }
.hero h1 span::after { content: ""; position: absolute; left: 1%; right: 1%; bottom: -9px; height: 6px; border-radius: 999px; background: var(--yellow); transform: rotate(-1deg); }
.hero__lede { max-width: 590px; margin: 28px 0 18px; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.56; color: #30271f; }
.trust-line { display: flex; align-items: center; gap: 11px; margin: 0 0 28px; font-size: 18px; font-weight: 800; }
.trust-line__icon { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--yellow); font-size: 19px; line-height: 1; }
.hero__actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.cta--primary { min-height: 62px; padding-inline: 28px; font-size: 16px; border-radius: 21px; }
.video-link { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; }
.video-link__play { display: grid; place-items: center; width: 36px; height: 36px; border: 2px solid currentColor; border-radius: 50%; font-size: 12px; padding-left: 2px; }

.hero-features {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 112px;
  display: flex;
  align-items: center;
  color: #fff9e8;
  background: linear-gradient(180deg, rgba(18,19,12,.72), rgba(15,19,12,.93));
  border-top: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(9px);
}
.hero-features__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hero-feature { display: flex; align-items: center; gap: 17px; min-height: 82px; padding: 10px 26px; border-right: 1px solid rgba(255,255,255,.11); font-size: 15px; font-weight: 650; line-height: 1.45; }
.hero-feature:first-child { padding-left: 0; }
.hero-feature:last-child { border-right: 0; }
.hero-feature__icon { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; color: #fff0b5; }
.hero-feature__icon svg { width: 42px; height: 42px; }

.hero-separator { position: relative; z-index: 6; height: 78px; margin-top: -25px; pointer-events: none; }
.hero-separator svg { width: 100%; height: 100%; display: block; }

.difference { margin-top: -1px; padding: 64px 0 92px; background: var(--cream); }
.difference__grid { display: grid; grid-template-columns: minmax(480px, .9fr) minmax(560px, 1.12fr); align-items: center; gap: clamp(50px, 6vw, 100px); }
.eyebrow { margin: 0 0 14px; color: #e79b00; font-size: 13px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.difference h2 { margin: 0 0 30px; font-family: "Nunito", system-ui, sans-serif; font-weight: 900; font-size: clamp(34px, 3.3vw, 52px); line-height: 1.02; letter-spacing: -.035em; }
.comparison { display: grid; grid-template-columns: 1fr 48px 1.08fr; align-items: stretch; }
.comparison-card { border-radius: 18px; overflow: hidden; border: 1px solid rgba(92,67,30,.08); background: rgba(255,255,255,.58); }
.comparison-card--other { background: linear-gradient(180deg, rgba(236,230,220,.66), rgba(255,255,255,.56)); }
.comparison-card--mabee { border-color: rgba(237,174,21,.72); background: linear-gradient(180deg, rgba(255,244,208,.64), rgba(255,255,255,.76)); }
.comparison-card h3 { margin: 0; min-height: 52px; display: grid; place-items: center; border-bottom: 1px solid rgba(92,67,30,.13); font-size: 15px; }
.comparison-card ul { list-style: none; padding: 18px 17px 21px; margin: 0; display: grid; gap: 17px; }
.comparison-card li { display: grid; grid-template-columns: 25px 1fr; gap: 7px; font-size: 13px; font-weight: 600; line-height: 1.38; }
.cross { color: #e7442d; font-size: 25px; font-weight: 800; line-height: .85; }
.check { display: grid; place-items: center; width: 18px; height: 18px; margin-top: 1px; border-radius: 50%; background: var(--yellow); font-size: 12px; font-weight: 900; }
.versus { align-self: center; justify-self: center; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--yellow); font-size: 12px; font-weight: 900; z-index: 2; }

.video-shell { position: relative; aspect-ratio: 16 / 9; min-height: 430px; overflow: hidden; border-radius: 22px; background: radial-gradient(circle at 50% 36%, #273137, #111515 62%, #070909); box-shadow: var(--shadow); }
.video-shell__label { position: absolute; left: 28px; top: 28px; z-index: 2; color: white; font-size: 18px; font-weight: 750; line-height: 1.22; }
.video-shell__label span { color: var(--yellow); font-size: 29px; margin-left: 8px; }
.chat-phone { position: absolute; left: 50%; top: 7%; transform: translateX(-50%); width: 40%; min-width: 280px; max-width: 360px; height: 77%; border-radius: 16px 16px 10px 10px; overflow: hidden; background: #d8e2e7; box-shadow: 0 20px 50px rgba(0,0,0,.45); }
.chat-phone__header { height: 62px; padding: 0 12px; display: grid; grid-template-columns: 20px 36px 1fr 18px; align-items: center; gap: 8px; color: white; background: linear-gradient(180deg, #5d89a5, #4f7791); font-size: 12px; }
.chat-phone__header strong, .chat-phone__header small { display: block; }
.chat-phone__header small { opacity: .78; font-size: 9px; }
.back { font-size: 30px; font-weight: 300; line-height: 1; }
.chat-avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #fff9db; font-size: 19px; }
.more { font-size: 24px; }
.chat-phone__body { height: calc(100% - 112px); padding: 14px 14px 10px; background: linear-gradient(rgba(223,232,236,.8), rgba(223,232,236,.8)), repeating-linear-gradient(45deg, transparent 0 19px, rgba(114,140,150,.09) 20px 21px); overflow: hidden; }
.message { position: relative; width: 88%; margin-bottom: 10px; padding: 10px 12px 17px; border-radius: 10px; background: white; font-size: 11px; line-height: 1.33; box-shadow: 0 1px 1px rgba(0,0,0,.06); }
.message p { margin: 3px 0; }
.message__name { color: #56a042; font-weight: 800; }
.message time { position: absolute; right: 7px; bottom: 4px; color: #9aa4a8; font-size: 8px; }
.message--person { width: 72%; margin-left: auto; background: #eef8ff; }
.person-row { display: flex; align-items: center; gap: 5px; color: #3c80c0; font-weight: 800; }
.person-avatar { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #3c80c0; color: white; font-size: 9px; }
.chat-phone__input { height: 42px; display: grid; grid-template-columns: 28px 1fr 24px 24px; align-items: center; padding: 0 10px; color: #9ba7ac; background: #f8fafb; font-size: 12px; }
.play-button { position: absolute; z-index: 5; left: 51%; top: 52%; transform: translate(-50%,-50%); width: 78px; height: 78px; border: 0; border-radius: 50%; background: linear-gradient(135deg, var(--yellow-light), var(--yellow)); box-shadow: 0 12px 30px rgba(0,0,0,.25); color: #171006; font-size: 28px; padding-left: 8px; cursor: pointer; transition: transform .2s ease; }
.play-button:hover { transform: translate(-50%,-50%) scale(1.06); }
.video-route { position: absolute; right: -8px; top: 55px; width: 38%; height: 48%; }
.video-route path { fill: none; stroke: var(--yellow); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 5 12; }
.video-controls { position: absolute; left: 18px; right: 18px; bottom: 13px; display: grid; grid-template-columns: 18px auto 1fr 20px 20px 12px; align-items: center; gap: 9px; color: white; font-size: 11px; }
.video-controls__bar { position: relative; display: block; height: 4px; background: rgba(255,255,255,.42); border-radius: 999px; }
.video-controls__bar i { display: block; width: 39%; height: 100%; border-radius: inherit; background: white; }

.footer { background: linear-gradient(100deg, #ffca1f, #ffd833 58%, #ffc51a); border-top: 1px solid rgba(95,65,12,.12); }
.footer__inner { min-height: 96px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand--footer { gap: 8px; }
.brand__footer-bee { width: 39px; height: 39px; }
.brand--footer .brand__word { font-size: 34px; }
.footer__tagline { justify-self: center; font-size: 17px; }
.cta--footer { justify-self: end; min-height: 54px; background: rgba(255,255,255,.28); box-shadow: inset 0 1px rgba(255,255,255,.48), 0 7px 18px rgba(112,70,0,.12); }

@media (max-width: 1120px) {
  .container { width: min(100% - 48px, 1040px); }
  .site-header { grid-template-columns: 170px 1fr auto; gap: 20px; }
  .brand__word { font-size: 37px; }
  .brand__tiny-bee { width: 27px; right: -25px; top: -12px; }
  .nav { gap: 20px; font-size: 13px; }
  .cta--header { padding-inline: 18px; font-size: 13px; }
  .hero__copy { width: 57%; }
  .hero h1 { font-size: clamp(48px, 5.5vw, 66px); }
  .hero-feature { padding-inline: 14px; font-size: 13px; }
  .hero-feature__icon { width: 38px; }
  .difference__grid { grid-template-columns: 1fr 1.08fr; gap: 42px; }
  .comparison-card li { font-size: 12px; }
}

@media (max-width: 900px) {
  .hero { height: auto; min-height: 980px; }
  .hero__scene, .hero__bees { object-position: 64% top; }
  .hero__wash { background: linear-gradient(180deg, #fbf8f1 0%, rgba(251,248,241,.96) 48%, rgba(251,248,241,.22) 70%, transparent 83%); }
  .site-header { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .hero__content { height: auto; min-height: 760px; align-items: flex-start; padding-top: 92px; }
  .hero__copy { width: 100%; max-width: 660px; }
  .hero__lede { max-width: 560px; }
  .hero-features { min-height: 180px; }
  .hero-features__grid { grid-template-columns: repeat(2,1fr); }
  .hero-feature:nth-child(2) { border-right: 0; }
  .hero-feature { min-height: 80px; padding-left: 8px; }
  .difference__grid { grid-template-columns: 1fr; }
  .difference__copy { max-width: 720px; }
  .video-shell { min-height: 480px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 30px, 560px); }
  .hero { min-height: 1030px; }
  .hero__header-shield { height: 84px; }
  .site-header { height: 84px; }
  .brand__word { font-size: 34px; }
  .brand__tiny-bee { width: 24px; right: -22px; }
  .cta--header { min-height: 46px; padding-inline: 14px; border-radius: 15px; font-size: 0; gap: 0; }
  .cta--header svg { width: 22px; }
  .hero__content { padding-top: 64px; min-height: 790px; }
  .hero h1 { font-size: clamp(45px, 13vw, 60px); }
  .hero h1 span { white-space: normal; }
  .hero__lede { font-size: 16px; margin-top: 24px; }
  .trust-line { font-size: 16px; }
  .hero__actions { gap: 18px; }
  .cta--primary { width: 100%; min-height: 58px; padding-inline: 18px; }
  .video-link { margin-left: 4px; }
  .hero-features { min-height: 220px; }
  .hero-features__grid { grid-template-columns: 1fr 1fr; }
  .hero-feature { align-items: flex-start; min-height: 105px; padding: 14px 10px 12px 0; font-size: 12px; }
  .hero-feature__icon { width: 34px; height: 34px; }
  .hero-feature__icon svg { width: 32px; height: 32px; }
  .hero-separator { height: 64px; }
  .difference { padding-top: 40px; }
  .difference h2 { font-size: 36px; }
  .comparison { grid-template-columns: 1fr; gap: 12px; }
  .versus { margin: -2px auto; }
  .video-shell { min-height: 380px; border-radius: 17px; }
  .video-shell__label { left: 18px; top: 18px; font-size: 14px; }
  .chat-phone { min-width: 230px; width: 56%; height: 73%; }
  .play-button { width: 64px; height: 64px; font-size: 23px; }
  .video-route { display: none; }
  .video-controls { font-size: 9px; gap: 5px; }
  .footer__inner { grid-template-columns: 1fr auto; min-height: 112px; }
  .footer__tagline { display: none; }
  .brand--footer .brand__word { font-size: 29px; }
  .brand__footer-bee { width: 33px; height: 33px; }
  .cta--footer { min-height: 48px; padding-inline: 14px; font-size: 12px; }
}

@media (max-width: 620px) {
  .hero__scene,
  .hero__bees {
    top: 250px;
    height: 620px;
    object-position: 61% top;
  }
  .hero__routes {
    top: 250px;
    height: 620px;
  }
  .hero__wash {
    background: linear-gradient(180deg, #fbf8f1 0%, #fbf8f1 37%, rgba(251,248,241,.96) 48%, rgba(251,248,241,.56) 58%, transparent 70%);
  }
  .hero__content {
    min-height: 770px;
    padding-top: 64px;
  }
  .video-link { display: none; }
}
