* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #050505;
  color: #f1eee8;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;

  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);

  background-size: 44px 44px, 44px 44px;

  pointer-events: none;
  z-index: -1;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto;
  min-height: calc(100vh - 48px);

  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 34px;

  background: rgba(18, 18, 18, 0.90);

  backdrop-filter: blur(6px);

  overflow: hidden;
}

.header {
  position: relative;
  min-height: 145px;
  padding: 32px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  width: min(390px, 68vw);
  height: auto;
}

.portal-button {
  position: absolute;
  top: 32px;
  left: 32px;

  padding: 10px 20px;

  border: 1px solid #ebe7df;
  border-radius: 999px;

  color: #f1eee8;
  text-decoration: none;

  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;

  background: transparent;

  transition: 0.2s ease;
}

.portal-button:hover {
  background: #f1eee8;
  color: #050505;
}

main {
  width: 100%;
}

.hero {
  max-width: 920px;
  margin: 0 auto;

  padding: 95px 24px 78px;

  text-align: center;
}

.eyebrow {
  margin: 0 0 18px;

  color: #a7a29a;

  text-transform: uppercase;
  letter-spacing: 0.18em;

  font-size: 11px;
  font-weight: 600;
}

.hero h1 {
  max-width: 850px;
  margin: 0 auto;

  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.065em;

  font-weight: 500;
}

.hero-text {
  max-width: 720px;
  margin: 28px auto 0;

  color: #d7d2ca;

  font-size: 17px;
  line-height: 1.75;
}

.info-strip {
  max-width: 1100px;
  margin: 0 auto;

  padding: 0 24px 72px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 18px;
}

.info-box {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;

  padding: 28px;

  text-align: center;

  background: rgba(255,255,255,0.02);
}

.info-box span {
  display: block;

  margin-bottom: 18px;

  font-size: 18px;
  font-weight: 500;
}

.info-box p {
  margin: 0;

  color: #d0cbc3;

  font-size: 14px;
  line-height: 1.7;
}

.services {
  max-width: 1120px;

  margin: 0 auto;

  padding: 64px 24px 44px;

  text-align: center;

  border-top: 1px solid rgba(255,255,255,0.08);
}

.section-head {
  margin-bottom: 40px;
}

.section-head h2 {
  margin: 0;

  font-size: clamp(34px, 5vw, 58px);

  letter-spacing: -0.055em;

  font-weight: 500;
}

.grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 14px;
}

.card {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;

  padding: 30px;

  text-align: left;

  min-height: 210px;

  background: rgba(255,255,255,0.015);
}

.card span {
  display: block;

  margin-bottom: 34px;

  color: #99948b;

  font-size: 12px;
  font-weight: 600;
}

.card h3 {
  margin: 0 0 12px;

  font-size: 21px;

  letter-spacing: -0.035em;

  font-weight: 500;
}

.card p {
  margin: 0;

  color: #d0cbc3;

  font-size: 15px;
  line-height: 1.65;
}

.process {
  max-width: 1050px;

  margin: 0 auto;

  padding: 30px 24px 54px;

  text-align: center;
}

.process-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  gap: 16px;

  margin-top: 24px;
}

.process-row div {
  padding: 16px 20px;

  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 999px;

  color: #e2ddd5;

  font-size: 14px;

  background: rgba(255,255,255,0.02);
}

.process-row span {
  color: #9b968e;
  font-size: 18px;
}

.portal-section {
  max-width: 820px;
  margin: 0 auto;

  padding: 28px 24px 96px;

  text-align: center;
}

.portal-section h2 {
  margin: 0 auto 18px;

  max-width: 760px;

  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.055em;

  font-weight: 500;
}

.portal-section p {
  max-width: 660px;
  margin: 0 auto;

  color: #d0cbc3;

  font-size: 16px;
  line-height: 1.7;
}

.lower {
  position: static;

  display: inline-block;

  margin-top: 34px;

  padding: 17px 42px;

  font-size: 16px;
}

footer {
  border-top: 1px solid rgba(255,255,255,0.08);

  padding: 46px 24px;

  text-align: center;

  color: #808080;
}

footer p {
  margin: 0 0 10px;

  color: #d0cbc3;
}

footer a {
  color: #f1eee8;

  text-decoration: none;

  font-size: 14px;
}

@media (max-width: 760px) {

  .page-shell {
    width: calc(100% - 14px);

    margin: 7px auto;

    border-radius: 22px;
  }

  .header {
    min-height: 125px;
    padding-top: 82px;
  }

  .portal-button {
    top: 22px;
    left: 22px;
  }

  .hero {
    padding: 70px 22px 62px;
  }

  .info-strip,
  .grid {
    grid-template-columns: 1fr;
  }

  .process-row {
    flex-direction: column;
  }

  .process-row span {
    transform: rotate(90deg);
  }
}