:root {
  --blue-950: #071b48;
  --blue-900: #09255f;
  --blue-850: #0c2d70;
  --blue-800: #12387d;
  --blue-700: #1b448c;
  --panel: rgba(58, 89, 151, 0.42);
  --panel-strong: rgba(54, 86, 151, 0.68);
  --line: rgba(145, 181, 239, 0.22);
  --text: #f8fbff;
  --muted: #a8b7d3;
  --cyan: #76d9ff;
  --cyan-strong: #49bdf1;
  --green: #39d195;
  --green-strong: #17b979;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--blue-900);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

button {
  font: inherit;
}

.container {
  width: min(100% - 48px, 1210px);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(11, 39, 93, 0.84);
  border-bottom: 1px solid rgba(115, 157, 225, 0.2);
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
}

.topbar {
  height: 34px;
  border-bottom: 1px solid rgba(149, 183, 238, 0.1);
  color: rgba(190, 205, 232, 0.72);
  font: 700 12px/1 "Roboto Mono", monospace;
  transition:
    height 0.28s ease,
    opacity 0.28s ease;
  overflow: hidden;
}

.site-header.is-scrolled .topbar {
  height: 0;
  opacity: 0;
}

.topbar__inner,
.topbar__left,
.topbar__right,
.topbar__item,
.topbar a {
  display: flex;
  align-items: center;
}

.topbar__inner {
  height: 34px;
  justify-content: space-between;
  gap: 20px;
}

.topbar__left,
.topbar__right {
  gap: 13px;
}

.topbar a {
  gap: 7px;
  transition: color 0.2s ease;
}

.topbar a:hover,
.topbar__paper {
  color: rgba(110, 217, 176, 0.86);
}

.topbar svg,
.pill svg,
.btn svg,
.quote-card svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  flex: 0 0 auto;
}

.topbar__dot,
.topbar__divider {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(170, 192, 227, 0.4);
}

.topbar__divider {
  width: 1px;
  height: 18px;
  border-radius: 0;
}

.navbar {
  height: 78px;
}

.navbar__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  width: 82px;
  height: 64px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 82px;
  max-height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.22));
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 45px);
  margin-left: auto;
  margin-right: auto;
}

.nav-links a {
  color: rgba(213, 224, 245, 0.72);
  font-size: 15px;
  font-weight: 800;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--white);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.pill {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid rgba(119, 161, 234, 0.32);
  border-radius: 999px;
  color: #a9c2e9;
  background: rgba(23, 55, 117, 0.42);
  font-size: 13px;
  font-weight: 900;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.pill:hover {
  transform: translateY(-1px);
  border-color: rgba(151, 194, 255, 0.58);
  background: rgba(42, 78, 145, 0.62);
}

.pill--green {
  color: #67dfb1;
  border-color: rgba(74, 220, 168, 0.34);
}

.menu-toggle {
  display: none;
  align-content: center;
  justify-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 42px;
  padding: 0;
  border: 1px solid rgba(137, 173, 232, 0.28);
  border-radius: 12px;
  color: var(--white);
  background: rgba(30, 63, 126, 0.7);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 2px auto;
  border-radius: 999px;
  background: currentColor;
}

.section-stars {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.75) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 42%, rgba(255, 255, 255, 0.58) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 31%, rgba(255, 255, 255, 0.38) 0 1px, transparent 2px),
    radial-gradient(circle at 92% 72%, rgba(255, 255, 255, 0.8) 0 2px, transparent 3px),
    radial-gradient(circle at 62% 20%, rgba(255, 255, 255, 0.25) 0 1px, transparent 2px),
    linear-gradient(120deg, #133c85 0%, #0d3479 44%, #061943 100%);
}

.section-stars::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.62;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.22) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(122, 206, 255, 0.2) 0 1px, transparent 1.5px);
  background-size:
    130px 120px,
    210px 180px;
  background-position:
    24px 38px,
    70px 20px;
}

.hero {
  padding-top: 112px;
}

.hero__grid {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.8fr) minmax(300px, 0.75fr);
  align-items: center;
  gap: 28px;
}

