/* ═══════════════════════════════════════════════════════════
   BUSINESS PAGE
═══════════════════════════════════════════════════════════ */

/* ─── HERO ─────────────────────────────────────────────── */
.biz-hero {
  padding: 2rem 3.75rem;
  overflow: visible;
}

.biz-hero__container {
  max-width: 1320px;
  margin: 0 auto;
  background: linear-gradient(261.94deg, #3D405B 14.11%, #2D6843 56.07%, #79A69D 93.59%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  position: relative;
  height: 526px;
  padding: 3.75rem 0 3.75rem 3.75rem;
  overflow: hidden;
}

.biz-hero__content {
  flex: 0 0 52%;
  max-width: 52%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.biz-hero__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 60px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 64px;
  letter-spacing: 0%;
}

.biz-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 14px 32px;
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.biz-hero__btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
}

/* ─── SPIRALS ───────────────────────────────────────────── */
.biz-hero__spiral {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.biz-hero__spiral--1 {
  top: 131px;
  left: -2px;
  width: 210px;
  opacity: 1;
}

.biz-hero__spiral--2 {
  top: 54px;
  left: -12px;
  width: 390px;
  opacity: 1;
}

/* ─── DESIGN5 (decorative shapes, top-right) ────────────── */
.biz-hero__design {
  position: absolute;
  top: -45px;
  right: -74px;
  width: 460px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

/* ─── AND THAT'S JUST THE BEGINNING ────────────────────── */
.mt-app-cta--biz-beginning {
  padding: 80px 60px;
}

.mt-app-cta--biz-beginning .mt-app-cta__container {
  width: 1320px;
  max-width: 100%;
  height: 460px;
  border-radius: 40px;
  background: linear-gradient(261deg, #1B3F5C 0%, #2E6A80 55%, #4A8FA3 100%);
}

.biz-beginning__heading {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-top: 2rem;
}

.biz-beginning__star-tr {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 28px;
  filter: brightness(0) invert(1);
  pointer-events: none;
  z-index: 3;
}

.biz-beginning__content {
  align-items: flex-start;
  text-align: left;
  position: relative;
  z-index: 3;
}

.biz-beginning__sub {
  font-family: 'Urbanist', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 0.75rem;
  max-width: 440px;
  text-align: left;
}

.biz-beginning__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  padding: 14px 28px;
  border-radius: 40px;
  background: #ffffff;
  color: #071738;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 1.5rem;
  align-self: flex-start;
  transition: background 0.2s;
}

.biz-beginning__btn:hover {
  background: #f0f0f0;
}

/* Right circles */
.biz-beginning__circles {
  position: absolute;
  right: 60px;
  top: 0;
  width: 45%;
  height: 100%;
  z-index: 2;
}

.biz-beginning__circle {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) -3.56%, rgba(255, 255, 255, 0) 121.67%);
  padding: 8.76px;
}

.biz-beginning__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* Large circle */
.biz-beginning__circle--main {
  width: 299px;
  height: 299px;
  top: 52.2%;
  left: 28.5%;
  transform: translateY(-50%);
}

.biz-beginning__circle--main img {
  object-position: 61.1% 3.3%;
}

/* Middle circle */
.biz-beginning__circle--side {
  width: 257px;
  height: 257px;
  top: 60.9%;
  right: -1.6%;
  transform: translateY(-60%);
}

.biz-beginning__circle--side img {
  object-position: 76.9% 0%;
}

/* Right circle */
.biz-beginning__circle--side2 {
  width: 195px;
  height: 195px;
  top: 54.3%;
  right: -20.1%;
  transform: translateY(-40%);
}

.biz-beginning__circle--side2 img {
  object-position: 0% 0%;
}

/* ─── BUILT FOR ALL SIZES ───────────────────────────────── */
.biz-sizes {
  padding: 5rem 3.75rem;
  background: #ffffff;
}

.biz-sizes__container {
  max-width: 1320px;
  margin: 0 auto;
}

.biz-sizes__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #071738;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.biz-sizes__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.biz-size-card {
  width: 100%;
  height: 317px;
  border-radius: 20px;
  border: 1px solid #E2E8F0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  padding: 28px 28px 0 28px;
}

