@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../Public/fonts/PPNeueMontreal-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../Public/fonts/PPNeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #fbfcfc;
  --paper: #ffffff;
  --ink: #081113;
  --muted: #596a70;
  --line: #dce7e9;
  --teal: #20aebf;
  --teal-dark: #087989;
  --mint: #dff6f4;
  --sage: #ebf2ec;
  --coral: #ff8f70;
  --shadow: 0 24px 70px rgba(8, 17, 19, 0.12);
  --font: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  border: 0;
  font: inherit;
}

.clario-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 16px 0;
  background: rgba(251, 252, 252, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand,
.nav-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 500;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

.nav-actions {
  gap: 10px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
}

.nav-actions a,
.lang-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--paper);
  box-shadow: inset 0 0 0 1px var(--line);
}

.lang-toggle {
  color: var(--ink);
  cursor: pointer;
}

main {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 44px 0 96px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--teal-dark);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 24px;
  max-width: 660px;
  font-size: 96px;
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 500;
}

.hero-subtitle {
  max-width: 590px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.32;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 500;
  transition: transform 0.2s ease, filter 0.2s ease;
}

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

.button-primary {
  background: var(--ink);
  color: white;
}

.button-secondary {
  background: var(--paper);
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--line);
}

.hero-visual {
  position: absolute;
  inset: 20px 0 20px auto;
  z-index: 1;
  width: 53%;
  min-width: 500px;
  display: grid;
  place-items: center end;
  padding-right: 54px;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transform: rotate(-16deg);
  pointer-events: none;
}

.hero-visual::before {
  width: 360px;
  height: 210px;
  background: var(--mint);
  right: 16px;
  top: 84px;
}

.hero-visual::after {
  width: 250px;
  height: 155px;
  background: #fff0ea;
  left: 10px;
  bottom: 96px;
}

.phone {
  position: relative;
  z-index: 1;
  width: min(360px, 82%);
  min-height: 690px;
  padding: 18px;
  border: 10px solid #121b1f;
  border-radius: 48px;
  background: #f3fbfb;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.phone-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  padding: 0 8px;
  font-size: 13px;
  font-weight: 500;
}

.phone-top span:last-child {
  width: 78px;
  height: 22px;
  border-radius: 999px;
  background: #111;
}

.app-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.app-header img {
  width: 54px;
  height: 54px;
  border-radius: 14px;
}

.app-header p,
.app-header strong,
.summary-panel span,
.summary-panel h2,
.summary-panel p,
.timeline-card p,
.question-list p,
.question-list span {
  margin: 0;
}

.app-header p,
.summary-panel span,
.timeline-card p,
.question-list p {
  color: var(--muted);
  font-size: 14px;
}

.app-header strong {
  font-size: 30px;
  line-height: 1;
}

.summary-panel,
.timeline-card,
.question-list {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(220, 231, 233, 0.86);
  border-radius: 22px;
  box-shadow: 0 10px 34px rgba(8, 17, 19, 0.07);
}

.summary-panel {
  padding: 20px;
  margin-bottom: 14px;
}

.summary-panel h2 {
  margin: 10px 0 10px;
  font-size: 23px;
  line-height: 1.12;
  font-weight: 500;
}

.summary-panel p {
  color: #314247;
  font-size: 16px;
  line-height: 1.36;
}

.timeline-card {
  display: flex;
  gap: 12px;
  padding: 16px;
  margin-bottom: 14px;
}

.timeline-card span {
  width: 12px;
  min-width: 12px;
  height: 54px;
  border-radius: 999px;
  background: var(--coral);
}

.timeline-card strong {
  font-size: 17px;
}

.question-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.question-list span {
  padding: 12px;
  border-radius: 14px;
  background: var(--sage);
  color: #253438;
  font-size: 15px;
  line-height: 1.25;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: 112px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.trust-strip div {
  min-height: 210px;
  padding: 28px;
  background: var(--paper);
}

.trust-strip span {
  display: block;
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 500;
}

.trust-strip p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.36;
}

.feature-section,
.privacy-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: start;
  margin-bottom: 112px;
}

.section-copy h2,
.appointment-card h2,
.privacy-section h2 {
  margin-bottom: 18px;
  font-size: 58px;
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: 0;
}

.section-copy p:not(.eyebrow),
.appointment-card p,
.privacy-list p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.35;
}

.feature-grid {
  display: grid;
  gap: 14px;
}

.feature-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.feature-grid span {
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 500;
}

.feature-grid h3 {
  margin: 16px 0 10px;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 500;
}

.feature-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.appointment-section {
  margin-bottom: 112px;
  padding: 52px;
  border-radius: 8px;
  background: #102127;
  color: white;
}

.appointment-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  max-width: 940px;
}

.appointment-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

.appointment-card p:first-child {
  margin-bottom: 10px;
  color: #91dce4;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.mini-calendar {
  display: grid;
  place-items: center;
  min-height: 150px;
  border-radius: 8px;
  background: white;
  color: var(--ink);
  box-shadow: 18px 18px 0 var(--coral);
}

.mini-calendar span {
  color: var(--teal-dark);
  font-weight: 500;
  text-transform: uppercase;
}

.mini-calendar strong {
  font-size: 58px;
  line-height: 0.9;
}

.privacy-list {
  display: grid;
  gap: 12px;
}

.privacy-list p {
  margin: 0;
  padding: 18px 20px;
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
}

.disclaimer {
  margin-bottom: 80px;
  padding: 24px;
  border: 1px solid #f2c9bc;
  border-radius: 8px;
  background: #fff8f5;
}

.disclaimer p {
  max-width: 820px;
  margin: 0;
  color: #734433;
  font-size: 17px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 40px 0;
  color: var(--muted);
  font-size: 15px;
}

@media (max-width: 900px) {
  .feature-section,
  .privacy-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 32px;
  }

  .hero-visual {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
    min-height: 600px;
    place-items: center;
    padding-right: 0;
  }

  .phone {
    min-height: 620px;
  }

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

  .trust-strip div {
    min-height: auto;
  }

  .appointment-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .clario-nav,
  main,
  footer {
    width: min(100% - 28px, 1160px);
  }

  .nav-actions a {
    display: none;
  }

  .hero {
    padding-bottom: 72px;
  }

  h1 {
    font-size: 46px;
  }

  .section-copy h2,
  .appointment-card h2,
  .privacy-section h2 {
    font-size: 36px;
  }

  .hero-subtitle,
  .section-copy p:not(.eyebrow),
  .appointment-card p,
  .privacy-list p {
    font-size: 18px;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 560px;
  }

  .hero-visual::before {
    width: 250px;
    height: 150px;
    top: 42px;
  }

  .hero-visual::after {
    width: 190px;
    height: 120px;
    bottom: 46px;
  }

  .phone {
    width: min(330px, 100%);
    min-height: 590px;
    border-width: 8px;
    border-radius: 40px;
  }

  .app-header strong {
    font-size: 26px;
  }

  .summary-panel h2 {
    font-size: 21px;
  }

  .trust-strip,
  .feature-section,
  .appointment-section,
  .privacy-section {
    margin-bottom: 78px;
  }

  .feature-section,
  .privacy-section {
    gap: 28px;
  }

  .appointment-section {
    padding: 28px;
  }

  .mini-calendar {
    width: 130px;
    min-height: 130px;
  }

  footer {
    flex-direction: column;
  }
}