.eyebrow {
  margin: 0;
  color: rgba(190, 204, 231, 0.82);
  font: 800 13px/1.2 "Roboto Mono", monospace;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.reviews__summary h2 {
  margin: 0;
  letter-spacing: 0;
}

.hero h1 {
  margin-top: 23px;
  max-width: 600px;
  color: var(--white);
  font-size: clamp(52px, 4.55vw, 65px);
  line-height: 1.05;
  font-weight: 900;
}

.hero h1 span {
  display: block;
  margin-top: 3px;
  color: var(--cyan);
  white-space: nowrap;
}

.hero__copy {
  padding-top: 0;
}

.hero__lead {
  margin: 26px 0 0;
  color: rgba(232, 240, 255, 0.9);
  font-size: 21px;
  line-height: 1.45;
  font-weight: 600;
}

.hero__lead strong {
  color: var(--white);
  font-weight: 900;
}

.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 13px;
  padding: 14px 23px;
  border: 1px solid transparent;
  font-weight: 900;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--white {
  background: var(--white);
  color: #2f67ba;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.btn--white:hover {
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.26);
}

.btn--glass {
  color: rgba(237, 244, 255, 0.9);
  background: rgba(74, 105, 166, 0.46);
  border-color: rgba(151, 188, 246, 0.36);
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 35px;
  color: rgba(193, 207, 231, 0.62);
  font-size: 13px;
  font-weight: 900;
}

.hero__badges span {
  position: relative;
}

.hero__badges span:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(158, 185, 225, 0.5);
  transform: translateY(-50%);
}

.hero__mascot {
  align-self: end;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.hero__mascot img {
  width: min(355px, 28vw);
  height: 395px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 24px 24px rgba(4, 14, 35, 0.42));
}

.quote-card {
  width: min(100%, 336px);
  margin-left: auto;
  margin-top: 20px;
  padding: 22px;
  border: 1px solid rgba(151, 188, 246, 0.26);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(86, 118, 177, 0.55), rgba(41, 71, 137, 0.52)),
    rgba(35, 67, 132, 0.55);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.quote-card h2 {
  margin: 10px 0 22px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.25;
}

.quote-card__links {
  display: grid;
  gap: 10px;
}

.quote-card__links a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 15px;
  border: 1px solid rgba(140, 182, 252, 0.28);
  border-radius: 11px;
  color: #acc9f4;
  background: rgba(60, 91, 158, 0.48);
  font-size: 11px;
  font-weight: 900;
}

.quote-card__links strong {
  font-size: 14px;
}

.quote-card__links span {
  color: rgba(204, 218, 242, 0.68);
  font: 800 11px/1 "Roboto Mono", monospace;
}

.quote-card__paper {
  color: #65dfad !important;
  border-color: rgba(91, 222, 174, 0.28) !important;
}

.quote-card__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 28px;
}

.quote-card__stats div {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 9px 5px;
  border-radius: 12px;
  background: rgba(80, 110, 174, 0.55);
  text-align: center;
}

.quote-card__stats strong {
  font-size: 17px;
  line-height: 1;
}

.quote-card__stats span {
  color: rgba(212, 225, 247, 0.7);
  font-size: 12px;
}

.service-ticker {
  position: relative;
  z-index: 2;
  min-height: 48px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--white);
  border-top: 1px solid rgba(25, 72, 146, 0.08);
  border-bottom: 1px solid rgba(25, 72, 146, 0.08);
}

.service-ticker__track {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 28px;
  white-space: nowrap;
  color: #366ebd;
  font: 900 13px/1 "Roboto Mono", monospace;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.service-ticker i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(65, 104, 166, 0.35);
}