.biz-size-card--1 { background: radial-gradient(circle at 100% 100%, #A3E6FE 0%, #F7F5F3 60%); }
.biz-size-card--2 { background: radial-gradient(circle at 100% 100%, #6AE2A8 0%, #F7F5F3 60%); }
.biz-size-card--3 { background: radial-gradient(circle at 100% 100%, #F2CC8F 0%, #F7F5F3 60%); }
.biz-size-card--4 { background: radial-gradient(circle at 100% 100%, #7683FD 0%, #F7F5F3 60%); }

.biz-size-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 55%;
  position: relative;
  z-index: 2;
  padding-top: 4px;
}

.biz-size-card__body svg {
  flex-shrink: 0;
}

.biz-size-card__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  color: #071738;
  margin: 0;
}

.biz-size-card__desc {
  font-family: 'Urbanist', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 140%;
  color: #071738;
  margin: 0;
}

.biz-size-card__img {
  position: absolute;
  height: auto;
  z-index: 1;
}

.biz-size-card--1 .biz-size-card__img {
  bottom: -168px;
  right: -77px;
  width: 415px;
  transform: scaleX(-1);
}

.biz-size-card--2 .biz-size-card__img {
  bottom: -124px;
  right: -106px;
  width: 390px;
}

.biz-size-card--3 .biz-size-card__img {
  bottom: -178px;
  right: -96px;
  width: 405px;
}

.biz-size-card--4 .biz-size-card__img {
  bottom: -279px;
  right: -206px;
  width: 630px;
}

/* ─── PRICING ───────────────────────────────────────────── */
.biz-pricing {
  padding: 5rem 3.75rem;
  background: #ffffff;
}

.biz-pricing__container {
  max-width: 1320px;
  margin: 0 auto;
}

.biz-pricing__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #071738;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.biz-pricing__sub {
  font-size: 16px;
  color: #6E7A8A;
  margin-bottom: 3rem;
}

.biz-pricing__grid {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* ── Side cards (Starter & Premium) ── */
.biz-plan--side {
  width: 392px;
  min-height: 488px;
  border-radius: 40px;
  border: 2px solid #E2E8F0;
  background: #ffffff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
}

/* ── Featured card (Professional) ── */
.biz-plan--featured {
  flex: 1;
  min-height: 552px;
  border-radius: 44.29px;
  border: 2.21px solid #CED8FF;
  background: linear-gradient(180deg, #F8F6FF 0%, #CED8FF 100%);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.biz-plan__name {
  font-family: 'Urbanist', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #071738;
}

.biz-plan__price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.biz-plan__price {
  font-family: 'Urbanist', sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
  color: #071738;
}

.biz-plan__per {
  font-size: 14px;
  color: #6E7A8A;
}

.biz-plan__desc {
  font-size: 14px;
  color: #6E7A8A;
  line-height: 1.5;
}

.biz-plan__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50.94px;
  border-radius: 44.29px;
  padding: 11.07px 17.72px;
  background: #071738;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
  margin-top: 4px;
}

.biz-plan__btn:hover {
  background: #0e2147;
}

.biz-plan__included {
  font-size: 13px;
  font-weight: 600;
  color: #8C91C2;
  margin-top: 4px;
}

.biz-plan__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.biz-plan__list li {
  font-family: 'Urbanist', sans-serif;
  font-size: 19.93px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000000;
  padding-left: 28px;
  position: relative;
}

.biz-plan__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #8C91C2;
  font-weight: 700;
}

/* ─── BUSINESS FEATURES ────────────────────────────────── */
.biz-features {
  padding: 5rem 3.75rem;
  background: #ffffff;
}

.biz-features__container {
  max-width: 1320px;
  margin: 0 auto;
}

.biz-features__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #071738;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.biz-features__nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 1.5rem;
}

.biz-features__nav .why-calling__arrow {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 150px;
  font-size: 10px;
}

.biz-features__nav .why-calling__arrow--prev {
  background: #D9D9D9;
  color: #071738;
}

.biz-features__nav .why-calling__arrow--next {
  background: #071738;
  color: #ffffff;
}

/* Cards fill their grid column, override individual fixed width */
.biz-features__track .why-calling__card {
  flex: unset;
  width: 100%;
  height: auto;
  min-height: 240px;
  background: #F7F5F3;
  padding: 32px 32px 32px 28px;
  gap: 8px;
  margin-top: 8px;
}

.biz-features__track .why-calling__card svg {
  margin-bottom: 24px;
}

.biz-features__track .why-calling__card-title {
  margin-bottom: 12px;
}

.biz-features__track-wrap {
  overflow: visible;
}

.biz-features__track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.biz-features__footer {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.biz-features__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: #000000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  transition: background 0.2s;
}

.biz-features__cta:hover {
  background: #222222;
}

/* ─── MAN9 (person image) ───────────────────────────────── */
.biz-hero__img {
  position: absolute;
  bottom: -672px;
  right: -196px;
  width: 1205px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

/* ─── CONTACT FORM ──────────────────────────────────────── */
.biz-contact {
  padding: 5rem 3.75rem;
  background: #ffffff;
}

.biz-contact__container {
  max-width: 1320px;
  margin: 0 auto;
}

.biz-contact__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #071738;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3rem;
}

.biz-contact__body {
  display: flex;
  gap: 0;
  align-items: stretch;
  height: 621px;
  border-radius: 20px;
  overflow: hidden;
}

.biz-contact__img {
  width: 42%;
  flex-shrink: 0;
  object-fit: cover;
  display: block;
}

.biz-contact__form-wrap {
  flex: 1;
  background: radial-gradient(circle at top right, rgba(35, 136, 255, 0.35) 0%, rgba(35, 136, 255, 0) 30%), #EEF0F8;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow-y: auto;
}

.biz-contact__sub {
  font-family: 'Urbanist', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000000;
}

.biz-contact__form-box {
  width: 664px;
  max-width: 100%;
  height: 489px;
  border-radius: 20px;
  border: 1px solid #E2E8F0;
  background: #ffffff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 4px;
}

.biz-contact__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.biz-contact__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.biz-contact__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.biz-contact__field--full {
  grid-column: 1 / -1;
}

.biz-contact__field label {
  font-family: 'Urbanist', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #071738;
}

.biz-contact__field input,
.biz-contact__field textarea {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  font-family: 'Urbanist', sans-serif;
  font-size: 14px;
  color: #071738;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  box-sizing: border-box;
}

.biz-contact__field input {
  height: 54px;
  border-radius: 40px;
  padding: 16px;
  gap: 12px;
}

.biz-contact__field textarea {
  height: 120px;
  border-radius: 20px;
  padding: 16px;
  gap: 12px;
  resize: none;
  width: 616px;
  max-width: 100%;
}

.biz-contact__field input::placeholder,
.biz-contact__field textarea::placeholder {
  color: #aab0bc;
}

.biz-contact__field input:focus,
.biz-contact__field textarea:focus {
  border-color: #8C91C2;
}

.biz-contact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 14px 32px;
  border-radius: 40px;
  background: #071738;
  color: #ffffff;
  font-family: 'Urbanist', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.biz-contact__btn:hover {
  background: #0e2147;
}

/* ═══════════════════════════════════════════════════════════
   BUSINESS PAGE — RESPONSIVE (1024px tablet)
═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {

  /* ─── HERO: hide image, center content ─────────────────── */
  .biz-hero__img,
  .biz-hero__design,
  .biz-hero__spiral--1,
  .biz-hero__spiral--2 {
    display: none !important;
  }

  .biz-hero {
    padding: 1rem 1.25rem;
  }

  .biz-hero__container {
    height: auto !important;
    min-height: unset !important;
    padding: 2rem 1.5rem;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
  }

  .biz-hero__content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    align-items: center;
    text-align: center;
  }

  .biz-hero__title {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
  }

  .biz-hero__btn {
    align-self: center;
    margin: 0 auto;
  }

  /* ─── FEATURES: 2-col grid ──────────────────────────────── */
  .biz-features {
    padding: 3rem 1.5rem;
  }

  .biz-features__title {
    font-size: 32px;
  }

  .biz-features__track {
    grid-template-columns: repeat(2, 1fr);
  }

  /* ─── PRICING: stack vertically ────────────────────────── */
  .biz-pricing {
    padding: 3rem 1.5rem;
  }

  .biz-pricing__title {
    font-size: 32px;
  }

  .biz-pricing__grid {
    flex-direction: column;
    align-items: stretch;
  }

  .biz-plan--side {
    width: 100%;
  }

  /* ─── SIZES: 2-col already, keep it, fix card height ────── */
  .biz-sizes {
    padding: 3rem 1.5rem;
  }

  .biz-sizes__title {
    font-size: 32px;
  }

  .biz-size-card {
    height: auto;
    min-height: 200px;
  }

  .biz-size-card__img {
    opacity: 0.25;
    z-index: 0;
  }

  .biz-size-card__body {
    max-width: 100%;
    z-index: 1;
    padding-bottom: 28px;
  }

  /* ─── BEGINNING CTA: hide circles, center ───────────────── */
  .mt-app-cta--biz-beginning {
    padding: 1.25rem;
  }

  .mt-app-cta--biz-beginning .mt-app-cta__container {
    height: auto;
    padding: 2rem 1.5rem;
    border-radius: 20px;
    justify-content: center;
  }

  .biz-beginning__circles,
  .biz-beginning__star-tr,
  .mt-app-cta__ellipse,
  .mt-app-cta__ellipse-right,
  .mt-app-cta__star {
    display: none;
  }

  .biz-beginning__content {
    align-items: center;
    text-align: center;
  }

  .biz-beginning__sub {
    text-align: center;
    max-width: 100%;
  }

  .biz-beginning__btn {
    align-self: center;
  }

  .biz-beginning__heading {
    font-size: 32px;
  }

  /* ─── CONTACT: stack image above form ───────────────────── */
  .biz-contact {
    padding: 3rem 1.5rem;
  }

  .biz-contact__title {
    font-size: 32px;
  }

  .biz-contact__body {
    flex-direction: column;
    height: auto;
  }

  .biz-contact__img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center top;
  }

  .biz-contact__form-wrap {
    padding: 24px;
  }

  .biz-contact__form-box {
    width: 100%;
    height: auto;
  }

  .biz-contact__row {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════════════════
   BUSINESS PAGE — RESPONSIVE (768px mobile)
═══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

  .biz-features__track {
    grid-template-columns: 1fr;
  }

  .biz-sizes__grid {
    grid-template-columns: 1fr;
  }

  .biz-hero__img,
  .biz-hero__design,
  .biz-hero__spiral--1,
  .biz-hero__spiral--2 {
    display: none !important;
  }

  .biz-hero__container {
    height: auto !important;
    min-height: unset !important;
    align-items: center;
    justify-content: center;
  }

  .biz-hero__content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    align-items: center;
    text-align: center;
  }

  .biz-hero__title {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .biz-hero__btn {
    align-self: center;
    margin: 0 auto;
  }
}
