/* ============================================
   lp-import.css — Import Agency LP
   Specialized landing page for Import Agency Google Ads campaigns
   Uses custom ocean-themed color palette: blues + orange accents
   ============================================ */
/* Custom CSS Variables (design tokens) - ocean theme */
:root {
  --ocean:    #0d2f4e;
  --ocean2:   #163d61;
  --ocean3:   #1e4d78;
  --signal:   #f97316;
  --signal-h: #ea6c0a;
  --sky:      #e8f4fd;
  --steel:    #64748b;
  --rule:     #dde5ee;
  --white:    #ffffff;
  --offwhite: #f7f9fc;
  --shadow:   0 4px 20px rgba(13,47,78,0.10);
  --shadow-lg:0 12px 40px rgba(13,47,78,0.16);
}

/* Global resets */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito Sans', sans-serif;
  background: var(--offwhite);
  color: var(--ocean);
  overflow-x: hidden;
  line-height: 1.65;
}

h1, h2, h3, h4, h5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.2;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ── HEADER ── */
/* Header right-aligned actions container */
.header-right { display: flex; align-items: center; gap: 24px; }

/* Header phone number with green availability indicator */
.header-phone {
  color: rgba(255,255,255,0.75); font-size: 0.88rem;
  font-weight: 500; display: flex; align-items: center; gap: 8px;
  transition: color 0.2s;
}
.header-phone:hover { color: #fff; }
.header-phone::before {
  content: '';
  display: inline-block; width: 7px; height: 7px;
  background: #4ade80; border-radius: 50%;
  box-shadow: 0 0 6px #4ade80;
  animation: pulse-dot 1.8s infinite;
}

/* Header primary CTA button */
.header-cta-btn {
  background: var(--signal); color: #fff;
  padding: 9px 22px; border-radius: 5px; border: none;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700;
  font-size: 0.85rem; cursor: pointer; letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.15s;
}
.header-cta-btn:hover { background: var(--signal-h); transform: translateY(-1px); }

/* ── HERO — Full width bg + bottom form strip ── */
/* Hero section with ocean background image, gradient overlay, and bottom form strip */
.hero {
  position: relative;
  background-color: var(--ocean);
  background-image:
    linear-gradient(to bottom, rgba(13,47,78,0.82) 0%, rgba(13,47,78,0.72) 100%),
    url('../assets/images/import-bg-hero.webp');
  background-size: auto, cover;
  background-position: center, center;
  min-height: 500px;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  border-bottom: 4px solid var(--signal);
}

/* Hero content grid (text + trust column) */
.hero-content {
  padding: 56px 5% 40px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: center;
}

/* Left text column */
.hero-text { /* wraps badge + h1 + sub + bullets */ }

/* Right trust column with statistics cards */
.hero-trust {
  display: flex; flex-direction: column; gap: 12px;
}
.hero-trust-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-left: 3px solid var(--signal);
  border-radius: 8px;
  padding: 16px 20px;
  display: flex; align-items: center; gap: 14px;
  backdrop-filter: blur(4px);
}
.hero-trust-card .tc-icon { font-size: 1.6rem; flex-shrink: 0;color: #f7f9fc; }
.hero-trust-card .tc-text {}
.hero-trust-card .tc-val {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800; font-size: 1.3rem; color: var(--white);
  line-height: 1; display: block;
}
.hero-trust-card .tc-val span { color: var(--signal); }
.hero-trust-card .tc-lbl {
  font-size: 0.78rem; color: rgba(255,255,255,0.58);
  margin-top: 3px; display: block;
}

/* Hero eyebrow badge with star icon */
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(249,115,22,0.15);
  border: 1px solid rgba(249,115,22,0.4);
  color: #ffa85c; font-size: 0.72rem;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 100px;
  margin-bottom: 20px;
}
.hero-badge::before { content: '★'; color: var(--signal); }

