:root {
  --ink: #111216;
  --ink-soft: #60636b;
  --muted: #858891;
  --paper: #ffffff;
  --soft: #f5f5f7;
  --soft-2: #f8f8fa;
  --line: #e5e5ea;
  --line-strong: #d9dae0;
  --violet: #12bfe8;
  --blue: #168dff;
  --night: #071a33;
  --night-2: #0d2747;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 30px;
  --shadow-soft: 0 18px 60px rgba(20, 22, 34, .08);
  --shadow-float: 0 28px 80px rgba(37, 41, 65, .15);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section-pad { padding: 78px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hidden { display: none; }

.announcement { position: relative; z-index: 60; background: #f8f8fb; border-bottom: 1px solid #ececf1; color: #262833; font-size: 12px; }
.announcement a { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 7px 20px; }
.announcement strong { font-weight: 700; }
.announcement .gift { color: var(--violet); font-size: 14px; }
.announcement span:nth-last-child(1) { margin-left: 5px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.84); backdrop-filter: blur(20px) saturate(180%); border-bottom: 1px solid rgba(229,229,234,.82); }
.header-inner { height: 72px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { display: block; width: 142px; height: auto; }
.brand-logo-light { width: 156px; }
.thanks-logo { width: 190px; }
.nav { display: flex; justify-content: center; gap: 38px; font-size: 13px; color: #292b32; }
.nav a { transition: color .2s ease; }
.nav a:hover { color: #0aaed8; }
.menu-button { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; width: 23px; margin: 5px auto; background: var(--ink); border-radius: 999px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 22px; border-radius: 13px; border: 1px solid var(--night); background: var(--night); color: #fff; font-size: 13px; font-weight: 680; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(15,18,26,.18); }
.button span { font-size: 17px; line-height: 0; }
.button-small { min-height: 40px; padding: 0 18px; border-radius: 999px; }
.button-secondary { background: #fff; color: var(--ink); border-color: var(--line-strong); box-shadow: 0 1px 2px rgba(20,22,32,.03); }
.button-secondary:hover { background: var(--soft); box-shadow: 0 10px 24px rgba(20,22,32,.08); }
.button-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.3); }
.button-outline-light:hover { background: rgba(255,255,255,.08); }
.full { width: 100%; }

.eyebrow { color: var(--violet); text-transform: uppercase; letter-spacing: .11em; font-size: 10px; font-weight: 800; }
.eyebrow.pill { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 999px; background: rgba(18,191,232,.07); border: 1px solid rgba(18,191,232,.11); color: #363945; letter-spacing: .05em; text-transform: uppercase; }
.eyebrow.light { color: #8ee7f7; }
.pulse-dot { width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, var(--violet), var(--blue)); box-shadow: 0 0 0 4px rgba(18,191,232,.08); }
.small-pill { color: var(--violet)!important; background: #fff!important; border-color: #e8e8f1!important; }
.text-gradient { background: linear-gradient(108deg, #12c7e9 8%, #12bfe8 42%, #168dff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.04em; }
h1 { font-size: clamp(64px, 7.4vw, 104px); line-height: .94; margin-bottom: 26px; font-weight: 720; }
h2 { font-size: clamp(39px, 4vw, 57px); line-height: 1.02; margin-bottom: 20px; font-weight: 700; }
h3 { font-size: 21px; line-height: 1.12; margin-bottom: 13px; font-weight: 680; }
p { color: var(--ink-soft); line-height: 1.7; }

.hero { position: relative; min-height: 610px; padding: 48px 0 58px; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fefeff 72%, #fbfbfd 100%); }
.hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 42px; align-items: center; min-height: 500px; position: relative; z-index: 2; }
.hero-copy { padding-top: 4px; }
.hero-copy h1 { max-width: 630px; margin-top: 18px; }
.hero-lead { font-size: 20px; line-height: 1.55; max-width: 575px; color: #454851; }
.hero-actions { display: flex; gap: 14px; margin-top: 24px; }
.trust-row { display: flex; gap: 24px; margin-top: 24px; color: #4f525b; font-size: 11px; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.trust-row i { width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-style: normal; font-size: 9px; color: #24262c; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 680px; height: 680px; right: -120px; top: -80px; background: radial-gradient(circle, rgba(18,191,232,.12) 0%, rgba(22,141,255,.04) 42%, transparent 70%); }
.hero-glow-two { width: 380px; height: 380px; left: 37%; bottom: -190px; background: radial-gradient(circle, rgba(18,191,232,.07), transparent 70%); }

.device-stage { position: relative; height: 480px; perspective: 1100px; }
.stage-glow { position: absolute; width: 520px; height: 300px; right: 20px; bottom: 20px; background: radial-gradient(ellipse, rgba(18,191,232,.18), rgba(22,141,255,.07) 42%, transparent 72%); filter: blur(18px); }
.laptop { position: absolute; width: 560px; right: 56px; top: 34px; transform: rotateY(-7deg) rotateX(2deg) rotateZ(-1deg); transform-style: preserve-3d; filter: drop-shadow(0 30px 35px rgba(20,25,40,.18)); }
.laptop-screen { height: 342px; padding: 18px 22px; background: #fff; border: 10px solid #101116; border-bottom-width: 15px; border-radius: 20px 20px 10px 10px; overflow: hidden; }
.laptop-base { width: 660px; height: 15px; margin-left: -40px; background: linear-gradient(180deg, #d4d5d8, #9fa1a6 55%, #e3e4e6 60%, #b5b7bb); border-radius: 3px 3px 18px 18px; box-shadow: 0 8px 14px rgba(22,25,33,.12); }
.laptop-base:after { content: ""; display: block; width: 120px; height: 4px; margin: 0 auto; border-radius: 0 0 6px 6px; background: #8f9196; }
.mini-nav { display: flex; align-items: center; justify-content: space-between; color: #181a20; font-size: 7px; }
.mini-nav b { letter-spacing: .08em; }
.mini-nav span { color: #80838d; margin-left: auto; margin-right: 22px; }
.mini-nav em { font-style: normal; background: #14151a; color: #fff; padding: 5px 9px; border-radius: 999px; }
.mini-hero { width: 68%; padding: 50px 12px 30px; }
.mini-hero small { font-size: 6px; color: #777b88; letter-spacing: .12em; }
.mini-hero h3 { font-size: 28px; line-height: .98; letter-spacing: -.055em; margin: 9px 0 12px; }
.mini-hero h3 span { color: var(--violet); }
.mini-hero p { font-size: 7px; line-height: 1.5; margin-bottom: 14px; color: #8a8d96; }
.mini-hero button, .sample-copy button { background: #15161b; color: #fff; border: 0; border-radius: 7px; font-size: 7px; padding: 8px 11px; }
.mini-metrics { display: flex; gap: 40px; padding: 0 12px; }
.mini-metrics span { display: grid; gap: 2px; }
.mini-metrics b { font-size: 13px; }
.mini-metrics small { color: #8a8c94; font-size: 6px; }

.phone { position: absolute; width: 180px; height: 372px; right: 0; top: 92px; border: 8px solid #111216; border-radius: 32px; background: #fff; box-shadow: 0 30px 55px rgba(20,24,37,.24); transform: rotateZ(2deg); overflow: hidden; }
.phone-notch { position: absolute; z-index: 2; top: 0; left: 50%; transform: translateX(-50%); width: 72px; height: 18px; background: #111216; border-radius: 0 0 12px 12px; }
.phone-content { padding: 30px 13px 14px; }
.phone-top { display: grid; grid-template-columns: 20px 1fr 20px; align-items: center; margin-bottom: 18px; font-size: 8px; }
.phone-top b { text-align: center; font-size: 8px; }
.phone-content > small { color: #91949e; font-size: 6px; }
.phone-kpi { display: flex; align-items: center; justify-content: space-between; margin: 6px 0 3px; }
.phone-kpi strong { font-size: 18px; }
.phone-kpi em { font-style: normal; font-size: 6px; color: var(--violet); background: rgba(18,191,232,.09); border-radius: 999px; padding: 4px 5px; }
.line-chart { width: 100%; height: 66px; margin-bottom: 10px; }
.phone-card { border: 1px solid #ececf1; border-radius: 12px; padding: 10px; margin-top: 8px; box-shadow: 0 5px 18px rgba(30,34,45,.05); }
.phone-card small { display: block; font-size: 6px; color: #8d9099; }
.phone-card strong { display: block; font-size: 14px; margin: 2px 0 7px; }
.bars { display: flex; align-items: flex-end; gap: 4px; height: 26px; }
.bars i { width: 7px; height: 35%; background: #23252b; border-radius: 2px; }
.bars i:nth-child(2) { height: 78%; background: var(--violet); }
.bars i:nth-child(3) { height: 45%; }
.bars i:nth-child(4) { height: 90%; background: #9de9f8; }
.bars i:nth-child(5) { height: 60%; }
.bars i:nth-child(6) { height: 76%; background: var(--blue); }
.mini-spark { height: 20px; margin-top: 4px; background: linear-gradient(135deg, transparent 15%, rgba(18,191,232,.12) 15% 28%, transparent 28% 39%, rgba(22,141,255,.15) 39% 55%, transparent 55% 66%, rgba(18,191,232,.12) 66% 83%, transparent 83%); border-bottom: 1px solid #e8e8ef; }
.automation-toast { position: absolute; z-index: 4; left: 180px; bottom: 4px; display: flex; align-items: center; gap: 12px; width: 240px; padding: 13px 16px; background: rgba(17,19,26,.95); backdrop-filter: blur(12px); border-radius: 14px; color: #fff; box-shadow: 0 18px 40px rgba(18,20,28,.26); }
.toast-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--violet), var(--blue)); font-size: 17px; }
.automation-toast div { display: grid; gap: 2px; }
.automation-toast small, .automation-toast span:not(.toast-icon) { color: #9ea3b2; font-size: 8px; }
.automation-toast strong { font-size: 11px; font-weight: 650; }

.section-heading { margin-bottom: 34px; }
.section-heading.centered { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.section-heading.centered .eyebrow { margin-bottom: 9px; }
.section-heading.centered p { max-width: 590px; margin-left: auto; margin-right: auto; }
.split-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 54px; align-items: end; }
.split-heading .eyebrow { margin-bottom: 12px; }
.split-heading p { margin-bottom: 6px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { min-height: 270px; border: 1px solid var(--line); border-radius: 16px; padding: 24px; background: #fff; box-shadow: 0 8px 30px rgba(25,27,36,.035); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(25,27,36,.08); border-color: #dcdde4; }
.icon-tile { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 20px; color: var(--violet); background: linear-gradient(145deg, rgba(18,191,232,.12), rgba(22,141,255,.06)); }
.icon-tile svg { width: 24px; }
.service-card h3 { font-size: 23px; }
.service-card p { min-height: 72px; font-size: 13px; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--violet); font-weight: 650; font-size: 12px; }
.text-link span { font-size: 15px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(3px); }

.offer-section { padding: 0 0 62px; }
.launch-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: .95fr .58fr 1.25fr; gap: 32px; align-items: center; min-height: 300px; padding: 30px 32px 30px 36px; border: 1px solid #e0e1eb; border-radius: 18px; background: linear-gradient(110deg, #fff 0%, #f1fbfd 48%, #f4f8ff 100%); box-shadow: 0 20px 60px rgba(48,52,79,.07); }
.launch-panel:before { content: ""; position: absolute; inset: auto 20% -55% -10%; height: 340px; background: radial-gradient(ellipse, rgba(18,191,232,.14), transparent 65%); pointer-events: none; }
.launch-copy { position: relative; z-index: 1; }
.launch-copy h2 { font-size: 38px; margin: 12px 0 10px; }
.launch-copy p { font-size: 12px; max-width: 390px; }
.launch-copy .button { margin-top: 8px; }
.launch-list { position: relative; z-index: 1; list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; font-size: 11px; color: #3e414b; }
.launch-list li { position: relative; padding-left: 26px; }
.launch-list li:before, .tick-list li:before { content: "✓"; position: absolute; left: 0; top: 0; width: 15px; height: 15px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--violet), var(--blue)); color: #fff; font-size: 8px; }
.sample-site { position: relative; z-index: 1; min-height: 220px; border: 1px solid #d8d9df; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 22px 45px rgba(34,38,53,.12); }
.sample-top { height: 34px; display: flex; align-items: center; padding: 0 11px; font-size: 5px; border-bottom: 1px solid #ececf0; color: #777a83; }
.sample-top b { color: #17181c; letter-spacing: .07em; }
.sample-top span { margin-left: auto; }
.sample-top em { margin-left: 10px; padding: 4px 7px; border-radius: 999px; background: #15161a; color: #fff; font-style: normal; }
.sample-body { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; height: 184px; padding: 16px; }
.sample-copy small { font-size: 5px; color: #8b8d94; }
.sample-copy h3 { margin: 6px 0 10px; font-size: 17px; line-height: 1.02; }
.sample-image { position: relative; height: 136px; overflow: hidden; border-radius: 8px; background: linear-gradient(155deg, #d9e5ed, #b9c8d1); }
.sample-image:before { content: ""; position: absolute; inset: 68% 0 0; background: #8b9a8d; }
.sample-image span { position: absolute; width: 100px; height: 88px; left: 29px; bottom: 34px; background: #d7d0c4; transform: skewY(-4deg); box-shadow: inset 0 -18px #c4baa9; }
.sample-image i { position: absolute; width: 82px; height: 58px; right: 15px; bottom: 33px; background: #5d6469; box-shadow: inset 0 -10px #343a3f; }
.sample-image b { position: absolute; left: 14px; right: 0; bottom: 112px; height: 22px; background: #7d6f60; transform: skewX(-25deg); }

.pricing-section { padding-top: 68px; background: #fff; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.price-card { display: flex; flex-direction: column; min-height: 375px; padding: 24px 22px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.price-head { display: grid; gap: 10px; }
.price-head > span { font-size: 14px; font-weight: 650; }
.price-head strong { color: var(--violet); font-size: 31px; letter-spacing: -.04em; }
.price-head strong em { font-size: 11px; font-style: normal; color: #8d9098; letter-spacing: 0; font-weight: 500; }
.price-card > p { font-size: 12px; min-height: 52px; margin-top: 12px; }
.tick-list { list-style: none; padding: 0; margin: 10px 0 20px; display: grid; gap: 9px; font-size: 11px; color: #e1e4ea; }
.tick-list li { position: relative; padding-left: 24px; }
.tick-list.dark { color: #4f525b; }
.price-card .button { margin-top: auto; min-height: 43px; border-radius: 10px; font-size: 11px; }
.custom-card { color: #fff; background: radial-gradient(circle at 85% 7%, rgba(18,191,232,.32), transparent 35%), linear-gradient(145deg, #11151d, #0c0f15); border-color: #10131a; box-shadow: 0 18px 40px rgba(15,18,25,.14); }
.custom-card .price-head strong { color: #36c8ef; }
.custom-card p { color: #b3b7c3; }
.custom-card .tick-list li:before { background: transparent; border: 1px solid #727786; color: #fff; }

.work-section { background: var(--soft); }
.work-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; }
.work-card { overflow: hidden; background: #fff; border: 1px solid #e4e4e9; border-radius: 18px; }
.work-card-wide { grid-row: span 2; }
.work-art { display: grid; place-items: center; min-height: 200px; background: linear-gradient(140deg, #f5f5f8, #eef9fd); overflow: hidden; }
.work-card-wide .work-art { min-height: 360px; }
.work-meta { padding: 20px 22px 22px; }
.work-meta > span { color: var(--violet); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.work-meta h3 { margin-top: 9px; margin-bottom: 7px; }
.work-meta p { margin: 0; font-size: 12px; }
.browser { width: 78%; height: 70%; background: #fff; border: 1px solid #d8dae2; border-radius: 13px; box-shadow: 0 25px 65px rgba(32,37,58,.16); overflow: hidden; transform: rotate(-2deg); }
.browser-bar { height: 27px; display: flex; gap: 5px; align-items: center; padding: 0 10px; background: #f8f8fa; border-bottom: 1px solid #e9e9ee; }
.browser-bar i { width: 5px; height: 5px; border-radius: 50%; background: #c4c5cb; }
.browser-content { position: relative; height: calc(100% - 27px); padding: 32px; }
.browser-content span { display: block; width: 28%; height: 6px; border-radius: 999px; background: #dfe0e5; }
.browser-content strong { display: block; width: 65%; height: 34px; margin-top: 15px; background: #22252c; border-radius: 5px; }
.browser-content b { position: absolute; right: 28px; top: 28px; width: 34%; height: 68%; border-radius: 12px; background: linear-gradient(145deg, #cfd7de, #8897a0); }
.browser-content em { display: block; width: 25%; height: 18px; margin-top: 23px; border-radius: 6px; background: var(--violet); }
.dash-grid { width: 76%; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; transform: rotate(2deg); }
.dash-grid i { min-height: 68px; border-radius: 10px; border: 1px solid #dfe1e7; background: #fff; box-shadow: 0 10px 25px rgba(34,38,55,.06); }
.dash-grid i:nth-child(3), .dash-grid i:nth-child(6) { background: linear-gradient(140deg, rgba(18,191,232,.9), rgba(22,141,255,.8)); }
.portal-shell { position: relative; width: 76%; height: 165px; padding: 18px; border: 1px solid #dfe1e7; border-radius: 14px; background: #fff; box-shadow: 0 18px 38px rgba(34,38,55,.08); }
.portal-shell i { display: block; height: 20px; border-radius: 6px; margin-bottom: 9px; background: #f0f1f5; }
.portal-shell i:nth-child(1) { width: 48%; background: #1b1d24; }
.portal-shell i:nth-child(2) { width: 82%; }
.portal-shell i:nth-child(3) { width: 67%; }
.portal-shell i:nth-child(4) { width: 40%; background: rgba(18,191,232,.14); }

.process-section { background: #fff; }
.process-line { display: grid; grid-template-columns: repeat(7, 1fr); position: relative; gap: 0; }
.process-line:before { content: ""; position: absolute; top: 20px; left: 6.5%; right: 6.5%; height: 1px; background: #dfe0e6; }
.process-line article { position: relative; padding: 0 14px 0 0; }
.process-line article:not(:last-child):after { content: ""; position: absolute; top: 18px; right: 9px; width: 5px; height: 5px; border-radius: 50%; background: #2a2d35; }
.process-line span { position: relative; z-index: 1; display: inline-block; padding-right: 8px; background: #fff; color: var(--violet); font-size: 19px; letter-spacing: .18em; font-weight: 500; }
.process-line h3 { margin-top: 20px; margin-bottom: 7px; font-size: 13px; letter-spacing: -.01em; }
.process-line p { font-size: 9px; line-height: 1.5; margin: 0; max-width: 110px; }

.why-section { padding-top: 24px; background: #fff; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.why-card { border-top: 1px solid var(--line); padding: 20px 12px 0 0; }
.why-card span { color: var(--violet); font-size: 10px; font-weight: 800; }
.why-card h3 { margin-top: 18px; font-size: 19px; }
.why-card p { font-size: 12px; }

.care-section { padding-top: 18px; }
.care-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 38px; padding: 36px; background: var(--soft); border-radius: 22px; }
.care-intro p { max-width: 420px; }
.care-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.care-options article { padding: 20px; border: 1px solid #e1e1e7; background: #fff; border-radius: 14px; }
.care-options span { color: var(--violet); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.care-options strong { display: block; margin: 14px 0 8px; font-size: 27px; }
.care-options strong small { font-size: 10px; color: #8d9098; }
.care-options p { margin: 0; font-size: 10px; line-height: 1.55; }

.about-section { background: #fff; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; }
.about-visual { position: relative; height: 380px; border-radius: 24px; overflow: hidden; background: radial-gradient(circle at 60% 30%, rgba(18,191,232,.22), transparent 33%), linear-gradient(150deg, #f5f5f8, #edf9fc); }
.synkr-symbol { position: absolute; width: 245px; height: 245px; left: 50%; top: 45%; transform: translate(-50%,-50%); }
.symbol-orbit { position: absolute; inset: 0; border: 1px solid rgba(18,191,232,.25); border-radius: 50%; }
.symbol-orbit:before, .symbol-orbit:after { content: ""; position: absolute; border: 1px solid rgba(22,141,255,.2); border-radius: 50%; }
.symbol-orbit:before { inset: 28px; }
.symbol-orbit:after { inset: 58px; }
.symbol-core { position: absolute; inset: 74px; border-radius: 50%; background: linear-gradient(135deg, var(--violet), var(--blue)); box-shadow: 0 25px 70px rgba(18,191,232,.35); }
.about-label { position: absolute; left: 30px; right: 30px; bottom: 28px; display: flex; justify-content: space-between; align-items: end; }
.about-label strong { letter-spacing: .12em; font-size: 17px; }
.about-label span { color: #777a84; font-size: 10px; }

.about-brand-visual { display: grid; place-items: center; background: radial-gradient(circle at 50% 42%, rgba(18,191,232,.18), transparent 34%), linear-gradient(150deg, #f7fbfc, #eef9fd); }
.about-logo { width: min(78%, 520px); height: auto; filter: drop-shadow(0 18px 34px rgba(7,26,51,.08)); }
.site-link { display: inline-block; margin-top: 8px; color: #7fdff4; font-size: 12px; font-weight: 650; letter-spacing: .03em; }
.direct-contact { display: grid; justify-items: start; gap: 8px; margin-top: 24px; }
.direct-contact .email-link { margin-top: 0; }
.phone-link { display: inline-flex; align-items: center; gap: 10px; min-height: 46px; padding: 9px 13px; margin-top: 2px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; color: #fff; background: rgba(255,255,255,.055); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.phone-link:hover { transform: translateY(-1px); background: rgba(0,198,238,.10); border-color: rgba(0,198,238,.38); }
.phone-link .phone-icon { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; background: linear-gradient(135deg,#1498ff,#00d6df); color: #06142b; font-size: 14px; }
.phone-link span:last-child { display: grid; gap: 1px; font-size: 14px; font-weight: 700; letter-spacing: .01em; }
.phone-link small { color: #94a2b8; font-size: 8px; font-weight: 700; letter-spacing: .10em; text-transform: uppercase; }

.site-link:hover { color: #fff; }

.about-copy p { font-size: 15px; max-width: 620px; }
.about-signoff { margin-top: 20px; color: var(--ink); }

.final-cta { color: #fff; background: radial-gradient(circle at 12% 22%, rgba(18,191,232,.28), transparent 26%), radial-gradient(circle at 88% 78%, rgba(22,141,255,.12), transparent 32%), var(--night); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 58px; align-items: center; }
.contact-copy h2 { max-width: 560px; }
.contact-copy > p { color: #bdc1cc; max-width: 560px; font-size: 16px; }
.contact-points { display: flex; flex-wrap: wrap; gap: 9px; margin: 20px 0; }
.contact-points span { border: 1px solid rgba(255,255,255,.13); border-radius: 999px; padding: 8px 11px; font-size: 9px; color: #d3d6df; }
.email-link { display: block; font-size: 20px; font-weight: 700; margin-top: 24px; }
.contact-copy > small { display: block; margin-top: 7px; color: #838897; }
.contact-form { background: #fff; color: var(--ink); border-radius: 18px; padding: 24px; box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.form-head { display: grid; gap: 5px; margin-bottom: 22px; }
.form-head > span { font-weight: 700; font-size: 21px; }
.form-head small { color: #858891; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 13px; }
.contact-form label > span { font-weight: 650; font-size: 10px; color: #555861; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #dfe0e5; background: #fafafb; border-radius: 10px; padding: 12px 13px; outline: none; color: var(--ink); font-size: 12px; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(18,191,232,.08); }
.form-note { font-size: 8px; margin: 11px 0 0; text-align: center; color: #92959e; }

.site-footer { background: #06172d; color: #fff; padding-top: 44px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 40px; padding-bottom: 38px; }
.footer-brand-block p { color: #d0d3db; margin: 16px 0 6px; font-size: 12px; }
.footer-brand-block small { color: #727786; }
.footer-links { display: grid; align-content: start; gap: 10px; font-size: 11px; }
.footer-links strong { margin-bottom: 7px; font-size: 9px; color: #d8dae1; text-transform: uppercase; letter-spacing: .11em; }
.footer-links a, .footer-links span { color: #7d828f; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); min-height: 58px; display: flex; align-items: center; justify-content: space-between; color: #626775; font-size: 9px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; }
.legal-wrap { max-width: 820px; margin: 0 auto; padding: 100px 20px; }
.legal-wrap h1 { font-size: 52px; }
.legal-wrap h2 { font-size: 26px; margin-top: 45px; }
.legal-wrap p, .legal-wrap li { color: var(--ink-soft); line-height: 1.75; }
.legal-back { display: inline-flex; margin-bottom: 50px; color: var(--violet); font-weight: 700; font-size: 13px; }
.thanks-page { min-height: 100vh; display: grid; place-items: center; text-align: center; padding: 30px; background: radial-gradient(circle at 50% 32%, rgba(18,191,232,.12), transparent 28%), var(--soft); }
.thanks-card { background: #fff; padding: 55px; border: 1px solid var(--line); border-radius: 24px; max-width: 620px; box-shadow: var(--shadow-soft); }
.thanks-card .brand { justify-content: center; margin-bottom: 35px; }
.thanks-card h1 { font-size: 48px; }

/* Balanced-density refinements: less dead space, same premium visual language */
#services { background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%); }
.pricing-section { border-top: 1px solid rgba(229,229,234,.75); }
.process-section { border-top: 1px solid rgba(229,229,234,.7); }
.about-section { border-top: 1px solid rgba(229,229,234,.7); }
@media (min-width: 901px) {
  .section-heading h2 { margin-bottom: 12px; }
  .section-heading p { margin-bottom: 0; }
  .final-cta.section-pad { padding-top: 72px; padding-bottom: 72px; }
}

@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 25px; }
  .device-stage { transform: scale(.9); transform-origin: center right; margin-left: -30px; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .process-line { grid-template-columns: repeat(4, 1fr); gap: 28px 0; }
  .process-line:before, .process-line article:after { display: none; }
  .process-line span { background: transparent; }
  .care-panel { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .section-pad { padding: 62px 0; }
  .header-inner { grid-template-columns: auto auto 1fr; }
  .menu-button { display: block; grid-column: 3; justify-self: end; }
  .header-cta { display: none; }
  .nav { position: absolute; top: 72px; left: 24px; right: 24px; display: none; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.97); box-shadow: var(--shadow-soft); }
  .nav.open { display: flex; }
  .nav a { padding: 12px 10px; }
  .hero { padding-top: 42px; padding-bottom: 44px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy h1, .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .device-stage { transform: scale(.88); transform-origin: center center; margin: -20px auto -30px; width: 720px; max-width: calc(100vw - 20px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card p { min-height: 0; }
  .launch-panel { grid-template-columns: 1fr 1fr; }
  .sample-site { grid-column: 1 / -1; }
  .split-heading, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card-wide { grid-row: auto; }
  .work-card-wide .work-art { min-height: 330px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .care-options { grid-template-columns: 1fr 1fr 1fr; }
  .about-visual { height: 380px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .announcement span:nth-of-type(2) { max-width: 210px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .hero { min-height: auto; padding-bottom: 48px; }
  h1 { font-size: clamp(58px, 17vw, 78px); }
  h2 { font-size: 39px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-row { display: grid; gap: 11px; justify-content: center; }
  .device-stage { height: 390px; transform: scale(.65); transform-origin: top center; width: 720px; margin: 10px 0 -120px; left: 50%; translate: -50% 0; }
  .section-heading { margin-bottom: 28px; }
  .launch-panel { grid-template-columns: 1fr; padding: 24px 20px; }
  .sample-site { grid-column: auto; }
  .launch-copy h2 { font-size: 36px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .price-card > p { min-height: 0; }
  .process-line { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .process-line p { max-width: none; }
  .why-grid { grid-template-columns: 1fr; }
  .care-panel { padding: 26px 20px; }
  .care-options { grid-template-columns: 1fr; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 23px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation: none!important; transition: none!important; }
  .reveal { opacity: 1; transform: none; }
}


/* Fuller visual rhythm: softly tinted section bands and richer SYNKR Lab */
body { background: #f4f6fb; }
.site-header { background: rgba(255,255,255,.9); }
.hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(18,191,232,.13), transparent 28%),
    radial-gradient(circle at 90% 76%, rgba(22,141,255,.10), transparent 24%),
    linear-gradient(180deg, #f7f8fd 0%, #eef2fa 100%);
  border-bottom: 1px solid #e3e7f0;
}
.device-stage:before {
  content: "";
  position: absolute;
  inset: 18px 8px 30px 74px;
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(238,241,251,.86));
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 24px 70px rgba(58,65,103,.08);
}
#services {
  background:
    radial-gradient(circle at 14% 14%, rgba(18,191,232,.055), transparent 24%),
    linear-gradient(180deg, #eef1f8 0%, #f7f8fc 100%);
  border-bottom: 1px solid #e1e5ee;
}
.service-card { background: rgba(255,255,255,.94); box-shadow: 0 12px 34px rgba(35,41,70,.055); }
.offer-section { padding-top: 34px; background: #f7f8fc; border-bottom: 1px solid #e1e5ee; }
.launch-panel { background: linear-gradient(112deg, #ffffff 0%, #f0efff 48%, #eaf5ff 100%); }
.pricing-section {
  background:
    radial-gradient(circle at 90% 8%, rgba(22,141,255,.06), transparent 24%),
    linear-gradient(180deg, #edf1f8 0%, #f5f7fb 100%);
  border-bottom: 1px solid #dfe4ee;
}
.price-card { box-shadow: 0 10px 28px rgba(33,39,68,.045); }
.work-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(18,191,232,.12), transparent 26%),
    radial-gradient(circle at 88% 72%, rgba(22,141,255,.09), transparent 28%),
    linear-gradient(145deg, #e9edf7 0%, #f2f4fa 48%, #e9eef8 100%);
  border-bottom: 1px solid #dce2ed;
}
.lab-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
.work-card { box-shadow: 0 14px 38px rgba(31,38,72,.065); transition: transform .25s ease, box-shadow .25s ease; }
.work-card:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(31,38,72,.11); }
.work-card-featured { grid-column: span 2; }
.work-card-featured .work-art { min-height: 315px; }
.work-art { min-height: 220px; }
.work-meta { min-height: 190px; display: flex; flex-direction: column; }
.work-meta p { flex: 1; }
.project-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.project-tags b { font-size: 8px; letter-spacing: .02em; font-weight: 700; color: #575b67; background: #f3f4f8; border: 1px solid #e4e6ed; border-radius: 999px; padding: 5px 8px; }
.project-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; color: #20232b; font-size: 10px; font-weight: 750; }
.project-link span { color: var(--violet); font-size: 13px; transition: transform .2s ease; }
.project-link:hover span { transform: translate(2px,-2px); }
.art-data-studio { background: linear-gradient(145deg, #e7e9ff 0%, #eaf5ff 55%, #f6f7ff 100%); }
.data-studio-ui { width: 86%; padding: 16px; border-radius: 17px; background: #fff; border: 1px solid #dfe2eb; box-shadow: 0 22px 55px rgba(41,48,84,.13); transform: rotate(-.8deg); }
.ds-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.ds-top strong { font-size: 10px; letter-spacing: .09em; }
.ds-top span { color: #8b8f9a; font-size: 7px; }
.ds-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 9px; }
.ds-kpis div { padding: 9px; border: 1px solid #eceef3; border-radius: 10px; background: #fafbfe; display: grid; gap: 2px; }
.ds-kpis small { color: #8d919c; font-size: 6px; }
.ds-kpis b { font-size: 13px; }
.ds-kpis em { color: var(--violet); font-size: 6px; font-style: normal; }
.ds-main { display: grid; grid-template-columns: 1.65fr .7fr; gap: 8px; }
.ds-chart { height: 105px; position: relative; border-radius: 10px; background: linear-gradient(180deg,#fafbff,#f3f5fb); overflow: hidden; display: flex; align-items: end; gap: 7px; padding: 14px 12px 10px; }
.ds-chart span { position: absolute; left: 12px; right: 12px; top: 25px; height: 2px; background: linear-gradient(90deg,var(--violet),var(--blue)); transform: rotate(-8deg); border-radius: 99px; box-shadow: 45px 8px 0 -1px rgba(18,191,232,.35), 90px -2px 0 -1px rgba(22,141,255,.35); }
.ds-chart i { flex: 1; height: 28%; border-radius: 5px 5px 2px 2px; background: #dfe3ef; }
.ds-chart i:nth-of-type(2) { height: 46%; } .ds-chart i:nth-of-type(3) { height: 38%; } .ds-chart i:nth-of-type(4) { height: 62%; background: #c9c8ff; } .ds-chart i:nth-of-type(5) { height: 55%; } .ds-chart i:nth-of-type(6) { height: 76%; background: #aebeff; }
.ds-side { display: grid; gap: 7px; }
.ds-side b { border-radius: 9px; background: linear-gradient(90deg,#eef0f6 60%,#dfe5ff 60%); }
.art-mobility { background: linear-gradient(145deg,#f0f1f4,#e2e5ea); }
.mobility-ui { width: 78%; height: 160px; padding: 16px; border-radius: 15px; background: #111319; color: #fff; box-shadow: 0 20px 45px rgba(14,16,24,.2); transform: rotate(1deg); position: relative; overflow: hidden; }
.mobility-top { display: flex; justify-content: space-between; font-size: 8px; letter-spacing: .06em; line-height: 1.15; }
.mobility-top i { width: 28px; height: 5px; border-radius: 99px; background: #ed3e45; }
.mobility-truck { position: absolute; right: 16px; bottom: 38px; width: 100px; height: 42px; }
.mobility-truck span { position: absolute; right: 0; bottom: 10px; width: 70px; height: 25px; border-radius: 3px 8px 3px 3px; background: linear-gradient(135deg,#d9dde5,#818995); }
.mobility-truck b { position: absolute; left: 0; bottom: 10px; width: 40px; height: 19px; background: #c6cbd4; border-radius: 3px; }
.mobility-truck em:before,.mobility-truck em:after { content: ''; position: absolute; bottom: 3px; width: 14px; height: 14px; border-radius: 50%; background: #343942; border: 3px solid #7a818b; }
.mobility-truck em:before { left: 18px; } .mobility-truck em:after { right: 14px; }
.mobility-ui small { position: absolute; left: 16px; bottom: 14px; color: #9ba0ab; font-size: 6px; }
.art-booking { background: linear-gradient(145deg, #f0edff, #e8f4ff); }
.booking-ui { width: 72%; padding: 18px; border-radius: 16px; background: #fff; border: 1px solid #dfe1e8; box-shadow: 0 20px 44px rgba(36,41,70,.12); transform: rotate(-1deg); }
.booking-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.booking-head strong { font-size: 14px; }
.booking-head span { color: #8a8e99; font-size: 8px; }
.calendar-row, .slot-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.calendar-row i { height: 32px; display: grid; place-items: center; border-radius: 9px; background: #f5f6f9; color: #6f7380; font-style: normal; font-size: 9px; }
.calendar-row i.active { background: linear-gradient(135deg, var(--violet), var(--blue)); color: #fff; }
.slot-row { grid-template-columns: repeat(3, 1fr); margin-top: 10px; }
.slot-row b { padding: 7px; text-align: center; border: 1px solid #e5e6ec; border-radius: 8px; font-size: 8px; }
.booking-ui button { width: 100%; margin-top: 12px; padding: 9px; border: 0; border-radius: 8px; background: #12151c; color: #fff; font-size: 8px; }
.art-store { background: linear-gradient(145deg, #f7f4ef, #eef2f6); }
.store-ui { width: 78%; padding: 15px; background: #fff; border: 1px solid #e0e1e6; border-radius: 14px; box-shadow: 0 18px 42px rgba(35,39,54,.11); transform: rotate(1deg); }
.store-head { display: flex; justify-content: space-between; align-items: center; font-size: 7px; margin-bottom: 13px; }
.store-head strong { letter-spacing: .12em; font-size: 10px; }
.store-head span { color: #848792; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.product-grid i { height: 82px; border-radius: 9px; background: linear-gradient(150deg, #d9d0c7, #a99b90); }
.product-grid i:nth-child(2) { background: linear-gradient(150deg, #d8dce3, #a8b1c1); }
.product-grid i:nth-child(3) { background: linear-gradient(150deg, #e7d7c8, #b6957c); }
.store-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 7px; }
.store-line b { height: 5px; border-radius: 99px; background: #e1e2e7; }
.art-automation { background: linear-gradient(145deg, #edf1ff, #edf9f8); }
.flow-ui { width: 88%; min-height: 150px; display: flex; align-items: center; justify-content: center; gap: 5px; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.74); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 20px 48px rgba(43,52,91,.08); }
.flow-node { min-width: 50px; padding: 10px 8px; text-align: center; background: #fff; border: 1px solid #dfe2ea; border-radius: 10px; font-size: 8px; font-weight: 750; box-shadow: 0 7px 20px rgba(30,36,57,.06); }
.flow-node.start { background: #151922; color: #fff; border-color: #151922; }
.flow-node.accent { background: linear-gradient(135deg, var(--violet), var(--blue)); color: #fff; border-color: transparent; }
.flow-ui > span { width: 24px; height: 1px; background: #aeb4c3; position: relative; }
.flow-ui > span:after { content: ">"; position: absolute; right: -2px; top: -6px; font-size: 8px; color: #959baa; }
.process-section { background: linear-gradient(180deg, #f8f9fc 0%, #eef2f8 100%); border-bottom: 1px solid #e0e4ed; }
.process-line span { background: #f4f6fa; }
.why-section { background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%); padding-top: 54px; }
.care-section { background: #f5f7fb; padding-top: 34px; }
.care-panel { background: linear-gradient(120deg, #e9edff 0%, #f0f6ff 50%, #eef3f8 100%); border: 1px solid #dfe5ef; }
.about-section { background: linear-gradient(180deg, #eef2f8 0%, #f8f9fc 100%); }
.about-visual { background: radial-gradient(circle at 60% 30%, rgba(18,191,232,.28), transparent 33%), linear-gradient(150deg, #e9ecf6, #e7edff); }

@media (max-width: 900px) {
  .lab-grid { grid-template-columns: 1fr 1fr; }
  .work-card-featured { grid-column: span 2; }
}
@media (max-width: 680px) {
  .lab-grid { grid-template-columns: 1fr; }
  .work-card-featured { grid-column: auto; }
  .work-card-featured .work-art { min-height: 250px; }
  .work-meta { min-height: 0; }
  .device-stage:before { inset: 10px 30px 55px 30px; }
  .flow-ui { width: 94%; transform: scale(.9); }
}

/* Tradie demo thumbnails */
.art-electric { background: linear-gradient(145deg,#17191f,#2a2e36); }
.art-plumbing { background: linear-gradient(145deg,#dff4ff,#eef9ff); }
.art-landscape { background: linear-gradient(145deg,#e7eddf,#f5f2e8); }
.trade-mini { width: 78%; min-height: 158px; padding: 14px; border-radius: 15px; box-shadow: 0 22px 46px rgba(25,30,45,.16); transform: rotate(-1deg); overflow: hidden; }
.trade-mini-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:17px; }
.trade-mini-top strong { font-size:10px; letter-spacing:.12em; }
.trade-mini-top span { font-size:7px; opacity:.65; }
.trade-mini-hero { display:flex; align-items:end; justify-content:space-between; gap:12px; }
.trade-mini-hero b { font-size:17px; line-height:1.05; letter-spacing:-.04em; }
.trade-mini-hero i { width:43px; height:43px; border-radius:50%; flex:none; }
.trade-mini-row { display:grid; grid-template-columns:repeat(3,1fr); gap:6px; margin-top:18px; }
.trade-mini-row span { height:23px; border-radius:7px; }
.trade-electric { background:#f4c928; color:#131419; }
.trade-electric .trade-mini-hero i { background:#17191f; box-shadow:inset 0 0 0 10px #f4c928; }
.trade-electric .trade-mini-row span { background:rgba(20,21,25,.13); }
.trade-plumbing { background:#fff; color:#0d3154; border:1px solid #cfe7f5; }
.trade-plumbing .trade-mini-hero i { background:linear-gradient(145deg,#129ee8,#0b63d1); }
.trade-plumbing .trade-mini-row span { background:#e8f4fb; }
.trade-landscape { background:#f7f3e8; color:#263923; border:1px solid #dde1d2; transform:rotate(1deg); }
.trade-landscape .trade-mini-hero i { background:#456442; box-shadow:inset 0 0 0 9px #c9d8b8; }
.trade-landscape .trade-mini-row span { background:#e3e7d9; }

/* Credibility + conversion update */
.nav { gap: 30px; }
.work-meta { min-height: 278px; }
.case-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 13px; padding-top: 13px; border-top: 1px solid #eceef3; }
.case-strip span { min-width: 0; display: grid; gap: 4px; }
.case-strip small { color: #9498a2; font-size: 7px; font-weight: 750; text-transform: uppercase; letter-spacing: .09em; }
.case-strip b { color: #343741; font-size: 9px; line-height: 1.35; font-weight: 720; }

.faq-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(18,191,232,.08), transparent 24%),
    linear-gradient(180deg, #f8f9fc 0%, #eef2f8 100%);
  border-top: 1px solid #e0e4ed;
  border-bottom: 1px solid #dde2eb;
}
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { max-width: 460px; }
.faq-intro p { max-width: 460px; font-size: 14px; }
.faq-intro .text-link { margin-top: 10px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { background: rgba(255,255,255,.9); border: 1px solid #dfe3eb; border-radius: 15px; padding: 0 18px; box-shadow: 0 8px 24px rgba(39,45,71,.035); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.faq-list details[open] { background: #fff; border-color: #d5d8e5; box-shadow: 0 14px 34px rgba(39,45,71,.07); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; color: #242730; font-size: 13px; font-weight: 720; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; width: 25px; height: 25px; flex: none; display: grid; place-items: center; border-radius: 50%; background: #f0f1f6; color: var(--violet); font-size: 16px; font-weight: 500; transition: transform .2s ease, background .2s ease; }
.faq-list details[open] summary:after { content: "−"; background: rgba(18,191,232,.09); }
.faq-list details p { margin: -2px 42px 18px 0; font-size: 12px; line-height: 1.7; color: #676b75; }
.contact-form label > span small { color: #999ca5; font-size: 8px; font-weight: 550; }
.contact-form select { cursor: pointer; }

@media (max-width: 900px) {
  .nav { gap: 22px; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-intro { position: static; }
  .faq-intro h2, .faq-intro p { max-width: 680px; }
  .work-meta { min-height: 290px; }
}

@media (max-width: 680px) {
  .work-meta { min-height: 0; }
  .case-strip { grid-template-columns: 1fr; }
  .faq-list details { padding: 0 15px; }
  .faq-list summary { font-size: 12px; padding: 16px 0; }
  .faq-list details p { margin-right: 0; }
}

@media (max-width: 900px) { .brand-logo { width: 128px; } .about-logo { width: 82%; } }

/* Mobile QA polish — 2026-09-03 */
section[id] { scroll-margin-top: 90px; }

@media (max-width: 680px) {
  .announcement a { min-height: 44px; }
  .brand { min-height: 44px; }
  .menu-button { width: 44px; height: 44px; }
  .nav a { min-height: 44px; display: flex; align-items: center; }
  .button-small { min-height: 44px; }
  .text-link { min-height: 44px; align-items: center; }

  /* Fit the full device composition more naturally on phones. */
  .device-stage {
    height: 320px;
    width: 720px;
    transform: scale(.52);
    transform-origin: top center;
    margin: 10px 0 -115px;
    left: 50%;
    translate: -50% 0;
  }
}

@media (max-width: 360px) {
  .announcement span:nth-of-type(2) { display: none; }
  .announcement strong::after { content: " · Websites from $199"; font-weight: 500; }
  .device-stage {
    height: 285px;
    transform: scale(.43);
    margin-bottom: -120px;
  }
}

@media (max-width: 680px) {
  .price-card .button { min-height: 48px; }
  .project-link { min-height: 44px; align-items: center; }
  .email-link, .site-link, .phone-link { min-height: 44px; display: flex; align-items: center; }
  .contact-form input, .contact-form select { min-height: 44px; }
}

/* Direct-email contact form status */
.form-status {
  margin: 0 0 12px;
  padding: 11px 13px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1.45;
  background: #fff3f3;
  border: 1px solid #ffcaca;
  color: #a61b1b;
}
.form-status.visible { display: block; }
.form-note strong { color: #6b7280; font-weight: 650; }

/* SYNKR Lab aligned product grid — approved Sep 2026 */
.lab-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}
.lab-grid .work-card,.lab-grid .work-card-featured{grid-column:auto!important;display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:18px}
.lab-grid .work-art,.lab-grid .work-card-featured .work-art{min-height:230px!important;height:230px;flex:0 0 230px}
.lab-grid .work-meta{min-height:0;height:auto;flex:1;padding:20px;display:flex;flex-direction:column}
.lab-grid .work-meta>span{min-height:18px}.lab-grid .work-meta h3{min-height:30px;margin-top:4px}.lab-grid .work-meta p{min-height:76px;flex:0 0 auto}
.lab-grid .project-tags{min-height:48px;align-content:flex-start}.lab-grid .case-strip{margin-top:auto}.lab-grid .project-link{margin-top:15px}
.art-paycalc{background:linear-gradient(145deg,#e9fbf7 0%,#eef9ff 48%,#e6f2ff 100%);display:grid;place-items:center}
.paycalc-ui{width:86%;background:#fff;border:1px solid #dce8ea;border-radius:16px;padding:15px;box-shadow:0 20px 50px rgba(21,84,92,.14);transform:perspective(700px) rotateX(2deg) rotateY(-2deg)}
.pc-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.pc-head strong{font-size:10px}.pc-head span{font-size:7px;color:#75858c}
.pc-main{display:grid;grid-template-columns:1fr 1fr;gap:8px}.pc-main>div{border:1px solid #e5eeee;border-radius:10px;padding:10px}.pc-main small{display:block;font-size:6px;color:#84959a}.pc-main b{display:block;font-size:16px;margin-top:3px}.pc-take{background:linear-gradient(135deg,#e7fff7,#dff8f4);color:#087f67}.pc-take em{font-size:6px;font-style:normal}
.pc-bars{display:flex;gap:4px;margin:12px 0 8px}.pc-bars i{height:5px;border-radius:5px;background:#0aa77d}.pc-bars i:nth-child(1){width:65%}.pc-bars i:nth-child(2){width:20%;background:#f4b942}.pc-bars i:nth-child(3){width:15%;background:#37a3e6}.pc-foot{display:flex;gap:5px;align-items:center;font-size:7px;color:#566970}
.art-journey{background:linear-gradient(145deg,#f6f9ff,#edf5ff);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px dashed #b9cce5}.journey-plus{width:44px;height:44px;border:1px solid #b9cce5;border-radius:13px;display:grid;place-items:center;font-size:25px;color:#6f91ba;margin-bottom:10px}.art-journey strong{font-size:18px;line-height:1.1;color:#202b3d}.art-journey small{max-width:190px;margin-top:8px;color:#728198;line-height:1.4}
.lab-cta{margin-top:24px;border:1px solid #d4e1f1;border-radius:20px;padding:26px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:radial-gradient(circle at 72% 120%,rgba(53,144,255,.26),transparent 35%),linear-gradient(115deg,#fff 0%,#edf6ff 100%);box-shadow:0 16px 38px rgba(35,67,108,.07)}.lab-cta span{font-size:9px;font-weight:800;color:#168dff;letter-spacing:.08em}.lab-cta h3{font-size:28px;margin:3px 0 5px}.lab-cta p{margin:0;color:#697789;font-size:12px}
@media(max-width:980px){.lab-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.lab-grid{grid-template-columns:1fr}.lab-grid .work-art,.lab-grid .work-card-featured .work-art{height:210px;min-height:210px!important;flex-basis:210px}.lab-grid .work-meta p,.lab-grid .project-tags{min-height:0}.lab-cta{align-items:flex-start;flex-direction:column}.lab-cta .btn{width:100%;justify-content:center}}

/* Approved SYNKR Lab project imagery */
.lab-grid .project-photo{padding:0;overflow:hidden;background:#eef5fb;min-height:190px}
.lab-grid .project-photo img{width:100%;height:100%;min-height:190px;display:block;object-fit:cover;object-position:center;transition:transform .45s ease,filter .45s ease}
.lab-grid .work-card:hover .project-photo img{transform:scale(1.025);filter:saturate(1.03) contrast(1.01)}
@media(max-width:720px){.lab-grid .project-photo,.lab-grid .project-photo img{min-height:180px}}
