/* =========================================================
   WIZZIOSOFT SOLUTIONS — CONTACT PAGE
   ========================================================= */

.contact-page-body { background: var(--paper); }
.desktop-nav .active-link { color: var(--blue); }
.desktop-nav .active-link::after { transform: scaleX(1); }

/* HERO */
.contact-hero {
  position: relative;
  min-height: 100svh;
  padding: 165px 0 55px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 42%, rgba(37,171,225,.15), transparent 30%),
    linear-gradient(180deg,#fcfdff,#f0f5ff);
}
.contact-grid-bg,
.project-form-grid-bg,
.contact-details-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(40,56,144,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(40,56,144,.05) 1px,transparent 1px);
  background-size: 64px 64px;
  opacity: .42;
  mask-image: linear-gradient(to bottom,transparent,black 18%,black 80%,transparent);
}
.contact-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.contact-glow.glow-one {
  width: 680px;
  height: 680px;
  right: -230px;
  top: -30px;
  background: radial-gradient(circle,rgba(37,171,225,.21),transparent 68%);
}
.contact-glow.glow-two {
  width: 620px;
  height: 620px;
  left: -350px;
  bottom: -330px;
  background: radial-gradient(circle,rgba(91,84,218,.12),transparent 68%);
}
.contact-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(560px,1.1fr);
  align-items: center;
  gap: 50px;
}
.page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.page-breadcrumb strong { color: var(--blue); }
.page-breadcrumb a:hover { color: var(--cyan); }
.contact-status {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 28px;
  padding: 8px 12px;
  color: #59617f;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.contact-status span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-status span i {
  width: 7px;
  height: 7px;
  background: #1fc183;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(31,193,131,.11);
}
.contact-status b {
  padding-left: 10px;
  border-left: 1px solid var(--line);
  color: var(--blue);
}
.contact-hero-title {
  margin: 0;
  font: 700 clamp(70px,7.1vw,120px)/.9 "Manrope",sans-serif;
  letter-spacing: -.07em;
}
.contact-hero-title em {
  color: var(--cyan);
  font-style: normal;
  font-weight: 500;
}
.contact-hero-description {
  max-width: 690px;
  margin: 38px 0 0;
  color: var(--text);
  font-size: clamp(18px,1.5vw,21px);
}
.contact-hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 38px;
}
.contact-hero-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  max-width: 660px;
  margin-top: 55px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}
.contact-hero-meta span,
.contact-hero-meta a,
.contact-hero-meta strong {
  display: block;
}
.contact-hero-meta span {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}
.contact-hero-meta a,
.contact-hero-meta strong {
  color: var(--navy);
  font-size: 12px;
}

/* HERO VISUAL */
.contact-hero-visual {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  perspective: 1300px;
}
.message-console {
  position: relative;
  z-index: 3;
  width: min(92%,700px);
  min-height: 585px;
  overflow: hidden;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(18,26,85,.1);
  border-radius: 28px;
  box-shadow: 0 45px 100px rgba(25,42,118,.18);
  backdrop-filter: blur(16px);
  transform: rotateY(-4deg) rotateX(2deg);
}
.message-console-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 52px;
  padding: 0 18px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 8px;
  letter-spacing: .1em;
}
.message-console-top > div { display: flex; gap: 5px; }
.message-console-top i {
  width: 6px;
  height: 6px;
  background: #d5dbea;
  border-radius: 50%;
}
.message-console-top b {
  justify-self: end;
  color: #17986b;
  font-size: 7px;
  letter-spacing: .12em;
}
.message-console-body {
  display: grid;
  grid-template-columns: 70px 1fr;
  min-height: 533px;
}
.message-console-body aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 24px 0;
  background: #f2f5fd;
  border-right: 1px solid var(--line);
}
.message-console-body aside img {
  width: 36px;
  height: 28px;
  object-fit: contain;
}
.message-console-body aside i {
  width: 22px;
  height: 3px;
  background: #cad2e7;
  border-radius: 3px;
}
.message-console-body aside .selected {
  width: 31px;
  height: 31px;
  background: var(--navy);
  border-radius: 8px;
}
.message-dashboard {
  padding: 31px;
  background:
    radial-gradient(circle at 90% 12%,rgba(37,171,225,.15),transparent 25%),
    linear-gradient(145deg,#fbfcff,#f0f4ff);
}
.message-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.message-head small {
  color: var(--blue);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
}
.message-head h3 {
  margin: 16px 0 0;
  font: 650 clamp(39px,3.7vw,58px)/.95 "Manrope";
  letter-spacing: -.06em;
}
.message-head > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: white;
  background: var(--navy);
  border-radius: 50%;
  font-size: 20px;
}
.message-path {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  margin-top: 42px;
}
.message-path article {
  display: grid;
  min-height: 112px;
  padding: 17px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 13px;
}
.message-path i {
  color: var(--cyan);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}
