.industry-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 24px; align-items: stretch; }
.industry-tabs { display: grid; gap: 9px; }
.industry-tabs button { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid var(--color-border); border-radius: 13px; background: rgba(255,255,255,.55); color: var(--color-text-muted); text-align: left; font: inherit; font-size: .85rem; font-weight: 500; cursor: pointer; transition: border-color .18s, background .18s, color .18s; }
.industry-tabs button span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: #eef3ff; color: #6d6963; }
.industry-tabs button[aria-selected="true"] { border-color: #215ae8; background: #fff; color: var(--color-text); box-shadow: 0 8px 24px rgba(33,65,145,.07); }
.industry-tabs button[aria-selected="true"] span { background: #eef3ff; color: #215ae8; }
.industry-panel { display: flex; flex-direction: column; justify-content: center; min-height: 405px; padding: 42px; border: 1px solid var(--color-border); border-radius: 24px; background: #fff; }
.industry-panel h3 { max-width: 610px; margin: 24px 0 13px; font-family: inherit; font-size: 1.65rem; font-weight: 700; }
.industry-panel p { max-width: 660px; color: var(--color-text-muted); }
.industry-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 11px; }
.industry-tags span { padding: .35rem .62rem; border: 1px solid var(--color-border); border-radius: 999px; background: #f1f3f4; color: var(--color-text-muted); font-size: .7rem; }
.industry-panel a { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--color-border); color: #215ae8; text-decoration: none; font-size: .82rem; font-weight: 600; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.testimonial-grid figure { display: flex; flex-direction: column; min-height: 245px; margin: 0; padding: 26px; border: 1px solid var(--color-border); border-radius: 15px; background: #fff; }
.testimonial-stars { font-size: .72rem; }
.testimonial-grid blockquote { margin: 18px 0 25px; color: #3f4d70; font-size: .86rem; line-height: 1.7; }
.testimonial-grid figcaption { display: flex; align-items: center; gap: 11px; margin-top: auto; }
.testimonial-grid figcaption > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #eef3ff; color: #215ae8; font-size: .76rem; font-weight: 700; }
.testimonial-grid figcaption strong, .testimonial-grid figcaption small { display: block; }
.testimonial-grid figcaption strong { font-size: .78rem; }
.testimonial-grid figcaption small { color: var(--color-text-muted); font-size: .67rem; }
.output-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.output-grid article { min-height: 210px; padding: 26px; border: 1px solid var(--color-border); border-radius: 15px; background: #fff; }
.output-grid h3 { margin: 18px 0 10px; font-size: 1rem; }
.output-grid p { margin: 0; color: var(--color-text-muted); font-size: .86rem; line-height: 1.7; }
.output-badge { display: inline-flex; padding: .35rem .62rem; border-radius: 999px; background: #eef3ff; color: #215ae8; font-size: .7rem; font-weight: 700; }
.callout-card-centered { grid-template-columns: 1fr; justify-items: center; text-align: center; }
.callout-card-centered > div { max-width: 760px; }
.footer-mark { margin-bottom: 20px; }
.site-footer-grid { grid-template-columns: 1.7fr repeat(3,1fr); }
.footer-language { border: 1px solid #343434; border-radius: 8px; background: #202020; color: #d5d5d5; padding: .48rem .75rem; font: inherit; font-size: .75rem; }
@media (max-width: 900px) {
  .industry-layout { grid-template-columns: 1fr; }
  .industry-tabs { grid-template-columns: repeat(2,1fr); }
  .testimonial-grid, .output-grid { grid-template-columns: 1fr 1fr; }
  .site-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .industry-tabs, .testimonial-grid, .output-grid, .site-footer-grid { grid-template-columns: 1fr; }
  .industry-panel { min-height: 0; padding: 29px; }
}

/* TrendsBar-inspired hero: centered hierarchy, light grid and compact browser CTAs. */
.landing-hero { padding: 96px 16px 120px; background: #fff; text-align: center; }
.landing-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(26,26,26,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(26,26,26,.065) 1px, transparent 1px); background-size: 50px 50px; mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.92) 72%, transparent 100%); }
.landing-hero-inner { width: min(1136px, 100%); }
.hero-heading { max-width: 960px; margin: 0 auto; text-align: center; }
.hero-heading .rating-line { display: inline-flex; padding: 4px 11px 4px 4px; border: 1px solid var(--color-border); border-radius: 999px; background: rgba(255,255,255,.92); }
.hero-announcement { gap: 9px; color: var(--color-text); font-size: .875rem; line-height: 20px; white-space: nowrap; }
.hero-announcement-badge { padding: 4px 12px; border-radius: 999px; background: var(--color-primary); color: #fff; font-weight: 650; }
.hero-announcement-icon { font-size: 1rem; line-height: 1; }
.hero-announcement-text { font-weight: 500; }
.landing-hero .hero-heading h1 { max-width: 960px; margin: 18px auto 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(3.5rem, 5vw, 4.5rem); font-weight: 700; line-height: 1; letter-spacing: -.055em; }
.hero-content-grid { display: flex; flex-direction: column; align-items: center; margin-top: 28px; }
.hero-copy-column { display: flex; flex-direction: column; align-items: center; min-width: 0; }
.hero-copy-column .landing-hero-copy { max-width: 768px; margin: 0; color: var(--color-text-muted); font-size: 1.25rem; line-height: 1.4; text-align: center; }
.hero-title-highlight { color: var(--color-primary); }
.browser-install-actions { gap: 16px; }
.browser-install-button { min-width: 0; min-height: 44px; padding: 11px 24px; gap: 9px; border-radius: 999px; box-shadow: none; font-size: .875rem; font-weight: 600; line-height: 20px; }
.browser-install-icon { display: block; flex: 0 0 20px; width: 20px !important; height: 20px !important; }
.hero-copy-column .primary-actions { justify-content: center; margin-top: 30px; }
.hero-copy-column .primary-actions .button { min-width: 0; }
.hero-copy-column .hero-proof-row { justify-content: center; gap: .5rem 1.25rem; margin: 26px 0 0; color: var(--color-text-muted); font-size: .875rem; }
.hero-video-wrap { position: relative; width: 100%; max-width: 1024px; margin: 96px auto 0; }
.hero-video-glow { position: absolute; inset: -16px; z-index: -1; border-radius: 32px; background: linear-gradient(45deg, rgba(33,90,232,.12), rgba(33,90,232,.05), transparent); filter: blur(22px); }
.hero-video-card { overflow: hidden; border: 1px solid rgba(26,26,26,.14); border-radius: 14px; background: #fff; box-shadow: 0 24px 64px rgba(33,65,145,.12); }
.hero-video-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid var(--color-border); background: rgba(241, 243, 244, .72); }
.hero-video-bar > span { width: 10px; height: 10px; border-radius: 50%; background: rgba(239,68,68,.55); }
.hero-video-bar > span:nth-child(2) { background: rgba(245,158,11,.55); }
.hero-video-bar > span:nth-child(3) { background: rgba(16,185,129,.55); }
.hero-video-bar div { flex: 1; margin-left: 12px; padding: 4px 12px; border-radius: 6px; background: var(--color-surface); color: var(--color-text-muted); font-size: .75rem; }
.hero-video-card video { display: block; width: 100%; height: auto; }
@media (max-width: 900px) {
  .landing-hero { padding: 80px 16px 72px; }
  .hero-video-wrap { margin-top: 72px; }
}
@media (max-width: 620px) {
  .landing-hero { padding: 62px 14px 58px; }
  .hero-announcement { gap: 7px; font-size: .8rem; }
  .hero-announcement-badge { padding-inline: 10px; }
  .landing-hero .hero-heading h1 { font-size: 2.75rem; line-height: 1.02; }
  .hero-content-grid { margin-top: 24px; }
  .hero-copy-column .landing-hero-copy { font-size: 1rem; line-height: 1.65; }
  .hero-copy-column .primary-actions { align-items: stretch; }
  .hero-copy-column .primary-actions .button { width: 100%; }
  .browser-install-actions { gap: 12px; }
  .browser-install-button { min-width: 0; }
  .hero-copy-column .hero-proof-row { display: grid; justify-content: center; }
  .hero-video-wrap { margin-top: 56px; }
}

/* Source-site industry tabs and feature demo. */
.page-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.industry-container, .features-container { width: min(1024px, calc(100% - 32px)); }
.industry-container > .section-heading-block, .features-container > .section-heading-block { max-width: none; margin-bottom: 64px; }
.industry-container > .section-heading-block h2, .features-container > .section-heading-block h2 { font-size: 2.25rem; line-height: 1.2; }
.industry-container > .section-heading-block > p:last-child, .features-container > .section-heading-block > p:last-child { max-width: 576px; margin: 20px auto 0; }
.industry-layout { grid-template-columns: 260px minmax(0, 1fr); gap: 24px; }
.industry-tabs { gap: 8px; }
.industry-tabs button { gap: 12px; min-height: 60px; padding: 12px 16px; border-radius: 12px; background: rgba(255,255,255,.4); font-size: .875rem; }
.industry-tabs button > span { flex: 0 0 32px; width: 32px; height: 32px; border-radius: 8px; background: rgba(33,90,232,.1); color: #215ae8; }
.industry-tabs button > span svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.industry-tabs button[aria-selected="true"] { border-color: #215ae8; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.industry-tabs button[aria-selected="true"] > span { background: #215ae8; color: #fff; }
.industry-panel { min-height: 400px; padding: 48px; }
.industry-panel .audience-icon { width: 48px; height: 48px; border-radius: 12px; }
.industry-panel .audience-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.industry-panel h3 { margin: 28px 0 16px; font-size: 1.875rem; line-height: 1.4; }
.industry-panel p { margin: 0; font-size: 1rem; line-height: 1.65; }
.industry-tags { margin-top: 24px; }
.industry-tags span { padding: .35rem .65rem; background: #faf9f7; font-size: .75rem; }
.industry-panel a { display: flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 28px; font-size: .875rem; }
.industry-panel a span { font-size: 1.1rem; transition: transform .18s; }
.industry-panel a:hover span { transform: translateX(3px); }
.features-section { padding: 128px 0; }
.feature-demo { position: relative; width: min(768px, 100%); margin: 0 auto; }
.feature-demo-glow { position: absolute; inset: -24px -32px; z-index: -1; border-radius: 40px; background: linear-gradient(45deg, rgba(33,90,232,.15), rgba(33,90,232,.05), transparent); filter: blur(32px); }
.feature-demo-card { overflow: hidden; border: 1px solid var(--color-border); border-radius: 16px; background: #fff; box-shadow: 0 25px 50px rgba(68,65,61,.12), 0 0 0 1px rgba(0,0,0,.05); }
.feature-demo-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid var(--color-border); background: rgba(241, 243, 244, .55); }
.feature-demo-bar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(239,68,68,.55); }
.feature-demo-bar span:nth-child(2) { background: rgba(245,158,11,.5); }
.feature-demo-bar span:nth-child(3) { background: rgba(16,185,129,.5); }
.feature-demo-card video { display: block; width: 100%; height: auto; }
.feature-demo figcaption { margin-top: 24px; color: var(--color-text-muted); text-align: center; font-size: .875rem; }
.feature-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 80px; }
.feature-card { display: flex; flex-direction: column; gap: 16px; min-width: 0; padding: 24px; border: 1px solid var(--color-border); border-radius: 16px; background: #fff; transition: border-color .18s, box-shadow .18s; }
.feature-card:hover { border-color: rgba(33,90,232,.3); box-shadow: 0 1px 3px rgba(0,0,0,.05); }
.feature-card-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 12px; background: rgba(33,90,232,.1); color: #215ae8; transition: background .18s, color .18s; }
.feature-card:hover .feature-card-icon { background: #215ae8; color: #fff; }
.feature-card-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 0 0 8px; font-size: 1rem; font-weight: 500; }
.feature-card p { margin: 0; color: var(--color-text-muted); font-size: .875rem; line-height: 1.65; }
@media (max-width: 900px) {
  .industry-layout { grid-template-columns: 1fr; }
  .industry-tabs { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .feature-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .industry-container > .section-heading-block, .features-container > .section-heading-block { margin-bottom: 40px; }
  .industry-tabs { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .industry-tabs button { padding-inline: 12px; }
  .industry-panel { padding: 28px; }
  .feature-card-grid { grid-template-columns: 1fr; margin-top: 56px; }
  .feature-demo-glow { inset: -12px; }
}