.section-blue {
  background: linear-gradient(180deg, #0d2e70 0%, #0e2f71 100%);
}

.services,
.portfolio,
.how,
.reviews,
.faq {
  scroll-margin-top: 96px;
}

.services {
  padding: 72px 0 40px;
}

.portfolio {
  padding: 92px 0 34px;
}

.how {
  padding: 76px 0 42px;
}

.reviews {
  padding: 78px 0 52px;
}

.faq {
  padding: 78px 0 90px;
}

.section-heading {
  margin-bottom: 52px;
}

.section-heading h2,
.reviews__summary h2 {
  margin-top: 24px;
  color: var(--white);
  font-size: clamp(38px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
}

.services-list {
  overflow: hidden;
  border: 1px solid rgba(133, 171, 232, 0.18);
  border-radius: 16px;
  background: rgba(48, 78, 142, 0.48);
  box-shadow: 0 28px 70px rgba(2, 13, 39, 0.18);
}

.services-list article {
  min-height: 82px;
  display: grid;
  grid-template-columns: 46px 1fr 160px;
  align-items: center;
  gap: 22px;
  padding: 17px 25px;
  border-bottom: 1px solid rgba(139, 174, 230, 0.15);
}

.services-list article:last-child {
  border-bottom: 0;
}

.service-number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: rgba(111, 146, 205, 0.28);
  font-size: 13px;
  font-weight: 900;
}

.service-main h3 {
  margin: 0;
  color: var(--white);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.service-main p {
  margin: 5px 0 0;
  color: rgba(190, 204, 230, 0.68);
  font-size: 13px;
  font-weight: 800;
}

.service-time {
  justify-self: end;
  text-align: right;
}

.service-time span {
  display: block;
  color: rgba(190, 204, 230, 0.63);
  font-size: 13px;
  font-weight: 700;
}

.service-time strong {
  display: block;
  margin-top: 3px;
  color: var(--white);
  font-size: 16px;
  font-weight: 900;
}

.services-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 28px;
  color: rgba(226, 236, 255, 0.82);
  font-weight: 800;
}

.services-cta p {
  margin: 0;
}

.portfolio-stage {
  position: relative;
  min-height: 506px;
  overflow: hidden;
  border: 1px solid rgba(113, 150, 215, 0.22);
  border-radius: 15px;
  background:
    linear-gradient(90deg, rgba(16, 36, 78, 0.94), rgba(0, 0, 0, 0.99) 38%, rgba(0, 0, 0, 0.99) 62%, rgba(13, 31, 67, 0.95)),
    #02050b;
  box-shadow: 0 30px 72px rgba(2, 10, 30, 0.42);
}

.portfolio-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #02050b;
}

.portfolio-video-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 27, 66, 0.2), transparent 22%, transparent 78%, rgba(10, 27, 66, 0.24)),
    linear-gradient(180deg, rgba(3, 10, 25, 0.08), rgba(3, 10, 25, 0.16));
}

.portfolio-label {
  position: absolute;
  left: 22px;
  bottom: 48px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.68);
  font: 900 13px/1 "Roboto Mono", monospace;
}

.portfolio-label span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9494c;
}

.portfolio-grid,
.steps,
.review-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.portfolio-grid {
  margin-top: 26px;
}

.portfolio-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.portfolio-video-card {
  overflow: hidden;
  border: 1px solid rgba(133, 171, 232, 0.18);
  border-radius: 16px;
  background: rgba(48, 78, 142, 0.48);
  box-shadow: 0 22px 52px rgba(2, 13, 39, 0.16);
}

.portfolio-video-card iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  border: 0;
  background: #02050b;
}

.portfolio-video-card div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 14px 16px;
}

.portfolio-video-card span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--cyan);
  background: rgba(111, 146, 205, 0.28);
  font: 900 12px/1 "Roboto Mono", monospace;
}

