/* ============================================
   lp-tax-rebate.css — Export Tax Rebate LP
   ============================================ */

:root {
  --ink:       #0a2818;
  --ink2:      #112e1e;
  --profit:    #22c55e;
  --profit-lt: #4ade80;
  --profit-dk: #16a34a;
  --gold:      #f59e0b;
  --gold-lt:   #fcd34d;
  --orange:    #f97316;
  --orange-h:  #ea6c0a;
  --white:     #ffffff;
  --offwhite:  #f0fdf4;
  --slate:     #374151;
  --muted:     #6b7280;
  --rule:      #d1fae5;
  --shadow:    0 4px 20px rgba(10,40,24,0.12);
  --shadow-lg: 0 16px 48px rgba(10,40,24,0.18);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--offwhite);
  color: var(--ink);
  line-height: 1.65;
}
h1, h2, h3, h4 { font-family: 'Sora', sans-serif; line-height: 1.15; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ── HEADER ── */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: var(--ink);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 64px;
  border-bottom: 1px solid rgba(34,197,94,0.2);
  box-shadow: 0 2px 16px rgba(10,40,24,0.3);
}
.site-header img { height: 40px; }
.logo-fallback { font-family: 'Sora',sans-serif; font-weight: 800; color: var(--profit-lt); font-size: 1.05rem; }
.header-right { display: flex; align-items: center; gap: 16px; }
.header-email {
  color: rgba(255,255,255,0.65); font-size: 0.82rem;
  display: flex; align-items: center; gap: 7px; transition: color 0.2s;
}
.header-email:hover { color: var(--profit-lt); }
.header-email .material-symbols-outlined { font-size: 1rem; color: var(--profit); font-variation-settings:'FILL' 0,'wght' 300,'GRAD' 0,'opsz' 24; }
.header-cta-btn {
  background: var(--orange); color: #fff;
  padding: 8px 20px; border-radius: 6px; border: none;
  font-family: 'Sora',sans-serif; font-weight: 700; font-size: 0.82rem;
  cursor: pointer; letter-spacing: 0.03em; transition: background 0.2s, transform 0.15s;
}
.header-cta-btn:hover { background: var(--orange-h); transform: translateY(-1px); }

/* ── HERO ── */
.hero {
  background: var(--ink);
  background-image:
    linear-gradient(90deg, var(--ink) 0%, var(--ink) 55%, transparent 100%),
    radial-gradient(ellipse 80% 60% at 0% 50%, rgba(22,163,74,0.08) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 100% 20%, rgba(245,158,11,0.06) 0%, transparent 60%),
    url('../assets/images/tax-rebate-bg-hero.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  display: flex; flex-wrap: wrap;
  min-height: 540px;
  border-bottom: 3px solid var(--profit);
}

/* Left content */
.hero-left {
  flex: 1; min-width: 300px;
  padding: 64px 5% 56px;
  display: flex; flex-direction: column; justify-content: center;
}

/* B2B signal badge */
.b2b-signal {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(34,197,94,0.12); border: 1px solid rgba(34,197,94,0.35);
  color: var(--profit-lt); font-family: 'Sora',sans-serif;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 5px 14px; border-radius: 4px;
  margin-bottom: 22px;
}
.b2b-signal::before { content: '●'; color: var(--profit); animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }

.hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: var(--white); font-weight: 800;
  margin-bottom: 6px; letter-spacing: -0.02em;
}
.hero h1 em { font-style: normal; color: var(--gold-lt); }

/* Big profit number */
.hero-profit-line {
  display: flex; align-items: baseline; gap: 10px;
  margin-bottom: 18px;
}
.hero-profit-pct {
  font-family: 'Sora',sans-serif; font-weight: 900;
  font-size: clamp(3.5rem, 8vw, 6rem);
  color: var(--profit); line-height: 1;
  text-shadow: 0 0 40px rgba(34,197,94,0.3);
}
.hero-profit-label {
  font-family: 'Sora',sans-serif; font-size: 1rem; font-weight: 600;
  color: rgba(255,255,255,0.65); line-height: 1.3; max-width: 180px;
}

.hero-sub {
  color: rgba(255,255,255,0.65); font-size: 0.97rem;
  line-height: 1.75; margin-bottom: 28px; max-width: 500px;
}

.hero-bullets { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 32px; }
.hero-bullets li {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,0.85); font-size: 0.9rem;
}
.hero-bullets li::before {
  content: '';
  width: 18px; height: 18px; flex-shrink: 0;
  background: rgba(34,197,94,0.15); border: 1.5px solid var(--profit);
  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='%2322c55e' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 10px;
}