/* Hero main headline with cyan accent text */
.hero h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: var(--white); font-weight: 800;
  margin-bottom: 16px; line-height: 1.12;
}
.hero h1 em { font-style: normal; color: #7dd3fc; }

/* Hero subtitle/description text */
.hero-sub {
  color: rgba(255,255,255,0.68); font-size: 1rem;
  line-height: 1.75; max-width: 560px; margin-bottom: 28px;
}

/* Hero bullet points with cyan checkmark icons */
.hero-bullets {
  list-style: none; display: flex; flex-wrap: wrap; gap: 10px 24px;
}
.hero-bullets li {
  display: flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.85); font-size: 0.88rem;
}
.hero-bullets li::before {
  content: '';
  width: 16px; height: 16px; flex-shrink: 0;
  background: rgba(125,211,252,0.15);
  border: 1.5px solid #7dd3fc; border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%237dd3fc' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 9px;
}

/* Form strip at bottom of hero */
.hero-form-strip {
  background: var(--white);
  border-top: 1px solid var(--rule);
  padding: 28px 5%;
  display: flex; align-items: flex-end; flex-wrap: wrap; gap: 16px;
}
.form-strip-label {
  flex: 0 0 auto;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem; font-weight: 700; color: var(--ocean);
  padding-bottom: 2px;
  white-space: nowrap;
}
.form-strip-label span { color: var(--signal); }

/* Form strip input fields container */
.form-strip-fields {
  flex: 1; display: flex; flex-wrap: wrap; gap: 10px; align-items: flex-end;
}
.form-strip-fields input,
.form-strip-fields select {
  flex: 1; min-width: 160px;
  padding: 11px 14px;
  border: 1.5px solid var(--rule); border-radius: 6px;
  font-family: 'Nunito Sans', sans-serif; font-size: 0.92rem;
  color: var(--ocean); background: var(--offwhite);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-strip-fields input:focus,
.form-strip-fields select:focus {
  border-color: var(--ocean3);
  box-shadow: 0 0 0 3px rgba(30,77,120,0.1);
  background: #fff;
}
.form-strip-submit {
  background: var(--signal); color: #fff;
  padding: 11px 28px; border: none; border-radius: 6px;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700;
  font-size: 0.9rem; cursor: pointer; white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 14px rgba(249,115,22,0.3);
}
.form-strip-submit:hover { background: var(--signal-h); transform: translateY(-1px); }

/* ── FULL FORM PANEL (below strip, hidden by default) ── */
/* Full form panel section (expanded view) */
.full-form-section {
  background: var(--sky); padding: 48px 5%;
  border-bottom: 1px solid var(--rule);
}
.full-form-inner {
  max-width: 860px; margin: 0 auto;
  background: var(--white); border-radius: 10px;
  box-shadow: var(--shadow); overflow: hidden;
  border: 1px solid var(--rule);
}

/* Full form header bar */
.full-form-header {
  background: var(--ocean); padding: 20px 32px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 3px solid var(--signal);
}
.full-form-header h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--white); font-size: 1rem; font-weight: 700; margin: 0;
}
.full-form-header p {
  color: rgba(255,255,255,0.6); font-size: 0.8rem;
  display: flex; align-items: center; gap: 5px;
}
.full-form-header p::before { content: '⚡'; }

/* Full form body with 2-column grid */
.full-form-body {
  padding: 28px 32px 32px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px;
}
.form-row { display: flex; flex-direction: column; gap: 5px; }
.form-row.full { grid-column: 1 / -1; }
.form-row label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.72rem; font-weight: 700; color: var(--steel);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.form-row input,
.form-row select,
.form-row textarea {
  padding: 10px 13px;
  border: 1.5px solid var(--rule); border-radius: 6px;
  font-family: 'Nunito Sans', sans-serif; font-size: 0.92rem;
  color: var(--ocean); background: var(--offwhite);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--ocean3);
  box-shadow: 0 0 0 3px rgba(30,77,120,0.1);
  background: #fff;
}
.form-row textarea { resize: vertical; min-height: 80px; }

/* Full form submit button */
.form-submit {
  grid-column: 1 / -1;
  width: 100%; padding: 14px;
  background: var(--signal); color: #fff; border: none; border-radius: 6px;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700;
  font-size: 0.95rem; cursor: pointer; letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(249,115,22,0.3);
}
.form-submit:hover { background: var(--signal-h); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(249,115,22,0.35); }

/* Privacy assurance text with lock icon */
.form-assurance {
  grid-column: 1 / -1; text-align: center;
  font-size: 0.76rem; color: #a0aec0;
  display: flex; align-items: center; justify-content: center; gap: 5px;
}
.form-assurance::before { content: '🔒'; font-size: 0.8em; }

