:root {
  --ink: #262627;
  --ink-soft: #5d5b61;
  --muted: #7c7980;
  --paper: #f3f2ef;
  --surface: #fbfbfa;
  --line: rgba(38, 38, 39, 0.12);
  --purple: #7650e8;
  --purple-deep: #5631c4;
  --purple-light: #9b7dff;
  --dark: #282829;
  --pearl: #fbfbf9;
  --silver: #eeede9;
  --silver-deep: #dfddd8;
  --graphite: #28282a;
  --graphite-soft: #66646a;
  --premium-line: rgba(39, 38, 41, .11);
  --shadow: 0 24px 56px rgba(31, 29, 34, 0.11);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
html.js { scroll-behavior: auto; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; position: relative; }
.section { position: relative; padding: 126px 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 10px 14px; color: white; background: var(--purple-deep); border-radius: 8px; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.page-grid {
  position: absolute;
  inset: 0 0 auto;
  z-index: -3;
  height: 1040px;
  opacity: .68;
  background-image: linear-gradient(rgba(38, 38, 39, .075) 1px, transparent 1px), linear-gradient(90deg, rgba(38, 38, 39, .075) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, .55) 55%, transparent 100%);
}
.page-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(38, 38, 39, .25) 1.1px, transparent 1.4px);
  background-size: 48px 48px;
  background-position: -1px -1px;
}
.orb { position: absolute; z-index: -2; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.orb-top { width: 230px; height: 230px; right: -58px; top: 5px; background: radial-gradient(circle at 40% 46%, #b39aff 0 9%, #8c66f5 10% 23%, transparent 24%), conic-gradient(from 80deg, #6e42e0, #b693ff, #6534cd, #a681ff, #6e42e0); box-shadow: inset 18px 11px 25px rgba(255,255,255,.38), -15px 19px 38px rgba(84, 44, 186, .3); transform: rotate(-24deg); }
.orb-top::after { content: ""; position: absolute; width: 101px; height: 101px; top: 65px; left: 64px; background: var(--paper); border-radius: 50%; box-shadow: inset 11px 10px 16px rgba(63,32,131,.28); }
.orb-left { width: 135px; height: 135px; left: -65px; top: 625px; background: linear-gradient(145deg, #bc9cff, #4d2ab7 72%); clip-path: polygon(50% 0, 100% 28%, 78% 92%, 22% 100%, 0 37%); box-shadow: 18px 18px 35px rgba(76,43,169,.26); }

.site-header { position: relative; z-index: 20; padding: 22px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 19px; font-weight: 800; letter-spacing: -1.1px; line-height: 1; }
.brand-accent { color: var(--purple); }
.brand-symbol { display: grid; width: 30px; height: 30px; color: var(--purple); place-items: center; border-radius: 10px; background: linear-gradient(145deg, rgba(129,92,242,.22), rgba(129,92,242,.05)); }
.brand-symbol svg { width: 22px; }
.desktop-nav { display: flex; align-items: center; gap: 33px; margin-left: auto; margin-right: 23px; }
.desktop-nav a { color: #4f4c52; font-size: 13px; font-weight: 700; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--purple); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 0; border-radius: 16px; font-size: 13px; font-weight: 800; letter-spacing: -.2px; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-small { min-height: 42px; padding: 0 16px; font-size: 12px; border-radius: 13px; }
.button-primary { color: white; background: linear-gradient(118deg, #4d2bb5, #7a55ed 55%, #9b7eff); box-shadow: 0 10px 22px rgba(82, 48, 190, .28); }
.button-primary:hover, .button-blue:hover { box-shadow: 0 13px 28px rgba(30, 91, 151, .39); }
.button-dark { color: white; background: linear-gradient(132deg, #141415, #343436); box-shadow: 0 9px 18px rgba(27, 27, 28, .22); }
.button-dark-purple { color: white; background: linear-gradient(115deg, #40249b, #8058ee); box-shadow: 0 9px 20px rgba(90, 52, 211, .3); }
.button-blue { color: #0758dc; background: #ffffff; box-shadow: 0 10px 22px rgba(3, 49, 143, .26); }
.button-arrow { font-size: 18px; line-height: 1; }
.menu-toggle, .mobile-nav { display: none; }

.hero { padding-top: 82px; padding-bottom: 105px; }
.hero-layout { display: grid; grid-template-columns: minmax(0, .86fr) minmax(520px, 1.08fr); align-items: center; gap: 28px; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 17px; color: #5c5764; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 4px rgba(118,80,232,.12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -0.057em; line-height: 1.075; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(45px, 5.35vw, 70px); font-weight: 800; }
h1 span, h2 span { color: #929095; }
.hero-copy h1 { max-width: 710px; color: #202024; font-family: "DM Sans", "Manrope", Arial, sans-serif; font-size: clamp(46px, 4.82vw, 64px); font-weight: 700; letter-spacing: -.066em; line-height: 1.01; }
.hero-copy h1 .hero-growth-arrow { display: inline-block; margin: 0 .035em; color: #3cab5e; font-family: "DM Sans", "Manrope", Arial, sans-serif; font-size: .78em; font-weight: 800; letter-spacing: -.13em; opacity: 1; text-shadow: 0 0 16px rgba(60,171,94,.22); transform: translateY(-.08em) rotate(-8deg); }
.hero-positioning-title .hero-title-soft { display: block; margin-top: .19em; color: #858389; font-size: .68em; letter-spacing: -.045em; line-height: 1.12; }
.hero-positioning-title > .hero-growth-arrow { margin-left: .09em; font-size: .72em; transform: translateY(-.11em) rotate(-8deg); }
.hero-text { max-width: 560px; margin-bottom: 30px; color: var(--ink-soft); font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; width: min(100%, 278px); align-items: flex-start; flex-direction: column; gap: 15px; }
.hero-actions .button { width: 100%; }
.hero-actions .text-link { align-self: center; font-size: 15px; }
.hero-actions .text-link span { font-size: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #39363d; font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(57,54,61,.32); padding-bottom: 3px; transition: color .2s ease, border .2s ease; }
.text-link:hover { color: var(--purple); border-color: var(--purple); }
.text-link span { font-size: 16px; }
.hero-proof { display: flex; width: min(100%, 300px); flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; margin-top: 38px; color: #6d6a70; font-size: 14px; font-weight: 700; text-align: center; }
.hero-proof i { width: 4px; height: 4px; display: inline-block; background: #aaa7ae; border-radius: 50%; }

.hero-visual { position: relative; min-height: 424px; padding: 49px 18px 0; }
.visual-glow { position: absolute; z-index: -1; width: 83%; height: 68%; left: 12%; top: 12%; border-radius: 50%; background: #ab91ff; opacity: .31; filter: blur(56px); }
.dashboard-card { position: relative; width: min(100%, 530px); margin: 0 auto; padding: 25px 25px 21px; background: rgba(253,253,253,.86); border: 1px solid rgba(255,255,255,.88); border-radius: 29px; box-shadow: 0 32px 64px rgba(35,31,45,.15), inset 0 1px 0 white; backdrop-filter: blur(12px); }
.dashboard-top { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; }
.dashboard-label { margin-bottom: 2px; color: #827e89; font-size: 11px; font-weight: 700; }
.dashboard-top strong { font-size: 16px; letter-spacing: -.5px; }
.status-pill { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; color: #58525f; font-size: 10px; font-weight: 800; border: 1px solid rgba(73,68,78,.11); border-radius: 99px; background: rgba(255,255,255,.64); white-space: nowrap; }
.status-pill span { width: 6px; height: 6px; border-radius: 50%; background: #73c795; box-shadow: 0 0 0 3px rgba(115,199,149,.18); }
.dashboard-chart { position: relative; margin-top: 23px; overflow: hidden; border-radius: 16px; background: linear-gradient(145deg, #2d2b31, #201f23); }
.dashboard-chart svg { display: block; width: 100%; padding: 22px 0 0; }
.chart-grid-line { stroke: rgba(255,255,255,.09); stroke-width: 1; }
.chart-labels { position: absolute; z-index: 1; top: 15px; right: 18px; display: flex; gap: 14px; color: rgba(255,255,255,.49); font-size: 9px; font-weight: 700; }
.dashboard-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 12px; }
.dashboard-metrics div { padding: 11px 10px; background: rgba(230,226,235,.44); border-radius: 12px; }
.dashboard-metrics span { display: block; color: #85818a; font-size: 9px; font-weight: 700; }
.dashboard-metrics strong { display: block; margin-top: 2px; font-size: 10px; letter-spacing: -.25px; }
.floating-note { position: absolute; display: inline-flex; align-items: center; gap: 8px; padding: 11px 13px; color: #49444e; font-size: 10px; font-weight: 800; background: rgba(255,255,255,.89); border: 1px solid rgba(255,255,255,.95); border-radius: 13px; box-shadow: 0 12px 28px rgba(37,31,46,.15); backdrop-filter: blur(10px); }
.note-top { top: 4px; right: 5px; }
.note-bottom { bottom: 20px; left: 1px; }
.note-icon { display: grid; width: 20px; height: 20px; place-items: center; color: white; background: #64bf8c; border-radius: 7px; font-size: 12px; }
.note-icon-purple { background: var(--purple); }

.trust-strip { position: relative; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-items { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-items span { padding: 23px 15px; color: #5f5b64; font-size: 13px; font-weight: 800; letter-spacing: -.18px; text-align: center; }
.trust-items span + span { border-left: 1px solid var(--line); }

.plans { padding-bottom: 110px; }
.section-heading { max-width: 650px; margin-bottom: 51px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
h2 { margin-bottom: 18px; font-size: clamp(35px, 4.1vw, 54px); font-weight: 800; }
.section-heading > p:last-child, .method-copy > p:last-of-type { color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; }
.plan-card { position: relative; display: flex; min-width: 0; flex-direction: column; min-height: 608px; padding: 20px; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.plan-light { background: rgba(252,252,251,.92); border: 1px solid rgba(255,255,255,.76); }
.plan-featured { overflow: visible; color: #f6f9fc; background: linear-gradient(145deg, #087cff 0%, #0758dc 100%); border: 1px solid rgba(155, 205, 255, .6); box-shadow: 0 25px 54px rgba(8, 78, 204, .3), inset 0 1px 0 rgba(255,255,255,.25); }
.plan-dark { color: #f7f6f9; background: #29292a; box-shadow: 0 24px 50px rgba(35,32,37,.22); }
.plan-head { min-height: 132px; padding: 21px 21px 16px; border-radius: 22px; background: linear-gradient(144deg, #fff, #efeeee); }
.plan-light .plan-head { background: linear-gradient(135deg, #f8f8f8 0%, #dedfe2 53%, #f3f3f4 100%); border: 1px solid rgba(255, 255, 255, .88); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), inset 0 -1px 0 rgba(115, 117, 122, .08); }
.plan-featured .plan-head { background: rgba(0, 42, 123, .25); border: 1px solid rgba(225, 240, 255, .28); box-shadow: inset 0 1px 0 rgba(255,255,255,.16); }
.plan-dark .plan-head { background: linear-gradient(145deg, #39393a, #2e2e2f); }
.plan-tag { display: inline-flex; padding: 8px 14px; color: #f6f5f6; background: #303031; border-radius: 99px; font-size: 11px; font-weight: 800; }
.plan-tag-blue { color: #0758dc; background: #ffffff; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
.plan-tag-dark { color: #ffffff; background: linear-gradient(115deg, #40249b, #8058ee); box-shadow: inset 0 1px 0 rgba(255,255,255,.18); }
.plan-head p { margin: 16px 0 0; color: #444146; font-size: 14px; font-weight: 800; letter-spacing: -.35px; line-height: 1.35; }
.plan-featured .plan-head p { color: #f0f6fb; }
.plan-dark .plan-head p { color: #efedf0; }
.plan-price { margin: 27px 21px 3px; color: #282729; font-size: 40px; font-weight: 800; letter-spacing: -2.3px; line-height: 1; }
.plan-price > span { margin-right: 3px; font-size: 17px; letter-spacing: -.5px; vertical-align: 13px; }
.plan-price sup { margin-left: 2px; font-size: 18px; letter-spacing: -.6px; vertical-align: 13px; }
.plan-price small { margin-left: 3px; color: #88848b; font-size: 11px; font-weight: 700; letter-spacing: 0; }
.plan-price-block { margin: 21px 21px 3px; }
.plan-price-block .plan-price { margin: 0; }
.plan-price-original { display: flex; align-items: center; gap: 7px; min-height: 15px; margin-bottom: 5px; color: #858289; }
.plan-price-original span { font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.plan-price-original s { position: relative; font-size: 11px; font-weight: 750; letter-spacing: -.1px; text-decoration: none; }
.plan-price-original s::after { content: ""; position: absolute; top: 51%; right: -3px; left: -3px; height: 1.5px; background: linear-gradient(90deg, transparent, #66636a 9%, #66636a 91%, transparent); border-radius: 99px; transform: rotate(-4deg); }
.plan-dark .plan-price { color: #fff; }
.plan-featured .plan-price { color: #fff; }
.plan-dark .plan-price small { color: #b5b1ba; }
.plan-featured .plan-price small { color: #b9d3e9; }
.plan-description { min-height: 43px; margin: 11px 21px 20px; color: #757179; font-size: 11px; line-height: 1.55; }
.plan-dark .plan-description { color: #b9b6bd; }
.plan-featured .plan-description { color: #d7e6f2; }
.feature-list { display: grid; gap: 12px; margin: 0 21px 26px; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 10px; align-items: flex-start; color: #504d54; font-size: 12px; font-weight: 600; line-height: 1.35; }
.feature-list li span { color: #312f33; font-size: 15px; line-height: 1; }
.plan-dark .feature-list li { color: #e4e1e7; }
.plan-dark .feature-list li span { color: #bba5ff; }
.plan-featured .feature-list li { color: #edf5fb; }
.plan-featured .feature-list li span { color: #a9d3f3; }
.plan-button { width: calc(100% - 42px); min-height: 47px; margin: auto 21px 2px; border-radius: 15px; font-size: 12px; }
.plan-featured .plan-button { font-size: 13px; }
.featured-badge { position: absolute; z-index: 3; top: -13px; left: 50%; padding: 6px 13px; color: #0758dc; font-size: 10px; font-weight: 800; background: #ffffff; border: 1px solid rgba(219, 238, 255, .9); border-radius: 99px; box-shadow: 0 7px 15px rgba(3,68,183,.28); transform: translateX(-50%); white-space: nowrap; }
.plan-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 26px auto 0; color: #76727b; font-size: 11px; text-align: center; }
.plan-note span { display: inline-grid; width: 15px; height: 15px; place-items: center; color: var(--purple); font-size: 10px; font-weight: 800; border: 1px solid rgba(118,80,232,.35); border-radius: 50%; }

.method { overflow: hidden; color: #f5f7f9; background: radial-gradient(circle at 13% 10%, rgba(126,148,181,.17), transparent 31%), linear-gradient(132deg, #14171b 0%, #2c3037 49%, #17191e 100%); }
.method::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(116deg, transparent 0 35%, rgba(255,255,255,.055) 48%, transparent 61%); }
.method::after { content: ""; position: absolute; right: -170px; bottom: -250px; width: 510px; height: 510px; border: 1px solid rgba(188,201,220,.12); border-radius: 50%; box-shadow: 0 0 0 66px rgba(188,201,220,.025), 0 0 0 132px rgba(188,201,220,.016); }
.method-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 72px; align-items: start; }
.method-copy { position: sticky; z-index: 1; top: 108px; }
.method .eyebrow { color: #b4bbc5; }
.method .eyebrow-dot { background: #9cafcb; box-shadow: 0 0 0 4px rgba(156,175,203,.13); }
.method-copy h2 { max-width: 520px; margin-bottom: 24px; color: #fff; }
.method-copy h2 span { color: #aeb7c4; }
.method-lead { max-width: 530px; margin-bottom: 26px; color: #e4e8ed; font-size: 16px; font-weight: 500; line-height: 1.78; }
.method-principles { display: flex; max-width: 540px; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; }
.method-principles span { display: inline-flex; align-items: center; min-height: 31px; padding: 0 11px; color: #dce1e7; font-size: 10px; font-weight: 750; border: 1px solid rgba(218,226,236,.15); border-radius: 99px; background: rgba(255,255,255,.045); }
.method-promise { max-width: 530px; margin-bottom: 25px; padding: 18px 19px; border: 1px solid rgba(218,226,236,.13); border-radius: 17px; background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); box-shadow: inset 0 1px 0 rgba(255,255,255,.07); }
.method-promise span { display: block; margin-bottom: 7px; color: #9eabc0; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.method-promise strong { display: block; color: #f3f5f7; font-size: 14px; line-height: 1.55; letter-spacing: -.2px; }
.method-cta { min-height: 49px; padding: 0 18px; color: #1f2227; background: linear-gradient(135deg, #fff, #dfe4e9); border: 1px solid rgba(255,255,255,.78); border-radius: 14px; box-shadow: 0 12px 27px rgba(0,0,0,.2), inset 0 1px 0 #fff; }
.method-cta:hover { box-shadow: 0 16px 34px rgba(0,0,0,.26), inset 0 1px 0 #fff; }
.method-roadmap { position: relative; z-index: 1; }
.method-roadmap-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 14px; padding: 0 5px; color: #dce1e8; font-size: 11px; font-weight: 800; }
.method-roadmap-head small { color: #929ca9; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.steps-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.steps-list li { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 23px; overflow: hidden; border: 1px solid rgba(222,229,237,.13); border-radius: 21px; background: linear-gradient(138deg, rgba(255,255,255,.095), rgba(255,255,255,.035)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 13px 29px rgba(0,0,0,.11); transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.steps-list li::after { content: ""; position: absolute; top: 0; right: 18px; left: 18px; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent); }
.steps-list li:hover { transform: translateY(-2px); border-color: rgba(177,193,216,.26); background: linear-gradient(138deg, rgba(255,255,255,.12), rgba(255,255,255,.045)); }
.step-number { display: grid; width: 40px; height: 40px; place-items: center; color: #d9e2ed; font-size: 10px; font-weight: 800; border: 1px solid rgba(210,220,233,.16); border-radius: 12px; background: rgba(9,12,16,.2); }
.step-kicker { display: block; margin-bottom: 5px; color: #93a5bd; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.steps-list h3 { margin-bottom: 8px; color: #f6f7f8; font-size: 17px; letter-spacing: -.55px; line-height: 1.3; }
.steps-list p { max-width: 590px; margin-bottom: 13px; color: #bbc2cb; font-size: 12px; line-height: 1.68; }
.step-output { display: inline-flex; min-height: 25px; align-items: center; padding: 0 9px; color: #d7dde5; font-size: 9px; font-weight: 800; border: 1px solid rgba(214,223,234,.12); border-radius: 8px; background: rgba(255,255,255,.045); }

.benefits { padding-top: 125px; padding-bottom: 132px; background: linear-gradient(180deg, #f4f3f0 0%, #eeede9 100%); border-bottom: 1px solid rgba(44,43,46,.08); }
.benefits .section-heading { max-width: 820px; }
.operation-signals { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 24px; color: #727078; font-size: 10px; font-weight: 800; letter-spacing: .02em; }
.operation-signals i { width: 4px; height: 4px; background: #98959d; border-radius: 50%; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.benefit-card { position: relative; min-height: 250px; padding: 27px 25px; overflow: hidden; color: var(--graphite); background: linear-gradient(138deg, #fdfdfc 0%, #e7e7e4 52%, #f7f7f5 100%); border: 1px solid rgba(44,43,46,.1); border-radius: 24px; box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 15px 34px rgba(31,29,34,.055); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.benefit-card::before { content: ""; position: absolute; top: 0; right: 24px; left: 24px; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.98), transparent); }
.benefit-card:hover { transform: translateY(-3px); border-color: rgba(96,105,118,.18); box-shadow: inset 0 1px 0 rgba(255,255,255,.98), 0 20px 42px rgba(31,29,34,.08); }
.benefit-card-dark { color: #f5f6f8; background: linear-gradient(138deg, #353940 0%, #1f2227 53%, #30343b 100%); border-color: rgba(255,255,255,.12); box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 20px 42px rgba(31,29,34,.16); }
.benefit-icon { position: relative; z-index: 1; display: flex; width: auto; height: auto; align-items: center; gap: 10px; margin-bottom: 51px; padding: 0; color: #7d828a; font-size: 10px; font-weight: 800; letter-spacing: .11em; background: transparent; border: 0; border-radius: 0; }
.benefit-icon::after { content: ""; width: 25px; height: 1px; background: #aab0b7; }
.benefit-card-dark .benefit-icon { color: #b7c5d8; background: transparent; border: 0; }
.benefit-card-dark .benefit-icon::after { background: #8095b3; }
.benefit-card h3 { position: relative; z-index: 1; max-width: 280px; margin-bottom: 10px; color: inherit; font-size: 17px; letter-spacing: -.55px; line-height: 1.35; }
.benefit-card p { position: relative; z-index: 1; max-width: 310px; margin-bottom: 0; color: #65666b; font-size: 13px; line-height: 1.65; }
.benefit-card-dark p { color: #c6cbd2; }

.faq { padding-top: 120px; background: radial-gradient(circle at 6% 12%, rgba(124,139,163,.08), transparent 28%), #f7f7f5; border-top: 0; }
.faq-layout { display: grid; grid-template-columns: minmax(390px, .94fr) minmax(0, 1.16fr); gap: 52px; align-items: start; }
.faq-intro { position: sticky; top: 92px; min-height: 0; padding: 37px 36px 34px; overflow: hidden; color: #f5f6f8; background: radial-gradient(circle at 100% 0, rgba(114,145,188,.25), transparent 35%), linear-gradient(141deg, #363b44 0%, #1d2025 58%, #292d34 100%); border: 1px solid rgba(255,255,255,.14); border-radius: 31px; box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 27px 56px rgba(31,29,34,.15); }
.faq-intro::before { content: ""; position: absolute; top: 0; right: 26px; left: 26px; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent); }
.faq-intro::after { content: ""; position: absolute; z-index: 0; right: -94px; bottom: -126px; width: 270px; height: 270px; border: 44px solid rgba(139,164,201,.07); border-radius: 50%; }
.faq-intro > * { position: relative; z-index: 1; }
.faq-intro .eyebrow { color: #c1c9d4; }
.faq-intro .eyebrow-dot { background: #9fb7d7; box-shadow: 0 0 0 4px rgba(159,183,215,.14); }
.faq-intro h2 { max-width: 500px; margin-bottom: 17px; color: #fff; font-size: clamp(35px, 3.25vw, 45px); line-height: 1.04; }
.faq-intro h2 span { color: #afbacb; }
.faq-lead { max-width: 510px; margin-bottom: 21px; color: #cbd0d7; font-size: 13.5px; line-height: 1.68; }
.faq-readiness { margin-bottom: 15px; padding: 17px 17px 4px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); border: 1px solid rgba(222,229,238,.13); border-radius: 20px; box-shadow: inset 0 1px 0 rgba(255,255,255,.075); }
.faq-readiness-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-bottom: 12px; }
.faq-readiness-head div { display: grid; gap: 4px; }
.faq-readiness-head span { color: #9fb0c8; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.faq-readiness-head strong { color: #f5f6f8; font-size: 13px; letter-spacing: -.15px; }
.faq-readiness-head em { flex: none; padding: 6px 8px; color: #bdc9d8; background: rgba(7,10,14,.2); border: 1px solid rgba(222,229,238,.11); border-radius: 99px; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.faq-readiness ol { margin: 0; padding: 0; list-style: none; }
.faq-readiness li { display: grid; grid-template-columns: 29px 1fr; gap: 10px; align-items: start; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.09); }
.faq-readiness li > span { display: grid; width: 25px; height: 25px; place-items: center; color: #aebed3; background: rgba(8,11,15,.19); border: 1px solid rgba(211,222,236,.11); border-radius: 8px; font-size: 9px; font-weight: 800; }
.faq-readiness li p { margin: 2px 0 0; color: #e7eaee; font-size: 12px; font-weight: 700; line-height: 1.5; }
.faq-insight { display: grid; grid-template-columns: 30px 1fr; gap: 11px; align-items: start; margin-bottom: 16px; padding: 12px 13px; color: #bfc6d0; background: rgba(8,11,15,.18); border: 1px solid rgba(218,226,236,.09); border-radius: 15px; }
.faq-insight > span { display: grid; width: 25px; height: 25px; place-items: center; color: #1f252d; background: #dbe3ed; border-radius: 50%; font-size: 12px; font-weight: 900; }
.faq-insight p { margin: 1px 0 0; font-size: 11px; line-height: 1.58; }
.faq-insight strong { color: #f0f2f4; }
.faq-intro .button { min-height: 48px; margin-top: 0; color: #202328; background: linear-gradient(135deg, #fff, #dfe5eb); border: 1px solid rgba(255,255,255,.82); border-radius: 14px; box-shadow: 0 12px 27px rgba(0,0,0,.22), inset 0 1px 0 #fff; }
.faq-list { padding: 10px 12px 12px; background: linear-gradient(145deg, rgba(255,255,255,.98), #e9e9e6); border: 1px solid rgba(42,41,44,.1); border-radius: 29px; box-shadow: inset 0 1px 0 #fff, 0 21px 47px rgba(31,29,34,.07); }
.faq-list-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 11px 16px; color: #79767d; border-bottom: 1px solid rgba(42,41,44,.08); }
.faq-list-head div { display: grid; gap: 4px; }
.faq-list-head span { font-size: 9.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.faq-list-head strong { color: #3f4146; font-size: 12px; letter-spacing: -.1px; }
.faq-list-head small { flex: none; padding: 7px 9px; color: #71767e; background: rgba(255,255,255,.62); border: 1px solid rgba(50,53,58,.08); border-radius: 99px; font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.faq-item { margin-top: 8px; overflow: hidden; background: rgba(255,255,255,.52); border: 1px solid rgba(48,49,52,.085); border-radius: 18px; box-shadow: inset 0 1px 0 rgba(255,255,255,.75); transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease; }
.faq-item:hover { transform: translateY(-1px); background: rgba(255,255,255,.72); border-color: rgba(79,91,110,.14); }
.faq-item.is-active { background: rgba(255,255,255,.94); border-color: rgba(85,103,130,.22); box-shadow: inset 0 1px 0 #fff, 0 12px 28px rgba(40,44,51,.07); }
.faq-item h3 { margin: 0; }
.faq-question { display: flex; width: 100%; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 17px; color: #34363b; text-align: left; background: transparent; border: 0; }
.faq-question-copy { display: grid; gap: 5px; }
.faq-question-copy small { color: #858b94; font-size: 9px; font-weight: 850; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.faq-question-copy > span { font-size: 15px; font-weight: 800; letter-spacing: -.4px; line-height: 1.38; }
.faq-question i { flex: none; display: grid; width: 32px; height: 32px; place-items: center; color: #5e6570; background: rgba(101,112,128,.09); border: 1px solid rgba(90,98,108,.09); border-radius: 50%; font-size: 19px; font-style: normal; font-weight: 400; transition: transform .3s cubic-bezier(.22,.61,.36,1), color .22s ease, background .22s ease; }
.faq-question:hover i { color: #2d333b; background: rgba(101,112,128,.14); }
.faq-question:focus-visible { outline: 2px solid rgba(77,104,143,.55); outline-offset: -3px; border-radius: 16px; }
.faq-question[aria-expanded="true"] { color: #1f2227; }
.faq-question[aria-expanded="true"] .faq-question-copy small { color: #647c9d; }
.faq-question[aria-expanded="true"] i { color: #fff; background: #343b45; transform: rotate(45deg); }
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 61px 0 17px;
  opacity: 0;
  transition:
    grid-template-rows .42s cubic-bezier(.22,.61,.36,1),
    padding-bottom .42s cubic-bezier(.22,.61,.36,1),
    opacity .28s ease;
}
.faq-answer.is-open { grid-template-rows: 1fr; padding-bottom: 19px; opacity: 1; }
.faq-answer > p { min-height: 0; margin: 0; overflow: hidden; color: #5e6168; font-size: 13px; line-height: 1.72; }
.faq-answer strong { color: #35343a; }

.contact { padding-top: 120px; padding-bottom: 120px; }
.contact-card { display: grid; grid-template-columns: .9fr 1fr; gap: 75px; padding: 61px 63px; overflow: hidden; color: white; background: linear-gradient(128deg, #242426, #343137); border-radius: 36px; box-shadow: 0 29px 55px rgba(33,29,39,.16); }
.contact-card::before { content: ""; position: absolute; width: 440px; height: 440px; right: -210px; bottom: -300px; border: 53px solid rgba(146,112,255,.23); border-radius: 50%; transform: rotate(24deg); }
.eyebrow-light { color: #c5becf; }
.contact-copy { position: relative; z-index: 1; }
.contact-copy h2 { max-width: 490px; margin-bottom: 16px; color: white; }
.contact-copy h2 span { color: #c3b3f5; }
.contact-copy > p:not(.eyebrow) { max-width: 460px; color: #cfccd3; font-size: 14px; line-height: 1.7; }
.contact-details { display: grid; gap: 10px; margin-top: 29px; color: #e7e4e9; font-size: 11px; font-weight: 700; }
.contact-details i { display: inline-grid; width: 17px; height: 17px; margin-right: 7px; place-items: center; color: #bba6ff; font-style: normal; border-radius: 50%; background: rgba(158,127,250,.18); }
.contact-form { position: relative; z-index: 1; display: grid; gap: 13px; padding: 24px; color: #3c3841; background: #f8f7f7; border-radius: 23px; }
.contact-form label { display: grid; gap: 6px; color: #5b5660; font-size: 10px; font-weight: 800; }
.form-row-split { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 11px 12px; color: #302d33; background: white; border: 1px solid #e0dce4; border-radius: 10px; font-size: 12px; outline: none; transition: border .2s ease, box-shadow .2s ease; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #aaa5af; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #8e6bf0; box-shadow: 0 0 0 3px rgba(118,80,232,.14); }
.contact-form textarea { min-height: 76px; }
.submit-button { width: 100%; min-height: 48px; margin-top: 3px; border-radius: 12px; font-size: 12px; }
.form-feedback { min-height: 0; margin: -3px 3px 0; color: #8066d2; font-size: 10px; font-weight: 700; line-height: 1.4; }
.form-feedback:empty { display: none; }

.site-footer { padding: 0 0 36px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid var(--line); }
.brand-footer { font-size: 16px; }
.brand-footer .brand-symbol { width: 25px; height: 25px; border-radius: 8px; }
.brand-footer .brand-symbol svg { width: 18px; }
.footer-inner p { margin: 0; color: #78757b; font-size: 10px; font-weight: 600; }
.floating-cta { position: fixed; z-index: 15; right: 22px; bottom: 21px; display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding: 0 15px; color: white; background: #28272a; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; box-shadow: 0 12px 26px rgba(28,27,29,.22); font-size: 11px; font-weight: 800; transition: transform .2s ease; }
.floating-cta:hover { transform: translateY(-2px); }
.whatsapp-mark { display: grid; width: 21px; height: 21px; place-items: center; color: #fff; background: #25d366; border-radius: 50%; }
.whatsapp-mark svg { width: 13px; height: 15px; fill: currentColor; }

.js .reveal { opacity: 0; transform: translateY(17px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,.61,.36,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .11s; }
.reveal-delay-2 { transition-delay: .2s; }

@media (max-width: 1030px) {
  .hero-layout { grid-template-columns: minmax(0, 1fr) minmax(390px, .86fr); gap: 28px; }
  .hero-visual { min-height: 380px; }
  .method-layout { gap: 65px; }
  .faq-layout { gap: 65px; }
  .contact-card { gap: 42px; padding: 49px; }
}
@media (max-width: 860px) {
  .section { padding: 88px 0; }
  .site-header { padding: 16px 0; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: grid; width: 43px; height: 40px; padding: 0; place-content: center; gap: 6px; background: rgba(255,255,255,.55); border: 1px solid rgba(38,38,39,.12); border-radius: 12px; }
  .menu-toggle span { display: block; width: 17px; height: 1.5px; background: #363238; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .mobile-nav { position: absolute; z-index: 3; top: calc(100% + 2px); left: 24px; right: 24px; display: grid; gap: 2px; padding: 11px; background: rgba(250,250,249,.97); border: 1px solid rgba(38,38,39,.11); border-radius: 17px; box-shadow: 0 16px 31px rgba(39,36,43,.12); backdrop-filter: blur(12px); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav > a:not(.button) { padding: 11px 9px; color: #504c54; font-size: 13px; font-weight: 700; }
  .button-mobile-menu { width: 100%; min-height: 45px; margin-top: 5px; color: white; background: var(--dark); border-radius: 11px; }
  .hero { padding-top: 65px; }
  .hero-layout { grid-template-columns: 1fr; gap: 25px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { width: min(100%, 590px); min-height: 412px; margin: 0 auto; }
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .plan-dark { grid-column: 1 / -1; min-height: auto; }
  .plan-dark .feature-list { grid-template-columns: repeat(2, 1fr); }
  .method-layout, .faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .method-copy, .faq-intro { position: relative; top: auto; }
  .method-copy { max-width: 720px; }
  .faq-intro { min-height: 0; }
  .method-copy h2, .faq-intro h2 { max-width: 650px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-card { grid-template-columns: 1fr; gap: 29px; }
  .site-footer { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .floating-cta {
    position: fixed;
    z-index: 100;
    right: 14px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: auto;
    display: grid;
    width: 54px;
    max-width: 54px;
    height: 54px;
    min-height: 54px;
    place-items: center;
    gap: 0;
    padding: 0;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    color: #fff;
    background: #25d366;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 50%;
    box-shadow: 0 13px 29px rgba(20,111,53,.32);
    font-size: 0;
    white-space: nowrap;
  }
  .floating-cta > span:last-child { display: none; }
  .floating-cta .whatsapp-mark { flex: 0 0 28px; width: 28px; height: 28px; color: #fff; background: transparent; }
  .floating-cta .whatsapp-mark svg { width: 17px; height: 19px; }
}
@media (max-width: 600px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .page-grid { height: 750px; background-size: 40px 40px; }
  .page-grid::after { background-size: 40px 40px; }
  .orb-top { width: 135px; height: 135px; right: -44px; top: 3px; }
  .orb-top::after { width: 60px; height: 60px; top: 38px; left: 38px; }
  .orb-left { top: 670px; width: 75px; height: 75px; left: -37px; }
  .brand { font-size: 18px; }
  .hero { padding-top: 59px; padding-bottom: 72px; }
  h1 { margin-bottom: 19px; font-size: clamp(38px, 11vw, 52px); line-height: 1.08; }
  .hero-copy h1 { font-size: clamp(40px, 10.3vw, 52px); line-height: 1.04; }
  h2 { font-size: clamp(33px, 9vw, 44px); }
  .hero-text { margin-bottom: 25px; font-size: 15px; line-height: 1.68; }
  .hero-actions { width: 100%; align-items: stretch; gap: 19px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: center; font-size: 15px; }
  .hero-proof { width: 100%; margin-top: 29px; gap: 8px; font-size: 12px; }
  .hero-visual { min-height: 320px; padding: 31px 1px 0; }
  .dashboard-card { padding: 17px 16px 15px; border-radius: 23px; }
  .dashboard-top strong { font-size: 14px; }
  .status-pill { padding: 5px 7px; font-size: 8px; }
  .dashboard-chart { margin-top: 17px; }
  .chart-labels { top: 11px; right: 10px; gap: 7px; font-size: 7px; }
  .dashboard-metrics div { padding: 8px 7px; }
  .dashboard-metrics strong { font-size: 8px; }
  .dashboard-metrics span { font-size: 8px; }
  .floating-note { padding: 8px 9px; font-size: 8px; border-radius: 10px; }
  .note-icon { width: 16px; height: 16px; border-radius: 5px; font-size: 9px; }
  .note-top { top: 3px; right: -2px; }
  .note-bottom { bottom: 7px; left: -2px; }
  .trust-items { grid-template-columns: repeat(2, 1fr); }
  .trust-items span { padding: 16px 9px; font-size: 11px; line-height: 1.35; }
  .trust-items span:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-items span:nth-child(4) { border-top: 1px solid var(--line); }
  .section-heading { margin-bottom: 35px; }
  .section-heading > p:last-child { font-size: 14px; }
  .plans { padding-top: 79px; padding-bottom: 75px; }
  .plans-grid { grid-template-columns: 1fr; gap: 18px; }
  .plan-card { min-height: 0; padding: 15px; border-radius: 28px; }
  .plan-head { min-height: 116px; padding: 18px; border-radius: 18px; }
  .plan-head p { margin-top: 13px; font-size: 13px; }
  .plan-price { margin: 23px 18px 3px; font-size: 39px; }
  .plan-price-block { margin: 19px 18px 3px; }
  .plan-price-block .plan-price { margin: 0; }
  .plan-description { min-height: auto; margin: 9px 18px 19px; }
  .feature-list { margin: 0 18px 23px; }
  .plan-dark { grid-column: auto; }
  .plan-dark .feature-list { grid-template-columns: 1fr; }
  .plan-button { width: calc(100% - 36px); margin-right: 18px; margin-left: 18px; }
  .plan-note { align-items: flex-start; max-width: 330px; line-height: 1.5; }
  .method { padding: 77px 0; }
  .method-layout { gap: 34px; }
  .method-lead { font-size: 14px; }
  .method-cta { width: 100%; }
  .method-roadmap-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .steps-list li { grid-template-columns: 42px 1fr; gap: 12px; padding: 19px 17px; border-radius: 18px; }
  .step-number { width: 36px; height: 36px; border-radius: 10px; }
  .steps-list h3 { font-size: 16px; }
  .steps-list p { font-size: 12px; }
  .benefits { padding-top: 78px; padding-bottom: 82px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 11px; }
  .benefit-card { min-height: 214px; padding: 22px; }
  .benefit-icon { margin-bottom: 42px; }
  .operation-signals { gap: 8px; }
  .faq { padding-top: 78px; }
  .faq-layout { gap: 32px; }
  .faq-intro { padding: 29px 22px 23px; border-radius: 25px; }
  .faq-intro h2 { margin-bottom: 15px; font-size: clamp(33px, 9vw, 43px); }
  .faq-lead { margin-bottom: 18px; font-size: 13px; line-height: 1.65; }
  .faq-readiness { margin-bottom: 13px; padding: 15px 14px 3px; border-radius: 17px; }
  .faq-readiness-head { gap: 10px; padding-bottom: 11px; }
  .faq-readiness-head strong { font-size: 12.5px; }
  .faq-readiness-head em { padding: 5px 7px; font-size: 8px; }
  .faq-readiness li { grid-template-columns: 27px 1fr; gap: 9px; padding: 11px 0; }
  .faq-readiness li > span { width: 24px; height: 24px; }
  .faq-readiness li p { font-size: 12px; }
  .faq-insight { grid-template-columns: 28px 1fr; gap: 9px; margin-bottom: 14px; padding: 11px 12px; }
  .faq-insight p { font-size: 11px; }
  .faq-intro .button { width: 100%; }
  .faq-list { padding: 7px 8px 9px; border-radius: 22px; }
  .faq-list-head { align-items: flex-start; flex-direction: column; gap: 9px; padding: 14px 10px 13px; }
  .faq-list-head small { padding: 6px 8px; }
  .faq-item { margin-top: 7px; border-radius: 16px; }
  .faq-question { min-height: 76px; gap: 12px; padding: 15px 12px; }
  .faq-question-copy { gap: 5px; }
  .faq-question-copy > span { font-size: 14.5px; letter-spacing: -.3px; }
  .faq-question i { width: 30px; height: 30px; }
  .faq-answer { padding-right: 50px; padding-left: 12px; }
  .faq-answer.is-open { padding-bottom: 16px; }
  .faq-answer p { font-size: 13px; line-height: 1.68; }
  .contact { padding-top: 78px; padding-bottom: 81px; }
  .contact-card { gap: 25px; padding: 33px 19px 19px; border-radius: 27px; }
  .contact-copy { padding: 0 5px; }
  .contact-copy > p:not(.eyebrow) { font-size: 13px; }
  .contact-details { font-size: 10px; }
  .contact-form { padding: 18px; border-radius: 17px; }
  .form-row-split { grid-template-columns: 1fr; gap: 12px; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 10px; }
  .footer-inner p:nth-of-type(1) { order: 3; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Hero editorial: a presença da marca é representada por peças que se dissipam na névoa. */
.hero-visual.chess-visual { min-height: 0; margin: 0; padding: 0; }
.chess-visual > .visual-glow,
.chess-visual > .dashboard-card,
.chess-visual > .floating-note { display: none; }
.chess-image-frame { position: relative; width: min(100%, 640px); margin: 0 auto; overflow: visible; background: transparent; }
.chess-image-frame::after { display: none; }
.chess-image-frame img { display: block; width: 100%; height: auto; min-height: 0; object-fit: contain; object-position: center; filter: saturate(.9) contrast(1.02); }

@media (max-width: 600px) {
  .hero { overflow: hidden; }
  .hero-layout { position: relative; isolation: isolate; }
  .hero-copy { position: relative; z-index: 2; }
  .hero-visual.chess-visual { position: absolute; z-index: 0; top: -100px; left: 50%; width: min(154vw, 560px); height: auto; margin: 0; pointer-events: none; opacity: .4; transform: translateX(-50%); }
  .js .hero-visual.chess-visual.reveal,
  .hero-visual.chess-visual.reveal.is-visible { opacity: .4; transform: translateX(-50%); }
  .chess-image-frame { width: 100%; }
  .chess-image-frame img { filter: grayscale(.28) saturate(.62) contrast(.94); }
}
