/* ============================================================
   AARVI DOORS — Premium Stylesheet
   Design: Dark dramatic hero, clean white content sections
   Fonts: Inter (body), Playfair Display (headings)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1a1a1a; background: #fff; line-height: 1.6; overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.text-accent { color: #b8862c; }
.section { padding: 100px 0; }

.section__header { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.section__tag {
  display: inline-block; font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: #b8862c;
  margin-bottom: 14px;
}
.section__tag::before, .section__tag::after {
  content: ''; display: inline-block; width: 20px; height: 1px;
  background: #b8862c; vertical-align: middle; margin: 0 10px;
}
.section__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.5rem; font-weight: 600; line-height: 1.15;
  margin-bottom: 16px; color: #1a1a1a;
}
.section__desc { font-size: 1rem; line-height: 1.7; color: #666; }

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 500;
  padding: 14px 28px; cursor: pointer; transition: all 0.25s ease;
  border: none; text-decoration: none;
}
.btn--primary { background: #1a1a1a; color: #fff; }
.btn--primary:hover { background: #b8862c; }
.btn--ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.25); }
.btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.btn--whatsapp { background: #1a1a1a; color: #fff; }
.btn--whatsapp:hover { background: #333; }
.btn--large { padding: 16px 36px; font-size: 0.9rem; }
.btn--full { width: 100%; }

/* ========== NAV — Liquid Glass ========== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 16px 0; transition: all 0.4s ease;
}
.nav::before {
  content: '';
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(
    135deg,
    rgba(26,26,26,0.4) 0%,
    rgba(40,30,20,0.35) 50%,
    rgba(26,26,26,0.3) 100%
  );
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: all 0.4s ease;
}
.nav::after {
  content: '';
  position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.03), transparent);
  animation: navShimmer 6s ease-in-out infinite;
  z-index: -1;
}
@keyframes navShimmer {
  0% { left: -100%; }
  50% { left: 100%; }
  100% { left: 100%; }
}
.nav--scrolled { padding: 10px 0; }
.nav--scrolled::before {
  background: rgba(20,18,16,0.92);
  backdrop-filter: blur(24px) saturate(1.4);
  border-bottom: 1px solid rgba(184,134,44,0.08);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; }
.nav__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav__logo-img { height: 32px; width: auto; }
.nav__logo-text { font-size: 1rem; font-weight: 600; letter-spacing: 0.08em; color: #fff; }
.nav__menu { display: flex; align-items: center; gap: 28px; }
.nav__link {
  font-size: 0.8rem; font-weight: 400; color: rgba(255,255,255,0.7);
  letter-spacing: 0.03em; transition: color 0.25s; position: relative;
}
.nav__link::after {
  content: ''; position: absolute; bottom: -3px; left: 0;
  width: 0; height: 1px; background: #b8862c; transition: width 0.25s;
}
.nav__link:hover { color: #fff; }
.nav__link:hover::after { width: 100%; }
.nav__link--instagram { display: inline-flex; align-items: center; gap: 5px; color: rgba(255,255,255,0.5); }
.nav__link--instagram:hover { color: #E4405F; }
.nav__link--instagram::after { display: none; }
.nav__link--cta {
  background: transparent; color: #b8862c !important;
  border: 1px solid #b8862c; padding: 8px 18px;
  display: inline-flex; align-items: center; gap: 6px; font-weight: 500;
}
.nav__link--cta::after { display: none; }
.nav__link--cta:hover { background: #b8862c; color: #fff !important; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav__toggle span { display: block; width: 26px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.3s; }

/* ========== HERO ========== */
.hero {
  position: relative; min-height: 100vh; display: flex;
  align-items: center; overflow: hidden; padding-top: 90px;
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 100%);
}
.hero__content { position: relative; z-index: 2; width: 100%; padding: 40px 0; }

