@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Poppins:wght@300;400;500;600&family=Roboto:wght@400&display=swap');

/* ─────────────────────────── TOKENS ─────────────────────────── */
:root {
  --ink:       #0c1524;
  --ink-2:     #3d5068;
  --ink-3:     #8899aa;
  --surface:   #f5f7fc;
  --white:     #ffffff;
  --blue:      #1a56f0;
  --blue-dk:   #1040d0;
  --blue-soft: #e8effe;
  --orange:    #ff5c1a;
  --green:     #10b981;
  --amber:     #f59e0b;
  --border:    #e0e7f0;
  --radius:    16px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 3px rgba(12,21,36,.06), 0 1px 2px rgba(12,21,36,.04);
  --shadow-md: 0 4px 16px rgba(12,21,36,.08), 0 1px 4px rgba(12,21,36,.04);
  --shadow-lg: 0 12px 40px rgba(12,21,36,.12);
  --red:       #dc2626;
}

/* ─────────────────────────── RESET ─────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--surface); color: var(--ink); line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; }
img { display: block; max-width: 100%; }

/* Header/nav, topbar promo and bulk-order float live in the self-contained
   includes/header.php now — those styles were removed from here (dead code). */

/* ─────────────────────────── HERO WRAP ─────────────────────────── */
.hero-wrap { background: var(--ink); position: relative; overflow: hidden; }
.hero-wrap::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 90% at 75% 40%, rgba(26,86,240,.4) 0%, transparent 65%),
    radial-gradient(ellipse 40% 60% at 5% 90%, rgba(255,92,26,.18) 0%, transparent 60%),
    radial-gradient(ellipse 30% 50% at 50% 0%, rgba(26,86,240,.18) 0%, transparent 60%);
  pointer-events: none;
}
.hero-wrap::after {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 28px 28px; pointer-events: none;
}

/* ─────────────────────────── HERO COMMON ─────────────────────────── */
.hero { position: relative; z-index: 2; max-width: 1240px; margin: auto; padding: 64px 24px 72px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  color: #9ab8ff; font-size: 12.5px; font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 100px; margin-bottom: 20px; width: fit-content;
}
.pulse-dot { width: 7px; height: 7px; background: #4ade80; border-radius: 50%; animation: blink 2.2s ease-in-out infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }
.hero h1 { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(32px, 4.5vw, 54px); font-weight: 800; color: #fff; line-height: 1.06; letter-spacing: -1.8px; margin-bottom: 14px; }
.hero h1 .highlight { background: linear-gradient(105deg, #ff5c1a 0%, #ffb347 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-desc { color: #7b95b8; font-size: 16px; line-height: 1.7; max-width: 520px; }
.hero > * { opacity: 0; animation: slideUp .65s ease forwards; }
.hero .breadcrumb { animation-delay: .05s; }
.hero .hero-eyebrow { animation-delay: .12s; }
.hero h1 { animation-delay: .22s; }
.hero .hero-desc { animation-delay: .34s; }
@keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ─────────────────────────── BREADCRUMB ─────────────────────────── */
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; font-size: 13px; color: #4a6480; }
.breadcrumb a { color: #6fa0ff; font-weight: 500; transition: color .18s; }
.breadcrumb a:hover { color: #9ab8ff; }
.breadcrumb svg { color: #2e4060; flex-shrink: 0; }

/* ─────────────────────────── MAIN ─────────────────────────── */
.main { max-width: 1240px; margin: auto; padding: 0 24px; }

/* ─────────────────────────── SECTION HEADER ─────────────────────────── */
.sec-head { text-align: center; margin-bottom: 48px; }
.sec-tag { display: inline-block; background: var(--blue-soft); color: var(--blue); font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; margin-bottom: 14px; }
.sec-head h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(26px, 3vw, 38px); font-weight: 800; letter-spacing: -1.2px; color: var(--ink); margin-bottom: 12px; }
.sec-head p { color: var(--ink-2); font-size: 15px; max-width: 480px; margin: auto; }

/* ─────────────────────────── BANNER ─────────────────────────── */
.banner-wrap { padding: 64px 0; }
.banner { background: var(--ink); border-radius: var(--radius-lg); padding: 56px 64px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; position: relative; overflow: hidden; }
.banner::before { content:''; position: absolute; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(26,86,240,.35) 0%, transparent 70%); right: -80px; top: -120px; pointer-events: none; }
.banner-tag { display: inline-flex; align-items: center; gap: 7px; background: rgba(74,222,128,.12); border: 1px solid rgba(74,222,128,.2); color: #4ade80; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; margin-bottom: 16px; width: fit-content; }
.banner h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(22px, 2.8vw, 36px); font-weight: 800; letter-spacing: -.8px; color: #fff; margin-bottom: 10px; }
.banner p { color: #7b95b8; font-size: 15px; max-width: 500px; line-height: 1.65; }
.banner-btn { display: inline-flex; align-items: center; gap: 9px; background: #fff; color: var(--ink); font-weight: 800; font-size: 15px; padding: 16px 30px; border-radius: 12px; flex-shrink: 0; position: relative; z-index: 2; box-shadow: 0 4px 20px rgba(0,0,0,.18); transition: transform .18s, box-shadow .18s; }
.banner-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,.22); }

/* The WhatsApp banner and the old site footer (incl. plane divider + copyright)
   were removed — the footer is now self-contained in includes/footer.php (.sg-foot). */

/* ─────────────────────────── RESPONSIVE (shared) ─────────────────────────── */
@media(max-width:768px) {
  .banner { grid-template-columns: 1fr; padding: 40px 24px; text-align: center; }
  .main { padding: 0 16px; }
  .hero { padding: 48px 16px 56px; }
}

/* ─────────────────────────── REDUCED MOTION ─────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
