:root {
  --text: #0e1424;
  --muted: #6d7484;
  --blue: #31a9dc;
  --purple: #7b61b1;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100svh;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text);
  text-rendering: geometricPrecision;
}

.geo-page {
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 56px);
  background:
    radial-gradient(circle at 12% 14%, rgba(49, 169, 220, .28), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(123, 97, 177, .24), transparent 36%),
    linear-gradient(135deg, #f9fbff 0%, #edf3f8 58%, #f7f4fb 100%);
}

.geo-card {
  width: min(1040px, 100%);
  min-height: min(640px, calc(100svh - 32px));
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(18px, 4vw, 46px);
  align-items: center;
  padding: clamp(22px, 5vw, 64px);
  border-radius: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(255,255,255,.72);
  background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.52));
  box-shadow: 0 34px 110px rgba(8, 15, 35, .16);
  backdrop-filter: blur(26px) saturate(155%);
  position: relative;
  overflow: hidden;
}

.geo-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    linear-gradient(120deg, rgba(49,169,220,.16), transparent 32%),
    linear-gradient(310deg, rgba(123,97,177,.18), transparent 38%);
  pointer-events: none;
}

.geo-logo-panel,
.geo-content {
  position: relative;
  z-index: 1;
}

.geo-logo-panel {
  width: min(360px, 100%);
  aspect-ratio: 1;
  justify-self: center;
  display: grid;
  place-items: center;
  border-radius: clamp(26px, 4vw, 42px);
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,255,255,.50)),
    radial-gradient(circle at 30% 16%, rgba(49,169,220,.18), transparent 42%);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 28px 76px rgba(36,88,142,.18);
}

.geo-logo-panel img {
  width: 78%;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 24px rgba(10,15,31,.16));
}

.geo-domain {
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #3f2a64;
  background: rgba(123,97,177,.13);
  border: 1px solid rgba(123,97,177,.20);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.geo-content h1 {
  margin: 0;
  font-size: clamp(48px, 7.5vw, 94px);
  line-height: .88;
  letter-spacing: -.075em;
  color: #0d1423;
}

.geo-role {
  margin: 22px 0 0;
  font-size: clamp(20px, 3vw, 34px);
  line-height: 1.12;
  letter-spacing: -.035em;
  color: #41495a;
  font-weight: 720;
}

.geo-separator {
  width: min(420px, 100%);
  height: 1px;
  margin: clamp(26px, 4vw, 42px) 0;
  background: linear-gradient(90deg, rgba(49,169,220,.72), rgba(123,97,177,.56), transparent);
}

.geo-contact {
  width: min(610px, 100%);
  display: grid;
  gap: 12px;
}

.geo-contact-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 17px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(10,15,31,.07);
  box-shadow: 0 14px 34px rgba(10,15,31,.06);
}

.geo-contact-label {
  color: #717989;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.geo-contact-value {
  min-width: 0;
  color: #101827;
  font-size: clamp(18px, 2.4vw, 25px);
  font-weight: 850;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
  user-select: text;
}

.copy-btn {
  appearance: none;
  border: 1px solid rgba(10,15,31,.09);
  border-radius: 999px;
  padding: 10px 13px;
  background: linear-gradient(135deg, rgba(49,169,220,.13), rgba(123,97,177,.13));
  color: #192133;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  white-space: nowrap;
}

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

.copy-btn.is-copied {
  color: #063d2d;
  background: rgba(39,174,96,.16);
  border-color: rgba(39,174,96,.22);
}

@media (max-width: 780px) {
  .geo-page {
    align-items: start;
    padding: 12px;
  }

  .geo-card {
    min-height: calc(100svh - 24px);
    grid-template-columns: 1fr;
    align-content: center;
    gap: 26px;
    padding: clamp(22px, 8vw, 42px);
  }

  .geo-logo-panel {
    width: min(235px, 72vw);
  }

  .geo-content {
    text-align: center;
  }

  .geo-content h1 {
    font-size: clamp(48px, 14vw, 76px);
  }

  .geo-role {
    font-size: clamp(20px, 6vw, 30px);
  }

  .geo-separator {
    margin-left: auto;
    margin-right: auto;
  }

  .geo-contact {
    margin-inline: auto;
  }

  .geo-contact-row {
    grid-template-columns: 1fr;
    gap: 7px;
    text-align: center;
    padding: 16px;
  }

  .copy-btn {
    justify-self: center;
    margin-top: 4px;
    min-width: 132px;
  }
}

@media (max-width: 390px) {
  .geo-card {
    border-radius: 26px;
  }

  .geo-logo-panel {
    width: min(205px, 72vw);
  }

  .geo-contact-value {
    font-size: 17px;
  }
}
