/* Local refinement: softer surfaces, clear actions, one service at a time. */
:root {
  --radius-window: 28px;
  --radius-inner: 20px;
  --radius-control: 12px;
  --alert: #e1583f;
  --alert-dim: rgba(225, 88, 63, .58);
}

.arrow-disc, .tool-icon, .window-lock {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
}
.arrow-disc {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #302b20;
  color: var(--gold);
  box-shadow: inset 0 1px 0 #ffffff0d;
  transition: background .2s, color .2s, transform .2s var(--ease);
}
.arrow-disc svg, .tool-icon svg, .window-lock svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
a:hover > .arrow-disc, button:hover > .arrow-disc { background: var(--gold); color: var(--bg); }
.contact-link { display: inline-flex; align-items: center; gap: 16px; border: 0; min-height: 48px; padding: 4px 0; }
.contact-link .arrow-disc { margin: 0; }
.primary { border-radius: 14px; box-shadow: inset 0 1px 0 #ffffff38, 0 5px 14px #0003; }
.demo-shell { border-radius: var(--radius-window); border-color: #454036; box-shadow: 0 32px 80px -25px #000, 0 0 0 7px #ffffff03; }
.scene-nav { min-height: 69px; padding: 11px 18px; background: #1c1c1b; align-items: center; }
.steps { gap: 4px; padding: 3px; border: 1px solid #ffffff07; border-radius: 14px; background: #111110; }
.steps button { min-height: 42px; padding: 8px 14px; border: 0; border-radius: 10px; }
.steps button[aria-selected=true] { border: 0; background: #33312b; box-shadow: inset 0 1px 0 #ffffff0e, 0 2px 5px #0004; }
.play-control { background: #2b2a27; border: 1px solid #ffffff07; border-radius: 12px; padding: 0 13px; }
.form-window { border-radius: var(--radius-inner); }
.form-window input, .form-window textarea { border-radius: 9px; }
.form-submit { border-radius: 11px; min-height: 44px; padding: 5px 10px 5px 14px; }
.form-submit .arrow-disc { width: 28px; height: 28px; color: #faf7f2; background: #ffffff17; }
.window-lock { width: 20px; height: 20px; }
.window-lock svg { width: 12px; height: 12px; }
.source-icon, .toast-mark { border-radius: 11px; background: #302b22; border-color: #5c503b; }
.workflow-toast { border-radius: 18px; box-shadow: 0 15px 40px #0006, inset 0 1px 0 #ffffff0b; }
.workflow-controls button { display: inline-flex; align-items: center; gap: 10px; border-radius: 14px; padding: 5px 7px 5px 14px; }
.workflow-controls button .arrow-disc { margin: 0; font-size: inherit; width: 30px; height: 30px; background: #39362e; }
.workflow-controls button:hover .arrow-disc { background: var(--gold); }
.tool-pill { border-radius: 7px; }
.crm-scene { padding: 10px; gap: 8px; background: #141413; }
.crm-sidebar { border: 1px solid #2c2b28; border-radius: 18px; }
.crm-main { border: 1px solid #302e2a; border-radius: 18px; background: #1a1a19; overflow: hidden; }
.record { border: 1px solid #484237; border-radius: 20px; }
.side-static { border-radius: 8px; }
.workspace-icon, .contact-initial { border-radius: 7px; }
.record-avatar { border-radius: 13px; }
.record-top button { background: #ffffff07; border-radius: 50%; width: 32px; height: 32px; position: relative; }
.record-top button::before { content: ''; position: absolute; inset: -6px; }
.next-action { border-radius: 14px; }
.next-action button { border-radius: 8px; }
.action-icon { width: 22px; height: 22px; border-radius: 7px; background: #51452d; }
.action-icon svg { width: 13px; height: 13px; }
.status-chip { border-radius: 6px; }
dialog { border-radius: var(--radius-window); overflow: hidden; box-shadow: 0 30px 100px #0008; }
.dialog-top button { border-radius: 50%; }

/* The four red situations are retained from the reviewed local homepage. */
.frictions { padding-top: 112px; padding-bottom: 48px; }
.frictions-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.frictions .eyebrow { color: #ef9584; }
.situation-count { font-size: 9px; color: #a99d96; letter-spacing: .1em; }
.frictions h2 { font-size: clamp(32px, 3.4vw, 49px); font-weight: 450; letter-spacing: -.04em; line-height: 1.12; margin: 23px 0 34px; }
.frictions h2 span { color: var(--alert); }
.friction-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.friction-card { padding: 26px 25px 24px; background: #151211; border: 1px solid #41251f; border-radius: 22px; box-shadow: inset 0 1px 0 #ffffff04; }
.friction-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--alert-dim); border: 1px solid #623027; border-radius: 14px; background: #271815; margin-bottom: 25px; }
.friction-icon svg { width: 28px; height: 28px; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.friction-icon .red-fill { fill: var(--alert); stroke: none; }
.friction-icon .red-stroke { stroke: var(--alert); }
.friction-card h3 { font-size: 18px; font-weight: 450; line-height: 1.35; letter-spacing: -.018em; min-height: 49px; margin: 0 0 14px; max-width: 240px; }
.friction-card p { color: #b7aaa4; font-size: 12px; line-height: 1.7; margin: 0; max-width: 240px; }

/* One editorial introduction, one segmented selector, one service stage. */
.services { display: block; padding-top: 80px; padding-bottom: 100px; }
.services .section-intro { display: grid; grid-template-columns: 1.2fr 1fr; column-gap: 15%; align-items: end; margin-bottom: 40px; }
.services .section-intro > .eyebrow { grid-column: 1 / -1; }
.services .section-intro h2 { font-size: clamp(32px, 3.3vw, 47px); margin: 20px 0 0; }
.services .section-intro > p { margin: 0 0 4px; max-width: 370px; font-size: 13px; }
.service-switcher { display: flex; gap: 5px; width: fit-content; max-width: 100%; margin: 0 auto 26px; padding: 6px; border: 1px solid #39362f; border-radius: 19px; background: #171615; box-shadow: inset 0 1px 0 #ffffff05; }
.service-switcher button { border: 0; border-radius: 13px; padding: 11px 27px; min-height: 48px; color: #bab4a7; background: none; display: flex; align-items: center; justify-content: center; gap: 13px; font-size: 13px; white-space: nowrap; transition: background .2s, color .2s; }
.service-switcher .mono { color: #aca18a; font-size: 9px; }
.service-switcher button[aria-selected=true] { color: #15130f; background: var(--gold); box-shadow: inset 0 1px 0 #ffffff47, 0 2px 9px #0004; }
.service-switcher button[aria-selected=true] .mono { color: #4e4430; }
.service-switcher button:hover:not([aria-selected=true]) { color: var(--fg); background: #292621; }
.service-panels { border: 1px solid #39362f; border-radius: 30px; background: #151412; overflow: hidden; box-shadow: inset 0 1px 0 #ffffff09, 0 20px 60px #0004; }
.service-panel { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 480px; outline-offset: -6px; }
.service-panel[hidden] { display: none; }
.service-panel:focus-visible { outline: 2px solid var(--gold); outline-offset: -6px; }
.service-copy { padding: 54px 46px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.service-copy .eyebrow { font-size: 9px; }
.service-copy h3 { font-size: clamp(27px, 2.7vw, 39px); font-weight: 450; line-height: 1.14; letter-spacing: -.036em; margin: 19px 0 17px; max-width: 360px; }
.service-copy > p { font-size: 13px; color: #b5ada0; line-height: 1.75; max-width: 305px; margin: 0; }
.service-link { display: inline-flex; align-items: center; gap: 24px; min-height: 48px; margin-top: 28px; font-size: 12px; color: #efe9dc; }
.service-visual { position: relative; min-width: 0; padding: 32px 36px 54px; display: flex; align-items: center; justify-content: center; background: #1e1d1a; border-left: 1px solid #ffffff07; }
.service-demo-note { position: absolute; left: 20px; right: 20px; bottom: 17px; text-align: center; color: #bab2a4; font-size: 9px; }
.acquisition-window { width: min(365px, 100%); background: #f5f2eb; color: #25231f; border: 1px solid #ece4d5; border-radius: 20px; overflow: hidden; box-shadow: 0 16px 50px #0005; transform: translate(-19px, -8px); }
.mini-window-top { display: flex; align-items: center; gap: 13px; justify-content: space-between; height: 40px; padding: 0 17px; font-size: 9px; border-bottom: 1px solid #d9d3c8; background: #eae6dd; color: #686052; }
.mini-window-top .window-dots { gap: 4px; }
.mini-secure { font-size: 8px; }
.acquisition-body { padding: 23px 25px 30px; }
.mini-eyebrow { font-size: 8px; letter-spacing: .07em; color: #655a45; }
.acquisition-body h4 { font-size: 23px; font-weight: 500; line-height: 1.15; letter-spacing: -.035em; margin: 11px 0 21px; max-width: 210px; }
.preview-field { margin-bottom: 12px; font-size: 10px; }
.preview-field > span { display: block; margin-bottom: 5px; color: #625c51; }
.preview-field > strong { display: block; font-size: 11px; font-weight: 400; border: 1px solid #d8d1c4; border-radius: 9px; padding: 9px 11px; background: #fffdf8; }
.preview-submitted { background: #e5e0d2; color: #4c4330; border-radius: 9px; font-size: 10px; min-height: 34px; display: flex; justify-content: center; align-items: center; gap: 7px; }
.preview-submitted svg { width: 17px; height: 17px; stroke: currentColor; stroke-width: 1.5; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.lead-receipt { position: absolute; right: 27px; bottom: 48px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid #5a503c; border-radius: 18px; background: #2e2a22; box-shadow: 0 12px 35px #0006, inset 0 1px 0 #ffffff0b; }
.receipt-avatar { display: grid; place-items: center; border-radius: 50%; width: 35px; height: 35px; font-size: 10px; color: #d3c091; background: #514630; }
.lead-receipt strong { font-size: 12px; font-weight: 500; display: block; }
.lead-receipt div > span { display: block; color: #bcb19d; font-size: 9px; margin-top: 2px; }
.receipt-status { margin-left: 15px; border-radius: 6px; background: #3b4657; color: #c1d0e8; padding: 4px 7px; font-size: 8px; }
.system-window { width: 100%; background: #202020; border: 1px solid #474238; border-radius: 21px; box-shadow: 0 15px 45px #0005; overflow: hidden; }
.system-window .mini-window-top { background: #282725; color: #c0b8a9; border-color: #3e3b33; }
.system-image { height: 216px; overflow: hidden; background: #1f1f1f; }
.system-image img { display: block; height: 320px; width: 816px; max-width: none; object-fit: contain; transform: translate(-67px, -36px); }
.system-summary { border-top: 1px solid #3e3b33; display: flex; align-items: center; gap: 12px; padding: 17px 18px; }
.system-summary .tool-icon { width: 33px; height: 33px; border-radius: 11px; background: #413823; color: var(--gold); }
.system-summary strong { display: block; font-size: 11px; font-weight: 500; }
.system-summary div > span { display: block; color: #b7ad99; font-size: 9px; margin-top: 3px; }
.maintenance-window { width: 100%; border: 1px solid #4d473b; border-radius: 21px; overflow: hidden; box-shadow: 0 15px 45px #0005; background: #23221e; }
.maintenance-window .mini-window-top { background: #2c2a25; border-color: #484136; color: #cdc2ae; }
.maintenance-body { padding: 24px; }
.maintenance-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.maintenance-heading .mini-eyebrow { color: #c9b477; font-size: 7px; }
.maintenance-count { color: #bcb3a3; font-size: 8px; }
.maintenance-body h4 { font-size: 24px; line-height: 1.2; font-weight: 450; letter-spacing: -.03em; margin: 12px 0 23px; }
.maintenance-list { list-style: none; padding: 0; margin: 0; }
.maintenance-list li { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #403a30; padding: 12px 0; }
.maintenance-list li:first-child { border-top: 1px solid #403a30; }
.check-orb { display: grid; place-items: center; width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%; font-size: 10px; color: #d7c597; background: #46402e; }
.maintenance-list strong { display: block; font-size: 10px; font-weight: 500; }
.maintenance-list div > span { display: block; color: #bfb5a4; font-size: 8px; margin-top: 3px; }
.maintenance-state { margin-left: auto; font-size: 8px; color: #d6c393; }
.maintenance-log { display: flex; align-items: center; gap: 7px; color: #c0b5a1; font-size: 8px; margin-top: 20px; }
.log-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.approach { margin: 0 max(22px, calc((100vw - 1440px) / 2)); border-radius: 30px; }
.approach-inner { padding-left: clamp(28px, 4vw, 58px); padding-right: clamp(28px, 4vw, 58px); }
.ink-link { border: 0; min-height: 48px; }
.ink-link .arrow-disc { background: #e3dccc; color: #29251c; }
.ink-link:hover > .arrow-disc { background: #151412; color: #faf7f2; }
.back-to-top { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; }
.back-to-top .arrow-disc { background: #24221d; width: 28px; height: 28px; }

@media (max-width: 1150px) {
  .steps button { padding: 8px 11px; font-size: 11px; }
  .friction-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .friction-card { display: grid; grid-template-columns: 46px 1fr; column-gap: 20px; align-items: start; }
  .friction-icon { grid-row: 1 / 3; margin: 0; }
  .friction-card h3 { min-height: 0; max-width: none; margin-bottom: 8px; }
  .friction-card p { grid-column: 2; max-width: none; }
  .service-copy { padding: 36px 28px; }
  .service-visual { padding: 30px 22px 65px; }
  .lead-receipt { right: 16px; bottom: 49px; padding: 12px 14px; }
  .receipt-status { margin-left: 2px; }
  .acquisition-window { transform: translate(-5px, -8px); }
  .maintenance-body { padding: 20px 17px; }
  .maintenance-heading { flex-wrap: wrap; gap: 6px; }
}
@media (max-width: 760px) {
  :root { --radius-window: 22px; --radius-inner: 18px; }
  .contact-link { gap: 8px; font-size: 9px; }
  .contact-link .arrow-disc { width: 28px; height: 28px; }
  .contact-link .arrow-disc svg { width: 15px; height: 15px; }
  .scene-nav { padding: 8px; gap: 7px; min-height: 65px; }
  .steps { width: 100%; padding: 3px; gap: 2px; justify-content: space-between; border-radius: 13px; }
  .steps button { flex: 1; padding: 7px 4px; gap: 2px; font-size: 9px; min-height: 44px; }
  .play-control { padding: 0; min-width: 44px; width: 44px; border-radius: 11px; }
  .form-window { max-width: 100%; }
  .workflow-toast { padding: 12px; border-radius: 15px; }
  .workflow-controls button { font-size: 10px; }
  .crm-scene { padding: 7px; gap: 5px; }
  .crm-main { border-radius: 16px; }
  .record { border-radius: 16px; right: 7px; top: 7px; bottom: 7px; }
  .frictions { padding-top: 78px; padding-bottom: 20px; }
  .frictions-heading { gap: 12px; }
  .frictions .eyebrow { font-size: 8px; letter-spacing: .06em; }
  .situation-count { font-size: 8px; letter-spacing: 0; }
  .frictions h2 { font-size: clamp(29px, 7.7vw, 43px); margin: 20px 0 26px; }
  .frictions h2 br { display: none; }
  .frictions h2 span::before { content: ' '; }
  .friction-grid { grid-template-columns: 1fr; gap: 11px; }
  .friction-card { padding: 21px 20px; column-gap: 16px; border-radius: 19px; }
  .friction-card h3 { font-size: 16px; line-height: 1.35; }
  .friction-card p { font-size: 11px; }
  .friction-icon { border-radius: 13px; }
  .services { padding-top: 64px; padding-bottom: 62px; }
  .services .section-intro { display: block; margin-bottom: 29px; }
  .services .section-intro h2 { font-size: 32px; margin: 15px 0 18px; }
  .services .section-intro > p { font-size: 12px; }
  .service-switcher { width: 100%; gap: 3px; padding: 5px; border-radius: 17px; margin-bottom: 17px; }
  .service-switcher button { flex: 1; gap: 0; padding: 10px 4px; font-size: 11px; min-height: 46px; border-radius: 12px; }
  .service-switcher .mono { display: none; }
  .service-panels { border-radius: 24px; }
  .service-panel { grid-template-columns: 1fr; }
  .service-copy { padding: 31px 25px 25px; min-height: 288px; justify-content: flex-start; }
  .service-copy h3 { font-size: 31px; max-width: 300px; margin: 14px 0 13px; }
  .service-copy > p { font-size: 12px; max-width: 300px; }
  .service-link { margin-top: auto; padding-top: 15px; }
  .service-visual { height: 454px; border-left: 0; border-top: 1px solid #ffffff07; padding: 29px 20px 56px; }
  .acquisition-window { transform: translate(0, -24px); max-width: 300px; border-radius: 17px; }
  .acquisition-body { padding: 16px 20px 20px; }
  .acquisition-body h4 { font-size: 21px; margin-bottom: 16px; }
  .acquisition-body .preview-field { margin-bottom: 10px; }
  .lead-receipt { right: 12px; left: 27px; bottom: 41px; gap: 9px; padding: 12px; border-radius: 16px; }
  .lead-receipt strong { font-size: 11px; }
  .receipt-status { margin-left: auto; }
  .service-demo-note { font-size: 8px; bottom: 13px; }
  .system-image { height: 209px; }
  .system-image img { transform: translate(-144px, -31px); }
  .system-summary { padding: 14px 12px; gap: 9px; }
  .system-summary strong { font-size: 10px; }
  .system-summary div > span { font-size: 8px; }
  .mini-window-top { padding: 0 12px; gap: 7px; }
  .system-window .mini-window-top { font-size: 8px; }
  .maintenance-body { padding: 20px 15px; }
  .maintenance-body h4 { font-size: 22px; margin-bottom: 17px; }
  .maintenance-list li { gap: 8px; }
  .maintenance-state { display: none; }
  .approach { border-radius: 24px; padding-top: 40px; padding-bottom: 40px; }
  .approach-inner { padding-left: 25px; padding-right: 25px; }
  .approach h2 { font-size: 34px; }
  footer { gap: 16px; }
}
@media (max-width: 360px) {
  .contact-link { max-width: 97px; gap: 6px; font-size: 8px; line-height: 1.4; }
  .contact-link .arrow-disc { width: 26px; height: 26px; }
  .steps button { font-size: 8px; }
  .service-switcher button { font-size: 10px; }
  .service-copy { padding: 27px 21px 22px; min-height: 310px; }
  .service-copy h3 { font-size: 28px; }
  .service-visual { padding-left: 14px; padding-right: 14px; }
  .receipt-status { display: none; }
  .friction-card { padding: 18px 15px; column-gap: 13px; }
  .approach h2 { font-size: 30px; }
}