.hero__text { max-width: 680px; }
.hero__badge {
  display: inline-block; font-size: 0.65rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.4); border: 1px solid rgba(255,255,255,0.08);
  padding: 7px 18px; margin-bottom: 24px;
}
.hero__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.5rem, 5.5vw, 4.5rem); font-weight: 600;
  line-height: 1.08; color: #fff; margin-bottom: 20px;
}
.hero__title-accent { color: #b8862c; font-style: italic; }
.hero__subtitle {
  font-size: 1rem; line-height: 1.7; color: rgba(255,255,255,0.55);
  margin-bottom: 36px; font-weight: 300;
}
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero__scroll {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  z-index: 2; transition: opacity 0.4s;
}
.hero__scroll-line {
  width: 1px; height: 30px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100%{opacity:0.3} 50%{opacity:0.8} }

/* ========== TRUST BAR ========== */
.trust-bar { background: #1a1a1a; padding: 44px 0; }
.trust-bar__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-bar__item {
  text-align: center; padding: 0 20px;
  border-right: 1px solid rgba(255,255,255,0.05);
}
.trust-bar__item:last-child { border-right: none; }
.trust-bar__number {
  font-size: 2.25rem; font-weight: 700; color: #b8862c;
  font-family: 'Playfair Display', Georgia, serif; line-height: 1.2;
}
.trust-bar__label { font-size: 0.78rem; color: rgba(255,255,255,0.4); margin-top: 4px; }

/* ========== PRODUCTS ========== */
.products { background: #f8f8f8; padding-bottom: 40px; }
.products__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; background: #e0e0e0; max-width: 1400px; margin: 0 auto; }
.product-card { position: relative; overflow: hidden; aspect-ratio: 3/4; cursor: pointer; background: #fff; }
.product-card__image { position: absolute; inset: 0; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.product-card:hover .product-card__image img { transform: scale(1.06); }
.product-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.25) 50%, transparent 100%);
  z-index: 1;
}
.product-card__content { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; z-index: 2; color: #fff; }
.product-card__content h3 { font-size: 1rem; font-weight: 600; }
.products__cta { text-align: center; margin-top: 44px; }
.products__cta .btn--primary { background: #b8862c; }
.products__cta .btn--primary:hover { background: #a07420; }

.product-category {
  margin-bottom: 48px;
}
.product-category__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}

/* ========== ABOUT ========== */
.about { background: #fff; }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about__image { position: relative; }
.about__image img { width: 100%; min-height: 460px; object-fit: cover; }
.about__image-badge {
  position: absolute; bottom: -18px; right: -18px;
  background: #b8862c; color: #fff; padding: 22px 28px;
  display: flex; flex-direction: column; align-items: center;
}
.about__badge-year { font-size: 1.75rem; font-weight: 700; font-family: 'Playfair Display', Georgia, serif; }
.about__badge-text { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 2px; }
.about__text { font-size: 0.92rem; line-height: 1.8; color: #555; margin-bottom: 14px; }
.about__actions { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.about__actions .btn--primary { background: #b8862c; }
.about__actions .btn--primary:hover { background: #a07420; }

/* ========== WHY ========== */
.why { background: #fff; }
.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why__card { background: #f8f8f8; padding: 40px 32px; transition: all 0.3s; border: 1px solid #f0f0f0; }
.why__card:hover { background: #fff; border-color: #b8862c; box-shadow: 0 8px 30px rgba(0,0,0,0.04); }
.why__icon {
  width: 48px; height: 48px; margin-bottom: 20px;
  background: #f5f0e8; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #b8862c; transition: all 0.3s;
}
.why__card:hover .why__icon { background: #b8862c; color: #fff; }
.why__card h3 { font-size: 1rem; font-weight: 600; margin-bottom: 10px; color: #1a1a1a; }
.why__card p { font-size: 0.82rem; color: #666; line-height: 1.7; }

/* ========== CTA ========== */
.cta-banner { background: #1a1a1a; padding: 80px 0; text-align: center; color: #fff; }
.cta-banner__title { font-family: 'Playfair Display', Georgia, serif; font-size: 2.25rem; font-weight: 600; margin-bottom: 12px; }
.cta-banner__text { font-size: 1rem; opacity: 0.55; margin-bottom: 32px; font-weight: 300; }
.cta-banner__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-banner .btn--primary { background: #b8862c; }
.cta-banner .btn--primary:hover { background: #a07420; }

/* ========== CONTACT ========== */
.contact { background: #fff; }
.contact__grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 48px; align-items: start; }
.contact__info { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact__card { background: #f8f8f8; padding: 20px; border: 1px solid #f0f0f0; }
.contact__card-icon { font-size: 1.3rem; margin-bottom: 8px; display: block; }
.contact__card h4 { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: #b8862c; margin-bottom: 5px; }
.contact__card p, .contact__card a { font-size: 0.82rem; color: #555; line-height: 1.6; }
.contact__card a { color: #1a1a1a; }
.contact__card a:hover { color: #b8862c; }
.contact__form-wrapper { background: #f8f8f8; padding: 40px; border: 1px solid #f0f0f0; }
.contact__form-title { font-size: 1.15rem; font-weight: 600; margin-bottom: 24px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form__group { margin-bottom: 16px; }
.form__group label { display: block; font-size: 0.75rem; font-weight: 600; margin-bottom: 6px; color: #333; }
.form__group input, .form__group select, .form__group textarea {
  width: 100%; padding: 11px 14px; font-family: 'Inter', sans-serif;
  font-size: 0.88rem; border: 1px solid #e0e0e0; background: #fff;
  transition: border-color 0.25s; color: #1a1a1a;
}
.form__group input:focus, .form__group select:focus, .form__group textarea:focus {
  outline: none; border-color: #b8862c;
}

/* ========== FOOTER ========== */
.footer { background: #111; color: rgba(255,255,255,0.5); padding: 56px 0 24px; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer__logo-text { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.08em; color: rgba(255,255,255,0.7); display: block; margin-bottom: 14px; }
.footer__brand p { font-size: 0.8rem; line-height: 1.7; color: rgba(255,255,255,0.35); max-width: 280px; }
.footer__social { display: flex; gap: 10px; margin-top: 18px; }
.footer__social a {
  width: 34px; height: 34px; border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.3); transition: all 0.3s;
}
.footer__social a:hover { color: #fff; border-color: #b8862c; background: #b8862c; }
.footer__links h4 { font-size: 0.75rem; font-weight: 600; color: #fff; margin-bottom: 18px; letter-spacing: 0.06em; text-transform: uppercase; }
.footer__links a { display: block; font-size: 0.8rem; color: rgba(255,255,255,0.35); margin-bottom: 8px; }
.footer__links a:hover { color: #b8862c; }
.footer__links p { font-size: 0.8rem; line-height: 1.6; margin-bottom: 6px; color: rgba(255,255,255,0.35); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.72rem; color: rgba(255,255,255,0.25); }
.footer__bottom a { color: rgba(255,255,255,0.25); }
.footer__bottom a:hover { color: #b8862c; }

/* ========== BLOG ========== */
.blog { background: #fff; }
.blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog__card { background: #f8f8f8; border: 1px solid #f0f0f0; overflow: hidden; transition: transform 0.3s; }
.blog__card:hover { transform: translateY(-3px); }
.blog__card > a { display: block; color: inherit; text-decoration: none; }
.blog__card-image { height: 200px; overflow: hidden; }
.blog__card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; cursor: pointer; }
.blog__card:hover .blog__card-image img { transform: scale(1.05); }
.blog__card-content { padding: 24px; }
.blog__tag { display: inline-block; font-size: 0.6rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #b8862c; margin-bottom: 8px; }
.blog__card-content h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 10px; color: #1a1a1a; line-height: 1.4; }
.blog__excerpt { font-size: 0.82rem; color: #666; line-height: 1.7; margin-bottom: 16px; }
.blog__cta { font-size: 0.82rem; font-weight: 500; color: #b8862c; transition: color 0.3s; }
.blog__cta:hover { color: #a07420; }

/* ========== REVIEWS ========== */
.reviews { background: #f8f8f8; }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { background: #fff; border: 1px solid #f0f0f0; overflow: hidden; transition: transform 0.3s; }
.review-card:hover { transform: translateY(-2px); }
.review-card img { width: 100%; height: auto; display: block; cursor: pointer; }
.reviews__cta { text-align: center; margin-top: 40px; }

/* ========== MAP ========== */
.map-section { line-height: 0; }
.map-section__embed iframe { filter: grayscale(0.6); transition: filter 0.4s; display: block; }
.map-section__embed iframe:hover { filter: grayscale(0); }

/* ========== LIGHTBOX ========== */
.lightbox {
  display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.92); z-index: 9999;
  justify-content: center; align-items: center; cursor: pointer;
  padding: 40px;
}
.lightbox--active { display: flex; }
.lightbox__image { max-width: 100%; max-height: 90vh; object-fit: contain; }
.lightbox__close {
  position: absolute; top: 20px; right: 30px; font-size: 2.5rem;
  color: #fff; background: none; border: none; cursor: pointer;
  width: 50px; height: 50px; display: flex; align-items: center;
  justify-content: center; transition: opacity 0.3s; z-index: 2;
}
.lightbox__close:hover { opacity: 0.6; }

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .products__grid { grid-template-columns: repeat(3, 1fr); }
  .blog__grid { grid-template-columns: repeat(2, 1fr); }
  .reviews__grid { grid-template-columns: repeat(2, 1fr); }
  .about__grid { gap: 48px; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .nav { top: 0; }

  .hero { min-height: 100vh; padding-top: 80px; }
  .hero__text { text-align: center; max-width: 100%; }
  .hero__title { font-size: 2.25rem; }
  .hero__actions { justify-content: center; }
  .hero__scroll { display: none; }

  .nav__menu {
    position: fixed; top: 0; right: -100%; width: 260px;
    height: 100vh; background: rgba(26,26,26,0.98);
    flex-direction: column; justify-content: center;
    padding: 48px 32px; gap: 20px; transition: right 0.4s ease;
    backdrop-filter: blur(16px); z-index: 999;
  }
  .nav__menu--open { right: 0; }
  .nav__toggle { display: flex; }
  .nav__toggle--active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .nav__toggle--active span:nth-child(2) { opacity: 0; }
  .nav__toggle--active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

  .section { padding: 64px 0; }
  .section__title { font-size: 1.75rem; }

  .trust-bar__inner { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .trust-bar__item { border-right: none; }
  .trust-bar__number { font-size: 1.75rem; }

  .products__grid { grid-template-columns: repeat(2, 1fr); }
  .product-card { aspect-ratio: 4/5; }

  .about__grid { grid-template-columns: 1fr; gap: 36px; }
  .about__image-badge { bottom: -12px; right: 0; padding: 14px 20px; }

  .why__grid { grid-template-columns: 1fr; }
  .why__card { padding: 28px 24px; }

  .blog__grid { grid-template-columns: 1fr; }
  .reviews__grid { grid-template-columns: 1fr; }

  .contact__grid { grid-template-columns: 1fr; gap: 28px; }
  .contact__info { grid-template-columns: 1fr 1fr; }
  .contact__form-wrapper { padding: 28px 20px; }
  .form__row { grid-template-columns: 1fr; }

  .cta-banner__title { font-size: 1.75rem; }
  .cta-banner__actions { flex-direction: column; align-items: center; }

  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .footer__bottom { flex-direction: column; gap: 6px; text-align: center; }
}

@media (max-width: 480px) {
  .products__grid { grid-template-columns: 1fr 1fr; }
  .blog__grid { grid-template-columns: 1fr; }
  .contact__info { grid-template-columns: 1fr; }
}

/* ============================================================
   DOORS PROGRAMMATIC SEO PAGES
   ============================================================ */
.doors-page {
  padding-top: 120px;
  padding-bottom: 80px;
  background: #fff;
}
.doors-page .container {
  max-width: 900px;
}
.doors-page .breadcrumb {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 16px;
}
.doors-page .breadcrumb a {
  color: #b8862c;
  text-decoration: none;
}
.doors-page .breadcrumb a:hover {
  text-decoration: underline;
}
.doors-page__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.25;
  color: #1a1a1a;
  margin-bottom: 32px;
}
.doors-page__intro {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #444;
  margin-bottom: 48px;
}
.doors-page__intro strong {
  color: #1a1a1a;
}
.doors-page h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 48px 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
}
.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
.benefit-item {
  background: #fafafa;
  border: 1px solid #f0f0f0;
  padding: 14px 18px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #333;
  border-radius: 6px;
}
.city-details {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
.city-details li {
  padding: 10px 0;
  font-size: 0.95rem;
  color: #444;
  border-bottom: 1px solid #f5f5f5;
}
.doors-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 32px;
  font-size: 0.9rem;
}
.doors-page table th {
  background: #1a1a1a;
  color: #fff;
  padding: 12px 14px;
  text-align: left;
  font-weight: 500;
  font-size: 0.85rem;
}
.doors-page table td {
  padding: 10px 14px;
  border-bottom: 1px solid #eee;
  color: #444;
}
.doors-page table tr:nth-child(even) td {
  background: #fafafa;
}
.faq-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.faq-item h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.faq-item p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
}
.doors-page__cta {
  background: #fafafa;
  border: 2px solid #b8862c;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  margin: 48px 0;
}
.doors-page__cta h2 {
  border: none;
  margin-top: 0;
  font-size: 1.5rem;
}
.doors-page__cta p {
  color: #666;
  margin-bottom: 24px;
}
.cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-email {
  margin-top: 16px;
  font-size: 0.85rem;
  color: #999;
}
.doors-page__internal-links {
  background: #fafafa;
  padding: 32px;
  border-radius: 10px;
  margin-top: 32px;
}
.doors-page__internal-links h3 {
  font-size: 1.1rem;
  margin-bottom: 16px;
}
.doors-page__internal-links ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.doors-page__internal-links a {
  color: #b8862c;
  text-decoration: none;
  font-size: 0.9rem;
}
.doors-page__internal-links a:hover {
  text-decoration: underline;
  color: #a07420;
}
@media (max-width: 768px) {
  .doors-page__title { font-size: 1.7rem; }
  .benefits-grid { grid-template-columns: 1fr; }
  .doors-page__internal-links ul { grid-template-columns: 1fr; }
  .doors-page__cta { padding: 24px; }
  .cta-buttons { flex-direction: column; }
}
