
:root {
  color-scheme: dark;
  --orange: #ff6a00;
  --black: #090909;
  --white: #ffffff;
  --muted: rgba(255,255,255,.64);
  --faint: rgba(255,255,255,.1);
  --glass: rgba(255,255,255,.055);
  --max: 1280px;
}
* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  background: var(--black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-synthesis-weight: none;
}
body.official-site {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.official-site a { color: inherit; text-decoration: none; }
body.official-site img { display: block; max-width: 100%; height: auto; }
.wallpaper-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(9,9,9,.16) 0%, rgba(9,9,9,.55) 46%, rgba(9,9,9,.9) 100%),
    url("/imnext-wallpaper.jpg") center top / cover no-repeat;
}
.wallpaper-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 52% 26%, rgba(255,255,255,.14), transparent 20%),
    radial-gradient(circle at 50% -10%, rgba(255,106,0,.28), transparent 34%),
    rgba(9,9,9,.28);
}
.wallpaper-line-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .78;
  filter: drop-shadow(0 0 12px rgba(255,255,255,.32));
  mix-blend-mode: screen;
}
.wallpaper-line {
  fill: none;
  stroke: rgba(255,255,255,.82);
  stroke-width: 9;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-dasharray: 115 885;
  stroke-dashoffset: 1000;
  animation: wallpaperLineTravel 9s linear infinite;
}
.wallpaper-line-wide {
  stroke-width: 25;
  opacity: .44;
  stroke-dasharray: 150 850;
  animation-duration: 12s;
}
.wallpaper-line-thin {
  stroke-width: 5;
  opacity: .76;
  stroke-dasharray: 90 910;
  animation-duration: 7s;
}
.wallpaper-line:nth-child(even) { animation-direction: reverse; }
.wallpaper-line:nth-child(3n) { animation-delay: -2.5s; }
.wallpaper-line:nth-child(4n) { animation-delay: -5s; }
.implemented-site {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(9,9,9,.18) 0%, rgba(9,9,9,.38) 36%, rgba(9,9,9,.76) 72%, rgba(9,9,9,.92) 100%);
}
.reference-exact { display: none; }
body.official-site h1,
body.official-site h2,
body.official-site h3,
body.official-site p { margin-top: 0; }
.premium-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  height: 80px;
  padding: 0 clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(9,9,9,.76);
  backdrop-filter: blur(24px);
}
.premium-brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.premium-brand img { border-radius: 16px; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 36px rgba(255,106,0,.3); }
.premium-brand span { font-size: .76rem; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; color: rgba(255,255,255,.86); }
.premium-nav { display: flex; justify-content: center; gap: clamp(18px, 2.4vw, 34px); font-size: .85rem; font-weight: 700; color: rgba(255,255,255,.62); }
.premium-nav a:hover, .premium-footer a:hover { color: var(--white); }
.premium-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 24px;
  background: var(--orange);
  color: var(--white);
  font-size: .92rem;
  font-weight: 800;
  box-shadow: 0 0 42px rgba(255,106,0,.34);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}