.message-path strong {
  margin-top: 15px;
  color: var(--navy);
  font: 650 15px "Manrope";
}
.message-path span {
  color: var(--muted);
  font-size: 8px;
}
.message-signal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding: 14px 16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
}
.message-signal > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.message-signal i {
  width: 7px;
  height: 7px;
  background: #1fc183;
  border-radius: 50%;
}
.message-signal span,
.message-signal b {
  color: #59617f;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .1em;
}
.message-signal b { color: var(--blue); }

.contact-orbit-card {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(40,56,144,.14);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.orbit-card-one { width: 650px; height: 650px; }
.orbit-card-two { width: 510px; height: 510px; border-style: dashed; }
.orbit-card-three {
  width: 760px;
  height: 340px;
  border-color: rgba(37,171,225,.18);
  transform: translate(-50%,-50%) rotate(-17deg);
}
.contact-orbit-card::after {
  content: "";
  position: absolute;
  left: 18%;
  top: 8%;
  width: 9px;
  height: 9px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(37,171,225,.12);
}
.contact-float {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  background: rgba(255,255,255,.93);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(25,42,118,.13);
  backdrop-filter: blur(14px);
}
.contact-float strong {
  color: var(--cyan);
  font: 700 19px "Manrope";
}
.contact-float span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.float-a { left: -2%; bottom: 12%; }
.float-b { right: -2%; top: 14%; }
.float-c { right: 1%; bottom: 7%; }

.contact-hero-foot {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding-top: 28px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.contact-hero-foot p { margin: 0; }
.contact-hero-foot > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-hero-foot i {
  width: 4px;
  height: 4px;
  background: var(--cyan);
  border-radius: 50%;
}

/* CONTACT OPTIONS */
.contact-options { background: white; }
.contact-options-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  align-items: stretch;
  gap: 17px;
}
.contact-option {
  position: relative;
  min-height: 430px;
  padding: 30px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 23px;
}
.option-primary {
  color: white;
  background:
    radial-gradient(circle at 90% 10%,rgba(37,171,225,.35),transparent 30%),
    var(--navy);
}
.option-top {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}
.option-primary .option-top { color: rgba(255,255,255,.5); }
.option-top i {
  color: var(--cyan);
  font-style: normal;
}
.contact-option h2 {
  margin: 55px 0 18px;
  font: 600 clamp(28px,2.7vw,41px)/1.07 "Manrope";
  letter-spacing: -.045em;
}
.contact-option > p {
  color: var(--text);
  font-size: 14px;
}
.option-primary > p { color: rgba(255,255,255,.59); }
.contact-option > .button,
.contact-option > .text-link {
  margin-top: 25px;
}
.contact-option-links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}
.option-phone {
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.38);
  font-size: 12px;
  font-weight: 700;
  transition: color .3s,border-color .3s;
}
.option-phone:hover { color: var(--cyan);border-color:var(--cyan); }
.option-address {
  margin-top: 25px;
  color: var(--text);
  font: 500 15px/1.65 "DM Sans",sans-serif;
}
.contact-social-links {
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:30px;
}
.contact-social-links a {
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  color:var(--navy);
  background:white;
  border:1px solid var(--line);
  border-radius:50%;
  font-size:20px;
  box-shadow:0 12px 28px rgba(25,42,118,.08);
  transition:color .3s,background .3s,border-color .3s,transform .3s,box-shadow .3s;
}
.contact-social-links a:hover {
  color:white;
  background:var(--navy);
  border-color:var(--navy);
  transform:translateY(-4px);
  box-shadow:0 18px 36px rgba(25,42,118,.16);
}
.contact-social-links a:nth-child(1):hover { background:#0a66c2;border-color:#0a66c2; }
.contact-social-links a:nth-child(2):hover { background:#c13584;border-color:#c13584; }
.contact-social-links a:nth-child(3):hover { background:#1877f2;border-color:#1877f2; }
.option-visual {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  height: 220px;
}
.option-project {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 17px;
}
.center-node {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 75px;
  height: 75px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.center-node img {
  width: 43px;
  height: 30px;
  object-fit: contain;
}
.route-label {
  position: absolute;
  z-index: 2;
  padding: 8px 10px;
  color: white;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 700;
}
.route-label.label-one { left: 4%; top: 12%; }
.route-label.label-two { right: 4%; top: 12%; }
.route-label.label-three { right: 4%; bottom: 12%; }
.route-label.label-four { left: 4%; bottom: 12%; }
.route-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 39%;
  height: 1px;
  background: rgba(255,255,255,.22);
  transform-origin: left;
}
.line-one { transform: rotate(-145deg); }
.line-two { transform: rotate(-35deg); }
.line-three { transform: rotate(35deg); }
.line-four { transform: rotate(145deg); }

.option-email {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg,#eff9ff,#e8ebff);
  border-radius: 17px;
}
.email-shape {
  position: relative;
  width: 190px;
  height: 125px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: 0 20px 45px rgba(25,42,118,.12);
}
.email-shape::before,
.email-shape::after {
  content: "";
  position: absolute;
  top: 0;
  width: 52%;
  height: 2px;
  background: var(--cyan);
  transform-origin: top;
}
.email-shape::before {
  left: 0;
  transform: rotate(34deg);
}
.email-shape::after {
  right: 0;
  transform: rotate(-34deg);
}
.email-shape span {
  position: absolute;
  left: 50%;
  bottom: 24px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
  transform: translateX(-50%);
}
.email-pulse {
  position: absolute;
  right: 16%;
  top: 18%;
  width: 11px;
  height: 11px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(37,171,225,.12);
}
.option-location {
  display:grid;
  place-items:center;
  overflow:hidden;
  background:linear-gradient(145deg,#eff9ff,#e8ebff);
  border-radius:17px;
}
.option-location::before,
.option-location::after {
  content:"";
  position:absolute;
  background:rgba(40,56,144,.08);
}
.option-location::before { left:0;right:0;top:50%;height:1px; }
.option-location::after { top:0;bottom:0;left:50%;width:1px; }
.location-card {
  position:relative;
  z-index:2;
  display:grid;
  width:78%;
  padding:22px;
  background:white;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 20px 45px rgba(25,42,118,.12);
}
.location-card small { color:var(--blue);font-size:7px;font-weight:800;letter-spacing:.14em; }
.location-card strong { margin-top:15px;color:var(--navy);font:650 25px "Manrope";letter-spacing:-.04em; }
.location-card span { margin-top:3px;color:var(--muted);font-size:7px;font-weight:700;letter-spacing:.08em; }
.location-pulse {
  position:absolute;
  z-index:3;
  right:14%;
  top:15%;
  width:11px;
  height:11px;
  background:var(--cyan);
  border-radius:50%;
  box-shadow:0 0 0 10px rgba(37,171,225,.12);
}
.option-social {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  padding:25px;
  background:linear-gradient(145deg,#f7f9ff,#e9efff);
  border-radius:17px;
}
.option-social a {
  display:grid;
  place-items:center;
  align-content:center;
  gap:12px;
  min-width:0;
  background:white;
  border:1px solid var(--line);
  border-radius:14px;
  transition:transform .3s,border-color .3s,box-shadow .3s;
}
.option-social a:hover {
  transform:translateY(-4px);
  border-color:rgba(37,171,225,.5);
  box-shadow:0 18px 35px rgba(25,42,118,.1);
}
.option-social strong { color:var(--blue);font:700 22px "Manrope"; }
.option-social span { color:var(--muted);font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase; }
.option-support {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 25px;
  background: linear-gradient(145deg,#f7f9ff,#e9efff);
  border-radius: 17px;
}
.support-ring {
  position: relative;
  display: grid;
  place-items: center;
  width: 130px;
  height: 130px;
  margin: auto;
  border: 1px solid rgba(40,56,144,.2);
  border-radius: 50%;
}
.support-ring::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 5px solid #dfe5f5;
  border-top-color: var(--cyan);
  border-radius: 50%;
}
.support-ring span {
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}
.support-bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 120px;
}
.support-bars i {
  flex: 1;
  height: 35%;
  background: var(--blue);
  border-radius: 4px 4px 0 0;
}
.support-bars i:nth-child(2) { height: 55%; }
.support-bars i:nth-child(3) { height: 75%; background: #4f6ed0; }
.support-bars i:nth-child(4) { height: 100%; background: var(--cyan); }

/* FORM */
.project-form-section {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 4% 45%,rgba(37,171,225,.18),transparent 28%),
    var(--navy);
}
.project-form-grid-bg {
  opacity: .42;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
}
.project-form-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 90px;
}
.project-form-intro {
  position: sticky;
  top: 125px;
  align-self: start;
}
.project-form-intro > p {
  max-width: 520px;
  margin: 38px 0;
  color: rgba(255,255,255,.62);
  font-size: 18px;
}
.form-expectations {
  margin-top: 40px;
  border-top: 1px solid var(--line-light);
}
.form-expectations article {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-light);
}
.form-expectations article > span {
  color: var(--cyan);
  font-size: 9px;
  font-weight: 800;
}
.form-expectations strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}
.form-expectations p {
  margin: 0;
  color: rgba(255,255,255,.5);
  font-size: 11px;
}
.response-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
.response-note > i {
  width: 9px;
  height: 9px;
  background: #1fc183;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(31,193,131,.12);
}
.response-note strong,
.response-note span {
  display: block;
}
.response-note strong {
  font-size: 10px;
}
.response-note span {
  color: rgba(255,255,255,.5);
  font-size: 9px;
}

.project-form-card {
  padding: 35px;
  color: var(--ink);
  background: white;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 25px;
  box-shadow: 0 40px 90px rgba(3,9,40,.26);
}
.form-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}
.form-card-top > div {
  display: grid;
}
.form-card-top span {
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}
.form-card-top strong {
  margin-top: 6px;
  font: 650 24px "Manrope";
  letter-spacing: -.04em;
}
.form-card-top > i {
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px 18px;
}
.form-field {
  min-width: 0;
}
.form-field-full {
  grid-column: 1/-1;
}
.form-field label {
  display: block;
  margin-bottom: 9px;
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
}
.form-field label > span,
.form-field label > b {
  color: #e05c7b;
}
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: none;
  transition: border-color .25s, box-shadow .25s, background .25s;
}
.form-field input,
.form-field select {
  height: 54px;
  padding: 0 15px;
}
.form-field textarea {
  resize: vertical;
  min-height: 165px;
  padding: 15px;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #9aa2bb;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  background: white;
  border-color: rgba(37,171,225,.7);
  box-shadow: 0 0 0 4px rgba(37,171,225,.09);
}
.select-wrap {
  position: relative;
}
.select-wrap::after {
  content: "⌄";
  position: absolute;
  right: 16px;
  top: 50%;
  color: var(--blue);
  pointer-events: none;
  transform: translateY(-55%);
}
.select-wrap select {
  appearance: none;
}
.service-choice-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
}
.service-choice-grid label {
  margin: 0;
  cursor: pointer;
}
.service-choice-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.service-choice-grid label span {
  display: grid;
  place-items: center;
  min-height: 52px;
  padding: 10px;
  color: #59617f;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 11px;
  text-align: center;
  font-size: 9px;
  transition: .25s;
}
.service-choice-grid label:hover span,
.service-choice-grid input:checked + span {
  color: white;
  background: var(--navy);
  border-color: var(--navy);
}
.consent-field > label {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  cursor: pointer;
}
.consent-field input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--navy);
}
.consent-field label span {
  color: var(--text);
  font-weight: 500;
  line-height: 1.5;
}
.field-error {
  display: none;
  margin-top: 7px;
  color: #cf3f63;
  font-size: 8px;
}
.form-field.has-error .field-error {
  display: block;
}
.form-field.has-error input,
.form-field.has-error textarea,
.form-field.has-error select {
  border-color: rgba(207,63,99,.65);
}
.form-submit-row {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.form-submit-row p {
  max-width: 310px;
  margin: 0;
  color: var(--muted);
  font-size: 9px;
}
.form-success {
  display: none;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 16px;
  color: #136f50;
  background: #e7faef;
  border: 1px solid #bfead2;
  border-radius: 13px;
}
.form-success.show {
  display: flex;
}
.success-icon {
  flex: none;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: white;
  background: #1fac78;
  border-radius: 50%;
  font-weight: 800;
}
.form-success strong,
.form-success p {
  display: block;
}
.form-success p {
  margin: 3px 0 0;
  color: #437362;
  font-size: 9px;
}

/* NEXT STEPS */
.contact-next { background: white; }
.contact-next-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 70px;
  margin-bottom: 70px;
}
.contact-next-head > p {
  max-width: 440px;
  color: var(--text);
}
.next-step-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.next-step-grid article {
  min-height: 420px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.next-step-grid article > span {
  color: var(--cyan);
  font-size: 9px;
  font-weight: 800;
}
.step-icon {
  position: relative;
  width: 85px;
  height: 85px;
  margin: 50px 0 45px;
  border: 1px solid rgba(40,56,144,.2);
  border-radius: 22px;
  transform: rotate(8deg);
}
.step-icon::before {
  content: "";
  position: absolute;
  inset: 10px;
  background: linear-gradient(145deg,var(--navy),var(--blue));
  border-radius: 16px;
}
.step-icon i {
  position: absolute;
  z-index: 2;
}
.step-icon i:nth-child(1) {
  left: 27px;
  top: 29px;
  width: 30px;
  height: 2px;
  background: white;
  box-shadow: 0 9px 0 rgba(255,255,255,.65),0 18px 0 rgba(255,255,255,.4);
}
.step-icon i:nth-child(2) {
  right: 20px;
  top: 20px;
  width: 8px;
  height: 8px;
  background: var(--sky);
  border-radius: 50%;
}
.next-step-grid small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}
.next-step-grid h3 {
  margin: 14px 0;
  font: 600 27px/1.08 "Manrope";
  letter-spacing: -.045em;
}
.next-step-grid p {
  margin: 0;
  color: var(--text);
  font-size: 13px;
}

