:root {
  font-family:
    Inter,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  color: #162b3e;
  background: #fff;
  line-height: 1.6;
  --blue: #075b96;
  --line: #dce4eb;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: var(--blue);
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.header,
main,
footer {
  max-width: 1200px;
  margin: auto;
}
.header {
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.header img {
  width: 210px;
  max-width: 100%;
}
nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
nav a {
  text-decoration: none;
  font-weight: 600;
}
section {
  padding: 70px 32px;
  scroll-margin-top: 24px;
}
.hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 65px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 90px;
}
h1 {
  font-size: clamp(2.3rem, 4.3vw, 3.7rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
  margin: 18px 0 24px;
}
h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 12px 0 26px;
}
h3 {
  font-size: 1.25rem;
}
.lead {
  font-size: 1.12rem;
  color: #506172;
  max-width: 540px;
}
.eyebrow {
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--blue);
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px 0;
}
.button {
  display: inline-block;
  background: var(--blue);
  color: white;
  border: 1px solid var(--blue);
  border-radius: 8px;
  padding: 12px 22px;
  text-decoration: none;
  font-weight: 650;
}
.secondary {
  background: white;
  color: var(--blue);
}
.small,
small {
  font-size: 0.8rem;
  color: #62717e;
}
.journal-demo {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  background: #f7fafc;
  box-shadow: 0 24px 70px #15354d18;
  transform: rotate(1deg);
}
.demo-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.65rem;
  letter-spacing: 0.07em;
  color: #64788b;
}
.badge {
  padding: 4px 9px;
  border-radius: 99px;
  background: #e1eef7;
  color: var(--blue);
}
.journal-demo h2 {
  margin: 26px 0 0;
}
.journal-demo h2 span {
  font-size: 0.8rem;
  font-weight: 500;
  color: #62717e;
  margin-left: 12px;
}
.record {
  border-left: 3px solid #2992d0;
  margin: 20px 0;
  padding: 6px 16px;
  background: white;
}
.record p {
  margin: 4px 0;
  font-size: 0.9rem;
}
.demo-bottom {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 0.85rem;
  color: var(--blue);
}
.three,
.two {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.two {
  grid-template-columns: repeat(2, 1fr);
}
article {
  border: 1px solid var(--line);
  padding: 26px;
  border-radius: 12px;
}
.number {
  font-size: 2rem;
  color: #9bb8cc;
}
.trust {
  background: #102e48;
  color: white;
  border-radius: 18px;
}
.trust p {
  color: #c7d5e1;
}
.price {
  font-size: 2.3rem;
  font-weight: 750;
  letter-spacing: -0.03em;
}
.first-total { border-top: 1px solid var(--line); padding-top: 16px; font-weight: 650; }
.order-section h1 { max-width: 850px; }
.order-grid { align-items: start; margin-top: 32px; }
.order-grid h2 { font-size: 1.65rem; }
.order-grid label { margin: 18px 0; }
.order-grid hr { border: 0; border-top: 1px solid var(--line); margin: 28px 0; }
.order-summary { background: #f4f8fc; }
.order-summary dl { display: grid; grid-template-columns: 1fr auto; gap: 14px; margin: 28px 0; }
.order-summary dd { margin: 0; font-weight: 600; text-align: right; }
.order-summary dt:nth-last-of-type(1), .order-summary dd:last-child { border-top: 1px solid #b6cbdc; padding-top: 18px; font-weight: 750; }
.order-summary .button { width: 100%; }
.test-notice { padding: 12px 18px; border: 1px solid #d4ba76; background: #fff7df; border-radius: 8px; }
#order-message { overflow-wrap: anywhere; }
[hidden] { display: none !important; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #258fc4; outline-offset: 3px; }
.price small {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0;
}
.interval {
  display: flex;
  gap: 8px;
  margin: 24px 0;
}
.interval button {
  background: white;
  border: 1px solid var(--line);
  padding: 9px 22px;
  border-radius: 8px;
}
.interval [aria-pressed="true"] {
  background: #102e48;
  color: white;
}
.form {
  max-width: 850px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form[hidden] {
  display: none;
}
label {
  display: grid;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
}
input,
select {
  padding: 11px;
  border: 1px solid #b4c3ce;
  border-radius: 7px;
  width: 100%;
  background: white;
}
.check {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.check input {
  width: auto;
}
footer {
  padding: 36px 32px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
footer img {
  width: 170px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #69b9eb;
  outline-offset: 4px;
}
.account {
  max-width: 1000px;
  margin: auto;
  padding: 32px;
}
.panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin: 20px 0;
}
.account table {
  width: 100%;
  border-collapse: collapse;
}
.account td,
.account th {
  text-align: left;
  border-bottom: 1px solid var(--line);
  padding: 10px;
}
.scroll {
  overflow: auto;
}
.account .actions {
  margin: 16px 0;
}
pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
#message {
  overflow-wrap: anywhere;
}
@media (max-width: 800px) {
  .header {
    padding: 18px;
    align-items: flex-start;
  }
  .header img {
    width: 155px;
  }
  nav {
    gap: 12px;
    font-size: 0.8rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 30px;
  }
  .journal-demo {
    max-width: 500px;
    transform: none;
  }
  .three,
  .two,
  .form {
    grid-template-columns: 1fr;
  }
  section {
    padding: 44px 22px;
  }
  .trust {
    border-radius: 0;
  }
  .header nav > a:first-child {
    display: none;
  }
  footer {
    flex-wrap: wrap;
  }
  .check {
    grid-column: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

.package-scanner{float:right;width:100px;height:208px;object-fit:contain;margin:0 0 18px 18px}.binding-note{font-weight:600;font-size:.9rem;border-top:1px solid var(--line);padding-top:16px;clear:both}.contact-honey{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}textarea{width:100%;font:inherit;padding:12px;border:1px solid var(--line);border-radius:8px;resize:vertical}#contact-status{grid-column:1/-1}#contact-form .small{grid-column:1/-1}.button:disabled{opacity:.6;cursor:wait}@media(max-width:420px){.package-scanner{width:80px;height:167px}}

.single-plan{max-width:850px}.single-plan article{background:#f7fafc}.single-plan .package-scanner{width:145px;height:302px;margin-left:32px}.single-plan li{margin:5px 0}@media(max-width:550px){.single-plan .package-scanner{width:90px;height:187px;margin-left:14px}}

/* Light gray navigation across the page. */
.header { background: #f1f3f5; box-shadow: 0 0 0 100vmax #f1f3f5; clip-path: inset(0 -100vmax); }