/* 1-Day badge */
.express-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(245,158,11,0.12); border: 1.5px solid rgba(245,158,11,0.4);
  border-radius: 8px; padding: 10px 18px;
}
.express-badge .eb-val {
  font-family: 'Sora',sans-serif; font-weight: 900;
  font-size: 1.6rem; color: var(--gold-lt); line-height: 1;
}
.express-badge .eb-lbl { font-size: 0.8rem; color: rgba(255,255,255,0.6); line-height: 1.4; }

/* Right form */
.hero-form-wrap {
  flex: 0 0 380px;
  margin: 0 5% 0 0;
  background: var(--white);
  border-radius: 12px;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(34,197,94,0.2);
  overflow: hidden;
  align-self: center;
}
.form-header {
  background: var(--ink2); padding: 20px 28px 18px;
  border-bottom: 2px solid var(--profit);
}
.form-header h3 { color: var(--white); font-size: 1.05rem; font-weight: 700; margin-bottom: 3px; }
.form-header p { color: var(--muted); font-size: 0.8rem; display: flex; align-items: center; gap: 5px; }
.form-header p::before { content: '⚡'; }
.form-body { padding: 22px 26px 26px; }
.form-row { margin-bottom: 13px; }
.form-row label {
  display: block; font-family: 'Sora',sans-serif;
  font-size: 0.71rem; font-weight: 700; color: var(--muted);
  letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 5px;
}
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%; padding: 10px 13px;
  border: 1.5px solid #e5e7eb; border-radius: 6px;
  font-size: 0.92rem; color: var(--ink); background: #fafafa; 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(--profit); box-shadow: 0 0 0 3px rgba(34,197,94,0.1); background: #fff;
}
.form-row textarea { resize: vertical; min-height: 68px; }
.form-submit {
  width: 100%; padding: 13px;
  background: var(--orange); color: #fff; border: none; border-radius: 7px;
  font-family: 'Sora',sans-serif; font-weight: 700; font-size: 0.95rem;
  cursor: pointer; letter-spacing: 0.03em;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(249,115,22,0.35);
}
.form-submit:hover { background: var(--orange-h); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(249,115,22,0.4); }
.form-assurance {
  text-align: center; margin-top: 10px; font-size: 0.74rem; color: #9ca3af;
  display: flex; align-items: center; justify-content: center; gap: 4px;
}
.form-assurance::before { content: '🔒'; font-size: 0.8em; }

/* Disclaimer box */
.disclaimer-box {
  background: rgba(249,115,22,0.08); border-left: 3px solid var(--orange);
  border-radius: 0 6px 6px 0; padding: 10px 14px; margin-top: 12px;
  font-size: 0.76rem; color: var(--slate); line-height: 1.55;
}
.disclaimer-box strong { color: var(--orange); }

/* ── STATS BAND ── */
.stats-band {
  background: var(--ink2); display: flex; flex-wrap: wrap;
  border-bottom: 1px solid rgba(34,197,94,0.15);
}
.stat-cell {
  flex: 1; min-width: 120px; padding: 24px 20px; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.06); position: relative;
}
.stat-cell::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 28px; height: 2px; background: var(--profit);
}
.stat-cell:last-child { border-right: none; }
.stat-val { font-family: 'Sora',sans-serif; font-weight: 800; font-size: 1.8rem; color: var(--white); display: block; line-height: 1; margin-bottom: 5px; }
.stat-val span { color: var(--profit); }
.stat-lbl { font-size: 0.76rem; color: rgba(255,255,255,0.5); letter-spacing: 0.04em; }

/* ── SECTION HELPERS ── */
.sec-tag {
  display: inline-block; font-family: 'Sora',sans-serif;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--profit-dk);
  border: 1px solid rgba(34,197,94,0.3); padding: 4px 12px;
  border-radius: 3px; margin-bottom: 12px;
}
.sec-title {
  font-family: 'Sora',sans-serif; font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--ink);
  margin-bottom: 12px; letter-spacing: -0.01em;
}
.sec-sub { color: var(--muted); font-size: 0.97rem; max-width: 560px; line-height: 1.75; }