/* DETAILS */
.contact-details {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 5% 50%,rgba(37,171,225,.18),transparent 30%),
    var(--navy);
}
.contact-details-grid-bg {
  opacity: .42;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
}
.contact-details-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: 110px;
}
.contact-details-copy > p {
  max-width: 520px;
  margin: 38px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 18px;
}
.details-list {
  border-top: 1px solid var(--line-light);
}
.detail-row {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 25px;
  min-height: 105px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-light);
}
.detail-row > span {
  color: rgba(255,255,255,.42);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}
.detail-row strong {
  font: 600 clamp(20px,2.1vw,30px)/1.2 "Manrope";
  letter-spacing: -.035em;
}
.detail-row > i {
  display: grid;
  place-items: center;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  color: var(--cyan);
  font-size: 10px;
  font-style: normal;
  transition: .3s;
}
a.detail-row:hover > i {
  color: var(--navy);
  background: var(--cyan);
  border-color: var(--cyan);
  transform: rotate(45deg);
}

/* FAQ */
.contact-faq { background: var(--paper); }
.contact-faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 100px;
}
.contact-faq-intro {
  align-self: start;
}
.contact-faq-intro > p {
  max-width: 390px;
  margin: 35px 0 28px;
  color: var(--text);
}
.contact-faq-list {
  border-top: 1px solid var(--line);
}
.contact-faq-item {
  border-bottom: 1px solid var(--line);
}
.contact-faq-item button {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 25px;
  width: 100%;
  padding: 28px 0;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}
