:root {
  --ink: #07111f;
  --ink-soft: #0d1b2d;
  --navy: #11233a;
  --paper: #f7f8fb;
  --white: #ffffff;
  --muted: #617087;
  --line: rgba(11, 26, 44, 0.12);
  --line-dark: rgba(255, 255, 255, 0.13);
  --blue: #4f7cff;
  --blue-deep: #3561df;
  --cyan: #48d6c5;
  --gold: #f1c67a;
  --danger: #e35f68;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --shadow: 0 24px 80px rgba(7, 17, 31, 0.13);
  --shadow-dark: 0 32px 100px rgba(0, 0, 0, 0.28);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 9999;
  padding: 12px 16px;
  border-radius: 10px;
  color: var(--white);
  background: var(--blue);
  transition: top 0.2s ease;
}
.skip-link:focus { top: 16px; }
.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; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-shell { position: relative; overflow: hidden; }
.section-light { background: var(--paper); }
.section-tint { background: #eef2f7; }
.section-dark { color: var(--white); background: var(--ink); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 76px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: var(--white);
  background: rgba(7,17,31,0.76);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.site-header.scrolled { background: rgba(7,17,31,0.96); box-shadow: 0 12px 35px rgba(0,0,0,0.18); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 15px;
  filter: drop-shadow(0 10px 20px rgba(30, 86, 210, 0.22));
}
.brand-mark img { width: 100%; height: 100%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-size: 15px; letter-spacing: -0.01em; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,0.62); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 26px; }
.primary-nav a { color: rgba(255,255,255,0.75); font-size: 14px; font-weight: 650; transition: color 0.2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--white); }
.primary-nav .nav-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,0.18); border-radius: 11px; color: var(--white); background: rgba(255,255,255,0.08); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(255,255,255,0.16); border-radius: 12px; background: rgba(255,255,255,0.06); }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--white); transition: transform 0.2s ease, opacity 0.2s ease; }