/* ── PAIN POINTS ── */
.pain-section { background: var(--white); padding: 80px 5%; }
.pain-intro { margin-bottom: 52px; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pain-card {
  border: 1px solid var(--rule); border-radius: 10px; overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.pain-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.pain-card-top {
  background: #fef2f2; padding: 20px 22px 16px;
  border-bottom: 1px solid #fecaca;
}
.pain-card-top .pain-icon {
  font-family: 'Sora',sans-serif; font-size: 1.8rem; color: #ef4444; margin-bottom: 8px;
}
.pain-card-top h4 { font-family: 'Sora',sans-serif; font-size: 0.92rem; font-weight: 700; color: #991b1b; }
.pain-card-bottom { background: #f0fdf4; padding: 16px 22px 20px; }
.pain-card-bottom .solve-label {
  font-family: 'Sora',sans-serif; font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--profit-dk);
  margin-bottom: 6px; display: flex; align-items: center; gap: 5px;
}
.pain-card-bottom .solve-label::before { content: '✓'; }
.pain-card-bottom p { font-size: 0.85rem; color: var(--slate); line-height: 1.65; }

/* ── MONEY FLOW (How It Works) ── */
.flow-section { background: var(--ink); padding: 80px 5%; }
.flow-section .sec-tag { color: var(--profit-lt); border-color: rgba(34,197,94,0.25); }
.flow-section .sec-title { color: var(--white); }
.flow-section .sec-sub { color: rgba(255,255,255,0.5); margin-bottom: 52px; }

.flow-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; position: relative;
}
.flow-grid::before {
  content: '';
  position: absolute; top: 32px; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(to right, transparent, rgba(34,197,94,0.4) 15%, rgba(34,197,94,0.4) 85%, transparent);
}
.flow-step { padding: 0 16px; text-align: center; }
.flow-num {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 20px;
  background: var(--ink2); border: 2px solid var(--profit);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora',sans-serif; font-weight: 800; font-size: 0.9rem; color: var(--profit);
  position: relative; z-index: 1;
  transition: background 0.2s;
}
.flow-step:hover .flow-num { background: var(--profit); color: var(--ink); }
.flow-currency {
  font-family: 'Sora',sans-serif; font-size: 0.78rem; font-weight: 700;
  color: var(--gold-lt); margin-bottom: 8px; letter-spacing: 0.05em;
}
.flow-step h4 { font-family: 'Sora',sans-serif; font-size: 0.92rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.flow-step p { font-size: 0.82rem; color: rgba(255,255,255,0.48); line-height: 1.65; }

/* ── WHO WE SERVE ── */
.serve-section { background: var(--offwhite); padding: 80px 5%; }
.serve-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 44px; }
.serve-card {
  background: var(--white); border: 1px solid var(--rule); border-radius: 12px;
  border-top: 3px solid var(--profit); padding: 28px 26px;
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}
.serve-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.serve-card-label {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: 'Sora',sans-serif; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--profit-dk); margin-bottom: 14px;
}
.serve-card-label .material-symbols-outlined { font-size: 1rem; font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24; }
.serve-card h3 { font-family: 'Sora',sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.serve-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.75; margin-bottom: 14px; }
.serve-tag-list { display: flex; flex-wrap: wrap; gap: 7px; }
.serve-tag {
  font-family: 'Sora',sans-serif; font-size: 0.7rem; font-weight: 600;
  color: var(--profit-dk); background: rgba(34,197,94,0.08);
  border: 1px solid rgba(34,197,94,0.25); padding: 3px 10px; border-radius: 100px;
}

/* ── REFUND RATES TABLE ── */
.rates-section { background: var(--white); padding: 80px 5%; }
.rates-table-wrap { margin-top: 40px; overflow-x: auto; }
.rates-table {
  width: 100%; border-collapse: collapse;
  font-size: 0.9rem;
}
.rates-table thead { background: var(--ink); color: var(--white); }
.rates-table thead th {
  padding: 14px 18px; text-align: left;
  font-family: 'Sora',sans-serif; font-size: 0.75rem;
  font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}
.rates-table tbody tr { border-bottom: 1px solid var(--rule); transition: background 0.15s; }
.rates-table tbody tr:hover { background: #f0fdf4; }
.rates-table td { padding: 13px 18px; color: var(--slate); }
.rates-table td:first-child { font-weight: 600; color: var(--ink); }
.rate-pill {
  display: inline-block; font-family: 'Sora',sans-serif; font-weight: 700;
  font-size: 0.85rem; color: var(--profit-dk);
  background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.25);
  padding: 2px 10px; border-radius: 100px;
}
.rate-note { font-size: 0.78rem; color: var(--muted); margin-top: 14px; }

/* ── FAQ ── */
.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: 'Sora',sans-serif;
  font-weight: 600; font-size: 0.95rem; color: var(--ink);
  user-select: none; gap: 16px; padding: 18px 20px;
  transition: background 0.15s;
}
.faq-q:hover { background: #f0fdf4; }
.faq-item.open .faq-q { background: var(--ink); color: var(--white); }
.faq-q .icon {
  width: 26px; height: 26px; flex-shrink: 0; border-radius: 50%;
  background: var(--offwhite); border: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; line-height: 1; color: var(--ink);
  transition: transform 0.25s, background 0.2s, color 0.2s;
}
.faq-item.open .faq-q .icon { transform: rotate(45deg); background: var(--profit); color: #fff; border-color: var(--profit); }
.faq-a {
  max-height: 0; overflow: hidden;
  font-size: 0.9rem; color: var(--muted); line-height: 1.8;
  transition: max-height 0.35s ease, padding 0.25s;
  padding: 0 20px;
}
.faq-item.open .faq-a { max-height: 320px; padding: 18px 20px; border-top: 1px solid var(--rule); }

/* Not-for-tourists notice in FAQ */
.tourist-notice {
  background: rgba(239,68,68,0.06); border: 1px solid rgba(239,68,68,0.2);
  border-left: 3px solid #ef4444; border-radius: 0 6px 6px 0;
  padding: 12px 16px; margin-top: 16px; font-size: 0.82rem; color: var(--slate); line-height: 1.6;
}
.tourist-notice strong { color: #dc2626; }

/* ── CTA BAND ── */
.cta-band {
  background: var(--ink); padding: 80px 5%; text-align: center;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% -10%, rgba(34,197,94,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.cta-band::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(to right, var(--profit-dk), var(--profit-lt), var(--profit-dk));
}
.cta-band h2 { 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; }
.btn-primary {
  background: var(--orange); color: #fff;
  padding: 14px 36px; border-radius: 7px; border: none;
  font-family: 'Sora',sans-serif; font-weight: 700; font-size: 0.95rem;
  cursor: pointer; box-shadow: 0 6px 20px rgba(249,115,22,0.4);
  transition: background 0.2s, transform 0.15s; text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-primary:hover { background: var(--orange-h); transform: translateY(-2px); }
.btn-secondary {
  background: transparent; color: var(--profit-lt);
  padding: 14px 28px; border-radius: 7px;
  border: 1.5px solid rgba(34,197,94,0.4);
  font-family: 'Sora',sans-serif; font-weight: 600; font-size: 0.95rem;
  cursor: pointer; transition: border-color 0.2s, background 0.2s; text-decoration: none;
}
.btn-secondary:hover { border-color: var(--profit-lt); background: rgba(34,197,94,0.07); }

/* ── FOOTER ── */
.site-footer-meta { background: #050f09; color: rgba(255,255,255,0.35); text-align: center; padding: 20px 5%; font-size: 0.78rem; }
.site-footer-meta a { color: rgba(255,255,255,0.45); }
.site-footer-meta a:hover { color: var(--profit-lt); }

/* ── ANIMATE ── */
.aos { opacity: 0; transform: translateY(18px); transition: opacity 0.5s ease, transform 0.5s ease; }
.aos.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 960px) { .pain-grid { grid-template-columns: 1fr; } .flow-grid { grid-template-columns: repeat(2, 1fr); gap: 36px; } .flow-grid::before { display: none; } }
@media (max-width: 820px) {
  .hero { flex-direction: column; }
  .hero-left { padding: 48px 5% 32px; }
  .hero-form-wrap { flex: none; width: 90%; max-width: 480px; margin: 0 auto 48px; }
  .serve-grid { grid-template-columns: 1fr; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .pain-grid { grid-template-columns: 1fr; }
  .flow-grid { grid-template-columns: 1fr; }
  .hero-profit-pct { font-size: 4rem; }
}

@media (max-width: 480px) {
  .header-cta-btn { display: none; }
  .header-email { font-size: 0; }
  .header-email::after { content: 'Email'; font-size: 0.82rem; font-family: 'Sora',sans-serif; }
}

@media (max-width: 768px) {
  .hero {
    background-image: 
      radial-gradient(ellipse 60% 50% at 70% 50%, rgba(245, 158, 11, 0.12) 0%, transparent 70%),
      linear-gradient(135deg, var(--ink) 0%, var(--ink2) 100%);
    
    padding: 36px 5% 40px;
    gap: 24px;
    min-height: auto;
    color: var(--white); 
  }

  .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; }
}