/* ── STATS BAND ── */
/* Horizontal statistics/trust band */
.stats-band {
  background: var(--ocean2);
  display: flex; flex-wrap: wrap;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.stat-cell {
  flex: 1; min-width: 130px;
  padding: 28px 24px; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.07);
  position: relative;
}
.stat-cell:last-child { border-right: none; }
.stat-val {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800; font-size: 2rem; color: var(--white);
  display: block; line-height: 1; margin-bottom: 6px;
}
.stat-val span { color: var(--signal); }
.stat-lbl { font-size: 0.78rem; color: rgba(255,255,255,0.5); letter-spacing: 0.04em; }

/* ── SECTION HELPERS ── */
/* Section chip/eyebrow tag */
.sec-chip {
  display: inline-block;
  background: var(--sky); color: var(--ocean3);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 100px;
  border: 1px solid var(--rule); margin-bottom: 12px;
}
.sec-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800; color: var(--ocean);
  margin-bottom: 12px; line-height: 1.15;
}
.sec-sub {
  color: var(--steel); font-size: 0.97rem;
  max-width: 560px; line-height: 1.75;
}

/* ── SERVICES — 2-col card grid ── */
/* Services section container */
.services-section { background: var(--white); padding: 80px 5%; }
.services-head { margin-bottom: 48px; }

/* 2-column service card grid */
.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.service-item {
  display: flex; gap: 0;
  border: 1px solid var(--rule);
  border-radius: 10px;
  background: var(--white);
  overflow: hidden;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  position: relative;
}
.service-item::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--signal);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s ease;
}
.service-item:hover {
  background: var(--sky);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}
.service-item:hover::after { transform: scaleX(1); }

/* Service card icon column */
.srv-icon-col {
  flex: 0 0 64px;
  display: flex; align-items: center; justify-content: center;
  padding: 24px 0;
  font-size: 1.6rem;
  border-right: 1px solid var(--rule);
  background: var(--offwhite);
}
.srv-body { flex: 1; padding: 20px 22px; }
.srv-body h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.97rem; font-weight: 700; color: var(--ocean);
  margin-bottom: 6px; display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.srv-body p { font-size: 0.85rem; color: var(--steel); line-height: 1.7; }
.srv-tag {
  display: inline-block; margin-top: 10px;
}
.srv-tag span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.66rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ocean3); background: var(--sky);
  border: 1px solid var(--rule); padding: 2px 8px; border-radius: 100px;
  white-space: nowrap;
}

/* ── WHY US — 2-col with large left text ── */
/* Why Choose Us section with 2-column layout */
.why-section { background: var(--offwhite); padding: 80px 5%; }
.why-inner { display: flex; flex-wrap: wrap; gap: 56px; align-items: flex-start; }
.why-text { flex: 1; min-width: 280px; margin-top: 0; padding-top: 0; }
.why-cards { flex: 1; min-width: 280px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 0; padding-top: 0; }
.why-list { list-style: none; margin-top: 24px; display: flex; flex-direction: column; gap: 14px; }
.why-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 0.92rem; color: #374151; line-height: 1.65;
}
.why-list li .check {
  width: 22px; height: 22px; flex-shrink: 0;
  background: var(--ocean); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin-top: 1px;
}
.why-list li .check::after {
  content: '';
  width: 10px; height: 6px;
  border-left: 2px solid var(--white); border-bottom: 2px solid var(--white);
  transform: rotate(-45deg) translateY(-1px); display: block;
}

