:root {
  color-scheme: light;
  --ink: #172033;
  --muted: #5d6879;
  --soft: #eef6f4;
  --line: #d8e5e1;
  --sky: #1b7ef2;
  --sky-deep: #1252b5;
  --mint: #00a884;
  --amber: #d78a1d;
  --rose: #cf4e64;
  --green: #238760;
  --white: #ffffff;
  --shadow: 0 22px 58px rgba(18, 38, 68, 0.18);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #f7faf9;
  color: var(--ink);
  letter-spacing: 0;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(216, 229, 225, 0.9);
  background: rgba(247, 250, 249, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(27, 126, 242, 0.2);
}

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

.brand strong {
  font-size: 18px;
  line-height: 1.1;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 30px);
  color: var(--muted);
  font-size: 14px;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: var(--sky);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-weight: 760;
}

.section-band {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.96) 0%, rgba(232, 245, 242, 0.92) 54%, rgba(235, 243, 255, 0.94) 100%),
    #eef6f4;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 500px);
  align-items: center;
  gap: clamp(28px, 4.5vw, 56px);
  min-height: 620px;
  padding: clamp(40px, 4vw, 48px) clamp(20px, 5vw, 68px) clamp(34px, 3.5vw, 42px);
  overflow: hidden;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--sky-deep);
  font-size: 13px;
  font-weight: 760;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
}

.hero h1 {
  font-size: clamp(42px, 4.2vw, 52px);
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.lead {
  max-width: 700px;
  font-size: clamp(18px, 2.1vw, 22px);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 720;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}

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

.button.primary {
  background: var(--sky);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(27, 126, 242, 0.24);
}

.button.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 38px 0 0;
}

.quick-facts div {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(216, 229, 225, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.quick-facts dt {
  color: var(--muted);
  font-size: 13px;
}

.quick-facts dd {
  margin: 8px 0 0;
  font-weight: 760;
}

.hero-media {
  display: flex;
  justify-content: center;
  width: 100%;
}

.screenshot-stage {
  position: relative;
  width: min(100%, 590px);
  min-height: 500px;
}

.hero-screenshot,
.screenshot-card img {
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 32px;
  background: #f3f5f9;
  box-shadow: var(--shadow);
}

.hero-screenshot {
  object-fit: cover;
}

.primary-shot {
  position: relative;
  z-index: 2;
  width: min(40vw, 270px);
  height: 500px;
  margin-left: clamp(118px, 15vw, 170px);
  object-fit: cover;
  object-position: top center;
}

.secondary-shot {
  position: absolute;
  width: min(22vw, 165px);
  height: 356px;
  object-fit: cover;
  object-position: top center;
}

.rooms-shot {
  z-index: 1;
  left: 0;
  top: 48px;
}

.status-shot {
  z-index: 3;
  right: 0;
  bottom: 28px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 34px clamp(20px, 6vw, 84px);
  background: var(--white);
}

.support-grid article {
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.support-grid h2 {
  font-size: 23px;
}

.support-grid p {
  font-size: 15px;
}

.support-grid a {
  color: var(--sky-deep);
  font-weight: 760;
  text-decoration: none;
}

.content-section {
  padding: clamp(58px, 8vw, 104px) clamp(20px, 6vw, 84px);
}

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

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
  align-items: center;
  gap: clamp(32px, 6vw, 72px);
}

.copy-stack {
  max-width: 780px;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  content: "✓";
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
}

.screenshot-card {
  margin: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(24, 53, 75, 0.08);
}

.screenshot-card img {
  width: min(100%, 330px);
  height: auto;
  border-radius: 24px;
  box-shadow: none;
}

.faq-section {
  background: #edf6f4;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 760;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  font-size: 16px;
}

.notice-section,
.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.notice-section {
  background: #fff8ed;
}

.notice-section div,
.contact-copy {
  max-width: 760px;
}

.contact-section {
  background: var(--white);
}

.contact-actions span {
  color: var(--muted);
  font-weight: 680;
}

.contact-card {
  width: min(100%, 330px);
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.contact-card img {
  width: 100%;
  height: 210px;
  margin-bottom: 18px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 8px;
  object-fit: cover;
  object-position: top center;
}

.contact-card strong {
  display: block;
  margin-bottom: 8px;
}

.contact-card p {
  margin-bottom: 0;
  font-size: 15px;
}

.policy {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(52px, 8vw, 98px) 20px;
}

.policy h1 {
  margin-bottom: 10px;
  font-size: clamp(38px, 6vw, 64px);
}

.policy section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.policy h2 {
  font-size: 26px;
}

.updated {
  margin-bottom: 42px;
  color: var(--muted);
  font-size: 15px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 6vw, 84px);
  border-top: 1px solid var(--line);
  background: #142033;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer a {
  color: var(--white);
  text-decoration: none;
}

@media (max-width: 920px) {
  .hero,
  .split,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .screenshot-stage {
    width: min(100%, 540px);
    min-height: 500px;
  }

  .primary-shot {
    width: min(42vw, 260px);
    height: 500px;
    margin-left: clamp(84px, 18vw, 136px);
  }

  .secondary-shot {
    width: min(28vw, 165px);
    height: 356px;
  }

  .quick-facts {
    grid-template-columns: 1fr;
  }

  .notice-section,
  .contact-section {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  nav {
    width: 100%;
    justify-content: space-between;
  }

  h1 {
    font-size: 34px;
  }

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

  .hero {
    gap: 22px;
    padding-top: 32px;
    padding-bottom: 28px;
  }

  .lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .button {
    min-height: 42px;
    padding: 0 16px;
  }

  .quick-facts {
    display: none;
  }

  .hero-media {
    justify-content: flex-start;
  }

  .screenshot-stage {
    width: 100%;
    min-height: 280px;
  }

  .primary-shot {
    width: 148px;
    height: 280px;
    margin-left: 94px;
    object-fit: cover;
    object-position: top center;
    border-radius: 24px;
  }

  .secondary-shot {
    width: 88px;
    height: 188px;
    object-fit: cover;
    object-position: top center;
    border-radius: 22px;
  }

  .rooms-shot {
    top: 28px;
  }

  .status-shot {
    bottom: 12px;
  }

  .support-grid article {
    min-height: 0;
  }
}
