/* ==========================================================
   Skyeo Website — Shared Stylesheet
   Brand: #00FFC0 mint · #008B69 dark green · #9EFFE7 pale aqua
   Fonts: Space Grotesk (headings) + DM Sans (body) via Google Fonts
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&family=DM+Mono:wght@400;500&display=swap');

:root {
  --mint:        #00FFC0;
  --mint-h:      #00E0A8;
  --mint-subtle: #E0FFF8;
  --green:       #008B69;
  --green-h:     #007558;
  --green-light: #9EFFE7;
  --green-ll:    #E6FFF9;
  --surface:     #F5FEFB;
  --surface-2:   #E6FFF5;
  --border:      #C2F0E2;
  --text:        #071A14;
  --text-2:      #1F5A48;
  --text-m:      #4D8C78;
  --on-mint:     #003D2C;
  --on-dark:     #FFFFFF;
  --fh: 'Space Grotesk', system-ui, sans-serif;
  --fb: 'DM Sans', system-ui, sans-serif;
  --fm: 'DM Mono', monospace;
  --r-sm: 4px; --r-md: 8px; --r-lg: 12px; --r-xl: 16px; --r-2xl: 24px; --r-full: 9999px;
  --sh:    0 2px 8px  rgba(0,60,40,.07);
  --sh-md: 0 4px 16px rgba(0,60,40,.10);
  --sh-lg: 0 8px 32px rgba(0,60,40,.14);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--fb); color: var(--text); background: #fff; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: var(--green); text-decoration: none; }
a:hover { color: var(--green-h); }
button { font-family: inherit; cursor: pointer; }

/* ── Layout ─────────────────────────────────────────── */
.container   { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.container-sm{ max-width: 780px;  margin: 0 auto; padding: 0 24px; }
.section     { padding: 80px 0; }
.section-sm  { padding: 48px 0; }

/* ── Nav ────────────────────────────────────────────── */
.nav { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,.95); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1140px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; height: 64px; gap: 8px; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; margin-right: 8px; }
.nav-logo img { width: 34px; height: 34px; object-fit: contain; }
.nav-logo-name { font-family: var(--fh); font-size: 20px; font-weight: 700; color: var(--green); letter-spacing: -0.01em; }
.nav-links { display: flex; align-items: center; gap: 2px; flex: 1; }
.nav-links a { font-family: var(--fb); font-size: 15px; color: var(--text-2); padding: 6px 14px; border-radius: var(--r-full); transition: all 150ms ease; }
.nav-links a:hover, .nav-links a.active { color: var(--green); background: var(--green-ll); }
.nav-links a.active { font-weight: 600; }
.nav-cta { margin-left: auto; display: flex; gap: 8px; align-items: center; }

/* ── Buttons ────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: var(--r-full); font-family: var(--fb); font-size: 15px; font-weight: 600; transition: all 200ms ease; text-decoration: none; white-space: nowrap; border: 1.5px solid transparent; cursor: pointer; }
.btn-sm  { padding: 7px 16px; font-size: 14px; }
.btn-md  { padding: 10px 22px; }
.btn-lg  { padding: 14px 32px; font-size: 17px; }
.btn-primary  { background: var(--mint); color: var(--on-mint); border-color: var(--mint); box-shadow: 0 4px 16px rgba(0,255,192,.25); }
.btn-primary:hover { background: var(--mint-h); border-color: var(--mint-h); color: var(--on-mint); transform: translateY(-1px); box-shadow: 0 6px 24px rgba(0,255,192,.35); }
.btn-dark     { background: var(--green); color: #fff; border-color: var(--green); }
.btn-dark:hover { background: var(--green-h); border-color: var(--green-h); color: #fff; transform: translateY(-1px); }
.btn-outline  { background: transparent; color: var(--green); border-color: var(--border); }
.btn-outline:hover { border-color: var(--mint); background: var(--mint-subtle); color: var(--green); }
.btn-ghost    { background: transparent; color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.25); }
.btn-ghost:hover { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.5); }

/* ── Section headers ────────────────────────────────── */
.eyebrow { font-family: var(--fb); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--green); margin-bottom: 10px; }
.eyebrow-mint { color: var(--mint); }
.h1 { font-family: var(--fh); font-size: clamp(32px,5vw,56px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; }
.h2 { font-family: var(--fh); font-size: clamp(24px,3.5vw,40px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; }
.h3 { font-family: var(--fh); font-size: clamp(18px,2.5vw,24px); font-weight: 700; letter-spacing: -0.01em; line-height: 1.3; }
.lead { font-size: 18px; color: var(--text-2); line-height: 1.65; }
.muted { color: var(--text-m); }

/* ── Cards ──────────────────────────────────────────── */
.card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-xl); padding: 28px; box-shadow: var(--sh); transition: box-shadow 200ms ease, transform 200ms ease; }
.card:hover { box-shadow: var(--sh-md); }

