:root {
  --navy: #071a2d;
  --navy-2: #0c2d43;
  --ink: #0f172a;
  --muted: #5f6f81;
  --line: #dce5ec;
  --surface: #ffffff;
  --soft: #f4f8fa;
  --cyan: #0891b2;
  --cyan-bright: #22d3ee;
  --cyan-soft: #ecfeff;
  --green: #25d366;
  --orange: #f97316;
  --purple: #7c3aed;
  --radius: 18px;
  --radius-lg: 30px;
  --shadow: 0 24px 70px rgba(7, 26, 45, .12);
  --max: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.nc-container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }

/* Navigation */
.nc-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(220, 229, 236, .8);
  backdrop-filter: blur(20px) saturate(150%);
}
.nc-nav-inner {
  width: min(1280px, calc(100% - 40px));
  min-height: 78px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.nc-brand { display: flex; align-items: center; margin-right: auto; }
.nc-brand img { width: 220px; height: auto; }
.nc-nav-links { display: flex; align-items: center; gap: 28px; }
.nc-nav-links a, .nc-link-login { font-size: 13px; font-weight: 700; color: #526273; transition: color .2s; white-space: nowrap; }
.nc-nav-links a:hover, .nc-link-login:hover { color: var(--cyan); }
.nc-nav-actions { display: flex; align-items: center; gap: 14px; }
.nc-language select {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 999px;
  padding: 8px 28px 8px 12px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.nc-menu-toggle { display: none; border: 0; background: none; color: var(--ink); font-size: 23px; cursor: pointer; }

/* Buttons */
.nc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.nc-btn:hover { transform: translateY(-2px); }
.nc-btn-sm { min-height: 40px; padding-inline: 18px; font-size: 12px; }
.nc-btn-primary { background: var(--navy); color: #fff; box-shadow: 0 10px 30px rgba(7, 26, 45, .18); }
.nc-btn-primary:hover { background: #0b2943; box-shadow: 0 15px 38px rgba(7, 26, 45, .24); }
.nc-btn-secondary { background: #fff; color: var(--ink); border-color: var(--line); }
.nc-btn-secondary:hover { border-color: var(--cyan); color: var(--cyan); }
.nc-btn-light { background: #fff; color: var(--navy); }
.nc-btn-glass { color: #fff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.25); }

/* Hero */
.nc-hero {
  position: relative;
  overflow: hidden;
  padding: 154px 0 90px;
  background:
    linear-gradient(125deg, rgba(236,254,255,.75), transparent 43%),
    linear-gradient(180deg, #fff, #f7fbfc);
}
.nc-orb { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.nc-orb-a { width: 420px; height: 420px; background: rgba(34, 211, 238, .08); left: -180px; top: 60px; }
.nc-orb-b { width: 360px; height: 360px; background: rgba(124, 58, 237, .06); right: -160px; bottom: 0; }
.nc-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 42px; position: relative; z-index: 1; }
.nc-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 8px 13px 8px 8px;
  border: 1px solid rgba(8,145,178,.18);
  border-radius: 999px;
  background: rgba(236,254,255,.85);
  color: #0e7490;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .015em;
}
.nc-badge-check { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--green); color: #fff; }
.nc-hero h1, .nc-section h2, .nc-contact h2, .nc-login h2 {
  margin: 0;
  font-family: Outfit, Inter, sans-serif;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.nc-hero h1 { max-width: 650px; font-size: clamp(44px, 5.7vw, 76px); font-weight: 800; }
.nc-hero h1 span { color: var(--cyan); }
.nc-lead { max-width: 600px; margin: 24px 0 30px; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.7; }
.nc-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.nc-channel-line { margin: 24px 0 0; color: #7b8a99; font-size: 12px; font-weight: 700; letter-spacing: .01em; }
.nc-hero-visual { position: relative; margin-right: -70px; }
.nc-carousel { position: relative; aspect-ratio: 900 / 610; border-radius: 30px; }
.nc-carousel-track { position: relative; width: 100%; height: 100%; }
.nc-carousel-slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transform: translateX(18px) scale(.985); transition: opacity .55s ease, transform .55s ease, visibility .55s; }
.nc-carousel-slide.is-active { opacity: 1; visibility: visible; transform: translateX(0) scale(1); }
.nc-carousel-slide img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 30px 40px rgba(7,26,45,.18)); }
.nc-photo-slide { overflow: hidden; border-radius: 30px; background: var(--navy); box-shadow: 0 28px 65px rgba(7,26,45,.2); }
.nc-photo-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,19,33,.93) 0%,rgba(4,19,33,.65) 43%,rgba(4,19,33,.06) 76%),linear-gradient(0deg,rgba(4,19,33,.38),transparent 48%); pointer-events: none; }
.nc-photo-slide img { object-fit: cover; filter: none; transform: scale(1.015); }
.nc-photo-team img { object-position: 50% 48%; }.nc-photo-campaign img { object-position: 55% 50%; }.nc-photo-support img { object-position: 68% 33%; }
.nc-photo-slide figcaption { position: absolute; z-index: 2; left: 48px; top: 50%; width: min(48%,360px); display: grid; transform: translateY(-50%); }
.nc-photo-slide figcaption span { margin-bottom: 15px; color: #67e8f9; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.nc-photo-slide figcaption strong { color: #fff; font-family: Outfit,Inter,sans-serif; font-size: clamp(25px,3vw,37px); line-height: 1.05; letter-spacing: -.035em; }
.nc-photo-slide figcaption small { margin-top: 17px; color: #c4d5df; font-size: 12px; line-height: 1.65; }
.nc-slide-chip,.nc-slide-conversation,.nc-slide-metrics { position: absolute; z-index: 2; right: 24px; bottom: 24px; border: 1px solid rgba(255,255,255,.65); background: rgba(255,255,255,.94); box-shadow: 0 16px 35px rgba(4,19,33,.2); backdrop-filter: blur(10px); }
.nc-slide-chip { display: flex; align-items: center; gap: 10px; padding: 13px 17px; border-radius: 999px; color: var(--navy); font-size: 10px; }
.nc-slide-chip i { width: 10px; height: 10px; border-radius: 50%; background: #25d366; box-shadow: 0 0 0 5px rgba(37,211,102,.15); }
.nc-slide-metrics { display: flex; gap: 8px; padding: 8px; border-radius: 17px; }
.nc-slide-metrics span { min-width: 90px; padding: 11px 13px; border-radius: 11px; background: #f8fafc; }
.nc-slide-metrics small,.nc-slide-metrics b { display: block; }.nc-slide-metrics small { color: #64748b; font-size: 7px; font-weight: 800; }.nc-slide-metrics b { margin-top: 5px; color: var(--navy); font-size: 17px; }
.nc-slide-conversation { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 16px; }
.nc-slide-conversation > i { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 50%; background: var(--cyan); color: #fff; font-style: normal; font-size: 11px; font-weight: 900; }
.nc-slide-conversation span { display: grid; margin-right: 10px; }.nc-slide-conversation small { color: var(--cyan); font-size: 7px; font-weight: 900; }.nc-slide-conversation b { color: var(--navy); font-size: 10px; }.nc-slide-conversation em { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #dcfce7; color: #16a34a; font-style: normal; font-weight: 900; }
.nc-carousel-arrow { position: absolute; z-index: 3; top: 50%; width: 42px; height: 42px; display: grid; place-items: center; padding: 0 0 4px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(255,255,255,.9); color: var(--navy); box-shadow: 0 10px 28px rgba(7,26,45,.14); font-size: 29px; cursor: pointer; transform: translateY(-50%); transition: transform .2s, background .2s; }
.nc-carousel-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.08); }
.nc-carousel-arrow.prev { left: 13px; }.nc-carousel-arrow.next { right: 13px; }
.nc-carousel-dots { position: absolute; z-index: 3; left: 50%; bottom: 16px; display: flex; gap: 8px; padding: 8px 11px; border-radius: 999px; background: rgba(7,26,45,.7); backdrop-filter: blur(8px); transform: translateX(-50%); }
.nc-carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.45); cursor: pointer; transition: width .2s, background .2s; }
.nc-carousel-dots button.is-active { width: 24px; background: #fff; }

/* Proof strip */
.nc-proof { border-block: 1px solid var(--line); background: #fff; }
.nc-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.nc-proof-grid > div {
  min-height: 112px;
  padding: 22px 28px;
  display: grid;
  grid-template-columns: 38px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 13px;
  border-right: 1px solid var(--line);
}
.nc-proof-grid > div:last-child { border-right: 0; }
.nc-proof-icon { grid-row: 1 / 3; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--cyan-soft); color: var(--cyan); font-weight: 900; }
.nc-proof-icon.nc-wa { background: #ecfdf5; color: #16a34a; }
.nc-proof strong { align-self: end; font-size: 14px; }
.nc-proof small { color: var(--muted); font-size: 11px; }

/* General sections */
.nc-section { padding: 110px 0; }
.nc-soft { background: var(--soft); }
.nc-section-head { max-width: 790px; margin: 0 auto 54px; text-align: center; }
.nc-eyebrow { display: block; margin-bottom: 13px; color: var(--cyan); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.nc-section h2, .nc-contact h2, .nc-login h2 { font-size: clamp(34px, 4.2vw, 54px); }
.nc-section-head p, .nc-copy { color: var(--muted); font-size: 17px; line-height: 1.75; }
.nc-section-head p { max-width: 680px; margin: 18px auto 0; }
.nc-copy { margin: 20px 0 25px; }

/* Feature grid */
.nc-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nc-feature-card {
  min-height: 240px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.nc-feature-card:hover { transform: translateY(-5px); border-color: rgba(8,145,178,.35); box-shadow: var(--shadow); }
.nc-feature-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 33px; border-radius: 15px; background: var(--cyan-soft); font-size: 21px; }
.nc-feature-card h3 { margin: 0 0 10px; font-size: 19px; }
.nc-feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.nc-feature-dark { color: #fff; background: linear-gradient(145deg, var(--navy), var(--navy-2)); border-color: transparent; }
.nc-feature-dark p { color: #adc0cf; }
.nc-feature-dark .nc-feature-icon { color: var(--cyan-bright); background: rgba(34,211,238,.12); }

/* Channels */
.nc-channels { padding: 100px 0; background: var(--navy); color: #fff; overflow: hidden; }
.nc-section-head-light p { color: #9db1c2; }
.nc-channel-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.nc-channel-grid article {
  padding: 28px 15px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius);
  background: rgba(255,255,255,.055);
  transition: transform .2s, background .2s;
}
.nc-channel-grid article:hover { transform: translateY(-5px); background: rgba(255,255,255,.09); }
.nc-channel-logo { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 15px; border-radius: 16px; font-size: 23px; font-weight: 900; color: #fff; }
.nc-channel-logo.wa { background: #25d366; }.nc-channel-logo.sms { background: #3b82f6; }.nc-channel-logo.rcs { background: #8b5cf6; }.nc-channel-logo.email { background: #f97316; }.nc-channel-logo.tg { background: #229ed9; }
.nc-channel-grid strong { display: block; font-size: 15px; }
.nc-channel-grid small { color: #91a8b9; font-size: 10px; }

/* Splits and media */
.nc-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 78px; }
.nc-split-reverse > :first-child { order: 2; }
.nc-split-reverse > :last-child { order: 1; }
.nc-media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.nc-check-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 14px; }
.nc-check-list li { display: flex; align-items: flex-start; gap: 12px; color: #334155; font-size: 14px; font-weight: 600; }
.nc-check-list li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%; background: #dcfce7; color: #15803d; font-weight: 900; }
.nc-text-link { display: inline-flex; padding-bottom: 4px; border-bottom: 2px solid var(--cyan); color: var(--cyan); font-weight: 800; font-size: 14px; }
.nc-meta-mark { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 25px; }
.nc-meta-mark span { color: #087bea; font-size: 36px; font-weight: 800; line-height: 1; }
.nc-meta-mark small { color: #087bea; font-weight: 800; }
.nc-official-cta { margin-top: 28px; }

/* Phone scene */
.nc-phone-scene { position: relative; min-height: 560px; display: grid; place-items: center; border-radius: var(--radius-lg); background: radial-gradient(circle at 50% 40%, #cffafe, #f0fdfa 58%, #fff 75%); }
.nc-phone { width: 290px; padding: 12px; border: 8px solid #081b2d; border-radius: 39px; background: #fff; box-shadow: 0 30px 70px rgba(7,26,45,.25); transform: rotate(3deg); }
.nc-phone-top { width: 74px; height: 18px; margin: -4px auto 7px; border-radius: 0 0 12px 12px; background: #081b2d; }
.nc-chat-head { display: flex; align-items: center; gap: 9px; padding: 10px 4px; border-bottom: 1px solid #e2e8f0; }
.nc-chat-avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--cyan); color: #fff; font-weight: 900; }
.nc-chat-head div { display: grid; line-height: 1.25; margin-right: auto; }.nc-chat-head strong { font-size: 11px; }.nc-chat-head small { color: var(--muted); font-size: 8px; }.nc-chat-head b { color: #fff; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: #229ed9; font-size: 9px; }
.nc-chat-body { min-height: 385px; padding: 21px 6px; background: #f6f1e9; border-radius: 0 0 25px 25px; }
.nc-message { width: 82%; margin-bottom: 11px; padding: 11px 13px; border-radius: 12px; font-size: 10px; line-height: 1.45; box-shadow: 0 1px 2px rgba(0,0,0,.06); }
.nc-message.in { background: #fff; }.nc-message.out { margin-left: auto; background: #d9fdd3; }
.nc-quick { margin: 7px 0 0; padding: 9px; text-align: center; border-radius: 9px; background: #fff; color: #087bea; font-size: 9px; font-weight: 800; }
.nc-floating-card { position: absolute; right: 25px; bottom: 95px; display: flex; align-items: center; gap: 11px; padding: 14px 17px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.nc-floating-card > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #dcfce7; color: #15803d; font-weight: 900; }
.nc-floating-card div { display: grid; }.nc-floating-card strong { font-size: 11px; }.nc-floating-card small { color: var(--muted); font-size: 9px; }

/* Differentiators */
.nc-difference { background: linear-gradient(180deg, #f8fafc, #fff); }
.nc-difference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nc-difference-card { min-height: 255px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 30px rgba(7,26,45,.04); transition: transform .25s, box-shadow .25s, border-color .25s; }
.nc-difference-card:hover { transform: translateY(-5px); border-color: rgba(8,145,178,.32); box-shadow: var(--shadow); }
.nc-difference-card > span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 34px; border-radius: 12px; background: var(--cyan-soft); color: var(--cyan); font-size: 11px; font-weight: 900; }
.nc-difference-card h3 { margin: 0 0 12px; font-family: Outfit, sans-serif; font-size: 21px; line-height: 1.2; }
.nc-difference-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

/* Solutions */
.nc-solutions { background: #fff; }
.nc-solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.nc-solution { position: relative; min-height: 300px; padding: 30px; border-right: 1px solid var(--line); background: #fff; transition: background .2s, color .2s; }
.nc-solution:last-child { border-right: 0; }
.nc-solution > span { color: var(--cyan); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.nc-solution h3 { margin: 75px 0 13px; font-family: Outfit, sans-serif; font-size: 26px; }
.nc-solution p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.nc-solution-arrow { position: absolute; top: 24px; right: 24px; display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 50%; }
.nc-solution:hover { color: #fff; background: var(--navy); }.nc-solution:hover p { color: #a9bbc9; }.nc-solution:hover .nc-solution-arrow { border-color: rgba(255,255,255,.2); }

/* Trust */
.nc-trust { color: #fff; background: linear-gradient(135deg, #071a2d, #0b324a); }
.nc-trust-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.nc-trust .nc-copy { color: #9db1c2; }
.nc-trust-list { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); overflow: hidden; }
.nc-trust-list > div { min-height: 140px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.nc-trust-list > div:nth-child(2n) { border-right: 0; }.nc-trust-list > div:nth-child(n+3) { border-bottom: 0; }
.nc-trust-list span { color: var(--cyan-bright); font-size: 10px; font-weight: 900; }.nc-trust-list strong { font-size: 14px; }

/* CTA */
.nc-contact { padding: 80px 0; color: #fff; background: linear-gradient(120deg, #0891b2, #0e7490 45%, #0b3048); }
.nc-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.nc-contact h2 { max-width: 700px; font-size: clamp(35px, 4vw, 54px); }
.nc-contact p { margin: 15px 0 0; color: #cffafe; }
.nc-contact .nc-eyebrow { color: #a5f3fc; }
.nc-contact .nc-actions { flex-wrap: nowrap; }

/* Login */
.nc-login { background: var(--soft); }
.nc-login-grid { display: grid; grid-template-columns: 1fr 440px; align-items: center; gap: 90px; }
.nc-login-mini { max-width: 560px; margin-top: 30px; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.nc-login-box { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.nc-login-logo { width: 230px; margin-bottom: 30px; }
.nc-login-box h3 { margin: 0 0 5px; font-family: Outfit, sans-serif; font-size: 25px; }
.nc-login-box > p { margin: 0 0 25px; color: var(--muted); font-size: 13px; }
.nc-login-box form { display: grid; gap: 16px; }
.nc-login-box label span { display: block; margin-bottom: 7px; color: #445365; font-size: 12px; font-weight: 800; }
.nc-login-box input { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; outline: none; }
.nc-login-box input:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(8,145,178,.1); }
.nc-login-box button { min-height: 50px; border: 0; border-radius: 12px; background: var(--navy); color: #fff; font-weight: 800; cursor: pointer; }
.nc-login-box button.success { background: #16a34a; }
.login-error, .login-attempts { display: none; margin-bottom: 16px; padding: 10px 12px; border-radius: 10px; font-size: 12px; }
.login-error.show { display: block; color: #b91c1c; background: #fef2f2; border: 1px solid #fecaca; }
.login-attempts.show { display: block; color: #92400e; background: #fffbeb; border: 1px solid #fde68a; }

/* Footer */
.nc-footer { padding: 72px 0 25px; color: #8fa3b4; background: #041321; }
.nc-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 45px; }
.nc-footer-logo { width: 210px; margin-bottom: 19px; }
.nc-footer p, .nc-footer a { color: #8fa3b4; font-size: 12px; line-height: 1.7; }
.nc-footer a { display: block; margin: 8px 0; }.nc-footer a:hover { color: #fff; }
.nc-footer h4 { margin: 0 0 18px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.nc-footer-grid > div:first-child p { max-width: 320px; }
.nc-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #62798a; font-size: 10px; }

/* Motion */
.nc-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.nc-reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .nc-reveal { opacity: 1; transform: none; transition: none; }
  .nc-btn:hover, .nc-feature-card:hover, .nc-channel-grid article:hover { transform: none; }
}

@media (max-width: 1080px) {
  .nc-nav-links { display: none; }
  .nc-menu-toggle { display: block; order: 3; }
  .nc-nav-links.open { position: absolute; top: 78px; left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(7,26,45,.1); }
  .nc-nav-links.open a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nc-hero-grid { grid-template-columns: 1fr; }
  .nc-hero-copy { max-width: 780px; text-align: center; margin: auto; }
  .nc-hero h1 { margin-inline: auto; }
  .nc-lead { margin-inline: auto; }
  .nc-hero .nc-actions { justify-content: center; }
  .nc-hero-visual { max-width: 850px; margin: 15px auto 0; }
  .nc-split, .nc-trust-grid { gap: 45px; }
  .nc-solution-grid { grid-template-columns: 1fr 1fr; }
  .nc-solution { border-bottom: 1px solid var(--line); }
  .nc-solution:nth-child(2n) { border-right: 0; }
  .nc-solution:nth-child(n+3) { border-bottom: 0; }
}

@media (max-width: 820px) {
  .nc-container { width: min(100% - 32px, var(--max)); }
  .nc-nav-actions .nc-link-login, .nc-nav-actions .nc-btn { display: none; }
  .nc-brand img { width: 185px; }
  .nc-hero { padding-top: 125px; }
  .nc-proof-grid { grid-template-columns: 1fr 1fr; }
  .nc-proof-grid > div:nth-child(2) { border-right: 0; }
  .nc-proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .nc-feature-grid { grid-template-columns: 1fr 1fr; }
  .nc-difference-grid { grid-template-columns: 1fr 1fr; }
  .nc-channel-grid { grid-template-columns: repeat(3, 1fr); }
  .nc-split, .nc-trust-grid, .nc-login-grid { grid-template-columns: 1fr; }
  .nc-split-reverse > :first-child, .nc-split-reverse > :last-child { order: initial; }
  .nc-phone-scene { min-height: 520px; }
  .nc-contact-inner { flex-direction: column; align-items: flex-start; }
  .nc-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .nc-nav-inner { width: calc(100% - 24px); min-height: 70px; gap: 12px; }
  .nc-brand img { width: 158px; }
  .nc-language select { max-width: 76px; padding-right: 8px; }
  .nc-nav-links.open { top: 70px; }
  .nc-hero { padding: 112px 0 65px; }
  .nc-hero h1 { font-size: 42px; }
  .nc-actions .nc-btn { width: 100%; }
  .nc-hero-visual { margin-inline: -14px; }
  .nc-proof-grid, .nc-feature-grid, .nc-channel-grid, .nc-difference-grid, .nc-solution-grid, .nc-trust-list, .nc-footer-grid { grid-template-columns: 1fr; }
  .nc-proof-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .nc-proof-grid > div:last-child { border-bottom: 0; }
  .nc-section { padding: 78px 0; }
  .nc-feature-card { min-height: 210px; }
  .nc-difference-card { min-height: auto; }
  .nc-carousel-arrow { width: 36px; height: 36px; font-size: 24px; }
  .nc-photo-slide figcaption { left: 30px; width: 58%; }
  .nc-photo-slide figcaption small { font-size: 10px; }
  .nc-slide-metrics,.nc-slide-chip,.nc-slide-conversation { right: 12px; bottom: 12px; transform: scale(.82); transform-origin: right bottom; }
  .nc-channel-grid { grid-template-columns: 1fr 1fr; }
  .nc-phone-scene { min-height: 500px; }
  .nc-phone { width: 260px; }
  .nc-floating-card { right: 2px; bottom: 45px; }
  .nc-solution { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .nc-solution:last-child { border-bottom: 0 !important; }
  .nc-solution h3 { margin-top: 45px; }
  .nc-trust-list > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12) !important; }
  .nc-trust-list > div:last-child { border-bottom: 0 !important; }
  .nc-contact .nc-actions { width: 100%; flex-wrap: wrap; }
  .nc-login-box { padding: 27px 22px; }
  .nc-footer-bottom { flex-direction: column; }
}