.hero {
  min-height: 900px;
  padding: 170px 0 70px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 26%, rgba(79,124,255,0.22), transparent 29%),
    radial-gradient(circle at 21% 42%, rgba(72,214,197,0.10), transparent 27%),
    linear-gradient(135deg, #06101d 0%, #091525 52%, #07111f 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.027) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.027) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
.hero-glow { position: absolute; border-radius: 999px; filter: blur(80px); opacity: 0.18; pointer-events: none; }
.hero-glow-one { width: 310px; height: 310px; top: 17%; right: 9%; background: var(--blue); }
.hero-glow-two { width: 250px; height: 250px; bottom: 18%; left: 11%; background: var(--cyan); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.8fr); align-items: center; gap: 74px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 24px; color: rgba(255,255,255,0.7); font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 1px; background: linear-gradient(90deg, var(--cyan), var(--blue)); }
.eyebrow.dark { color: #526278; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(46px, 5.7vw, 78px); line-height: 1.03; letter-spacing: -0.055em; }
.hero h1 em { color: transparent; background: linear-gradient(100deg, #ffffff 5%, #9ed8ff 50%, #7ce3d5 95%); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-lead { max-width: 690px; margin: 30px 0 0; color: rgba(255,255,255,0.71); font-size: 19px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 13px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(79,124,255,0.35); outline-offset: 3px; }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--blue), var(--blue-deep)); box-shadow: 0 15px 34px rgba(53,97,223,0.3); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(53,97,223,0.4); }
.button-secondary { border-color: rgba(255,255,255,0.17); color: var(--white); background: rgba(255,255,255,0.07); }
.button-secondary:hover { background: rgba(255,255,255,0.12); }
.button-outline { width: 100%; margin-top: auto; border-color: rgba(7,17,31,0.16); color: var(--ink); background: transparent; }
.button-outline:hover { border-color: var(--blue); color: var(--blue-deep); }
.button-quiet { color: var(--ink); background: #eef2f7; }
.button-full { width: 100%; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 26px; color: rgba(255,255,255,0.62); font-size: 13px; }
.hero-assurances span { display: flex; align-items: center; gap: 7px; }
.hero-assurances svg { width: 15px; color: var(--cyan); stroke-width: 2.5; }

.hero-panel { position: relative; padding: 20px; border: 1px solid rgba(255,255,255,0.13); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,0.085), rgba(255,255,255,0.03)); box-shadow: var(--shadow-dark); backdrop-filter: blur(14px); }
.hero-panel::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,0.05); border-radius: 23px; pointer-events: none; }
.panel-topline { position: relative; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 3px 4px 18px; color: rgba(255,255,255,0.68); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: 0.1em; }
.panel-status { margin-left: auto; color: rgba(255,255,255,0.42); font-size: 9px; }
.live-dot { width: 8px; height: 8px; border-radius: 99px; background: var(--cyan); box-shadow: 0 0 0 5px rgba(72,214,197,0.12), 0 0 18px rgba(72,214,197,0.55); }
.growth-orbit { position: relative; display: grid; place-items: center; min-height: 370px; overflow: hidden; border: 1px solid rgba(255,255,255,0.07); border-radius: 22px; background: radial-gradient(circle at center, rgba(79,124,255,0.19), transparent 48%), rgba(2,9,17,0.27); }
.orbit-ring { position: absolute; border: 1px solid rgba(255,255,255,0.13); border-radius: 50%; }
.orbit-ring-one { width: 250px; height: 250px; }
.orbit-ring-two { width: 340px; height: 340px; border-style: dashed; animation: spin 30s linear infinite; }
.orbit-core { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 154px; height: 154px; border: 1px solid rgba(255,255,255,0.18); border-radius: 50%; background: radial-gradient(circle at 35% 25%, rgba(255,255,255,0.16), rgba(79,124,255,0.13) 45%, rgba(7,17,31,0.86)); box-shadow: inset 0 0 30px rgba(255,255,255,0.05), 0 24px 60px rgba(0,0,0,0.28); }
.orbit-core span { color: rgba(255,255,255,0.5); font-size: 10px; letter-spacing: 0.16em; }
.orbit-core strong { margin: 3px 0; font-size: 18px; letter-spacing: -0.03em; }
.orbit-core small { color: var(--cyan); font-size: 10px; }
.orbit-node { position: absolute; z-index: 2; display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(255,255,255,0.14); border-radius: 50%; color: rgba(255,255,255,0.83); background: rgba(10,25,42,0.9); font-size: 11px; font-weight: 800; box-shadow: 0 14px 28px rgba(0,0,0,0.25); }
.node-one { top: 39px; left: calc(50% - 29px); }
.node-two { right: 37px; top: calc(50% - 29px); }
.node-three { bottom: 37px; left: calc(50% - 29px); }
.node-four { left: 37px; top: calc(50% - 29px); }
.mini-metrics { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 9px; }
.mini-metrics div { padding: 14px 12px; border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; background: rgba(255,255,255,0.035); }
.mini-metrics small { display: block; color: rgba(255,255,255,0.43); font-size: 9px; text-transform: uppercase; letter-spacing: 0.08em; }
.mini-metrics strong { display: block; margin-top: 4px; color: rgba(255,255,255,0.82); font-size: 11px; }
@keyframes spin { to { transform: rotate(360deg); } }
.credibility-strip { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 85px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.44); font-size: 11px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }

.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading h2 { margin: 0; font-size: clamp(36px, 4.4vw, 58px); line-height: 1.1; letter-spacing: -0.047em; }
.section-heading p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.section-heading.light p:not(.eyebrow) { color: rgba(255,255,255,0.62); }