/* Why Us feature card with top border accent */
.why-card {
  background: var(--white); padding: 24px 20px;
  border: 1px solid var(--rule); border-radius: 8px;
  border-top: 3px solid var(--ocean);
  box-shadow: var(--shadow);
  transition: border-top-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.why-card:hover { border-top-color: var(--signal); transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.why-card-icon { font-size: 1.7rem; margin-bottom: 12px; }
.why-card h4 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.92rem; font-weight: 700; color: var(--ocean); margin-bottom: 6px; }
.why-card p  { font-size: 0.82rem; color: var(--steel); line-height: 1.65; }

/* ── PROCESS — Numbered horizontal steps ── */
/* Process section with dark ocean background */
.process-section { background: var(--ocean); padding: 80px 5%; }
.process-section .sec-chip { background: rgba(125,211,252,0.1); color: #7dd3fc; border-color: rgba(125,211,252,0.25); }
.process-section .sec-title { color: var(--white); }
.process-section .sec-sub   { color: rgba(255,255,255,0.55); margin-bottom: 52px; }

/* 4-column process steps with connecting line */
.process-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; position: relative;
}
.process-steps::before {
  content: '';
  position: absolute; top: 22px; left: 12%; right: 12%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(125,211,252,0.3) 20%, rgba(125,211,252,0.3) 80%, transparent);
}
.p-step { text-align: center; padding: 0 16px; }
.p-step-num {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--ocean2);
  border: 2px solid rgba(125,211,252,0.5);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800;
  font-size: 0.9rem; color: #7dd3fc;
  margin-bottom: 20px; position: relative; z-index: 1;
  transition: background 0.2s, border-color 0.2s;
}
.p-step:hover .p-step-num { background: var(--signal); border-color: var(--signal); color: #fff; }
.p-step h4 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.92rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.p-step p  { font-size: 0.82rem; color: rgba(255,255,255,0.48); line-height: 1.65; }

/* ── AUDIENCE ── */
/* Audience/Who We Serve section */
.audience-section { background: var(--white); padding: 80px 5%; }
.audience-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 20px; margin-top: 44px;
}
.audience-card {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 24px; border: 1px solid var(--rule); border-radius: 8px;
  background: var(--offwhite);
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.audience-card:hover { background: var(--white); border-color: var(--ocean3); box-shadow: var(--shadow); }
.aud-icon-box {
  width: 48px; height: 48px; flex-shrink: 0; border-radius: 8px;
  background: var(--sky); display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.aud-content h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--ocean); margin-bottom: 6px; }
.aud-content p  { font-size: 0.84rem; color: var(--steel); line-height: 1.7; }

