/* ─────────────────────────────────────────
   FLOREX LANDING  •  style.css
   Pixel-perfect from Figma blocks 1–5
───────────────────────────────────────── */

/* ══ RESET ══════════════════════════════ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Manrope", sans-serif;
  color: #000000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
strong {
  font-weight: 600;
}

/* ══ CONTAINER ══════════════════════════ */
.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 48px;
}

/* ══ BUTTONS ════════════════════════════ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e43725;
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 12px 27px;
  font-size: 16px;
  font-weight: 400;
  width: fit-content;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.15s;
  text-decoration: none;
}
.btn-primary:hover {
  background: #c72d1e;
}

/* ══ BLOCK 1: HEADER ════════════════════ */
.header {
  background: #fff;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo__img {
  height: 30px;
  width: auto;
  display: block;
}
.logo__fallback {
  align-items: center;
}

.nav {
  display: flex;
  gap: 60px;
}
.nav a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  transition: color 0.15s;
  text-decoration: none;
}
.nav a:hover {
  color: #e43725;
}

.header__phone {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.header__phone svg {
  flex-shrink: 0;
}

/* ══ BLOCK 1: HERO ══════════════════════ */
.hero {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1340 / 674;
  border-radius: 30px;
  margin-bottom: 80px;
}

/* The flower photo fills the whole hero */
.hero__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
  /* placeholder bg color if image missing */
  background: linear-gradient(135deg, #f9d4e8, #e8a4c8, #d070a8);
}

/* Content sits on top of overlay */
.hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  max-width: 60%;
  margin-left: 53px;
}

.hero__title {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
  color: #000000;
  max-width: 550px;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.hero__text {
  font-size: 13.5px;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 28px;
  max-width: 535px;
}

/* ══ BLOCK 2: ABOUT ══════════════════════ */
.about {
  margin-top: 20px;
  padding: 50px 20px;
  border-radius: 30px;
  background: #fef4f2;
}

.about .container {
  padding: 0;
}

.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.about__label {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

.about__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.18;
  color: #000000;
  margin-bottom: 24px;
  letter-spacing: -0.3px;
}

.about__text {
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 14px;
}
.about__text:last-child {
  margin-bottom: 0;
}

.about__right {
  display: flex;
  justify-content: flex-end;
}

.about__photo {
  width: 100%;
  max-width: 480px;
  height: 420px;
  object-fit: cover;
  border-radius: 16px;
  /* placeholder bg until image loaded */
  background: #e8f5ef;
}

/* ══ STATS ═══════════════════════════════ */
.stats {
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 0;
  border-right: 1px solid #e8e8e8;
  padding-right: 40px;
  margin-right: 40px;
  text-align: center;
}
.stat:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.stat__num {
  font-size: 48px;
  font-weight: 600;
  color: #0f4d48;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

.stat__label {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  line-height: 100%;
}

/* ══ BLOCK 3: VALUES ════════════════════ */
.values {
  padding: 72px 0 80px;
}

.values__grid {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 42px;
  align-items: start;
}

.values__label {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.values__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  color: #000000;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.values__text {
  font-size: 18px;
  line-height: 115%;
  color: #000000;
  margin-bottom: 18px;
}

/* Cards grid with top padding so floating icons aren't clipped */
.values__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding-top: 44px;
}

/* Each card is a relative container so icon can float above it */
.vcard {
  position: relative;
  background: #fef0ee;
  border-radius: 16px;
  padding: 0;
  max-width: 386px;
  margin-bottom: 50px;
}

/* Icon circle floats above the card top edge */
.vcard__icon {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  background: #0f4d48;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0 0 0 15px #fff;
}
.vcard__icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/* Card body has top padding to make room for icon overlap */
.vcard__body {
  padding: 71px 42px 42px 42px;
}

.vcard__title {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  line-height: 34px;
}

.vcard__text {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

/* ══ BLOCK 4: CTA BANNER ════════════════ */
.cta-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 30px;
  height: 143px;
}

.cta-banner__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.cta-banner__title {
  font-size: 48px;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
  letter-spacing: -0.3px;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e43725;
  color: #fff;
  border-radius: 100px;
  padding: 11px 24px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.15s;
}
.btn-cta:hover {
  background: #c72d1e;
}

.cta-banner__img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

/* ══ BLOCK 4: WORLD MAP ═════════════════ */
.map-section {
  margin: 100px 0;
  border-radius: 30px;
  background: #fef4f2;
  padding: 40px 42px;
}

.map-label {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 10px;
}

.map-title {
  font-size: 48px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: -0.3px;
}

.map-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #fdf5f0;
}

