/* Landing page styles extracted from main.html */

/* ── HERO ── */
.hero {
  padding: 160px 0 110px;
  position: relative; overflow: hidden;
}
.section-alt { background: var(--bg-1); }
.section-header,
.section-intro {
  max-width: 660px;
  margin: 0 auto 48px;
  text-align: center;
}
.eyebrow-center { justify-content: center; display: inline-flex; margin-bottom: 16px; }
.feature-list {
  list-style: none;
  margin: 28px 0 38px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.feature-list li {
  font-size: 14px;
  color: var(--text-1);
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.feature-list li span {
  color: var(--amber);
  font-weight: 700;
  margin-top: 1px;
}
.mock-topbar-pill-group {
  display: flex;
  gap: 6px;
  margin-left: auto;
}
.mock-topbar-pill {
  width: 52px;
  height: 20px;
  border-radius: 4px;
  background: var(--bg-4);
}
.mock-topbar-pill-active { background: var(--violet); }
.mock-topbar-pill-inactive { border: 1px solid var(--border-1); }

/* ── REUSABLE HELPERS ── */
.text-center { text-align: center; }
.flex-grow { flex: 1; }
.mb-16 { margin-bottom: 16px; }
.mb-18 { margin-bottom: 18px; }
.mb-20 { margin-bottom: 20px; }
.mb-24 { margin-bottom: 24px; }
.mt-22 { margin-top: 22px; }
.mt-40 { margin-top: 40px; }

.mock-toolbar-status {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  font-size: 10px;
  color: var(--text-3);
  font-family: var(--font-mono);
}
.mock-toolbar-status .status-indicator {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--success);
}

.topic-card.developer { background: linear-gradient(135deg,#0d0f16,#1a1c2a); }
.topic-card.designer { background: linear-gradient(135deg,#160d14,#2a1424); }
.topic-card.photographer { background: linear-gradient(135deg,#0d1210,#141c18); }
.topic-card.medical { background: linear-gradient(135deg,#0c1614,#142018); }
.topic-card.writer { background: linear-gradient(135deg,#141008,#1e1808); }
.topic-card.student { background: linear-gradient(135deg,#0d1020,#101828); }

.topic-badge.developer { background: rgba(124,92,255,.2); color: #B09CFF; }
.topic-badge.designer { background: rgba(255,107,157,.15); color: #FF6B9D; }
.topic-badge.photographer { background: rgba(232,200,122,.12); color: #E8C87A; }
.topic-badge.medical { background: rgba(43,181,160,.15); color: #2BB5A0; }
.topic-badge.writer { background: rgba(201,168,106,.12); color: #C9A86A; }
.topic-badge.student { background: rgba(74,127,232,.15); color: #4A7FE8; }

.prof-icon.developer { background: rgba(124,92,255,.15); }
.prof-icon.designer { background: rgba(255,107,157,.15); }
.prof-icon.photographer { background: rgba(232,200,122,.15); }
.prof-icon.doctor { background: rgba(43,181,160,.15); }
.prof-icon.creator { background: rgba(255,92,92,.15); }
.prof-icon.writer { background: rgba(201,168,106,.15); }
.prof-icon.student { background: rgba(74,127,232,.15); }
.prof-icon.business { background: rgba(124,92,255,.1); }

.testi-av.arjun { background: linear-gradient(135deg,#7C5CFF,#5B42C9); }
.testi-av.priya { background: linear-gradient(135deg,#FFB454,#D9962F); }
.testi-av.meena { background: linear-gradient(135deg,#2BB5A0,#1A8070); }
.testi-av.zara { background: linear-gradient(135deg,#FF5C5C,#C03030); }

.section-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 52px;
}

.section-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 88px;
  align-items: center;
}
.mini-browser-card {
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--border-1);
  background: linear-gradient(150deg,#101420,#1a1c22);
  padding: 28px;
}
.w70 { width: 70%; }
.w50 { width: 50%; }
.contact-form-heading {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--text-0);
  margin-bottom: 6px;
}
@media (max-width: 980px) {
  .hero-inner,
  .section-split,
  .topic-grid,
  .prof-grid,
  .testi-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }
}
.hero::before {
  content: ''; 
  position: absolute; top: -140px; left: 50%; transform: translateX(-50%);
  width: 960px; height: 720px;
  background: radial-gradient(ellipse at center, rgba(124,92,255,.14) 0%, transparent 68%);
  pointer-events: none;
}
.hero::after {
  content: ''; 
  position: absolute; bottom: -60px; right: -80px;
  width: 480px; height: 480px;
  background: radial-gradient(ellipse at center, rgba(255,180,84,.08) 0%, transparent 65%);
  pointer-events: none;
}
.hero-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 14px;
  background: var(--violet-glow); border: 1px solid rgba(124,92,255,.4);
  border-radius: 100px; font-size: 12px; font-weight: 600;
  color: #B09CFF; letter-spacing: .04em; text-transform: uppercase;
  margin-bottom: 28px;
}
.hero-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--violet); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:.4;} }
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(48px, 5.8vw, 76px);
  font-weight: 900; line-height: 1.04;
  color: var(--text-0); letter-spacing: -.025em;
  margin-bottom: 28px;
}
.hero-sub {
  font-size: 17px; color: var(--text-2); line-height: 1.75;
  margin-bottom: 14px; max-width: 440px;
}
.hero-caption {
  font-family: var(--font-caption);
  font-style: italic; font-weight: 700;
  font-size: 13.5px; color: var(--text-3);
  margin-bottom: 38px; line-height: 1.9;
  letter-spacing: .02em;
}
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 52px; }
.hero-stats {
  display: flex; gap: 36px;
  border-top: 1px solid var(--border-1); padding-top: 32px;
}
.stat-num {
  font-family: var(--font-display); font-size: 30px; font-weight: 900;
  background: var(--grad);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; line-height: 1;
}
.stat-lbl { font-size: 12px; color: var(--text-2); margin-top: 4px; font-weight: 500; }

/* ── EDITOR PREVIEW MOCK ── */
.hero-visual { position: relative; }
.editor-frame {
  border-radius: var(--r-xl); overflow: hidden;
  border: 1px solid var(--border-1);
  background: var(--bg-1);
  box-shadow: 0 48px 100px rgba(0,0,0,.7), 0 0 80px rgba(124,92,255,.08);
  position: relative;
}
.mock-topbar {
  height: 44px; background: var(--bg-2); border-bottom: 1px solid var(--border-1);
  display: flex; align-items: center; padding: 0 16px; gap: 12px;
}
.mock-dots { display: flex; gap: 6px; }
.mock-dot { width: 11px; height: 11px; border-radius: 50%; }
.mock-dot.r { background: #FF5F57; }
.mock-dot.y { background: #FFBD2E; }
.mock-dot.g { background: #28CA41; }
.mock-title {
  font-family: var(--font-mono); font-size: 11px;
  color: var(--text-3); margin: 0 auto;
}
.mock-body { display: flex; height: 210px; }
.mock-sidebar {
  width: 52px; background: var(--bg-2); border-right: 1px solid var(--border-1);
  display: flex; flex-direction: column; align-items: center;
  padding: 12px 0; gap: 7px;
}
.s-icon { width: 28px; height: 28px; border-radius: 7px; background: var(--bg-3); }
.s-icon.active { background: var(--violet); }
.mock-canvas {
  flex: 1; background: var(--bg-0);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.mock-canvas::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(124,92,255,.3) 1px, transparent 1px);
  background-size: 18px 18px; opacity: .4;
}
.artboard-mini {
  width: 55%; height: 78%; background: #fff; border-radius: 5px;
  box-shadow: 0 8px 24px rgba(0,0,0,.5);
  padding: 10px; display: flex; flex-direction: column; gap: 5px; position: relative; z-index: 1;
}
.ml { border-radius: 3px; background: #e5e7eb; }
.ml.h { height: 10px; width: 50%; background: #1a1a1a; }
.ml.s { height: 6px; width: 72%; }
.ml.b { height: 5px; width: 88%; }
.ml.b2 { height: 5px; width: 60%; }
.ml.btn { width: 38%; height: 13px; background: #7C5CFF; border-radius: 3px; margin-top: 3px; }
.ml.img { height: 44px; background: linear-gradient(135deg,#e5e7eb,#d1d5db); border-radius: 4px; margin-top: 4px; }
.mock-cursor {
  position: absolute; bottom: 20px; right: 26px;
  width: 12px; height: 12px;
  background: var(--violet); border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 0 0 3px var(--violet-glow); z-index: 2;
}
.mock-inspector {
  width: 108px; background: var(--bg-2); border-left: 1px solid var(--border-1);
  padding: 10px 8px; display: flex; flex-direction: column; gap: 6px;
}
.i-row { display: flex; flex-direction: column; gap: 3px; }
.i-lbl { font-size: 8px; color: var(--text-3); font-family: var(--font-mono); text-transform: uppercase; }
.i-val { height: 18px; background: var(--bg-4); border: 1px solid var(--border-1); border-radius: 4px; }
.i-grad { height: 18px; border-radius: 4px; background: linear-gradient(90deg,#7C5CFF,#FFB454); }
.mock-toolbar {
  height: 38px; background: var(--bg-2); border-top: 1px solid var(--border-1);
  display: flex; align-items: center; justify-content: center; gap: 5px; padding: 0 14px;
}
.tb { width: 25px; height: 25px; border-radius: 6px; background: var(--bg-3); display:grid; place-items:center; }
.tb svg { width: 12px; height: 12px; }
.tb.active-tb { background: var(--violet); color: #fff; }
.tb-sep { width: 1px; height: 16px; background: var(--border-1); margin: 0 3px; }
.ftag {
  position: absolute; z-index: 10;
  background: rgba(26,28,34,.92); border: 1px solid var(--border-1);
  border-radius: 8px; padding: 5px 10px; font-size: 11px; font-weight: 600;
  backdrop-filter: blur(10px); box-shadow: 0 4px 16px rgba(0,0,0,.5);
}
.ftag.t1 { top: -12px; right: -12px; color: var(--success); border-color: rgba(74,222,128,.3); }
.ftag.t2 { bottom: 38px; left: -18px; color: var(--text-1); }
.ftag.t2 em { color: var(--amber); font-style: normal; }

/* ── FEATURE STRIP ── */
.feat-strip {
  border-top: 1px solid var(--border-1);
  border-bottom: 1px solid var(--border-1);
  background: var(--bg-1);
}
.feat-inner {
  display: flex; align-items: stretch; max-width: var(--max-w); margin: 0 auto; padding: 0 40px;
}
.feat-item {
  flex: 1; padding: 24px 22px; display: flex; align-items: center; gap: 14px;
  border-right: 1px solid var(--border-1); transition: background .15s;
}
.feat-item:last-child { border-right: none; }
.feat-item:hover { background: var(--bg-2); }
.feat-icon {
  width: 40px; height: 40px; border-radius: 11px;
  display: grid; place-items: center; flex-shrink: 0;
}
.feat-icon svg { width: 18px; height: 18px; }
.feat-icon.v { background: var(--violet-glow); color: var(--violet); }
.feat-icon.a { background: var(--amber-glow); color: var(--amber); }
.feat-icon.g { background: rgba(74,222,128,.15); color: var(--success); }
.feat-icon.d { background: var(--bg-4); color: var(--text-2); }
.feat-name { font-size: 13px; font-weight: 700; color: var(--text-0); margin-bottom: 2px; }
.feat-caption {
  font-family: var(--font-caption);
  font-style: italic; font-weight: 700;
  font-size: 11px; color: var(--text-3);
  line-height: 1.5;
}

/* ── SECTIONS ── */
section { padding: 108px 0; position: relative; }

.sec-title {
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900; color: var(--text-0);
  letter-spacing: -.02em; line-height: 1.08;
}
.sec-sub {
  font-size: 16px; color: var(--text-2); line-height: 1.75;
  max-width: 520px; margin-top: 16px;
}
.sec-caption {
  font-family: var(--font-caption);
  font-style: italic; font-weight: 700;
  font-size: 13px; color: var(--text-3);
  margin-top: 10px; line-height: 1.9;
  letter-spacing: .02em;
}

/* ── PITCH ── */
.pitch-bg { background: var(--bg-1); }
.pitch-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 88px; align-items: center;
}
.gallery-mock {
  display: grid; grid-template-columns: repeat(3,1fr);
  grid-template-rows: repeat(2,1fr); gap: 7px;
  width: 100%; aspect-ratio: 4/3;
  border-radius: var(--r-xl); overflow: hidden;
  border: 1px solid var(--border-1);
}
.g-cell { background: var(--bg-3); border-radius: 3px; }
.g-cell.big { grid-column: span 2; grid-row: span 2; background: var(--bg-4); }
.g-cell.dark { background: #0f1014; }
.check-list { list-style: none; margin: 28px 0 38px; display: flex; flex-direction: column; gap: 16px; }
.check-list li {
  display: flex; gap: 13px; align-items: flex-start;
  font-size: 14px; color: var(--text-1); line-height: 1.6;
}
.check-icon {
  width: 20px; height: 20px; border-radius: 5px; flex-shrink: 0; margin-top: 2px;
  background: var(--violet-glow); border: 1px solid rgba(124,92,255,.35);
  display: grid; place-items: center;
}
.check-icon svg { width: 10px; height: 10px; }

/* ── PROFESSIONS ── */
.prof-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 16px;
}
.prof-card {
  background: var(--bg-2); border: 1px solid var(--border-1);
  border-radius: var(--r-lg); padding: 26px;
  transition: all .18s; cursor: pointer; position: relative; overflow: hidden;
}
.prof-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--violet-glow), transparent);
  opacity: 0; transition: opacity .18s;
}
.prof-card:hover { border-color: rgba(124,92,255,.5); transform: translateY(-3px); }
.prof-card:hover::before { opacity: 1; }
.prof-icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center; margin-bottom: 18px;
}
.prof-icon svg { width: 21px; height: 21px; }
.prof-name { font-size: 14px; font-weight: 700; color: var(--text-0); margin-bottom: 8px; }
.prof-caption {
  font-family: var(--font-caption); font-style: italic; font-weight: 700;
  font-size: 11px; color: var(--text-3); line-height: 1.6;
}

/* ── TEMPLATE CARDS ── */
.topic-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.topic-card {
  border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--border-1); background: var(--bg-2);
  aspect-ratio: 4/3; transition: all .18s; cursor: pointer; position: relative;
}
.topic-card:hover { border-color: var(--violet); transform: translateY(-3px); }
.topic-bg { position: absolute; inset: 0; }
.topic-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 18px; z-index: 2; }
.topic-content::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; top: -40px;
  background: linear-gradient(transparent, rgba(0,0,0,.75)); z-index: -1;
}
.topic-badge {
  display: inline-block; padding: 3px 8px; border-radius: 100px;
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .07em; margin-bottom: 6px;
}
.topic-name { font-size: 15px; font-weight: 800; color: var(--text-0); font-family: var(--font-display); }
.topic-caption {
  font-family: var(--font-caption); font-style: italic; font-weight: 700;
  font-size: 11px; color: rgba(255,255,255,.6); margin-top: 4px; line-height: 1.5;
}
.topic-art { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.t-el {
  position: absolute; border-radius: 5px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
}
.t-el.line-long { top: 12px; left: 12px; right: 12px; height: 8px; }
.t-el.line-short { top: 28px; left: 12px; width: 50%; height: 6px; opacity: .5; }

.text-highlight { color: var(--violet); font-weight: 700; }

.testi-av.arjun { background: linear-gradient(135deg,#7C5CFF,#5B42C9); }
.testi-av.priya { background: linear-gradient(135deg,#FFB454,#D9962F); }
.testi-av.meena { background: linear-gradient(135deg,#2BB5A0,#1A8070); }
.testi-av.zara { background: linear-gradient(135deg,#FF5C5C,#C03030); }

/* ── COUNTER ── */
.counter-strip {
  background: var(--bg-1);
  border-top: 1px solid var(--border-1);
  border-bottom: 1px solid var(--border-1);
  padding: 60px 0;
}
.counter-grid { display: grid; grid-template-columns: repeat(4,1fr); text-align: center; }
.c-item { padding: 0 20px; border-right: 1px solid var(--border-1); }
.c-item:last-child { border-right: none; }
.c-num {
  font-family: var(--font-display); font-size: 48px; font-weight: 900;
  background: var(--grad);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; line-height: 1;
}
.c-lbl { font-size: 13px; color: var(--text-2); margin-top: 8px; }
.c-caption {
  font-family: var(--font-caption); font-style: italic; font-weight: 700;
  font-size: 11px; color: var(--text-3); margin-top: 4px;
}

/* ── WEBSITES ── */
.mini-browser {
  width: 100%; border-radius: 10px; overflow: hidden;
  border: 1px solid var(--border-1); background: var(--bg-1);
  box-shadow: 0 20px 48px rgba(0,0,0,.5);
}
.mini-bar {
  height: 30px; background: var(--bg-2); border-bottom: 1px solid var(--border-1);
  display: flex; align-items: center; padding: 0 10px; gap: 6px;
}
.mini-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--bg-4); }
.mini-url { flex: 1; height: 14px; background: var(--bg-4); border-radius: 3px; margin: 0 8px; }
.mini-content { padding: 10px; display: flex; flex-direction: column; gap: 6px; }
.mini-hero { height: 48px; background: linear-gradient(135deg, var(--bg-3), var(--bg-4)); border-radius: 5px; }
.mini-row { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.mini-card { height: 26px; background: var(--bg-3); border-radius: 4px; }
.mini-line { height: 7px; background: var(--bg-4); border-radius: 3px; }

/* ── TESTIMONIALS ── */
.testi-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.testi-card {
  background: var(--bg-2); border: 1px solid var(--border-1);
  border-radius: var(--r-lg); padding: 30px; transition: border-color .18s;
}
.testi-card:hover { border-color: rgba(124,92,255,.4); }
.testi-hd { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.testi-av {
  width: 46px; height: 46px; border-radius: 12px;
  display: grid; place-items: center;
  font-family: var(--font-display); font-size: 18px; font-weight: 900; color: #fff;
  flex-shrink: 0;
}
.testi-name { font-size: 14px; font-weight: 700; color: var(--text-0); }
.testi-role-cap {
  font-family: var(--font-caption); font-style: italic; font-weight: 700;
  font-size: 11px; color: var(--text-3); margin-top: 2px;
}
.stars { color: var(--amber); font-size: 13px; margin-bottom: 12px; letter-spacing: 2px; }
.testi-body { font-size: 14px; color: var(--text-1); line-height: 1.75; }
.testi-tag-cap {
  font-family: var(--font-caption); font-style: italic; font-weight: 700;
  font-size: 11px; color: var(--text-3);
  display: inline-block; margin-top: 14px;
  background: var(--bg-4); padding: 3px 10px; border-radius: 100px;
  border: 1px solid var(--border-2);
}

/* ── WHY US ── */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: start; }
.why-points { display: flex; flex-direction: column; gap: 32px; margin-top: 40px; }
.why-point { display: flex; gap: 18px; }
.why-icon {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  display: grid; place-items: center;
  background: var(--violet-glow); border: 1px solid rgba(124,92,255,.3);
}
.why-icon svg { width: 20px; height: 20px; color: var(--violet); }
.why-lbl { font-size: 14px; font-weight: 700; color: var(--text-0); margin-bottom: 6px; }
.why-desc { font-size: 14px; color: var(--text-2); line-height: 1.7; }
.why-caption {
  font-family: var(--font-caption); font-style: italic; font-weight: 700;
  font-size: 12px; color: var(--text-3); margin-top: 4px;
}
.contact-form-box {
  background: var(--bg-2); border: 1px solid var(--border-1);
  border-radius: var(--r-xl); padding: 38px;
}
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block; font-size: 11px; font-weight: 700;
  color: var(--text-3); letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 8px; font-family: var(--font-caption); font-style: italic;
}
.form-group input, .form-group textarea {
  width: 100%; background: var(--bg-4); border: 1px solid var(--border-2);
  border-radius: var(--r-md); color: var(--text-0);
  font-family: var(--font-body); font-size: 14px; padding: 12px 14px;
  transition: all .15s; resize: none; outline: none;
}
.form-group input:focus, .form-group textarea:focus {
  border-color: var(--violet); box-shadow: 0 0 0 3px var(--violet-glow);
}
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-3); }
.form-group textarea { height: 100px; }

/* ── CTA BANNER ── */
.cta-banner {
  background: var(--bg-1);
  border-top: 1px solid var(--border-1);
  border-bottom: 1px solid var(--border-1);
  padding: 100px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute;
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 720px; height: 420px;
  background: radial-gradient(ellipse, rgba(124,92,255,.13) 0%, transparent 65%);
  pointer-events: none;
}
.cta-title {
  font-family: var(--font-display);
  font-size: clamp(38px, 4.8vw, 64px);
  font-weight: 900; color: var(--text-0); line-height: 1.08;
  letter-spacing: -.025em; margin-bottom: 16px; position: relative;
}
.cta-caption {
  font-family: var(--font-caption); font-style: italic; font-weight: 700;
  font-size: 15px; color: var(--text-2); margin-bottom: 38px; position: relative;
  line-height: 1.8;
}
.cta-actions { display: flex; gap: 14px; justify-content: center; position: relative; flex-wrap: wrap; }

@media (max-width:900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .pitch-grid, .why-grid { grid-template-columns: 1fr; }
  .prof-grid { grid-template-columns: repeat(2,1fr); }
  .topic-grid { grid-template-columns: repeat(2,1fr); }
  .testi-grid { grid-template-columns: 1fr; }
  .feat-inner { flex-wrap: wrap; }
  .feat-item { flex: 1 1 45%; }
  .counter-grid { grid-template-columns: repeat(2,1fr); gap: 24px; }
}
@media (max-width:600px) {
  .hero { padding: 120px 0 72px; }
  section { padding: 72px 0; }
  .prof-grid { grid-template-columns: 1fr; }
  .topic-grid { grid-template-columns: 1fr; }
}
