/* ═══════════════════════════════════════
   export.css — Export Services page
   ═══════════════════════════════════════ */

/* ─── PAGE HERO ─── */
.page-hero { background: linear-gradient(135deg,#060606 0%,#111 50%,#0a0a0a 100%); padding: 100px 0 70px; position: relative; overflow: hidden; width: 100%; }
.page-hero-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px,rgba(184,134,11,.05) 1px,transparent 0); background-size: 32px 32px; }
.page-hero-content { position: relative; z-index: 2; }
.breadcrumb-bar { display: flex; align-items: center; gap: .5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.breadcrumb-bar a { font-size: .76rem; color: rgba(255,255,255,.4); letter-spacing: .06em; text-transform: uppercase; transition: color .28s; }
.breadcrumb-bar a:hover { color: var(--gold-light); }
.breadcrumb-bar span { font-size: .65rem; color: rgba(255,255,255,.2); }
.breadcrumb-bar p { font-size: .76rem; color: var(--gold-light); letter-spacing: .06em; text-transform: uppercase; margin: 0; }
.page-title { font-size: clamp(2rem,4vw,3.2rem); color: #fff; line-height: 1.15; margin-bottom: 1rem; }
.page-title span { color: var(--gold-bright); }
.page-subtitle { font-size: 1rem; color: rgba(255,255,255,.55); line-height: 1.78; max-width: 600px; }

/* ─── OVERVIEW ─── */
.sec-export-overview { padding: 90px 0; background: #fff; }
.overview-feat { display: flex; align-items: flex-start; gap: 1rem; padding: 1.3rem; background: #F9F8F5; border-radius: 8px; border: 1px solid rgba(184,134,11,.1); margin-bottom: 1rem; transition: all .3s; }
.overview-feat:hover { border-color: rgba(184,134,11,.3); background: var(--gold-pale); }
.overview-feat-icon { width: 44px; height: 44px; background: var(--gold-pale); border: 1px solid rgba(184,134,11,.25); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--gold); flex-shrink: 0; }
.overview-feat h6 { font-size: .88rem; font-weight: 700; color: var(--dark); margin-bottom: .2rem; font-family: 'Inter',sans-serif; }
.overview-feat p { font-size: .81rem; color: #666; margin: 0; line-height: 1.6; }

/* ─── EXPORT MARKETS ─── */
.sec-markets { padding: 90px 0; background: #F9F8F5; }
.market-card { background: #fff; border: 1px solid rgba(184,134,11,.15); border-radius: 8px; padding: 1.8rem 1.5rem; height: 100%; transition: all .3s; position: relative; overflow: hidden; }
.market-card:hover { border-color: rgba(184,134,11,.35); box-shadow: 0 10px 32px rgba(184,134,11,.1); transform: translateY(-4px); }
.market-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,var(--gold),var(--gold-bright)); transform: scaleX(0); transition: transform .35s; }
.market-card:hover::before { transform: scaleX(1); }
.market-flag { font-size: 2.2rem; margin-bottom: 1rem; }
.market-title { font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: .4rem; font-family: 'Inter',sans-serif; }
.market-countries { font-size: .78rem; color: #888; margin-bottom: .85rem; }
.market-cats { display: flex; flex-wrap: wrap; gap: .3rem; }
.market-cat { font-size: .66rem; padding: .2rem .55rem; background: var(--gold-pale); color: var(--gold); border-radius: 2px; font-weight: 600; }

/* ─── PRODUCT CATEGORIES ─── */
.sec-categories { padding: 90px 0; background: #fff; }
.cat-card { background: #F9F8F5; border: 1px solid rgba(184,134,11,.12); border-radius: 8px; padding: 1.6rem 1.4rem; text-align: center; height: 100%; transition: all .3s; }
.cat-card:hover { background: var(--gold-pale); border-color: rgba(184,134,11,.35); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(184,134,11,.09); }
.cat-icon { font-size: 2.2rem; color: var(--gold); margin-bottom: .9rem; }
.cat-card h5 { font-size: .95rem; font-weight: 700; color: var(--dark); margin-bottom: .5rem; font-family: 'Inter',sans-serif; }
.cat-card p { font-size: .8rem; color: #777; margin: 0; line-height: 1.65; }

/* ─── DOCUMENTATION ─── */
.sec-docs { padding: 90px 0; background: linear-gradient(135deg,var(--dark) 0%,#111 100%); position: relative; overflow: hidden; }
.sec-docs::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 30% 50%,rgba(184,134,11,.07) 0%,transparent 70%); }
.doc-item { display: flex; align-items: center; gap: .9rem; padding: 1rem 1.25rem; background: rgba(255,255,255,.04); border: 1px solid rgba(184,134,11,.15); border-radius: 6px; margin-bottom: .6rem; transition: all .3s; }
.doc-item:hover { background: rgba(184,134,11,.08); border-color: rgba(184,134,11,.3); }
.doc-item i { font-size: 1.2rem; color: var(--gold); flex-shrink: 0; }
.doc-item span { font-size: .88rem; color: rgba(255,255,255,.75); font-weight: 500; }
.compliance-list { list-style: none; padding: 0; margin: 0; }
.compliance-list li { display: flex; align-items: flex-start; gap: .75rem; padding: .65rem 0; border-bottom: 1px solid rgba(184,134,11,.1); font-size: .86rem; color: rgba(255,255,255,.6); line-height: 1.6; }
.compliance-list li:last-child { border-bottom: none; }
.compliance-list li i { color: var(--gold-bright); font-size: .85rem; flex-shrink: 0; margin-top: 3px; }

/* ─── ENQUIRY FORM ─── */
.sec-enquiry { padding: 90px 0; background: #F9F8F5; }
.enquiry-card { background: linear-gradient(135deg,var(--dark),#1c1c1c); border-radius: 10px; padding: 2.8rem; color: #fff; }
.enquiry-card h4 { font-family: 'Playfair Display',serif; color: var(--gold-bright); font-size: 1.5rem; margin-bottom: .5rem; }
.enquiry-card p { color: rgba(255,255,255,.55); font-size: .9rem; margin-bottom: 2rem; }
.form-field { margin-bottom: 1rem; }
.form-field label { display: block; font-size: .76rem; color: rgba(255,255,255,.5); letter-spacing: .05em; margin-bottom: .4rem; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; background: rgba(255,255,255,.06); border: 1px solid rgba(184,134,11,.25); color: #fff; border-radius: 4px; padding: .7rem 1rem; font-size: .88rem; font-family: 'Inter',sans-serif; transition: border-color .25s,background .25s; outline: none; appearance: none; }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(255,255,255,.3); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { background: rgba(255,255,255,.09); border-color: rgba(184,134,11,.5); box-shadow: 0 0 0 3px rgba(184,134,11,.1); }
.form-field select option { background: #111; color: #fff; }
.form-field textarea { resize: vertical; min-height: 110px; }
.form-success { display: none; background: rgba(184,134,11,.12); border: 1px solid rgba(184,134,11,.3); border-radius: 4px; padding: 1rem; color: var(--gold-bright); font-size: .88rem; text-align: center; margin-top: 1rem; }
.form-success.show { display: block; }
.enquiry-info { background: #0f0f0f; border: 1px solid rgba(184,134,11,.25); border-radius: 8px; padding: 1.8rem; box-shadow: 0 4px 24px rgba(0,0,0,0.18); }
.enquiry-info h5 { font-family: 'Playfair Display',serif; color: var(--gold-bright); font-size: 1.15rem; margin-bottom: 1.4rem; padding-bottom: .9rem; border-bottom: 1px solid rgba(184,134,11,.2); }
.enquiry-info-item { display: flex; align-items: flex-start; gap: .8rem; margin-bottom: 1rem; }
.enquiry-info-item i { font-size: 1.05rem; color: var(--gold-bright); flex-shrink: 0; margin-top: 2px; }
.enquiry-info-item p { font-size: .86rem; color: rgba(255,255,255,.65); margin: 0; line-height: 1.6; }
.enquiry-info-item strong { color: #fff; display: block; font-size: .84rem; font-weight: 700; margin-bottom: .2rem; letter-spacing: .02em; }

/* ─── CTA ─── */
.sec-cta { background: var(--gold); padding: 70px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem; }
.cta-title { font-size: clamp(1.4rem,3vw,2rem); color: #000; margin-bottom: .4rem; }
.cta-sub { font-size: .92rem; color: rgba(0,0,0,.62); margin: 0; }
.cta-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem; }
.btn-dark-solid { display: inline-flex; align-items: center; background: var(--dark); color: #fff; font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; padding: .78rem 2rem; border-radius: 3px; transition: all .28s; }
.btn-dark-solid:hover { background: #000; color: #fff; transform: translateY(-2px); }
.cta-call { display: inline-flex; align-items: center; color: rgba(0,0,0,.72); font-weight: 700; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; transition: color .28s; }
.cta-call:hover { color: #000; }

/* ─── RESPONSIVE ─── */
@media(max-width:991px) {
  .page-hero { padding: 80px 0 55px; }
  .enquiry-card { padding: 2rem; }
}
@media(max-width:991px) {
  .enquiry-info { margin-top: 0; }
}
@media(max-width:767px) {
  .page-title { font-size: 1.75rem; }
  .promo-stats-row { display: grid; grid-template-columns: 1fr 1fr; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
}
@media(max-width:480px) {
  .page-title { font-size: 1.45rem; }
  .page-hero { padding: 70px 0 45px; }
  .enquiry-card { padding: 1.5rem; }
}