.service-layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 34px; align-items: stretch; }
.service-feature { display: grid; grid-template-columns: auto 1fr; gap: 22px; padding: 40px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.service-number { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; color: var(--blue-deep); background: #edf2ff; font-size: 13px; font-weight: 900; }
.service-kicker, .price-label { margin: 0 0 11px; color: var(--blue-deep); font-size: 11px; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.service-feature h3 { margin: 0; font-size: 29px; line-height: 1.18; letter-spacing: -0.035em; }
.service-feature p:not(.service-kicker) { margin: 18px 0; color: var(--muted); }
.clean-list { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.clean-list li { position: relative; padding-left: 25px; color: #35455b; font-size: 14px; }
.clean-list li::before { content: ""; position: absolute; left: 0; top: 0.58em; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(72,214,197,0.13); }
.service-stack { display: grid; gap: 12px; }
.service-row { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start; padding: 27px 29px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,0.76); transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease; }
.service-row:hover { transform: translateX(5px); border-color: rgba(79,124,255,0.28); box-shadow: 0 18px 45px rgba(7,17,31,0.08); }
.service-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: var(--blue-deep); background: #edf2ff; }
.service-icon svg { width: 22px; }
.service-row h3 { margin: 0; font-size: 18px; line-height: 1.3; letter-spacing: -0.02em; }
.service-row p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }

.split-content { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 90px; align-items: start; }
.split-content .section-heading { margin: 0; position: sticky; top: 125px; }
.fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line-dark); border-radius: var(--radius); background: var(--line-dark); }
.fit-grid div { min-height: 190px; padding: 31px; background: var(--ink-soft); }
.fit-grid strong { font-size: 19px; letter-spacing: -0.02em; }
.fit-grid p { margin: 10px 0 0; color: rgba(255,255,255,0.56); font-size: 14px; }

.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; counter-reset: steps; }
.process-list li { display: grid; grid-template-columns: 100px 1fr; gap: 36px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--blue-deep); font-size: 12px; font-weight: 900; letter-spacing: 0.12em; }
.process-list h3 { margin: 0; font-size: 25px; letter-spacing: -0.035em; }
.process-list p { max-width: 770px; margin: 8px 0 0; color: var(--muted); }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,0.88); box-shadow: 0 16px 55px rgba(7,17,31,0.07); }
.price-card.featured { border-color: rgba(79,124,255,0.4); box-shadow: 0 28px 80px rgba(53,97,223,0.16); transform: translateY(-10px); }
.popular-tag { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); min-width: max-content; padding: 8px 13px; border-radius: 99px; color: var(--white); background: var(--blue-deep); font-size: 10px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.price-card h3 { min-height: 62px; margin: 0; font-size: 26px; line-height: 1.2; letter-spacing: -0.035em; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin: 22px 0 18px; }
.price span, .price small { color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: 0.06em; }
.price strong { font-size: 42px; line-height: 1; letter-spacing: -0.055em; }
.price-summary { min-height: 77px; margin: 0; color: var(--muted); font-size: 14px; }
.price-card .clean-list { margin-bottom: 32px; }
.price-card .button { margin-top: auto; }
.entry-offers { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 50px; align-items: center; margin-top: 55px; padding: 42px; border: 1px solid rgba(79,124,255,0.18); border-radius: 28px; background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(237,242,255,0.88)); }
.entry-copy h3 { margin: 0; font-size: 28px; line-height: 1.2; letter-spacing: -0.035em; }
.entry-copy p:not(.eyebrow) { margin: 14px 0 0; color: var(--muted); font-size: 14px; }
.entry-products { display: grid; gap: 10px; }
.micro-product { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 15px; cursor: pointer; text-align: left; background: var(--white); transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
.micro-product:hover { transform: translateX(4px); border-color: rgba(79,124,255,0.35); box-shadow: 0 12px 35px rgba(7,17,31,0.08); }
.micro-product span { display: flex; flex-direction: column; }
.micro-product strong { font-size: 14px; }
.micro-product small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.micro-product b { color: var(--blue-deep); font-size: 18px; }

.retainer-table { overflow-x: auto; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 18px 55px rgba(7,17,31,0.07); }
.retainer-row { min-width: 880px; display: grid; grid-template-columns: 0.8fr 1fr 1.9fr 0.55fr; align-items: center; gap: 25px; padding: 22px 25px; border-bottom: 1px solid var(--line); font-size: 14px; }
.retainer-row:last-child { border-bottom: 0; }
.retainer-row span { color: var(--muted); }
.retainer-row strong { color: var(--ink); }
.retainer-head { color: rgba(255,255,255,0.7); background: var(--ink); font-size: 10px; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.retainer-head span { color: rgba(255,255,255,0.65); }
.pricing-note { max-width: 830px; margin: 21px 0 0; color: var(--muted); font-size: 12px; }

.estimate-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 80px; align-items: start; }
.estimate-grid .section-heading { position: sticky; top: 122px; margin: 0; }
.estimator { padding: 30px; border: 1px solid var(--line-dark); border-radius: 28px; background: rgba(255,255,255,0.05); box-shadow: var(--shadow-dark); }
.estimator fieldset { display: grid; gap: 9px; margin: 0 0 27px; padding: 0; border: 0; }
.estimator legend { margin-bottom: 14px; color: rgba(255,255,255,0.8); font-size: 13px; font-weight: 850; }
.choice { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 15px; border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; cursor: pointer; background: rgba(255,255,255,0.035); transition: border-color 0.2s ease, background 0.2s ease; }
.choice:has(input:checked) { border-color: rgba(79,124,255,0.75); background: rgba(79,124,255,0.13); }
.choice input { width: 18px; height: 18px; accent-color: var(--blue); }
.choice span { display: flex; flex-direction: column; }
.choice strong { color: rgba(255,255,255,0.88); font-size: 13px; }
.choice small { color: rgba(255,255,255,0.45); font-size: 11px; }
.choice b { color: rgba(255,255,255,0.68); font-size: 12px; }
.estimate-result { display: grid; gap: 5px; padding: 24px; border-radius: 18px; color: var(--ink); background: var(--white); }
.estimate-result > span { color: var(--muted); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: 0.1em; }
.estimate-result > strong { font-size: 34px; letter-spacing: -0.04em; }
.estimate-result > small { margin-bottom: 15px; color: var(--muted); font-size: 11px; }

.reason-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: start; }
.reason-grid .section-heading { position: sticky; top: 122px; margin: 0; }
.reason-list { border-top: 1px solid var(--line); }
.reason-list article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.reason-list > article > span { color: var(--blue-deep); font-size: 11px; font-weight: 900; }
.reason-list h3 { margin: 0; font-size: 20px; letter-spacing: -0.025em; }
.reason-list p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }

.faq-layout { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 80px; align-items: start; }
.faq-layout .section-heading { position: sticky; top: 122px; margin: 0; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 45px 24px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 800; letter-spacing: -0.02em; }
summary::-webkit-details-marker { display: none; }
summary span::before, summary span::after { content: ""; position: absolute; top: 50%; right: 7px; width: 15px; height: 1.5px; background: var(--blue-deep); transition: transform 0.2s ease; }
summary span::after { transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details p { max-width: 760px; margin: -6px 0 24px; color: var(--muted); font-size: 14px; }

.contact-section { padding: 112px 0; color: var(--white); background: radial-gradient(circle at 18% 22%, rgba(79,124,255,0.22), transparent 28%), linear-gradient(135deg, #081424, #06101c); }
.contact-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 80px; align-items: start; }
.contact-copy h2 { margin: 0; font-size: clamp(40px, 5vw, 62px); line-height: 1.08; letter-spacing: -0.05em; }
.contact-copy > p:not(.eyebrow) { margin: 23px 0 0; color: rgba(255,255,255,0.62); font-size: 17px; }
.contact-direct { display: grid; gap: 9px; margin-top: 35px; }
.contact-direct a { display: flex; flex-direction: column; padding: 17px 19px; border: 1px solid var(--line-dark); border-radius: 14px; background: rgba(255,255,255,0.04); }
.contact-direct span { color: rgba(255,255,255,0.4); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; }
.contact-direct strong { margin-top: 3px; font-size: 14px; }
.contact-form { padding: 31px; border: 1px solid var(--line-dark); border-radius: 28px; background: rgba(255,255,255,0.055); box-shadow: var(--shadow-dark); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 15px; }
.contact-form label > span { color: rgba(255,255,255,0.67); font-size: 11px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; color: var(--white); background: rgba(3,10,18,0.48); outline: none; transition: border-color 0.2s ease, background 0.2s ease; }
.contact-form textarea { resize: vertical; min-height: 140px; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,0.28); }
.contact-form select option { color: var(--ink); background: var(--white); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); background: rgba(3,10,18,0.75); }
.form-note { margin: 14px 0 0; color: rgba(255,255,255,0.4); font-size: 11px; }
.form-status { min-height: 24px; margin-top: 9px; color: var(--cyan); font-size: 12px; }

.site-footer { padding: 70px 0 22px; color: var(--white); background: #030a12; }
.footer-top { display: grid; grid-template-columns: 1.45fr repeat(3, 0.72fr); gap: 50px; padding-bottom: 45px; }
.footer-brand p { max-width: 430px; margin: 22px 0 0; color: rgba(255,255,255,0.43); font-size: 13px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-links > strong { margin-bottom: 5px; color: rgba(255,255,255,0.86); font-size: 12px; }
.footer-links a, .footer-button { padding: 0; border: 0; color: rgba(255,255,255,0.48); background: transparent; cursor: pointer; font-size: 12px; text-align: left; }
.footer-links a:hover, .footer-button:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.34); font-size: 11px; }
.footer-bottom p { margin: 0; }
.mobile-cta { display: none; }

