:root {
  --bg: #0b2814;
  --bg-soft: #0f351e;
  --bg-card: rgba(10, 30, 18, 0.9);
  --accent: #ffb54a;
  --accent-soft: rgba(255, 181, 74, 0.16);
  --accent-strong: #ff9f1c;
  --text-main: #f7fdf8;
  --text-muted: #c0d7c6;
  --border-subtle: rgba(255, 255, 255, 0.08);
  --shadow-soft: 0 32px 80px rgba(0, 0, 0, 0.65);
  --radius-xl: 36px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --blur-glass: 22px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: radial-gradient(circle at top left, #234f2c 0, #07150b 48%, #030806 100%);
  color: var(--text-main);
  min-height: 100%;
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
}

.page {
  min-height: 100vh;
  padding: 16px clamp(20px, 4vw, 32px) 26px;
  position: relative;
  overflow: visible;
}

.page::before,
.page::after {
  content: "";
  position: fixed;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.45;
  pointer-events: none;
  z-index: -2;
}

.page::before {
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, #79d26b 0, transparent 65%);
  top: -80px;
  left: -60px;
}

.page::after {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, #4ad8b1 0, transparent 65%);
  bottom: -120px;
  right: -60px;
}

.leaf {
  position: fixed;
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.22;
  pointer-events: none;
  z-index: -1;
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.9));
}

.leaf--left {
  left: -40px;
  top: 80px;
  background-image: url("assets/c__Users_Lenovo_AppData_Roaming_Cursor_User_workspaceStorage_2bae033680bf4b570a2ac7c2528575d8_images__09484E78-303D-459B-9893-B32F2A1B6FEB_-4eccc712-063d-4e1b-a2ae-decf23e4e46c.png");
  animation: leafFloatA 22s ease-in-out infinite alternate;
}

.leaf--right {
  right: -50px;
  bottom: -10px;
  width: 210px;
  height: 210px;
  background-image: url("assets/c__Users_Lenovo_AppData_Roaming_Cursor_User_workspaceStorage_2bae033680bf4b570a2ac7c2528575d8_images__2F1D35A2-A437-4DFE-8BE0-05D7E9DFCB72_-6a11a531-1961-44da-9375-29cfe40c3cb5.png");
  animation: leafFloatB 26s ease-in-out infinite alternate;
}

@keyframes fadeUpSoft {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownSoft {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatInRight {
  from {
    opacity: 0;
    transform: translate3d(40px, 10px, 0) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes productFloatLoop {
  0% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1.04);
  }
}

@keyframes leafFloatA {
  0% {
    transform: translateY(0) translateX(0) rotate(-4deg) scale(1);
  }
  50% {
    transform: translateY(-26px) translateX(16px) rotate(2deg) scale(1.04);
  }
  100% {
    transform: translateY(10px) translateX(32px) rotate(6deg) scale(1.07);
  }
}

@keyframes leafFloatB {
  0% {
    transform: translateY(0) translateX(0) rotate(6deg) scale(1);
  }
  40% {
    transform: translateY(-20px) translateX(-14px) rotate(1deg) scale(1.03);
  }
  100% {
    transform: translateY(18px) translateX(-32px) rotate(-5deg) scale(1.05);
  }
}

.nav {
  max-width: 1140px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  opacity: 0;
  animation: fadeDownSoft 0.6s ease-out 0.05s forwards;
}

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

.nav__logo {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #f5fff7;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.4);
}

.nav__logo img {
  display: block;
  max-height: 26px;
  width: auto;
}

.nav__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nav__title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nav__subtitle {
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--text-muted);
  letter-spacing: 0.18em;
}

.nav__links {
  display: flex;
  gap: 18px;
  font-size: 0.85rem;
}

.nav__links a {
  color: var(--text-muted);
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
}

.nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
  border-radius: 999px;
  transition: width 0.2s ease-out;
}

.nav__links a:hover::after {
  width: 100%;
}

