/*
Theme Name: KashCare
Theme URI: https://kashcare.online/
Author: KashCare
Author URI: https://kashcare.online/
Description: Sitio comercial bilingüe de KashCare para agencias de seguros de salud.
Version: 1.6.4
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: kashcare
*/
:root {
  --navy: #303236;
  --navy-2: #1f2023;
  --navy-3: #45484d;
  --jade: #b65d43;
  --jade-dark: #914632;
  --jade-pale: #f4e6e1;
  --coral: #c94f4a;
  --coral-pale: #fae9e7;
  --blue-pale: #ececeb;
  --mist: #f1f2f0;
  --slate: #686a70;
  --line: #dedfdd;
  --white: #fff;
  --text: #303236;
  --site-bg: #f7f7f4;
  --alt-bg: #f1f2f0;
  --surface-bg: #fff;
  --button-bg: #b65d43;
  --button-text: #fff;
  --button-hover-bg: #914632;
  --button-hover-text: #fff;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
  --shadow: 0 24px 70px rgba(48, 50, 54, .12);
  --font: Inter, "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--text); background: var(--site-bg); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; border-radius: 8px; background: var(--white); color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--jade); outline-offset: 3px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 78px; transition: background .2s, box-shadow .2s; }
.site-header.is-scrolled, .legal-header { background: rgba(247,247,244,.95); box-shadow: 0 1px 0 rgba(48,50,54,.1); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; height: 78px; align-items: center; justify-content: space-between; }
.brand img { display: block; width: 190px; height: 50px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav > a:not(.button) { color: #35445b; font-size: .91rem; font-weight: 650; text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--jade-dark); }
.site-nav .lang-link { display: grid; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); font-size: .72rem; place-items: center; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--mist); place-content: center; gap: 5px; cursor: pointer; }
.menu-toggle span { display: block; width: 19px; height: 2px; border-radius: 4px; background: var(--navy); transition: transform .2s, opacity .2s; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 13px 24px; border: 0; border-radius: 999px; background: var(--button-bg); color: var(--button-text); box-shadow: 0 12px 30px rgba(182,93,67,.22); font-weight: 800; line-height: 1.1; text-decoration: none; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--button-hover-bg); color: var(--button-hover-text); box-shadow: 0 16px 34px rgba(182,93,67,.28); }
.button-small { min-height: 42px; padding: 10px 20px; font-size: .9rem; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--navy); font-weight: 750; text-decoration: none; }
.text-link:hover { color: var(--jade-dark); }

