/* ============================================================
   LOOK — looktimeme.com — official website of LOOK Social Studio LLC
   Pure bright white · Apple-like white glass · LOOK blue accents only
   Design methodology: UI/UX Pro Max (Inter, exaggerated minimalism,
   floating nav, SVG icons, focus-visible, reduced-motion, AA contrast)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --look-blue: #2fa9e8;
  --look-blue-strong: #1d92d2;
  --look-blue-soft: #4bc3f7;
  --look-red: #e8392e;
  --ink: #0f172a;
  --ink-soft: #475569;
  --ink-faint: #64748b;
  --line: #e6edf4;
  --glass: rgba(255, 255, 255, 0.72);
  --glass-strong: #ffffff;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow-soft: 0 24px 60px rgba(15, 42, 68, 0.08);
  --shadow-card: 0 10px 30px rgba(15, 42, 68, 0.06);
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--look-blue-strong); text-decoration: none; }
a:hover { text-decoration: underline; }

/* Keyboard navigation — visible focus everywhere */
a:focus-visible, button:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid rgba(47, 169, 232, 0.55);
  outline-offset: 2px;
  border-radius: 8px;
}

.wrap { width: min(1160px, calc(100% - 2.5rem)); margin-inline: auto; }

/* ---------- Header — floating glass pill (top-4 left-4 right-4) ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 1rem 1rem 0;
  background: transparent;
}
.site-header .wrap {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.6rem 1.2rem;
  background: var(--glass);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-card);
}
.brand { display: flex; align-items: center; }
.brand:hover { text-decoration: none; }
.brand img { height: 38px; width: auto; }
.site-nav { margin-inline-start: auto; display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.site-nav a { color: var(--ink-soft); font-weight: 600; font-size: 0.95rem; transition: color 200ms ease; }
.site-nav a:hover { color: var(--look-blue-strong); text-decoration: none; }
.nav-cta {
  background: var(--look-blue);
  color: #fff !important;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(47, 169, 232, 0.28);
  transition: background 200ms ease, box-shadow 200ms ease;
}
.nav-cta:hover { background: var(--look-blue-strong); box-shadow: 0 10px 24px rgba(29, 146, 210, 0.36); }

/* ---------- Hero — exaggerated minimalism: oversized type + whitespace ---------- */
.hero { padding: 5.5rem 0 4.5rem; }
.hero-top { text-align: center; max-width: 52rem; margin: 0 auto 3.2rem; }
.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--look-blue-strong);
  border: 1px solid var(--line);
  background: var(--glass-strong);
  border-radius: 999px;
  padding: 0.35rem 1rem;
  margin-bottom: 1.4rem;
  box-shadow: var(--shadow-card);
}
.hero h1 {
  font-size: clamp(2.6rem, 6.4vw, 4.6rem);
  line-height: 1.06;
  margin: 0 0 1.2rem;
  letter-spacing: -0.035em;
  font-weight: 900;
}
.hero h1 .accent { color: var(--look-blue-strong); }
.hero p.lead { font-size: 1.18rem; color: var(--ink-soft); margin: 0 auto 2.1rem; max-width: 36rem; }
.hero-actions { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 999px;
  padding: 0.9rem 1.9rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.btn:hover { text-decoration: none; }
.btn-primary {
  background: var(--look-blue);
  color: #fff;
  box-shadow: 0 14px 30px rgba(47, 169, 232, 0.32);
}
.btn-primary:hover { background: var(--look-blue-strong); box-shadow: 0 16px 34px rgba(29, 146, 210, 0.38); }
.btn-ghost {
  background: var(--glass-strong);
  color: var(--ink);
  border-color: var(--line);
  box-shadow: var(--shadow-card);
}
.btn-ghost:hover { border-color: var(--look-blue-soft); box-shadow: var(--shadow-soft); }
.hero-visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--line);
  background: #fff;
}

/* ---------- Sections ---------- */
section.block { padding: 4.2rem 0; }
.section-head { text-align: center; max-width: 44rem; margin: 0 auto 2.6rem; }
.section-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--look-blue-strong);
  display: block;
  margin-bottom: 0.6rem;
}
.section-title { font-size: clamp(1.8rem, 3.6vw, 2.5rem); margin: 0 0 0.7rem; letter-spacing: -0.025em; font-weight: 800; }
.section-sub { color: var(--ink-soft); margin: 0; }

