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

body {
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
  background: #fff;
}

/* NAV */
.nav { position: sticky; top: 0; background: #fff; border-bottom: 1px solid #eee; z-index: 100; padding: 0 24px; }
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { font-size: 1.4rem; font-weight: 800; color: #c95c00; }
.nav-links { list-style: none; display: flex; gap: 28px; align-items: center; }
.nav-links a { text-decoration: none; color: #444; font-size: 0.95rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: #c95c00; }
.btn-nav { background: #c95c00 !important; color: #fff !important; padding: 8px 20px; border-radius: 8px; font-weight: 600 !important; }

/* HERO */
.hero { max-width: 1100px; margin: 0 auto; padding: 80px 24px; display: flex; align-items: center; gap: 60px; }
.hero-content { flex: 1; }
.hero-badge { display: inline-block; background: #fff3e6; color: #c95c00; font-size: 0.85rem; font-weight: 700; padding: 6px 14px; border-radius: 20px; margin-bottom: 20px; border: 1px solid #f5c89a; }
.hero h1 { font-size: 2.8rem; font-weight: 800; line-height: 1.15; margin-bottom: 20px; }
.highlight { color: #c95c00; }
.hero p { font-size: 1.05rem; color: #555; line-height: 1.7; margin-bottom: 32px; max-width: 500px; }
.hero-btns { display: flex; gap: 16px; margin-bottom: 48px; flex-wrap: wrap; }
.btn-primary { background: #c95c00; color: #fff; padding: 14px 28px; border-radius: 10px; font-weight: 700; font-size: 1rem; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s; display: inline-block; }
.btn-primary:hover { background: #a34800; }
.btn-primary.full { width: 100%; text-align: center; margin-top: 12px; }
.btn-secondary { background: transparent; color: #c95c00; padding: 14px 28px; border-radius: 10px; font-weight: 700; font-size: 1rem; text-decoration: none; border: 2px solid #c95c00; transition: all 0.2s; display: inline-block; }
.btn-secondary:hover { background: #c95c00; color: #fff; }
.hero-stats { display: flex; gap: 40px; flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; }
.stat strong { font-size: 1.8rem; font-weight: 800; color: #c95c00; }
.stat span { font-size: 0.85rem; color: #888; margin-top: 2px; }
.hero-image { flex: 1; }
.hero-image img { width: 100%; border-radius: 20px; box-shadow: 0 20px 60px rgba(0,0,0,0.12); }

/* SECTIONS */
.section { padding: 80px 24px; }
.bg-light { background: #f7f7f7; }
.bg-dark { background: #1a1a1a; }
.container { max-width: 1100px; margin: 0 auto; }
.section-title { font-size: 2.2rem; font-weight: 800; text-align: center; margin-bottom: 12px; }
.section-sub { text-align: center; color: #666; font-size: 1rem; margin-bottom: 48px; }
.white { color: #fff !important; }
.section-sub.white { color: #aaa !important; }

/* FEATURES */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature { background: #fff; border-radius: 14px; padding: 28px; border: 1.5px solid #eee; transition: border-color 0.2s, transform 0.2s; }
.feature:hover { border-color: #c95c00; transform: translateY(-3px); }
.feature-icon { font-size: 2rem; margin-bottom: 14px; }
.feature h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
.feature p { color: #666; line-height: 1.6; font-size: 0.95rem; }

/* STEPS */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.step { text-align: center; padding: 36px 28px; border-radius: 16px; background: #f7f7f7; }
.step-num { font-size: 3rem; font-weight: 800; color: #c95c00; opacity: 0.2; margin-bottom: 12px; line-height: 1; }
.step h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 10px; }
.step p { color: #666; line-height: 1.6; font-size: 0.95rem; }

/* CARDS */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: #fff; border-radius: 16px; padding: 32px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); border: 1.5px solid #eee; transition: transform 0.2s; }
.card:hover { transform: translateY(-4px); }
.card-icon { font-size: 2.5rem; margin-bottom: 14px; }
.card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 10px; color: #c95c00; }
.card p { color: #666; line-height: 1.6; font-size: 0.95rem; margin-bottom: 16px; }
.card-list { list-style: none; }
.card-list li { font-size: 0.9rem; color: #555; padding: 4px 0; }

/* PACKAGES */
.packages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 56px; align-items: start; }
.pkg-card { border: 2px solid #e8e8e8; border-radius: 16px; padding: 28px; background: #fff; position: relative; transition: border-color 0.2s, transform 0.2s; }
.pkg-card:hover { border-color: #c95c00; transform: translateY(-3px); }
.pkg-card.featured { border-color: #c95c00; box-shadow: 0 8px 32px rgba(201,92,0,0.15); transform: scale(1.02); }
.pkg-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: #c95c00; color: #fff; font-size: 0.72rem; font-weight: 700; padding: 4px 14px; border-radius: 20px; white-space: nowrap; }
.pkg-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.pkg-icon { font-size: 2rem; }
.pkg-header h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: 2px; }
.pkg-ideal { font-size: 0.8rem; color: #888; font-weight: 500; }
.pkg-price { font-size: 1.7rem; font-weight: 800; color: #c95c00; margin-bottom: 4px; }
.pkg-price span { font-size: 0.82rem; font-weight: 500; color: #888; }
.pkg-extra { font-size: 0.82rem; color: #888; margin-bottom: 20px; }
.pkg-includes { list-style: none; margin-bottom: 24px; }
.pkg-includes li { font-size: 0.9rem; color: #555; padding: 5px 0; border-bottom: 1px solid #f5f5f5; }
.pkg-includes li:last-child { border-bottom: none; }

/* ADD-ONS */
.addons-section { margin-top: 8px; }
.addons-title { font-size: 1.5rem; font-weight: 800; text-align: center; margin-bottom: 8px; }
.addons-sub { text-align: center; color: #666; margin-bottom: 24px; font-size: 0.95rem; }
.addons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 24px; }
.addon-card { display: flex; align-items: center; gap: 16px; background: #fff; border: 1.5px solid #eee; border-radius: 14px; padding: 20px 24px; transition: border-color 0.2s; }
.addon-card:hover { border-color: #c95c00; }
.addon-card.free { border-color: #4caf50; background: #f1faf2; }
.addon-icon { font-size: 2rem; flex-shrink: 0; }
.addon-info { flex: 1; }
.addon-info h4 { font-size: 1rem; font-weight: 700; margin-bottom: 4px; }
.addon-info p { font-size: 0.85rem; color: #666; line-height: 1.5; }
.addon-price { font-size: 1.3rem; font-weight: 800; color: #c95c00; white-space: nowrap; text-align: right; }
.addon-price span { font-size: 0.75rem; font-weight: 500; color: #888; display: block; }
.addon-price.free-tag { color: #2e7d32; font-size: 1.4rem; }

/* DELIVERY CALLOUT */
.delivery-callout { display: flex; align-items: center; background: #f7f7f7; border-radius: 14px; padding: 24px 32px; border: 1.5px solid #eee; }
.delivery-item { display: flex; align-items: center; gap: 14px; flex: 1; }
.delivery-icon { font-size: 1.4rem; }
.delivery-item strong { display: block; font-size: 1rem; font-weight: 700; margin-bottom: 3px; }
.delivery-item p { font-size: 0.9rem; color: #666; }
.delivery-divider { width: 1px; height: 48px; background: #ddd; margin: 0 32px; }

/* QUOTE SECTION */
.quote-form-wrap { display: grid; grid-template-columns: 1fr 1.5fr; gap: 32px; align-items: start; }
.calculator-box, .quote-form { background: #fff; border-radius: 16px; padding: 32px; }
.calculator-box h3, .quote-form h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 20px; }
.calc-row { margin-bottom: 14px; }
.calc-row label { display: block; font-size: 0.85rem; font-weight: 600; color: #555; margin-bottom: 6px; }
.calc-row .hint { color: #c95c00; font-weight: 500; font-size: 0.8rem; }
.calc-row input, .calc-row select { width: 100%; padding: 10px 14px; border: 1.5px solid #e0e0e0; border-radius: 8px; font-size: 0.95rem; font-family: inherit; background: #fafafa; outline: none; transition: border-color 0.2s; }
.calc-row input:focus, .calc-row select:focus { border-color: #c95c00; }
.calc-result { margin-top: 16px; background: #fff8f3; border-radius: 10px; padding: 16px; font-size: 0.9rem; line-height: 2; border: 1.5px solid #f5c89a; }
.calc-result .total { font-size: 1.4rem; font-weight: 800; color: #c95c00; }
.calc-result .divider { border-top: 1px solid #f5c89a; margin: 6px 0; }
.calc-result .free-supplies { color: #2e7d32; font-weight: 600; font-size: 0.85rem; }

/* FORM */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: 12px 14px; border: 1.5px solid #e0e0e0; border-radius: 8px; font-size: 0.95rem; font-family: inherit; background: #fafafa; outline: none; transition: border-color 0.2s; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: #c95c00; }
.quote-form textarea { width: 100%; margin-top: 12px; resize: vertical; }

.addons-form-section { background: #fafafa; border: 1.5px solid #eee; border-radius: 12px; padding: 20px; margin-bottom: 12px; }
.addons-form-label { font-size: 0.9rem; font-weight: 700; color: #444; margin-bottom: 12px; display: block; }
.addon-input label { display: block; font-size: 0.82rem; font-weight: 600; color: #555; margin-bottom: 6px; }
.addon-hint { color: #c95c00; font-weight: 500; }
.supplies-badge { margin-top: 12px; background: #f1faf2; color: #2e7d32; border: 1px solid #a5d6a7; border-radius: 8px; padding: 10px 14px; font-size: 0.85rem; font-weight: 600; text-align: center; }

.hidden { display: none !important; }
.success-msg { margin-top: 16px; background: #e8f5e9; color: #2e7d32; padding: 14px; border-radius: 8px; font-weight: 600; text-align: center; }
.error-msg { margin-top: 16px; background: #fdecea; color: #c62828; padding: 14px; border-radius: 8px; font-weight: 600; text-align: center; }

/* FOOTER */
.footer { background: #111; color: #ccc; padding: 48px 24px 24px; }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 32px; flex-wrap: wrap; gap: 24px; }
.footer-brand .logo { color: #f5a623; margin-bottom: 8px; }
.footer-brand p { font-size: 0.9rem; color: #888; max-width: 260px; line-height: 1.6; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: #888; text-decoration: none; font-size: 0.9rem; transition: color 0.2s; }
.footer-links a:hover { color: #fff; }
.footer-copy { text-align: center; color: #444; font-size: 0.85rem; border-top: 1px solid #222; padding-top: 24px; }

@media (max-width: 900px) {
  .packages-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .hero { flex-direction: column; padding: 48px 20px; }
  .hero h1 { font-size: 2rem; }
  .hero-image { width: 100%; }
  .features-grid, .steps, .cards, .packages-grid, .addons-grid { grid-template-columns: 1fr; }
  .pkg-card.featured { transform: none; }
  .quote-form-wrap { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .delivery-callout { flex-direction: column; gap: 20px; }
  .delivery-divider { width: 100%; height: 1px; margin: 0; }
  .hero-stats { gap: 24px; }
}

/* ── ABOUT SECTION ─────────────────────────────────────────── */
.about-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: center;
}
.about-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-icon-wrap {
  font-size: 9rem;
  line-height: 1;
  filter: drop-shadow(0 8px 24px rgba(201,92,0,0.25));
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
.about-badge {
  display: inline-block;
  background: #fff3e0;
  color: #c95c00;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.about-content h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.2;
}
.about-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 1rem;
}
.about-content p strong {
  color: #1a1a1a;
}
.about-values {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 28px;
}
.about-value {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.value-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.about-value strong {
  display: block;
  font-size: 0.97rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 3px;
}
.about-value p {
  font-size: 0.88rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .about-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .about-value {
    text-align: left;
  }
  .about-icon-wrap {
    font-size: 6rem;
  }
}
