/*
Theme Name: Get From Asia
Theme URI: https://getfromasia.com
Description: Editable WordPress child theme for Get From Asia. Homepage and pages are created as WordPress pages and can be edited from the admin panel.
Author: Get From Asia
Version: 1.5.0
Template: twentytwentyfive
Text Domain: getfromasia
*/

:root {
  --bg: #ffffff;
  --bg-soft: #f8f6f1;
  --text: #161616;
  --muted: #5f6368;
  --border: #e8e3d8;
  --primary: #ef5b3f;
  --primary-dark: #d9472e;
  --card: #ffffff;
  --radius: 22px;
  --shadow: 0 14px 40px rgba(0,0,0,0.06);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
.container { width: min(1120px, 92%); margin: 0 auto; }
a { transition: 0.2s ease; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.nav { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 24px; font-weight: 800; letter-spacing: -0.035em; display: flex; align-items: center; gap: 11px; color: var(--text); text-decoration: none; }
.logo-text { transform: translateY(1px); }
.logo-mark-svg { display: inline-block; flex-shrink: 0; }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { color: var(--text); text-decoration: none; font-size: 15px; font-weight: 600; }
.nav-links a:hover { color: var(--primary); }
.nav-links a.btn-primary { color: #fff; }
.lang-select {
  display: flex; align-items: center; gap: 5px; font-size: 14px; font-weight: 700;
  color: var(--muted); cursor: pointer; padding: 6px 10px; border-radius: 8px;
}
.lang-select:hover { color: var(--primary); background: var(--bg-soft); }

/* Hero */
.hero { padding: 56px 0 96px; background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%); }
.hero-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(40px, 5vw, 62px); line-height: 1.0; letter-spacing: -0.05em; margin: 0 0 22px; }
.hero h1 .accent { color: var(--primary); }
.hero p { font-size: 21px; color: var(--muted); max-width: 560px; margin-bottom: 34px; }
.hero-cta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 54px; padding: 0 28px; border-radius: 999px;
  background: var(--primary); color: #fff; font-weight: 800;
  text-decoration: none; box-shadow: 0 10px 24px rgba(239,91,63,0.24);
  transition: 0.2s ease; border: none; cursor: pointer; font-size: 15px;
}
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); }
.btn-ghost {
  display: inline-flex; align-items: center; min-height: 54px; padding: 0 22px;
  border-radius: 999px; color: var(--text); font-weight: 700; text-decoration: none; font-size: 15px;
}
.btn-ghost:hover { color: var(--primary); }

/* Hero illustration */
.hero-art { display: flex; align-items: center; justify-content: flex-end; }
.hero-art svg { width: 100%; max-width: 480px; height: auto; display: block; }

/* Sections */
.section { padding: 86px 0; }
.section-soft { background: var(--bg-soft); }
.section-title { font-size: clamp(34px, 5vw, 56px); line-height: 1.05; letter-spacing: -0.05em; text-align: center; margin: 0 0 16px; }
.section-sub { text-align: center; color: var(--muted); font-size: 18px; max-width: 600px; margin: 0 auto 52px; }

/* Feature cards */
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feature-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.feature-icon {
  width: 46px; height: 46px; border-radius: 13px; background: var(--bg-soft);
  display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px;
}
.feature-card h3 { font-size: 20px; margin: 0 0 10px; letter-spacing: -0.03em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 15px; }

/* Steps */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow);
}
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 999px; background: var(--primary);
  color: #fff; font-weight: 800; font-size: 18px; margin-bottom: 18px;
}
.step h3 { font-size: 21px; margin: 0 0 10px; letter-spacing: -0.03em; }
.step p { margin: 0; color: var(--muted); font-size: 15px; }

/* Markets */
.markets-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.market {
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px 24px; background: var(--card); text-align: center;
}
.market .flag { font-size: 34px; line-height: 1; margin-bottom: 12px; }
.market h3 { font-size: 19px; margin: 0 0 6px; letter-spacing: -0.02em; }
.market p { margin: 0; color: var(--muted); font-size: 14px; }

/* Highlight */
.highlight { background: var(--bg-soft); border-radius: 36px; padding: 70px; text-align: center; }
.highlight h2 { font-size: clamp(36px, 5vw, 62px); line-height: 1.05; letter-spacing: -0.05em; margin: 0 0 18px; }
.highlight p { max-width: 680px; margin: 0 auto 32px; color: var(--muted); font-size: 19px; }

/* FAQ */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); padding: 24px 0; }
.faq-item h3 { font-size: 20px; margin: 0 0 8px; letter-spacing: -0.02em; }
.faq-item p { color: var(--muted); margin: 0; }