.portfolio-video-card strong {
  color: var(--white);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

.portfolio-tile,
.step,
.review,
.faq-list,
.reviews__summary {
  border: 1px solid rgba(133, 171, 232, 0.18);
  border-radius: 16px;
  background: rgba(48, 78, 142, 0.48);
  box-shadow: 0 22px 52px rgba(2, 13, 39, 0.16);
}


.portfolio-contact-block {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  align-items: center;
  gap: 26px;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(133, 171, 232, 0.18);
  border-radius: 16px;
  background: rgba(48, 78, 142, 0.48);
  box-shadow: 0 22px 52px rgba(2, 13, 39, 0.16);
}

.portfolio-contact-block h3 {
  margin: 10px 0 0;
  color: var(--white);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.portfolio-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.portfolio-contact-card {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(154, 191, 249, 0.18);
  border-radius: 13px;
  background: rgba(35, 62, 128, 0.46);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.portfolio-contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(57, 209, 149, 0.38);
  background: rgba(41, 77, 143, 0.66);
}

.portfolio-contact-card span {
  color: var(--cyan);
  font: 900 13px/1 "Roboto Mono", monospace;
}

.portfolio-contact-card strong {
  color: var(--white);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
}

.portfolio-contact-card small {
  color: var(--green);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.portfolio-tile,
.step,
.review {
  padding: 26px;
}

.portfolio-tile span,
.step span {
  color: var(--cyan);
  font: 900 13px/1 "Roboto Mono", monospace;
}

.portfolio-tile h3,
.step h3 {
  margin: 16px 0 9px;
  color: var(--white);
  font-size: 20px;
  font-weight: 900;
}

.portfolio-tile p,
.step p,
.review p,
.faq-list p {
  margin: 0;
  color: rgba(211, 222, 242, 0.74);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.reviews__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  align-items: start;
}

.reviews__summary {
  padding: 32px;
}

.score {
  margin-top: 28px;
  display: grid;
  gap: 7px;
}

.score strong {
  font-size: 76px;
  line-height: 0.9;
  font-weight: 900;
}

.score span {
  color: #ffce45;
  letter-spacing: 2px;
  font-size: 20px;
}

.score small {
  color: rgba(211, 222, 242, 0.7);
  font-weight: 800;
}

.review-cards {
  gap: 18px;
}

.review strong {
  display: block;
  margin-top: 22px;
  color: var(--white);
  font-size: 14px;
}

.faq__grid {
  display: grid;
  grid-template-columns: 0.48fr 1fr;
  gap: 56px;
  align-items: start;
}

.faq-list {
  overflow: hidden;
}

.faq-list details {
  border-bottom: 1px solid rgba(139, 174, 230, 0.15);
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 26px;
  color: var(--white);
  font-size: 17px;
  font-weight: 900;
}

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

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--cyan);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  padding: 0 26px 24px;
}

.footer {
  padding: 42px 0;
  border-top: 1px solid rgba(143, 176, 230, 0.15);
}

.footer__grid {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 34px;
}

.footer img {
  width: 116px;
  object-fit: contain;
}

.footer p {
  margin: 6px 0 0;
  color: rgba(220, 232, 251, 0.72);
  font-weight: 700;
}

.footer__actions {
  display: flex;
  gap: 10px;
}

.floating-whatsapp {
  position: fixed;
  right: 26px;
  bottom: 24px;
  z-index: 60;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(145deg, #33d878, #15b966);
  box-shadow:
    0 0 0 10px rgba(34, 215, 126, 0.12),
    0 18px 42px rgba(20, 203, 112, 0.38);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow:
    0 0 0 14px rgba(34, 215, 126, 0.14),
    0 22px 46px rgba(20, 203, 112, 0.45);
}

.floating-whatsapp svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero .reveal {
  opacity: 1;
  transform: none;
}

@keyframes scan {
  0%,
  100% {
    transform: translateY(-18%);
  }
  50% {
    transform: translateY(18%);
  }
}


.contact-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--blue-900);
}

.contact-page .reveal {
  opacity: 1;
  transform: none;
}
.contact-page .container {
  width: min(calc(100% - 48px), 1210px);
}


.contact-screen {
  min-height: 100vh;
  overflow: hidden;
  padding: 18px 0 42px;
}

.contact-nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.contact-brand {
  width: 88px;
  min-height: 68px;
  display: grid;
  place-items: center;
}

.contact-brand img {
  width: 88px;
  max-height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.25));
}

