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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #f1fffb 0, #ffffff 40%, #fff7e5 100%);
  color: #132321;
  -webkit-font-smoothing: antialiased;
}

img,
video {
  max-width: 100%;
  display: block;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

input,
textarea {
  font-family: inherit;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 4.5rem 0;
}

.section-alt {
  background: linear-gradient(135deg, rgba(90, 195, 176, 0.06), rgba(247, 205, 70, 0.04));
}

.section-heading {
  margin-bottom: 2.5rem;
}

.section-heading.center {
  text-align: center;
}

.section-heading h2 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.section-underline {
  display: inline-block;
  width: 70px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f7cd46, #de5935);
  margin-top: 0.75rem;
}

.section-heading.center .section-underline {
  margin-left: auto;
  margin-right: auto;
}

.glass-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.42));
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 45px rgba(10, 75, 65, 0.14);
  backdrop-filter: blur(22px);
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #de5935, #f7cd46);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: none;
  box-shadow: 0 16px 30px rgba(222, 89, 53, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  gap: 0.35rem;
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(222, 89, 53, 0.45);
  filter: brightness(1.03);
}

.primary-button.full {
  width: 100%;
}

.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.7rem;
  border-radius: 999px;
  border: 1px solid rgba(90, 195, 176, 0.65);
  color: #14443c;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.ghost-button:hover {
  background: rgba(90, 195, 176, 0.06);
  transform: translateY(-1px);
  box-shadow: 0 12px 25px rgba(20, 68, 60, 0.16);
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 68, 60, 0.08);
  box-shadow: 0 10px 20px rgba(15, 56, 49, 0.16);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.icon-button.small {
  width: 1.8rem;
  height: 1.8rem;
  font-size: 1.1rem;
}

.icon-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(15, 56, 49, 0.2);
  background: #ffffff;
}

.text-link {
  font-size: 0.9rem;
  color: #0d7f6a;
}

.text-link:hover {
  text-decoration: underline;
}

.image-placeholder {
  border-radius: 1.2rem;
  background-size: cover;
  background-position: center;
  box-shadow: 0 16px 42px rgba(12, 68, 57, 0.16);
  position: relative;
  overflow: hidden;
}

.image-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.32), transparent 55%);
}