.payment-modal { width: min(calc(100% - 30px), 510px); padding: 34px; border: 0; border-radius: 26px; color: var(--ink); background: var(--white); box-shadow: 0 40px 120px rgba(0,0,0,0.4); }
.payment-modal::backdrop { background: rgba(1,7,13,0.78); backdrop-filter: blur(7px); }
.payment-modal h2 { margin: 0; font-size: 31px; line-height: 1.18; letter-spacing: -0.04em; }
.payment-modal > p:not(.eyebrow) { color: var(--muted); }
.payment-modal > small { display: block; margin-top: 15px; color: var(--muted); font-size: 10px; }
.modal-close { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 12px; cursor: pointer; color: var(--muted); background: #f0f3f7; font-size: 24px; }
.modal-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 25px; border-radius: 15px; color: var(--white); background: linear-gradient(135deg, var(--blue), var(--cyan)); font-size: 24px; font-weight: 900; }
.modal-price { margin: 18px 0; font-size: 42px; font-weight: 900; letter-spacing: -0.05em; }
.payment-modal .button + .button { margin-top: 9px; }

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

@media (max-width: 1080px) {
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: 12px; }
  .hero-grid { gap: 40px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
  .price-card h3, .price-summary { min-height: auto; }
  .price-card.featured { transform: none; order: -1; margin-top: 14px; }
  .entry-offers { grid-template-columns: 1fr; gap: 28px; }
  .footer-top { grid-template-columns: 1.4fr repeat(3, 0.7fr); gap: 28px; }
}