/* ── TESTIMONIALS ── */
/* Testimonials section with customer reviews */
.testimonials { background: var(--sky); padding: 80px 5%; }
.testi-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 44px;
}
.testi-card {
  background: var(--white); border-radius: 10px; padding: 28px;
  border: 1px solid var(--rule);
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}
.testi-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.testi-stars { color: #f59e0b; font-size: 0.85rem; margin-bottom: 14px; letter-spacing: 2px; }
.testi-text  { font-size: 0.9rem; color: #374151; line-height: 1.75; margin-bottom: 20px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--ocean); display: flex; align-items: center; justify-content: center;
  color: var(--white); font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700; font-size: 0.82rem; flex-shrink: 0;
}
.testi-name { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 0.87rem; color: var(--ocean); }
.testi-co   { font-size: 0.76rem; color: var(--steel); }

/* ── FAQ ── */
/* FAQ section with accordion-style expandable items */
.faq-section { background: var(--offwhite); padding: 80px 5%; }
.faq-inner { max-width: 760px; margin: 0 auto; }
.faq-inner .sec-title { margin-bottom: 8px; }
.faq-inner .sec-sub   { margin-bottom: 40px; }
.faq-item { background: var(--white); border: 1px solid var(--rule); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600; font-size: 0.95rem; color: var(--ocean);
  user-select: none; gap: 16px; padding: 18px 20px;
  transition: background 0.2s;
}
.faq-q:hover { background: var(--sky); }
.faq-item.open .faq-q { background: var(--ocean); color: var(--white); }
.faq-q .icon {
  width: 26px; height: 26px; flex-shrink: 0; border-radius: 50%;
  background: var(--sky); border: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; color: var(--ocean);
  line-height: 1;
  transition: transform 0.25s, background 0.2s, color 0.2s, border-color 0.2s;
}
.faq-item.open .faq-q .icon { transform: rotate(45deg); background: var(--signal); color: #fff; border-color: var(--signal); }
.faq-a {
  max-height: 0; overflow: hidden;
  font-size: 0.9rem; color: var(--steel); line-height: 1.8;
  transition: max-height 0.35s ease, padding 0.25s;
  padding: 0 20px;
}
.faq-item.open .faq-a { max-height: 260px; padding: 18px 20px; border-top: 1px solid var(--rule); }

/* ── CTA BAND ── */
/* Final call-to-action band before footer */
.cta-band {
  background: var(--ocean);
  padding: 80px 5%; text-align: center;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% -10%, rgba(249,115,22,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.cta-band::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(to right, var(--signal), #fbbf24, var(--signal));
}
.cta-band h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  color: var(--white); margin-bottom: 14px; font-weight: 800;
}
.cta-band p { color: rgba(255,255,255,0.6); margin-bottom: 36px; font-size: 1rem; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Primary CTA button */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orange); color: #fff;
  padding: 14px 36px; border-radius: 8px; border: none;
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.97rem;
  cursor: pointer; letter-spacing: 0.04em;
  box-shadow: 0 6px 20px rgba(232,98,10,0.4);
  transition: background 0.2s, transform 0.15s; text-decoration: none;
}
.btn-primary:hover  { background: var(--orange-h); transform: translateY(-2px); }
/* Secondary/ghost button */
.btn-secondary {
  background: transparent; color: rgba(255,255,255,0.85);
  padding: 14px 28px; border-radius: 6px;
  border: 1.5px solid rgba(255,255,255,0.25);
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 600;
  font-size: 0.95rem; cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.btn-secondary:hover { border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.06); color: #fff; }

/* ── FOOTER ── */
/* Footer copyright and links */
.site-footer-meta {
  background: #08192a; color: rgba(255,255,255,0.35);
}
.site-footer-meta a { color: rgba(255,255,255,0.45); }
.site-footer-meta a:hover { color: #7dd3fc; }

/* ── RESPONSIVE ── */
/* Desktop XL - adjust hero content grid */
@media (max-width: 1100px) {
  .hero-content { grid-template-columns: 1fr 300px; gap: 32px; }
}

/* Tablet - stack hero content, 1-column service grid */
@media (max-width: 900px) {
  .hero-content { grid-template-columns: 1fr; }
  .hero-trust { flex-direction: row; flex-wrap: wrap; }
  .hero-trust-card { flex: 1; min-width: 200px; }
  .service-list { grid-template-columns: 1fr; }
}

/* Tablet portrait - stack form strip, 2x2 process steps */
@media (max-width: 820px) {
  .hero-content { padding: 40px 5% 32px; }
  .hero-form-strip { flex-direction: column; gap: 12px; }
  .form-strip-fields { flex-direction: column; }
  .form-strip-fields input,
  .form-strip-fields select { min-width: auto; }
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .process-steps::before { display: none; }
  .why-cards { grid-template-columns: 1fr 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .full-form-body { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-form-strip { padding: 20px 4%; }
  .form-strip-label { width: 100%; } 
  .form-strip-fields { width: 100%; } 
  .form-strip-fields input,
  .form-strip-fields select {
    width: 100%;
    min-width: auto;
    flex: none; 
  }
  .form-strip-submit { width: 100%; }
}

/* Large mobile - 1-column process/why-cards, hide hero trust */
@media (max-width: 600px) {
  .why-cards { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .hero-trust { display: none; }
  .srv-tag { display: none; } 
}

/* Small mobile - hide header CTA, simplify phone display */
@media (max-width: 480px) {
  .header-cta-btn { display: none; }
  .header-phone { font-size: 0; }
  .header-phone::after {
    content: 'WhatsApp';
    font-size: 0.85rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
  }
}

@media (max-width: 768px) {
  .hero {
    background-image:
      radial-gradient(ellipse 60% 50% at 70% 50%, rgba(200,150,62,0.10) 0%, transparent 70%),
      linear-gradient(135deg, #0d2f4e 0%, #163d61 100%);
    padding: 36px 5% 40px;
    gap: 24px;
    min-height: auto;
  }

  .hero .hero-form-wrap { display: none; }

  .hide-on-mobile { display: none !important; }

  .hero h1     { font-size: 1.65rem; margin-bottom: 12px; }
  .hero-sub    { font-size: 0.92rem; margin-bottom: 16px; }
  .aeo-badge   { margin-bottom: 14px; padding: 5px 10px; font-size: 0.7rem; }
  .hero-bullets li { font-size: 0.88rem; }

  .cta-band { display: none; }

  #mobile-form-section {
    background: linear-gradient(135deg, #0d2f4e 0%, #1a3560 100%);
    padding: 40px 5% 48px;
  }
  #mobile-form-section .hero-form-wrap {
    display: block;
    max-width: 480px;
    margin: 0 auto;
    flex: none;
  }
}

@media (min-width: 769px) {
  #mobile-form-section { display: none; }
}