:root {
  color-scheme: light;
  --navy: #071f2a;
  --blue: #102f48;
  --gold: #c7973d;
  --gold-soft: #f4e2bd;
  --green: #098e5a;
  --red: #cf332d;
  --paper: #fffaf1;
  --ink: #102032;
  --muted: #64748b;
  --line: rgba(16, 32, 50, .12);
  --shadow: 0 28px 80px rgba(2, 12, 21, .28);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  background:
    radial-gradient(circle at 16% 0%, rgba(9, 142, 90, .26), transparent 22rem),
    radial-gradient(circle at 88% 8%, rgba(207, 51, 45, .18), transparent 20rem),
    linear-gradient(145deg, #071f2a 0%, #123d53 45%, #082533 100%);
  color: var(--ink);
}

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

.connect-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 20px;
}

.connect-card {
  width: min(100%, 500px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 34px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.top-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 14px;
  background:
    linear-gradient(90deg, rgba(0, 156, 72, .12), transparent 34%, rgba(207, 51, 45, .10)),
    #fffdf8;
  border-bottom: 1px solid rgba(199, 151, 61, .24);
}

.brand-logo {
  width: min(250px, 68%);
  max-height: 70px;
  object-fit: contain;
  object-position: left center;
}

.source-pill {
  white-space: nowrap;
  border: 1px solid rgba(199, 151, 61, .5);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--blue);
  background: rgba(244, 226, 189, .55);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
}

.presentation {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 18px;
  padding: 22px 20px 10px;
  align-items: center;
}

.photo-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border: 3px solid #fff;
  border-radius: 26px;
  background: var(--gold-soft);
  box-shadow: 0 16px 38px rgba(16, 32, 50, .18);
}

.photo-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(7, 31, 42, .22));
}

.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.eyebrow {
  margin: 0 0 7px;
  color: var(--green);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1,
p {
  margin: 0;
}

h1 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 10vw, 4.15rem);
  line-height: .86;
  letter-spacing: -.07em;
}

.subtitle {
  margin-top: 12px;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.45;
}

.value-box {
  margin: 10px 18px 16px;
  padding: 16px;
  border: 1px solid rgba(199, 151, 61, .28);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(9, 142, 90, .09), rgba(255, 255, 255, .72), rgba(207, 51, 45, .07)),
    #fff;
}

.value-box p {
  color: #314154;
  font-size: .94rem;
  line-height: 1.58;
}

.quick-actions {
  display: grid;
  gap: 11px;
  padding: 0 16px 18px;
}

.action {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(16, 32, 50, .06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.action:hover,
.action:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(199, 151, 61, .65);
  box-shadow: 0 14px 34px rgba(16, 32, 50, .12);
  outline: none;
}

.action.primary {
  color: #fff;
  border-color: rgba(255, 255, 255, .3);
  background: linear-gradient(135deg, #0b9a65, #067a4d);
}

.icon {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 15px;
  background: rgba(16, 47, 72, .08);
  font-size: 1.18rem;
}

.primary .icon {
  background: rgba(255, 255, 255, .16);
}

.action strong,
.action small {
  display: block;
}

.action strong {
  font-size: .98rem;
  letter-spacing: -.01em;
}

.action small {
  margin-top: 3px;
  color: var(--muted);
  font-size: .81rem;
}

.primary small {
  color: rgba(255, 255, 255, .76);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin: 0 16px 16px;
  border: 1px solid rgba(199, 151, 61, .27);
  border-radius: 19px;
  background: rgba(199, 151, 61, .22);
}

.trust-strip div {
  padding: 13px 8px;
  text-align: center;
  background: #fffdf8;
}

.trust-strip strong,
.trust-strip small {
  display: block;
}

.trust-strip strong {
  color: var(--blue);
  font-size: .85rem;
}

.trust-strip small {
  margin-top: 4px;
  color: var(--muted);
  font-size: .72rem;
}

.meeting-note {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 14px;
  align-items: center;
  margin: 0 16px 18px;
  padding: 14px;
  border-radius: 22px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 31, 42, .96), rgba(16, 47, 72, .92)),
    var(--navy);
}

.meeting-note img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
}

.meeting-note p {
  color: rgba(255, 255, 255, .82);
  font-size: .85rem;
  line-height: 1.48;
}

.meeting-note strong {
  color: #fff;
}

.connect-footer {
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: .78rem;
  text-align: center;
}

.connect-footer code {
  display: block;
  margin-top: 7px;
  padding: 10px;
  overflow-wrap: anywhere;
  border: 1px solid rgba(16, 32, 50, .09);
  border-radius: 14px;
  background: #fff;
  color: var(--blue);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}

@media (max-width: 420px) {
  .connect-shell {
    padding: 0;
  }

  .connect-card {
    min-height: 100vh;
    border-radius: 0;
  }

  .presentation {
    grid-template-columns: 112px 1fr;
    gap: 14px;
    padding-inline: 16px;
  }

  .brand-logo {
    width: 210px;
  }
}
