/* Header & navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: color-mix(in srgb, var(--bg) 80%, transparent);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  transition: border-color var(--speed), box-shadow var(--speed), background var(--speed);
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(16, 23, 17, .06); }
.header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; font-weight: 790; letter-spacing: -.03em; }
.brand img { width: 38px; height: 38px; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy small { margin-top: 3px; color: var(--muted); font-size: .61rem; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 2px; }
.primary-nav a { padding: 10px 12px; border-radius: 12px; color: var(--ink-2); font-size: .9rem; font-weight: 650; transition: background var(--speed), color var(--speed); }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--ink); background: var(--surface-2); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-button { display: inline-grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--ink-2); background: var(--surface); transition: background var(--speed), transform var(--speed), border-color var(--speed); }
.icon-button:hover { transform: translateY(-1px); background: var(--surface-2); border-color: var(--line-strong); }
.icon-button .icon { width: 19px; height: 19px; }
.menu-toggle { display: none; }
.mobile-panel { display: none; }

/* Hero */
.hero { overflow: clip; padding: clamp(72px, 10vw, 132px) 0 88px; }
.hero::before { content: ""; position: absolute; inset: 0 0 auto; height: 760px; pointer-events: none; background: radial-gradient(circle at 76% 12%, color-mix(in srgb, var(--accent) 26%, transparent), transparent 34%), radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--purple) 9%, transparent), transparent 34%); opacity: .85; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(460px, .94fr); gap: clamp(42px, 7vw, 96px); align-items: center; }
.hero h1 { max-width: 850px; }
.hero h1 .line { display: block; }
.hero-copy > p { max-width: 690px; margin-top: 26px; font-size: clamp(1.08rem, 2vw, 1.33rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: var(--muted); font-size: var(--text-sm); }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof .icon { color: var(--green); }
.hero-visual { position: relative; perspective: 1400px; }
.hero-visual::before { content: ""; position: absolute; inset: 13% 4% -9% 10%; border-radius: 50%; background: color-mix(in srgb, var(--accent) 18%, transparent); filter: blur(70px); }
.dashboard-shell { position: relative; overflow: hidden; min-height: 540px; border: 1px solid color-mix(in srgb, var(--line) 75%, transparent); border-radius: 30px; color: #edf4ee; background: linear-gradient(145deg, #0d1230, #21183f); box-shadow: var(--shadow-lg), var(--glow); transform: rotateY(-5deg) rotateX(2deg); transform-origin: center; }
.dashboard-topbar { display: flex; height: 58px; align-items: center; justify-content: space-between; padding: 0 19px; border-bottom: 1px solid rgba(255,255,255,.09); }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.28); }
.window-dots i:first-child { background: var(--accent); }
.dashboard-url { max-width: 220px; overflow: hidden; padding: 7px 12px; border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-pill); color: #95a79b; background: rgba(255,255,255,.04); font: .68rem var(--font-mono); text-overflow: ellipsis; white-space: nowrap; }
.dashboard-body { display: grid; grid-template-columns: 76px 1fr; min-height: 482px; }
.dashboard-sidebar { display: flex; flex-direction: column; align-items: center; gap: 13px; padding: 18px 12px; border-right: 1px solid rgba(255,255,255,.08); }
.dashboard-sidebar .side-logo { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 10px; border-radius: 12px; color: #11190e; background: var(--accent); font-weight: 800; }
.dashboard-sidebar button { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 0; border-radius: 11px; color: #829289; background: transparent; }
.dashboard-sidebar button.active { color: var(--accent); background: rgba(255,90,95,.12); }
.dashboard-content { padding: 22px; }
.dashboard-greeting { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.dashboard-greeting h3 { color: #f7f8fb; font-size: 1.12rem; }
.dashboard-greeting p { margin: 5px 0 0; color: #8ea095; font-size: .74rem; }
.dashboard-avatar { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: #c7d4cb; background: rgba(255,255,255,.06); font-size: .72rem; font-weight: 760; }
.dashboard-metrics { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 10px; margin-top: 20px; }
.dashboard-metric { min-height: 100px; padding: 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 17px; background: rgba(255,255,255,.045); }
.dashboard-metric--accent { color: #14200f; background: var(--accent); }
.dashboard-metric small { display: block; color: #8fa097; font-size: .66rem; }
.dashboard-metric--accent small { color: #506240; }
.dashboard-metric strong { display: block; margin-top: 9px; color: #f7f8fb; font-size: 1.65rem; letter-spacing: -.04em; }
.dashboard-metric--accent strong { color: #14200f; }
.metric-trend { display: inline-block; margin-top: 6px; color: #68dfa5; font-size: .62rem; }
.dashboard-metric--accent .metric-trend { color: #385329; }
.dashboard-chart { margin-top: 12px; padding: 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: rgba(255,255,255,.035); }
.chart-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.chart-head strong { font-size: .75rem; }
.chart-head span { color: #8ea095; font-size: .62rem; }
.chart-bars { display: flex; height: 112px; align-items: end; gap: 8px; margin-top: 14px; }
.chart-bars i { position: relative; flex: 1; height: var(--h); border-radius: 5px 5px 2px 2px; background: linear-gradient(to top, rgba(255,90,95,.35), var(--accent)); transform-origin: bottom; animation: barGrow 1.2s var(--ease) both; }
.chart-bars i:nth-child(2n) { opacity: .7; }
@keyframes barGrow { from { transform: scaleY(.08); opacity: .2; } }
.dashboard-activity { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; margin-top: 12px; padding: 12px 14px; border-radius: 15px; color: #cad5ce; background: rgba(255,255,255,.05); font-size: .68rem; }
.activity-user { display: flex; align-items: center; gap: 9px; }
.activity-user i { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: #1d2b22; background: #e7b4a3; font-style: normal; font-weight: 800; }
.activity-stars { color: var(--accent); letter-spacing: 1px; }
.floating-note { position: absolute; right: -34px; bottom: 55px; width: 210px; padding: 14px; border: 1px solid color-mix(in srgb, var(--line) 75%, transparent); border-radius: 18px; background: color-mix(in srgb, var(--surface) 94%, transparent); box-shadow: var(--shadow-md); animation: float 4s ease-in-out infinite; }
.floating-note strong { display: block; font-size: .8rem; }
.floating-note p { margin: 5px 0 0; font-size: .69rem; }
.floating-note-icon { display: grid; width: 32px; height: 32px; place-items: center; float: left; margin-right: 10px; border-radius: 10px; color: var(--accent-ink); background: var(--accent); }
@keyframes float { 50% { transform: translateY(-8px); } }

/* Trust strip */
.trust-strip { position: relative; z-index: 2; margin-top: -28px; }
.trust-strip-inner { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-sm); }
.trust-intro, .trust-item { min-height: 120px; padding: 24px; }
.trust-intro { color: #f6faf4; background: var(--dark); }
.trust-intro p { margin: 8px 0 0; color: #b8bfd1; font-size: var(--text-sm); }
.trust-item { border-left: 1px solid var(--line); }
.trust-item strong { display: block; margin-top: 13px; font-size: .98rem; }
.trust-item p { margin: 6px 0 0; font-size: .78rem; }

/* Section headings */
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 46px; }
.section-heading > div:first-child { max-width: 790px; }
.section-heading p { max-width: 500px; margin: 18px 0 0; font-size: var(--text-lg); }

/* Cards */
.feature-card { position: relative; overflow: hidden; min-height: 285px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); transition: transform var(--speed) var(--ease), border-color var(--speed), box-shadow var(--speed); }
.feature-card:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: var(--shadow-md); }
.feature-card h3 { margin-top: 42px; }
.feature-card p { margin: 12px 0 0; font-size: .94rem; }
.feature-card .feature-number { position: absolute; top: 22px; right: 24px; color: var(--muted-2); font: .68rem var(--font-mono); }
.feature-card--dark { color: #f4f7f3; border-color: #294033; background: linear-gradient(145deg, #101a13, #193124); }
.feature-card--dark p { color: #a9b8ad; }
.feature-card--accent { color: var(--accent-ink); border-color: var(--accent); background: var(--accent); }
.feature-card--accent p { color: #435534; }
.feature-card--accent .icon-box { color: #fff; background: var(--dark); }
.feature-glow { position: absolute; width: 210px; height: 210px; right: -80px; bottom: -90px; border-radius: 50%; background: color-mix(in srgb, var(--accent) 20%, transparent); filter: blur(10px); }

/* Workflow */
.workflow { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.workflow::before { content: ""; position: absolute; top: 28px; right: 9%; left: 9%; height: 1px; background: var(--line); }
.workflow-step { position: relative; padding-top: 66px; }
.workflow-step::before { content: attr(data-step); position: absolute; z-index: 1; top: 0; left: 0; display: grid; width: 56px; height: 56px; place-items: center; border: 8px solid var(--bg); border-radius: 50%; color: var(--accent-ink); background: var(--accent); font: 700 .8rem var(--font-mono); }
.section--soft .workflow-step::before { border-color: var(--bg-soft); }
.workflow-step h3 { font-size: 1.08rem; }
.workflow-step p { margin-top: 10px; font-size: .87rem; }

/* Logos / channels */
.channels { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.channel-badge { display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid var(--line); border-radius: var(--radius-pill); color: var(--ink-2); background: var(--surface); font-size: .85rem; font-weight: 650; }
.channel-mark { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 8px; color: #fff; background: var(--channel, var(--dark)); font-size: .7rem; font-weight: 800; }

/* Compliance */
.compliance-box { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: var(--radius-xl); background: var(--dark); box-shadow: var(--shadow-lg); }
.compliance-copy { padding: clamp(32px, 6vw, 72px); color: #f7f8fb; }
.compliance-copy p { color: #c2c7d5; }
.compliance-list { display: grid; gap: 13px; margin-top: 28px; }
.compliance-list li { display: flex; align-items: flex-start; gap: 10px; color: #dce5df; font-size: .93rem; }
.compliance-list .icon { margin-top: 2px; color: var(--accent); }
.compliance-visual { position: relative; display: grid; place-items: center; min-height: 440px; overflow: hidden; background: radial-gradient(circle at 50% 40%, rgba(255,90,95,.2), transparent 38%), linear-gradient(135deg, #21183f, #0d1230); }
.compliance-orbit { position: relative; display: grid; width: 270px; height: 270px; place-items: center; border: 1px solid rgba(255,90,95,.2); border-radius: 50%; }
.compliance-orbit::before, .compliance-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,90,95,.16); border-radius: 50%; }
.compliance-orbit::before { inset: 34px; }
.compliance-orbit::after { inset: 72px; }
.compliance-shield { z-index: 2; display: grid; width: 94px; height: 94px; place-items: center; border-radius: 30px; color: var(--accent-ink); background: var(--accent); box-shadow: 0 0 60px rgba(255,90,95,.22); }
.compliance-shield .icon { width: 42px; height: 42px; }
.orbit-chip { position: absolute; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; color: #e7efe9; background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.orbit-chip:nth-child(2) { top: 12px; left: 28px; }
.orbit-chip:nth-child(3) { top: 52px; right: -7px; }
.orbit-chip:nth-child(4) { bottom: 10px; right: 35px; }
.orbit-chip:nth-child(5) { bottom: 40px; left: -8px; }

/* Cases */
.case-card { display: grid; grid-template-rows: auto 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.case-card-top { min-height: 190px; padding: 28px; color: #f7f8fb; background: var(--case-bg, var(--dark)); }
.case-card-top .pill { color: #dce8df; border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.07); }
.case-card-top h3 { max-width: 280px; margin-top: 34px; font-size: 1.45rem; }
.case-card-body { padding: 24px 28px 28px; }
.case-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.case-metric { padding: 14px; border-radius: 14px; background: var(--surface-2); }
.case-metric strong { display: block; font-size: 1.4rem; letter-spacing: -.04em; }
.case-metric span { color: var(--muted); font-size: .74rem; }
.case-note { margin-top: 17px; color: var(--muted); font-size: .73rem; }

/* Pricing cards */
.billing-switch { display: inline-flex; padding: 4px; border: 1px solid var(--line); border-radius: var(--radius-pill); background: var(--surface); }
.billing-switch button { min-height: 38px; padding: 7px 14px; border: 0; border-radius: var(--radius-pill); color: var(--muted); background: transparent; font-size: .82rem; font-weight: 680; }
.billing-switch button[aria-pressed="true"] { color: var(--accent-ink); background: var(--accent); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; min-height: 570px; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.price-card--featured { color: #f7f8fb; border-color: #2d4336; background: var(--dark); box-shadow: var(--shadow-lg); transform: translateY(-10px); }
.price-card--featured p, .price-card--featured .price-list { color: #b8bfd1; }
.price-badge { position: absolute; top: 20px; right: 20px; padding: 6px 9px; border-radius: var(--radius-pill); color: var(--accent-ink); background: var(--accent); font-size: .66rem; font-weight: 780; letter-spacing: .06em; text-transform: uppercase; }
.price-card h3 { font-size: 1.3rem; }
.price-card > p { min-height: 68px; margin-top: 12px; font-size: .88rem; }
.price { margin: 24px 0 4px; }
.price strong { font-size: clamp(2rem, 4vw, 3.1rem); letter-spacing: -.06em; }
.price span { color: var(--muted); font-size: .82rem; }
.price-card--featured .price span { color: #92a398; }
.price-annual-note { min-height: 22px; color: var(--green); font-size: .72rem; font-weight: 650; }
.price-list { display: grid; gap: 11px; margin: 26px 0 30px; color: var(--ink-2); font-size: .86rem; }
.price-list li { display: flex; gap: 9px; align-items: flex-start; }
.price-list .icon { margin-top: 2px; color: var(--green); }
.price-card .button { margin-top: auto; }
.pricing-note { margin-top: 22px; color: var(--muted); text-align: center; font-size: .75rem; }

/* FAQ */
.faq-search { position: relative; max-width: 680px; margin: 0 auto 28px; }
.faq-search .icon { position: absolute; top: 50%; left: 18px; transform: translateY(-50%); color: var(--muted); }
.faq-search input { width: 100%; min-height: 58px; padding: 14px 18px 14px 50px; border: 1px solid var(--line); border-radius: var(--radius-pill); color: var(--ink); background: var(--surface); box-shadow: var(--shadow-xs); }
.faq-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 30px; }
.faq-filters button { padding: 8px 13px; border: 1px solid var(--line); border-radius: var(--radius-pill); color: var(--muted); background: var(--surface); font-size: .78rem; font-weight: 650; }
.faq-filters button[aria-pressed="true"] { color: var(--accent-ink); border-color: var(--accent); background: var(--accent); }
.faq-list { display: grid; max-width: 860px; gap: 10px; margin-inline: auto; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.faq-item button { display: grid; width: 100%; grid-template-columns: 42px 1fr 24px; gap: 12px; align-items: center; padding: 19px 21px; border: 0; color: var(--ink); background: transparent; text-align: left; }
.faq-index { color: var(--muted-2); font: .72rem var(--font-mono); }
.faq-question { font-weight: 700; letter-spacing: -.015em; }
.faq-chevron { transition: transform var(--speed) var(--ease); }
.faq-item.is-open .faq-chevron { transform: rotate(180deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; padding: 0 66px 22px 75px; font-size: .91rem; }
.faq-empty { padding: 48px 20px; text-align: center; }

/* Forms */
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label, .field legend { color: var(--ink-2); font-size: .78rem; font-weight: 720; }
.field input, .field textarea, .field select {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--ink);
  background: var(--surface);
  transition: border-color var(--speed), box-shadow var(--speed), background var(--speed);
}
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus-visible, .field textarea:focus-visible, .field select:focus-visible { border-color: var(--accent); outline: 3px solid color-mix(in srgb, var(--accent) 68%, transparent); outline-offset: 2px; box-shadow: 0 0 0 5px color-mix(in srgb, var(--accent) 12%, transparent); }
.field [aria-invalid="true"] { border-color: var(--red); }
.field-error { min-height: 17px; color: var(--red); font-size: .72rem; }
.checkbox-line { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: .78rem; }
.checkbox-line input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--accent); }
.form-status { display: none; padding: 15px; border-radius: 13px; font-size: .85rem; }
.form-status.is-visible { display: block; }
.form-status--success { color: #087249; background: var(--green-soft); }
.form-status--error { color: #a43034; background: var(--red-soft); }

/* CTA */
.cta-panel { position: relative; overflow: hidden; padding: clamp(38px, 7vw, 74px); border-radius: var(--radius-xl); color: #f7f8fb; background: linear-gradient(125deg, #0D1230 0%, #21183f 72%, #64194f 100%); box-shadow: var(--shadow-lg); }
.cta-panel::before { content: ""; position: absolute; width: 520px; height: 520px; right: -200px; top: -290px; border: 1px solid rgba(255,90,95,.22); border-radius: 50%; box-shadow: 0 0 0 64px rgba(255,90,95,.04), 0 0 0 130px rgba(255,90,95,.025); }
.cta-panel > * { position: relative; }
.cta-panel h2 { max-width: 820px; }
.cta-panel p { max-width: 650px; margin-top: 18px; color: #b8bfd1; font-size: var(--text-lg); }
.cta-panel .cluster { margin-top: 30px; }

/* Footer */
.site-footer { padding: 70px 0 28px; color: #eef4ef; background: #0a110c; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr .7fr; gap: 42px; }
.footer-brand p { max-width: 390px; margin: 18px 0 0; color: #91a097; font-size: .88rem; }
.footer-title { margin-bottom: 16px; color: #f3f6f3; font-size: .75rem; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #98a79e; font-size: .85rem; transition: color var(--speed); }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 58px; padding-top: 24px; border-top: 1px solid #223027; color: #75847b; font-size: .75rem; }
.footer-bottom-links { display: flex; flex-wrap: wrap; gap: 16px; }

/* Cookie banner */
.cookie-banner { position: fixed; z-index: 250; right: 18px; bottom: 18px; display: none; width: min(430px, calc(100% - 36px)); padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow-lg); }
.cookie-banner.is-visible { display: block; animation: cookieIn .4s var(--ease) both; }
@keyframes cookieIn { from { opacity: 0; transform: translateY(15px); } }
.cookie-banner strong { display: block; }
.cookie-banner p { margin: 7px 0 16px; font-size: .8rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }

/* Modal & toast */
.modal { position: fixed; z-index: 300; inset: 0; display: none; place-items: center; padding: 20px; background: rgba(4, 10, 6, .62); backdrop-filter: blur(8px); }
.modal.is-open { display: grid; }
.modal-card { position: relative; overflow: auto; width: min(660px, 100%); max-height: min(780px, 90vh); padding: clamp(24px, 5vw, 40px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-lg); animation: modalIn .35s var(--ease) both; }
@keyframes modalIn { from { opacity: 0; transform: translateY(16px) scale(.98); } }
.modal-close { position: absolute; top: 16px; right: 16px; }
.modal-card h2 { padding-right: 50px; font-size: var(--text-2xl); }
.modal-card > p { margin-top: 12px; }
.toast-region { position: fixed; z-index: 400; right: 18px; top: 92px; display: grid; width: min(360px, calc(100% - 36px)); gap: 10px; }
.toast { display: flex; align-items: flex-start; gap: 10px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); box-shadow: var(--shadow-md); animation: toastIn .35s var(--ease) both; }
.toast .icon { margin-top: 2px; color: var(--green); }
.toast p { margin: 0; font-size: .8rem; }
@keyframes toastIn { from { opacity: 0; transform: translateX(15px); } }

/* Article */
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; color: var(--muted); font-size: .76rem; }
.breadcrumbs a:hover { color: var(--ink); }
.article-shell { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 70px; align-items: start; }
.article-body { max-width: 780px; }
.article-body h2 { margin: 52px 0 18px; font-size: clamp(1.8rem, 4vw, 2.55rem); }
.article-body h3 { margin: 36px 0 12px; }
.article-body p, .article-body li { color: var(--ink-2); font-size: 1.03rem; line-height: 1.75; }
.article-body ul, .article-body ol { display: grid; gap: 10px; margin: 18px 0 26px 22px; }
.article-body ul li { list-style: disc; }
.article-body ol li { list-style: decimal; }
.article-body blockquote { margin: 30px 0; padding: 24px 28px; border-left: 4px solid var(--accent); border-radius: 0 16px 16px 0; background: var(--surface); }
.article-body blockquote p { margin: 0; font-size: 1.1rem; font-weight: 600; }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; color: var(--muted); font-size: .78rem; }
.article-aside { position: sticky; top: 110px; display: grid; gap: 16px; }
.toc { padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.toc strong { display: block; margin-bottom: 12px; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.toc a { display: block; padding: 6px 0; color: var(--muted); font-size: .8rem; }
.toc a:hover { color: var(--ink); }

/* Generic table */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
table { width: 100%; border-collapse: collapse; min-width: 690px; }
th, td { padding: 15px 18px; border-bottom: 1px solid var(--line); text-align: left; font-size: .84rem; }
th { color: var(--muted); background: var(--surface-2); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
tr:last-child td { border-bottom: 0; }

/* WhatsApp floating action */
.floating-contact { position: fixed; z-index: 80; right: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 9px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-pill); color: #fff; background: #138c59; box-shadow: var(--shadow-md); font-size: .82rem; font-weight: 720; transition: transform var(--speed), background var(--speed); }
.floating-contact:hover { transform: translateY(-3px); background: #0e774b; }
.floating-contact .icon { width: 18px; height: 18px; }
body:has(.cookie-banner.is-visible) .floating-contact { bottom: 218px; }

@media (max-width: 1100px) {
  .primary-nav { display: none; }
  .menu-toggle { display: inline-grid; }
  .mobile-panel { position: fixed; z-index: 99; inset: 76px 0 auto; display: grid; grid-template-rows: 0fr; border-bottom: 1px solid var(--line); background: var(--bg); transition: grid-template-rows .35s var(--ease); }
  .mobile-panel.is-open { grid-template-rows: 1fr; box-shadow: var(--shadow-md); }
  .mobile-panel-inner { overflow: hidden; }
  .mobile-nav { display: grid; gap: 4px; padding: 18px var(--gutter) 28px; }
  .mobile-nav a { padding: 13px 14px; border-radius: 13px; color: var(--ink-2); font-weight: 680; }
  .mobile-nav a:hover, .mobile-nav a[aria-current="page"] { color: var(--ink); background: var(--surface-2); }
  .mobile-nav .button { margin-top: 8px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { width: min(700px, 100%); margin-inline: auto; }
  .dashboard-shell { transform: none; }
  .trust-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .trust-intro { grid-column: 1 / -1; }
  .trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .compliance-box { grid-template-columns: 1fr; }
  .compliance-visual { min-height: 360px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .header-actions .header-demo { display: none; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .workflow { grid-template-columns: repeat(2, 1fr); gap: 34px 20px; }
  .workflow::before { display: none; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .price-card--featured { transform: none; }
  .article-shell { grid-template-columns: 1fr; }
  .article-aside { position: static; order: -1; }
}

@media (max-width: 680px) {
  .header-inner { min-height: 68px; }
  .brand-copy small { display: none; }
  .header-actions .button { display: none; }
  .mobile-panel { inset-block-start: 68px; }
  .hero { padding-top: 58px; }
  .hero-actions { flex-direction: column; }
  .hero-actions > * { width: 100%; }
  .hero-proof { align-items: flex-start; flex-direction: column; }
  .dashboard-shell { min-height: 480px; border-radius: 22px; }
  .dashboard-body { grid-template-columns: 1fr; }
  .dashboard-sidebar { display: none; }
  .dashboard-content { padding: 16px; }
  .dashboard-metrics { grid-template-columns: repeat(2, 1fr); }
  .dashboard-metric:first-child { grid-column: 1 / -1; }
  .floating-note { right: 10px; bottom: -30px; width: 190px; }
  .trust-strip { margin-top: 18px; }
  .trust-strip-inner { grid-template-columns: 1fr; }
  .trust-intro { grid-column: auto; }
  .trust-item { border-top: 1px solid var(--line); border-left: 0; }
  .workflow { grid-template-columns: 1fr; }
  .case-metrics { grid-template-columns: 1fr; }
  .faq-item button { grid-template-columns: 1fr 22px; padding: 18px; }
  .faq-index { display: none; }
  .faq-answer p { padding: 0 18px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-contact span { display: none; }
  .floating-contact { width: 52px; height: 52px; justify-content: center; padding: 0; border-radius: 50%; }
  body:has(.cookie-banner.is-visible) .floating-contact { bottom: 250px; }
}
