/* ==================================================
   Release Page - Luxury Navy Style
   Path:
   /release/index.html
   /css/release.css
================================================== */

.release-page {
  background: #f5f8fc;
}

.rl-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.rl-sp {
  display: none;
}

.rl-kicker {
  margin: 0 0 12px;
  color: #c9a45d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* Hero */

.rl-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(120, 171, 255, .28), transparent 30%),
    radial-gradient(circle at 15% 5%, rgba(255, 255, 255, .18), transparent 26%),
    linear-gradient(135deg, #061325 0%, #0b2748 48%, #143f70 100%);
}

.rl-hero::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(207, 171, 93, .28);
  border-radius: 30px;
  pointer-events: none;
}

.rl-hero::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d6b45d, transparent);
}

.rl-hero__glow {
  position: absolute;
  right: -120px;
  top: -100px;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(117, 167, 255, .28), transparent 66%);
  pointer-events: none;
}

.rl-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) 380px;
  gap: 54px;
  align-items: center;
}

.rl-hero__content h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: .08em;
  text-shadow: 0 6px 28px rgba(0, 0, 0, .34);
}

.rl-lead {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
  line-height: 2.05;
}

.rl-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.rl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 15px 24px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  border-radius: 999px;
  transition: .24s;
}

.rl-btn--primary {
  color: #07182d;
  background: linear-gradient(135deg, #e9d08a, #b98c3c);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .28);
}

.rl-btn--ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
}

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

.rl-hero__panel {
  position: relative;
}

.rl-panel-card {
  position: relative;
  overflow: hidden;
  padding: 32px 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .06));
  border: 1px solid rgba(219, 190, 125, .36);
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
  backdrop-filter: blur(14px);
}

.rl-panel-card::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 20px;
  pointer-events: none;
}

.rl-panel-card__label {
  display: block;
  margin-bottom: 16px;
  color: #d6b45d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: .16em;
}

.rl-panel-card strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 28px;
  line-height: 1.35;
}

.rl-panel-card p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
  line-height: 1.85;
}

/* Sections */

.rl-section {
  padding: 82px 0;
}

.rl-section-title {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.rl-section-title--left {
  margin-left: 0;
  text-align: left;
}

.rl-section-title h2,
.rl-split h2,
.rl-entry-main h2 {
  margin: 0 0 18px;
  color: #082344;
  font-size: clamp(26px, 3.3vw, 40px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: .06em;
}

.rl-section-title p,
.rl-text,
.rl-entry-main p {
  color: #516176;
  font-size: 15px;
  line-height: 2;
}

/* Cards */

.rl-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.rl-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 28px 24px;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  border: 1px solid rgba(15, 57, 102, .12);
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(11, 39, 72, .09);
}

.rl-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 110px;
  height: 110px;
  background: radial-gradient(circle, rgba(14, 59, 107, .14), transparent 70%);
}

.rl-card__num {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  background: linear-gradient(135deg, #061325, #164b84);
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(6, 19, 37, .22);
}

.rl-card h3 {
  margin: 0 0 12px;
  color: #082344;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .05em;
}

.rl-card p {
  margin: 0;
  color: #536276;
  line-height: 1.9;
}

/* Navy section */

.rl-section--navy {
  color: #fff;
  background:
    radial-gradient(circle at 82% 10%, rgba(80, 148, 255, .22), transparent 30%),
    linear-gradient(135deg, #07182d 0%, #0a2a50 54%, #08203c 100%);
}

.rl-section--navy .rl-kicker {
  color: #e1c06d;
}

.rl-section--navy h2,
.rl-section--navy .rl-text {
  color: #fff;
}

.rl-section--navy .rl-text {
  color: rgba(255, 255, 255, .82);
}

.rl-split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 46px;
  align-items: center;
}

.rl-needs {
  display: grid;
  gap: 14px;
}

.rl-need {
  position: relative;
  padding: 19px 22px 19px 54px;
  color: #eef6ff;
  line-height: 1.65;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(214, 180, 93, .22);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

.rl-need::before {
  content: "✦";
  position: absolute;
  left: 22px;
  top: 19px;
  color: #d6b45d;
}

/* Flow */

.rl-flow {
  padding: 42px;
  background: #fff;
  border: 1px solid rgba(15, 57, 102, .12);
  border-radius: 28px;
  box-shadow: 0 18px 46px rgba(11, 39, 72, .08);
}

.rl-flow-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rl-flow-list li {
  padding: 25px 22px;
  background: linear-gradient(180deg, #f8fbff, #fff);
  border: 1px solid #dfe9f4;
  border-radius: 20px;
}

.rl-flow-list span {
  display: inline-block;
  margin-bottom: 12px;
  color: #b98c3c;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: .1em;
}

.rl-flow-list strong {
  display: block;
  margin-bottom: 10px;
  color: #082344;
  font-size: 18px;
}

.rl-flow-list p {
  margin: 0;
  color: #536276;
  line-height: 1.85;
}

/* Entry */

.rl-entry {
  padding-top: 32px;
}

.rl-entry-box {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 26px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  border: 1px solid rgba(15, 57, 102, .14);
  border-radius: 30px;
  box-shadow: 0 20px 54px rgba(11, 39, 72, .10);
}

.rl-entry-main {
  padding: 44px;
}

.rl-note {
  margin: 22px 0 0;
  padding: 16px 18px;
  color: #0f315b !important;
  background: #eef6ff;
  border-left: 4px solid #164b84;
  border-radius: 12px;
}

.rl-mail-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
  padding: 18px 20px;
  background: #061325;
  border-radius: 20px;
}

.rl-mail-box > span {
  color: #d6b45d;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: .14em;
}

.rl-entry-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 13px 22px;
  color: #07182d;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, #e9d08a, #b98c3c);
  border-radius: 999px;
  transition: .24s;
}

.rl-entry-link:hover {
  opacity: .9;
  transform: translateY(-2px);
}

.rl-entry-side {
  padding: 40px 28px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(113, 170, 255, .28), transparent 42%),
    linear-gradient(160deg, #061325 0%, #0b2b52 100%);
}

.rl-entry-side h3 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 20px;
  line-height: 1.65;
}

.rl-entry-side p {
  color: rgba(255, 255, 255, .86);
  line-height: 1.9;
}

/* Responsive */

@media (max-width: 960px) {
  .rl-hero__inner,
  .rl-split,
  .rl-entry-box {
    grid-template-columns: 1fr;
  }

  .rl-hero__panel {
    max-width: 520px;
  }

  .rl-card-grid,
  .rl-flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rl-entry-side {
    border-radius: 0;
  }
}

@media (max-width: 640px) {
  .rl-container {
    width: min(100% - 28px, 1120px);
  }

  .rl-sp {
    display: inline;
  }

  .rl-hero {
    padding: 68px 0 58px;
  }

  .rl-hero::before {
    inset: 10px;
    border-radius: 22px;
  }

  .rl-lead {
    font-size: 14px;
  }

  .rl-btn {
    width: 100%;
    min-width: 0;
  }

  .rl-section {
    padding: 58px 0;
  }

  .rl-card-grid,
  .rl-flow-list {
    grid-template-columns: 1fr;
  }

  .rl-flow,
  .rl-entry-main {
    padding: 26px 18px;
  }

  .rl-mail-box {
    display: block;
  }

  .rl-entry-link {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 14px;
  }
}