/* Footer */
.footer { background: #1a1a1a; color: #fff; }
.footer > .container { padding-top: 64px; }

/* trust strip */
.footer-trust {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  padding-bottom: 44px; margin-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.trust-item { display: flex; gap: 14px; align-items: flex-start; }
.trust-icon {
  width: 44px; height: 44px; flex-shrink: 0; border-radius: 11px;
  background: rgba(239,91,63,0.16); display: flex; align-items: center;
  justify-content: center; font-size: 20px;
}
.trust-item h5 { margin: 2px 0 4px; font-size: 15px; font-weight: 700; letter-spacing: -0.01em; }
.trust-item p { margin: 0; font-size: 13px; opacity: 0.55; line-height: 1.5; }

.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 56px; }
.footer h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; margin: 0 0 18px; color: var(--primary); }
.footer-col a { display: block; color: #fff; text-decoration: none; opacity: 0.72; font-size: 15px; margin-bottom: 11px; }
.footer-col a:hover { opacity: 1; color: var(--primary); }
.footer-logo { font-size: 21px; font-weight: 800; letter-spacing: -0.035em; display: flex; align-items: center; gap: 10px; margin-bottom: 14px; color: #fff; }
.footer-brand p { opacity: 0.55; font-size: 14px; max-width: 300px; line-height: 1.6; margin: 0 0 18px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 10px; display: flex;
  align-items: center; justify-content: center; color: #fff;
  background: rgba(255,255,255,0.07); transition: 0.2s ease;
}
.footer-social a:hover { background: var(--primary); }

/* skyline */
.footer-skyline { display: block; width: 100%; height: 70px; margin-bottom: -1px; }

/* orange bottom bar */
.footer-bottom { background: var(--primary); padding: 18px 0; }
.footer-bottom-inner {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  font-size: 13px; color: #fff;
}
.footer-bottom-inner span { opacity: 0.92; }
.footer-bottom-inner a { color: #fff; text-decoration: underline; }

/* Responsive */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { justify-content: center; }
  .hero-art svg { max-width: 520px; margin: 0 auto; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: 1fr; }
  .markets-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-trust { grid-template-columns: 1fr; gap: 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .highlight { padding: 44px 24px; }
}
@media (max-width: 560px) {
  .nav-links a:not(.btn-primary), .lang-select { display: none; }
  .features-grid { grid-template-columns: 1fr; }
  .markets-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 60px 0 50px; }
}

/* ===== Sub-page shared styles ===== */
.page-hero { background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%); padding: 64px 0 56px; text-align: center; }
.page-hero .eyebrow { display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--primary); margin-bottom: 14px; }
.page-hero h1 { font-size: clamp(38px, 5.4vw, 60px); line-height: 1.04; letter-spacing: -0.05em; margin: 0 0 16px; }
.page-hero p { font-size: 19px; color: var(--muted); max-width: 620px; margin: 0 auto; }
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { font-size: clamp(26px, 3.4vw, 34px); letter-spacing: -0.04em; margin: 40px 0 14px; }
.prose h2:first-child { margin-top: 0; }
.prose p { font-size: 17px; color: var(--text); margin: 0 0 16px; }
.prose p.muted { color: var(--muted); }
.prose ul { margin: 0 0 18px; padding-left: 22px; }
.prose li { font-size: 17px; color: var(--text); margin-bottom: 9px; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.info-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.info-card h3 { font-size: 19px; margin: 0 0 9px; letter-spacing: -0.03em; }
.info-card p { margin: 0; color: var(--muted); font-size: 15px; }
.callout { background: var(--bg-soft); border-radius: var(--radius); padding: 30px 34px; margin: 28px 0; }
.callout h3 { margin: 0 0 8px; font-size: 19px; letter-spacing: -0.02em; }
.callout p { margin: 0; color: var(--muted); font-size: 16px; }
.timeline { max-width: 760px; margin: 0 auto; }
.tl-step { display: flex; gap: 22px; padding-bottom: 34px; position: relative; }
.tl-step:not(:last-child)::before { content: ""; position: absolute; left: 25px; top: 56px; bottom: 0; width: 2px; background: var(--border); }
.tl-num { width: 52px; height: 52px; flex-shrink: 0; border-radius: 999px; background: var(--primary); color: #fff; font-weight: 800; font-size: 20px; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(239,91,63,0.22); }
.tl-body h3 { margin: 6px 0 8px; font-size: 21px; letter-spacing: -0.03em; }
.tl-body p { margin: 0; color: var(--muted); font-size: 16px; }
.cta-band { background: var(--bg-soft); border-radius: 32px; padding: 56px; text-align: center; }
.cta-band h2 { font-size: clamp(28px, 4vw, 44px); letter-spacing: -0.04em; margin: 0 0 12px; }
.cta-band p { color: var(--muted); font-size: 17px; margin: 0 0 26px; }
@media (max-width: 900px) {
  .info-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 40px 24px; }
}

/* 3-column centered card grid (Service Fees etc.) */
.features-grid-3 { grid-template-columns: repeat(3, 1fr); max-width: 920px; margin-left: auto; margin-right: auto; }
@media (max-width: 900px) {
  .features-grid-3 { grid-template-columns: 1fr; max-width: 460px; }
}

/* Editable theme adjustments */
.nav-links, .footer-col { list-style: none; }
.nav-links li, .footer-col li { list-style: none; margin: 0; padding: 0; display: inline; }
.footer-col li { display: block; }
.nav-links ul, .footer-col ul { margin: 0; padding: 0; }
.wp-site-blocks { padding: 0; }
.entry-content { margin: 0; }
body .hero, body .section, body .page-hero, body .footer { margin-block-start: 0; }
.prose a { color: var(--primary); }
.prose .wp-block-heading { margin-top: 0; }
/* Logout link in header */
.logout-link {
  display: inline-flex !important;
  align-items: center !important;
  color: #ef5b3f !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-left: 12px !important;
  padding: 10px 20px !important;
  border: 1.5px solid #ef5b3f !important;
  border-radius: 999px !important;
  transition: all 0.2s ease !important;
}
.logout-link:hover {
  background: #ef5b3f !important;
  color: #fff !important;
}3f;
  color: #fff;
}