.map-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.map-pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pin {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 5px;
  transform: translate(-6px, -6px);
}

.pin__dot {
  display: block;
  width: 11px;
  height: 11px;
  background: #2b6b5e;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow:
    0 0 0 2.5px rgba(43, 107, 94, 0.3),
    0 2px 5px rgba(0, 0, 0, 0.18);
  flex-shrink: 0;
}

.pin__label {
  background: #fff;
  border-radius: 100px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  font-family: "Manrope", sans-serif;
}

/* ══ BLOCK 5: CONTACT ═══════════════════ */
.contact {
  padding: 56px 0 0;
  border-radius: 30px 30px 0 0;
  background: #f1f1f1;
}

.contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 48px;
}

.contact__title {
  font-size: 48px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}

.contact__socials {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: opacity 0.15s;
}
.social-btn:hover {
  opacity: 0.85;
}

.social-btn--wa {
  background: #e43725;
  color: #fff;
}
.social-btn--ig {
  background: #e43725;
  color: #fff;
}
.social-btn--phone {
  background: #e43725;
  color: #fff;
}

.contact__info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.info-title {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}

.info-group {
  margin-bottom: 16px;
}

.info-sub {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.info-val {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 19px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.info-val svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.contact__map {
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  margin-left: auto;
  aspect-ratio: 1 / 1;
  background: #e8ede8;
}
.contact__map iframe {
  display: block;
}

.contact__footer-note {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding: 8px 48px 16px;
  font-size: 11px;
  color: #aaa;
  max-width: 1200px;
  margin: 0 auto;
}
.contact__footer-note a {
  color: #aaa;
  text-decoration: underline;
}

/* ══ RESPONSIVE ════════════════════════ */
@media (max-width: 992px) {
  .hero {
    aspect-ratio: auto;
    border-radius: 20px;
    margin-bottom: 40px;
    min-height: unset;
  }
  .hero__bg-img {
    position: relative;
    inset: auto;
    width: 100%;
    height: 260px;
    display: block;
    border-radius: 20px 20px 0 0;
    object-position: center 30%;
  }
  .hero__content {
    position: relative;
    max-width: 100%;
    margin-left: 0;
    padding: 28px 24px 32px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    justify-content: flex-start;
  }
  .hero__title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .hero__text {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1100px) {
  .container {
    padding: 0 32px;
  }
  .hero__title {
    font-size: 40px;
  }
  .values__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .values__title {
    font-size: 36px;
  }
  .about__title {
    font-size: 30px;
  }
}

@media (max-width: 900px) {
  .about__grid {
    grid-template-columns: 1fr;
  }
  .about__right {
    display: none;
  }
  .contact__inner {
    grid-template-columns: 1fr;
  }
  .contact__map {
    height: 260px;
  }
  .stats__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .stat {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .stat:nth-child(odd) {
    border-right: 1px solid #e8e8e8;
    padding-right: 24px;
    margin-right: 0;
  }
  .cta-banner__title {
    font-size: 24px;
  }
  .map-title {
    font-size: 28px;
  }
}

@media (max-width: 680px) {
  .nav {
    display: none;
  }
  .hero__title {
    font-size: 30px;
  }
  .values {
    padding: 42px 0 40px;
  }
  .values__cards {
    grid-template-columns: 1fr;
  }
  .map-section {
    padding-left: 0;
    padding-right: 0;
  }
  .contact__info-grid {
    grid-template-columns: 1fr;
  }
  .container {
    padding: 0 20px;
  }
  .hero {
    margin-top: 24px;
  }
  .seasonal {
    margin: 40px 0 !important;
  }
  .stats__grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact__map {
    margin-left: 0;
    width: 100%;
  }
  .cta-banner {
    height: 220px;
  }
  .cta-banner__inner {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

/* ══ SEASONAL BLOCK ═════════════════════ */
.seasonal {
  background: #fef5f4;
  padding: 50px 20px;
  border-radius: 30px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.seasonal__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
}

.seasonal__label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
}

.seasonal__title {
  font-size: 48px;
  font-weight: 800;
  color: #000;
  line-height: 1.1;
}

.seasonal__btn {
  flex-shrink: 0;
  font-size: 14px;
  padding: 10px 24px;
}

.seasonal__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  align-items: start;
}

/* ── Skeleton ── */
.scard--skeleton {
  height: 420px;
  background: linear-gradient(90deg, #ebe6e6 25%, #f5f0f0 50%, #ebe6e6 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
  border-radius: 10px;
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* ── Product card (точная копия ProductCard.vue) ── */
.scard {
  background: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px #00000040;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 477px;
  aspect-ratio: 300 / 477;
}

/* media */
.scard__img-wrap {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 175 / 160;
  overflow: hidden;
  background: #fff;
}
.scard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* badge icons top-left */
.scard__badges {
  position: absolute;
  left: 5px;
  top: 5px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.scard__badge-icon {
  width: 20px;
  height: 20px;
}

/* status pill top-right */
.scard__status {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #fff;
  border: 1px solid #e43725;
  color: #e43725;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 5px;
  border-radius: 50px;
}
.scard__status--green {
  background: #479c2d;
  border-color: #479c2d;
  color: #fff;
}

/* title */
.scard__title {
  margin: 5px 10px 7px 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}

/* specs row */
.scard__specs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  background: #fff;
  gap: 10px;
}
.scard__spec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  width: fit-content;
}
.scard__spec svg,
.scard__spec img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.scard__spec-val {
  font-size: 10px;
  line-height: 12px;
  color: #505050;
  white-space: nowrap;
}

/* country */
.scard__country {
  background: #fff;
  padding: 0px 5px 4px 5px;
}
.scard__country-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  gap: 1px;
}
.scard__flag {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.scard__country-name {
  font-size: 10px;
  line-height: 12px;
  color: #505050;
}

/* prices */
.scard__prices {
  margin: 10px 10px 0;
  padding-bottom: 12px;
}
.scard__price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.scard__price-lbl {
  font-size: 12px;
  line-height: 15px;
  color: #505050;
}
.scard__price-val {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
}
.scard__divider {
  height: 0.5px;
  background: #d4d4d4;
  margin: 6px 0;
}

/* pickup date */
.scard__pickup {
  margin: 0 10px 8px 10px;
  font-size: 12px;
  color: #4caf50;
  font-weight: 500;
}

/* button */
.scard__btn {
  margin: auto 10px 16px 10px;
  width: calc(100% - 20px);
  border: 1px solid #e43725;
  border-radius: 40px;
  padding: 10px 27px;
  background: #e63b2e;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}
.scard__btn:active {
  transform: translateY(1px);
}

/* ── Banner card ── */
.scard--banner .scard__img-wrap {
  aspect-ratio: 175 / 300;
  flex: 1;
}
@media screen and (max-width: 772px) {
  .scard--banner {
    height: 100%;
  }
}
.scard__banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px 10px 16px;
  gap: 10px;
}
.scard__banner-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  max-width: 150px;
}
.scard__btn--banner {
  margin: 0;
  width: 100%;
  border: 1px solid #e43725;
  border-radius: 40px;
  padding: 12px 27px;
  background: #e63b2e;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .seasonal__title {
    font-size: 36px;
  }
  .seasonal__label {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .seasonal__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .seasonal__title {
    font-size: 30px;
  }
  .scard {
    aspect-ratio: unset;
    max-height: unset;
  }
}

@media (max-width: 680px) {
  .seasonal {
    padding: 40px 0 48px;
  }
  .seasonal__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .seasonal__title {
    font-size: 26px;
  }
  .seasonal__label {
    font-size: 14px;
  }
  .seasonal__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .scard__title {
    font-size: 12px;
  }
  .scard__btn {
    font-size: 13px;
    padding: 10px 16px;
  }
  .scard__btn--banner {
    font-size: 13px;
    padding: 10px 16px;
  }
  .scard__banner-title {
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .seasonal__grid {
    grid-template-columns: 1fr;
  }
  .scard {
    aspect-ratio: 300 / 477;
    max-height: 477px;
  }
}
