/* ============================================
   GDI ORLANDO SERVICES — style.css
   Navy #0D1B3E | Gold #C8982A | White #FFFFFF
   ============================================ */

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

/* ---- LAYOUT ---- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ---- BUTTONS ---- */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  background: #C8982A; color: #0D1B3E;
  font-weight: 700; font-size: 0.9rem; padding: 13px 26px;
  border-radius: 8px; transition: background .2s, transform .15s;
  white-space: nowrap; border: none; cursor: pointer;
}
.btn-primary:hover { background: #daa83a; transform: translateY(-1px); }
.btn-primary.btn-full { width: 100%; }

.btn-wa {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: #25D366; color: #fff;
  font-weight: 600; font-size: 0.9rem; padding: 13px 24px;
  border-radius: 8px; transition: background .2s;
  white-space: nowrap;
}
.btn-wa:hover { background: #1db954; }
.btn-wa.btn-full { width: 100%; }

.btn-book {
  background: #0D1B3E; color: #fff !important;
  font-weight: 600; font-size: 0.85rem; padding: 9px 20px;
  border-radius: 8px; transition: background .2s;
  white-space: nowrap;
}
.btn-book:hover { background: #C8982A; color: #0D1B3E !important; }

.btn-outline-white {
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; color: #fff;
  font-weight: 600; font-size: 0.9rem; padding: 12px 24px;
  border-radius: 8px; border: 2px solid rgba(255,255,255,0.5);
  transition: all .2s; white-space: nowrap;
}
.btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,0.1); }

/* ---- NAVBAR ---- */
.navbar {
  position: sticky; top: 0; z-index: 900;
  background: #fff; border-bottom: 1px solid #eee;
  box-shadow: 0 1px 8px rgba(0,0,0,0.07);
}
.nav-container {
  max-width: 1100px; margin: 0 auto; padding: 0 24px;
  height: 66px; display: flex; align-items: center;
  justify-content: space-between; gap: 20px;
}
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-name { font-weight: 800; font-size: 0.95rem; color: #0D1B3E; }
.logo-sub { font-size: 0.68rem; font-weight: 500; color: #C8982A; letter-spacing: 0.06em; text-transform: uppercase; }
.nav-menu { display: flex; align-items: center; gap: 20px; }
.nav-link { font-size: 0.875rem; font-weight: 500; color: #555; transition: color .2s; }
.nav-link:hover, .nav-link.active { color: #0D1B3E; }
.nav-link.active { font-weight: 600; }
.ham { display: none; flex-direction: column; gap: 5px; padding: 4px; background: none; border: none; cursor: pointer; }
.ham span { display: block; width: 22px; height: 2px; background: #0D1B3E; border-radius: 2px; transition: all .25s; }

/* ---- HERO (home) ---- */
.hero { background: #0D1B3E; padding: 80px 0 72px; }
.hero-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 64px; }
.hero-content { flex: 1; }
.hero-eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #C8982A; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.hero-eyebrow::before { content: ''; display: inline-block; width: 28px; height: 1.5px; background: #C8982A; }
.hero h1 { font-size: clamp(1.9rem, 3.8vw, 3rem); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 20px; letter-spacing: -0.01em; }
.gold { color: #C8982A; }
.hero-desc { font-size: 1rem; color: rgba(255,255,255,0.65); line-height: 1.75; max-width: 480px; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.hero-trust { display: flex; gap: 10px; flex-wrap: wrap; }
.trust-badge { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.7); font-size: 0.78rem; font-weight: 500; padding: 6px 13px; border-radius: 100px; }
.hero-visual { flex-shrink: 0; }
.hero-logo-img { width: 220px; height: 220px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(200,152,42,0.4); box-shadow: 0 0 60px rgba(200,152,42,0.15); }

/* ---- PAGE HERO (inner pages) ---- */
.page-hero { background: #0D1B3E; padding: 64px 0 56px; text-align: center; }
.page-hero .hero-eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #C8982A; margin-bottom: 12px; justify-content: center; }
.page-hero h1 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; color: #fff; margin-bottom: 14px; }
.page-hero p { font-size: 1rem; color: rgba(255,255,255,0.65); max-width: 540px; margin: 0 auto; line-height: 1.7; }

/* ---- DELIVERY STRIP ---- */
.delivery-strip { background: #C8982A; padding: 11px 0; }
.strip-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.strip-item { font-size: 0.82rem; font-weight: 600; color: #0D1B3E; }
.strip-sep { color: rgba(13,27,62,0.35); font-size: 0.8rem; }

/* ---- SECTIONS ---- */
.section { padding: 80px 0; }
.bg-light { background: #f7f7f5; }
.section-head { text-align: center; margin-bottom: 52px; }
.section-head h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); font-weight: 800; color: #0D1B3E; margin-bottom: 10px; }
.section-head p { color: #666; font-size: 0.95rem; }

/* ---- SERVICES GRID (home) ---- */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.service-card {
  background: #fff; border: 1.5px solid #e8e8e8; border-radius: 12px;
  padding: 36px 28px; display: flex; flex-direction: column; gap: 12px;
  transition: all .2s; cursor: pointer;
}
.service-card:hover { border-color: #C8982A; box-shadow: 0 6px 24px rgba(0,0,0,0.09); transform: translateY(-3px); }
.sc-icon { font-size: 2.2rem; }
.sc-icon svg { width: 44px; height: 44px; }
.sc-img { height: 130px; border-radius: 8px; overflow: hidden; background: #f7f7f5; display: flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.sc-img img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.sc-img--cover img { object-fit: cover; padding: 0; }
.service-card h3 { font-size: 1.1rem; font-weight: 700; color: #0D1B3E; }
.service-card p { font-size: 0.875rem; color: #666; line-height: 1.65; flex: 1; }
.sc-link { font-size: 0.85rem; font-weight: 600; color: #C8982A; }

/* ---- HOW IT WORKS ---- */
.steps-row { display: flex; align-items: flex-start; gap: 0; }
.step-item { flex: 1; text-align: center; padding: 32px 24px; }
.step-arrow { font-size: 1.5rem; color: #C8982A; padding-top: 52px; flex-shrink: 0; }
.step-num { width: 48px; height: 48px; border-radius: 50%; background: #0D1B3E; color: #fff; font-size: 1.1rem; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.step-item h3 { font-size: 0.95rem; font-weight: 700; color: #0D1B3E; margin-bottom: 8px; }
.step-item p { font-size: 0.85rem; color: #666; line-height: 1.65; }

/* ---- REVIEWS ---- */
.reviews-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.review-card { background: #f7f7f5; border-radius: 12px; padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.stars { color: #C8982A; font-size: 0.95rem; letter-spacing: 2px; }
.review-card p { font-size: 0.85rem; color: #444; line-height: 1.65; flex: 1; font-style: italic; }
.reviewer { display: flex; align-items: center; gap: 10px; }
.rav { width: 34px; height: 34px; border-radius: 50%; background: #0D1B3E; color: #fff; font-weight: 700; font-size: 0.85rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.reviewer strong { display: block; font-size: 0.82rem; color: #0D1B3E; }
.reviewer span { display: block; font-size: 0.75rem; color: #999; }
.reviews-note { text-align: center; margin-top: 32px; font-size: 0.875rem; color: #666; }
.reviews-note strong { color: #0D1B3E; }
.reviews-note a { color: #C8982A; font-weight: 600; }

/* ---- CTA BANNER ---- */
.cta-banner { background: #0D1B3E; padding: 72px 0; text-align: center; }
.cta-banner h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); font-weight: 800; color: #fff; margin-bottom: 12px; }
.cta-banner p { color: rgba(255,255,255,0.65); margin-bottom: 32px; font-size: 0.95rem; }
.cta-actions { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ---- PRODUCTS GRID ---- */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 24px; }
.products-grid--2 { grid-template-columns: repeat(2,1fr); max-width: 760px; margin: 0 auto; }
.product-card { background: #fff; border: 1.5px solid #e8e8e8; border-radius: 12px; overflow: hidden; position: relative; display: flex; flex-direction: column; transition: all .2s; }
.product-card:hover { border-color: #C8982A; box-shadow: 0 6px 24px rgba(0,0,0,0.1); transform: translateY(-3px); }
.product-card.featured { border-color: #C8982A; }
.prod-badge { position: absolute; top: 0; left: 0; right: 0; z-index: 2; background: #C8982A; color: #0D1B3E; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; text-align: center; padding: 6px; }
.prod-img { height: 200px; background: #f7f7f5; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.prod-img img { width: 100%; height: 100%; object-fit: contain; padding: 16px; }
.prod-img--tall { height: 220px; }
.prod-icon-fallback { font-size: 4rem; }
.prod-body { padding: 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.prod-tag { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #C8982A; }
.prod-body h3 { font-size: 1rem; font-weight: 700; color: #0D1B3E; }
.prod-body > p { font-size: 0.85rem; color: #666; line-height: 1.6; }
.prod-features { list-style: none; display: flex; flex-direction: column; gap: 5px; flex: 1; }
.prod-features li { font-size: 0.82rem; color: #555; padding-left: 16px; position: relative; }
.prod-features li::before { content: '✓'; position: absolute; left: 0; color: #C8982A; font-weight: 700; }
.prod-body .btn-primary { font-size: 0.85rem; padding: 11px 16px; margin-top: 4px; }
.info-box { margin-top: 32px; background: #fffbf0; border: 1px solid rgba(200,152,42,0.3); border-left: 4px solid #C8982A; border-radius: 8px; padding: 18px 22px; font-size: 0.9rem; color: #444; font-weight: 500; text-align: center; }

/* ---- WHY GRID ---- */
.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.why-item { text-align: center; padding: 28px 20px; }
.why-icon { font-size: 2rem; margin-bottom: 12px; }
.why-item h3 { font-size: 0.95rem; font-weight: 700; color: #0D1B3E; margin-bottom: 8px; }
.why-item p { font-size: 0.84rem; color: #666; line-height: 1.6; }

/* ---- TRANSPORT GRID ---- */
.transport-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.transport-card { background: #fff; border: 1.5px solid #e8e8e8; border-radius: 12px; padding: 32px 28px; display: flex; flex-direction: column; gap: 14px; transition: all .2s; }
.transport-card:hover { border-color: #C8982A; box-shadow: 0 6px 24px rgba(0,0,0,0.09); }
.tc-icon { font-size: 2.2rem; }
.transport-card h3 { font-size: 1.05rem; font-weight: 700; color: #0D1B3E; }
.transport-card > p { font-size: 0.875rem; color: #666; line-height: 1.65; }
.transport-card .btn-primary { align-self: flex-start; margin-top: auto; }
.transfer-btns { display: flex; gap: 10px; margin-top: auto; flex-wrap: wrap; }
.transfer-btns .btn-primary { margin-top: 0; }
.btn-outline-dark { display: inline-flex; align-items: center; justify-content: center; background: transparent; color: #0D1B3E; font-weight: 600; font-size: 0.9rem; padding: 11px 22px; border-radius: 8px; border: 2px solid #0D1B3E; transition: all .2s; white-space: nowrap; }
.btn-outline-dark:hover { background: #0D1B3E; color: #fff; }

/* ---- FAQ ---- */
.faq-container { max-width: 760px; margin: 0 auto; }
.faq-group { margin-bottom: 40px; }
.faq-group-title { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #C8982A; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid #e8e8e8; }
.faq-item { border-bottom: 1px solid #f0f0f0; }
.faq-btn { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 18px 0; background: none; border: none; cursor: pointer; font-size: 0.95rem; font-weight: 600; color: #0D1B3E; text-align: left; gap: 16px; font-family: inherit; }
.faq-btn:hover { color: #C8982A; }
.faq-plus { font-size: 1.3rem; font-weight: 300; color: #C8982A; flex-shrink: 0; transition: transform .25s; line-height: 1; }
.faq-item.open .faq-plus { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer p { padding: 0 0 18px; font-size: 0.9rem; color: #666; line-height: 1.75; }
.faq-item.open .faq-answer { max-height: 300px; }

/* ---- CONTACT ---- */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-methods h2 { font-size: clamp(1.5rem, 2.5vw, 1.9rem); font-weight: 800; color: #0D1B3E; margin-bottom: 12px; }
.contact-intro { color: #666; font-size: 0.95rem; line-height: 1.7; margin-bottom: 28px; }
.contact-cards { display: flex; flex-direction: column; gap: 12px; }
.contact-card { display: flex; align-items: center; gap: 16px; padding: 18px 20px; border: 1.5px solid #e8e8e8; border-radius: 10px; transition: all .2s; color: #1a1a1a; }
.contact-card:hover { border-color: #C8982A; background: #fffbf0; transform: translateX(3px); }
.contact-card.wa:hover { border-color: #25D366; background: rgba(37,211,102,0.04); }
.contact-icon { font-size: 1.6rem; flex-shrink: 0; }
.contact-info strong { display: block; font-size: 0.9rem; font-weight: 700; color: #0D1B3E; }
.contact-info span { display: block; font-size: 0.85rem; color: #444; }
.contact-info small { display: block; font-size: 0.78rem; color: #999; }
.contact-note { margin-top: 24px; background: #f7f7f5; border-radius: 8px; padding: 16px 18px; font-size: 0.875rem; color: #444; line-height: 1.6; }
.cta-box-content { background: #0D1B3E; border-radius: 12px; padding: 40px 36px; text-align: center; }
.cta-box-content h3 { font-size: 1.5rem; font-weight: 800; color: #fff; margin-bottom: 10px; }
.cta-box-content > p { color: rgba(255,255,255,0.6); font-size: 0.9rem; line-height: 1.65; margin-bottom: 24px; }
.cta-divider { color: rgba(255,255,255,0.3); font-size: 0.8rem; margin: 14px 0; }
.cta-small { font-size: 0.76rem; color: rgba(255,255,255,0.35); margin-top: 12px; }

/* ---- FOOTER ---- */
.footer { background: #080f20; padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.footer-brand { display: flex; align-items: flex-start; gap: 14px; }
.footer-brand img { width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0; }
.fb-name { font-weight: 700; font-size: 0.95rem; color: #fff; margin-bottom: 3px; }
.fb-sub { font-size: 0.78rem; color: rgba(255,255,255,0.35); margin-bottom: 6px; }
.fb-flag { font-size: 0.78rem; color: #C8982A; font-weight: 500; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h4 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #C8982A; margin-bottom: 4px; }
.footer-col a, .footer-col p { font-size: 0.85rem; color: rgba(255,255,255,0.45); transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-areas { line-height: 1.6; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 18px 24px; text-align: center; }
.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.25); }

/* ---- WHATSAPP FLOAT ---- */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 999; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.45); transition: transform .2s; }
.wa-float:hover { transform: scale(1.1); }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .reviews-grid { grid-template-columns: repeat(2,1fr); }
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .contact-layout { gap: 40px; }
}
@media (max-width: 860px) {
  .hero-container { flex-direction: column; text-align: center; gap: 40px; }
  .hero-eyebrow { justify-content: center; }
  .hero-desc { margin: 0 auto 36px; }
  .hero-actions { justify-content: center; }
  .hero-trust { justify-content: center; }
  .hero-visual { display: none; }
  .services-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .steps-row { flex-direction: column; align-items: center; }
  .step-arrow { transform: rotate(90deg); padding-top: 0; }
  .transport-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .products-grid--2 { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-menu {
    position: fixed; top: 66px; left: 0; right: 0; bottom: 0;
    background: #fff; flex-direction: column; align-items: center;
    justify-content: center; gap: 28px;
    transform: translateX(100%); transition: transform .3s ease;
    box-shadow: -4px 0 20px rgba(0,0,0,0.1);
  }
  .nav-menu.open { transform: translateX(0); }
  .nav-link { font-size: 1.1rem; }
  .ham { display: flex; }
  .products-grid { grid-template-columns: repeat(2,1fr); }
  .why-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 480px) {
  .products-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: center; }
  .hero-actions a { width: 100%; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-actions { flex-direction: column; align-items: center; }
  .cta-actions a { width: 100%; max-width: 300px; }
}