.nav__cta {
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid var(--border-subtle);
  background: rgba(6, 23, 11, 0.85);
  color: var(--text-main);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav__cta::after {
  content: "↗";
  font-size: 0.7rem;
}

.hero {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 28px;
  align-items: flex-start;
  justify-content: center;
}

.hero__content {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.hero__eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 12px;
  opacity: 0;
  animation: fadeUpSoft 0.55s ease-out 0.18s forwards;
}

.hero__title {
  font-size: clamp(2.4rem, 3.4vw + 1.2rem, 3.6rem);
  line-height: 1.05;
  margin: 0 0 16px;
  opacity: 0;
  animation: fadeUpSoft 0.6s ease-out 0.24s forwards;
}

.hero__title span {
  background: linear-gradient(135deg, #ffffff, #b8f6a4);
  -webkit-background-clip: text;
  color: transparent;
}

.hero__subtitle {
  margin: 0 0 10px;
  color: var(--text-muted);
  font-size: 0.98rem;
  opacity: 0;
  animation: fadeUpSoft 0.6s ease-out 0.3s forwards;
}

.hero__highlight {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: rgba(5, 37, 14, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
  margin-bottom: 22px;
  font-size: 0.86rem;
}

.hero__pill {
  padding: 3px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #241606;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
}

.hero__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.btn {
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.12s ease-out, box-shadow 0.12s ease-out, background 0.12s ease-out;
}

.btn--primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #251808;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
}

.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.7);
}

.btn--ghost {
  background: rgba(3, 17, 8, 0.7);
  color: var(--text-main);
  border: 1px solid var(--border-subtle);
}

.btn--ghost:hover {
  background: rgba(5, 26, 13, 0.96);
}

.hero__countries {
  margin-top: 6px;
  padding: 18px 20px 20px;
  border-radius: 28px;
  background:
    linear-gradient(150deg, rgba(6, 25, 13, 0.98), rgba(16, 48, 26, 0.98)),
    radial-gradient(circle at top left, rgba(255, 181, 74, 0.18), transparent 60%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(20px);
  opacity: 0;
  animation: fadeUpSoft 0.65s ease-out 0.38s forwards;
  text-align: center;
}

.hero__countries-title {
  font-size: 0.98rem;
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-muted);
}

.hero__countries-sub {
  font-size: 0.86rem;
  margin: 0 0 14px;
  color: var(--text-muted);
}

.country-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
  justify-items: center;
}

.country-card {
  border-radius: 18px;
  padding: 12px 14px;
  border: 1px solid var(--border-subtle);
  background: rgba(4, 19, 9, 0.85);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: var(--text-main);
  text-align: left;
  width: 100%;
  max-width: 220px;
  min-height: 64px;
  transition: border-color 0.15s ease-out, background 0.15s ease-out, transform 0.08s ease-out, box-shadow 0.15s ease-out;
}

.country-card__flag {
  font-size: 1.4rem;
}

.country-card__text {
  display: flex;
  flex-direction: column;
}

.country-card__label {
  font-size: 0.86rem;
}

.country-card__cta {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.country-card--active {
  border-color: rgba(255, 255, 255, 0.26);
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.05), rgba(3, 21, 10, 0.98));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.8);
  transform: translateY(-1px);
}

.country-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(7, 30, 15, 0.95);
}

.country-card:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.7);
}

.hero__country-note {
  margin: 6px 0 0;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.hero__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  animation: floatInRight 0.7s ease-out 0.4s forwards;
}

.hero__visual-heading {
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-muted);
  margin: 0 0 14px;
  text-align: center;
}

.hero__glass {
  position: relative;
  width: min(360px, 85%);
  aspect-ratio: 3 / 4;
  max-height: 68vh;
  border-radius: var(--radius-xl);
  padding: 18px;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.2), rgba(5, 18, 9, 0.95));
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  backdrop-filter: blur(var(--blur-glass));
  display: flex;
  align-items: center;
  justify-content: center;
  animation: productFloatLoop 2s ease-in-out 0.1s infinite alternate;
}

.hero__gradient {
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.3), transparent 55%),
    radial-gradient(circle at bottom left, rgba(120, 223, 140, 0.3), transparent 60%);
  opacity: 0.8;
  mix-blend-mode: screen;
}

.hero__image {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
  border-radius: 28px;
  filter: saturate(1.15) contrast(1.05);
}

.hero__badge {
  position: absolute;
  left: 22px;
  bottom: 20px;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(7, 22, 11, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--text-main);
  font-size: 0.78rem;
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 70%;
}

.hero__badge-heading {
  font-weight: 600;
}

.hero__badge-text {
  color: var(--text-muted);
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    align-items: flex-start;
  }

  .hero__visual {
    order: 2;
    margin-top: 10px;
  }

  .hero__content {
    order: 1;
  }

  .nav__links {
    display: none;
  }
}

@media (max-width: 640px) {
  .page {
    padding: 16px 14px 22px;
  }

  .hero__title {
    font-size: clamp(2rem, 7vw, 2.6rem);
  }

  .hero__subtitle {
    font-size: 0.9rem;
  }

  .hero__countries {
    padding: 14px 12px 14px;
  }

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

