/* Wish Xperts design system: light, confident, navy and blue */
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 800; font-display: swap; src: url(/fonts/manrope-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 800; font-display: swap; src: url(/fonts/manrope-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@property --b1 { syntax: '<color>'; inherits: true; initial-value: oklch(0.88 0.07 245); }
@property --b2 { syntax: '<color>'; inherits: true; initial-value: oklch(0.92 0.06 195); }
@property --b3 { syntax: '<color>'; inherits: true; initial-value: oklch(0.93 0.05 85); }

:root {
  --bg: oklch(0.985 0.004 250);
  --surface: oklch(1 0 0);
  --tint: oklch(0.96 0.012 250);
  --line: oklch(0.9 0.012 255);
  --ink: oklch(0.2 0.04 258);
  --muted: oklch(0.46 0.03 258);
  --accent: oklch(0.5 0.19 258);
  --accent-hover: oklch(0.44 0.19 258);
  --accent-soft: oklch(0.95 0.03 255);
  --teal: oklch(0.6 0.11 195);
  --deep: oklch(0.2 0.045 258);
  --deep-2: oklch(0.27 0.06 255);
  --on-deep: oklch(0.97 0.006 250);
  --on-deep-muted: oklch(0.82 0.02 255);
  --radius: 10px;
  --radius-lg: 20px;
  --shadow: 0 1px 2px oklch(0.2 0.04 258 / 0.06), 0 10px 30px -12px oklch(0.2 0.04 258 / 0.18);
  --shadow-lg: 0 2px 4px oklch(0.2 0.04 258 / 0.06), 0 30px 60px -24px oklch(0.2 0.04 258 / 0.35);
  --font: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --z-bg: -1; --z-nav: 60;
  --wrap: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); font-size: 1.0625rem; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg { max-width: 100%; display: block; }
a { color: var(--accent); text-underline-offset: 0.18em; }
a:hover { color: var(--accent-hover); }
:focus-visible { outline: 3px solid oklch(0.6 0.19 258 / 0.55); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3, h4 { font-weight: 800; line-height: 1.1; margin: 0 0 0.5em; text-wrap: balance; letter-spacing: -0.03em; }
h1 { font-size: clamp(2.5rem, 6vw, 4.9rem); }
h2 { font-size: clamp(1.9rem, 3.8vw, 3rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.4rem); letter-spacing: -0.015em; font-weight: 700; }
p { margin: 0 0 1em; text-wrap: pretty; }
.lede { font-size: clamp(1.1rem, 1.5vw, 1.25rem); color: var(--muted); max-width: 60ch; }
.muted { color: var(--muted); }
.skip { position: absolute; left: -999px; top: 0; background: var(--accent); color: #fff; padding: 0.7rem 1rem; z-index: 100; }
.skip:focus { left: 0.5rem; top: 0.5rem; }
.wrap { width: min(var(--wrap), 100% - 2.5rem); margin-inline: auto; }
.narrow { width: min(780px, 100% - 2.5rem); margin-inline: auto; }
.center { text-align: center; margin-inline: auto; }
.center .lede { margin-inline: auto; }

/* Backdrop: a quiet colour wash that drifts between sections */
.aurora { position: fixed; inset: 0; z-index: var(--z-bg); pointer-events: none; overflow: hidden; transition: --b1 1.6s ease, --b2 1.6s ease, --b3 1.6s ease; }
.aurora i { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.7; }
.aurora i:nth-child(1) { width: 55vmax; height: 55vmax; left: -15vmax; top: -12vmax; background: var(--b1); animation: drift1 40s ease-in-out infinite alternate; }
.aurora i:nth-child(2) { width: 45vmax; height: 45vmax; right: -12vmax; top: 25vh; background: var(--b2); animation: drift2 48s ease-in-out infinite alternate; }
.aurora i:nth-child(3) { width: 50vmax; height: 50vmax; left: 25vw; bottom: -28vmax; background: var(--b3); animation: drift3 54s ease-in-out infinite alternate; }
@keyframes drift1 { to { transform: translate(10vw, 8vh) scale(1.08); } }
@keyframes drift2 { to { transform: translate(-12vw, -6vh) scale(0.94); } }
@keyframes drift3 { to { transform: translate(-8vw, -10vh) scale(1.1); } }
body[data-mood="blue"]  { --b1: oklch(0.87 0.08 245); --b2: oklch(0.92 0.06 195); --b3: oklch(0.94 0.04 85); }
body[data-mood="teal"]  { --b1: oklch(0.9 0.07 195);  --b2: oklch(0.89 0.07 245); --b3: oklch(0.94 0.04 150); }
body[data-mood="sky"]   { --b1: oklch(0.9 0.06 230);  --b2: oklch(0.93 0.05 200); --b3: oklch(0.94 0.04 60); }
body[data-mood="sand"]  { --b1: oklch(0.93 0.05 80);  --b2: oklch(0.9 0.06 235); --b3: oklch(0.93 0.05 195); }
body[data-mood="slate"] { --b1: oklch(0.88 0.04 255); --b2: oklch(0.92 0.05 215); --b3: oklch(0.95 0.03 85); }

/* Header */
.site-header { position: sticky; top: 0; z-index: var(--z-nav); background: oklch(1 0 0 / 0.86); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; font-weight: 800; font-size: 1.25rem; letter-spacing: -0.03em; text-decoration: none; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand svg { width: 30px; height: 30px; }
.nav { display: flex; align-items: center; gap: 1.8rem; }
.nav a { text-decoration: none; font-size: 0.98rem; font-weight: 600; color: var(--muted); padding: 0.4rem 0; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--accent); }
.nav a.btn { color: #fff; border-bottom: 0; padding: 0.65rem 1.15rem; }
.menu-btn { display: none; background: var(--surface); border: 1px solid var(--line); color: var(--ink); border-radius: var(--radius); padding: 0.55rem 0.95rem; font: 600 1rem var(--font); cursor: pointer; }

/* Buttons: softly rounded, not blocky, not pills */
.btn { display: inline-flex; align-items: center; gap: 0.6rem; font: 700 1rem var(--font); text-decoration: none; cursor: pointer; padding: 0.9rem 1.4rem; border-radius: var(--radius); border: 1px solid transparent; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.25s, border-color 0.25s; }
.btn svg { width: 18px; height: 18px; transition: transform 0.3s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 8px 20px -8px oklch(0.5 0.19 258 / 0.6); }
.btn-primary:hover { background: var(--accent-hover); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 28px -10px oklch(0.5 0.19 258 / 0.7); }
.btn-ghost { border-color: oklch(0.2 0.04 258 / 0.22); color: var(--ink); background: var(--surface); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-light { background: #fff; color: var(--deep); }
.btn-light:hover { background: oklch(0.95 0.02 250); color: var(--deep); transform: translateY(-2px); }
.btn-outline-light { border-color: oklch(1 0 0 / 0.4); color: #fff; }
.btn-outline-light:hover { border-color: #fff; background: oklch(1 0 0 / 0.1); color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; }

section { position: relative; padding: clamp(4rem, 8vw, 7rem) 0; }
.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.section-head.center { margin-inline: auto; }

/* Image placeholders and slots */
.media { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: var(--ar, 16/10); background: var(--tint); box-shadow: var(--shadow); }
.media img { width: 100%; height: 100%; object-fit: cover; }
.ph { display: grid; align-content: center; justify-items: center; gap: 0.3rem; text-align: center; width: 100%; height: 100%; min-height: 8rem; padding: 1rem;
  background: repeating-linear-gradient(135deg, oklch(0.95 0.015 250), oklch(0.95 0.015 250) 14px, oklch(0.93 0.02 250) 14px, oklch(0.93 0.02 250) 28px);
  color: oklch(0.42 0.05 258); border: 1.5px dashed oklch(0.6 0.07 255 / 0.55); border-radius: inherit; }
.ph svg { width: 32px; height: 32px; opacity: 0.8; }
.ph strong { font-size: 0.88rem; }
.ph small { font-size: 0.78rem; opacity: 0.9; }
.has-bg { isolation: isolate; overflow: hidden; }
.bgimg { position: absolute; inset: 0; z-index: -2; }
.bgimg img { width: 100%; height: 100%; object-fit: cover; }
.bgimg .ph { border: 0; border-radius: 0; align-content: end; justify-items: end; text-align: right; background: radial-gradient(ellipse at 20% 10%, oklch(0.34 0.09 250), transparent 60%), radial-gradient(ellipse at 90% 90%, oklch(0.3 0.08 200), transparent 55%), var(--deep); color: oklch(0.85 0.03 255); }
.bgimg .ph svg { display: none; }
.scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, oklch(0.2 0.045 258 / 0.55), oklch(0.2 0.045 258 / 0.8)); }

/* Hero: full-bleed image, centred message, floating promise bar */
.hero { min-height: min(82svh, 780px); display: grid; place-items: center; text-align: center; padding: 6rem 0 8rem; color: #fff; }
.hero h1 { max-width: 16ch; margin-inline: auto; color: #fff; }
.hero .lede { margin-inline: auto; max-width: 54ch; color: var(--on-deep-muted); }
.hero .btn-row { justify-content: center; margin-top: 2rem; }
.hero .btn-ghost { background: transparent; color: #fff; border-color: oklch(1 0 0 / 0.4); }
.hero .btn-ghost:hover { border-color: #fff; background: oklch(1 0 0 / 0.1); color: #fff; }
.promise-bar { position: relative; z-index: 2; margin-top: -3.6rem; padding: 0; }
.promise-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.promise-list li { display: flex; gap: 1rem; align-items: center; padding: 1.5rem 1.7rem; }
.promise-list li + li { border-left: 1px solid var(--line); }
.promise-list .ico { flex: none; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); }
.promise-list .ico svg { width: 24px; height: 24px; }
.promise-list strong { display: block; line-height: 1.25; font-size: 1.05rem; }
.promise-list span { color: var(--muted); font-size: 0.95rem; }

/* Tabs */
.tabs .tablist { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.6rem; }
.tabs .tab { display: inline-flex; align-items: center; gap: 0.55rem; font: 700 0.98rem var(--font); color: var(--muted); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 0.7rem 1.1rem; cursor: pointer; transition: all 0.25s var(--ease); }
.tabs .tab svg { width: 20px; height: 20px; }
.tabs .tab:hover { color: var(--ink); border-color: oklch(0.5 0.19 258 / 0.4); }
.tabs .tab[aria-selected="true"] { background: var(--deep); border-color: var(--deep); color: #fff; box-shadow: 0 10px 24px -12px oklch(0.2 0.045 258 / 0.7); }
.tabpanel { animation: fadein 0.45s var(--ease); }
.tabpanel[hidden] { display: none; }
@keyframes fadein { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.panel-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.2rem, 3vw, 2.2rem); box-shadow: var(--shadow); }
.ticks { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: 0.85rem; }
.ticks li { display: flex; gap: 0.8rem; align-items: flex-start; }
.ticks li::before { content: ""; flex: none; width: 1.35rem; height: 1.35rem; margin-top: 0.15rem; border-radius: 50%; background: var(--accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23264fd0' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/70% no-repeat; }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.3rem; }
.card { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.8rem 1.6rem; box-shadow: var(--shadow); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.3s; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: oklch(0.5 0.19 258 / 0.35); }
.card p { color: var(--muted); margin: 0; }
.card .ico { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); margin-bottom: 1.3rem; transition: background 0.3s, color 0.3s; }
.card:hover .ico { background: var(--accent); color: #fff; }
.card .ico svg { width: 26px; height: 26px; }
.card .step { position: absolute; top: 1.2rem; right: 1.4rem; font-size: 3.4rem; font-weight: 800; line-height: 1; color: oklch(0.5 0.19 258 / 0.1); letter-spacing: -0.05em; }
.card.featured { background: var(--accent); color: #fff; border-color: var(--accent); }
.card.featured p { color: oklch(0.95 0.02 255); }
.card.featured .ico { background: oklch(1 0 0 / 0.18); color: #fff; }
.card.featured .step { color: oklch(1 0 0 / 0.2); }
.card-media { margin: -1.8rem -1.6rem 1.4rem; aspect-ratio: 16/10; overflow: hidden; border-radius: var(--radius-lg) var(--radius-lg) 0 0; background: var(--tint); }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-media .ph { border: 0; border-bottom: 1.5px dashed oklch(0.6 0.07 255 / 0.45); border-radius: 0; }

/* Accordion */
.acc { display: grid; gap: 0.8rem; }
.acc details { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); transition: border-color 0.3s; }
.acc details[open] { border-color: oklch(0.5 0.19 258 / 0.45); }
.acc summary { cursor: pointer; list-style: none; display: flex; align-items: center; gap: 1rem; padding: 1.15rem 1.3rem; font-weight: 700; font-size: 1.12rem; letter-spacing: -0.01em; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary .ico { flex: none; width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); }
.acc summary .ico svg { width: 21px; height: 21px; }
.acc summary::after { content: ""; margin-left: auto; flex: none; width: 0.6rem; height: 0.6rem; border-right: 2.5px solid var(--accent); border-bottom: 2.5px solid var(--accent); transform: rotate(45deg); transition: transform 0.3s var(--ease); }
.acc details[open] summary::after { transform: rotate(-135deg); }
.acc .body { padding: 0 1.3rem 1.3rem; color: var(--muted); }
.acc .body p { margin: 0; }
.acc.plain summary { font-size: 1.08rem; }

.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.split.even { grid-template-columns: 1fr 1fr; }
.sticky { position: sticky; top: 100px; }

/* Price card */
.price-card { background: var(--deep); color: var(--on-deep); border-radius: 28px; padding: clamp(1.8rem, 4vw, 3.2rem); display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.price-card::before { content: ""; position: absolute; width: 60%; aspect-ratio: 1; right: -15%; top: -40%; border-radius: 50%; background: radial-gradient(oklch(0.5 0.19 258 / 0.55), transparent 65%); pointer-events: none; }
.price-card > * { position: relative; }
.price-card h2 { color: #fff; }
.price-card .big { font-size: clamp(5rem, 13vw, 9rem); font-weight: 800; line-height: 0.9; letter-spacing: -0.06em; margin: 0; color: #fff; }
.price-card .big small { display: block; font-size: 1.1rem; font-weight: 600; letter-spacing: 0; color: var(--on-deep-muted); margin-top: 0.8rem; }
.price-card .ticks li { color: var(--on-deep); }
.price-card .ticks li::before { background-color: oklch(1 0 0 / 0.14); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E"); }
.price-card .note { color: var(--on-deep-muted); font-size: 0.93rem; margin-top: 1.2rem; }

/* Options (two pricing choices) */
.options { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.5rem; align-items: stretch; }
.opt { background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: clamp(1.6rem, 3vw, 2.4rem); box-shadow: var(--shadow); display: flex; flex-direction: column; }
.opt.main { background: var(--deep); color: var(--on-deep); border-color: var(--deep); box-shadow: var(--shadow-lg); }
.opt.main h3, .opt.main .amt { color: #fff; }
.opt.main p, .opt.main .ticks li { color: var(--on-deep-muted); }
.opt.main .ticks li { color: var(--on-deep); }
.opt.main .ticks li::before { background-color: oklch(1 0 0 / 0.14); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E"); }
.opt .amt { font-size: clamp(3.4rem, 6vw, 4.6rem); font-weight: 800; letter-spacing: -0.05em; line-height: 1; margin: 0.2rem 0 0.6rem; }
.opt .amt.text { font-size: clamp(2rem, 3.4vw, 2.6rem); letter-spacing: -0.03em; line-height: 1.15; }
.opt .ticks { flex: 1; margin: 1.2rem 0 1.8rem; }
.opt p { color: var(--muted); }

/* Stat cards (facts, not invented numbers) */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.2rem; }
.stat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.6rem; box-shadow: var(--shadow); }
.stat strong { display: block; font-size: 2.2rem; font-weight: 800; letter-spacing: -0.04em; line-height: 1.1; color: var(--accent); margin-bottom: 0.4rem; }
.stat span { color: var(--muted); }

/* CTA card */
.cta-band { padding: clamp(3rem, 6vw, 5rem) 0; }
.cta-card { position: relative; border-radius: 32px; padding: clamp(2.6rem, 6vw, 5.5rem) clamp(1.5rem, 5vw, 4rem); text-align: center; color: #fff; box-shadow: var(--shadow-lg); }
.cta-card.has-bg .scrim { background: linear-gradient(135deg, oklch(0.24 0.07 258 / 0.9), oklch(0.34 0.13 258 / 0.82)); }
.cta-card h2 { color: #fff; max-width: 18ch; margin-inline: auto; }
.cta-card .lede { color: var(--on-deep-muted); margin-inline: auto; }
.cta-card .btn-row { justify-content: center; margin-top: 1.8rem; }
.cta-card .reply { margin: 1.4rem 0 0; display: inline-flex; gap: 0.6rem; align-items: center; color: var(--on-deep-muted); font-size: 0.97rem; }
.cta-card .reply svg { width: 18px; height: 18px; }

/* Page header */
.page-head { padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(1.5rem, 3vw, 2.5rem); }
.page-head h1 { font-size: clamp(2.3rem, 5.2vw, 4rem); max-width: 20ch; }

/* Blog */
.posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.6rem; }
.post-card { text-decoration: none; color: inherit; display: block; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); color: inherit; }
.post-card .card-media { margin: 0; border-radius: 0; }
.post-card .txt { padding: 1.5rem 1.6rem 1.8rem; }
.post-card h3 { margin: 0.3rem 0 0.5rem; }
.post-card p { color: var(--muted); margin: 0; }
.post-card time { color: var(--muted); font-size: 0.92rem; font-weight: 600; }
.prose { font-size: 1.15rem; }
.prose h2 { font-size: clamp(1.5rem, 2.8vw, 2.1rem); margin-top: 2.2em; }
.prose h3 { margin-top: 1.8em; }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li { margin-bottom: 0.5em; }
.prose p, .prose li { color: oklch(0.32 0.03 258); }
.byline { color: var(--muted); font-weight: 600; }

/* Forms */
.form { display: grid; gap: 1.2rem; }
.form .two { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form label { display: grid; gap: 0.4rem; font-weight: 700; font-size: 0.97rem; }
.form input, .form select, .form textarea { font: 500 1rem var(--font); color: var(--ink); background: var(--surface); border: 1.5px solid oklch(0.82 0.02 258); border-radius: 10px; padding: 0.85rem 0.95rem; width: 100%; }
.form input::placeholder, .form textarea::placeholder { color: oklch(0.5 0.02 258); }
.form input:focus, .form select:focus, .form textarea:focus { outline: 3px solid oklch(0.6 0.19 258 / 0.3); border-color: var(--accent); }
.form-note { color: var(--muted); font-size: 0.93rem; margin: 0; }
.form-status { min-height: 1.5em; color: var(--accent); font-weight: 600; margin: 0; }
.panel { background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: clamp(1.4rem, 3vw, 2.4rem); box-shadow: var(--shadow-lg); }
.info-cards { display: grid; gap: 1rem; }
.info { display: flex; gap: 1rem; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 1.2rem 1.3rem; box-shadow: var(--shadow); }
.info .ico { flex: none; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); }
.info .ico svg { width: 22px; height: 22px; }
.info strong { display: block; }
.info span, .info a { color: var(--muted); }

/* Footer */
.site-footer { background: var(--deep); color: var(--on-deep); padding: 4.5rem 0 2rem; margin-top: 2rem; }
.site-footer .brand { color: #fff; }
.foot-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 2.5rem; }
.foot-grid h2 { font-size: 1rem; font-weight: 700; letter-spacing: 0; margin-bottom: 0.9rem; color: #fff; }
.foot-grid ul { list-style: none; margin: 0; padding: 0; }
.foot-grid li { margin-bottom: 0.55rem; }
.foot-grid a { color: var(--on-deep-muted); text-decoration: none; }
.foot-grid a:hover { color: #fff; }
.foot-grid p { color: var(--on-deep-muted); }
.legal { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid oklch(1 0 0 / 0.14); color: var(--on-deep-muted); font-size: 0.93rem; display: flex; flex-wrap: wrap; gap: 0.6rem 2rem; justify-content: space-between; }

.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.not-found .big { font-size: clamp(6rem, 22vw, 13rem); font-weight: 800; letter-spacing: -0.06em; line-height: 0.9; color: var(--accent); margin: 0; }

@supports (animation-timeline: view()) {
  .reveal { animation: rise linear both; animation-timeline: view(); animation-range: entry 0% entry 35%; }
  @keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
}

@media (max-width: 960px) {
  .menu-btn { display: inline-block; }
  .nav { position: absolute; left: 0; right: 0; top: 72px; flex-direction: column; align-items: stretch; gap: 0; padding: 0.5rem 1.25rem 1.2rem; background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); display: none; }
  .nav.open { display: flex; }
  .nav a { padding: 0.9rem 0; border-bottom: 1px solid var(--line); }
  .nav a.btn { margin-top: 1rem; justify-content: center; border: 0; }
  .split, .split.even, .panel-grid, .price-card { grid-template-columns: 1fr; }
  .sticky { position: static; }
  .promise-list { grid-template-columns: 1fr; }
  .promise-list li + li { border-left: 0; border-top: 1px solid var(--line); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .form .two { grid-template-columns: 1fr; }
  .hero { padding-bottom: 7rem; }
}
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } .tabs .tab { flex: 1 1 auto; justify-content: center; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .aurora i { animation: none; }
  .reveal, .tabpanel { animation: none; }
  .btn, .card, .post-card { transition: none; }
}

/* Reviews: a shuffling deck of tilted cards */
.stars { display: flex; gap: 2px; margin: 0.9rem 0 0.2rem; }
.stars svg { width: 20px; height: 20px; }
.stars .on { fill: oklch(0.78 0.16 75); }
.stars .off { fill: oklch(0.9 0.01 258); }
.review { margin: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 26px; padding: clamp(1.6rem, 4vw, 2.6rem); box-shadow: var(--shadow-lg); height: 100%; display: flex; flex-direction: column; }
.review > svg { width: 38px; height: 38px; color: var(--accent); opacity: 0.9; }
.review blockquote { margin: 0.6rem 0 1.6rem; flex: 1; }
.review blockquote p { margin: 0; font-size: clamp(1.1rem, 2.2vw, 1.4rem); font-weight: 600; line-height: 1.5; letter-spacing: -0.01em; color: var(--ink); }
.review figcaption { display: flex; align-items: center; gap: 0.9rem; }
.review figcaption strong { display: block; line-height: 1.25; }
.review figcaption small { color: var(--muted); font-size: 0.92rem; }
.avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 0.95rem; flex: none; }
.deck-wrap { display: grid; grid-template-columns: auto minmax(0, 680px) auto; gap: clamp(0.4rem, 2.5vw, 2rem); align-items: center; justify-content: center; }
.deck { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.2rem; }
.deck-btn { display: none; width: 52px; height: 52px; border-radius: 14px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); cursor: pointer; place-items: center; box-shadow: var(--shadow); transition: transform 0.3s var(--ease), background 0.2s, color 0.2s, border-color 0.2s; }
.deck-btn svg { width: 26px; height: 26px; }
.deck-btn:hover { background: var(--accent); color: #fff; border-color: var(--accent); transform: scale(1.06); }
.deck-btn:active { transform: scale(0.96); }
.deck-count { text-align: center; color: var(--muted); font-weight: 600; margin: 0; font-variant-numeric: tabular-nums; }
.deck-on .deck-btn { display: grid; }
.deck-on .deck { padding: 0 0 3.4rem; gap: 0; }
.deck-on .deck-card { grid-area: 1 / 1; transform-origin: 50% 100%; transition: transform 0.6s var(--ease), opacity 0.5s ease; touch-action: pan-y; }
.deck-on .deck-card .review > * { transition: opacity 0.4s; }
.deck-on .deck-card:not([data-pos="0"]) .review > * { opacity: 0; }
.deck-on .deck-card { z-index: 1; opacity: 0; pointer-events: none; transform: translate(34px, 46px) rotate(6deg) scale(0.9); }
.deck-on .deck-card[data-pos="0"] { z-index: 5; opacity: 1; pointer-events: auto; transform: none; }
.deck-on .deck-card[data-pos="1"] { z-index: 4; opacity: 1; transform: translate(22px, 16px) rotate(3.2deg) scale(0.97); }
.deck-on .deck-card[data-pos="2"] { z-index: 3; opacity: 1; transform: translate(-20px, 30px) rotate(-3.8deg) scale(0.94); }
.deck-on .deck-card[data-pos="3"] { z-index: 2; opacity: 0.7; transform: translate(34px, 46px) rotate(6deg) scale(0.9); }
.deck-on .deck-card.fly { z-index: 6; opacity: 0; transform: translate(-70%, -4%) rotate(-14deg); transition: transform 0.4s cubic-bezier(0.5, 0, 0.9, 0.4), opacity 0.4s ease; }
.deck-on .deck-card.notr { transition: none; }
.deck-on .deck-card[data-pos="0"] .review { cursor: grab; }

/* Portfolio, reviews page and dynamic cards */
.card-media .fallback { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, var(--deep), var(--deep-2)); color: oklch(0.85 0.05 255); }
.card-media .fallback svg { width: 38px; height: 38px; opacity: 0.7; }
.post-card .tag { display: inline-block; font-size: 0.82rem; font-weight: 700; color: var(--accent); background: var(--accent-soft); border-radius: 6px; padding: 0.1rem 0.6rem; }
.post-card[hidden] { display: none; }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.8rem; }
.chips button { font: 700 0.95rem var(--font); color: var(--muted); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 0.6rem 1rem; cursor: pointer; transition: all 0.25s var(--ease); }
.chips button:hover { color: var(--ink); border-color: oklch(0.5 0.19 258 / 0.4); }
.chips button[aria-pressed="true"] { background: var(--deep); border-color: var(--deep); color: #fff; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.4rem; }
.review-grid .review { box-shadow: var(--shadow); }
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.notice-empty { text-align: center; border: 1.5px dashed var(--line); border-radius: var(--radius-lg); padding: 3rem 1.5rem; background: var(--surface); }
.prose blockquote { margin: 1.4em 0; padding: 0.2rem 1.4rem; border-radius: 12px; background: var(--accent-soft); }
.prose blockquote p { margin: 0.6em 0; }
.prose img { border-radius: var(--radius-lg); margin: 1.4em 0; }
.prose code { background: var(--tint); padding: 0.1em 0.4em; border-radius: 6px; font-size: 0.92em; }
@media (max-width: 640px) { .deck-btn { width: 40px; height: 40px; border-radius: 11px; } .deck-btn svg { width: 22px; height: 22px; } .deck-wrap { gap: 0.3rem; } .review { padding: 1.4rem 1.2rem; } }
@media (prefers-reduced-motion: reduce) { .deck-on .deck-card, .deck-on .deck-card .review > * { transition: none !important; } }