.image-orchard {
  background-image: linear-gradient(145deg, #9eead2, #f6f3c3);
}

.image-drone {
  background-image: linear-gradient(135deg, #5ac3b0, #f7cd46);
}

.image-closeup {
  background-image: linear-gradient(135deg, #f7cd46, #de5935);
}

.image-box {
  background-image: linear-gradient(135deg, #f7e7b1, #ffb88c);
}

.image-farm {
  background-image: linear-gradient(135deg, #88e3c9, #f6e17b);
}

.image-trees {
  background-image: linear-gradient(135deg, #b1f4cf, #ffe49b);
}

.image-workers {
  background-image: linear-gradient(135deg, #ffda9a, #f99a6b);
}

.image-harvest {
  background-image: linear-gradient(135deg, #ffc46a, #ff8f5e);
}

.image-tour {
  background-image: linear-gradient(135deg, #72dec4, #f7cd46);
}

.image-packing {
  background-image: linear-gradient(135deg, #7ad3ff, #f7cd46);
}

.image-quality {
  background-image: linear-gradient(135deg, #5ac3b0, #ffa4b7);
}

.image-map {
  background-image: linear-gradient(135deg, #c1f1de, #9cd3ff);
}

.hero-section {
  position: relative;
  padding-top: 6.5rem;
  padding-bottom: 4.5rem;
}

.hero-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.hero-image-placeholder {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 5% 0%, rgba(90, 195, 176, 0.32), transparent 55%), radial-gradient(circle at 95% 20%, rgba(247, 205, 70, 0.32), transparent 60%), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), #ffffff 70%);
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 3.5rem;
}

.hero-text h1 {
  font-size: clamp(2.4rem, 3.3vw, 3.4rem);
  line-height: 1.07;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}

.hero-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #425a57;
}

.limited-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.32rem 0.75rem;
  border-radius: 999px;
  background: rgba(222, 89, 53, 0.07);
  color: #b13b1a;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 1.1rem;
}

.limited-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: #de5935;
  box-shadow: 0 0 0 0 rgba(222, 89, 53, 0.7);
  animation: pulse 1.6s infinite;
}

.limited-text {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin: 1.6rem 0 1.8rem;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.metric {
  min-width: 6.5rem;
}

.metric-value {
  display: block;
  font-weight: 600;
  font-size: 1.1rem;
}

.metric-label {
  font-size: 0.8rem;
  color: #5f706d;
}

.hero-media {
  display: grid;
  gap: 1.4rem;
}

.hero-video {
  height: 270px;
}

.hero-secondary-media {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
}

.hero-secondary-media .image-placeholder {
  height: 120px;
}

.video-card {
  position: relative;
  border-radius: 1.5rem;
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: #fff;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
}

.play-button {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse-soft 2s infinite;
}

.play-button::before {
  content: "";
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #de5935;
  margin-left: 2px;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
  gap: 3rem;
  align-items: center;
}

.image-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  grid-auto-rows: 150px;
  gap: 1rem;
}

.image-grid > :first-child {
  grid-row: span 2;
}

.section-content p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #445754;
  margin-bottom: 0.9rem;
}

.feature-list {
  list-style: none;
  margin-top: 0.6rem;
}

.feature-list li {
  font-size: 0.95rem;
  color: #3b514e;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.feature-list li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #5ac3b0, #f7cd46);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.7rem;
}

.product-card {
  position: relative;
  padding: 1rem 1rem 1.2rem;
  border-radius: 1.4rem;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.92), rgba(246, 255, 251, 0.92));
  box-shadow: 0 18px 40px rgba(10, 75, 65, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle at top, rgba(90, 195, 176, 0.12), transparent 55%);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 50px rgba(10, 75, 65, 0.2);
  border-color: rgba(90, 195, 176, 0.4);
}

.product-card:hover::before {
  opacity: 1;
}

.product-media {
  position: relative;
  margin-bottom: 0.9rem;
}

.product-media .image-placeholder {
  height: 140px;
  border-radius: 1.1rem;
}

.product-body h3 {
  font-size: 1.02rem;
  margin-bottom: 0.15rem;
}

.product-body p {
  font-size: 0.86rem;
  color: #566865;
  margin-bottom: 0.6rem;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.price-value {
  font-weight: 600;
  color: #14443c;
}

.price-note {
  font-size: 0.8rem;
  color: #6f807e;
}

.product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.quantity-input {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  color: #3e504d;
}

.quantity-input input {
  width: 2.5rem;
  padding: 0.25rem 0.15rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(18, 55, 49, 0.16);
  text-align: center;
}

.badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.badge-seasonal {
  background: rgba(90, 195, 176, 0.9);
  color: #fff;
}

.badge-limited {
  right: 0.8rem;
  left: auto;
  background: rgba(222, 89, 53, 0.95);
  color: #fff;
  animation: pulse 1.7s infinite;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.step-card {
  padding: 1.6rem 1.4rem;
}

.step-icon {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 999px;
  background: #5ac3b0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 1rem;
}

.step-card h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.step-card p {
  font-size: 0.9rem;
  color: #50625f;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.video-card {
  height: 190px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(20, 68, 60, 0.32);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.blog-card {
  padding: 1rem;
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 32px rgba(11, 71, 62, 0.16);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.blog-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 44px rgba(11, 71, 62, 0.2);
}

.blog-image {
  height: 150px;
}

.blog-title {
  font-size: 1rem;
  font-weight: 600;
}

.blog-excerpt {
  font-size: 0.9rem;
  color: #546562;
}

.blog-footer {
  margin-top: auto;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.testimonial-card {
  padding: 1.5rem 1.4rem;
}

.testimonial-stars {
  color: #f7cd46;
  margin-bottom: 0.5rem;
}

.testimonial-card p {
  font-size: 0.9rem;
  color: #425552;
  margin-bottom: 0.7rem;
}

.testimonial-name {
  font-size: 0.85rem;
  font-weight: 500;
  color: #123532;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: flex-start;
}

.newsletter-form {
  margin: 1.2rem 0 1.5rem;
}

.field-group {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.field-group input {
  flex: 1;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(12, 55, 49, 0.16);
  font-size: 0.9rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.field-row {
  display: flex;
  gap: 0.6rem;
}

.field-row input {
  flex: 1;
}

.contact-form input,
.contact-form textarea,
.checkout-form input,
.checkout-form textarea {
  padding: 0.75rem 0.9rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(12, 55, 49, 0.16);
  font-size: 0.9rem;
  resize: vertical;
}

.contact-form textarea:focus,
.contact-form input:focus,
.checkout-form input:focus,
.checkout-form textarea:focus {
  outline: none;
  border-color: #5ac3b0;
  box-shadow: 0 0 0 1px rgba(90, 195, 176, 0.4);
}

.map-card {
  padding: 0.9rem;
}

.map-placeholder {
  height: 200px;
}

.map-caption {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-top: 0.7rem;
  font-size: 0.88rem;
  color: #3e514e;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.32);
}

.whatsapp-icon {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  border: 2px solid #fff;
  position: relative;
}

.whatsapp-icon::before {
  content: "";
  position: absolute;
  inset: 0.16rem;
  border-radius: 999px;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-top-color: transparent;
  transform: rotate(-35deg);
}

.site-footer {
  border-top: 1px solid rgba(12, 55, 49, 0.08);
  padding: 1.8rem 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  flex-wrap: wrap;
  font-size: 0.86rem;
  color: #526562;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.brand-logo {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 0.9rem;
  background: linear-gradient(145deg, #5ac3b0, #f7cd46);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.brand-logo.small {
  width: 2rem;
  height: 2rem;
  border-radius: 0.8rem;
  font-size: 0.9rem;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.brand-name {
  font-weight: 600;
  font-size: 1.05rem;
}

.brand-tagline {
  font-size: 0.75rem;
  color: #49615d;
}

.footer-links {
  display: flex;
  gap: 0.9rem;
  font-size: 0.85rem;
}

.footer-links a {
  color: #3a5450;
}

.footer-links a:hover {
  color: #0d7f6a;
}

.footer-meta {
  font-size: 0.8rem;
}

.glass-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.9));
  border-bottom: 1px solid rgba(14, 55, 49, 0.06);
}

.nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.9rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.nav-links {
  display: flex;
  gap: 1.4rem;
  font-size: 0.85rem;
  color: #506b67;
}

.nav-links a {
  position: relative;
  padding-bottom: 0.1rem;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5ac3b0, #f7cd46);
  transition: width 0.18s ease;
}

.nav-links a:hover::after {
  width: 16px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.countdown-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.32rem 0.8rem;
  border-radius: 999px;
  background: rgba(247, 205, 70, 0.18);
  font-size: 0.78rem;
  color: #8b6422;
}

.countdown-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.countdown-value {
  font-weight: 600;
}

.cart-icon {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.4rem;
  border: 2px solid #0d7f6a;
  position: relative;
}

.cart-icon::before,
.cart-icon::after {
  content: "";
  position: absolute;
}

.cart-icon::before {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  border: 2px solid #0d7f6a;
  border-top-color: transparent;
  border-left-color: transparent;
  bottom: -0.28rem;
  left: 50%;
  transform: translateX(-50%);
}

.cart-icon::after {
  width: 0.5rem;
  height: 0.13rem;
  border-radius: 999px;
  background: #0d7f6a;
  top: -0.26rem;
  left: 50%;
  transform: translateX(-50%);
}

.cart-count-badge {
  position: absolute;
  top: -0.12rem;
  right: -0.12rem;
  min-width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  background: #de5935;
  color: #fff;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(222, 89, 53, 0.4);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 0.2rem;
}

.nav-toggle span {
  width: 1.3rem;
  height: 2px;
  border-radius: 999px;
  background: #23423e;
}

.cart-preview {
  position: absolute;
  right: 1.5rem;
  top: 100%;
  margin-top: 0.6rem;
  width: 280px;
  padding: 0.9rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 50px rgba(5, 45, 40, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.9);
  transform-origin: top right;
  transform: scale(0.96) translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.cart-preview.open {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

.cart-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #123532;
}

.cart-items {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 0.25rem;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.84rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(12, 55, 49, 0.06);
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item-title {
  font-weight: 500;
}

.cart-item-meta {
  color: #5f716f;
}

.cart-preview-footer {
  margin-top: 0.6rem;
}

.cart-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.86rem;
  margin-bottom: 0.45rem;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 25, 21, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 40;
}

.modal-backdrop.open {
  display: flex;
}

.modal {
  max-width: 640px;
  width: 100%;
  padding: 1.8rem 1.6rem 1.5rem;
  position: relative;
}

.modal h2 {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}

.modal p {
  font-size: 0.92rem;
  color: #4a5e5a;
  margin-bottom: 1.3rem;
}

.modal-close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  font-size: 1.3rem;
}

.checkout-form {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.checkout-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.7rem 0.9rem;
  margin-top: 0.4rem;
  border-radius: 0.9rem;
  background: rgba(90, 195, 176, 0.07);
}

.summary-label {
  font-size: 0.8rem;
  color: #4a5d59;
}

.summary-value {
  display: block;
  font-weight: 600;
  color: #17453d;
  font-size: 1rem;
}

.summary-note {
  font-size: 0.8rem;
  color: #6b7c79;
  max-width: 260px;
}

.order-success {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 50;
}

.order-success-inner {
  padding: 1.4rem 1.3rem;
  max-width: 320px;
  width: 100%;
  text-align: center;
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.order-success-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  margin: 0 auto 0.6rem;
  background: #5ac3b0;
  position: relative;
}

.order-success-icon::before {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 0.8rem;
  border-radius: 0.3rem;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  top: 0.6rem;
  left: 0.78rem;
}

.order-success.show .order-success-inner {
  opacity: 1;
  transform: translateY(0);
}

.whatsapp-floating {
  position: fixed;
  right: 1.35rem;
  bottom: 1.3rem;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-size: 0.85rem;
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.4);
}

#loader {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at top, #f7fffb 0, #ffffff 40%, #fff7e5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 60;
}

.loader-inner {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 4px solid rgba(90, 195, 176, 0.2);
  border-top-color: #5ac3b0;
  border-right-color: #f7cd46;
  animation: spin 1s linear infinite;
}

.loader-text {
  margin-top: 1.1rem;
  font-size: 0.9rem;
  color: #4d625f;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(222, 89, 53, 0.7);
  }
  70% {
    transform: scale(1.06);
    box-shadow: 0 0 0 12px rgba(222, 89, 53, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(222, 89, 53, 0);
  }
}

@keyframes pulse-soft {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

@media (max-width: 1024px) {
  .hero-content {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.1fr);
  }

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

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

@media (max-width: 860px) {
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0.8rem 1.5rem 1.3rem;
    background: rgba(255, 255, 255, 0.98);
    display: none;
    flex-direction: column;
    gap: 0.8rem;
    border-bottom: 1px solid rgba(14, 55, 49, 0.06);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-inner {
    position: relative;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding-bottom: 3.5rem;
  }

  .hero-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-media {
    order: -1;
  }

  .hero-video {
    height: 230px;
  }

  .two-column {
    grid-template-columns: minmax(0, 1fr);
  }

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

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

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

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

  .contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-actions {
    gap: 0.6rem;
  }

  .countdown-pill {
    display: none;
  }
}

@media (max-width: 520px) {
  .nav-inner {
    padding-inline: 1.1rem;
  }

  .brand-name {
    font-size: 0.98rem;
  }

  .brand-tagline {
    display: none;
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .hero-secondary-media {
    grid-template-columns: minmax(0, 1fr);
  }

  .field-group {
    flex-direction: column;
  }

  .field-row {
    flex-direction: column;
  }

  .whatsapp-floating {
    right: 1rem;
    bottom: 1rem;
  }

  .cart-preview {
    right: 1.1rem;
    width: calc(100% - 2.2rem);
  }
}
