/* ========================================
   LAPORSA WAREHOUSING - SHARED STYLES
   warehouse.laporsa.com
   ======================================== */

/* Reset */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  color: #1a2332;
  line-height: 1.7;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
::selection { background: #c8912a; color: #fff; }

/* Variables as plain values for compatibility */

/* ---- LAYOUT ---- */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 28px;
}
.section {
  padding: 100px 0;
}
.section-dark {
  background: #0b1d35;
  color: #fff;
}
.section-light {
  background: #f5f7fa;
}
.text-center { text-align: center; }

/* ---- TYPOGRAPHY ---- */
h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.25;
  color: #0b1d35;
}
h1 { font-size: 2.8rem; margin-bottom: 24px; }
h2 { font-size: 2.2rem; margin-bottom: 20px; }
h3 { font-size: 1.25rem; margin-bottom: 12px; }

.section-dark h1,
.section-dark h2,
.section-dark h3 { color: #fff; }

.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8912a;
  margin-bottom: 14px;
}
.section-subtitle {
  font-size: 1.1rem;
  color: #64748b;
  max-width: 600px;
  line-height: 1.85;
  margin-bottom: 16px;
}
.section-dark .section-subtitle {
  color: rgba(255,255,255,0.55);
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.92rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-gold {
  background: #c8912a;
  color: #0b1d35;
}
.btn-gold:hover {
  background: #b5811f;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(200,145,42,0.3);
}
.btn-dark {
  background: #0b1d35;
  color: #fff;
}
.btn-dark:hover {
  background: #142236;
  transform: translateY(-2px);
}
.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.3);
}
.btn-outline-white:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.05);
}
.btn-phone {
  background: #fff;
  color: #0b1d35;
  font-size: 1.1rem;
  padding: 16px 36px;
}
.btn-phone:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* ---- HEADER ---- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(11, 29, 53, 0.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 28px;
}
.logo {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.logo small {
  font-size: 0.6rem;
  font-weight: 400;
  color: #94a3b8;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav a {
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  font-weight: 500;
  transition: color 0.3s;
}
.nav a:hover,
.nav a.active {
  color: #fff;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-phone {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}
.header .btn-gold {
  padding: 10px 22px;
  font-size: 0.82rem;
}
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
}
.menu-toggle span {
  width: 24px;
  height: 2px;
  background: #fff;
}
.mobile-nav {
  display: none;
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  background: #0b1d35;
  padding: 24px 28px;
  z-index: 999;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.mobile-nav.open { display: block; }
.mobile-nav a {
  display: block;
  color: rgba(255,255,255,0.7);
  padding: 14px 0;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

/* ---- HERO ---- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 76px;
  background: #0b1d35;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(11,29,53,0.7), rgba(11,29,53,0.4));
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 660px;
}
.hero-badge {
  display: inline-block;
  background: rgba(200,145,42,0.12);
  border: 1px solid rgba(200,145,42,0.25);
  color: #c8912a;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.15;
  margin-bottom: 28px;
}
.hero h1 span.gold {
  color: #c8912a;
}
.hero-text {
  color: rgba(255,255,255,0.6);
  font-size: 1.08rem;
  line-height: 1.85;
  margin-bottom: 40px;
  max-width: 540px;
}
.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.hero-stats {
  display: flex;
  gap: 48px;
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.hero-stat-value {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.hero-stat-label {
  font-size: 0.7rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 6px;
}

/* ---- TRUST BAR ---- */
.trust-bar {
  background: #0e1829;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.trust-items {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}
.trust-item {
  color: rgba(255,255,255,0.45);
  font-size: 0.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.trust-item svg {
  width: 16px;
  height: 16px;
  color: #c8912a;
  opacity: 0.7;
}

/* ---- CARDS GRID ---- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.card {
  background: #fff;
  border: 1px solid #e5e9ef;
  border-radius: 12px;
  padding: 36px 28px;
  transition: all 0.3s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.08);
  border-color: #2c6fbf;
}
.card-icon {
  width: 48px;
  height: 48px;
  background: #0b1d35;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.card-icon svg {
  width: 22px;
  height: 22px;
  color: #c8912a;
}
.card h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}
.card p {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.75;
  margin-bottom: 16px;
}
.card-tag {
  color: #2c6fbf;
  font-weight: 600;
  font-size: 0.82rem;
}

/* Dark cards (sectors) */
.card-dark {
  background: linear-gradient(160deg, #0e1829, #142236);
  border: 1px solid rgba(255,255,255,0.05);
  color: #fff;
}
.card-dark:hover {
  border-color: rgba(200,145,42,0.2);
  box-shadow: 0 16px 48px rgba(0,0,0,0.3);
}
.card-dark h3 { color: #fff; }
.card-dark p { color: rgba(255,255,255,0.45); }
.card-dark .card-icon {
  background: rgba(200,145,42,0.12);
}
.card-dark .card-tag {
  color: rgba(200,145,42,0.8);
}

/* ---- TWO COLUMN LAYOUT ---- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.two-col.flip > :first-child { order: 2; }
.two-col.flip > :last-child { order: 1; }
.photo-frame {
  border-radius: 12px;
  overflow: hidden;
  height: 400px;
}
.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.1) contrast(1.05);
}
.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 24px 0;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 500;
}
.feature-item svg {
  width: 16px;
  height: 16px;
  color: #c8912a;
  flex-shrink: 0;
}

/* ---- PRICING STRIP ---- */
.pricing-strip {
  background: #0b1d35;
  color: #fff;
}
.pricing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.price-cards {
  display: flex;
  gap: 20px;
}
.price-card {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 28px 32px;
  text-align: center;
  min-width: 170px;
  background: rgba(255,255,255,0.03);
  transition: all 0.3s ease;
}
.price-card:hover {
  border-color: rgba(200,145,42,0.3);
  transform: translateY(-3px);
}
.price-amount {
  font-size: 2.2rem;
  font-weight: 700;
  color: #c8912a;
}
.price-unit {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  margin-top: 4px;
}
.price-note {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.25);
  margin-top: 8px;
}

/* ---- DISTANCE LIST ---- */
.distance-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.distance-item {
  display: flex;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid #e5e9ef;
  transition: all 0.3s;
}
.distance-item:hover {
  background: rgba(44,111,191,0.03);
  padding-left: 28px;
}
.distance-place { font-weight: 600; font-size: 0.9rem; }
.distance-value { color: #64748b; font-size: 0.85rem; }

/* ---- MAP ---- */
.map-frame {
  border-radius: 12px;
  overflow: hidden;
  min-height: 380px;
  border: 1px solid #e5e9ef;
}
.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
}

/* ---- CONTACT ---- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 36px;
  margin-top: 48px;
}
.contact-card {
  background: #0b1d35;
  border-radius: 12px;
  padding: 40px 32px;
  color: #fff;
}
.contact-item {
  display: flex;
  gap: 14px;
  margin-bottom: 26px;
}
.contact-item svg {
  width: 18px;
  height: 18px;
  color: #c8912a;
  flex-shrink: 0;
  margin-top: 3px;
}
.contact-label {
  font-size: 0.68rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.contact-value {
  font-weight: 600;
  margin-top: 3px;
}
.contact-value a { color: #fff; transition: color 0.3s; }
.contact-value a:hover { color: #c8912a; }
.contact-hours {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.contact-hours h4 {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.contact-hours p {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
}

/* Form */
.form-box {
  background: #fff;
  border-radius: 12px;
  padding: 40px 36px;
  border: 1px solid #e5e9ef;
}
.form-box h3 {
  font-size: 1.25rem;
  margin-bottom: 4px;
}
.form-box > p {
  color: #64748b;
  font-size: 0.85rem;
  margin-bottom: 28px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  margin-bottom: 16px;
}
.form-group label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e5e9ef;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.92rem;
  color: #1a2332;
  background: #f5f7fa;
  transition: all 0.3s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #2c6fbf;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(44,111,191,0.1);
}
.form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.form-submit {
  width: 100%;
  padding: 16px;
  font-size: 0.95rem;
  border-radius: 8px;
}

/* ---- FAQ ---- */
.faq-list {
  max-width: 740px;
  margin: 40px auto 0;
}
.faq-item {
  border-bottom: 1px solid #e5e9ef;
}
.faq-item summary {
  font-weight: 600;
  font-size: 0.95rem;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  color: #2c6fbf;
  font-weight: 300;
  transition: transform 0.3s;
}
.faq-item[open] summary::after {
  transform: rotate(45deg);
}
.faq-item p {
  padding: 0 0 22px;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.85;
}

/* ---- CTA BANNER ---- */
.cta-banner {
  background: #0b1d35;
  text-align: center;
  padding: 80px 0;
}
.cta-banner h2 { color: #fff; }
.cta-banner p {
  color: rgba(255,255,255,0.4);
  max-width: 520px;
  margin: 0 auto 32px;
}

/* ---- FOOTER ---- */
.footer {
  background: #090f1a;
  color: rgba(255,255,255,0.4);
  padding: 64px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer h4 {
  color: #fff;
  font-size: 0.85rem;
  margin-bottom: 16px;
}
.footer a {
  color: rgba(255,255,255,0.35);
  font-size: 0.83rem;
  transition: color 0.3s;
}
.footer a:hover { color: #c8912a; }
.footer li { margin-bottom: 8px; }
.footer-brand p {
  font-size: 0.83rem;
  line-height: 1.7;
  max-width: 260px;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.04);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.2);
  flex-wrap: wrap;
  gap: 8px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .nav, .header-phone { display: none; }
  .menu-toggle { display: flex; }
  .two-col { grid-template-columns: 1fr; gap: 32px; }
  .two-col.flip > :first-child { order: 0; }
  .two-col.flip > :last-child { order: 0; }
  .photo-frame { height: 280px; }
  .pricing-inner { flex-direction: column; text-align: center; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-stats { gap: 32px; }
}
@media (max-width: 640px) {
  .section { padding: 72px 0; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.7rem; }
  .hero { min-height: 85vh; }
  .hero-stats { flex-direction: column; gap: 20px; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .btn { justify-content: center; width: 100%; }
  .card-grid { grid-template-columns: 1fr; }
  .feature-list { grid-template-columns: 1fr; }
  .price-cards { flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .trust-items { gap: 16px; }
}
