:root {
  --berry: #c00020;
  --berry-2: #a40022;
  --berry-dark: #4a0716;
  --berry-deep: #310710;
  --cream: #fff8f4;
  --cream-2: #f8ede8;
  --rose: #f5dfe3;
  --white: #fff;
  --ink: #25181c;
  --muted: #726267;
  --line: rgba(73, 20, 32, .12);
  --shadow: 0 30px 80px rgba(75, 8, 24, .13);
  --shadow-soft: 0 16px 40px rgba(75, 8, 24, .08);
  --radius-lg: 36px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: 1180px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.55; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--white); background: var(--berry); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 118px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; transform: translateY(-140%); background: var(--ink); color: white; border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { background: rgba(255,248,244,.88); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 780; font-size: 21px; letter-spacing: -.04em; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.nav-cta) { color: #514348; transition: .2s; }
.main-nav > a:not(.nav-cta):hover { color: var(--berry); }
.nav-cta { padding: 12px 18px; color: white; background: var(--berry); border-radius: 999px; box-shadow: 0 8px 24px rgba(192,0,32,.2); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 14px; background: white; box-shadow: var(--shadow-soft); }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s; }

.hero { position: relative; min-height: 850px; padding-top: 158px; background: radial-gradient(circle at 80% 20%, #ffe5e7 0, transparent 32%), linear-gradient(180deg, #fffaf7 0%, var(--cream) 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .32; pointer-events: none; background-image: linear-gradient(rgba(92,21,36,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(92,21,36,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -180px; top: 300px; background: rgba(192,0,32,.08); }
.hero-glow-two { width: 280px; height: 280px; left: -160px; top: 120px; background: rgba(255,180,170,.24); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 20px; color: var(--berry); font-size: 13px; line-height: 1.2; font-weight: 780; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow > span { display: inline-block; width: 34px; height: 2px; margin-right: 10px; vertical-align: middle; background: var(--berry); }
.hero h1 { max-width: 700px; margin: 0; font-family: var(--serif); font-size: clamp(52px, 5.1vw, 78px); line-height: .98; font-weight: 500; letter-spacing: -.055em; }
.hero h1 em { color: var(--berry); font-style: italic; }
.hero-lead { max-width: 640px; margin: 30px 0 0; color: #5e4e53; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 22px; border: 0; border-radius: 999px; font-weight: 750; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--berry); box-shadow: 0 14px 32px rgba(192,0,32,.23); }
.button-primary:hover { background: var(--berry-2); box-shadow: 0 18px 38px rgba(192,0,32,.28); }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.65); }
.button-ghost:hover { background: white; box-shadow: var(--shadow-soft); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 54px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-proof div { min-width: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 14px; }
.hero-proof span { margin-top: 4px; color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; min-height: 590px; }
.dashboard-card { background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.dashboard-main { position: absolute; top: 28px; right: 0; width: 92%; padding: 23px; border-radius: 30px; transform: rotate(1.5deg); }
.dashboard-top, .chart-label { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.dashboard-top strong, .dashboard-kicker { display: block; }
.dashboard-top strong { margin-top: 3px; font-size: 18px; }
.dashboard-kicker { color: var(--berry); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.status-pill { padding: 8px 10px; border-radius: 999px; color: #67565b; background: var(--cream-2); font-size: 10px; font-weight: 700; }
.status-pill i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #65a66d; box-shadow: 0 0 0 4px rgba(101,166,109,.12); }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 20px 0; }
.metric-card { padding: 15px; border: 1px solid rgba(73,20,32,.08); border-radius: 16px; background: #fffaf8; }
.metric-card span, .metric-card strong, .metric-card small { display: block; }
.metric-card span { color: var(--muted); font-size: 10px; }
.metric-card strong { margin: 5px 0 3px; font-size: 13px; }
.metric-card small { color: var(--muted); font-size: 9px; }
.chart-wrap { padding: 17px 17px 0; border-radius: 18px; background: linear-gradient(180deg, #fff, #fff8f5); }
.chart-label span { color: var(--muted); font-size: 11px; }
.chart-label b { color: var(--berry); font-size: 10px; }
.chart-grid { fill: none; stroke: rgba(73,20,32,.08); }
.chart-area { fill: url(#areaGradient); }
.chart-line { fill: none; stroke: var(--berry); stroke-width: 4; stroke-linecap: round; }
.mascot-wrap { position: absolute; z-index: 5; width: 56%; right: -20px; bottom: -18px; filter: drop-shadow(0 28px 26px rgba(63,5,18,.2)); }
.mascot-wrap img { width: 100%; height: auto; }
.visual-orbit { position: absolute; border: 1px solid rgba(192,0,32,.13); border-radius: 50%; }
.orbit-one { width: 420px; height: 420px; right: 0; bottom: 0; }
.orbit-two { width: 520px; height: 520px; right: -50px; bottom: -50px; }
.floating-chip { position: absolute; z-index: 6; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-soft); backdrop-filter: blur(12px); }
.floating-chip small, .floating-chip b { display: block; }
.floating-chip small { color: var(--muted); font-size: 9px; }
.floating-chip b { font-size: 11px; }
.chip-icon { width: 34px; height: 34px; display: grid; place-items: center; color: white; border-radius: 11px; background: var(--berry); font-weight: 800; }
.chip-one { left: 0; top: 300px; }
.chip-two { left: 13%; bottom: 40px; }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.55); }
.trust-items { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #6a5a60; font-size: 12px; font-weight: 780; text-transform: uppercase; letter-spacing: .11em; }
.trust-items i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--berry); }

.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.section-heading h2, .analytics h2, .contact h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
.section-heading h2 { font-size: clamp(42px, 4.2vw, 62px); }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.section-number { display: inline-flex; margin-bottom: 22px; color: var(--berry); font-size: 12px; font-weight: 850; letter-spacing: .16em; }
.section-heading .eyebrow { margin-bottom: 14px; }

.services { background: #fffdfb; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 300px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--cream); transition: .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(192,0,32,.2); box-shadow: var(--shadow-soft); }
.service-featured { grid-column: span 2; min-height: 380px; color: white; border: 0; background: linear-gradient(135deg, var(--berry-dark), #790d29 68%, var(--berry)); box-shadow: var(--shadow); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 36px; color: var(--berry); border-radius: 15px; background: white; box-shadow: 0 8px 25px rgba(72,6,21,.08); font-size: 21px; font-weight: 800; }
.service-featured .service-icon { color: white; background: rgba(255,255,255,.13); }
.service-card > span { color: var(--berry); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.service-featured > span { color: #ffc3ca; }
.service-card h3 { max-width: 650px; margin: 13px 0 12px; font-family: var(--serif); font-size: 28px; line-height: 1.12; font-weight: 550; letter-spacing: -.025em; }
.service-featured h3 { font-size: clamp(34px, 3vw, 46px); }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-featured p { max-width: 670px; color: #f0dfe3; font-size: 16px; }
.mini-dashboard { display: grid; grid-template-columns: 1.5fr .7fr; gap: 20px; align-items: end; margin-top: auto; padding-top: 28px; }
.mini-bars { height: 76px; display: flex; align-items: end; gap: 9px; padding: 12px 14px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.mini-bars b { width: 12%; border-radius: 5px 5px 0 0; background: linear-gradient(180deg,#ff7888,#ffbdc5); }
.mini-bars b:nth-child(1){height:25%}.mini-bars b:nth-child(2){height:48%}.mini-bars b:nth-child(3){height:37%}.mini-bars b:nth-child(4){height:72%}.mini-bars b:nth-child(5){height:58%}.mini-bars b:nth-child(6){height:92%}
.mini-legend { padding: 14px; border-radius: 14px; background: rgba(255,255,255,.1); }
.mini-legend span, .mini-legend strong { display: block; }
.mini-legend span { color: #e5cbd1; font-size: 10px; }
.mini-legend strong { margin-top: 4px; font-size: 12px; }

.analytics { position: relative; color: white; background: radial-gradient(circle at 83% 16%, rgba(192,0,32,.55), transparent 28%), linear-gradient(135deg, var(--berry-deep), #510717 52%, #330711); overflow: hidden; }
.analytics::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(90deg, transparent, black); }
.analytics-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 70px; }
.section-number-light, .eyebrow-light { color: #ffb8c2; }
.analytics h2 { font-size: clamp(44px, 4.5vw, 64px); }
.analytics-copy > p:not(.eyebrow) { max-width: 570px; color: #ddcbd0; font-size: 17px; }
.check-list { display: grid; gap: 12px; margin: 30px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; color: #f2e8eb; }
.check-list span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: var(--berry-dark); background: #ffc6cd; font-weight: 900; }
.button-light { color: var(--berry-dark); background: white; box-shadow: 0 15px 30px rgba(0,0,0,.16); }
.analytics-ui { position: relative; }
.ui-window { border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: #fffaf8; box-shadow: 0 40px 100px rgba(0,0,0,.32); overflow: hidden; transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); }
.ui-head { height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid var(--line); color: var(--ink); background: white; }
.ui-brand { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; }
.ui-brand img { width: 28px; height: 28px; }
.ui-dots { display: flex; gap: 6px; }
.ui-dots i { width: 7px; height: 7px; border-radius: 50%; background: #e9d5da; }
.ui-body { min-height: 430px; display: grid; grid-template-columns: 62px 1fr; color: var(--ink); }
.ui-sidebar { display: flex; flex-direction: column; align-items: center; gap: 18px; padding-top: 28px; background: #f7e9e6; }
.ui-sidebar b { width: 26px; height: 26px; border-radius: 8px; background: rgba(192,0,32,.13); }
.ui-sidebar b:first-child { background: var(--berry); box-shadow: 0 8px 18px rgba(192,0,32,.25); }
.ui-content { padding: 24px; }
.ui-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ui-title small, .ui-title strong { display: block; }
.ui-title small { color: var(--muted); font-size: 10px; }
.ui-title strong { margin-top: 3px; font-size: 17px; }
.ui-title > span { padding: 8px 11px; border-radius: 10px; color: var(--muted); background: var(--cream-2); font-size: 10px; }
.ui-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin: 22px 0; }
.ui-metrics > div { position: relative; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.ui-metrics span, .ui-metrics b { display: block; }
.ui-metrics span { color: var(--muted); font-size: 9px; }
.ui-metrics b { margin-top: 6px; font-size: 12px; }
.ui-metrics i { position: absolute; right: 12px; top: 12px; color: var(--berry); font-style: normal; font-weight: 800; }
.ui-lower { display: grid; grid-template-columns: 1.5fr .7fr; gap: 12px; }
.ui-chart, .ui-ring { padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.ui-chart > span, .ui-ring > span { color: var(--muted); font-size: 9px; }
.ui-grid { fill: none; stroke: rgba(73,20,32,.08); }
.ui-line { fill: none; stroke: var(--berry); stroke-width: 5; stroke-linecap: round; }
.ring { width: 112px; height: 112px; display: grid; place-items: center; margin: 26px auto 8px; border-radius: 50%; background: conic-gradient(var(--berry) 0 66%, #f0dfe3 66% 100%); }
.ring::before { content: ""; width: 72px; height: 72px; border-radius: 50%; background: white; }
.ring b { position: absolute; color: var(--berry); font-size: 10px; }
.ui-note { position: absolute; right: -26px; bottom: -28px; max-width: 310px; padding: 17px 19px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; color: var(--berry-dark); background: #ffd2d7; box-shadow: 0 20px 45px rgba(0,0,0,.25); font-size: 12px; font-weight: 800; }


.analytics-principle { max-width: 570px; display: grid; gap: 3px; margin: -10px 0 34px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.07); }
.analytics-principle span { color: #cdb4bb; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .09em; }
.analytics-principle strong { color: white; font-size: 13px; }

.product-growth { position: relative; background: linear-gradient(180deg, #fffdfb 0%, #fff7f3 58%, #f8ece7 100%); overflow: hidden; }
.product-growth::before { content: ""; position: absolute; inset: 0; opacity: .55; pointer-events: none; background-image: radial-gradient(circle at 1px 1px, rgba(95,21,38,.08) 1px, transparent 0); background-size: 30px 30px; mask-image: linear-gradient(to bottom, black, transparent 68%); }
.growth-orb { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.growth-orb-one { width: 380px; height: 380px; right: -170px; top: 70px; background: rgba(192,0,32,.08); }
.growth-orb-two { width: 240px; height: 240px; left: -120px; bottom: 160px; background: rgba(224,128,113,.13); }
.product-growth > .container { position: relative; z-index: 2; }
.growth-heading { margin-bottom: 48px; }
.growth-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.growth-card { position: relative; min-width: 0; padding: 31px; border: 1px solid rgba(73,20,32,.11); border-radius: 28px; background: rgba(255,255,255,.8); box-shadow: 0 18px 50px rgba(75,8,24,.07); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.growth-card:hover { transform: translateY(-4px); border-color: rgba(192,0,32,.2); box-shadow: 0 24px 62px rgba(75,8,24,.11); }
.growth-card-design { grid-column: 1 / -1; display: grid; grid-template-columns: .88fr 1.12fr; gap: 45px; align-items: center; min-height: 520px; padding: 42px; color: white; border: 0; background: radial-gradient(circle at 86% 5%, rgba(255,115,132,.31), transparent 28%), linear-gradient(135deg, #360711 0%, #690b23 58%, #9b102f 100%); box-shadow: var(--shadow); }
.growth-card-design::after { content: ""; position: absolute; width: 340px; height: 340px; right: -120px; bottom: -180px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255,255,255,.025), 0 0 0 96px rgba(255,255,255,.018); }
.growth-copy { position: relative; z-index: 2; }
.growth-label { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--berry); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.growth-label span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; color: white; background: var(--berry); box-shadow: 0 8px 20px rgba(192,0,32,.2); }
.growth-card-design .growth-label { color: #ffc3cc; }
.growth-card-design .growth-label span { color: var(--berry-dark); background: #ffd1d7; box-shadow: none; }
.growth-card h3 { margin: 0 0 15px; font-family: var(--serif); font-size: clamp(30px, 3vw, 43px); line-height: 1.07; font-weight: 520; letter-spacing: -.035em; }
.growth-card-design h3 { font-size: clamp(38px, 4vw, 56px); }
.growth-card p { margin: 0; color: var(--muted); font-size: 15px; }
.growth-card-design p { color: #e5d2d7; font-size: 16px; }
.growth-points { display: grid; gap: 11px; margin: 27px 0 0; padding: 0; list-style: none; }
.growth-points li { position: relative; padding-left: 27px; color: #f4e8eb; font-size: 13px; }
.growth-points li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 6px; color: var(--berry-dark); background: #ffcbd2; font-size: 11px; font-weight: 900; }
.design-board { position: relative; z-index: 2; padding: 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 25px; color: var(--ink); background: rgba(255,250,248,.96); box-shadow: 0 32px 70px rgba(0,0,0,.28); transform: rotate(1deg); }
.board-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.board-head span { font-size: 12px; font-weight: 850; }
.board-head b { padding: 7px 10px; border-radius: 999px; color: var(--berry); background: var(--rose); font-size: 9px; }
.board-layout { display: grid; grid-template-columns: 1.03fr .97fr; gap: 12px; margin-top: 13px; }
.product-mock { min-height: 295px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px; border-radius: 18px; background: linear-gradient(145deg, #f7e6e3, #fff); text-align: center; }
.product-badge { align-self: flex-start; padding: 6px 9px; border-radius: 999px; color: var(--berry); background: white; font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.product-shape { position: relative; width: 105px; height: 138px; margin: 18px auto; border-radius: 24px 24px 30px 30px; background: linear-gradient(160deg, #d61639, #7a0b26); box-shadow: 0 20px 35px rgba(94,8,28,.24); }
.product-shape::before { content: ""; position: absolute; width: 46px; height: 16px; left: 50%; top: -10px; transform: translateX(-50%); border-radius: 8px 8px 3px 3px; background: #3d201b; }
.product-shape::after { content: ""; position: absolute; inset: 42px 18px; border-radius: 14px; background: rgba(255,255,255,.92); }
.product-shape i { position: absolute; z-index: 2; width: 28px; height: 28px; left: 50%; top: 71px; transform: translate(-50%,-50%); border: 7px solid var(--berry); border-radius: 50%; }
.product-mock strong { font-family: var(--serif); font-size: 18px; }
.product-mock small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.mood-column { display: flex; flex-direction: column; gap: 10px; }
.mood-column > span { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.mood-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.mood-grid i { aspect-ratio: 1.2; border-radius: 12px; background: linear-gradient(135deg, #e5b6ae, #fff4ef); }
.mood-grid i:nth-child(2) { background: linear-gradient(135deg, #5b0b1b, #d56b78); }
.mood-grid i:nth-child(3) { background: linear-gradient(135deg, #e5d8c6, #9eab73); }
.mood-grid i:nth-child(4) { background: linear-gradient(135deg, #fecbd1, #a20f2f); }
.palette { display: flex; gap: 7px; padding: 10px; border-radius: 13px; background: white; }
.palette b { height: 28px; flex: 1; border-radius: 8px; background: #c00020; }
.palette b:nth-child(2){background:#701027}.palette b:nth-child(3){background:#e4aaa6}.palette b:nth-child(4){background:#f7e9e3}
.metric-ticket { margin-top: auto; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.metric-ticket span, .metric-ticket strong { display: block; }
.metric-ticket span { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.metric-ticket strong { margin-top: 4px; color: var(--berry); font-size: 11px; }
.growth-card-photo { background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(255,246,242,.9)); }
.growth-card-photo::after { content: ""; position: absolute; width: 190px; height: 190px; right: -80px; top: -80px; border-radius: 50%; background: rgba(192,0,32,.055); }
.shoot-plan { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 28px 0 18px; }
.shoot-frame { min-height: 116px; display: flex; flex-direction: column; justify-content: space-between; padding: 12px; border-radius: 16px; color: white; background: linear-gradient(145deg, #7b1730, #c75568); box-shadow: 0 12px 25px rgba(83,10,29,.13); }
.shoot-frame:nth-child(2) { background: linear-gradient(145deg, #c78f80, #6d172a); }
.shoot-frame:nth-child(3) { background: linear-gradient(145deg, #f0c7bc, #af2845); }
.shoot-frame span { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; font-size: 9px; font-weight: 850; }
.shoot-frame b { font-size: 11px; }
.growth-result { display: grid; gap: 3px; padding: 15px 17px; border-radius: 16px; color: white; background: var(--berry-dark); }
.growth-result span { color: #dcbfc6; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.growth-result strong { font-size: 12px; }
.growth-card-sourcing { color: white; border: 0; background: radial-gradient(circle at 95% 0%, rgba(255,139,151,.24), transparent 31%), linear-gradient(145deg, #4b0817, #750d29); box-shadow: var(--shadow-soft); }
.growth-card-sourcing .growth-label { color: #ffc4cc; }
.growth-card-sourcing .growth-label span { color: var(--berry-dark); background: #ffd2d7; box-shadow: none; }
.growth-card-sourcing p { color: #e5d0d6; }
.sourcing-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 7px; align-items: stretch; margin-top: 28px; }
.sourcing-flow > div { min-width: 0; min-height: 126px; display: flex; flex-direction: column; justify-content: flex-start; padding: 14px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.07); }
.sourcing-flow > i { align-self: center; color: #f0aeba; font-style: normal; font-size: 14px; }
.sourcing-flow span, .sourcing-flow b, .sourcing-flow small { display: block; }
.sourcing-flow span { color: #f6a9b5; font-size: 10px; font-weight: 850; }
.sourcing-flow b { margin-top: auto; font-size: 15px; line-height: 1.15; }
.sourcing-flow small { margin-top: 8px; color: #ecd6db; font-size: 13px; line-height: 1.35; }
.sourcing-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.sourcing-tags span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #efdce1; background: rgba(255,255,255,.06); font-size: 9px; font-weight: 750; }
.growth-summary { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 15px; margin-top: 18px; padding: 22px 25px; border: 1px solid rgba(73,20,32,.1); border-radius: 24px; background: rgba(255,255,255,.75); box-shadow: var(--shadow-soft); }
.growth-summary > div { min-width: 0; }
.growth-summary span, .growth-summary b { display: block; }
.growth-summary span { color: var(--berry); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.growth-summary b { margin-top: 5px; font-size: 12px; line-height: 1.35; }
.growth-summary > i { color: #c999a3; font-style: normal; }

.approach { background: #fffdfb; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.process-step { min-height: 250px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--cream); }
.process-step > span { color: var(--berry); font-size: 12px; font-weight: 850; }
.step-line { width: 100%; height: 1px; margin: 22px 0 40px; background: linear-gradient(90deg, var(--berry), var(--line)); }
.process-step h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 26px; font-weight: 550; }
.process-step p { margin: 0; color: var(--muted); font-size: 14px; }
.result-panel { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: center; margin-top: 20px; padding: 38px; border-radius: var(--radius-lg); color: white; background: linear-gradient(135deg, var(--berry-dark), #770d29); box-shadow: var(--shadow); }
.result-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 3.6vw, 50px); line-height: 1.05; font-weight: 500; }
.result-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.result-list > div { position: relative; min-height: 128px; padding: 19px 21px 19px 66px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.07); }
.result-list span { position: absolute; left: 18px; top: 18px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: var(--berry-dark); background: #ffd1d6; font-weight: 900; }
.result-list b, .result-list small { display: block; }
.result-list b { font-size: 17px; line-height: 1.15; }
.result-list small { margin-top: 8px; color: #f2e1e5; font-size: 15px; line-height: 1.35; }

.contact { background: linear-gradient(180deg, #fffdfb, #f5e8e4); }
.contact-shell { display: grid; grid-template-columns: 1fr .82fr; gap: 55px; padding: 55px; border-radius: 42px; color: white; background: radial-gradient(circle at 15% 0%, #8c1631, transparent 38%), linear-gradient(135deg, var(--berry-dark), var(--berry-deep)); box-shadow: var(--shadow); }
.contact h2 { font-size: clamp(44px, 4.5vw, 64px); }
.contact-copy > p:not(.eyebrow) { max-width: 620px; color: #dfcbd1; font-size: 16px; }
.contact-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 34px; }
.contact-cards-single { grid-template-columns: 1fr; }
.contact-card { padding: 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.07); transition: .2s; }
.contact-card:hover { background: rgba(255,255,255,.12); }
.contact-card span, .contact-card b { display: block; }
.contact-card span { color: #cdb6bd; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.contact-card b { margin-top: 5px; font-size: 13px; }
.lead-form { position: relative; padding: 28px; border-radius: 27px; color: var(--ink); background: #fffaf8; box-shadow: 0 25px 60px rgba(0,0,0,.2); }
.lead-form label:not(.consent):not(.honeypot) { display: block; margin-bottom: 16px; }
.lead-form label > span:first-child { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 750; }
.lead-form input[type="text"], .lead-form input[type="tel"] { width: 100%; height: 54px; padding: 0 15px; border: 1px solid rgba(73,20,32,.13); border-radius: 14px; outline: none; background: white; transition: border .2s, box-shadow .2s; }
.lead-form input:focus { border-color: rgba(192,0,32,.55); box-shadow: 0 0 0 4px rgba(192,0,32,.08); }
.lead-form input.invalid { border-color: #c00020; }
.field-error { min-height: 16px; display: block; margin-top: 4px; color: #aa0b25; font-size: 10px; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 5px 0 18px; color: var(--muted); font-size: 11px; cursor: pointer; }
.consent input { width: 18px; height: 18px; accent-color: var(--berry); }
.consent a { color: var(--berry); text-decoration: underline; text-underline-offset: 2px; }
.button-submit { width: 100%; justify-content: space-between; color: white; background: var(--berry); box-shadow: 0 14px 28px rgba(192,0,32,.2); }
.button-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.button-submit i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--berry); background: white; font-style: normal; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; text-align: center; }
.form-note a { color: var(--berry); text-decoration: underline; text-underline-offset: 2px; }
.form-status { display: none; margin-bottom: 15px; padding: 12px 14px; border-radius: 12px; font-size: 12px; font-weight: 700; }
.form-status.visible { display: block; }
.form-status.success { color: #176b32; background: #e5f6e9; }
.form-status.error { color: #9c1026; background: #fde9ed; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 65px 0 110px; color: #e8d9dd; background: #22050c; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,.7fr); gap: 40px; }
.brand-light { color: white; }
.footer-brand p { max-width: 280px; color: #9e858c; font-size: 13px; }
.footer-col { display: flex; flex-direction: column; gap: 8px; font-size: 12px; }
.footer-col > span { margin-bottom: 6px; color: #fff; font-weight: 800; }
.footer-col a { color: #aa9299; }
.footer-col a:hover { color: white; }
.legal-requisites { margin: 8px 0 0; color: #806a71; font-size: 10px; line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #806a71; font-size: 10px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; font-size: 13px; }
  .hero-grid, .analytics-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 130px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { min-height: 620px; max-width: 760px; width: 100%; margin: 10px auto 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .service-featured { grid-column: span 2; }
  .analytics-copy { max-width: 760px; }
  .analytics-ui { max-width: 820px; width: 100%; margin-inline: auto; }
  .growth-card-design { grid-template-columns: 1fr; gap: 35px; }
  .design-board { max-width: 760px; width: 100%; margin-inline: auto; transform: none; }
  .sourcing-flow { grid-template-columns: repeat(4,1fr); }
  .sourcing-flow > i { display: none; }
  .growth-summary { grid-template-columns: repeat(4,1fr); }
  .growth-summary > i { display: none; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .result-panel { grid-template-columns: 1fr; }
  .contact-shell { grid-template-columns: 1fr; }
  .lead-form { max-width: 620px; width: 100%; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 82px 0; }
  .header-inner { min-height: 70px; }
  .brand { font-size: 19px; }
  .brand img { width: 38px; height: 38px; }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .main-nav { position: fixed; inset: 0 0 auto; z-index: 101; display: grid; gap: 10px; padding: 90px 20px 22px; transform: translateY(-120%); border-bottom: 1px solid var(--line); background: rgba(255,248,244,.98); box-shadow: var(--shadow); transition: transform .3s ease; }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 13px 10px; }
  .nav-cta { text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

  .hero { min-height: auto; padding-top: 112px; }
  .hero-grid { gap: 25px; }
  .hero h1 { font-size: clamp(44px, 13vw, 64px); }
  .hero-lead { margin-top: 22px; font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 13px; margin-top: 35px; }
  .hero-proof div { padding-left: 14px; border-left: 2px solid var(--berry); }
  .hero-visual { min-height: 485px; margin-top: 10px; }
  .dashboard-main { top: 20px; width: 100%; padding: 16px; transform: none; }
  .dashboard-top { align-items: flex-start; }
  .status-pill { display: none; }
  .metric-grid { gap: 6px; }
  .metric-card { padding: 10px; }
  .metric-card strong { font-size: 10px; }
  .metric-card small { display: none; }
  .chart-wrap { padding: 12px 12px 0; }
  .mascot-wrap { width: 64%; right: -28px; bottom: 0; }
  .chip-one { left: 0; top: auto; bottom: 98px; }
  .chip-two { display: none; }
  .orbit-one { width: 300px; height: 300px; }
  .orbit-two { width: 360px; height: 360px; }

  .trust-items { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .trust-items span:nth-of-type(n+5), .trust-items i:nth-of-type(n+5) { display: none; }
  .section-heading h2, .analytics h2, .contact h2 { font-size: clamp(38px, 11vw, 50px); }
  .services-grid { grid-template-columns: 1fr; }
  .service-featured { grid-column: auto; min-height: 450px; }
  .service-card { min-height: 265px; }
  .service-featured h3 { font-size: 36px; }
  .mini-dashboard { grid-template-columns: 1fr; }
  .mini-legend { display: none; }

  .analytics-grid { gap: 48px; }
  .ui-window { transform: none; }
  .ui-body { min-height: 340px; grid-template-columns: 42px 1fr; }
  .ui-sidebar { gap: 13px; padding-top: 18px; }
  .ui-sidebar b { width: 20px; height: 20px; }
  .ui-content { padding: 14px; }
  .ui-title > span { display: none; }
  .ui-metrics { gap: 6px; }
  .ui-metrics > div { padding: 10px; }
  .ui-metrics i { display: none; }
  .ui-lower { grid-template-columns: 1fr; }
  .ui-ring { display: none; }
  .ui-note { position: relative; right: auto; bottom: auto; max-width: none; margin: 12px 8px 0; }

  .growth-grid { grid-template-columns: 1fr; }
  .growth-card-design { grid-column: auto; min-height: auto; padding: 28px 22px; }
  .growth-card { padding: 26px 21px; border-radius: 24px; }
  .growth-card-design h3 { font-size: clamp(38px, 11vw, 50px); }
  .growth-card h3 { font-size: 32px; }
  .growth-card-design p, .growth-card p { font-size: 14px; }
  .board-layout { grid-template-columns: 1fr; }
  .product-mock { min-height: 255px; }
  .mood-column { display: grid; grid-template-columns: 1fr 1fr; align-items: start; }
  .mood-column > span { grid-column: 1 / -1; }
  .metric-ticket { margin-top: 0; }
  .shoot-plan { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .shoot-frame { min-height: 100px; padding: 10px; }
  .sourcing-flow { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .growth-summary { grid-template-columns: 1fr; gap: 13px; padding: 20px; }
  .growth-summary > div { padding-left: 14px; border-left: 2px solid var(--berry); }

  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 210px; }
  .step-line { margin-bottom: 28px; }
  .result-panel { padding: 27px; border-radius: 28px; }
  .result-list > div { min-height: 118px; }
  .result-list b { font-size: 16px; }
  .result-list small { font-size: 14px; }
  .sourcing-flow > div { min-height: 120px; padding: 14px; }
  .sourcing-flow b { font-size: 14px; }
  .sourcing-flow small { font-size: 12px; }
  .result-list { grid-template-columns: 1fr; }
  .contact-shell { padding: 28px 20px; border-radius: 28px; }
  .contact-cards { grid-template-columns: 1fr; }
  .lead-form { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 90; left: 14px; right: 14px; bottom: 12px; min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-radius: 999px; color: white; background: var(--berry); box-shadow: 0 16px 38px rgba(70,5,20,.35); font-size: 14px; font-weight: 800; transition: transform .25s; }
  .mobile-cta.hidden { transform: translateY(130%); }
}

@media (max-width: 430px) {
  .hero h1 { font-size: 43px; }
  .hero-visual { min-height: 420px; }
  .dashboard-main { border-radius: 22px; }
  .mascot-wrap { width: 70%; }
  .floating-chip { padding: 9px 11px; }
  .chip-icon { width: 29px; height: 29px; }
  .growth-card { padding: 23px 18px; }
  .design-board { padding: 14px; }
  .board-head { align-items: flex-start; flex-direction: column; }
  .mood-column { grid-template-columns: 1fr; }
  .mood-column > span { grid-column: auto; }
  .shoot-plan { gap: 5px; }
  .shoot-frame { min-height: 92px; }
  .sourcing-flow { grid-template-columns: 1fr; gap: 10px; }
  .sourcing-flow > div { min-height: auto; }
  .sourcing-flow b { font-size: 15px; }
  .sourcing-flow small { font-size: 13px; }
  .result-list b { font-size: 16px; }
  .result-list small { font-size: 14px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@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; }
}


/* Legal pages */
.legal-page { min-height: 100vh; padding: 120px 0 90px; background: #fffaf7; }
.legal-shell { max-width: 920px; padding: 46px; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow-soft); }
.legal-shell h1 { margin: 0 0 25px; font-family: var(--serif); font-size: clamp(38px, 5vw, 54px); line-height: 1.04; font-weight: 500; letter-spacing: -.025em; }
.legal-shell h2 { margin: 34px 0 12px; color: var(--ink); font-size: 20px; line-height: 1.3; }
.legal-shell p, .legal-shell li { color: var(--muted); font-size: 14px; line-height: 1.7; }
.legal-shell ul { padding-left: 22px; }
.legal-shell a { color: var(--berry); text-decoration: underline; text-underline-offset: 3px; }
.legal-meta { margin: 0 0 18px !important; color: var(--berry) !important; font-size: 11px !important; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.legal-address { margin-top: 12px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; color: var(--muted); background: var(--cream); font-size: 14px; line-height: 1.7; font-style: normal; }
.legal-back { display: inline-flex; margin-top: 32px; color: var(--berry); font-weight: 800; text-decoration: none !important; }
@media (max-width: 760px) {
  .legal-page { padding: 90px 0 65px; }
  .legal-shell { padding: 26px 21px; border-radius: 24px; }
  .legal-shell h2 { font-size: 18px; }
}