.premium-button:hover { transform: translateY(-2px); box-shadow: 0 0 72px rgba(255,106,0,.55); }
.premium-button.secondary { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.07); backdrop-filter: blur(18px); box-shadow: none; }
.mobile-menu { display: none; }
.apple-signin-page {
  min-height: 100vh;
  margin: 0;
  background:
    linear-gradient(120deg, rgba(9,9,9,.94), rgba(9,9,9,.7)),
    url("/hero-logo.jpg") right -8vw center / min(58vw, 760px) auto no-repeat,
    #090909;
  color: var(--white);
}
.apple-signin-shell {
  min-height: 100vh;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, 440px);
  align-items: center;
  gap: clamp(28px, 7vw, 92px);
  padding: clamp(28px, 6vw, 72px) 0;
}
.apple-signin-hero {
  display: grid;
  gap: 24px;
}
.apple-signin-brand { width: fit-content; }
.apple-signin-hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(3.1rem, 9vw, 6.9rem);
  line-height: .88;
  font-weight: 500;
}
.apple-signin-hero p {
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.75;
}
.apple-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.apple-trust-list li {
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.78);
  font-size: .82rem;
  font-weight: 800;
}
.apple-signin-panel {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(14,14,14,.88);
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
  backdrop-filter: blur(18px);
}
.apple-panel-heading {
  display: grid;
  gap: 8px;
}
.apple-panel-heading h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 650;
}
.apple-panel-heading p,
.apple-help {
  margin: 0;
  color: rgba(255,255,255,.66);
  line-height: 1.55;
}
.apple-signin-actions {
  display: grid;
  gap: 14px;
}
.apple-official-button {
  appearance: none;
  width: min(100%, 320px);
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
.apple-official-button img {
  display: block;
  width: 100%;
  height: 54px;
  border-radius: 8px;
}
.apple-official-button:focus-visible {
  outline: 3px solid rgba(255,106,0,.72);
  outline-offset: 4px;
}
.apple-fallback {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 14px;
}
.apple-fallback summary {
  width: fit-content;
  color: rgba(255,255,255,.56);
  cursor: pointer;
  font-size: .86rem;
  font-weight: 800;
}
.apple-fallback-link,
.apple-help a {
  color: rgba(255,255,255,.84);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.apple-fallback-link {
  display: inline-block;
  margin-top: 10px;
}
.apple-result,
.apple-status {
  width: min(100%, 360px);
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.86);
  overflow-wrap: anywhere;
}
.apple-status[data-tone="info"] { display: none; }
.apple-status[data-tone="success"] {
  border-color: rgba(81,207,102,.42);
  background: rgba(81,207,102,.12);
}
.apple-status.warning,
.apple-status[data-tone="warning"] {
  border-color: rgba(255,106,0,.42);
  background: rgba(255,106,0,.12);
}
.customer-portal-page { min-height: 100vh; margin: 0; background: #090909; color: var(--white); }
.customer-portal-page::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 77% 2%, rgba(255,106,0,.19), transparent 31%), radial-gradient(circle at 10% 38%, rgba(255,255,255,.055), transparent 28%); }
.customer-onboarding-page::before { background: radial-gradient(circle at 52% 47%, rgba(255,106,0,.18), transparent 29%), radial-gradient(circle at 77% 7%, rgba(255,255,255,.055), transparent 26%); }
.customer-portal-header { position: sticky; top: 0; z-index: 10; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 clamp(20px, 5vw, 72px); border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(9,9,9,.8); backdrop-filter: blur(24px); }
.customer-identity { display: inline-flex; align-items: center; gap: 10px; margin-left: auto; color: rgba(255,255,255,.82); }
.customer-identity > span:last-child { display: grid; gap: 2px; }
.customer-identity strong { font-size: .86rem; }
.customer-identity small { max-width: 220px; overflow: hidden; color: rgba(255,255,255,.5); font-size: .73rem; text-overflow: ellipsis; white-space: nowrap; }
.customer-avatar { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,106,0,.42); border-radius: 50%; background: rgba(255,106,0,.14); color: var(--orange); font-size: 1.1rem; }
.portal-signout { appearance: none; border: 0; padding: 8px; background: transparent; color: rgba(255,255,255,.58); cursor: pointer; font: inherit; font-size: .82rem; font-weight: 750; }
.portal-signout:hover { color: var(--white); }
.customer-onboarding-shell { width: min(100% - 40px, 920px); min-height: calc(100vh - 76px); display: grid; place-items: center; margin: 0 auto; padding: 48px 0; }
.customer-onboarding-card { width: min(100%, 760px); padding: clamp(34px, 7vw, 78px); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); box-shadow: 0 32px 110px rgba(0,0,0,.32); text-align: center; backdrop-filter: blur(22px); }
.customer-onboarding-card h1 { margin: 13px 0 20px; font-size: clamp(3rem, 8vw, 6.3rem); font-weight: 500; line-height: .89; letter-spacing: -.06em; }
.customer-onboarding-card h1 span { color: var(--orange); }
.customer-onboarding-copy { max-width: 590px; margin: 0 auto; color: rgba(255,255,255,.66); font-size: clamp(1rem, 2vw, 1.13rem); line-height: 1.7; }
.customer-schedule-button { min-height: 56px; margin-top: 32px; padding: 0 28px; font-size: 1rem; }
.customer-onboarding-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 32px; }
.customer-onboarding-actions .customer-schedule-button { margin-top: 0; }
.customer-intake-link { min-height: 56px; padding: 0 24px; }
.customer-onboarding-note { margin: 16px 0 0; color: rgba(255,255,255,.43); font-size: .8rem; }
.customer-onboarding-preview { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: clamp(38px, 6vw, 58px); border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.customer-onboarding-preview article { min-height: 112px; display: grid; place-items: center; grid-template-columns: 30px 1fr; gap: 11px; padding: 17px; text-align: left; }
.customer-onboarding-preview article + article { border-left: 1px solid rgba(255,255,255,.12); }
.customer-onboarding-preview article > span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,106,0,.38); border-radius: 8px; color: var(--orange); font-size: 1rem; }
.customer-onboarding-preview strong, .customer-onboarding-preview small { display: block; }
.customer-onboarding-preview strong { margin-bottom: 5px; color: rgba(255,255,255,.88); font-size: .84rem; }
.customer-onboarding-preview small { color: rgba(255,255,255,.45); font-size: .72rem; line-height: 1.4; }
.client-intake-page { min-height: 100vh; margin: 0; background: radial-gradient(circle at 12% 9%, rgba(255,106,0,.14), transparent 28%), #090909; color: var(--white); }
.intake-back-link { color: rgba(255,255,255,.68); font-size: .82rem; font-weight: 800; }
.intake-back-link:hover { color: var(--white); }
.client-intake-shell { width: min(1120px, calc(100% - 40px)); display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(38px, 8vw, 110px); align-items: start; margin: 0 auto; padding: clamp(52px, 8vw, 104px) 0; }
.client-intake-intro { position: sticky; top: 120px; }
.client-intake-intro h1 { margin: 13px 0 20px; font-size: clamp(3rem, 5vw, 5.2rem); font-weight: 500; line-height: .9; letter-spacing: -.055em; }
.client-intake-intro h1 span { color: var(--orange); }
.client-intake-intro > p:not(.kicker) { margin: 0; color: rgba(255,255,255,.63); font-size: 1.02rem; line-height: 1.7; }
.intake-privacy { display: flex; gap: 12px; margin-top: 30px; padding: 16px; border: 1px solid rgba(255,106,0,.24); border-radius: 10px; background: rgba(255,106,0,.07); }
.intake-privacy > span { color: var(--orange); font-size: 1.2rem; }
.intake-privacy p { margin: 0; color: rgba(255,255,255,.55); font-size: .78rem; line-height: 1.55; }
.client-intake-form { display: grid; gap: 15px; }
.client-intake-form fieldset { display: grid; gap: 18px; min-width: 0; margin: 0; padding: clamp(20px, 3vw, 30px); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.04); }
.client-intake-form legend { padding: 0 8px; color: rgba(255,255,255,.92); font-size: 1.08rem; font-weight: 750; }
.intake-grid { display: grid; gap: 14px; }
.intake-grid.two { grid-template-columns: 1fr 1fr; }
.client-intake-form label { display: grid; gap: 8px; color: rgba(255,255,255,.73); font-size: .78rem; font-weight: 800; }
.client-intake-form input, .client-intake-form textarea, .client-intake-form select { width: 100%; box-sizing: border-box; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; padding: 12px; background: rgba(0,0,0,.22); color: var(--white); font: inherit; font-size: .91rem; outline: none; }
.client-intake-form textarea { min-height: 104px; resize: vertical; }
.client-intake-form select { background-color: #161616; }
.client-intake-form input:focus, .client-intake-form textarea:focus, .client-intake-form select:focus { border-color: rgba(255,106,0,.72); box-shadow: 0 0 0 3px rgba(255,106,0,.13); }
.intake-choice-group { display: grid; gap: 11px; }
.intake-choice-group > span { color: rgba(255,255,255,.73); font-size: .78rem; font-weight: 800; }
.intake-check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.intake-check-grid label { display: flex; align-items: center; gap: 9px; min-height: 42px; padding: 0 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(0,0,0,.12); color: rgba(255,255,255,.68); font-size: .78rem; font-weight: 700; }
.intake-check-grid input { width: 15px; height: 15px; accent-color: var(--orange); }
.intake-submit { justify-self: start; min-height: 54px; }
.intake-result { margin: 0; padding: 13px; border: 1px solid rgba(255,106,0,.38); border-radius: 8px; background: rgba(255,106,0,.1); color: rgba(255,255,255,.82); font-size: .85rem; line-height: 1.5; }
.customer-portal-shell { width: min(1200px, calc(100% - 40px)); margin: 0 auto; padding: clamp(40px, 7vw, 84px) 0 40px; }
.customer-portal-hero { display: flex; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 34px; }
.customer-portal-hero h1 { max-width: 720px; margin: 8px 0 14px; font-size: clamp(2.7rem, 6vw, 5.4rem); font-weight: 500; line-height: .94; letter-spacing: -.05em; }
.customer-portal-hero h1 span { color: var(--orange); }
.customer-portal-hero p:not(.kicker) { max-width: 580px; margin: 0; color: rgba(255,255,255,.64); font-size: 1.03rem; line-height: 1.65; }
.customer-portal-hero .premium-button { flex: 0 0 auto; margin-bottom: 4px; }
.customer-summary-grid { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 12px; margin-bottom: 12px; }
.customer-summary-card, .customer-panel { border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.045); box-shadow: 0 26px 70px rgba(0,0,0,.18); backdrop-filter: blur(20px); }
.customer-summary-card { min-height: 150px; display: flex; flex-direction: column; justify-content: end; padding: 22px; }
.customer-summary-card p, .summary-label { margin: 0 0 10px; color: rgba(255,255,255,.45); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.customer-summary-card h2 { margin: 0 0 9px; font-size: 1.3rem; font-weight: 700; }
.customer-summary-card strong { margin-bottom: 10px; color: rgba(255,255,255,.9); font-size: 2.1rem; font-weight: 500; line-height: 1; }
.customer-summary-card small { color: rgba(255,255,255,.51); font-size: .79rem; line-height: 1.45; }
.summary-status { position: relative; overflow: hidden; border-color: rgba(255,106,0,.28); background: linear-gradient(125deg, rgba(255,106,0,.2), rgba(255,255,255,.055)); }
.summary-status::after { content: ""; position: absolute; width: 160px; height: 160px; right: -58px; top: -74px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,255,255,.04), 0 0 0 52px rgba(255,255,255,.025); }
.summary-icon { position: absolute; top: 20px; right: 22px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); color: #161616; font-size: .88rem; font-weight: 900; }
.customer-content-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 12px; }
.customer-panel { padding: clamp(20px, 3vw, 30px); }
.customer-panel-heading { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.customer-panel h2 { margin: 6px 0 0; font-size: 1.45rem; font-weight: 650; }
.panel-badge { padding: 7px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.52); font-size: .67rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.customer-empty-state { min-height: 183px; display: flex; align-items: center; gap: 18px; padding: 22px; border: 1px dashed rgba(255,255,255,.18); border-radius: 10px; background: rgba(0,0,0,.12); }
.customer-empty-state.compact { min-height: 126px; }
.empty-icon { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,106,0,.35); border-radius: 12px; background: rgba(255,106,0,.1); color: var(--orange); font-size: 1.45rem; }
.customer-empty-state h3, .customer-scans h3 { margin: 0 0 7px; font-size: 1rem; font-weight: 700; }
.customer-empty-state p, .panel-copy { margin: 0; color: rgba(255,255,255,.57); font-size: .9rem; line-height: 1.6; }
.customer-devices { grid-column: 1; }
.customer-scans { grid-column: 2; grid-row: span 2; }
.customer-notes, .customer-request-panel { grid-column: 1; }
.scan-placeholder { position: relative; height: 190px; margin: -3px 0 23px; overflow: hidden; border: 1px solid rgba(255,106,0,.25); border-radius: 10px; background: linear-gradient(145deg, rgba(255,106,0,.16), rgba(255,255,255,.025)); }
.scan-placeholder::before, .scan-placeholder::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.18); transform: rotate(30deg) skew(-8deg); }
.scan-placeholder::before { width: 180px; height: 100px; left: 55px; top: 44px; }
.scan-placeholder::after { width: 100px; height: 156px; right: 46px; top: 20px; }
.scan-placeholder span { position: absolute; height: 1px; background: rgba(255,106,0,.54); transform: rotate(-25deg); }
.scan-placeholder span:nth-child(1) { width: 160px; left: 18px; top: 52px; }
.scan-placeholder span:nth-child(2) { width: 220px; right: -20px; top: 113px; }
.scan-placeholder span:nth-child(3) { width: 110px; left: 110px; bottom: 28px; }
.scan-placeholder i { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: rgba(255,255,255,.84); font-size: 2.1rem; font-style: normal; }
.customer-form-row { display: grid; grid-template-columns: minmax(0, 1fr) 150px; gap: 12px; }
.customer-request-form { display: grid; gap: 14px; margin-top: 20px; }
.customer-request-form label { display: grid; gap: 7px; color: rgba(255,255,255,.72); font-size: .78rem; font-weight: 800; }
.customer-request-form input, .customer-request-form textarea, .customer-request-form select { width: 100%; box-sizing: border-box; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; padding: 12px; background: rgba(0,0,0,.22); color: var(--white); font: inherit; font-size: .9rem; outline: none; }
.customer-request-form textarea { resize: vertical; min-height: 92px; }
.customer-request-form input:focus, .customer-request-form textarea:focus, .customer-request-form select:focus { border-color: rgba(255,106,0,.72); box-shadow: 0 0 0 3px rgba(255,106,0,.13); }
.customer-request-form .premium-button { justify-self: start; }
.customer-form-result { margin: 0; padding: 12px; border: 1px solid rgba(255,106,0,.35); border-radius: 8px; background: rgba(255,106,0,.1); color: rgba(255,255,255,.84); font-size: .85rem; line-height: 1.5; }
.customer-privacy-note { max-width: 800px; margin: 26px auto 0; color: rgba(255,255,255,.39); font-size: .78rem; line-height: 1.55; text-align: center; }
.premium-hero {
  position: relative;
  min-height: 380px;
  display: grid;
  grid-template-columns: minmax(340px, 392px) minmax(320px, 390px);
  align-items: center;
  gap: clamp(28px, 5vw, 54px);
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  padding: 118px 0 72px;
  isolation: isolate;
}
.premium-hero::before {
  content: "";
  position: absolute;
  inset: 0 20% auto;
  height: 420px;
  z-index: -2;
  background: radial-gradient(circle, rgba(255,106,0,.24), transparent 62%);
  filter: blur(4px);
}
.geo-field { display: none; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .7; }
.geo-field svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.geo-field path {
  fill: none;
  stroke: url("#none");
  stroke: rgba(255,106,0,.32);
  stroke-width: 4;
  stroke-linecap: square;
  stroke-dasharray: 620;
  animation: geoTrace 8s linear infinite alternate;
}
.geo-field path:nth-child(2) { stroke: rgba(255,255,255,.16); stroke-width: 2; animation-duration: 10s; }
.geo-field path:nth-child(3) { stroke: rgba(255,106,0,.2); stroke-width: 9; animation-duration: 12s; }
.hero-copy { animation: sectionIn .75s ease both; }
  .hero-copy h1 {
  margin-bottom: 24px;
  max-width: 392px;
  font-size: clamp(2.7rem, 5vw, 3.4rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}
.hero-copy h1 span,
.premium-section h2 span { color: var(--orange); }
.hero-copy p { max-width: 680px; color: rgba(255,255,255,.68); font-size: clamp(1.1rem, 1.8vw, 1.35rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 620px; margin: 58px 0 0; }
.hero-metrics div, .premium-card, .portfolio-card, .process-panel, .contact-panel {
  border: 1px solid rgba(255,255,255,.1);
  background: var(--glass);
  border-radius: 28px;
  backdrop-filter: blur(22px);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.hero-metrics div { padding: 17px 18px; }
.hero-metrics dt { color: rgba(255,255,255,.36); font-size: .65rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero-metrics dd { margin: 8px 0 0; font-size: 1.45rem; font-weight: 800; }
.hero-mark { position: relative; }
.hero-mark img {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  aspect-ratio: 390 / 330;
  object-fit: contain;
  margin-left: auto;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  animation: logoFloat 7s ease-in-out infinite;
}
.mark-glow { position: absolute; inset: 10%; border-radius: 42%; background: rgba(255,106,0,.22); filter: blur(70px); animation: pulseGlow 4s ease-in-out infinite; }
.premium-section {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding: clamp(46px, 6vw, 78px) 0;
  animation: sectionIn .7s ease both;
}
.section-heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.premium-section h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.08; letter-spacing: 0; font-weight: 500; }
.premium-section p { color: var(--muted); line-height: 1.7; }
.service-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.premium-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  min-height: 136px;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.premium-card::after, .portfolio-card::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 88px;
  height: 88px;
  border-top: 1px solid rgba(255,255,255,.22);
  border-right: 1px solid rgba(255,255,255,.22);
  transform: rotate(45deg) translate(12px, -42px);
}
.premium-card:hover, .portfolio-card:hover { transform: translateY(-8px); border-color: rgba(255,106,0,.58); box-shadow: 0 0 52px rgba(255,106,0,.18); }
.service-card { flex: 0 1 154px; min-height: 228px; padding: 16px 14px 18px; text-align: center; border-radius: 8px; }
.service-image {
  width: 96px;
  height: 64px;
  margin: 0 auto 14px;
  border: 1px solid rgba(255,106,0,.36);
  border-radius: 10px;
  background: rgba(255,255,255,.92);
  object-fit: cover;
  box-shadow: 0 14px 32px rgba(0,0,0,.22);
}
.service-card h3, .reason-card h3 { margin-bottom: 8px; font-size: 1.02rem; }
.service-card p, .reason-card p { font-size: .8rem; line-height: 1.45; }
.card-index { position: absolute; right: 22px; bottom: 18px; color: rgba(255,255,255,.2); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .75rem; }
.geo-divider { width: min(720px, 70vw); height: 80px; margin: 0 auto; border-top: 2px solid rgba(255,106,0,.5); clip-path: polygon(0 0, 42% 0, 50% 26%, 58% 0, 100% 0, 100% 2px, 58% 2px, 50% 34%, 42% 2px, 0 2px); }
.split-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: center; border-top: 1px solid rgba(255,106,0,.18); border-bottom: 1px solid rgba(255,106,0,.18); }
.kicker { color: var(--orange) !important; text-transform: uppercase; letter-spacing: .22em; font-size: .72rem; font-weight: 800; }
.learn-button { margin-top: 22px; }
.reason-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border: 1px solid rgba(255,106,0,.26); border-radius: 10px; overflow: hidden; }
.reason-card { min-height: 126px; border: 0; border-radius: 0; box-shadow: none; background: rgba(255,255,255,.035); }
.reason-card:nth-child(1), .reason-card:nth-child(2), .reason-card:nth-child(3) { border-bottom: 1px solid rgba(255,106,0,.18); }
.reason-card:nth-child(2), .reason-card:nth-child(3), .reason-card:nth-child(5), .reason-card:nth-child(6) { border-left: 1px solid rgba(255,106,0,.18); }
.reason-dot { display: block; width: 20px; height: 20px; margin-bottom: 12px; border: 1px solid var(--orange); border-radius: 50%; box-shadow: inset 0 0 0 5px rgba(255,106,0,.12); }
.brand-strip { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; gap: 14px; }
.brand-strip button { width: 34px; height: 34px; border: 0; background: transparent; color: white; font-size: 2rem; cursor: pointer; }
.brand-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 10px; }
.brand-grid span {
  min-height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.82);
  font-size: 1rem;
  font-weight: 800;
  transition: transform .24s ease, border-color .24s ease;
}
.brand-grid span:hover { transform: translateY(-4px); border-color: rgba(255,106,0,.52); }
.testimonials-section { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.testimonials-section .full-row { grid-column: 1 / -1; margin-bottom: 12px; }
.quote-card { min-height: 132px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 8px; }
.quote-card h3 { margin-bottom: 12px; font-size: 1.08rem; }
.quote-card p { color: rgba(255,255,255,.82); font-size: .9rem; }
.quote-card span { color: rgba(255,255,255,.45); font-weight: 800; }
.work-heading { display: flex; max-width: none; align-items: center; justify-content: space-between; text-align: left; }
.portfolio-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.portfolio-card { overflow: hidden; border-radius: 8px; border: 1px solid rgba(255,106,0,.2); background: #111; transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.portfolio-card img { width: 100%; height: auto; display: block; }
.process-panel { display: block; padding: 0; border-radius: 0; border: 0; background: transparent; box-shadow: none; }
.process-panel > div { margin-bottom: 20px; }
.process-panel ol { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,106,0,.24); border-bottom: 1px solid rgba(255,106,0,.24); }
.process-panel li { min-height: 118px; border-right: 1px solid rgba(255,106,0,.16); padding: 18px 18px 20px; background: rgba(255,255,255,.02); }
.process-panel span { color: var(--orange); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.contact-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; padding: 28px 34px; border-color: rgba(255,106,0,.35); border-radius: 10px; }
.contact-panel ul { display: grid; gap: 12px; margin: 34px 0 0; padding: 0; list-style: none; }
.contact-panel li { border: 1px solid rgba(255,255,255,.09); border-radius: 16px; padding: 14px 16px; color: rgba(255,255,255,.68); background: rgba(255,255,255,.04); }
.contact-details { display: grid; grid-template-columns: .58fr 1fr; gap: 20px; min-height: 170px; padding: 22px; border: 1px solid rgba(255,106,0,.2); border-radius: 10px; background: radial-gradient(circle at 80% 50%, rgba(255,106,0,.3), transparent 22%), linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.01)); }
.contact-details p { margin: 0; }
.contact-details strong { color: white; }
.contact-details a { color: rgba(255,255,255,.86); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.contact-panel form { display: grid; gap: 16px; }
.contact-panel label { display: grid; gap: 8px; color: rgba(255,255,255,.52); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.contact-panel input, .contact-panel select, .contact-panel textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  color: var(--white);
  padding: 15px 16px;
  font: inherit;
  outline: none;
}
.contact-panel select { background-color: #151515; }
.contact-panel input:focus, .contact-panel select:focus, .contact-panel textarea:focus { border-color: rgba(255,106,0,.72); box-shadow: 0 0 0 4px rgba(255,106,0,.1); }
.premium-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 32px clamp(18px, 4vw, 56px);
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.42);
}
.premium-footer nav { display: flex; gap: 22px; font-size: .86rem; }
.premium-footer p { margin: 0; font-size: .86rem; }
.not-found-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
}
.not-found-shell {
  width: min(100%, 620px);
  display: grid;
  gap: 18px;
  text-align: center;
}
.not-found-shell h1 {
  margin: 0;
  font-size: 4.8rem;
  line-height: .95;
}
.not-found-shell p {
  margin: 0 auto;
  max-width: 520px;
  color: rgba(255,255,255,.72);
  line-height: 1.7;
}
.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}
@keyframes logoFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes pulseGlow { 0%, 100% { opacity: .35; } 50% { opacity: .9; } }
@keyframes geoTrace { from { stroke-dashoffset: 620; } to { stroke-dashoffset: 0; } }
@keyframes wallpaperLineTravel { to { stroke-dashoffset: 0; } }
@keyframes sectionIn { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 760px) {
  .premium-header { grid-template-columns: auto 1fr auto; }
  .premium-nav, .header-cta { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(255,255,255,.06); list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; width: 18px; height: 2px; background: var(--white); }
  .mobile-menu nav { position: absolute; right: 0; top: 58px; width: min(78vw, 320px); display: grid; gap: 6px; padding: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(9,9,9,.96); box-shadow: 0 24px 80px rgba(0,0,0,.55); }
  .mobile-menu nav a { padding: 12px 14px; color: rgba(255,255,255,.76); font-weight: 700; }
  .premium-hero, .split-section, .process-panel, .contact-panel { grid-template-columns: 1fr; }
  .premium-hero { padding-top: 112px; }
  .hero-mark img { margin: 0 auto; }
  .service-grid, .portfolio-grid, .testimonials-section { grid-template-columns: 1fr; }
  .reason-grid, .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .apple-signin-page { background-size: 520px auto; background-position: 45vw 28px; }
  .apple-signin-panel { width: 100%; }
}
@media (max-width: 1060px) {
  .apple-signin-shell { grid-template-columns: 1fr; align-content: center; gap: 28px; }
  .apple-signin-hero h1 { max-width: 720px; }
  .client-intake-shell { grid-template-columns: 1fr; gap: 36px; }
  .client-intake-intro { position: static; max-width: 660px; }
  .customer-summary-grid { grid-template-columns: 1fr 1fr; }
  .customer-summary-card.summary-status { grid-column: span 2; }
  .customer-content-grid { grid-template-columns: 1fr; }
  .customer-devices, .customer-scans, .customer-notes, .customer-request-panel { grid-column: 1; grid-row: auto; }
}
@media (max-width: 560px) {
  .premium-header { height: 72px; padding: 0 16px; }
  .premium-brand span { display: none; }
  .premium-hero, .premium-section { width: min(100% - 28px, var(--max)); }
  .hero-copy h1 { font-size: clamp(3.05rem, 15vw, 4.4rem); }
  .hero-metrics { grid-template-columns: 1fr; }
  .apple-signin-shell { width: min(760px, calc(100% - 28px)); padding: 24px 0; }
  .apple-signin-hero { gap: 18px; }
  .apple-signin-hero h1 { font-size: clamp(3rem, 18vw, 4.8rem); }
  .customer-portal-header { min-height: 68px; gap: 10px; padding: 0 14px; }
  .customer-portal-header .premium-brand img { width: 34px; height: 34px; }
  .customer-identity { gap: 7px; }
  .customer-identity small { max-width: 126px; }
  .customer-avatar { width: 30px; height: 30px; }
  .portal-signout { padding-right: 0; }
  .customer-portal-shell { width: min(100% - 28px, 1200px); padding-top: 34px; }
  .customer-onboarding-shell { width: min(100% - 28px, 920px); min-height: calc(100vh - 68px); padding: 24px 0; }
  .customer-onboarding-card { padding: 34px 22px; border-radius: 16px; }
  .customer-onboarding-card h1 { font-size: clamp(3.2rem, 15vw, 4.9rem); }
  .customer-onboarding-preview { grid-template-columns: 1fr; margin-top: 34px; }
  .customer-onboarding-preview article { min-height: auto; justify-content: start; padding: 14px 2px; }
  .customer-onboarding-preview article + article { border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .client-intake-shell { width: min(100% - 28px, 1120px); padding: 40px 0; }
  .client-intake-intro h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .intake-grid.two, .intake-check-grid { grid-template-columns: 1fr; }
  .client-intake-form fieldset { padding: 20px 16px; }
  .customer-portal-hero { display: grid; align-items: start; margin-bottom: 26px; }
  .customer-portal-hero .premium-button { justify-self: start; }
  .customer-summary-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .customer-summary-card { min-height: 126px; padding: 15px; }
  .customer-summary-card.summary-status { grid-column: span 2; min-height: 144px; }
  .customer-summary-card strong { font-size: 1.7rem; }
  .customer-summary-card h2 { font-size: 1.12rem; }
  .customer-summary-card small { font-size: .72rem; }
  .customer-panel { padding: 20px; }
  .customer-panel-heading { display: grid; gap: 12px; margin-bottom: 20px; }
  .panel-badge { justify-self: start; }
  .customer-empty-state { align-items: flex-start; min-height: auto; padding: 16px; }
  .customer-form-row { grid-template-columns: 1fr; }
  .scan-placeholder { height: 156px; }
  .not-found-shell h1 { font-size: 3rem; }
  .apple-trust-list { display: none; }
  .apple-official-button { width: 100%; }
  .brand-grid, .reason-grid, .process-panel ol { grid-template-columns: 1fr; }
  .process-panel, .contact-panel { padding: 24px; border-radius: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
}