.hero { position: relative; min-height: 790px; overflow: hidden; padding: 160px 0 100px; background: linear-gradient(135deg, #f7f7f4 0%, #f1f2f0 52%, #faf9f7 100%); }
.hero::before { position: absolute; inset: auto 0 0; height: 150px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.8)); content: ""; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 440px; height: 440px; right: 3%; top: 11%; background: radial-gradient(circle, rgba(182,93,67,.15), transparent 68%); }
.hero-glow-two { width: 360px; height: 360px; left: -10%; bottom: -20%; background: radial-gradient(circle, rgba(185,148,97,.12), transparent 68%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .91fr 1.09fr; gap: 48px; align-items: center; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--jade-dark); font-size: .75rem; font-weight: 850; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 2px; background: var(--jade); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; letter-spacing: -.035em; }
.hero h1 { max-width: 650px; margin: 22px 0 24px; font-size: clamp(3.15rem, 5.6vw, 5.15rem); }
.hero h1 em { color: var(--jade-dark); font-style: normal; }
.hero-lead { max-width: 600px; margin-bottom: 30px; color: #536278; font-size: 1.13rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 30px; color: #6a7689; font-size: .79rem; font-weight: 650; }
.trust-row b { color: var(--jade-dark); }

.product-scene { position: relative; min-width: 0; padding: 34px 0 34px 28px; }
.dashboard-card { overflow: hidden; border: 1px solid rgba(255,255,255,.7); border-radius: 20px; background: #f8f8f6; box-shadow: 0 30px 80px rgba(48,50,54,.18), 0 0 0 8px rgba(255,255,255,.65); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.dash-bar { display: flex; height: 54px; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #e8edf1; background: #fff; }
.mini-brand { display: flex; align-items: center; gap: 8px; color: var(--navy); font-size: .78rem; font-weight: 800; }
.mini-brand img { width: 26px; height: 26px; object-fit: contain; }
.dash-dots { display: flex; gap: 5px; }.dash-dots span { width: 6px; height: 6px; border-radius: 50%; background: #cbd4de; }
.dash-body { display: flex; min-height: 415px; }
.dash-sidebar { display: flex; width: 50px; flex-direction: column; align-items: center; gap: 20px; padding-top: 30px; background: var(--navy); }
.dash-sidebar span { width: 18px; height: 5px; border-radius: 6px; background: #55627b; }.dash-sidebar .active { background: var(--jade); }
.dash-content { min-width: 0; flex: 1; padding: 24px 22px; }
.dash-heading { display: flex; justify-content: space-between; align-items: flex-end; }.dash-heading div { display: grid; }.dash-heading small { color: #8995a5; font-size: .65rem; }.dash-heading strong { color: var(--navy); font-size: 1rem; }.dash-heading > span { padding: 5px 9px; border-radius: 6px; background: #edf1f4; color: #667387; font-size: .6rem; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 18px 0; }
.metric-grid article { display: flex; min-width: 0; flex-direction: column; padding: 14px; border: 1px solid #e5e6e4; border-radius: 10px; background: #fff; }.metric-grid small { overflow: hidden; color: #797c82; font-size: .57rem; text-overflow: ellipsis; white-space: nowrap; }.metric-grid strong { color: var(--navy); font-size: 1.15rem; }.metric-grid span { color: #797c82; font-size: .55rem; }.metric-grid .up { color: var(--jade-dark); }.metric-grid .metric-accent { border-color: #e8cfc7; background: #fbf3f0; }
.dash-lower { display: grid; grid-template-columns: 1.7fr .9fr; gap: 10px; }
.chart-card, .oe-card { min-width: 0; padding: 15px; border: 1px solid #e8edf1; border-radius: 10px; background: #fff; }
.chart-title { display: flex; justify-content: space-between; color: #69758a; font-size: .58rem; }.chart-title strong { color: var(--navy); font-size: .66rem; }
.bars { display: flex; height: 125px; align-items: end; gap: 9px; padding: 20px 4px 0; border-bottom: 1px solid #e8e8e6; background: repeating-linear-gradient(to bottom, transparent 0 30px, #eeeeec 31px); }.bars i { width: 100%; height: var(--h); border-radius: 4px 4px 1px 1px; background: linear-gradient(#ce8169, var(--jade)); }
.oe-card { display: flex; flex-direction: column; align-items: center; justify-content: center; }.oe-card small, .oe-card span { color: #748094; font-size: .56rem; }.ring { display: grid; width: 74px; height: 74px; margin: 10px 0; border-radius: 50%; background: conic-gradient(var(--jade) 0 78%, #e7ecef 78%); place-items: center; }.ring::after { grid-area: 1/1; width: 56px; height: 56px; border-radius: 50%; background: #fff; content: ""; }.ring strong { z-index: 1; grid-area: 1/1; color: var(--navy); font-size: .85rem; }
.floating-pill { position: absolute; z-index: 3; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.92); box-shadow: 0 15px 35px rgba(48,50,54,.13); backdrop-filter: blur(12px); }
.pill-top { right: -20px; top: 7px; gap: 8px; padding: 10px 15px; border-radius: 999px; color: var(--navy); font-size: .65rem; font-weight: 750; }.pill-top i { width: 7px; height: 7px; border-radius: 50%; background: var(--jade); box-shadow: 0 0 0 4px var(--jade-pale); }
.pill-bottom { left: 0; bottom: 4px; flex-direction: column; align-items: flex-start; padding: 12px 18px; border-radius: 13px; line-height: 1.15; }.pill-bottom b { color: var(--jade-dark); font-size: 1.02rem; }.pill-bottom span { color: var(--slate); font-size: .6rem; }

section { position: relative; }
.section-heading { margin-bottom: 64px; }.section-heading h2, .how-copy h2, .security-copy h2, .contact-card h2 { margin: 16px 0 22px; font-size: clamp(2.2rem, 4vw, 3.55rem); }.section-heading > p, .section-heading div + p { color: var(--slate); }
.centered { max-width: 780px; margin-inline: auto; text-align: center; }.centered p { max-width: 670px; margin-inline: auto; }
.pain-section { padding: 120px 0 100px; background: #fff; }.pain-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.pain-card { position: relative; overflow: hidden; min-height: 285px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s; }.pain-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.pain-card h3 { margin: 28px 0 14px; font-size: 1.3rem; }.pain-card p { margin-bottom: 0; color: var(--slate); }.card-number { position: absolute; right: 24px; top: 22px; color: #d7d8d6; font-size: .72rem; font-weight: 800; }.icon-box { display: grid; width: 54px; height: 54px; border-radius: 15px; background: var(--coral-pale); color: var(--coral); font-size: 1.25rem; font-weight: 900; place-items: center; }.icon-sheet { background: var(--blue-pale); color: #5f6268; }.icon-loss { background: #f6eee2; color: #9a7040; }
.transition-line { display: flex; align-items: center; gap: 20px; margin-top: 54px; color: #7b8798; font-size: .76rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }.transition-line::before, .transition-line::after { height: 1px; flex: 1; background: var(--line); content: ""; }

.modules-section { padding: 110px 0; background: var(--mist); }
.split-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 100px; align-items: end; }.split-heading h2 { margin-bottom: 0; }.split-heading > p { margin-bottom: 5px; }
.module-row { display: grid; grid-template-columns: .8fr 1.2fr; gap: 84px; align-items: center; margin-top: 112px; }.module-row.reverse .module-copy { order: 2; }.module-row.reverse .module-visual { order: 1; }
.module-index { color: var(--jade-dark); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.module-icon { display: grid; width: 50px; height: 50px; margin: 18px 0 22px; border-radius: 14px; background: var(--navy); color: var(--jade); font-size: 1.35rem; font-weight: 900; place-items: center; }.module-copy h3 { margin-bottom: 16px; font-size: clamp(1.9rem, 3vw, 2.65rem); }.module-copy p { color: var(--slate); }.module-copy ul { margin: 22px 0 0; padding: 0; list-style: none; }.module-copy li { position: relative; margin: 10px 0; padding-left: 27px; color: #405067; font-weight: 600; }.module-copy li::before { position: absolute; left: 0; top: .4em; display: grid; width: 16px; height: 16px; border-radius: 50%; background: var(--jade-pale); color: var(--jade-dark); content: "✓"; font-size: .65rem; font-weight: 900; place-items: center; }
.module-visual { overflow: hidden; padding: 24px; border: 1px solid #e1e2e0; border-radius: 0; background: #fff; box-shadow: 0 28px 65px rgba(48,50,54,.1); }.ui-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 21px; }.ui-top strong { color: var(--navy); }.ui-top > span { padding: 7px 11px; border-radius: 7px; background: var(--navy); color: #fff; font-size: .63rem; font-weight: 750; }
.product-shot { position: relative; margin: 0; padding: 8px; }.product-shot > a { display: block; overflow: hidden; aspect-ratio: 1.9 / 1; border-radius: 0; background: var(--mist); }.product-shot img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .45s ease; }.product-shot:hover img { transform: scale(1.018); }.product-shot figcaption { display: flex; align-items: center; gap: 9px; padding: 12px 10px 5px; color: var(--slate); font-size: .72rem; }.product-shot figcaption span { padding: 4px 8px; border-radius: 999px; background: var(--jade-pale); color: var(--jade-dark); font-weight: 850; }.product-shot figcaption strong { color: var(--navy); }.product-shot figcaption small { margin-left: auto; color: #8a8c91; }
.task-line { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 15px 5px; border-top: 1px solid #edf1f2; }.check { display: grid; width: 20px; height: 20px; border: 2px solid #ccd6db; border-radius: 6px; color: white; font-size: .65rem; place-items: center; }.check.checked { border-color: var(--jade); background: var(--jade); }.task-line div { display: grid; }.task-line strong { color: #26364d; font-size: .83rem; }.task-line small { color: #8a96a5; font-size: .65rem; }
.tag { justify-self: start; padding: 5px 9px; border-radius: 999px; font-size: .57rem; font-weight: 800; white-space: nowrap; }.tag.coral { background: var(--coral-pale); color: #a9423e; }.tag.green { background: var(--jade-pale); color: var(--jade-dark); }.tag.blue { background: var(--blue-pale); color: #565960; }
.status-live { background: var(--jade-pale) !important; color: var(--jade-dark) !important; }.progress-label { display: flex; justify-content: space-between; color: var(--slate); font-size: .72rem; }.progress-label strong { color: var(--navy); }.progress { height: 8px; margin: 8px 0 20px; overflow: hidden; border-radius: 99px; background: #e9eef0; }.progress i { display: block; width: 78%; height: 100%; border-radius: inherit; background: var(--jade); }
.client-row { display: grid; grid-template-columns: 1.45fr .8fr .7fr; gap: 8px; align-items: center; min-height: 52px; border-top: 1px solid #edf1f2; font-size: .72rem; }.client-row.header { min-height: 34px; border: 0; color: #97a1ae; font-size: .57rem; text-transform: uppercase; }.client-row > span { display: flex; align-items: center; gap: 8px; font-weight: 750; }.client-row small { color: var(--slate); }.avatar, .carrier { display: grid; width: 28px; height: 28px; border-radius: 50%; color: #fff; font-size: .55rem; font-style: normal; place-items: center; }.a1 { background: #576da4; }.a2 { background: #d4826f; }.a3 { background: #36997d; }
.commission-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 20px; }.commission-metrics div { display: grid; padding: 11px; border-radius: 9px; background: var(--mist); }.commission-metrics small { color: var(--slate); font-size: .56rem; }.commission-metrics strong { color: var(--navy); font-size: .9rem; }.commission-metrics .warning { background: var(--coral-pale); }.commission-metrics .warning strong { color: #b84b39; }
.reconcile-line { display: grid; grid-template-columns: 1.2fr 1fr .65fr; gap: 10px; align-items: center; padding: 11px 2px; border-top: 1px solid #edf1f2; font-size: .68rem; }.reconcile-line > span { display: flex; align-items: center; gap: 7px; font-weight: 750; }.carrier { border-radius: 8px; }.c1 { background: #b65d43; }.c2 { background: #55585e; }.reconcile-line div { display: flex; align-items: center; gap: 6px; }.reconcile-line div i { position: relative; width: 55px; height: 5px; overflow: hidden; border-radius: 9px; background: #e8e9e7; }.reconcile-line div i::after { display: block; width: var(--w); height: 100%; border-radius: inherit; background: var(--jade); content: ""; }.reconcile-line > strong { color: var(--navy); text-align: right; }.alert-line { display: flex; justify-content: space-between; margin-top: 14px; padding: 10px 12px; border-radius: 8px; background: var(--coral-pale); color: #a9423e; font-size: .63rem; font-weight: 750; }.alert-line span { color: var(--navy); }

.features-section { padding: 120px 0; background: var(--alt-bg); scroll-margin-top: 78px; }
.feature-heading { max-width: 820px; }
.feature-groups { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; align-items: start; }
.feature-group { --feature-accent: var(--jade); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--surface-bg); box-shadow: 0 18px 48px rgba(48,50,54,.07); }
.feature-group.feature-crm { --feature-accent: var(--navy); }
.feature-group.feature-commissions { --feature-accent: var(--jade-dark); }
.feature-group header { display: grid; min-height: 188px; grid-template-columns: auto 1fr; gap: 17px; align-items: start; padding: 30px 27px 26px; border-top: 4px solid var(--feature-accent); background: linear-gradient(145deg,var(--surface-bg),var(--alt-bg)); }
.feature-icon { display: grid; width: 43px; height: 43px; border-radius: 13px; background: var(--feature-accent); color: #fff; font-size: 1.05rem; font-weight: 900; place-items: center; }
.feature-group header div > span { color: var(--feature-accent); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.feature-group h3 { margin: 5px 0 8px; font-size: 1.3rem; letter-spacing: -.025em; }
.feature-group header p { margin: 0; color: var(--slate); font-size: .82rem; line-height: 1.5; }
.feature-table { border-top: 1px solid var(--line); }
.feature-row { display: grid; min-height: 66px; grid-template-columns: minmax(0,1fr) auto; gap: 16px; align-items: center; padding: 14px 21px; border-bottom: 1px solid var(--line); font-size: .8rem; line-height: 1.4; }
.feature-row:last-child { border-bottom: 0; }
.feature-row:nth-child(even) { background: rgba(241,242,240,.48); }
.feature-row > span { color: #44474d; font-weight: 650; }
.feature-row strong { color: var(--feature-accent); font-size: .66rem; white-space: nowrap; }

.how-section { overflow: hidden; padding: 110px 0; background: var(--navy-2); }.how-section::before { position: absolute; inset: 0; background: radial-gradient(circle at 12% 30%, rgba(182,93,67,.14), transparent 30%), linear-gradient(115deg, transparent 60%, rgba(255,255,255,.03) 60%); content: ""; }.how-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 110px; }.kicker.light { color: #e5a08c; }.how-copy h2, .contact-card h2 { color: #fff; }.how-copy p { max-width: 500px; color: #b9bbc0; }.steps-list { margin: 0; padding: 0; list-style: none; }.steps-list li { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.12); }.steps-list li > span { display: grid; width: 50px; height: 50px; border: 1px solid rgba(182,93,67,.5); border-radius: 50%; color: #e5a08c; font-weight: 800; place-items: center; }.steps-list strong { color: #fff; font-size: 1.08rem; }.steps-list p { margin: 2px 0 0; color: #a7a9ae; font-size: .9rem; }

.security-section { padding: 110px 0; background: #fff; }.security-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }.security-art { position: relative; display: grid; min-height: 390px; place-items: center; }.shield { position: relative; z-index: 2; display: grid; width: 170px; height: 190px; border: 1px solid #e3d2cc; border-radius: 85px 85px 70px 70px; background: linear-gradient(145deg,#faf5f2,#eee3de); clip-path: polygon(50% 0, 94% 17%, 88% 74%, 50% 100%, 12% 74%, 6% 17%); place-items: center; }.shield span { display: grid; width: 76px; height: 76px; border-radius: 50%; background: var(--jade); color: #fff; font-size: 2rem; font-weight: 900; box-shadow: 0 15px 35px rgba(182,93,67,.24); place-items: center; }.orbit { position: absolute; border: 1px solid #e1e2e0; border-radius: 50%; }.o1 { width: 260px; height: 260px; }.o2 { width: 340px; height: 340px; }.o3 { width: 10px; height: 10px; right: 16%; top: 20%; border: 0; background: var(--coral); box-shadow: -280px 155px 0 var(--jade), -30px 270px 0 #b99461; }.security-copy > p { color: var(--slate); }.security-points { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; margin: 25px 0 28px; color: #4f5156; font-weight: 700; }.security-points b { margin-right: 7px; color: var(--jade); }.dark-link { color: var(--jade-dark); }

.contact-section { padding: 30px 0 110px; }.contact-card { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: center; overflow: hidden; padding: 65px 70px; border-radius: var(--radius-lg); background: linear-gradient(125deg, var(--navy), var(--navy-2)); box-shadow: var(--shadow); }.contact-card::after { position: absolute; width: 330px; height: 330px; right: -90px; top: -160px; border-radius: 50%; background: rgba(182,93,67,.12); content: ""; }.contact-card h2 { position: relative; z-index: 1; margin-bottom: 14px; font-size: clamp(2rem, 3.4vw, 3.2rem); }.contact-card p { margin: 0; color: #b9bbc0; }.contact-actions { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 11px; }.button-light { width: 100%; background: #fff; color: var(--navy); box-shadow: none; }.button-light:hover { background: var(--jade); color: #fff; }.contact-actions small { color: #a1a3a8; }
.contact-email { color: #f4c0af; font-size: .88rem; font-weight: 700; text-decoration: none; }.contact-email:hover { color: #fff; }

.site-footer { padding: 70px 0 22px; background: var(--navy-2); color: #aeb0b5; }.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding-bottom: 55px; }.footer-brand .footer-logo { display: block; width: 200px; max-width: 100%; height: 48px; max-height: 48px; object-fit: contain; object-position: left center; filter: none; }.footer-brand .footer-logo-default { filter: brightness(0) invert(1); }.footer-brand p { max-width: 330px; margin-top: 18px; }.footer-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 35px; }.footer-links div { display: flex; flex-direction: column; gap: 9px; }.footer-links strong { margin-bottom: 6px; color: #fff; }.footer-links a, .footer-bottom a { color: #aeb0b5; text-decoration: none; }.footer-links a:hover, .footer-bottom a:hover { color: #e5a08c; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .77rem; }
.brand .custom-logo { width: 190px !important; height: 50px !important; object-fit: contain; object-position: left center; }
.footer-contact { display: flex; flex-wrap: wrap; gap: 5px 15px; margin-top: 18px; font-size: .78rem; }.footer-contact a { color: #c8c9cc; text-decoration: none; }.footer-contact a:hover { color: #e5a08c; }

/* Pricing */
.pricing-section { padding: 120px 0 105px; background: linear-gradient(180deg, #f7f7f4 0%, #f1f2f0 100%); scroll-margin-top: 78px; }
.pricing-heading { max-width: 770px; margin-bottom: 48px; }.pricing-heading p { max-width: 680px; }
.setup-offer { display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; margin-bottom: 32px; border: 1px solid #d9d5d1; border-radius: var(--radius-lg); background: #fff; box-shadow: 0 24px 65px rgba(48,50,54,.09); }
.setup-price { display: flex; min-height: 340px; flex-direction: column; justify-content: center; padding: 48px 54px; background: linear-gradient(145deg, var(--navy), var(--navy-2)); color: #fff; }
.price-badge { align-self: flex-start; padding: 7px 11px; border-radius: 999px; background: rgba(229,160,140,.14); color: #f0ad99; font-size: .68rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.setup-price > p { margin: 25px 0 4px; color: #c7c8cb; font-size: .9rem; font-weight: 700; }.setup-price > div { display: flex; align-items: flex-end; gap: 5px; }.setup-price sup, .monthly-price sup { align-self: flex-start; margin-top: 14px; color: var(--jade); font-size: 1.35rem; font-weight: 850; }.setup-price strong { font-size: clamp(4.5rem, 8vw, 6.8rem); font-weight: 800; letter-spacing: -.075em; line-height: .95; }.setup-price div span { margin: 0 0 9px 8px; color: #b9bbc0; font-size: .78rem; }
.setup-details { display: flex; flex-direction: column; padding: 48px 58px; }.setup-details h3 { max-width: 560px; margin: 0 0 30px; font-size: clamp(1.55rem, 2.6vw, 2.2rem); line-height: 1.16; }
.price-list { display: flex; flex-direction: column; gap: 13px; margin: 25px 0 0; padding: 0; list-style: none; }.price-list li { position: relative; padding-left: 27px; color: #5b5d63; font-size: .9rem; }.price-list li::before { position: absolute; left: 0; top: .08em; display: grid; width: 18px; height: 18px; border-radius: 50%; background: var(--jade-pale); color: var(--jade-dark); content: "✓"; font-size: .63rem; font-weight: 900; place-items: center; }
.price-card-button { min-height: 48px; margin-top: 32px; padding: 12px 22px; font-size: .84rem; }
.price-card > .price-card-button { width: 100%; margin-top: auto; }
.setup-details > .price-card-button { align-self: flex-start; }
.setup-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px 28px; }.setup-list li:last-child { grid-column: 1 / -1; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }.price-card { display: flex; min-height: 470px; flex-direction: column; padding: 40px 34px 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.78); }.price-card-featured { border-color: rgba(182,93,67,.42); box-shadow: 0 18px 45px rgba(48,50,54,.08); }.plan-label { color: var(--jade-dark); font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }.price-card h3 { margin: 11px 0 27px; font-size: 1.42rem; }.price-card > p { min-height: 52px; margin: 23px 0 0; color: var(--slate); font-size: .9rem; }.price-card > .price-list { margin-bottom: 34px; }.monthly-price { display: flex; align-items: flex-end; min-height: 65px; color: var(--navy); }.monthly-price strong { font-size: 4rem; font-weight: 800; letter-spacing: -.065em; line-height: .85; }.monthly-price > span:last-child { margin: 0 0 3px 7px; color: var(--slate); font-size: .8rem; }.monthly-price .plus { align-self: center; margin-right: 2px; color: var(--jade); font-size: 1.35rem; font-weight: 900; }.custom-price { display: flex; min-height: 65px; align-items: center; color: var(--navy); font-size: 1.85rem; font-weight: 800; letter-spacing: -.035em; }.agency-card { background: #ececea; }
.pricing-action { display: flex; justify-content: space-between; gap: 38px; align-items: center; margin-top: 32px; padding: 32px 36px; border-radius: 20px; background: #fff; }.pricing-action div { display: flex; flex-direction: column; gap: 7px; }.pricing-action strong { color: var(--navy); }.pricing-action div span { color: var(--slate); font-size: .85rem; }.pricing-action .button { flex: 0 0 auto; }
.pricing-fine-print { max-width: 960px; margin: 26px auto 0; color: #77797e; font-size: .72rem; line-height: 1.75; text-align: center; }

/* Legal */
.legal-page { background: #f7f7f4; }.legal-hero { padding: 155px 0 78px; background: linear-gradient(135deg,#f7f7f4,#f0f1ef); }.legal-hero .container { max-width: 860px; }.legal-hero h1 { max-width: 760px; margin: 16px 0; font-size: clamp(2.8rem, 5vw, 4.8rem); }.legal-hero p { max-width: 700px; color: var(--slate); font-size: 1.13rem; }.legal-hero small { color: #7a7d82; }
.legal-layout { display: grid; grid-template-columns: 235px 1fr; gap: 75px; align-items: start; padding-top: 80px; padding-bottom: 110px; }.legal-nav { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 7px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }.legal-nav strong { margin-bottom: 8px; color: var(--navy); }.legal-nav a { padding: 7px 9px; border-radius: 7px; color: var(--slate); font-size: .86rem; font-weight: 650; text-decoration: none; }.legal-nav a:hover { background: var(--mist); color: var(--jade-dark); }
.legal-content { max-width: 790px; }.legal-section { padding: 0 0 68px; border-bottom: 1px solid var(--line); margin-bottom: 68px; scroll-margin-top: 100px; }.legal-section:last-child { margin-bottom: 0; }.legal-label { display: block; color: var(--jade-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }.legal-section h2 { margin: 8px 0 20px; font-size: clamp(2rem, 3.5vw, 3rem); }.legal-section h3 { margin: 32px 0 8px; font-size: 1.18rem; letter-spacing: -.015em; }.legal-section p, .legal-section li { color: #526076; }.legal-section li { margin: 8px 0; }.legal-intro { font-size: 1.08rem; }.legal-callout, .draft-note { margin: 30px 0; padding: 24px; border-left: 4px solid var(--jade); border-radius: 0 12px 12px 0; background: var(--jade-pale); }.legal-callout strong, .draft-note strong { color: var(--navy); }.legal-callout p, .draft-note p { margin: 5px 0 0; }.source-note { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .8rem; }.source-note a, .legal-contact a { color: var(--jade-dark); font-weight: 750; }.draft-note { border-color: var(--coral); background: var(--coral-pale); }

.has-motion .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.has-motion .reveal.is-visible { opacity: 1; transform: translateY(0); }.pain-grid .reveal:nth-child(2), .steps-list .reveal:nth-child(2) { transition-delay: .1s; }.pain-grid .reveal:nth-child(3), .steps-list .reveal:nth-child(3) { transition-delay: .2s; }

@media (max-width: 1120px) and (min-width: 761px) {
  .brand img { width: 190px; }.site-nav { gap: 17px; }.site-nav > a:not(.button) { font-size: .82rem; }.button-small { padding-inline: 16px; }
}

@media (max-width: 980px) {
  .hero { min-height: 0; padding-top: 135px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 720px; }.hero h1 { font-size: clamp(3.3rem,8vw,5rem); }.product-scene { max-width: 720px; margin: 0 auto; padding-right: 20px; }
  .pain-grid { gap: 14px; }.pain-card { padding: 24px; }
  .module-row { gap: 38px; }.split-heading { gap: 45px; }
  .feature-groups { grid-template-columns: 1fr; }.feature-group header { min-height: 0; }
  .how-grid, .security-grid { gap: 60px; }.contact-card { padding: 52px 44px; }
  .setup-price { padding: 42px; }.setup-details { padding: 42px; }.price-card { padding: 36px 28px 30px; }.pricing-grid { gap: 18px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }
  .site-header, .nav-wrap { height: 68px; }.brand img { width: 155px; }.menu-toggle { display: grid; }.site-nav { position: fixed; inset: 68px 14px auto; display: none; flex-direction: column; align-items: stretch; gap: 2px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }.site-nav.is-open { display: flex; }.site-nav > a:not(.button) { padding: 11px 10px; }.site-nav .button { margin-top: 8px; }.menu-open { overflow: hidden; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding: 118px 0 75px; }.hero h1 { margin-top: 18px; font-size: clamp(2.75rem,13vw,4.4rem); }.hero-lead { font-size: 1.03rem; }.hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }.hero-actions .button { width: 100%; }.hero-actions .text-link { align-self: center; }.trust-row { gap: 8px 15px; }
  .product-scene { margin-top: 15px; padding: 25px 3px 30px; }.dashboard-card { transform: none; }.dash-sidebar { display: none; }.dash-content { padding: 17px 13px; }.dash-lower { grid-template-columns: 1fr; }.oe-card { display: none; }.pill-top { right: -4px; }.pill-bottom { left: -3px; }.metric-grid article { padding: 10px 8px; }.metric-grid strong { font-size: .95rem; }.metric-grid small { font-size: .5rem; }
  .pain-section, .modules-section, .features-section, .how-section, .security-section, .pricing-section { padding: 78px 0; }.section-heading { margin-bottom: 36px; }.section-heading h2, .how-copy h2, .security-copy h2 { font-size: 2.35rem; }.pain-grid { grid-template-columns: 1fr; }.pain-card { min-height: auto; }.transition-line { text-align: center; }
  .split-heading, .module-row, .how-grid, .security-grid, .contact-card, .footer-main, .legal-layout { grid-template-columns: 1fr; }.split-heading { gap: 12px; }.module-row { gap: 32px; margin-top: 72px; }.module-row.reverse .module-copy, .module-row.reverse .module-visual { order: initial; }.module-copy { max-width: 590px; }.module-visual { padding: 18px 14px; }.module-row .module-visual { order: 2; }.client-row { grid-template-columns: 1.25fr .75fr .65fr; }.reconcile-line { grid-template-columns: 1fr .9fr .55fr; }.commission-metrics strong { font-size: .75rem; }
  .product-shot { padding: 7px; }.product-shot > a { aspect-ratio: 1.65 / 1; }.product-shot figcaption { flex-wrap: wrap; }.product-shot figcaption small { margin-left: 0; }
  .how-grid { gap: 25px; }.security-grid { gap: 15px; }.security-art { min-height: 300px; }.shield { width: 135px; height: 155px; }.o1 { width: 210px; height: 210px; }.o2 { width: 275px; height: 275px; }.security-points { grid-template-columns: 1fr; }
  .feature-group header { padding: 27px 23px 24px; }.feature-row { min-height: 64px; padding: 15px 19px; }
  .setup-offer, .pricing-grid { grid-template-columns: 1fr; }.setup-offer { border-radius: 24px; }.setup-price { min-height: 270px; padding: 38px 30px; }.setup-details { padding: 38px 30px; }.setup-list { grid-template-columns: 1fr; }.setup-list li:last-child { grid-column: auto; }.price-card { min-height: 0; padding: 36px 28px 30px; }.price-card h3 { margin-bottom: 24px; }.price-card > p { min-height: 0; margin-top: 20px; }.price-card > .price-list { margin-bottom: 30px; }.price-card-button { min-height: 54px; padding: 14px 18px; font-size: .88rem; text-align: center; white-space: normal; }.pricing-action { align-items: stretch; flex-direction: column; gap: 24px; padding: 28px 25px; }.pricing-action .button { width: 100%; }.pricing-fine-print { margin-top: 28px; font-size: .78rem; line-height: 1.75; text-align: left; }
  .contact-section { padding: 15px 0 78px; }.contact-card { gap: 32px; padding: 42px 24px; }.contact-card h2 { font-size: 2.25rem; }.footer-main { gap: 35px; }.footer-bottom { align-items: flex-start; flex-direction: column; }.footer-bottom span:last-child { display: none; }
  .legal-hero { padding: 118px 0 58px; }.legal-hero h1 { font-size: 2.7rem; }.legal-layout { gap: 35px; padding-top: 45px; padding-bottom: 70px; }.legal-nav { position: static; display: grid; grid-template-columns: repeat(2,1fr); }.legal-nav strong { grid-column: 1 / -1; }.legal-section { padding-bottom: 48px; margin-bottom: 48px; }.legal-section ul { padding-left: 22px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 2.7rem; }.trust-row { flex-direction: column; }.dash-bar { height: 46px; }.dash-body { min-height: 350px; }.chart-card { padding: 11px; }.bars { height: 105px; gap: 6px; }.floating-pill { display: none; }
  .task-line { grid-template-columns: auto 1fr; }.task-line .tag { grid-column: 2; }.client-row small { display: none; }.client-row { grid-template-columns: 1.4fr .8fr; }.reconcile-line div { display: none; }.reconcile-line { grid-template-columns: 1fr .6fr; }.commission-metrics { gap: 4px; }.commission-metrics div { padding: 8px 5px; }.commission-metrics small { font-size: .48rem; }.alert-line { gap: 10px; }.legal-nav { grid-template-columns: 1fr; }
  .feature-row { grid-template-columns: 1fr; gap: 5px; }.feature-row strong { justify-self: start; }
  .feature-group header { grid-template-columns: 1fr; }.feature-group header .feature-icon { margin-bottom: 2px; }.monthly-price strong { font-size: 3.65rem; }.custom-price { font-size: 1.55rem; line-height: 1.15; }.price-card { padding-inline: 24px; }.setup-price, .setup-details { padding-inline: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* WordPress admin bar compatibility */
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

/* Standard WordPress pages and editable help content */
.content-page-wrap { min-height: 70vh; padding: 155px 0 100px; background: #f7f7f4; }
.content-page { max-width: 900px; padding: 48px 55px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 20px 55px rgba(48,50,54,.08); }
.content-page h1 { margin: 0 0 28px; font-size: clamp(2.4rem,5vw,4.3rem); }.content-page h2 { margin-top: 42px; }.content-page h3 { margin-top: 32px; }
.content-page p, .content-page li { color: #565960; }.content-page a:not(.button) { color: var(--jade-dark); }.entry-content img, .entry-content video { max-width: 100%; height: auto; border-radius: 14px; }
.entry-content .wp-block-video, .entry-content .wp-block-embed { margin: 24px 0 42px; padding: 8px; border: 1px solid var(--line); border-radius: 18px; background: var(--mist); }
.entry-content > *:first-child { margin-top: 0; }.entry-content > *:last-child { margin-bottom: 0; }.error-page { text-align: center; }.error-page p { margin-bottom: 28px; }.inner-footer { padding-top: 55px; }
@media (max-width: 760px) { .content-page-wrap { padding: 110px 0 70px; }.content-page { padding: 35px 23px; } }
@media (max-width: 760px) { .brand .custom-logo { width: 155px !important; height: 42px !important; } }

/* Help center */
.help-center { background: #f7f7f4; }.help-hero { padding: 155px 0 85px; background: linear-gradient(135deg,#f7f7f4,#eeefed); text-align: center; }.help-hero .container { max-width: 900px; }.help-hero h1 { margin: 14px auto 18px; font-size: clamp(3rem,6vw,5.5rem); }.help-hero p { max-width: 760px; margin: 0 auto; color: var(--slate); font-size: 1.1rem; }.help-jump-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 32px; }.help-jump-links a { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--navy); font-size: .82rem; font-weight: 750; text-decoration: none; }.help-jump-links a:hover { border-color: var(--jade); color: var(--jade-dark); }
.help-modules { padding: 30px 0 90px; }.help-module-row { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: center; padding: 85px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }.help-module-row.reverse .help-module-copy { order: 2; }.help-module-row.reverse .help-video-shell { order: 1; }.help-module-copy h2 { margin: 15px 0; font-size: clamp(2rem,3.7vw,3.25rem); }.help-module-copy > p, .help-module-copy li { color: var(--slate); }.help-module-copy ul { margin: 24px 0 0; padding: 0; list-style: none; }.help-module-copy li { position: relative; margin: 9px 0; padding-left: 23px; }.help-module-copy li::before { position: absolute; left: 0; color: var(--jade); content: "✓"; font-weight: 900; }
.help-video-shell { display: grid; overflow: hidden; min-height: 360px; padding: 10px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); place-items: center; }.help-video-shell .wp-video, .help-video-shell video { width: 100% !important; max-width: 100% !important; border-radius: 16px; }.help-video-placeholder { display: flex; min-height: 340px; width: 100%; align-items: center; justify-content: center; flex-direction: column; gap: 7px; border-radius: 16px; background: linear-gradient(145deg,var(--navy),var(--navy-2)); color: #fff; text-align: center; }.help-video-placeholder > span { display: grid; width: 68px; height: 68px; margin-bottom: 9px; border-radius: 50%; background: var(--jade); place-items: center; padding-left: 4px; }.help-video-placeholder small { max-width: 330px; color: #bfc1c5; }.help-contact { padding: 0 0 100px; }
@media (max-width: 760px) { .help-hero { padding: 115px 0 65px; }.help-hero h1 { font-size: 3rem; }.help-module-row { grid-template-columns: 1fr; gap: 30px; padding: 65px 0; }.help-module-row.reverse .help-module-copy, .help-module-row.reverse .help-video-shell { order: initial; }.help-video-shell { min-height: 245px; }.help-video-placeholder { min-height: 225px; padding: 25px; }.help-contact { padding-bottom: 70px; } }
/* Version 1.6: implementation, customer story, FAQ and module pages */
.module-detail-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1.35rem;
  color: var(--jade);
  font-weight: 800;
  text-decoration: none;
}

.module-detail-link:hover { gap: .8rem; }

.implementation-section,
.case-section,
.faq-section,
.module-benefits,
.module-workflow,
.module-faq,
.module-final-cta {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.implementation-section { background: var(--surface-bg); }

.implementation-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
}

.implementation-steps li {
  min-height: 250px;
  padding: 1.75rem;
  border: 1px solid rgba(48, 50, 54, .12);
  border-radius: 22px;
  background: var(--site-bg);
}

.implementation-steps li > span,
.module-benefit-grid article > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 2.25rem;
  border-radius: 12px;
  background: rgba(182, 93, 67, .12);
  color: var(--jade);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.implementation-steps h3,
.module-benefit-grid h3 {
  margin: 0 0 .7rem;
  font-size: 1.15rem;
}

.implementation-steps p,
.module-benefit-grid p { margin: 0; line-height: 1.75; }

.case-section { background: var(--alt-bg); }

.case-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.case-copy h2 { max-width: 720px; margin: .8rem 0 1rem; }
.case-lead { max-width: 700px; font-size: 1.1rem; line-height: 1.75; }
.case-facts { display: grid; gap: .85rem; margin-top: 2rem; }
.case-facts article {
  padding: 1.15rem 1.3rem;
  border-left: 3px solid var(--jade);
  border-radius: 0 14px 14px 0;
  background: var(--surface-bg);
}
.case-facts span { color: var(--jade); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.case-facts p { margin: .35rem 0 0; line-height: 1.65; }

.case-profile {
  padding: 0;
  border-radius: 28px;
  background: var(--navy-2);
  color: #fff;
  box-shadow: 0 24px 60px rgba(31, 32, 35, .16);
}
.case-image { position: relative; margin: 0; overflow: hidden; background: #151619; }
.case-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.case-image-shape-rectangle { width: 100%; aspect-ratio: 16 / 10; }
.case-image-shape-square { width: 100%; aspect-ratio: 1 / 1; }
.case-image-shape-circle { width: min(230px, calc(100% - 3.2rem)); aspect-ratio: 1 / 1; margin: 2rem auto 0; border-radius: 50%; }
.case-image figcaption { position: absolute; right: 12px; bottom: 12px; padding: .45rem .7rem; border-radius: 999px; background: rgba(31,32,35,.84); color: #fff; font-size: .67rem; font-weight: 750; backdrop-filter: blur(8px); }
.case-image-shape-circle figcaption { display: none; }
.case-profile-content { padding: clamp(1.6rem, 4vw, 2.5rem); }
.case-profile-content > span { color: #f1a58d; font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.case-profile h3 { margin: .5rem 0; color: #fff; font-size: 1.7rem; }
.case-profile p { margin: 0 0 1.5rem; color: rgba(255,255,255,.8); line-height: 1.6; }
.case-profile blockquote { margin: 1.5rem 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.16); font-size: 1.05rem; line-height: 1.75; }

.faq-section,
.module-faq { background: var(--site-bg); }
.faq-grid { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.faq-grid .section-heading { position: sticky; top: 110px; }
.faq-list { border-top: 1px solid rgba(48, 50, 54, .16); }
.faq-item { border-bottom: 1px solid rgba(48, 50, 54, .16); }
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 74px;
  padding: 1rem 0;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { flex: 0 0 auto; color: var(--jade); font-size: 1.55rem; transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item > div { padding: 0 2.5rem 1.5rem 0; }
.faq-item p { margin: 0; line-height: 1.75; }

.module-detail-page { background: var(--site-bg); }
.module-detail-hero {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: linear-gradient(135deg, var(--site-bg), var(--alt-bg), var(--surface-bg));
}
.module-detail-hero-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
.module-breadcrumb { display: inline-block; margin-bottom: 2.2rem; color: var(--navy); font-weight: 750; text-decoration: none; }
.module-detail-intro h1 { max-width: 720px; margin: .75rem 0 1.25rem; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1.02; letter-spacing: -.055em; }
.module-detail-intro > p { max-width: 650px; font-size: 1.12rem; line-height: 1.75; }
.module-detail-shot { margin: 0; overflow: hidden; border: 1px solid rgba(48, 50, 54, .12); border-radius: 0; background: #fff; box-shadow: 0 28px 70px rgba(31, 32, 35, .14); }
.module-detail-shot img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top left; }
.module-detail-shot figcaption { padding: .85rem 1.1rem; color: #65666a; font-size: .78rem; text-align: center; }
.module-benefits { background: var(--surface-bg); }
.module-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 3rem; }
.module-benefit-grid article { padding: 1.65rem; border: 1px solid rgba(48, 50, 54, .12); border-radius: 20px; background: var(--site-bg); }
.module-workflow { background: var(--navy-2); color: #fff; }
.module-workflow-grid { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 7vw, 7rem); }
.module-workflow .section-heading h2,
.module-workflow .section-heading p { color: #fff; }
.module-workflow ol { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.module-workflow li { display: grid; grid-template-columns: 52px 1fr; gap: 1.2rem; padding: 1.4rem; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.055); }
.module-workflow li > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--jade); font-weight: 900; }
.module-workflow h3 { margin: 0 0 .45rem; color: #fff; }
.module-workflow li p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.65; }
.module-final-cta { padding-top: 0; background: var(--site-bg); }

.mobile-cta { display: none; }

@media (max-width: 980px) {
  .implementation-steps,
  .module-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .case-grid,
  .module-detail-hero-grid { grid-template-columns: 1fr; }
  .module-detail-intro { max-width: 760px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 74px; }
  .implementation-section,
  .case-section,
  .faq-section,
  .module-benefits,
  .module-workflow,
  .module-faq,
  .module-final-cta { padding: 4rem 0; }
  .implementation-steps,
  .module-benefit-grid,
  .faq-grid,
  .module-workflow-grid { grid-template-columns: 1fr; }
  .implementation-steps { gap: .8rem; margin-top: 2rem; }
  .implementation-steps li { min-height: 0; padding: 1.35rem; }
  .implementation-steps li > span,
  .module-benefit-grid article > span { margin-bottom: 1.25rem; }
  .case-grid { gap: 2rem; }
  .case-profile { border-radius: 22px; }
  .faq-grid .section-heading { position: static; }
  .faq-item summary { min-height: 68px; font-size: .96rem; }
  .module-detail-hero { padding: 3.25rem 0 4rem; }
  .module-breadcrumb { margin-bottom: 1.6rem; }
  .module-detail-intro h1 { font-size: clamp(2.25rem, 12vw, 3.4rem); }
  .module-detail-shot { border-radius: 0; }
  .module-workflow li { grid-template-columns: 44px 1fr; padding: 1.15rem; }
  .module-workflow li > span { width: 40px; height: 40px; }
  .mobile-cta {
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    min-height: 58px;
    padding: .55rem .6rem .55rem 1rem;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 17px;
    background: rgba(31,32,35,.96);
    color: #fff;
    box-shadow: 0 14px 36px rgba(0,0,0,.25);
    backdrop-filter: blur(14px);
  }
  .mobile-cta span { font-size: .76rem; font-weight: 750; line-height: 1.25; }
  .mobile-cta a {
    flex: 0 0 auto;
    min-height: 44px;
    padding: .8rem 1rem;
    border-radius: 12px;
    background: var(--button-bg);
    color: var(--button-text);
    font-size: .78rem;
    font-weight: 850;
    text-decoration: none;
  }
}

@media (max-width: 390px) {
  .mobile-cta span { max-width: 110px; }
  .mobile-cta a { padding-inline: .8rem; }
}
