/* ═══════════════════════════════════════════════════════════
   Linkyro — Grammarly-style landing page
   ═══════════════════════════════════════════════════════════ */

/* ── Reset & Base ─────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,sans-serif;
  color:#1f2937;background:#fff;line-height:1.6;font-size:16px;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{cursor:pointer;border:none;background:none;font:inherit}
ul{list-style:none}

/* ── Typography ───────────────────────────────────────────── */
.t-label{font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#15803d}
.t-h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.08;letter-spacing:-.02em;color:#111827}
.t-h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.15;letter-spacing:-.015em;color:#111827}
.t-h3{font-size:1.375rem;font-weight:700;line-height:1.35;color:#111827}
.t-body{font-size:1.125rem;color:#4b5563;line-height:1.7}
.t-body-sm{font-size:1rem;color:#6b7280;line-height:1.7}

/* ── Layout ───────────────────────────────────────────────── */
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.section{padding:100px 0}
.section--cream{background:#f8faf5}
.section--dark{background:#111827;color:#fff}
.section--dark .t-h2{color:#fff}
.section--dark .t-body{color:#d1d5db}

/* ── Animations ───────────────────────────────────────────── */
.fade-up{opacity:1;transform:none;transition:none}
.fade-up.visible{opacity:1;transform:none}

/* ══════════════════════════════════════════════════════════════
   NAVIGATION
   ══════════════════════════════════════════════════════════════ */
.nav{
  position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);border-bottom:1px solid #e5e7eb;
  transition:box-shadow .3s;
}
.nav.scrolled{box-shadow:0 1px 12px rgba(0,0,0,.08)}
.nav__inner{display:flex;align-items:center;justify-content:space-between;height:64px}
.nav__logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.15rem;color:#111827}
.nav__logo svg{flex-shrink:0}
.nav__links{display:flex;gap:32px;align-items:center}
.nav__link{font-size:.9375rem;font-weight:500;color:#4b5563;transition:color .2s}
.nav__link:hover{color:#15803d}
.nav__actions{display:flex;align-items:center;gap:16px}
.nav__login{font-size:.9375rem;font-weight:500;color:#4b5563;transition:color .2s}
.nav__login:hover{color:#111827}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:10px 24px;border-radius:8px;font-weight:600;font-size:.9375rem;
  transition:all .2s;
}
.btn--primary{background:#15803d;color:#fff}
.btn--primary:hover{background:#166534;transform:translateY(-1px);box-shadow:0 4px 12px rgba(21,128,61,.3)}
.btn--outline{border:1.5px solid #d1d5db;color:#374151;background:#fff}
.btn--outline:hover{border-color:#9ca3af;background:#f9fafb}
.btn--large{padding:14px 32px;font-size:1rem;border-radius:10px}
.btn--white{background:#fff;color:#15803d}
.btn--white:hover{background:#f0fdf4;transform:translateY(-1px)}
.btn--ext{background:linear-gradient(135deg,#22c55e,#15803d);color:#fff;box-shadow:0 2px 8px rgba(34,197,94,.25)}
.btn--ext:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(34,197,94,.4)}
.btn--ext-outline{border:1.5px solid #22c55e;color:#22c55e;background:transparent}
.btn--ext-outline:hover{background:#f0fdf4;color:#15803d}

/* ── Mobile nav toggle ────────────────────────────────────── */
.nav__toggle{display:none;flex-direction:column;gap:5px;padding:8px}
.nav__toggle span{display:block;width:22px;height:2px;background:#374151;border-radius:2px;transition:all .3s}
@media(max-width:768px){
  .nav__toggle{display:flex}
  .nav__links{
    display:none;position:absolute;top:64px;left:0;right:0;
    flex-direction:column;background:#fff;padding:24px;gap:16px;
    border-bottom:1px solid #e5e7eb;box-shadow:0 8px 24px rgba(0,0,0,.08);
  }
  .nav__links.open{display:flex}
  .nav__actions .btn{padding:8px 16px;font-size:.875rem}
}

/* ══════════════════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════════════════ */
.hero{padding:80px 0 60px;text-align:center;overflow:hidden}
.hero__badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 16px;border-radius:100px;background:#f0fdf4;
  color:#15803d;font-size:.8125rem;font-weight:600;
  margin-bottom:24px;border:1px solid #bbf7d0;
}
.hero .t-h1{max-width:800px;margin:0 auto 20px}
.hero .t-h1 em{font-style:normal;color:#15803d}
.hero .t-body{max-width:600px;margin:0 auto 36px}
.hero__cta-row{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:12px}
.hero__helper-links{font-size:.9375rem;color:#6b7280;margin-bottom:12px}
.hero__helper-links a{color:#15803d;font-weight:500}
.hero__sub-note{font-size:.8125rem;color:#9ca3af;margin-bottom:48px}

/* Hero product mockup */
.hero__mockup{
  position:relative;max-width:960px;margin:0 auto;
  border-radius:16px;overflow:hidden;
  box-shadow:0 25px 60px rgba(0,0,0,.12),0 4px 16px rgba(0,0,0,.06);
  border:1px solid #e5e7eb;
}
.hero__mockup-img{width:100%;display:block}

/* Trust logos */
.trust{padding:48px 0;text-align:center;overflow:hidden}
.trust__label{font-size:.8125rem;font-weight:500;color:#9ca3af;margin-bottom:24px}
.trust__track{display:flex;gap:48px;width:max-content}
.trust__logo{height:28px;opacity:.4;filter:grayscale(1);transition:opacity .3s}
.trust__logo:hover{opacity:.7}

/* ══════════════════════════════════════════════════════════════
   FEATURES (alternating layout like Grammarly)
   ══════════════════════════════════════════════════════════════ */
.feature{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:48px;align-items:center;padding:80px 0}
.feature:nth-child(even){direction:rtl}
.feature:nth-child(even) > *{direction:ltr}
.feature__text{max-width:560px}
.feature__text .t-label{margin-bottom:12px}
.feature__text .t-h2{margin-bottom:16px}
.feature__text .t-body{margin-bottom:24px}
.feature__visual{
  position:relative;border-radius:16px;overflow:hidden;width:100%;
  background:#f3f4f6;
  box-shadow:0 8px 30px rgba(0,0,0,.08);
}
.feature--comments{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:44px}
.feature--comments .feature__text{max-width:530px}
.feature--comments .feature__visual-inner{min-height:460px;padding:34px}
.feature--analytics{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:42px}
.feature--analytics .feature__text{max-width:520px}
.feature--analytics .feature__visual-inner{min-height:430px;padding:36px}
.feature--voice{grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:44px}
.feature--voice .feature__text{max-width:540px}
.feature--voice .feature__visual-inner{min-height:400px;padding:34px}
.feature--decode{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:44px}
.feature--decode .feature__text{max-width:520px}
.feature--decode .feature__visual-inner{min-height:430px;padding:36px}
.feature__visual-inner{
  padding:32px;display:flex;align-items:center;justify-content:center;
  min-height:360px;
}

/* ── 3-Step Product Demo Player ──────────────────────────── */
.demo-player{position:relative;overflow:hidden}
.demo-player--guided{padding:20px;background:
  radial-gradient(circle at top right, rgba(34,197,94,.12), transparent 28%),
  linear-gradient(160deg,#f0fdf4 0%,#ecfdf5 40%,#f8fafc 100%)}
.demo-steps{
  position:relative;z-index:10;
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;
  margin-bottom:18px;
}
.demo-steps__item{
  font-size:12px;font-weight:700;color:#6b7280;
  display:flex;align-items:center;justify-content:flex-start;gap:8px;
  transition:all .2s;
  padding:12px 14px;border-radius:16px;
  border:1px solid #dbe3ea;background:rgba(255,255,255,.96);
  text-align:left;
}
.demo-steps__dot{
  width:22px;height:22px;border-radius:50%;background:#e5e7eb;
  display:flex;align-items:center;justify-content:center;
  font-size:11px;font-weight:800;color:#fff;transition:background .2s;
}
.demo-steps__item.is-active{
  color:#15803d;border-color:#86efac;background:#f0fdf4;
  box-shadow:0 10px 25px rgba(21,128,61,.12);
  transform:translateY(-1px);
}
.demo-steps__item.is-active .demo-steps__dot{background:#15803d}
.demo-caption{
  text-align:left;margin-bottom:14px;padding:6px 4px 0;
}
.demo-caption__meta{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin-bottom:8px;
}
.demo-caption__eyebrow{
  font-size:.75rem;font-weight:700;letter-spacing:.08em;
  text-transform:uppercase;color:#15803d;margin-bottom:6px;
}
.demo-caption__hint{
  font-size:.78rem;font-weight:700;color:#0f172a;
  background:#ffffff;border:1px solid #dbe3ea;border-radius:999px;
  padding:6px 10px;white-space:nowrap;
}
.demo-caption__title{
  font-size:1.28rem;font-weight:800;color:#111827;margin-bottom:6px;
}
.demo-caption__body{
  font-size:.96rem;color:#4b5563;line-height:1.7;max-width:760px;
}
.demo-nav{
  display:flex;justify-content:flex-end;gap:10px;margin-bottom:10px;
}
.demo-nav__btn{
  padding:9px 14px;border-radius:999px;border:1px solid #d1d5db;
  background:#fff;color:#374151;font-size:.875rem;font-weight:700;
}
.demo-nav__btn--primary{
  background:#15803d;border-color:#15803d;color:#fff;
}
.demo-stage{
  position:relative;border:1px solid #dfe7d8;border-radius:22px;
  background:rgba(255,255,255,.78);backdrop-filter:blur(8px);
  box-shadow:0 20px 50px rgba(15,23,42,.08);
  overflow:hidden;
}
.demo-frame{
  position:relative;display:none;opacity:1;overflow:visible;
}
.demo-player[data-demo-step="1"] .demo-frame--1,
.demo-player[data-demo-step="2"] .demo-frame--2,
.demo-player[data-demo-step="3"] .demo-frame--3{
  display:block;
}

/* AI Copilot bar (matches real extension screenshot) */
.demo-copilot-bar{
  display:flex;align-items:center;gap:8px;flex:1;
  background:linear-gradient(90deg,#dbeafe,#eff6ff);
  border-radius:8px;padding:5px 10px;
  border:1px solid #bfdbfe;
}
.demo-gen-btn{
  background:#2563eb;color:#fff;border:none;border-radius:6px;
  padding:5px 14px;font-size:11px;font-weight:700;cursor:pointer;
  margin-left:auto;
}

/* Animated cursor (click indicator) */
.demo-cursor{
  display:none;
}

/* Comment option highlight animation */
.demo-option--selected{
  box-shadow:0 0 0 4px rgba(59,130,246,.12);
}

/* "Post it" button glow */
.demo-postit-btn{
  box-shadow:0 10px 22px rgba(21,128,61,.16);
}

/* Comment typing effect */
.demo-comment-box{
  border:2px solid #e5e7eb;border-radius:12px;padding:14px 16px;
}
.demo-typing{
  overflow:hidden;
}

/* Comment submit button */
.demo-comment-submit{
  background:#2563eb;color:#fff;border:none;border-radius:20px;
  padding:8px 24px;font-size:13px;font-weight:700;cursor:pointer;
  box-shadow:0 10px 24px rgba(37,99,235,.18);
}

/* Success badge */
.demo-success{
  display:flex;align-items:center;gap:8px;justify-content:center;
  margin-top:12px;padding:10px;border-radius:10px;
  background:#f0fdf4;border:1.5px solid #bbf7d0;
}
.demo-callout{
  display:inline-block;margin:16px 8px 0;padding:10px 14px;
  border-radius:999px;background:rgba(255,255,255,.92);
  border:1px solid #d1d5db;font-size:.875rem;font-weight:600;color:#374151;
  box-shadow:0 10px 24px rgba(15,23,42,.08);
}
.demo-callout--right{float:right}
.demo-callout--left{float:left}
.demo-frame::after{content:'';display:block;clear:both}

.demo-player[data-demo-step="1"] .demo-copilot-bar{
  box-shadow:0 0 0 4px rgba(37,99,235,.12),0 10px 24px rgba(37,99,235,.12);
}
.demo-player[data-demo-step="1"] .demo-frame--1 [style*="1 comment"]{
  opacity:.58;
}
.demo-player[data-demo-step="2"] .demo-option--selected{
  box-shadow:0 0 0 4px rgba(59,130,246,.14),0 12px 24px rgba(59,130,246,.08);
}
.demo-player[data-demo-step="2"] .demo-frame--2 .demo-option:not(.demo-option--selected){
  opacity:.55;
}
.demo-player[data-demo-step="3"] .demo-comment-box{
  box-shadow:0 0 0 4px rgba(37,99,235,.08);
}
.demo-player[data-demo-step="3"] .demo-frame--3 [style*="font-size:12px;color:#6b7280;line-height:1.5"]{
  opacity:.55;
}
.demo-player[data-demo-step="3"] .demo-success{
  box-shadow:0 10px 22px rgba(21,128,61,.12);
}

/* Responsive */
@media(max-width:768px){
  .demo-player{min-height:480px}
  .demo-player--guided{padding:14px}
  .demo-steps{grid-template-columns:1fr;gap:8px}
  .demo-steps__item{font-size:10px;padding:8px 10px}
  .demo-caption__meta{align-items:flex-start;flex-direction:column}
  .demo-caption__title{font-size:1.05rem}
  .demo-caption__body{font-size:.9rem}
  .demo-nav{justify-content:space-between}
  .demo-copilot-bar{font-size:10px;gap:4px}
  .demo-option{padding:8px 10px!important}
  .demo-callout{display:block;float:none;margin:12px 0 0}
}
@media(max-width:480px){
  .demo-nav__btn{flex:1}
}

/* Accessibility */
@media(prefers-reduced-motion:reduce){
  .demo-cursor,.demo-success{animation:none}
}

/* ── Grammarly-style visual scene ────────────────────────── */
.gv-scene{
  position:relative;display:flex;flex-direction:column;gap:18px;
  background:linear-gradient(160deg,#f0fdf4 0%,#ecfdf5 40%,#f8fafc 100%);
  padding:28px 24px 32px;
}
.gv-app-card{
  position:relative;
  width:100%;background:#fff;border-radius:14px;
  box-shadow:0 16px 34px rgba(15,23,42,.08);padding:22px 24px;
  border:1px solid #e5e7eb;
}
.gv-app-card__bar{
  display:flex;align-items:center;gap:6px;margin-bottom:12px;
  padding-bottom:10px;border-bottom:1px solid #f3f4f6;
}
.gv-suggest{
  position:relative;margin-top:0;z-index:2;
  padding:0;
}
.gv-suggest__inner{
  background:#fff;border:2px solid #15803d;border-radius:14px;
  box-shadow:0 18px 40px rgba(21,128,61,.14);padding:20px 22px;
}
.gv-prompt{
  display:flex;align-items:center;justify-content:space-between;
  background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:10px;
  padding:10px 14px;margin-top:10px;
}
.gv-prompt__arrow{flex-shrink:0}
.gv-brand-icon{
  position:static;margin-left:auto;
  width:36px;height:36px;border-radius:50%;
  background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);
  display:flex;align-items:center;justify-content:center;
  z-index:4;
}

/* Legacy mockup styles (kept for compat) */
.feature__demo{
  width:100%;max-width:400px;background:#fff;border-radius:12px;
  box-shadow:0 2px 12px rgba(0,0,0,.06);padding:24px;
  border:1px solid #e5e7eb;
}
.feature__demo-bar{display:flex;gap:6px;margin-bottom:16px}
.feature__demo-dot{width:10px;height:10px;border-radius:50%;background:#e5e7eb}
.feature__demo-dot--green{background:#86efac}
.feature__demo-line{height:10px;border-radius:4px;background:#f3f4f6;margin-bottom:8px}
.feature__demo-line--short{width:60%}
.feature__demo-line--med{width:80%}
.feature__demo-line--accent{background:#dcfce7;position:relative}
.feature__demo-line--accent::after{content:'✓';position:absolute;right:-24px;top:-3px;font-size:14px;color:#15803d}
.feature__demo-btn{
  display:inline-block;padding:8px 20px;background:#15803d;color:#fff;
  border-radius:6px;font-size:.8125rem;font-weight:600;margin-top:12px;
}
.feature__list{display:flex;flex-direction:column;gap:12px;margin-top:4px}
.feature__list-item{display:flex;align-items:flex-start;gap:10px;font-size:1rem;color:#374151}
.feature__list-item svg{flex-shrink:0;margin-top:4px}

/* Premium AI comments showcase */
.comment-showcase{
  position:relative;isolation:isolate;width:100%;
  min-height:430px;padding:30px;overflow:hidden;
  background:
    radial-gradient(circle at top right, rgba(34,197,94,.20), transparent 28%),
    radial-gradient(circle at bottom left, rgba(59,130,246,.10), transparent 30%),
    linear-gradient(160deg,#f7fff9 0%,#eefbf4 45%,#f8fafc 100%);
}
.comment-showcase__glow{
  position:absolute;inset:18px;border-radius:28px;
  background:linear-gradient(135deg,rgba(34,197,94,.08),rgba(255,255,255,0) 45%,rgba(59,130,246,.08));
  filter:blur(4px);pointer-events:none;z-index:0;
}
.comment-showcase__chips{
  position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px;
}
.comment-showcase__chip{
  padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.85);
  border:1px solid #dfe7d8;color:#166534;font-size:.78rem;font-weight:700;
  letter-spacing:.02em;
}
.comment-showcase__post,
.comment-showcase__panel,
.comment-showcase__prompt{
  position:relative;z-index:1;
}
.comment-showcase__post{
  background:#fff;border:1px solid #e5e7eb;border-radius:22px;
  box-shadow:0 18px 40px rgba(15,23,42,.08);padding:22px 22px 18px;
  margin-bottom:18px;
}
.comment-showcase__post-header{
  display:flex;align-items:center;gap:14px;margin-bottom:18px;
}
.comment-showcase__linkedin{
  width:28px;height:28px;border-radius:8px;background:#0a66c2;color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;
}
.comment-showcase__author{
  display:flex;align-items:center;gap:12px;flex:1;
}
.comment-showcase__avatar{
  width:46px;height:46px;border-radius:50%;
  background:linear-gradient(135deg,#dbeafe,#bfdbfe);
}
.comment-showcase__name{font-size:1.05rem;font-weight:800;color:#111827}
.comment-showcase__role{font-size:.88rem;color:#9ca3af}
.comment-showcase__time{font-size:.8rem;font-weight:700;color:#9ca3af}
.comment-showcase__post-copy{
  font-size:1rem;line-height:1.7;color:#374151;margin-bottom:14px;
}
.comment-showcase__engagement{
  display:flex;gap:14px;flex-wrap:wrap;font-size:.82rem;font-weight:700;color:#94a3b8;
}
.comment-showcase__panel{
  margin:0;padding:22px;border-radius:24px;background:#fff;
  border:2px solid #15803d;box-shadow:0 20px 45px rgba(21,128,61,.14);
}
.comment-showcase__panel-top{
  display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:14px;
}
.comment-showcase__eyebrow{
  font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#15803d;margin-bottom:6px;
}
.comment-showcase__headline{
  font-size:1.08rem;font-weight:800;color:#111827;line-height:1.35;max-width:340px;
}
.comment-showcase__score{
  min-width:96px;padding:10px 12px;border-radius:16px;background:#f0fdf4;border:1px solid #bbf7d0;
  text-align:center;
}
.comment-showcase__score span{display:block;font-size:.72rem;font-weight:700;color:#15803d;text-transform:uppercase;letter-spacing:.06em}
.comment-showcase__score strong{display:block;font-size:1.55rem;color:#166534;line-height:1.1}
.comment-showcase__draft{
  background:linear-gradient(135deg,#f8faf5,#effaf2);border-radius:16px;
  padding:18px 18px 16px;font-size:1rem;line-height:1.75;color:#334155;border:1px solid #e2f4e7;
}
.comment-showcase__meta{
  display:flex;gap:8px;flex-wrap:wrap;margin-top:12px;
}
.comment-showcase__tag{
  padding:6px 10px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;
  font-size:.76rem;font-weight:700;color:#64748b;
}
.comment-showcase__actions{
  display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:16px;
}
.comment-showcase__btn{
  padding:11px 18px;border-radius:12px;font-size:.92rem;font-weight:800;border:1px solid transparent;
}
.comment-showcase__btn--primary{
  background:#15803d;color:#fff;box-shadow:0 14px 26px rgba(21,128,61,.18);
}
.comment-showcase__btn--secondary{
  background:#f0fdf4;color:#15803d;border-color:#bbf7d0;
}
.comment-showcase__insight{
  margin-left:auto;min-width:210px;max-width:250px;padding:10px 12px;border-radius:14px;
  background:#eff6ff;border:1px solid #bfdbfe;display:flex;flex-direction:column;gap:3px;
}
.comment-showcase__insight strong{font-size:.78rem;color:#1d4ed8;text-transform:uppercase;letter-spacing:.06em}
.comment-showcase__insight span{font-size:.84rem;color:#475569;line-height:1.5}
.comment-showcase__prompt{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin-top:16px;padding:14px 18px;border-radius:18px;background:rgba(240,253,244,.9);
  border:1.5px solid #bbf7d0;color:#64748b;font-size:.98rem;font-weight:600;
}

@media(max-width:1100px){
  .feature{grid-template-columns:1fr;gap:40px;padding:56px 0}
  .feature:nth-child(even){direction:ltr}
  .feature__text{max-width:100%}
  .feature__visual{max-width:860px;width:100%;margin:0 auto}
  .feature__visual-inner{min-height:auto}
  .feature--comments,
  .feature--analytics,
  .feature--voice,
  .feature--decode{grid-template-columns:1fr}
  .feature--comments .feature__text,
  .feature--analytics .feature__text,
  .feature--voice .feature__text,
  .feature--decode .feature__text{max-width:100%}
}

@media(max-width:768px){
  .comment-showcase{padding:18px;min-height:auto}
  .comment-showcase__chips{gap:8px}
  .comment-showcase__chip{font-size:.72rem;padding:6px 10px}
  .comment-showcase__panel{padding:18px}
  .comment-showcase__panel-top{flex-direction:column}
  .comment-showcase__headline{max-width:none}
  .comment-showcase__draft{font-size:.95rem;line-height:1.65}
  .comment-showcase__actions{align-items:stretch}
  .comment-showcase__btn{flex:1;min-width:0}
  .comment-showcase__insight{margin-left:0;max-width:none}
  .comment-showcase__prompt{font-size:.92rem;padding:12px 14px}
}

@media(max-width:768px){
  .feature{grid-template-columns:1fr;gap:40px;padding:48px 0}
  .feature:nth-child(even){direction:ltr}
  .feature__text{max-width:100%}
  .gv-scene{padding:20px 16px 28px}
  .gv-app-card{padding:14px 16px}
  .gv-suggest__inner{padding:14px 16px}
  .gv-prompt{padding:8px 12px}
}

/* ══════════════════════════════════════════════════════════════
   FEATURE GRID (Grammarly-style inline cards)
   ══════════════════════════════════════════════════════════════ */
.fgrid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.feature-bands{display:flex;flex-direction:column;gap:28px}
.feature-band{
  padding:28px;border-radius:28px;
  background:
    radial-gradient(circle at top right, rgba(34,197,94,.08), transparent 24%),
    linear-gradient(180deg,#ffffff 0%,#fbfcfa 100%);
  border:1px solid #e7ebee;
  box-shadow:0 24px 50px rgba(15,23,42,.05);
}
.feature-band__intro{
  display:flex;align-items:end;justify-content:space-between;gap:24px;
  padding-bottom:18px;margin-bottom:22px;border-bottom:1px solid #edf1f4;
}
.feature-band__eyebrow{
  font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#15803d;
  margin-bottom:10px;
}
.feature-band__title{
  font-size:1.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.15;color:#111827;
}
.feature-band__copy{
  max-width:520px;font-size:.98rem;line-height:1.7;color:#667085;
}
.fcard{
  position:relative;display:flex;align-items:flex-start;gap:18px;
  min-height:168px;padding:28px 28px 30px;border-radius:24px;
  background:
    radial-gradient(circle at top right, rgba(34,197,94,.08), transparent 26%),
    linear-gradient(180deg,#ffffff 0%,#fcfdfb 100%);
  border:1px solid #e5e7eb;
  box-shadow:0 18px 40px rgba(15,23,42,.06);
}
.fcard::before{
  content:'';position:absolute;left:28px;right:28px;top:0;height:1px;
  background:linear-gradient(90deg,rgba(34,197,94,.18),rgba(59,130,246,.12),rgba(234,88,12,.12));
}
.fcard__icon{
  flex-shrink:0;width:50px;height:50px;border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  font-size:22px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 10px 24px rgba(15,23,42,.08);
}
.fcard__body{flex:1;min-width:0}
.fcard__title{font-size:1.125rem;font-weight:800;color:#111827;letter-spacing:-.01em;margin-bottom:8px}
.fcard__desc{font-size:.965rem;color:#667085;line-height:1.72;max-width:48ch}
@media(max-width:768px){
  .feature-band{padding:22px}
  .feature-band__intro{flex-direction:column;align-items:flex-start;gap:10px}
  .feature-band__title{font-size:1.25rem}
  .fgrid{grid-template-columns:1fr}
  .fcard{min-height:auto;padding:24px}
}

/* ══════════════════════════════════════════════════════════════
   HOW IT WORKS
   ══════════════════════════════════════════════════════════════ */
.steps{text-align:center;margin-bottom:24px}
.steps .t-h2{margin-bottom:16px}
.steps .t-body{max-width:600px;margin:0 auto 60px}
.steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}
.step{text-align:center;position:relative}
.step__num{
  display:inline-flex;align-items:center;justify-content:center;
  width:56px;height:56px;border-radius:50%;
  background:#f0fdf4;color:#15803d;font-size:1.25rem;font-weight:800;
  margin-bottom:20px;border:2px solid #bbf7d0;
}
.step__title{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:8px}
.step__desc{font-size:.9375rem;color:#6b7280;max-width:280px;margin:0 auto}
/* Connector lines between steps */
.step:not(:last-child)::after{
  content:'';position:absolute;top:28px;left:calc(50% + 36px);
  width:calc(100% - 72px);height:2px;background:#e5e7eb;
}
@media(max-width:768px){
  .steps__grid{grid-template-columns:1fr;gap:40px}
  .step::after{display:none}
}

/* ══════════════════════════════════════════════════════════════
   SOCIAL PROOF / STATS
   ══════════════════════════════════════════════════════════════ */
.proof{text-align:center}
.proof .t-h2{margin-bottom:16px}
.proof .t-body{max-width:640px;margin:0 auto 60px}
.evidence-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.evidence-card{
  text-align:left;padding:32px;border-radius:16px;background:#fff;
  border:1px solid #e5e7eb;
}
.evidence-card__title{font-size:1.0625rem;font-weight:700;color:#111827;margin-bottom:10px}
.evidence-card__text{font-size:.975rem;color:#4b5563;line-height:1.75}
@media(max-width:768px){
  .evidence-grid{grid-template-columns:1fr}
}

/* ══════════════════════════════════════════════════════════════
   PRICING
   ══════════════════════════════════════════════════════════════ */
.pricing{text-align:center}
.pricing .t-h2{margin-bottom:8px}
.pricing .t-body{max-width:560px;margin:0 auto 48px}
.pricing__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:800px;margin:0 auto}
/* 5-column pricing grid for homepage */
.pricing__cards--5{grid-template-columns:repeat(5,1fr);max-width:1200px;gap:20px}
@media(max-width:1024px){.pricing__cards--5{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.pricing__cards--5{grid-template-columns:1fr}}
.pcard--compact{padding:28px 20px}
.pcard--compact .pcard__name{font-size:1.125rem;margin-bottom:8px}
.pcard--compact .pcard__price{font-size:2rem;margin-bottom:2px}
.pcard--compact .pcard__price span{font-size:.875rem}
.pcard--compact .pcard__period{font-size:.8125rem;margin-bottom:20px}
.pcard--compact .pcard__features{gap:8px;margin-bottom:24px}
.pcard--compact .pcard__feat{font-size:.8125rem}
.pcard{
  text-align:left;padding:40px;border-radius:20px;background:#fff;
  border:1px solid #e5e7eb;position:relative;transition:transform .2s,box-shadow .2s;
}
.pcard:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}
.pcard--featured{border:2px solid #15803d}
.pcard__badge{
  position:absolute;top:-14px;left:50%;transform:translateX(-50%);
  background:#15803d;color:#fff;font-size:.75rem;font-weight:700;
  padding:4px 16px;border-radius:100px;letter-spacing:.04em;text-transform:uppercase;
}
.pcard__tier{font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:4px}
.pcard__name{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:12px}
.pcard__price{font-size:3rem;font-weight:800;color:#111827;margin-bottom:4px}
.pcard__price span{font-size:1rem;font-weight:500;color:#6b7280}
.pcard__period{font-size:.875rem;color:#9ca3af;margin-bottom:24px}
.pcard__features{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}
.pcard__feat{display:flex;align-items:center;gap:10px;font-size:.9375rem;color:#374151}
.pcard__feat svg{flex-shrink:0;color:#15803d}
.pcard__btn{width:100%}
@media(max-width:768px){
  .pricing__cards{grid-template-columns:1fr}
}

/* ══════════════════════════════════════════════════════════════
   FAQ
   ══════════════════════════════════════════════════════════════ */
.faq{text-align:center}
.faq .t-h2{margin-bottom:16px}
.faq .t-body{max-width:560px;margin:0 auto 48px}
.faq__list{max-width:760px;margin:0 auto;text-align:left}
.faq__item{border-bottom:1px solid #e5e7eb}
.faq__q{
  display:flex;align-items:center;justify-content:space-between;
  padding:20px 0;font-size:1.0625rem;font-weight:600;color:#111827;
  cursor:pointer;transition:color .2s;gap:16px;
}
.faq__q:hover{color:#15803d}
.faq__q svg{flex-shrink:0;transition:transform .3s}
.faq__item.open .faq__q svg{transform:rotate(180deg)}
.faq__a{
  max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s;
  font-size:.9375rem;color:#6b7280;line-height:1.7;
}
.faq__item.open .faq__a{max-height:300px;padding-bottom:20px}

/* ══════════════════════════════════════════════════════════════
   TRUST / COMPLIANCE
   ══════════════════════════════════════════════════════════════ */
.compliance__intro{text-align:center;margin-bottom:56px}
.compliance__intro .t-h2{margin-bottom:16px}
.compliance__intro .t-body{max-width:640px;margin:0 auto}
.compliance__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.compliance__card{
  padding:28px;border-radius:16px;background:#f8faf5;
  border:1px solid #dfe7d8;
}
.compliance__card .t-h3{margin-bottom:10px}
@media(max-width:768px){
  .compliance__grid{grid-template-columns:1fr}
}

/* ══════════════════════════════════════════════════════════════
   BOTTOM CTA
   ══════════════════════════════════════════════════════════════ */
.cta-bottom{text-align:center}
.cta-bottom .t-h2{color:#fff;margin-bottom:16px}
.cta-bottom .t-body{color:#d1d5db;max-width:520px;margin:0 auto 36px}
.cta-bottom__row{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:12px}
.cta-bottom__note{font-size:.8125rem;color:#6b7280}

/* ══════════════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════════════ */
.footer{background:#111827;color:#9ca3af;padding:64px 0 32px}
.footer__grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:48px;margin-bottom:48px}
.footer__brand-desc{font-size:.875rem;line-height:1.7;margin-top:12px;max-width:280px}
.footer__col-title{font-size:.8125rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}
.footer__link{display:block;font-size:.875rem;color:#9ca3af;padding:4px 0;transition:color .2s}
.footer__link:hover{color:#fff}
.footer__bottom{
  display:flex;align-items:center;justify-content:space-between;
  padding-top:24px;border-top:1px solid #1f2937;font-size:.8125rem;
}
.footer__socials{display:flex;gap:16px}
.footer__socials a{color:#6b7280;transition:color .2s}
.footer__socials a:hover{color:#fff}
@media(max-width:768px){
  .footer__grid{grid-template-columns:1fr 1fr;gap:32px}
  .footer__bottom{flex-direction:column;gap:16px;text-align:center}
}

/* ══════════════════════════════════════════════════════════════
   PRICING PAGE SPECIFICS
   ══════════════════════════════════════════════════════════════ */
.pricing-hero{padding:80px 0 40px;text-align:center}
.pricing-hero .t-h1{margin-bottom:16px}
.pricing-hero .t-body{max-width:560px;margin:0 auto}

.usage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:60px}
.usage-step{text-align:center;padding:28px 24px}
.usage-step__num{
  display:inline-flex;align-items:center;justify-content:center;
  width:40px;height:40px;border-radius:50%;background:#f0fdf4;
  color:#15803d;font-weight:700;margin-bottom:16px;
}
.usage-step__title{font-weight:700;color:#111827;margin-bottom:6px}
.usage-step__desc{font-size:.9375rem;color:#6b7280}

.spend-table{max-width:640px;margin:48px auto 0;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}
.spend-table table{width:100%;border-collapse:collapse}
.spend-table th{background:#f9fafb;padding:14px 20px;text-align:left;font-size:.8125rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}
.spend-table td{padding:14px 20px;border-top:1px solid #e5e7eb;font-size:.9375rem;color:#374151}
.spend-table tr:hover td{background:#f0fdf4}
@media(max-width:768px){.usage-grid{grid-template-columns:1fr}}
