/* Nael Networks — site styles
   Light, corporate, product-led. Navy + teal on white; soft cards with real depth.
   Type: Plus Jakarta Sans (headings) + Inter (text). */

:root {
  --navy: #0b2239;
  --navy-2: #163a5c;
  --text: #46586b;
  --muted: #7a8a9b;
  --line: #e3e9f0;
  --bg: #ffffff;
  --soft: #f4f7fb;

  --teal: #10b3a3;
  --teal-d: #087a73;
  --teal-tint: #e4f6f4;
  --blue-tint: #e9f1fd;
  --amber: #b86e00;
  --amber-tint: #fff3dc;
  --coral: #ff6b4a;

  --head: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;

  --sh-sm: 0 1px 2px rgba(11, 34, 57, 0.06), 0 2px 8px rgba(11, 34, 57, 0.05);
  --sh: 0 1px 2px rgba(11, 34, 57, 0.05), 0 12px 32px -8px rgba(11, 34, 57, 0.14);
  --sh-lg: 0 2px 4px rgba(11, 34, 57, 0.04), 0 28px 64px -16px rgba(11, 34, 57, 0.26);

  --gutter: clamp(20px, 4vw, 40px);
  --max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font: 400 16.5px/1.65 var(--body);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, p, ul, ol, figure, blockquote { margin: 0; padding: 0; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--head); color: var(--navy); }

:focus-visible { outline: 2px solid var(--teal-d); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--teal); color: #fff; }

