* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #1f2937;
  background: #fffaf5;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.topbar {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
}

.nav {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 10px 0;
}

.brand-block {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.logo {
  font-size: 28px;
  font-weight: 800;
  color: #14532d;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.3px;
}

.i-wrap {
  position: relative;
  display: inline-block;
}

.idot {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #facc15;
  border-radius: 50%;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.brand-cities {
  font-size: 14px;
  font-weight: 700;
  color: #c65a11;
  letter-spacing: 0.2px;
  border-top: 2px solid #facc15;
  padding-top: 6px;
  line-height: 1.2;
}

.brand-cities span {
  color: #facc15;
  font-weight: 700;
  padding: 0 6px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.nav-links a {
  color: #374151;
  font-weight: 600;
}

.nav-links a:hover {
  color: #f97316;
}

.hero {
  padding: 52px 0 28px;
  background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 26px;
  align-items: center;
}

.pill {
  display: inline-block;
  background: #ffedd5;
  color: #c2410c;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}

.hero h1 {
  margin: 0 0 16px;
  font-size: 60px;
  line-height: 1.02;
  color: #111827;
  letter-spacing: -1px;
}

.heading-orange {
  color: #c65a11;
  display: inline;
}

.accent {
  color: #14532d;
  display: inline;
}

.hero p {
  font-size: 18px;
  color: #4b5563;
  margin: 0 0 22px;
  max-width: 760px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: 700;
  transition: 0.2s ease;
}

.btn-orange {
  background: #f97316;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.28);
}

.btn-orange:hover {
  background: #ea580c;
}

.btn-outline {
  background: #ffffff;
  color: #14532d !important;
  border: 1px solid #d1d5db;
}

.btn-outline:hover {
  border-color: #f97316;
  color: #f97316 !important;
}

.hero-card {
  background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
  border: 1px solid #fed7aa;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.hero-card-tag {
  display: inline-block;
  background: #14532d;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.hero-card h3 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.15;
  color: #111827;
}

.hero-card-sub {
  margin: 0 0 22px;
  color: #6b7280;
  font-size: 15px;
}

.hero-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.hero-item {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #fde2c3;
  border-radius: 16px;
  padding: 14px 16px;
  font-weight: 600;
  color: #1f2937;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}

.section {
  padding: 54px 0;
}

.brands-section {
  padding-top: 34px;
}

.section-white {
  background: #ffffff;
}

.section-soft {
  background: #fffaf5;
}

.section-tint {
  background: #fff7ed;
}

.section-title {
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1.12;
  color: #111827;
  letter-spacing: -0.5px;
}

.section-subtitle {
  margin: 0 0 28px;
  color: #6b7280;
  font-size: 17px;
  max-width: 860px;
}

.brand-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.brand-category-card {
  background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
  border: 1px solid #fed7aa;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.brand-category-title {
  font-size: 20px;
  font-weight: 800;
  color: #14532d;
  margin-bottom: 16px;
  line-height: 1.2;
}

.brand-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-tags span {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #fde2c3;
  color: #374151;
  padding: 9px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
}

.card-badge {
  display: none;
}

.card-image {
  background: #fffef8;
  padding: 18px 18px 0;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  object-position: center top;
  border-radius: 16px;
  display: block;
  background: #f8fafc;
}

.card-body {
  padding: 12px 22px 22px;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #111827;
  line-height: 1.2;
}

.card p {
  margin: 0;
  color: #6b7280;
  line-height: 1.55;
}

.buyback {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.buyback-creative {
  align-items: stretch;
}

.buy-panel {
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

.buy-panel-left {
  background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
  border: 1px solid #fed7aa;
}

.buy-panel-right {
  background: linear-gradient(180deg, #ffffff 0%, #f7fff9 100%);
  border: 1px solid #d9f1df;
}

.buy-panel-tag {
  display: inline-block;
  background: #fff1df;
  color: #c65a11;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.buy-panel-tag.green {
  background: #eaf8ee;
  color: #14532d;
}

.buy-panel h3 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.15;
  color: #111827;
}

.buy-panel-sub {
  margin: 0 0 22px;
  color: #6b7280;
  font-size: 16px;
}

.buy-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.buy-chips span {
  background: #ffffff;
  border: 1px solid #fde2c3;
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 700;
  color: #374151;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.stats {
  display: grid;
  gap: 16px;
}

.stats-creative {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 22px;
}

.stat-creative {
  border-radius: 20px;
  padding: 24px 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.stat-creative strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 12px;
  color: #f97316;
}

.stat-creative span {
  display: block;
  color: #374151;
  font-weight: 500;
  line-height: 1.5;
}

.process-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  margin-top: 24px;
}

.process-steps {
  display: grid;
  gap: 18px;
}

.step-creative {
  background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
  border: 1px solid #fde2c3;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.step-creative h3 {
  margin: 0 0 10px;
  font-size: 28px;
  color: #14532d;
}

.step-creative p {
  margin: 0;
  color: #4b5563;
}

.step-no {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f97316;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 14px;
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.28);
}

.process-visual {
  background: linear-gradient(180deg, #ffffff 0%, #f7fff9 100%);
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.05);
}

.process-visual img {
  width: 100%;
  border-radius: 20px;
  display: block;
  min-height: 460px;
  object-fit: cover;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.contact-grid-creative {
  align-items: stretch;
}

.contact-card-brand {
  background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
  border: 1px solid #fed7aa;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

.form-card-creative {
  background: linear-gradient(180deg, #ffffff 0%, #f7fff9 100%);
  border: 1px solid #d9f1df;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

.contact-badge,
.form-badge {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
}

.contact-badge {
  background: #fff1df;
  color: #c65a11;
}

.form-badge {
  background: #eaf8ee;
  color: #14532d;
}

.brand-block-contact {
  margin-bottom: 18px;
}

.contact-intro {
  color: #4b5563;
  font-size: 16px;
  margin: 0 0 24px;
  max-width: 540px;
}

.contact-info-list {
  display: grid;
  gap: 16px;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #fde2c3;
  border-radius: 18px;
  padding: 16px;
}

.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #14532d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
}

.contact-info-item strong {
  display: block;
  margin-bottom: 4px;
  color: #111827;
  font-size: 15px;
}

.contact-info-item p {
  margin: 0;
  color: #374151;
  line-height: 1.5;
}

.contact-info-item a {
  color: #14532d;
  font-weight: 700;
}

.form-card-creative h3 {
  margin: 0 0 10px;
  font-size: 30px;
  color: #111827;
  line-height: 1.15;
}

.form-subtext {
  margin: 0 0 22px;
  color: #6b7280;
  font-size: 16px;
}

.form-card-creative input,
.form-card-creative textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #d9dee7;
  border-radius: 16px;
  padding: 15px 16px;
  font-size: 15px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02);
  margin-bottom: 14px;
  font-family: inherit;
}

.form-card-creative textarea {
  min-height: 130px;
  resize: vertical;
}

.form-card-creative .btn {
  margin-top: 6px;
  min-width: 180px;
  border: 0;
  cursor: pointer;
}

.form-message {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 700;
}

.form-message.success {
  color: #15803d;
}

.form-message.error {
  color: #dc2626;
}

.footer {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  padding: 26px 0;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-text {
  color: #6b7280;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #25d366;
  color: white;
  padding: 14px 18px;
  border-radius: 30px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  z-index: 999;
}

@media (max-width: 980px) {
  .hero-grid,
  .buyback,
  .contact-grid,
  .process-wrap,
  .grid-3,
  .brand-categories,
  .hero-card-grid {
    grid-template-columns: 1fr;
  }

  .stats-creative {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .section-title {
    font-size: 31px;
  }

  .nav {
    justify-content: center;
  }

  .brand-block {
    align-items: center;
    text-align: center;
  }

  .nav-links {
    justify-content: center;
  }

  .buy-panel h3,
  .form-card-creative h3,
  .hero-card h3,
  .step-creative h3 {
    font-size: 24px;
  }

  .contact-card-brand,
  .form-card-creative,
  .buy-panel,
  .hero-card {
    padding: 24px;
  }

  .contact-info-item {
    grid-template-columns: 42px 1fr;
  }

  .contact-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .process-visual img {
    min-height: 260px;
  }

  .card-image img {
    height: 170px;
  }
}