/* CAB-IT — landing page Creare Site Web, construită pentru trafic din reclame */
:root {
  --web-ink: #0b1720;
  --web-ink-soft: #41515d;
  --web-muted: #6b7a86;
  --web-line: #dfe7eb;
  --web-surface: #ffffff;
  --web-soft: #f4f8f8;
  --web-teal: #00a99d;
  --web-teal-dark: #007d75;
  --web-teal-pale: #dff7f4;
  --web-blue: #2563eb;
  --web-whatsapp: #20b95a;
  --web-radius: 30px;
  --web-shadow: 0 24px 70px rgba(11, 23, 32, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body.cabit-web-call-page {
  margin: 0;
  padding-bottom: 108px;
  color: var(--web-ink);
  background: #f7f9fa;
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

body.cabit-web-call-page img {
  max-width: 100%;
}

body.cabit-web-call-page a {
  text-decoration: none;
}

body.cabit-web-call-page button,
body.cabit-web-call-page a {
  touch-action: manipulation;
}

.web-shell {
  width: min(calc(100% - 40px), 1240px);
  margin-inline: auto;
}

.web-call-header {
  position: sticky;
  z-index: 120;
  top: 0;
  padding: 12px 0;
  border-bottom: 1px solid rgba(223, 231, 235, 0.78);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.web-call-header__inner {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.web-call-logo {
  display: inline-flex;
  align-items: center;
}

.web-call-logo img {
  width: 150px;
  height: auto;
  display: block;
}

.web-call-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.web-call-nav > a:not(.web-call-nav__phone) {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  color: #32424e;
  font-size: 14px;
  font-weight: 700;
}

.web-call-nav > a:not(.web-call-nav__phone):hover {
  color: var(--web-teal-dark);
}

.web-call-nav__phone {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 15px;
  color: #fff;
  background: var(--web-ink);
  box-shadow: 0 10px 25px rgba(11, 23, 32, 0.14);
  font-size: 14px;
  font-weight: 850;
  transition: transform 180ms ease, background 180ms ease;
}

.web-call-nav__phone:hover {
  color: #fff;
  background: var(--web-teal-dark);
  transform: translateY(-2px);
}

.web-call-nav__phone span {
  font-size: 20px;
}

.web-call-main {
  overflow: hidden;
}

.web-call-hero {
  width: min(calc(100% - 20px), 1480px);
  min-height: 720px;
  display: grid;
  align-items: center;
  margin: 10px auto 0;
  overflow: hidden;
  border-radius: 40px;
  color: #fff;
  background:
    radial-gradient(circle at 87% 14%, rgba(58, 214, 201, 0.3), transparent 31%),
    radial-gradient(circle at 13% 90%, rgba(37, 99, 235, 0.22), transparent 35%),
    linear-gradient(135deg, #07151d 0%, #0c2630 57%, #0b3d3c 100%);
  box-shadow: 0 34px 100px rgba(11, 23, 32, 0.18);
}

.web-call-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
  padding-block: 80px;
}

.web-call-kicker,
.web-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 19px;
  color: var(--web-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.web-call-kicker {
  color: #8ff2e9;
}

.web-call-kicker::before,
.web-section-kicker::before {
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 6px color-mix(in srgb, currentColor 16%, transparent);
}

.web-call-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(48px, 6.4vw, 82px);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.web-call-hero h1 em {
  color: #80e8df;
  font-style: normal;
}

.web-call-hero__lead {
  max-width: 670px;
  margin: 27px 0 0;
  color: #c7d5db;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.65;
}

.web-call-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.web-primary-call,
.web-whatsapp-action,
.web-secondary-action {
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 17px;
  font-size: 15px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.web-primary-call {
  padding: 0 27px;
  color: #06211f;
  background: #78eadf;
  box-shadow: 0 15px 35px rgba(36, 210, 195, 0.25);
}

.web-primary-call:hover {
  color: #06211f;
  background: #a2f2eb;
  box-shadow: 0 19px 42px rgba(36, 210, 195, 0.32);
  transform: translateY(-3px);
}

.web-primary-call__icon,
.web-whatsapp-action__icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  font-size: 17px;
}

.web-primary-call__icon {
  color: #fff;
  background: #087c73;
}

.web-whatsapp-action {
  padding: 0 23px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.web-whatsapp-action:hover {
  color: #fff;
  border-color: rgba(115, 234, 163, 0.6);
  background: rgba(32, 185, 90, 0.18);
  transform: translateY(-3px);
}

.web-whatsapp-action__icon {
  color: #fff;
  background: var(--web-whatsapp);
}

.web-whatsapp-action__icon svg,
.web-sticky-whatsapp svg {
  width: 19px;
  height: 19px;
  display: block;
}

.web-call-hero__microcopy {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 23px 0 0;
  color: #9fb2ba;
  font-size: 12px;
  font-weight: 700;
}

.web-call-hero__microcopy span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.web-call-hero__microcopy span::before {
  content: "✓";
  color: #80e8df;
  font-weight: 900;
}

.web-call-hero__visual {
  position: relative;
  min-height: 490px;
}

.web-call-browser {
  position: absolute;
  z-index: 2;
  inset: 28px 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
  transform: perspective(1200px) rotateY(-7deg) rotateX(2deg);
}

.web-call-browser__top {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  background: #edf2f4;
}

.web-call-browser__top i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fb6e68;
}

.web-call-browser__top i:nth-child(2) {
  background: #f6c850;
}

.web-call-browser__top i:nth-child(3) {
  background: #52c878;
}

.web-call-browser__top span {
  width: 52%;
  height: 14px;
  margin-left: 8px;
  border-radius: 6px;
  background: #d9e2e6;
}

.web-call-browser img {
  width: 100%;
  height: 380px;
  display: block;
  object-fit: cover;
  object-position: top;
}

.web-call-phone {
  position: absolute;
  z-index: 4;
  right: -16px;
  bottom: -8px;
  width: 172px;
  overflow: hidden;
  padding: 8px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  background: #0b1720;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
  transform: rotate(3deg);
}

.web-call-phone::before {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 50%;
  width: 50px;
  height: 7px;
  content: "";
  border-radius: 0 0 8px 8px;
  background: #0b1720;
  transform: translateX(-50%);
}

.web-call-phone img {
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 22px;
  object-fit: cover;
  object-position: top;
}

.web-call-proof-card {
  position: absolute;
  z-index: 5;
  left: -28px;
  bottom: 18px;
  min-width: 190px;
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  color: var(--web-ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.web-call-proof-card img {
  width: 45px;
  height: 45px;
  border-radius: 11px;
  object-fit: contain;
}

.web-call-proof-card span {
  display: grid;
  gap: 2px;
}

.web-call-proof-card strong {
  font-size: 14px;
}

.web-call-proof-card small {
  color: var(--web-muted);
  font-size: 11px;
}

.web-call-metric {
  position: absolute;
  z-index: 6;
  top: 0;
  right: 20px;
  display: grid;
  padding: 13px 17px;
  border: 1px solid rgba(137, 240, 230, 0.4);
  border-radius: 16px;
  background: rgba(5, 34, 38, 0.82);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.web-call-metric strong {
  color: #8ff2e9;
  font-size: 20px;
}

.web-call-metric span {
  color: #c8d9dd;
  font-size: 11px;
}

.web-trust-strip {
  padding: 28px 0;
}

.web-trust-strip__inner {
  min-height: 95px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--web-line);
  border-radius: 25px;
  background: var(--web-surface);
  box-shadow: 0 14px 40px rgba(11, 23, 32, 0.05);
}

.web-trust-item {
  min-height: 62px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 0 28px;
  border-right: 1px solid var(--web-line);
}

.web-trust-item:last-child {
  border-right: 0;
}

.web-trust-item strong {
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 20px;
}

.web-trust-item span {
  color: var(--web-muted);
  font-size: 12px;
}

.web-section {
  padding: clamp(76px, 9vw, 120px) 0;
}

.web-section.is-soft {
  background: var(--web-soft);
}

.web-section-head {
  max-width: 820px;
  margin-bottom: clamp(32px, 5vw, 54px);
}

.web-section-head.is-split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
}

.web-section-head h2,
.web-partner-copy h2,
.web-final-call h2 {
  margin: 0;
  color: var(--web-ink);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 850;
  letter-spacing: -0.048em;
  line-height: 1.03;
}

.web-section-head p {
  max-width: 680px;
  margin: 19px 0 0;
  color: var(--web-muted);
  font-size: 17px;
  line-height: 1.7;
}

.web-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.web-benefit {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 31px;
  border: 1px solid var(--web-line);
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 14px 50px rgba(11, 23, 32, 0.05);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.web-benefit:hover {
  border-color: rgba(0, 169, 157, 0.35);
  box-shadow: 0 24px 60px rgba(11, 23, 32, 0.09);
  transform: translateY(-7px);
}

.web-benefit__number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border-radius: 16px;
  color: var(--web-teal-dark);
  background: var(--web-teal-pale);
  font-family: Manrope, Inter, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.web-benefit h3 {
  margin: 40px 0 12px;
  color: var(--web-ink);
  font-family: Manrope, Inter, sans-serif;
  font-size: 25px;
  letter-spacing: -0.035em;
}

.web-benefit p {
  margin: 0;
  color: var(--web-muted);
  font-size: 14px;
  line-height: 1.7;
}

.web-partner {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 95px);
  padding: clamp(40px, 6vw, 74px);
  overflow: hidden;
  border-radius: 36px;
  color: #fff;
  background:
    radial-gradient(circle at 10% 10%, rgba(46, 211, 196, 0.18), transparent 32%),
    linear-gradient(135deg, #0a1b25, #0f3338);
  box-shadow: var(--web-shadow);
}

.web-partner__badge {
  position: relative;
  display: grid;
  place-items: center;
}

.web-partner__badge::before {
  position: absolute;
  width: 230px;
  height: 230px;
  content: "";
  border: 1px solid rgba(126, 232, 223, 0.25);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(126, 232, 223, 0.035);
}

.web-partner__badge img {
  position: relative;
  width: 185px;
  height: 185px;
  object-fit: contain;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 23px 55px rgba(0, 0, 0, 0.25);
}

.web-partner-copy h2 {
  max-width: 800px;
  color: #fff;
}

.web-partner-copy p {
  max-width: 760px;
  margin: 21px 0 0;
  color: #b9cbd1;
  font-size: 16px;
  line-height: 1.75;
}

.web-partner-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.web-partner-copy li {
  padding: 10px 13px;
  border: 1px solid rgba(133, 234, 225, 0.2);
  border-radius: 999px;
  color: #d6e5e8;
  background: rgba(255, 255, 255, 0.05);
  font-size: 12px;
  font-weight: 750;
}

.web-carousel-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.web-carousel-controls button {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--web-line);
  border-radius: 17px;
  color: var(--web-ink);
  background: #fff;
  font-size: 24px;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.web-carousel-controls button:hover:not(:disabled) {
  color: #fff;
  background: var(--web-teal-dark);
  transform: translateY(-2px);
}

.web-carousel-controls button:disabled {
  cursor: default;
  opacity: 0.35;
}

.web-project-carousel {
  position: relative;
}

.web-project-track {
  display: grid;
  grid-auto-columns: minmax(330px, 43%);
  grid-auto-flow: column;
  gap: 20px;
  overflow-x: auto;
  padding: 4px 2px 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: #9fded8 #e5ecef;
  scrollbar-width: thin;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  touch-action: auto;
  -webkit-overflow-scrolling: touch;
}

.web-project-track::-webkit-scrollbar {
  height: 7px;
}

.web-project-track::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #e5ecef;
}

.web-project-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #8ad3cc;
}

.web-project {
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.web-project > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--web-line);
  border-radius: 29px;
  color: var(--web-ink);
  background: #fff;
  box-shadow: 0 14px 45px rgba(11, 23, 32, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.web-project > a:hover {
  color: var(--web-ink);
  box-shadow: 0 24px 60px rgba(11, 23, 32, 0.11);
  transform: translateY(-6px);
}

.web-project__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e9eff1;
}

.web-project__media::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  content: "";
  background: linear-gradient(transparent, rgba(7, 21, 29, 0.52));
}

.web-project__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.web-project > a:hover .web-project__media img {
  transform: scale(1.045);
}

.web-project__tag {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 17px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 21, 29, 0.6);
  backdrop-filter: blur(8px);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.web-project__body {
  min-height: 185px;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.web-project__body h3 {
  margin: 0;
  color: var(--web-ink);
  font-family: Manrope, Inter, sans-serif;
  font-size: 25px;
  letter-spacing: -0.035em;
}

.web-project__body p {
  margin: 11px 0 24px;
  color: var(--web-muted);
  font-size: 13px;
  line-height: 1.65;
}

.web-project__body strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
  color: var(--web-teal-dark);
  font-size: 13px;
}

.web-project__body strong span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--web-teal-pale);
  font-size: 18px;
}

.web-carousel-status {
  display: none;
  margin-top: 10px;
  color: var(--web-muted);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.web-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 45px;
  counter-reset: process;
}

.web-process li {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-top: 3px solid var(--web-teal);
  border-radius: 5px 5px 24px 24px;
  background: #fff;
  box-shadow: 0 15px 50px rgba(11, 23, 32, 0.055);
  counter-increment: process;
}

.web-process li::before {
  content: "0" counter(process);
  color: var(--web-teal);
  font-family: Manrope, Inter, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.web-process strong {
  display: block;
  margin: auto 0 9px;
  font-family: Manrope, Inter, sans-serif;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.web-process span {
  color: var(--web-muted);
  font-size: 13px;
  line-height: 1.65;
}

.web-call-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: clamp(34px, 6vw, 70px);
  border: 1px solid #cde9e6;
  border-radius: 35px;
  background:
    radial-gradient(circle at 90% 50%, rgba(0, 169, 157, 0.13), transparent 29%),
    #fff;
  box-shadow: var(--web-shadow);
}

.web-call-panel h2 {
  max-width: 780px;
  margin: 0;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.web-call-panel p {
  max-width: 680px;
  margin: 17px 0 0;
  color: var(--web-muted);
  font-size: 15px;
  line-height: 1.7;
}

.web-call-panel .web-primary-call {
  min-width: 245px;
  color: #fff;
  background: var(--web-teal-dark);
}

.web-call-panel .web-primary-call:hover {
  color: #fff;
  background: #006d67;
}

.web-faq {
  max-width: 900px;
  display: grid;
  gap: 12px;
}

.web-faq details {
  border: 1px solid var(--web-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(11, 23, 32, 0.04);
}

.web-faq summary {
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 24px;
  color: var(--web-ink);
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 850;
}

.web-faq summary::-webkit-details-marker {
  display: none;
}

.web-faq summary span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--web-teal-dark);
  background: var(--web-teal-pale);
  font-size: 20px;
  transition: transform 180ms ease;
}

.web-faq details[open] summary span {
  transform: rotate(45deg);
}

.web-faq details p {
  max-width: 760px;
  margin: -4px 70px 0 24px;
  padding-bottom: 25px;
  color: var(--web-muted);
  font-size: 14px;
  line-height: 1.75;
}

.web-final-call {
  width: min(calc(100% - 20px), 1480px);
  margin: 0 auto 25px;
  padding: clamp(70px, 10vw, 125px) 0;
  border-radius: 38px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 25%, rgba(111, 231, 221, 0.22), transparent 30%),
    linear-gradient(135deg, #07151d, #0d3235);
  text-align: center;
}

.web-final-call__inner {
  max-width: 900px;
  margin-inline: auto;
}

.web-final-call h2 {
  color: #fff;
}

.web-final-call p {
  max-width: 650px;
  margin: 22px auto 31px;
  color: #bdcdd2;
  font-size: 17px;
  line-height: 1.7;
}

.web-final-call .web-primary-call {
  min-width: 270px;
}

.web-call-footer {
  padding: 30px 0 42px;
}

.web-call-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: var(--web-muted);
  font-size: 12px;
}

.web-call-footer a {
  color: var(--web-ink-soft);
  font-weight: 750;
}

.web-call-footer a:hover {
  color: var(--web-teal-dark);
}

.web-sticky-actions {
  position: fixed;
  z-index: 1000;
  left: 50%;
  bottom: max(12px, env(safe-area-inset-bottom));
  width: min(calc(100% - 24px), 670px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px;
  gap: 9px;
  padding: 8px;
  border: 1px solid rgba(197, 215, 220, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 65px rgba(11, 23, 32, 0.25);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.web-sticky-call {
  min-height: 58px;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 11px;
  padding: 7px 18px;
  border-radius: 15px;
  color: #fff;
  background: var(--web-teal-dark);
  box-shadow: 0 10px 25px rgba(0, 125, 117, 0.23);
}

.web-sticky-call:hover {
  color: #fff;
  background: #006e68;
}

.web-sticky-call__icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  font-size: 20px;
}

.web-sticky-call__copy {
  display: grid;
  gap: 1px;
  line-height: 1.1;
}

.web-sticky-call__copy strong {
  font-size: 15px;
}

.web-sticky-call__copy small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 750;
}

.web-sticky-whatsapp {
  min-height: 58px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: var(--web-whatsapp);
  box-shadow: 0 10px 25px rgba(32, 185, 90, 0.22);
}

.web-sticky-whatsapp:hover {
  color: #fff;
  background: #15994a;
}

.web-sticky-whatsapp svg {
  width: 27px;
  height: 27px;
}

[data-web-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-web-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.web-call-hero [data-web-reveal]:nth-child(2) {
  transition-delay: 70ms;
}

.web-call-hero [data-web-reveal]:nth-child(3) {
  transition-delay: 130ms;
}

.web-call-hero [data-web-reveal]:nth-child(4) {
  transition-delay: 190ms;
}

@media (max-width: 1050px) {
  .web-call-hero__grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .web-call-hero__visual {
    width: min(100%, 650px);
    min-height: 470px;
    margin-inline: auto;
  }

  .web-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .web-benefit:last-child {
    grid-column: 1 / -1;
    min-height: 250px;
  }

  .web-project-track {
    grid-auto-columns: minmax(330px, 62%);
  }
}

@media (max-width: 760px) {
  body.cabit-web-call-page {
    padding-bottom: 96px;
  }

  .web-shell {
    width: min(calc(100% - 28px), 1240px);
  }

  .web-call-header {
    padding: 8px 0;
  }

  .web-call-header__inner {
    min-height: 54px;
  }

  .web-call-logo img {
    width: 122px;
  }

  .web-call-nav > a:not(.web-call-nav__phone) {
    display: none;
  }

  .web-call-nav__phone {
    min-width: 50px;
    min-height: 50px;
    justify-content: center;
    padding: 0;
    border-radius: 14px;
  }

  .web-call-nav__phone b {
    display: none;
  }

  .web-call-hero {
    width: calc(100% - 10px);
    min-height: 0;
    margin-top: 5px;
    border-radius: 27px;
  }

  .web-call-hero__grid {
    gap: 34px;
    padding-block: 52px 47px;
  }

  .web-call-kicker,
  .web-section-kicker {
    margin-bottom: 15px;
    font-size: 10px;
  }

  .web-call-hero h1 {
    font-size: clamp(43px, 13vw, 62px);
    line-height: 1;
  }

  .web-call-hero__lead {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.62;
  }

  .web-call-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 27px;
  }

  .web-primary-call,
  .web-whatsapp-action {
    width: 100%;
    min-height: 62px;
  }

  .web-call-hero__microcopy {
    display: grid;
    gap: 8px;
    margin-top: 18px;
  }

  .web-call-hero__visual {
    min-height: 330px;
  }

  .web-call-browser {
    top: 15px;
    right: 20px;
  }

  .web-call-browser img {
    height: 260px;
  }

  .web-call-phone {
    right: -5px;
    bottom: -4px;
    width: 122px;
    padding: 6px;
    border-radius: 24px;
  }

  .web-call-phone img {
    height: 218px;
    border-radius: 18px;
  }

  .web-call-phone::before {
    top: 9px;
    width: 39px;
    height: 5px;
  }

  .web-call-proof-card {
    left: -4px;
    bottom: 8px;
    min-width: 162px;
    grid-template-columns: 38px 1fr;
    padding: 12px;
  }

  .web-call-proof-card img {
    width: 38px;
    height: 38px;
  }

  .web-call-proof-card strong {
    font-size: 12px;
  }

  .web-call-metric {
    top: -8px;
    right: 4px;
    padding: 10px 12px;
  }

  .web-call-metric strong {
    font-size: 17px;
  }

  .web-trust-strip {
    padding: 17px 0;
  }

  .web-trust-strip__inner {
    grid-template-columns: 1fr 1fr;
    border-radius: 20px;
  }

  .web-trust-item {
    min-height: 80px;
    padding: 0 17px;
    border-right: 1px solid var(--web-line);
    border-bottom: 1px solid var(--web-line);
  }

  .web-trust-item:nth-child(2) {
    border-right: 0;
  }

  .web-trust-item:nth-child(3),
  .web-trust-item:nth-child(4) {
    border-bottom: 0;
  }

  .web-trust-item strong {
    font-size: 17px;
  }

  .web-section {
    padding: 75px 0;
  }

  .web-section-head {
    margin-bottom: 31px;
  }

  .web-section-head.is-split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .web-section-head h2,
  .web-partner-copy h2,
  .web-final-call h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .web-section-head p {
    margin-top: 15px;
    font-size: 15px;
  }

  .web-benefits,
  .web-process {
    grid-template-columns: 1fr;
  }

  .web-benefit,
  .web-benefit:last-child {
    min-height: 245px;
    grid-column: auto;
    padding: 25px;
  }

  .web-benefit h3 {
    margin-top: 30px;
  }

  .web-partner {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 42px 24px;
    border-radius: 27px;
    text-align: center;
  }

  .web-partner__badge::before {
    width: 190px;
    height: 190px;
  }

  .web-partner__badge img {
    width: 155px;
    height: 155px;
  }

  .web-partner-copy p {
    font-size: 14px;
  }

  .web-partner-copy ul {
    justify-content: center;
  }

  .web-carousel-controls {
    justify-content: flex-start;
  }

  .web-carousel-controls button {
    width: 52px;
    height: 52px;
  }

  .web-project-track {
    width: calc(100% + 14px);
    grid-auto-columns: 86%;
    gap: 14px;
    padding-right: 14px;
  }

  .web-project__body {
    min-height: 195px;
    padding: 21px;
  }

  .web-project__body h3 {
    font-size: 22px;
  }

  .web-carousel-status {
    display: block;
  }

  .web-process {
    padding: 0;
  }

  .web-process li {
    min-height: 190px;
  }

  .web-call-panel {
    grid-template-columns: 1fr;
    padding: 34px 25px;
    border-radius: 27px;
  }

  .web-call-panel h2 {
    font-size: 35px;
  }

  .web-call-panel .web-primary-call {
    width: 100%;
    min-width: 0;
  }

  .web-faq summary {
    min-height: 78px;
    padding: 0 18px;
    font-size: 14px;
    line-height: 1.35;
  }

  .web-faq details p {
    margin: -2px 18px 0;
    padding-bottom: 23px;
    font-size: 13px;
  }

  .web-final-call {
    width: calc(100% - 10px);
    margin-bottom: 16px;
    border-radius: 28px;
  }

  .web-final-call p {
    font-size: 15px;
  }

  .web-call-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .web-sticky-actions {
    bottom: max(8px, env(safe-area-inset-bottom));
    width: calc(100% - 16px);
    grid-template-columns: minmax(0, 1fr) 59px;
    gap: 7px;
    padding: 7px;
    border-radius: 19px;
  }

  .web-sticky-call,
  .web-sticky-whatsapp {
    min-height: 57px;
    border-radius: 14px;
  }

  .web-sticky-call {
    grid-template-columns: 33px 1fr;
    gap: 9px;
    padding: 6px 13px;
  }

  .web-sticky-call__icon {
    width: 33px;
    height: 33px;
    font-size: 18px;
  }

  .web-sticky-call__copy strong {
    font-size: 14px;
  }

  .web-sticky-call__copy small {
    font-size: 10px;
  }
}

@media (max-width: 380px) {
  .web-call-hero h1 {
    font-size: 40px;
  }

  .web-call-browser {
    right: 12px;
  }

  .web-call-phone {
    width: 110px;
  }

  .web-call-proof-card {
    min-width: 148px;
  }

  .web-sticky-call__copy small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-web-reveal] {
    opacity: 1;
    transform: none;
  }
}

.web-phone-device-icon {
  position: relative;
  width: 13px;
  height: 21px;
  display: inline-block;
  flex: 0 0 auto;
  border: 2px solid currentColor;
  border-radius: 4px;
  font-style: normal;
}

.web-phone-device-icon::before {
  position: absolute;
  top: 2px;
  left: 50%;
  width: 4px;
  height: 1px;
  content: "";
  border-radius: 2px;
  background: currentColor;
  transform: translateX(-50%);
}

.web-phone-device-icon::after {
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 3px;
  height: 3px;
  content: "";
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}

.web-call-phone__screen {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 25px 14px 14px;
  border-radius: 22px;
  color: var(--web-ink);
  background:
    radial-gradient(circle at 85% 18%, rgba(0, 169, 157, 0.24), transparent 27%),
    linear-gradient(160deg, #f7fcfb 0%, #e8f7f5 58%, #fff 58%);
}

.web-call-phone__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.web-call-phone__nav span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--web-teal-dark);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.web-call-phone__nav i,
.web-call-phone__nav i::before,
.web-call-phone__nav i::after {
  width: 17px;
  height: 2px;
  display: block;
  border-radius: 3px;
  background: #4e646d;
}

.web-call-phone__nav i {
  position: relative;
}

.web-call-phone__nav i::before,
.web-call-phone__nav i::after {
  position: absolute;
  right: 0;
  content: "";
}

.web-call-phone__nav i::before {
  top: -5px;
}

.web-call-phone__nav i::after {
  top: 5px;
}

.web-call-phone__screen > small {
  margin-top: 29px;
  color: var(--web-teal-dark);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.web-call-phone__screen > strong {
  margin-top: 7px;
  font-family: Manrope, Inter, sans-serif;
  font-size: 17px;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.web-call-phone__preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 16px;
}

.web-call-phone__preview i {
  height: 44px;
  display: block;
  border-radius: 10px;
  background: linear-gradient(145deg, #c8e9e5, #8bd7d0);
  box-shadow: inset 0 0 0 1px rgba(0, 125, 117, 0.08);
}

.web-call-phone__preview i:nth-child(2) {
  background: linear-gradient(145deg, #dce8fa, #abc5ef);
}

.web-call-phone__preview i:nth-child(3) {
  height: 7px;
  grid-column: 1 / -1;
  border-radius: 99px;
  background: #d6e1e5;
  box-shadow: none;
}

.web-call-phone__screen > b {
  min-height: 34px;
  display: grid;
  place-items: center;
  margin-top: auto;
  border-radius: 11px;
  color: #fff;
  background: var(--web-teal-dark);
  box-shadow: 0 8px 18px rgba(0, 125, 117, 0.2);
  font-size: 9px;
}

@media (max-width: 760px) {
  .web-call-phone__screen {
    min-height: 218px;
    padding: 19px 10px 10px;
    border-radius: 18px;
  }

  .web-call-phone__nav span {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    font-size: 6px;
  }

  .web-call-phone__screen > small {
    margin-top: 18px;
    font-size: 5px;
  }

  .web-call-phone__screen > strong {
    margin-top: 5px;
    font-size: 12px;
  }

  .web-call-phone__preview {
    gap: 4px;
    margin-top: 10px;
  }

  .web-call-phone__preview i {
    height: 28px;
    border-radius: 7px;
  }

  .web-call-phone__preview i:nth-child(3) {
    height: 5px;
  }

  .web-call-phone__screen > b {
    min-height: 25px;
    border-radius: 8px;
    font-size: 7px;
  }
}

.web-all-projects-link {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 19px;
  border: 1px solid var(--web-line);
  border-radius: 17px;
  color: var(--web-ink);
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.web-all-projects-link span {
  color: var(--web-teal-dark);
  font-size: 17px;
}

.web-all-projects-link:hover {
  color: var(--web-teal-dark);
  border-color: rgba(0, 169, 157, 0.42);
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .web-carousel-controls {
    display: grid;
    grid-template-columns: 52px 52px;
  }

  .web-all-projects-link {
    width: 100%;
    grid-column: 1 / -1;
    justify-content: space-between;
  }
}

.web-project.is-best-tkd .web-project__media img {
  object-position: center 72%;
}

body.cabit-web-call-page .mobile-contact {
  display: none !important;
}

body.cabit-web-call-page .next-header {
  z-index: 900;
}

@media (max-width: 760px) {
  body.cabit-web-call-page .next-header {
    margin-bottom: 0;
  }
}

/* Mobile full-width refinement */
@media (max-width: 760px) {
  body.cabit-web-call-page {
    overflow-x: clip;
  }

  body.cabit-web-call-page .web-shell {
    width: 100%;
    max-width: none;
    padding-inline: 18px;
  }

  body.cabit-web-call-page .web-call-hero {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
  }

  body.cabit-web-call-page .web-call-hero__grid {
    width: 100%;
    padding-inline: 18px;
  }

  body.cabit-web-call-page .web-trust-strip .web-shell {
    padding-inline: 0;
  }

  body.cabit-web-call-page .web-trust-strip__inner {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  body.cabit-web-call-page .web-section,
  body.cabit-web-call-page .web-section > .web-shell {
    width: 100%;
    max-width: none;
  }

  body.cabit-web-call-page .web-partner,
  body.cabit-web-call-page .web-call-panel {
    width: calc(100% + 36px);
    max-width: none;
    margin-inline: -18px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  body.cabit-web-call-page .web-benefit,
  body.cabit-web-call-page .web-process li,
  body.cabit-web-call-page .web-faq details {
    width: 100%;
  }

  body.cabit-web-call-page .web-project-track {
    width: calc(100% + 18px);
    max-width: none;
  }

  body.cabit-web-call-page .web-final-call {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    border-radius: 0;
  }

  body.cabit-web-call-page .web-final-call__inner {
    width: 100%;
    padding-inline: 18px;
  }
}

.web-trust-item {
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 14px;
}

.web-trust-item > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.web-trust-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  align-self: center;
  border-radius: 14px;
  font-size: 21px;
  font-style: normal;
  font-weight: 950;
}

.web-trust-icon.is-speed {
  color: #007d75;
  background: #d9f6f2;
}

.web-trust-icon.is-shop {
  color: #275fc8;
  background: #e2ebff;
}

.web-trust-icon.is-mobile {
  color: #7850bd;
  background: #eee6ff;
}

.web-trust-icon.is-support {
  color: #d06420;
  background: #fff0df;
}

.web-trust-icon .web-phone-device-icon {
  width: 12px;
  height: 20px;
}

@media (max-width: 760px) {
  .web-trust-item {
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 9px;
    padding-inline: 12px;
  }

  .web-trust-icon {
    width: 36px;
    height: 36px;
    border-radius: 11px;
    font-size: 17px;
  }

  .web-trust-item > div {
    gap: 2px;
  }

  .web-trust-item strong {
    font-size: 15px;
  }

  .web-trust-item span {
    font-size: 10px;
  }
}

body.cabit-web-call-page .cabit-faq-question-icon,
body.cabit-web-call-page .cabit-related-icon,
body.cabit-web-call-page .cabit-related-arrow {
  font-style: normal;
  font-weight: 900;
}

body.cabit-web-call-page .cabit-faq-question-icon {
  font-size: 12px;
}

/* Suggestive trust icons */
.web-trust-glyph {
  position: relative;
  display: block;
  color: currentColor;
}

.web-trust-glyph.is-speed {
  width: 16px;
  height: 23px;
  background: currentColor;
  clip-path: polygon(56% 0, 9% 55%, 44% 55%, 28% 100%, 91% 40%, 55% 40%);
}

.web-trust-glyph.is-shop {
  width: 20px;
  height: 18px;
  margin-top: 3px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.web-trust-glyph.is-shop::before {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 9px;
  height: 8px;
  content: "";
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  transform: translateX(-50%);
}

.web-trust-glyph.is-shop::after {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 8px;
  height: 2px;
  content: "";
  border-radius: 4px;
  background: currentColor;
}

.web-trust-glyph.is-support {
  width: 21px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 8px;
}

.web-trust-glyph.is-support::before {
  position: absolute;
  right: 2px;
  bottom: -5px;
  width: 7px;
  height: 7px;
  content: "";
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 0 0 4px;
  transform: skewY(28deg);
}

.web-trust-glyph.is-support::after {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 9px;
  height: 3px;
  content: "";
  background: radial-gradient(circle, currentColor 1.4px, transparent 1.6px) 0 0 / 4.5px 3px repeat-x;
}

/* Keep the compact global navigation visible while scrolling on mobile. */
@media (max-width: 1020px) {
  html,
  body.cabit-web-call-page {
    overflow-x: clip;
  }

  body.cabit-web-call-page .next-header {
    position: sticky !important;
    z-index: 1100;
    top: max(8px, env(safe-area-inset-top)) !important;
    align-self: flex-start;
    transform: translateZ(0);
  }

  body.cabit-web-call-page .next-header.is-scrolled {
    top: max(6px, env(safe-area-inset-top)) !important;
    box-shadow: 0 16px 42px rgba(11, 23, 32, 0.18);
  }
}

/* Let vertical gestures over the carousel continue scrolling the page. */
.web-project-carousel,
.web-project-track,
.web-project,
.web-project > a {
  touch-action: auto;
}

@media (hover: none) and (pointer: coarse) {
  .web-project-track {
    overscroll-behavior-y: auto;
    touch-action: pan-x pan-y pinch-zoom;
  }
}

/* Full-width portfolio link above the mobile carousel arrows. */
@media (max-width: 760px) {
  body.cabit-web-call-page .web-carousel-controls {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  body.cabit-web-call-page .web-all-projects-link {
    width: 100%;
    min-width: 0;
    max-width: none;
    flex: 0 0 100%;
    justify-content: space-between;
    padding-inline: 18px;
  }

  body.cabit-web-call-page .web-carousel-controls button {
    flex: 0 0 52px;
  }
}