.wrap { max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ic { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }

.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip:focus { top: 12px; }

/* Placeholder copy still to be supplied — deliberately visible. */
.ph { background: var(--amber-tint); color: var(--amber); border-radius: 5px; padding: 0.05em 0.35em; box-shadow: inset 0 0 0 1px rgba(184, 110, 0, 0.22); }

/* ---------- type helpers ---------- */

.eyebrow { font: 700 13px/1 var(--head); letter-spacing: 0.09em; text-transform: uppercase; color: var(--teal-d); }
.h2 { font-weight: 800; font-size: clamp(1.9rem, 3.6vw, 2.75rem); line-height: 1.12; letter-spacing: -0.028em; text-wrap: balance; }
.sub { font-size: 1.12rem; line-height: 1.6; color: var(--text); text-wrap: pretty; }

.head { max-width: 680px; margin-bottom: clamp(36px, 5vw, 56px); }
.head .h2 { margin-top: 14px; }
.head .sub { margin-top: 16px; }
.head--center { margin-inline: auto; text-align: center; }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border-radius: 12px;
  font: 600 15.5px/1 var(--body);
  background: var(--navy); color: #fff;
  box-shadow: 0 1px 2px rgba(11, 34, 57, 0.2), 0 6px 16px -6px rgba(11, 34, 57, 0.45);
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}
.btn .ic { font-size: 17px; transition: transform 0.18s ease; }
.btn:hover { background: var(--navy-2); transform: translateY(-1px); }
.btn:hover .ic { transform: translateX(3px); }
.btn--teal { background: var(--teal-d); box-shadow: 0 1px 2px rgba(8, 122, 115, 0.25), 0 6px 16px -6px rgba(8, 122, 115, 0.55); }
.btn--teal:hover { background: #06655f; }
.btn--ghost { background: #fff; color: var(--navy); box-shadow: inset 0 0 0 1px var(--line), var(--sh-sm); }
.btn--ghost:hover { background: #fff; box-shadow: inset 0 0 0 1px #c9d4e0, var(--sh-sm); }
.btn--white { background: #fff; color: var(--navy); box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.4); }
.btn--white:hover { background: var(--teal-tint); }
.btn--sm { padding: 11px 16px; font-size: 14.5px; border-radius: 10px; }
.btn--block { width: 100%; }

.more { display: inline-flex; align-items: center; gap: 6px; font: 600 15px/1 var(--body); color: var(--teal-d); }
.more .ic { font-size: 16px; transition: transform 0.18s ease; }
a:hover > .more .ic, a:hover > div > .more .ic, .more:hover .ic { transform: translateX(4px); }

.pill { display: inline-flex; align-items: center; gap: 7px; padding: 5px 10px; border-radius: 999px; font: 600 12px/1 var(--body); background: var(--soft); color: var(--text); white-space: nowrap; }
.pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.pill--teal { background: var(--teal-tint); color: var(--teal-d); }
.pill--amber { background: var(--amber-tint); color: var(--amber); }
.pill--live { background: #fff0ec; color: #d2401f; }
.pill--live::before { background: var(--coral); animation: pulse 1.6s ease-out infinite; }
.pill--amber::before { animation: blink 1s steps(2) infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 107, 74, 0.6); } 100% { box-shadow: 0 0 0 7px rgba(255, 107, 74, 0); } }
@keyframes blink { 50% { opacity: 0.3; } }

/* ---------- nav ---------- */

.top { position: sticky; top: 0; z-index: 60; background: rgba(255, 255, 255, 0.86); backdrop-filter: saturate(1.6) blur(14px); -webkit-backdrop-filter: saturate(1.6) blur(14px); border-bottom: 1px solid transparent; transition: border-color 0.2s, box-shadow 0.2s; }
.top.is-stuck { border-color: var(--line); box-shadow: 0 6px 24px -14px rgba(11, 34, 57, 0.25); }
.top__in { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 76px; }

.logo { display: inline-flex; align-items: center; gap: 11px; font: 800 20px/1 var(--head); letter-spacing: -0.02em; color: var(--navy); }
.logo svg { width: 36px; height: 36px; flex: none; }
.logo span { font-weight: 500; color: var(--navy-2); }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a:not(.btn) { font: 500 15px/1 var(--body); color: var(--navy); padding: 10px 14px; border-radius: 9px; transition: background-color 0.15s; }
.nav a:not(.btn):hover, .nav a[aria-current="page"] { background: var(--soft); }
.nav .btn { margin-left: 12px; }

.menu-btn { display: none; width: 44px; height: 44px; border-radius: 10px; place-items: center; box-shadow: inset 0 0 0 1px var(--line); color: var(--navy); }
.menu-btn .ic { font-size: 20px; }

/* ---------- hero ---------- */

.hero { position: relative; overflow: clip; padding-block: clamp(40px, 6vw, 84px) clamp(56px, 7vw, 100px); }
.hero::before {
  content: ""; position: absolute; inset: -76px 0 0; z-index: -1;
  background:
    radial-gradient(52% 60% at 88% 8%, rgba(16, 179, 163, 0.16), transparent 70%),
    radial-gradient(40% 50% at 62% 0%, rgba(62, 130, 247, 0.1), transparent 70%),
    linear-gradient(#fbfdfe, #fff);
}
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(32px, 4.5vw, 64px); align-items: center; }

.badge { display: inline-flex; align-items: center; gap: 10px; padding: 7px 14px 7px 8px; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 1px var(--line), var(--sh-sm); font: 600 13px/1 var(--body); color: var(--navy); }
.badge i { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--teal-tint); color: var(--teal-d); font-size: 12px; }

.hero h1 { margin-top: 22px; font-weight: 800; font-size: clamp(2.02rem, 4.35vw, 3.45rem); line-height: 1.06; letter-spacing: -0.038em; }
.hero h1 em { font-style: normal; color: var(--teal-d); display: block; }
.hero .sub { margin-top: 22px; max-width: 34em; font-size: clamp(1.05rem, 1.35vw, 1.2rem); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 32px; }

.checks { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 34px; font: 500 14.5px/1.3 var(--body); color: var(--navy); }
.checks li { display: inline-flex; align-items: center; gap: 9px; }
.tick { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--teal-tint); color: var(--teal-d); font-size: 12px; flex: none; }
.tick .ic { stroke-width: 3; }

/* hero product visual */
.stage { position: relative; padding: 62px clamp(12px, 3vw, 40px) 66px; }
.stage::before { content: ""; position: absolute; inset: 0 0 0 8%; border-radius: 32px; background: linear-gradient(150deg, var(--teal-tint), var(--blue-tint)); }
.stage::after { content: ""; position: absolute; right: -40px; top: -40px; width: 220px; height: 220px; border-radius: 50%; border: 1px solid rgba(16, 179, 163, 0.35); box-shadow: 0 0 0 36px rgba(16, 179, 163, 0.05), 0 0 0 72px rgba(16, 179, 163, 0.03); z-index: -1; }

.callcard { position: relative; background: #fff; border-radius: 22px; box-shadow: var(--sh-lg); padding: 20px; }
.callcard__head { display: flex; align-items: center; gap: 12px; }
.avatar { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: linear-gradient(140deg, #12c2b0, #087a73); color: #fff; font-size: 20px; flex: none; }
.callcard__who { min-width: 0; flex: 1; }
.callcard__who strong { display: block; font: 700 15.5px/1.2 var(--head); color: var(--navy); }
.callcard__who span { font-size: 13px; color: var(--muted); }
.callcard__who .ph { white-space: nowrap; color: var(--amber); }
.callcard__live { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; font: 600 12px/1 var(--body); color: var(--muted); font-variant-numeric: tabular-nums; }

.wave { display: flex; align-items: center; justify-content: space-between; gap: 3px; height: 44px; margin: 16px 0 14px; padding: 0 14px; border-radius: 12px; background: var(--soft); }
.wave i { flex: 1; max-width: 4px; border-radius: 2px; background: var(--teal); height: calc(14% + var(--a) * 1%); animation: wave 1.2s ease-in-out infinite; animation-delay: calc(var(--i) * -0.09s); opacity: 0.85; }
.wave i:nth-child(3n) { background: var(--navy-2); opacity: 0.5; }
@keyframes wave { 0%, 100% { height: 16%; } 50% { height: calc(30% + var(--a) * 1%); } }

.chat { display: flex; flex-direction: column; gap: 10px; }
.msg { max-width: 86%; padding: 10px 14px; border-radius: 16px; font-size: 14.5px; line-height: 1.45; }
.msg small { display: block; font: 600 11px/1 var(--body); letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 5px; opacity: 0.7; }
.msg--caller { align-self: flex-start; background: var(--soft); color: var(--navy); border-bottom-left-radius: 5px; }
.msg--agent { align-self: flex-end; background: var(--navy); color: #fff; border-bottom-right-radius: 5px; }
.msg--agent small { color: #7fe3d8; opacity: 1; }
.done { display: flex; align-items: center; gap: 10px; margin-top: 14px; padding: 12px 14px; border-radius: 12px; background: var(--teal-tint); color: var(--teal-d); font: 600 13.5px/1.3 var(--body); }

.callcard.is-playing .msg, .callcard.is-playing .done, .stage.is-playing .float { opacity: 0; transform: translateY(8px) scale(0.98); }
.callcard.is-playing .is-in, .stage.is-playing .float.is-in { opacity: 1; transform: none; transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1); }

.float { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 12px 16px 12px 12px; border-radius: 16px; background: #fff; box-shadow: var(--sh); }
.float .tile { width: 38px; height: 38px; font-size: 18px; }
.float strong { display: block; font: 700 14px/1.25 var(--head); color: var(--navy); }
.float span { font-size: 12.5px; color: var(--muted); }
.float .pill { font-size: 11.5px; }
.float .pill--live { color: #d2401f; }
.float--a { left: -14px; top: 10px; }
.float--b { right: -12px; bottom: 12px; }

.tile { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--teal-tint); color: var(--teal-d); font-size: 22px; flex: none; }
.tile--blue { background: var(--blue-tint); color: #2563c9; }
.tile--amber { background: var(--amber-tint); color: var(--amber); }
.tile--navy { background: var(--navy); color: #7fe3d8; }

/* ---------- trust row ---------- */

.trust { border-block: 1px solid var(--line); background: #fff; }
.trust__in { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px 40px; padding-block: 26px; }
.trust p { font: 500 14.5px/1.4 var(--body); color: var(--muted); max-width: 22em; }
.trust ul { display: flex; flex-wrap: wrap; gap: 10px; }
.trust li { display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; border-radius: 999px; background: var(--soft); font: 600 14.5px/1 var(--head); color: var(--navy); }
.trust li .ic { font-size: 17px; color: var(--teal-d); }
/* when real client logos are supplied */
.trust .logos { gap: 18px 44px; align-items: center; }
.trust .logos li { padding: 0; background: none; border-radius: 0; }
.trust .logos img { height: 30px; width: auto; filter: grayscale(1); opacity: 0.62; transition: filter 0.2s, opacity 0.2s; }
.trust .logos img:hover { filter: none; opacity: 1; }

/* ---------- sections ---------- */

.sec { padding-block: clamp(64px, 8.5vw, 116px); }
.sec--soft { background: var(--soft); }

/* services */
.services { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.svc { display: flex; flex-direction: column; padding: 26px; border-radius: var(--r-lg); background: #fff; box-shadow: inset 0 0 0 1px var(--line), var(--sh-sm); transition: transform 0.22s ease, box-shadow 0.22s ease; }
.svc:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px #cfe9e6, var(--sh); }
.svc h3 { font-weight: 700; font-size: 1.16rem; line-height: 1.25; letter-spacing: -0.015em; margin: 20px 0 8px; }
.svc p { font-size: 15px; line-height: 1.6; margin-bottom: 22px; }
.svc .more { margin-top: auto; }
.svc--wide { grid-column: span 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr); gap: 24px; align-items: center; padding: 30px; }
.svc--wide h3 { font-size: 1.4rem; }
.svc--wide > div:first-child { display: flex; flex-direction: column; height: 100%; }

.mini { border-radius: 18px; padding: 16px; background: linear-gradient(150deg, var(--teal-tint), var(--blue-tint)); display: flex; flex-direction: column; gap: 8px; }
.mini .msg { font-size: 12.5px; padding: 8px 11px; border-radius: 12px; box-shadow: var(--sh-sm); max-width: 92%; }
.mini .msg--caller { background: #fff; }
.mini__row { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 11px; border-radius: 11px; background: #fff; box-shadow: var(--sh-sm); font: 600 12.5px/1.2 var(--body); color: var(--navy); }
.mini__row span:first-child { display: inline-flex; align-items: center; gap: 8px; }
.mini__row em { white-space: nowrap; font-style: normal; font-weight: 500; color: var(--muted); font-variant-numeric: tabular-nums; }
.mini .pill { font-size: 10.5px; padding: 4px 8px; }

/* products */
.product { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 6vw, 88px); align-items: center; }
.product + .product { margin-top: clamp(64px, 8vw, 112px); }
.product--flip .product__copy { order: 2; }
.product__copy h3 { font-weight: 800; font-size: clamp(1.8rem, 3.2vw, 2.5rem); line-height: 1.1; letter-spacing: -0.03em; margin: 16px 0 16px; }
.product__copy > p:not(.kicker) { font-size: 1.08rem; }
.kicker { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 999px; background: var(--teal-tint); color: var(--teal-d); font: 700 12px/1 var(--head); letter-spacing: 0.08em; text-transform: uppercase; }
.kicker .ic { font-size: 14px; }
.ticks { display: grid; gap: 13px; margin: 26px 0 32px; }
.ticks li { display: flex; align-items: flex-start; gap: 12px; font: 500 15.5px/1.45 var(--body); color: var(--navy); }
.ticks .tick { margin-top: 1px; }

.panel { position: relative; border-radius: 32px; padding: clamp(18px, 3vw, 40px); background: linear-gradient(150deg, var(--teal-tint), var(--blue-tint)); }
.panel--alt { background: linear-gradient(150deg, var(--blue-tint), #f1ecfd); }

.win { border-radius: 16px; background: #fff; box-shadow: var(--sh-lg); overflow: hidden; font-size: 13px; }
.win__bar { display: flex; align-items: center; gap: 6px; padding: 11px 14px; border-bottom: 1px solid var(--line); background: #fafcfe; }
.win__bar i { width: 9px; height: 9px; border-radius: 50%; background: #dfe6ee; }
.win__bar span { margin-left: 10px; font: 500 12px/1 var(--body); color: var(--muted); }
.win__body { display: grid; grid-template-columns: 52px 1fr; }
.win__side { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 14px 0; border-right: 1px solid var(--line); color: var(--muted); font-size: 17px; }
.win__side span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; }
.win__side span.on { background: var(--navy); color: #fff; }
.win__main { padding: 16px; min-width: 0; }
.win__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.win__head strong { font: 700 15px/1 var(--head); color: var(--navy); }
.ext li { display: flex; align-items: center; gap: 11px; padding: 9px 0; border-top: 1px solid var(--line); }
.ext .who { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; font: 700 11.5px/1 var(--head); background: var(--blue-tint); color: #2563c9; flex: none; }
.ext li:nth-child(2n) .who { background: var(--teal-tint); color: var(--teal-d); }
.ext .nm { flex: 1; min-width: 0; font: 600 13.5px/1.2 var(--body); color: var(--navy); }
.ext .nm small { display: block; font: 400 11.5px/1.3 var(--body); color: var(--muted); margin-top: 2px; }
.chart { margin-top: 12px; padding: 12px 14px; border-radius: 12px; background: var(--soft); }
.chart > span { font: 600 11.5px/1 var(--body); color: var(--muted); }
.bars { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; align-items: end; height: 58px; margin-top: 10px; }
.bars i { height: var(--h); border-radius: 5px 5px 2px 2px; background: #bfe8e3; }
.bars i.hi { background: var(--teal); }

.mock-agent { position: relative; padding-bottom: 118px; }
.mcard { border-radius: 16px; background: #fff; box-shadow: var(--sh-lg); padding: 16px; }
.mcard__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.mcard__head strong { font: 700 15px/1 var(--head); color: var(--navy); }
.calls li { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-top: 1px solid var(--line); }
.calls .tile { width: 36px; height: 36px; border-radius: 11px; font-size: 16px; }
.calls div { min-width: 0; flex: 1; }
.calls h4 { font: 600 13.5px/1.3 var(--body); color: var(--navy); }
.calls p { font-size: 12px; line-height: 1.4; color: var(--muted); font-variant-numeric: tabular-nums; }
.mcard--sum { position: absolute; right: -14px; bottom: 0; width: min(72%, 300px); box-shadow: var(--sh-lg); }
.sk { height: 7px; border-radius: 4px; background: #e7edf3; margin-top: 8px; }
.sk:nth-of-type(2) { width: 86%; } .sk:nth-of-type(3) { width: 64%; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.chips span { padding: 5px 9px; border-radius: 999px; background: var(--teal-tint); color: var(--teal-d); font: 600 11px/1 var(--body); }
.chips span + span { background: var(--soft); color: var(--text); }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; position: relative; counter-reset: s; }
.steps::before { content: ""; position: absolute; left: 8%; right: 8%; top: 54px; border-top: 2px dashed #cfdae6; }
.step { position: relative; padding: 28px; border-radius: var(--r-lg); background: #fff; box-shadow: inset 0 0 0 1px var(--line), var(--sh-sm); }
.step__n { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--navy); color: #fff; font: 800 18px/1 var(--head); box-shadow: 0 0 0 8px #fff; }
.step:last-child .step__n { background: var(--teal-d); }
.step h3 { font-weight: 700; font-size: 1.25rem; letter-spacing: -0.015em; margin: 22px 0 8px; }
.step p { font-size: 15.5px; }

/* why */
.why { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: clamp(32px, 6vw, 84px); align-items: center; }
.photo { position: relative; isolation: isolate; }
.photo img { width: 100%; aspect-ratio: 1 / 1.04; object-fit: cover; border-radius: 28px; box-shadow: var(--sh); }
.photo::before { content: ""; position: absolute; inset: 28px -18px -18px 28px; border-radius: 32px; background: linear-gradient(150deg, var(--teal-tint), var(--blue-tint)); z-index: -1; }
.photo .float { position: absolute; left: -14px; bottom: 34px; max-width: 280px; }
.reasons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 28px; margin-top: 36px; }
.reasons h3 { font-weight: 700; font-size: 1.1rem; line-height: 1.3; letter-spacing: -0.01em; margin: 16px 0 6px; }
.reasons p { font-size: 15px; line-height: 1.6; }

/* quote */
.quote { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); border-radius: 28px; overflow: hidden; background: #fff; box-shadow: inset 0 0 0 1px var(--line), var(--sh); }
.quote img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.quote blockquote { padding: clamp(28px, 4.5vw, 60px); align-self: center; }
.quote__mark { font: 800 72px/0.6 var(--head); color: var(--teal); height: 34px; }
.quote blockquote p { font: 500 clamp(1.2rem, 2vw, 1.6rem) / 1.45 var(--head); color: var(--navy); letter-spacing: -0.012em; margin-top: 8px; }
.quote blockquote p .ph { background: none; box-shadow: none; padding: 0; color: var(--amber); background-image: linear-gradient(transparent 62%, var(--amber-tint) 62%); }
.quote footer { display: flex; align-items: center; gap: 14px; margin-top: 28px; font-size: 14.5px; }
.quote footer i { width: 46px; height: 46px; border-radius: 50%; background: var(--soft); box-shadow: inset 0 0 0 1px var(--line); display: grid; place-items: center; color: var(--muted); font-size: 20px; }
.quote cite { display: block; font: 700 15px/1.6 var(--head); font-style: normal; color: var(--navy); }

/* CTA */
.cta { position: relative; overflow: hidden; isolation: isolate; border-radius: 32px; padding: clamp(40px, 6vw, 80px); background: var(--navy); color: #c6d4e2; }
.cta::before, .cta::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; }
.cta::before { right: -150px; top: 50%; width: 380px; height: 380px; transform: translateY(-50%); border: 1px solid rgba(127, 227, 216, 0.35); box-shadow: 0 0 0 56px rgba(127, 227, 216, 0.045), 0 0 0 112px rgba(127, 227, 216, 0.03), 0 0 0 168px rgba(127, 227, 216, 0.018); }
.cta::after { right: 16px; top: 50%; width: 48px; height: 48px; transform: translateY(-50%); background: radial-gradient(circle, #7fe3d8 0 30%, rgba(127, 227, 216, 0.25) 32% 100%); }
.cta h2 { color: #fff; font-weight: 800; font-size: clamp(2rem, 4.2vw, 3.2rem); line-height: 1.08; letter-spacing: -0.032em; max-width: 14em; text-wrap: balance; }
.cta .sub { color: #c6d4e2; max-width: 32em; margin-top: 18px; }
.cta .actions { gap: 16px 22px; }
.cta .actions p { font-size: 15.5px; color: #c6d4e2; }
.cta .ph { background: rgba(255, 196, 92, 0.16); color: #ffd48a; box-shadow: inset 0 0 0 1px rgba(255, 196, 92, 0.35); }
.cta .num { font: 700 1.15rem/1 var(--head); color: #fff; }

/* footer */
.foot { padding-block: clamp(56px, 6vw, 80px) 28px; font-size: 15px; }
.foot__grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 40px 32px; }
.foot__brand p { margin-top: 16px; max-width: 24em; }
.foot__contact { margin-top: 22px; display: grid; gap: 10px; font-size: 14.5px; }
.foot__contact li { display: flex; align-items: center; gap: 10px; }
.foot__contact .ic { font-size: 16px; color: var(--teal-d); }
.foot h4 { font: 700 13px/1 var(--head); letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy); margin-bottom: 18px; }
.foot__col li { margin-bottom: 11px; }
.foot__col a { transition: color 0.15s; }
.foot__col a:hover, .foot__legal a:hover { color: var(--teal-d); }
.foot__legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 28px; margin-top: clamp(40px, 5vw, 64px); padding-top: 24px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--muted); }
.foot__legal div { display: flex; gap: 24px; }

/* =====================================================
   AI Agent product page
   ===================================================== */

.crumbs { display: flex; align-items: center; gap: 8px; font: 500 14px/1 var(--body); color: var(--muted); }
.crumbs a:hover { color: var(--teal-d); }
.crumbs [aria-current] { color: var(--navy); }
.note { margin-top: 24px; font-size: 15px; }
.note a { font-weight: 600; color: var(--teal-d); border-bottom: 1px solid currentColor; }

.pstage { position: relative; isolation: isolate; padding: 0 0 176px 84px; }
.pstage > img { width: 100%; aspect-ratio: 5 / 5.7; object-fit: cover; object-position: 50% 0%; border-radius: 30px; box-shadow: var(--sh); }
.pstage::before { content: ""; position: absolute; inset: 40px -20px 140px 130px; border-radius: 36px; background: linear-gradient(150deg, var(--teal-tint), var(--blue-tint)); z-index: -1; }
.pstage .mcard { position: absolute; left: 0; bottom: 0; width: min(86%, 370px); }
.pstage .mcard__foot { margin-top: 4px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 12.5px; line-height: 1.5; color: var(--muted); }
.pstage .float { right: -16px; top: 28px; }

.hours { border-radius: var(--r-lg); background: #fff; box-shadow: inset 0 0 0 1px var(--line), var(--sh-sm); padding: clamp(20px, 3vw, 32px); }
.hours__row { display: grid; grid-template-columns: 150px 1fr; gap: 16px; align-items: center; }
.hours__row + .hours__row { margin-top: 10px; }
.hours__row > span { font: 600 14px/1.2 var(--body); color: var(--navy); display: inline-flex; align-items: center; gap: 9px; }
.hours__row > span .ic { font-size: 16px; color: var(--teal-d); }
.hours__cells { display: grid; grid-template-columns: repeat(24, 1fr); gap: 4px; }
.hours__cells i { height: 26px; border-radius: 6px; background: var(--soft); }
.hours__cells i.t { background: var(--navy); }
.hours__cells--agent i { background: var(--teal); }
.hours__scale { display: grid; grid-template-columns: repeat(24, 1fr); gap: 4px; font: 500 11.5px/1 var(--body); color: var(--muted); margin-top: 4px; font-variant-numeric: tabular-nums; }
.hours__scale b { font-weight: 500; grid-column: span 3; }

.caps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.cap { padding: 28px; border-radius: var(--r-lg); background: #fff; box-shadow: inset 0 0 0 1px var(--line), var(--sh-sm); transition: transform 0.22s ease, box-shadow 0.22s ease; }
.cap:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px #cfe9e6, var(--sh); }
.cap h3 { font-weight: 700; font-size: 1.16rem; letter-spacing: -0.015em; margin: 20px 0 8px; }
.cap p { font-size: 15px; line-height: 1.6; }

.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; padding-top: 14px; }
.plan { position: relative; display: flex; flex-direction: column; padding: 32px 28px; border-radius: var(--r-lg); background: #fff; box-shadow: inset 0 0 0 1px var(--line), var(--sh-sm); }
.plan h3 { font-weight: 700; font-size: 1.15rem; }
.plan__price { margin-top: 18px; font: 800 2.6rem/1.1 var(--head); letter-spacing: -0.03em; color: var(--navy); }
.plan__price small { font: 500 15px/1 var(--body); letter-spacing: 0; color: var(--muted); margin-left: 6px; }
.plan__for { margin-top: 12px; font-size: 15px; min-height: 3.2em; }
.plan ul { display: grid; gap: 12px; margin: 22px 0 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.plan li { display: flex; align-items: flex-start; gap: 11px; font: 500 15px/1.45 var(--body); color: var(--navy); }
.plan .btn { margin-top: auto; }
.plan--hot { background: var(--navy); box-shadow: var(--sh-lg); margin-top: -14px; margin-bottom: -14px; padding-block: 46px; }
.plan--hot h3, .plan--hot .plan__price, .plan--hot li { color: #fff; }
.plan--hot .plan__for, .plan--hot .plan__price small { color: #a9bccf; }
.plan--hot ul { border-color: rgba(255, 255, 255, 0.14); }
.plan--hot .tick { background: rgba(127, 227, 216, 0.16); color: #7fe3d8; }
.plan--hot .ph { background: rgba(255, 196, 92, 0.16); color: #ffd48a; box-shadow: inset 0 0 0 1px rgba(255, 196, 92, 0.35); }
.plan__tag { position: absolute; top: 22px; right: 22px; padding: 6px 10px; border-radius: 999px; background: var(--teal); color: #04302c; font: 700 11px/1 var(--head); letter-spacing: 0.06em; text-transform: uppercase; }

/* =====================================================
   Nael PBX product page
   ===================================================== */

.stage.stage--win { padding: 90px clamp(8px, 2vw, 28px) 70px; }
.stage--win .float--a { top: 14px; }
.stage--win .float--b { bottom: 10px; }
.stage--win .win__main { padding: 18px; }

.flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 44px; }
.flow__node { position: relative; padding: 26px 24px; border-radius: var(--r-lg); background: #fff; box-shadow: inset 0 0 0 1px var(--line), var(--sh-sm); }
.flow__node + .flow__node::before { content: ""; position: absolute; left: -36px; top: 50px; width: 28px; border-top: 2px dashed #b4c4d5; }
.flow__node + .flow__node::after { content: ""; position: absolute; left: -16px; top: 46px; width: 8px; height: 8px; border-top: 2px solid #8fa3b8; border-right: 2px solid #8fa3b8; transform: rotate(45deg); }
.flow__node small { display: block; margin-top: 18px; font: 700 12px/1 var(--head); letter-spacing: 0.08em; text-transform: uppercase; color: var(--teal-d); }
.flow__node h3 { font-weight: 700; font-size: 1.12rem; line-height: 1.3; letter-spacing: -0.012em; margin: 8px 0 8px; }
.flow__node p { font-size: 14.5px; line-height: 1.6; }
.flow__keys { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.flow__keys span { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px 5px 5px; border-radius: 999px; background: var(--soft); font: 600 12px/1 var(--body); color: var(--navy); }
.flow__keys b { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--navy); color: #fff; font: 700 10.5px/1 var(--head); }
.flow__after { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; margin-top: 22px; padding: 18px 22px; border-radius: 18px; background: var(--navy); color: #c6d4e2; font-size: 15px; }
.flow__after .tile { width: 40px; height: 40px; font-size: 18px; background: rgba(127, 227, 216, 0.14); color: #7fe3d8; }
.flow__after strong { color: #fff; font-weight: 600; }
.flow__after p { flex: 1; min-width: 220px; }
.flow__after .more { color: #7fe3d8; }

.band { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: clamp(24px, 5vw, 64px); align-items: center; padding: clamp(28px, 4.5vw, 56px); border-radius: 28px; background: #fff; box-shadow: inset 0 0 0 1px var(--line), var(--sh); }
.band h2 { margin-top: 14px; }
.band .sub { margin-top: 14px; }
.band .mini { padding: 22px; gap: 10px; }
.band .mini .msg { font-size: 13.5px; padding: 9px 13px; }

@media (max-width: 1020px) {
  .flow { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .flow__node + .flow__node::before, .flow__node + .flow__node::after { display: none; }
}
@media (max-width: 900px) {
  .band { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 640px) {
  .flow { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .stage.stage--win { padding: 84px 6px 76px; }
  .stage--win .win__side { display: none; }
  .stage--win .win__body { grid-template-columns: minmax(0, 1fr); }
}

/* =====================================================
   Book a consultation page
   ===================================================== */

.book { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(32px, 6vw, 80px); align-items: start; }
.book h1 { margin-top: 18px; }
.next { display: grid; gap: 22px; margin-top: 40px; counter-reset: n; }
.next li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: start; counter-increment: n; }
.next li::before { content: counter(n); display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--teal-tint); color: var(--teal-d); font: 800 15px/1 var(--head); }
.next h3 { font-weight: 700; font-size: 1.05rem; line-height: 1.3; }
.next p { font-size: 15px; line-height: 1.55; margin-top: 3px; }
.reach { display: grid; gap: 12px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); font-size: 15px; }
.reach li { display: flex; align-items: center; gap: 12px; }
.reach .ic { font-size: 17px; color: var(--teal-d); }

.form { position: relative; padding: clamp(24px, 3.4vw, 40px); border-radius: 28px; background: #fff; box-shadow: inset 0 0 0 1px var(--line), var(--sh-lg); }
.form h2 { font-weight: 800; font-size: 1.45rem; letter-spacing: -0.02em; }
.form h2 + p { font-size: 15px; margin-top: 6px; }
.fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 16px; margin-top: 26px; }
.field { display: grid; gap: 7px; align-content: start; }
.field--full { grid-column: 1 / -1; }
.field label, .field legend { font: 600 14px/1.3 var(--body); color: var(--navy); padding: 0; }
.field label span, .field legend span { font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px; border: 0; border-radius: 12px;
  font: 400 16px/1.4 var(--body); color: var(--navy); background: var(--soft);
  box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow 0.15s, background-color 0.15s;
  -webkit-appearance: none; appearance: none;
}
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2346586b' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 18px; padding-right: 40px; }
.field textarea { min-height: 112px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #97a5b4; }
.field input:hover, .field select:hover, .field textarea:hover { box-shadow: inset 0 0 0 1px #c6d2de; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; background-color: #fff; box-shadow: inset 0 0 0 2px var(--teal-d); }
.was-validated .field input:invalid { box-shadow: inset 0 0 0 2px #d2401f; background-color: #fff7f5; }
fieldset.field { border: 0; margin: 0; padding: 0; min-width: 0; }
fieldset.field legend { margin-bottom: 9px; }
.choices { display: flex; flex-wrap: wrap; gap: 8px; }
.choice { position: relative; }
.field .choice input { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; opacity: 0; margin: 0; cursor: pointer; }
.choice span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: var(--soft); box-shadow: inset 0 0 0 1px var(--line); font: 500 14.5px/1 var(--body); color: var(--navy); transition: background-color 0.15s, box-shadow 0.15s, color 0.15s; }
.choice span::before { content: ""; width: 14px; height: 14px; border-radius: 50%; box-shadow: inset 0 0 0 1.5px #a9b8c7; }
.choice input:hover + span { box-shadow: inset 0 0 0 1px #c6d2de; }
.choice input:checked + span { background: var(--teal-tint); color: var(--teal-d); box-shadow: inset 0 0 0 1.5px var(--teal-d); }
.choice input:checked + span::before { background: var(--teal-d) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 10px no-repeat; box-shadow: none; }
.choice input:focus-visible + span { outline: 2px solid var(--teal-d); outline-offset: 2px; }
.form__foot { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 20px; margin-top: 26px; }
.form__foot small { flex: 1; min-width: 200px; font-size: 13px; line-height: 1.5; color: var(--muted); }
.form button.btn { border: 0; cursor: pointer; }
.form .btn[disabled] { opacity: 0.6; pointer-events: none; }
.form__msg { display: none; margin-top: 18px; padding: 14px 16px; border-radius: 12px; font-size: 14.5px; line-height: 1.5; }
.form__msg.is-error { display: block; background: #fff2ee; color: #a5310f; box-shadow: inset 0 0 0 1px #ffd3c6; }
.form__done { display: none; text-align: center; padding: clamp(24px, 5vw, 56px) 8px; }
.form__done:focus { outline: none; }
.form__done .tile { margin-inline: auto; width: 64px; height: 64px; border-radius: 20px; font-size: 28px; }
.form__done h2 { margin-top: 22px; }
.form__done p { margin-top: 10px; max-width: 26em; margin-inline: auto; }
.form.is-sent form { display: none; }
.form.is-sent .form__done { display: block; }

@media (max-width: 900px) {
  .book { grid-template-columns: minmax(0, 1fr); row-gap: 0; }
  /* on small screens the form comes straight after the intro, before "what happens next" */
  .book > div:first-child { display: contents; }
  .book .badge { justify-self: start; }
  .book .form { order: 1; margin-top: 32px; }
  .book .next { order: 2; }
  .book .reach { order: 3; }
}
@media (max-width: 640px) { .fields { grid-template-columns: minmax(0, 1fr); } .form__foot .btn { width: 100%; } }

/* ---------- reveal on scroll (only when JS is running) ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.in { opacity: 1; transform: none; transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1); transition-delay: var(--d, 0s); }

/* =====================================================
   Responsive
   ===================================================== */

@media (max-width: 1020px) {
  .services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .caps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot__grid { grid-template-columns: repeat(3, 1fr); }
  .foot__brand { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .hero__grid, .product, .why, .quote { grid-template-columns: minmax(0, 1fr); }
  .product--flip .product__copy { order: 0; }
  .stage, .pstage, .panel, .photo { max-width: 560px; margin-inline: auto; width: 100%; }
  .quote img { max-height: 300px; }
  .steps { grid-template-columns: minmax(0, 1fr); }
  .steps::before { display: none; }
  .plans { grid-template-columns: minmax(0, 1fr); max-width: 460px; margin-inline: auto; padding-top: 0; }
  .plan--hot { margin-block: 0; padding-block: 32px; }
  .plan__for { min-height: 0; }
  .cta::before { right: -260px; opacity: 0.7; }
  .cta::after { display: none; }

  .menu-btn { display: grid; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; gap: 2px; padding: 10px var(--gutter) 22px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 24px 40px -24px rgba(11, 34, 57, 0.3); }
  .nav.is-open { display: flex; }
  .nav a:not(.btn) { padding: 15px 12px; font-size: 17px; }
  .nav .btn { margin: 12px 0 0; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .services, .caps, .reasons { grid-template-columns: minmax(0, 1fr); }
  .svc--wide { grid-column: auto; grid-template-columns: minmax(0, 1fr); }
  .actions .btn { width: 100%; }
  .checks { flex-direction: column; }
  .float--a { left: -4px; top: 6px; }
  .float--b { right: -4px; bottom: 8px; }
  .stage { padding: 56px 6px 62px; }
  .stage::before { inset: 0; }
  .stage::after { display: none; }
  .photo .float { left: 10px; bottom: 16px; }
  .photo::before { inset: 20px -8px -10px 20px; }
  .pstage { padding: 0; }
  .pstage::before { inset: 30px -8px 120px 30px; }
  .pstage .mcard { position: relative; width: auto; margin: -56px 12px 0; }
  .pstage .float { right: 8px; top: 14px; }
  .mcard--sum { right: -4px; }
  .mock-agent { padding-bottom: 150px; }
  .hours__row { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .hours__row--scale > span { display: none; }
  .hours__cells, .hours__scale { gap: 2px; }
  .hours__cells i { border-radius: 3px; }
  .foot__grid { grid-template-columns: repeat(2, 1fr); }
  .trust__in { flex-direction: column; align-items: flex-start; }
}

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