:root {
  --bg: #f7f7f5;
  --paper: #ffffff;
  --ink: #232427;
  --muted: #696b70;
  --line: rgba(35,36,39,.10);
  --orange: #ff9d1f;
  --red: #ff4b2f;
  --shadow: 0 18px 50px rgba(28,29,32,.08);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 82px 0; }
.compact-top { padding-top: 24px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(247,247,245,.82);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 26px; letter-spacing: -.04em; }
.brand img { width: 50px; height: 40px; }
.main-nav { display: flex; gap: 30px; font-size: 15px; font-weight: 600; }
.main-nav a { color: #45464a; }
.main-nav a:hover { color: var(--red); }

.hero { position: relative; overflow: hidden; padding-top: 106px; }
.network-bg {
  position: absolute;
  inset: -15% -10% auto 45%;
  height: 720px;
  background:
    radial-gradient(circle at 35% 42%, rgba(255,157,31,.11), transparent 36%),
    radial-gradient(circle at 70% 55%, rgba(255,75,47,.08), transparent 42%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 42px; }
.eyebrow, .section-kicker { color: var(--red); font-weight: 800; font-size: 12px; letter-spacing: .14em; }
h1 { margin: 18px 0 18px; font-size: clamp(52px, 6.1vw, 82px); line-height: .98; letter-spacing: -.055em; max-width: 780px; }
h1 span { display: block; color: transparent; background: linear-gradient(90deg, var(--orange), var(--red)); background-clip: text; -webkit-background-clip: text; }
.lead { font-weight: 760; font-size: clamp(20px, 2.2vw, 27px); max-width: 720px; margin: 0 0 12px; }
.hero-text { color: var(--muted); font-size: 18px; max-width: 680px; margin: 0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; border-radius: 13px; font-weight: 760; border: 1px solid transparent; transition: .18s ease; }
.btn-primary { color: white; background: linear-gradient(100deg, var(--orange), var(--red)); box-shadow: 0 10px 30px rgba(255,88,40,.22); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 15px 38px rgba(255,88,40,.28); }
.btn-secondary { background: rgba(255,255,255,.62); border-color: rgba(255,75,47,.45); }
.btn-secondary:hover { border-color: var(--red); background: #fff; }
.hero-visual svg { width: 100%; display: block; overflow: visible; }

.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  position: relative;
  background: rgba(255,255,255,.88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 29px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.card::before { content:""; position:absolute; left:0; top:20px; bottom:20px; width:4px; border-radius:10px; background:linear-gradient(var(--orange),var(--red)); }
.icon { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, rgba(255,157,31,.13), rgba(255,75,47,.09)); color: var(--red); font-size: 19px; font-weight: 900; }
.card h2 { margin: 18px 0 8px; font-size: 21px; }
.card p { margin: 0; color: var(--muted); }

.examples-section { padding-top: 46px; }
.examples-strip {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0,1fr));
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.example { padding: 22px 18px; min-height: 110px; border-right: 1px solid var(--line); }
.example:last-child { border-right: 0; }
.example strong { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--red); margin-bottom: 8px; }
.example span { display: block; font-weight: 650; font-size: 14px; line-height: 1.35; }

.two-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.quote-panel, .approach-panel { border-radius: 28px; min-height: 360px; padding: 42px; }
.quote-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 40%, rgba(255,117,35,.18), transparent 34%),
    #232427;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quote-panel::after {
  content:""; position:absolute; inset:0; opacity:.22;
  background-image: radial-gradient(circle, #ff8f27 1.6px, transparent 1.8px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent, #000 35%, #000);
}
.quote-panel > * { position: relative; z-index: 1; }
.quote-mark { color: var(--orange); font-size: 70px; line-height: .6; }
.quote-panel p { font-size: clamp(27px, 3vw, 38px); line-height: 1.12; font-weight: 780; letter-spacing: -.035em; margin: 20px 0 8px; }
.quote-panel strong { color: var(--orange); font-size: clamp(22px, 2.4vw, 32px); }
.approach-panel { background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
.approach-panel h2 { font-size: clamp(28px, 3vw, 38px); line-height: 1.1; letter-spacing: -.035em; margin: 12px 0 26px; }
.steps { display: grid; gap: 18px; }
.steps > div { display: grid; grid-template-columns: 46px 1fr; gap: 12px; align-items: start; }
.steps span { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: var(--red); background: rgba(255,75,47,.08); font-size: 12px; font-weight: 850; }
.steps p { margin: 4px 0 0; color: var(--muted); }

.contact-section { padding-top: 32px; }
.contact-card { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 38px 42px; box-shadow: var(--shadow); }
.contact-card h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.05; letter-spacing: -.04em; margin: 12px 0; }
.contact-card p { color: var(--muted); margin: 0; max-width: 720px; }
.contact-actions { display: grid; gap: 9px; text-align: center; min-width: 210px; }
.contact-actions small { color: #8a8b90; font-size: 11px; }

footer { background: #232427; color: #c8c9cc; margin-top: 40px; }
.footer-wrap { min-height: 84px; display:flex; align-items:center; justify-content:space-between; gap:20px; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .hero-grid, .two-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 650px; margin: -20px auto -50px; }
  .cards-grid { grid-template-columns: 1fr; }
  .examples-strip { grid-template-columns: repeat(2, 1fr); }
  .example { border-bottom: 1px solid var(--line); }
  .contact-card { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 26px, 1180px); }
  .section-pad { padding: 58px 0; }
  .site-header { position: relative; }
  .nav-wrap { height: auto; padding: 16px 0; align-items: flex-start; }
  .main-nav { display: none; }
  .hero { padding-top: 54px; }
  .hero-visual { margin-top: 0; }
  .examples-strip { grid-template-columns: 1fr; }
  .example { min-height: auto; border-right: 0; }
  .quote-panel, .approach-panel { padding: 28px; min-height: auto; }
  .contact-card { padding: 28px; }
  .footer-wrap { flex-direction: column; justify-content: center; padding: 24px 0; text-align: center; }
}