/* ── Badges ─────────────────────────────────────────── */
.badge { display: inline-flex; align-items: center; gap: 4px; padding: 3px 10px; border-radius: var(--r-full); font-size: 12px; font-weight: 600; line-height: 1.4; }
.badge-mint   { background: var(--mint); color: var(--on-mint); }
.badge-green  { background: var(--green); color: #fff; }
.badge-subtle { background: var(--surface-2); color: var(--green); }
.badge-muted  { background: var(--surface); color: var(--text-m); }
.badge-dot::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

/* ── Tags ───────────────────────────────────────────── */
.tag { display: inline-flex; align-items: center; padding: 3px 10px; border-radius: var(--r-full); border: 1px solid var(--border); background: var(--surface); color: var(--text-2); font-size: 13px; font-weight: 500; }

/* ── Platform dots ──────────────────────────────────── */
.plat { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; color: #fff; font-family: var(--fh); font-weight: 700; font-size: 13px; flex-shrink: 0; }
.plat-sm { width: 26px; height: 26px; font-size: 10px; }
.plat-lg { width: 48px; height: 48px; font-size: 16px; }
.plat-reddit   { background: #FF4500; } .plat-linkedin { background: #0077B5; }
.plat-google   { background: #4285F4; } .plat-facebook { background: #1877F2; }
.plat-twitter  { background: #1DA1F2; } .plat-blog     { background: var(--green); }
.plat-pinterest{ background: #E60023; }

/* ── Check/cross lists ──────────────────────────────── */
.checklist, .crosslist { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.checklist li { font-size: 14px; line-height: 1.5; padding-left: 22px; position: relative; }
.checklist li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.crosslist li { font-size: 13px; line-height: 1.5; padding-left: 20px; position: relative; color: var(--text-m); }
.crosslist li::before { content: '✕'; position: absolute; left: 0; color: #E5383B; font-size: 11px; font-weight: 700; top: 1px; }

/* ── Divider ────────────────────────────────────────── */
hr.divider { border: none; border-top: 1px solid var(--border); margin: 40px 0; }

/* ── Footer ─────────────────────────────────────────── */
.footer { background: var(--text); color: #fff; padding: 56px 24px 32px; }
.footer-inner { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand .footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer-brand .footer-logo img { width: 30px; height: 30px; object-fit: contain; }
.footer-brand .footer-logo-name { font-family: var(--fh); font-size: 18px; font-weight: 700; color: var(--mint); }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,.5); line-height: 1.7; max-width: 240px; }
.footer-col h4 { font-family: var(--fh); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.4); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 14px; color: rgba(255,255,255,.65); margin-bottom: 10px; text-decoration: none; transition: color 150ms ease; }
.footer-col a:hover { color: var(--mint); }
.footer-bottom { max-width: 1140px; margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,.35); }

/* ── Mobile hamburger ───────────────────────────────── */
.hamburger { display: none; background: none; border: none; padding: 8px; flex-direction: column; gap: 5px; margin-left: auto; }
.hamburger span { width: 22px; height: 2px; background: var(--text); border-radius: 2px; display: block; transition: all 200ms ease; }
.mobile-menu { display: none; background: #fff; border-top: 1px solid var(--border); padding: 16px 24px; flex-direction: column; gap: 4px; }
.mobile-menu a { font-size: 16px; color: var(--text-2); padding: 10px 0; border-bottom: 1px solid var(--border); }
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu.open { display: flex; }

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-cta .btn-outline { display: none; }
  .hamburger { display: flex; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .section { padding: 56px 0; }
}
@media (max-width: 480px) {
  .footer-inner { grid-template-columns: 1fr; }
  .container, .container-sm { padding: 0 16px; }
}