.contact-faq-item button span {
  font: 600 clamp(21px,2vw,29px)/1.25 "Manrope";
  letter-spacing: -.035em;
}
.contact-faq-item button i {
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  transition: transform .4s var(--ease);
}
.contact-faq-item.active button i {
  transform: rotate(45deg);
}
.contact-faq-answer {
  height: 0;
  overflow: hidden;
}
.contact-faq-answer p {
  max-width: 760px;
  margin: 0;
  padding: 0 65px 30px 0;
  color: var(--text);
}
.contact-page-cta {
  padding-top: 150px;
  padding-bottom: 150px;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .contact-hero-layout {
    grid-template-columns: .87fr 1.13fr;
    gap: 25px;
  }
  .contact-hero-title {
    font-size: clamp(64px,6.8vw,95px);
  }
  .contact-options-grid {
    grid-template-columns: 1fr 1fr;
  }
  .option-primary {
    grid-row: auto;
  }
  .project-form-layout,
  .contact-details-layout {
    gap: 70px;
  }
}
@media (max-width: 960px) {
  .contact-hero {
    min-height: auto;
    padding-top: 145px;
  }
  .contact-hero-layout {
    grid-template-columns: 1fr;
  }
  .contact-hero-copy {
    max-width: 840px;
  }
  .contact-hero-visual {
    width: min(100%,760px);
    min-height: 650px;
    margin: 15px auto 0;
  }
  .project-form-layout,
  .contact-details-layout,
  .contact-faq-layout {
    grid-template-columns: 1fr;
  }
  .project-form-intro {
    position: relative;
    top: auto;
  }
  .contact-next-head {
    align-items: start;
    flex-direction: column;
  }
  .next-step-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px) {
  .contact-hero {
    padding-top: 126px;
    padding-bottom: 35px;
  }
  .contact-hero-title {
    font-size: clamp(55px,15.6vw,74px);
  }
  .contact-hero-description {
    margin-top: 28px;
    font-size: 17px;
  }
  .contact-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .contact-hero-meta {
    grid-template-columns: 1fr;
  }
  .contact-hero-visual {
    min-height: 485px;
    margin-top: 40px;
  }
  .message-console {
    width: 100%;
    min-height: 455px;
    border-radius: 20px;
    transform: none;
  }
  .message-console-body {
    grid-template-columns: 46px 1fr;
    min-height: 403px;
  }
  .message-console-body aside {
    gap: 17px;
  }
  .message-console-body aside img {
    width: 27px;
  }
  .message-dashboard {
    padding: 17px;
  }
  .message-head h3 {
    font-size: 35px;
  }
  .message-head > span {
    width: 42px;
    height: 42px;
  }
  .message-path {
    margin-top: 25px;
  }
  .message-path article {
    min-height: 90px;
    padding: 12px;
  }
  .message-path strong {
    font-size: 12px;
  }
  .message-signal {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 13px;
  }
  .contact-orbit-card {
    display: none;
  }
  .contact-float {
    padding: 9px 11px;
  }
  .contact-float strong {
    font-size: 15px;
  }
  .float-a {
    left: -6px;
    bottom: 1%;
  }
  .float-b {
    right: -6px;
    top: 5%;
  }
  .float-c {
    display: none;
  }
  .contact-hero-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .contact-options-grid {
    grid-template-columns: 1fr;
  }
  .contact-option-links { align-items:flex-start;flex-direction:column;gap:15px; }
  .option-primary {
    grid-row: auto;
  }
  .contact-option {
    min-height: 400px;
  }
  .project-form-card {
    padding: 22px;
    border-radius: 20px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-field-full {
    grid-column: auto;
  }
  .service-choice-grid {
    grid-template-columns: 1fr 1fr;
  }
  .form-submit-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .next-step-grid {
    grid-template-columns: 1fr;
  }
  .next-step-grid article {
    min-height: 360px;
  }
  .detail-row {
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 24px 0;
  }
  .detail-row > span {
    grid-column: 1;
  }
  .detail-row strong {
    grid-column: 1;
  }
  .detail-row > i {
    grid-column: 2;
    grid-row: 1/3;
  }
  .contact-faq-answer p {
    padding-right: 0;
  }
}