.contact-layout {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 104px);
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.66fr);
  align-items: center;
  gap: clamp(28px, 5vw, 66px);
  padding-top: 18px;
}

.contact-content {
  min-width: 0;
}

.contact-content h1 {
  max-width: 760px;
  overflow-wrap: break-word;
  margin: 22px 0 0;
  color: var(--white);
  font-size: clamp(40px, 4.4vw, 58px);
  line-height: 1.02;
  font-weight: 900;
}

.contact-lead {
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(231, 240, 255, 0.84);
  font-size: 20px;
  line-height: 1.48;
  font-weight: 700;
}

.contact-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.contact-designer-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(151, 188, 246, 0.24);
  border-radius: 14px 14px 8px 8px;
  color: var(--white);
  background: rgba(34, 65, 132, 0.62);
  box-shadow: 0 20px 50px rgba(2, 13, 39, 0.18);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.22;
  font-weight: 900;
}

.designer-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.designer-contact-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 13px 14px;
  border: 1px solid rgba(151, 188, 246, 0.22);
  border-radius: 12px;
  color: var(--white);
  background: rgba(21, 48, 107, 0.68);
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(2, 13, 39, 0.14);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.designer-contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(57, 209, 149, 0.46);
  background: rgba(30, 66, 137, 0.8);
}

.designer-contact-card span {
  color: rgba(232, 240, 255, 0.86);
  font-size: 13px;
  font-weight: 850;
}

.designer-contact-card strong {
  color: var(--green);
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 1.1;
  font-weight: 900;
  white-space: nowrap;
}

.contact-card {
  min-width: 0;
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(151, 188, 246, 0.24);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(72, 104, 171, 0.58), rgba(33, 62, 128, 0.72)),
    rgba(35, 67, 132, 0.66);
  box-shadow: 0 28px 70px rgba(2, 13, 39, 0.22);
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), #ff2aa1, #ffce35);
}

.contact-card--paper::before {
  background: linear-gradient(90deg, var(--green), var(--cyan), #ffce35);
}

.contact-card__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 12px;
  color: var(--cyan);
  background: rgba(118, 217, 255, 0.1);
  border: 1px solid rgba(118, 217, 255, 0.2);
}

.contact-card--paper .contact-card__icon {
  color: var(--green);
  background: rgba(57, 209, 149, 0.11);
  border-color: rgba(57, 209, 149, 0.22);
}

.contact-card__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.contact-card h2 {
  margin: 9px 0 11px;
  color: var(--white);
  font-size: clamp(25px, 2.1vw, 31px);
  line-height: 1;
  font-weight: 900;
}

.contact-card p:not(.eyebrow) {
  margin: 0;
  color: rgba(216, 227, 246, 0.78);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 650;
}

.contact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 18px;
}

.contact-tags span {
  padding: 7px 9px;
  border-radius: 999px;
  color: rgba(235, 244, 255, 0.9);
  background: rgba(106, 139, 202, 0.34);
  border: 1px solid rgba(154, 191, 249, 0.18);
  font-size: 12px;
  font-weight: 900;
}

.contact-card .btn {
  width: 100%;
  margin-top: auto;
}

.contact-person {
  align-self: end;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.contact-person img {
  width: min(430px, 34vw);
  max-height: calc(100vh - 112px);
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 30px 34px rgba(2, 12, 31, 0.46));
}