.glass-card {
  background: var(--glass-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.feature-visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  background: #fff;
  margin-bottom: 2.4rem;
}

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.card {
  padding: 1.5rem 1.4rem;
  border-radius: var(--radius-md);
  transition: box-shadow 200ms ease, border-color 200ms ease;
}
.card:hover { box-shadow: var(--shadow-soft); border-color: rgba(75, 195, 247, 0.5); }
.card h3 { margin: 0 0 0.4rem; font-size: 1.05rem; display: flex; align-items: center; gap: 0.55rem; }
.card h3 .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--look-blue);
  box-shadow: 0 0 0 4px rgba(47, 169, 232, 0.14);
  flex: none;
}
.card p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }

/* ---------- Trust / company ---------- */
.trust-card { padding: 2.4rem; }
.trust-grid { display: grid; grid-template-columns: auto 1fr; gap: 2rem; align-items: center; }
.trust-logo { width: 120px; }
.trust-card h3 { margin: 0 0 0.6rem; font-size: 1.35rem; letter-spacing: -0.015em; }
.trust-card p { margin: 0 0 0.7rem; color: var(--ink-soft); font-size: 1.02rem; }
.trust-card p strong { color: var(--ink); }
.trust-lines { display: flex; flex-wrap: wrap; gap: 0.6rem 1.6rem; margin-top: 1rem; }
.trust-line { display: flex; align-items: center; gap: 0.55rem; color: var(--ink-soft); font-size: 0.95rem; font-weight: 600; }
.trust-line svg { width: 18px; height: 18px; flex: none; }

/* ---------- Safety ---------- */
.safety-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
.safety-item { padding: 1.5rem 1.6rem; border-radius: var(--radius-md); transition: box-shadow 200ms ease, border-color 200ms ease; }
.safety-item:hover { box-shadow: var(--shadow-soft); border-color: rgba(75, 195, 247, 0.5); }
.safety-item h3 { margin: 0 0 0.35rem; font-size: 1.02rem; display: flex; align-items: center; gap: 0.55rem; }
.safety-item h3 .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--look-blue); box-shadow: 0 0 0 4px rgba(47, 169, 232, 0.14); flex: none; }
.safety-item p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }

/* ---------- Support ---------- */
.support-card { padding: 2.8rem 2.2rem; text-align: center; }
.support-card p { color: var(--ink-soft); max-width: 40rem; margin: 0.4rem auto 1.5rem; }

/* ---------- Legal pages ---------- */
.legal { padding: 3.4rem 0 4.5rem; max-width: 52rem; }
.legal h1 { font-size: 2.1rem; margin: 0 0 0.4rem; letter-spacing: -0.02em; }
.legal .updated { color: var(--ink-faint); font-size: 0.9rem; margin-bottom: 2rem; }
.legal h2 { font-size: 1.2rem; margin: 1.9rem 0 0.5rem; }
.legal p, .legal li { color: var(--ink-soft); }
.legal ul { padding-inline-start: 1.3rem; }

/* ---------- Footer ---------- */
.site-footer {
  margin-top: 3.5rem;
  border-top: 1px solid var(--line);
  background: #fff;
}
.site-footer .wrap { padding: 2.4rem 0 2.2rem; }
.footer-brand { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1.2rem; }
.footer-brand img { height: 30px; width: auto; }
.footer-brand span { color: var(--ink-soft); font-size: 0.9rem; font-weight: 600; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.3rem; margin-bottom: 1.2rem; }
.footer-links a { color: var(--ink-soft); font-weight: 600; font-size: 0.92rem; transition: color 200ms ease; }
.footer-links a:hover { color: var(--look-blue-strong); }
.footer-note { color: var(--ink-faint); font-size: 0.85rem; margin: 0.15rem 0; }

/* ---------- Responsive (375 / 768 / 1024 / 1440) ---------- */
@media (max-width: 900px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr; text-align: center; }
  .trust-logo { margin: 0 auto; }
  .trust-lines { justify-content: center; }
}
@media (max-width: 620px) {
  .cards, .safety-list { grid-template-columns: 1fr; }
  .hero { padding: 3.2rem 0 2.6rem; }
  .site-nav { gap: 0.85rem; }
  .site-nav a:not(.nav-cta) { font-size: 0.85rem; }
}

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