@media (max-width: 900px) {
  .section { padding: 86px 0; }
  .site-header { height: 70px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 70px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 3px; padding: 13px; border: 1px solid rgba(255,255,255,0.12); border-radius: 18px; background: rgba(7,17,31,0.98); box-shadow: 0 25px 70px rgba(0,0,0,0.3); }
  .primary-nav.open { display: flex; }
  .primary-nav a { min-height: 44px; display: flex; align-items: center; padding: 10px 12px; border-radius: 10px; font-size: 14px; }
  .primary-nav .nav-cta { justify-content: center; margin-top: 5px; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-panel { max-width: 620px; width: 100%; margin-inline: auto; }
  .credibility-strip { flex-wrap: wrap; justify-content: center; }
  .service-layout, .split-content, .estimate-grid, .reason-grid, .faq-layout, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .split-content .section-heading, .estimate-grid .section-heading, .reason-grid .section-heading, .faq-layout .section-heading { position: static; }
  .section-heading { margin-bottom: 42px; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .brand-copy small { display: none; }
  .hero { padding: 122px 0 58px; }
  .hero h1 { font-size: clamp(41px, 13vw, 62px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-assurances { display: grid; gap: 10px; }
  .hero-panel { padding: 13px; border-radius: 23px; }
  .growth-orbit { min-height: 315px; }
  .orbit-ring-two { width: 290px; height: 290px; }
  .orbit-ring-one { width: 220px; height: 220px; }
  .node-two { right: 19px; }
  .node-four { left: 19px; }
  .mini-metrics { grid-template-columns: 1fr; }
  .credibility-strip { justify-content: flex-start; margin-top: 55px; }
  .section-heading h2 { font-size: 37px; }
  .section-heading p:not(.eyebrow) { font-size: 15px; }
  .service-feature { grid-template-columns: 1fr; padding: 28px; }
  .service-feature h3 { font-size: 25px; }
  .service-row { padding: 22px; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-grid div { min-height: 145px; }
  .process-list li { grid-template-columns: 50px 1fr; gap: 12px; }
  .price-card { padding: 29px 24px; }
  .price strong { font-size: 38px; }
  .entry-offers { padding: 28px 22px; }
  .micro-product { align-items: flex-start; }
  .retainer-row { min-width: 760px; }
  .estimator { padding: 20px; }
  .choice { grid-template-columns: auto 1fr; }
  .choice b { grid-column: 2; }
  .estimate-result > strong { font-size: 28px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 22px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 800; left: 14px; right: 14px; bottom: 12px; display: flex; align-items: center; justify-content: center; min-height: 50px; border-radius: 14px; color: var(--white); background: linear-gradient(135deg, var(--blue), var(--blue-deep)); box-shadow: 0 18px 45px rgba(7,17,31,0.32); font-size: 14px; font-weight: 850; }
  .site-footer { padding-bottom: 90px; }
  .payment-modal { padding: 28px 22px; }
}

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

/* Founding-client conversion additions */
.launch-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 28px;
  padding: 24px 26px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(79,124,255,0.18), rgba(45,214,199,0.08));
  box-shadow: var(--shadow-dark);
}
.launch-banner > div { max-width: 760px; }
.launch-banner strong { display: block; margin-top: 8px; color: var(--white); font-size: 20px; letter-spacing: -0.025em; }
.launch-banner p { margin: 7px 0 0; color: rgba(255,255,255,0.58); font-size: 13px; }
.launch-badge { display: inline-flex; padding: 6px 9px; border-radius: 999px; color: #07111f; background: var(--cyan); font-size: 9px; font-weight: 900; letter-spacing: 0.11em; }
.button-light { color: var(--ink); background: var(--white); white-space: nowrap; }
.button-light:hover { transform: translateY(-2px); box-shadow: 0 14px 35px rgba(0,0,0,0.18); }
.payment-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
.payment-steps > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,0.72); }
.payment-steps span { grid-row: 1 / 3; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: var(--white); background: var(--ink); font-size: 12px; font-weight: 900; }
.payment-steps strong { font-size: 13px; }
.payment-steps small { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.contact-form button:disabled { opacity: 0.6; cursor: wait; }
.legal-page { min-height: 100vh; padding: 125px 0 80px; background: var(--surface); }
.legal-shell { max-width: 850px; padding: 42px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: 0 20px 70px rgba(7,17,31,0.08); }
.legal-shell h1 { margin: 0 0 12px; font-size: clamp(38px, 6vw, 62px); letter-spacing: -0.05em; }
.legal-shell h2 { margin: 34px 0 10px; font-size: 22px; letter-spacing: -0.03em; }
.legal-shell p, .legal-shell li { color: var(--muted); font-size: 14px; }
.legal-shell ul { padding-left: 20px; }
.legal-back { display: inline-flex; margin-bottom: 24px; color: var(--blue-deep); font-size: 13px; font-weight: 800; }
.legal-notice { padding: 15px 17px; border-left: 3px solid var(--blue); background: var(--surface); }

@media (max-width: 900px) {
  .launch-banner { align-items: flex-start; flex-direction: column; }
  .payment-steps { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .launch-banner { padding: 21px; }
  .launch-banner .button { width: 100%; }
  .legal-shell { padding: 28px 22px; }
}

@media (max-width: 640px) {
  .mobile-cta {
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }
  .mobile-cta.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}


/* Productized services, bundles and referral sales layer */
.booster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.booster-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 16px 50px rgba(7,17,31,0.065);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.booster-card:hover { transform: translateY(-4px); border-color: rgba(79,124,255,.32); box-shadow: 0 24px 65px rgba(7,17,31,.1); }
.booster-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 14px;
  color: var(--blue-deep);
  background: linear-gradient(145deg, rgba(79,124,255,.15), rgba(72,214,197,.13));
  font-size: 19px;
  font-weight: 900;
}
.booster-label { margin: 0 0 7px; color: var(--blue-deep); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.booster-card h3 { margin: 0; font-size: 21px; line-height: 1.25; letter-spacing: -.03em; }
.booster-card > p:not(.booster-label) { margin: 13px 0 22px; color: var(--muted); font-size: 13px; }
.booster-price { display: flex; align-items: baseline; gap: 8px; margin: auto 0 18px; }
.booster-price strong { font-size: 29px; letter-spacing: -.045em; }
.booster-price small { color: var(--muted); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.bundle-shell { margin-top: 54px; padding: 38px; border: 1px solid rgba(79,124,255,.2); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(235,241,255,.9)); box-shadow: 0 24px 75px rgba(7,17,31,.08); }
.bundle-heading { max-width: 780px; margin-bottom: 28px; }
.bundle-heading .eyebrow { margin-bottom: 14px; }
.bundle-heading h3 { margin: 0; font-size: 31px; line-height: 1.2; letter-spacing: -.04em; }
.bundle-heading > p:not(.eyebrow) { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.bundle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bundle-grid article { display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.86); }
.bundle-grid article.bundle-featured { border-color: rgba(79,124,255,.4); box-shadow: 0 18px 45px rgba(53,97,223,.12); }
.bundle-grid article > span { color: var(--blue-deep); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.bundle-grid h4 { margin: 8px 0 0; font-size: 21px; letter-spacing: -.03em; }
.bundle-grid p { min-height: 66px; margin: 10px 0 17px; color: var(--muted); font-size: 12px; }
.bundle-grid article > strong { font-size: 30px; line-height: 1; letter-spacing: -.045em; }
.bundle-grid article > small { margin: 7px 0 19px; color: var(--muted); font-size: 10px; }
.bundle-grid .button { margin-top: auto; }
.referral-strip { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 24px; padding: 25px 27px; border-radius: 22px; color: var(--white); background: linear-gradient(135deg, #0c2037, #07111f); box-shadow: var(--shadow); }
.referral-strip > div { max-width: 790px; }
.referral-strip strong { display: block; margin-top: 9px; font-size: 20px; letter-spacing: -.025em; }
.referral-strip p { margin: 7px 0 0; color: rgba(255,255,255,.58); font-size: 12px; }

@media (max-width: 980px) {
  .booster-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bundle-grid { grid-template-columns: 1fr; }
  .bundle-grid p { min-height: auto; }
}
@media (max-width: 700px) {
  .booster-grid { grid-template-columns: 1fr; }
  .bundle-shell { padding: 25px 20px; }
  .bundle-heading h3 { font-size: 25px; }
  .referral-strip { align-items: flex-start; flex-direction: column; padding: 23px; }
  .referral-strip .button { width: 100%; }
}

/* Demo showcase section */
.demo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.demo-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 18px 60px rgba(7,17,31,0.07);
  min-height: 100%;
}
.demo-visual {
  position: relative;
  min-height: 230px;
  padding: 22px;
  overflow: hidden;
  color: var(--white);
}
.demo-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(255,255,255,0.06), transparent 45%);
  pointer-events: none;
}
.demo-visual-lodge {
  background: linear-gradient(135deg, #0a1522 0%, #163452 48%, #214e3b 100%);
}
.demo-visual-plumber {
  background: linear-gradient(135deg, #07111f 0%, #16386e 54%, #2579da 100%);
}
.demo-visual-finance {
  background: linear-gradient(135deg, #10192a 0%, #1d2538 56%, #5e6f88 100%);
}
.demo-visual-clinic {
  background: linear-gradient(135deg, #23182a 0%, #5d3954 48%, #d38aa4 100%);
}
.demo-window {
  position: relative;
  z-index: 2;
  width: min(100%, 320px);
  padding: 18px 18px 16px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 20px;
  background: rgba(255,255,255,0.09);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.22);
}
.demo-pill {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #07111f;
  background: var(--gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.demo-window strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.demo-window small {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,0.72);
  font-size: 12px;
}
.demo-bars,
.demo-metrics,
.demo-lines,
.demo-dots {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 1;
}
.demo-bars {
  display: flex;
  align-items: end;
  gap: 10px;
}
.demo-bars span {
  width: 18px;
  border-radius: 10px 10px 0 0;
  background: rgba(255,255,255,0.85);
}
.demo-bars span:nth-child(1) { height: 40px; }
.demo-bars span:nth-child(2) { height: 78px; }
.demo-bars span:nth-child(3) { height: 58px; }
.demo-metrics { display: flex; gap: 9px; flex-wrap: wrap; max-width: 220px; justify-content: flex-end; }
.demo-metrics span,
.demo-lines span,
.demo-dots span {
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
}
.demo-metrics span {
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 800;
}
.demo-lines { display: grid; gap: 10px; width: 155px; }
.demo-lines span { display: block; height: 14px; }
.demo-lines span:nth-child(1) { width: 100%; }
.demo-lines span:nth-child(2) { width: 82%; }
.demo-lines span:nth-child(3) { width: 94%; }
.demo-lines span:nth-child(4) { width: 68%; }
.demo-dots { display: flex; gap: 8px; }
.demo-dots span { width: 16px; height: 16px; }
.demo-body {
  display: flex;
  flex-direction: column;
  padding: 28px;
  flex: 1;
}
.demo-tag {
  margin: 0 0 8px;
  color: var(--blue-deep);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.demo-body h3 {
  margin: 0;
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}
.demo-body > p:not(.demo-tag) {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: auto;
  padding-top: 22px;
}
.demo-actions .button-primary { flex: 1 1 180px; }
.demo-actions .button-outline { flex: 1 1 190px; width: auto; margin-top: 0; }
.demo-select { white-space: nowrap; }
.demo-note {
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 4px solid var(--blue);
  border-radius: 0 18px 18px 0;
  color: var(--muted);
  background: rgba(79,124,255,0.08);
  font-size: 14px;
}
.demo-note strong { color: var(--ink); }

@media (max-width: 980px) {
  .demo-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .demo-body { padding: 24px 20px; }
  .demo-body h3 { font-size: 24px; }
  .demo-actions { flex-direction: column; }
  .demo-actions .button-primary,
  .demo-actions .button-outline { width: 100%; flex: 1 1 auto; }
}

.hero-micro-cta {
  margin-top: 16px;
  padding: 0;
  border: 0;
  color: rgba(255,255,255,.7);
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
  text-align: left;
  transition: color .2s ease;
}
.hero-micro-cta:hover { color: var(--white); }
@media (max-width: 640px) {
  .hero-micro-cta { width: 100%; text-align: center; }
}


/* Performance-oriented containment */
.section { content-visibility: auto; contain-intrinsic-size: 920px; }
.hero, .site-header, .site-footer, .payment-modal { content-visibility: visible; }

.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-only-note{margin-top:24px;padding:17px 18px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.06)}.form-only-note p{margin:0;color:rgba(255,255,255,.68);font-size:14px}.form-only-note strong{color:#fff}.turnstile-slot{min-height:0;margin:4px 0 14px}.turnstile-slot:empty{display:none}

.form-botcheck { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }


/* --- upgraded visual showcase --- */
.hero-showcase-panel {
  padding: 22px;
}
.showcase-mosaic {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
}
.showcase-shot {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 18px 44px rgba(5, 12, 22, 0.28);
}
.showcase-shot-wide {
  grid-row: span 2;
  min-height: 398px;
}
.showcase-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.showcase-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 9, 16, 0.78), rgba(5, 9, 16, 0.08) 50%, transparent 70%);
}
.showcase-shot:hover img { transform: scale(1.04); }
.showcase-shot div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
}
.showcase-shot span,
.portfolio-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.showcase-shot strong {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.12;
  color: #fff;
}
.hero-metrics-alt {
  margin-top: 16px;
}
.portfolio-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.portfolio-card {
  overflow: hidden;
  border: 1px solid rgba(9,23,42,0.08);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(6, 13, 26, 0.08);
}
.portfolio-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dfe7f3;
}
.portfolio-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.portfolio-media:hover img { transform: scale(1.03); }
.portfolio-chip {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
}
.portfolio-body {
  padding: 24px 24px 26px;
}
.portfolio-body h3 {
  margin: 8px 0 12px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.portfolio-body p { margin-top: 0; }
.portfolio-card .clean-list { margin: 0 0 18px; }
.portfolio-card .demo-actions { margin-top: 18px; }
@media (max-width: 980px) {
  .showcase-mosaic,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
  .showcase-shot-wide {
    grid-row: auto;
    min-height: 260px;
  }
}
@media (max-width: 700px) {
  .showcase-shot { min-height: 170px; }
  .showcase-shot-wide { min-height: 230px; }
  .showcase-shot strong { font-size: 19px; }
  .portfolio-body { padding: 20px; }
}


.section-grid-alt {
  display: grid;
  grid-template-columns: 1.15fr repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.service-card-strong,
.service-card-mini {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(9,23,42,0.08);
  background: #fff;
  box-shadow: 0 18px 44px rgba(7,14,26,0.06);
}
.service-card-strong {
  grid-row: span 2;
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
}
.service-card-strong h3,
.service-card-mini h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3.4vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.service-card-mini h3 { font-size: 24px; }
@media (max-width: 980px) {
  .section-grid-alt { grid-template-columns: 1fr; }
  .service-card-strong { grid-row: auto; }
}