@media (max-width: 1120px) {
  .topbar {
    display: none;
  }

  .hero {
    padding-top: 78px;
  }

  .hero__grid {
    grid-template-columns: 1fr 0.8fr;
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .hero__mascot {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .quote-card {
    grid-column: 1;
    width: 100%;
    margin-left: 0;
  }

  .nav-links {
    gap: 22px;
  }

  .nav-actions {
    display: none;
  }
}

@media (max-width: 880px) {
  .container {
    width: min(100% - 34px, 1210px);
  }

  .contact-page .container {
    width: calc(100% - 34px);
  }

  .navbar__inner {
    gap: 16px;
  }

  .menu-toggle {
    display: grid;
    margin-left: auto;
    position: fixed;
    top: 18px;
    right: 17px;
    z-index: 72;
  }

  .nav-links {
    position: fixed;
    top: 78px;
    left: 16px;
    right: 16px;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(142, 181, 245, 0.25);
    border-radius: 16px;
    background: rgba(10, 32, 79, 0.96);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition:
      opacity 0.22s ease,
      transform 0.22s ease;
  }

  .nav-links.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    padding: 15px 14px;
    border-radius: 10px;
  }

  .nav-links a:hover {
    background: rgba(77, 111, 178, 0.38);
  }

  .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero__copy {
    max-width: 620px;
  }

  .hero__mascot {
    grid-column: auto;
    grid-row: auto;
    order: 2;
    margin-top: -22px;
  }

  .hero__mascot img {
    width: min(78vw, 330px);
    height: 390px;
  }

  .quote-card {
    order: 3;
  }

  .service-ticker__track {
    width: max-content;
    justify-content: flex-start;
    animation: ticker 18s linear infinite;
    padding-left: 100%;
  }

  .services-list article {
    grid-template-columns: 42px 1fr;
  }

  .service-time {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }

  .portfolio-stage {
    min-height: 360px;
  }

  .portfolio-video-grid,
  .portfolio-contact-block,
  .portfolio-contact-grid,
  .portfolio-grid,
  .steps,
  .review-cards,
  .reviews__grid,
  .faq__grid,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .footer__actions {
    flex-wrap: wrap;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .contact-content {
    max-width: 760px;
  }

  .contact-person {
    order: -1;
    justify-content: flex-end;
    margin-bottom: -70px;
    opacity: 0.72;
  }

  .contact-person img {
    width: min(52vw, 300px);
    max-height: 360px;
  }
}

@media (max-width: 560px) {
  .brand {
    width: 72px;
  }

  .brand img {
    width: 72px;
  }

  .menu-toggle {
    right: auto;
    left: min(calc(100vw - 59px), 331px);
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero h1 span {
    white-space: normal;
  }

  .hero__lead {
    font-size: 18px;
  }

  .hero__buttons,
  .services-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero__badges {
    gap: 13px 20px;
  }

  .quote-card {
    padding: 22px;
  }

  .quote-card__links a {
    grid-template-columns: auto 1fr;
  }

  .quote-card__links span {
    grid-column: 2;
  }

  .quote-card__stats {
    margin-top: 22px;
  }

  .services,
  .portfolio,
  .how,
  .reviews,
  .faq {
    padding-top: 58px;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .reviews__summary h2 {
    font-size: 36px;
  }

  .services-list article {
    padding: 18px;
    gap: 14px;
  }

  .portfolio-stage {
    min-height: 300px;
  }

  .portfolio-video-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-contact-block {
    gap: 18px;
    padding: 20px;
  }

  .portfolio-contact-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-label {
    left: 14px;
    right: 14px;
    bottom: 48px;
    font-size: 11px;
  }

  .contact-screen {
    padding-top: 14px;
  }

  .contact-page .container {
    width: calc(100% - 34px);
    max-width: 360px;
    margin-left: 17px;
    margin-right: auto;
  }

  .contact-nav {
    align-items: flex-start;
    gap: 12px;
  }

  .contact-nav .pill {
    min-height: 32px;
    padding: 8px 10px;
    white-space: nowrap;
    font-size: 12px;
  }

  .contact-brand,
  .contact-brand img {
    width: 74px;
  }

  .contact-layout {
    min-height: auto;
    padding-top: 18px;
  }

  .contact-content h1 {
    max-width: 100%;
    font-size: 32px;
    line-height: 1.12;
  }

  .contact-lead {
    font-size: 16px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .designer-contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    min-height: 0;
    padding: 22px;
  }

  .contact-card h2 {
    font-size: 25px;
  }

  .contact-person {
    justify-content: center;
    margin-bottom: -42px;
  }

  .contact-person img {
    width: min(74vw, 265px);
    max-height: 310px;
  }
}

@keyframes ticker {
  to {
    transform: translateX(-100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
