@charset "UTF-8";
.contact-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact-status {
  padding: 14px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 18px;
  background: #edf6fc;
  color: #132f4c;
}
.contact-status[data-state="success"] {
  background: #e6f5ed;
  color: #145d3f;
}
.contact-status[data-state="error"],
.field-error {
  color: #9d2634;
}
.contact-status[data-state="error"] {
  background: #fff1f2;
}
.field-error {
  font-size: 12px;
  line-height: 1.5;
}
#contact-form .form-submit:not(:disabled) {
  background: #1479b8;
}
#contact-form .form-submit:not(:disabled):hover {
  background: #105f92;
}
:root {
  --navy: #132f4c;
  --blue: #1479b8;
  --bright: #75d0f3;
  --ink: #17344e;
  --muted: #53697b;
  --line: #dce6ee;
  --pale: #f1f7fb;
  --white: #fff;
  --radius: 18px;
  --shell: 1240px;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
}
h2 {
  font-size: clamp(32px, 3.55vw, 48px);
  font-weight: 650;
  letter-spacing: -1.9px;
}
h3 {
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.5px;
}
p + p {
  margin-top: 18px;
}
em {
  font-style: normal;
  color: var(--blue);
}
:focus-visible {
  outline: 3px solid #1479b8;
  outline-offset: 5px;
}
a,
button {
  touch-action: manipulation;
}
button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.icon-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}
.shell {
  width: min(var(--shell), calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding: 108px 0;
}
.eyebrow {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 1.7px;
  font-weight: 750;
  color: var(--blue);
  margin-bottom: 23px;
}
.section-lead {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
}
.section-heading {
  margin-bottom: 42px;
}
.split-heading {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 70px;
  align-items: end;
}
.split-heading .section-lead {
  font-size: 16px;
  max-width: 430px;
  padding-bottom: 3px;
}
.centered {
  text-align: center;
}
.centered .section-lead {
  margin-top: 24px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 18px 24px;
  background: var(--blue);
  color: white;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 650;
  font-size: 14px;
  line-height: 1.4;
  min-height: 54px;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  background: #105f92;
  transform: translateY(-2px);
  box-shadow: 0 7px 18px #132f4c18;
}
.button .icon {
  width: 20px;
  height: 20px;
}
.button-bright {
  background: var(--bright);
  color: #102e48;
}
.button-bright:hover {
  background: #a8e4fb;
}
.button-small {
  padding: 13px 17px;
  min-height: 46px;
  font-size: 13px;
  gap: 13px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  font-weight: 650;
  color: var(--blue);
  min-height: 44px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  padding: 14px 22px;
  background: white;
  color: var(--navy);
  z-index: 100;
  border: 2px solid var(--blue);
}
.skip-link:focus {
  top: 12px;
}
/* Navigation */
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fffffffa;
  border-bottom: 1px solid #e8edf2;
  backdrop-filter: blur(15px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 26px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 23px;
  letter-spacing: -1px;
  font-weight: 750;
  line-height: 1.15;
  flex-shrink: 0;
}
.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.brand-blue {
  color: var(--blue);
}
.brand small {
  display: block;
  letter-spacing: 2px;
  font-size: 8px;
  font-weight: 600;
  margin-top: 8px;
  color: var(--muted);
}
.nav {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 14px;
  font-weight: 550;
}
.nav > a:not(.button) {
  padding: 16px 0;
  position: relative;
}
.nav > a:not(.button):after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  bottom: 9px;
  width: 0;
  background: var(--blue);
  transition: width 0.2s;
}
.nav > a:hover:after,
.nav > a[aria-current]:after {
  width: 100%;
}
.menu-toggle {
  display: none;
}
/* Hero */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--navy);
  color: white;
}
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 84% 42%, #1479b835, transparent 60%),
    linear-gradient(#ffffff03 1px, transparent 1px),
    linear-gradient(90deg, #ffffff03 1px, transparent 1px);
  background-size:
    auto,
    64px 64px,
    64px 64px;
}
.hero-layout {
  display: grid;
  grid-template-columns: 44% 56%;
  padding: 69px 0 55px;
  align-items: center;
  gap: 0;
}
.hero-copy {
  padding-right: 24px;
  position: relative;
  z-index: 2;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #ffffff28;
  background: #ffffff07;
  padding: 7px 12px;
  border-radius: 50px;
  color: #d0e6f3;
  font-size: 12px;
  letter-spacing: 0.1px;
  margin-bottom: 28px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bright);
  box-shadow: 0 0 0 4px #75d0f314;
  flex: none;
}
.hero h1 {
  font-size: clamp(56px, 5.65vw, 80px);
  letter-spacing: -3.7px;
  line-height: 1.02;
  font-weight: 650;
  margin-bottom: 28px;
}
.hero h1 em {
  color: var(--bright);
}
.hero-description {
  font-size: 16px;
  line-height: 1.8;
  max-width: 440px;
  color: #c5d5e3;
  margin-bottom: 30px;
}
.hero-discover {
  display: flex;
  gap: 25px;
  align-items: center;
  font-size: 14px;
  width: fit-content;
  min-height: 50px;
  margin: 12px 0 16px;
  color: #e0ebf2;
}
.hero-discover:hover {
  color: var(--bright);
}
.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  color: #aabfd1;
  font-size: 11px;
}
.hero-notes span:before {
  content: "✓";
  margin-right: 7px;
  color: var(--bright);
}
.hero-visual {
  width: calc(100% + 160px);
  padding-left: 20px;
  position: relative;
}
.visual-label {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #b3d1e5;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 17px 2px;
}
.tiny-line {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #76c5ea;
}
.browser-frame {
  border: 1px solid #c1d1dc;
  border-radius: 11px;
  overflow: hidden;
  background: #f5f7fa;
  box-shadow: 0 15px 55px #15375414;
}
.browser-bar {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #edf2f6;
  border-bottom: 1px solid #d6e1e9;
  padding: 0 14px;
  font-size: 10px;
  color: #637a8b;
  letter-spacing: 0.1px;
}
.browser-dots {
  font-size: 9px;
  letter-spacing: 2px;
  color: #a7b8c6;
}
.browser-frame img {
  width: 100%;
  height: auto;
}
.hero-screen {
  box-shadow: 0 40px 80px #05192e50;
  border: 5px solid #ffffff22;
  border-radius: 13px;
  background: #ffffff22;
  transform: perspective(1400px) rotateY(-7deg) rotateX(2deg);
  transform-origin: left center;
}
.hero-screen .browser-bar {
  height: 29px;
}
.visual-caption {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 23px 145px 0 4px;
}
.visual-caption p {
  font-size: 14px;
  line-height: 1.55;
  color: #b7cde0;
}
.visual-caption strong {
  font-weight: 500;
  color: white;
}
.caption-marker {
  font-size: 29px;
  color: var(--bright);
}
.demo-label {
  margin-left: auto;
  font-size: 8px;
  letter-spacing: 1px;
  line-height: 1.7;
  color: #a7c1d6;
}
.hero-bottom {
  border-top: 1px solid #ffffff1c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 21px;
  gap: 25px;
  color: #b6cbda;
  font-size: 12px;
}
.hero-bottom > span:first-child {
  font-size: 9px;
  letter-spacing: 1.5px;
}
.hero-bottom a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #ffffff25;
  border-radius: 50%;
  font-size: 20px;
  color: #d6edf9;
}
/* Feature overview */
.workflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-block: 1px solid var(--line);
  padding: 23px 8px;
  margin: 38px 0 36px;
  font-size: 13px;
  font-weight: 600;
  flex-wrap: wrap;
}
.workflow i {
  font-style: normal;
  color: #8faec5;
  font-size: 18px;
}
.workflow span:last-child {
  color: var(--blue);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card {
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: 12px;
  position: relative;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
.feature-card:hover {
  background: #f8fbfd;
  border-color: #91bdd8;
  transform: translateY(-3px);
}
.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: #edf6fc;
  color: var(--blue);
  border-radius: 10px;
  margin-bottom: 24px;
}
.feature-number {
  position: absolute;
  right: 25px;
  top: 32px;
  font-size: 11px;
  color: #8195a5;
  font-variant-numeric: tabular-nums;
}
.feature-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
}
.feature-card p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}
/* Commerce explanation */
.commerce {
  background: var(--pale);
}
.commerce-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px 65px;
  align-items: center;
}
.commerce-copy h2 {
  font-size: clamp(42px, 4.5vw, 64px);
  letter-spacing: -2.6px;
}
.commerce-copy .section-lead {
  margin: 25px 0 20px;
}
.commerce-copy > p:not(.eyebrow):not(.section-lead) {
  font-size: 15px;
  color: var(--muted);
  max-width: 440px;
}
.commerce-copy .text-link {
  margin-top: 22px;
}
.pack-diagram {
  background: white;
  border-radius: var(--radius);
  box-shadow: 0 20px 50px #22456509;
  padding: 32px;
  border: 1px solid #e0ebf2;
}
.diagram-heading {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #597285;
}
.diagram-tag {
  color: var(--blue);
  background: var(--pale);
  border-radius: 4px;
  padding: 3px 7px;
  font-size: 8px;
  margin-top: -3px;
}
.pack-stages {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr;
  align-items: center;
  gap: 5px;
  margin: 42px 0 30px;
}
.pack-stage {
  text-align: center;
}
.pack-stage strong {
  display: block;
  font-size: 27px;
  line-height: 1.3;
  white-space: nowrap;
  font-weight: 650;
  margin-top: 22px;
}
.pack-stage strong span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  margin-top: 6px;
}
.carton-art,
.packets-art,
.biscuit-art {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carton-art svg {
  height: 120px;
  width: 112px;
}
.equals {
  font-size: 21px;
  color: #7b93a6;
  text-align: center;
  margin-top: -45px;
}
.packets-art {
  display: grid;
  grid-template-columns: repeat(2, 32px);
  gap: 6px;
  align-content: center;
}
.packets-art i {
  height: 47px;
  display: block;
  background: linear-gradient(
    90deg,
    #7ccbec 0 15%,
    #259acf 15% 85%,
    #1479b8 85%
  );
  border-block: 3px solid #abdff3;
  border-radius: 3px;
  transform: rotate(-5deg);
}
.biscuit-art {
  width: 89px;
  height: 89px;
  margin: 15px auto 16px;
  border-radius: 50%;
  border: 5px dotted #aedbf1;
  outline: 1px solid #dceff9;
  background: #e8f5fc;
  color: var(--blue);
  font-size: 29px;
  font-weight: 650;
}
.stock-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  font-size: 12px;
  color: var(--muted);
}
.stock-line .icon {
  color: var(--blue);
  width: 19px;
}
.stock-line strong {
  color: var(--navy);
  font-weight: 600;
}
.commerce-detail {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-top: 1px solid #d4e2ed;
  padding-top: 25px;
  align-self: start;
}
.detail-index {
  display: grid;
  place-items: center;
  border: 1px solid #bfd5e5;
  color: var(--blue);
  width: 35px;
  height: 35px;
  flex: none;
  border-radius: 50%;
  font-size: 12px;
}
.commerce-detail h3 {
  font-size: 19px;
  margin: 5px 0 11px;
}
.commerce-detail p {
  font-size: 14px;
  color: var(--muted);
  max-width: 440px;
}
/* Product screenshots */
.product-section {
  background: linear-gradient(white 65%, #f5f9fc);
}
.view-switcher {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 34px auto 26px;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 5px;
  width: fit-content;
  background: #f8fbfd;
}
.view-switcher button {
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  padding: 12px 21px;
  min-height: 44px;
}
.view-switcher button[aria-pressed="true"] {
  background: var(--navy);
  color: white;
  box-shadow: 0 3px 7px #132f4c15;
}
.view-switcher button:hover:not([aria-pressed="true"]) {
  background: #e9f3fa;
  color: var(--navy);
}
.product-figure {
  max-width: 1100px;
  margin: auto;
}
.product-figure .browser-frame {
  box-shadow: 0 20px 50px #18354c15;
}
.product-figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  font-size: 12px;
  color: var(--muted);
}
.product-figure figcaption > span:last-child {
  font-size: 10px;
  flex: none;
  color: #687e90;
}
.product-benefits {
  max-width: 1100px;
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.product-benefits h3 {
  margin: 14px 0;
  font-size: 22px;
}
.product-benefits p {
  font-size: 15px;
  color: var(--muted);
}
.benefit-line {
  display: block;
  width: 29px;
  height: 3px;
  background: var(--blue);
}
/* Daily management */
.everyday-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.expense-card,
.telecom-card {
  padding: 42px;
  border-radius: var(--radius);
}
.expense-card {
  background: #f0f6fa;
  border: 1px solid #e4edf3;
}
.telecom-card {
  border: 1px solid var(--line);
  position: relative;
}
.everyday-grid h3 {
  font-size: 31px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.everyday-grid .eyebrow {
  display: block;
  font-size: 10px;
}
.everyday-grid p {
  font-size: 15px;
  color: var(--muted);
  max-width: 435px;
}
.expense-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.expense-tags span {
  background: white;
  border: 1px solid #dce8f0;
  padding: 7px 12px;
  border-radius: 6px;
  font-size: 11px;
  color: #476379;
}
.large-icon {
  position: absolute;
  right: 36px;
  top: 34px;
  width: 32px;
  height: 32px;
  color: var(--blue);
}
.everyday-grid .small-note {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 23px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
/* Local data */
.local-section {
  background: #f4f8fb;
  padding-top: 85px;
  padding-bottom: 85px;
  overflow: hidden;
}
.local-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 90px;
  align-items: center;
}
.local-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 530px;
}
.local-orbit {
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid #cbdfed;
  border-radius: 50%;
  background: radial-gradient(circle, #e1f0fa 30%, transparent 70%);
}
.local-orbit:before,
.local-orbit:after {
  content: "";
  position: absolute;
  inset: 35px;
  border: 1px solid #d2e4f0;
  border-radius: 50%;
}
.local-orbit:after {
  inset: 70px;
}
.phone-frame {
  position: relative;
  width: 244px;
  border: 7px solid #17354e;
  border-radius: 31px;
  overflow: hidden;
  box-shadow: 15px 24px 45px #163a5222;
  background: var(--navy);
  transform: rotate(-5deg);
}
.phone-frame img {
  width: 100%;
  display: block;
}
.local-label {
  position: absolute;
  right: 0;
  bottom: 72px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px #132f4c10;
  border-radius: 10px;
  padding: 19px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  line-height: 1.6;
}
.local-label .icon {
  color: var(--blue);
  width: 27px;
  height: 27px;
}
.local-label strong {
  font-weight: 650;
}
.local-copy .section-lead {
  margin: 25px 0 30px;
  font-size: 17px;
}
.local-point {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid #dbe5ed;
}
.local-point > span {
  font-size: 10px;
  color: var(--blue);
  padding-top: 3px;
  font-weight: 700;
}
.local-point h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.local-point p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
}
/* Public beta */
.beta-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  align-items: center;
}
.beta-layout h2 {
  font-size: clamp(37px, 3.9vw, 54px);
  letter-spacing: -2.2px;
}
.beta-layout .section-lead {
  margin: 26px 0 30px;
  font-size: 17px;
  max-width: 455px;
}
.beta-info {
  border-left: 1px solid var(--line);
  padding-left: 55px;
}
.beta-word {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 44px;
  font-weight: 300;
  letter-spacing: 4px;
  color: #7598b2;
  margin-bottom: 19px;
  line-height: 1;
}
.beta-word .status-dot {
  background: var(--blue);
}
.beta-info h3 {
  font-size: 20px;
  margin-bottom: 14px;
}
.beta-info p {
  font-size: 14px;
  color: var(--muted);
}
.beta-future {
  border-block: 1px solid var(--line);
  padding: 20px 0;
  margin: 23px 0 13px;
}
.beta-future p {
  font-size: 12px;
  line-height: 1.8;
}
/* Publisher */
.about-section {
  border-block: 1px solid var(--line);
  background: linear-gradient(110deg, #f7fafc, #fff);
}
.about-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  align-items: center;
}
.about-signature {
  padding: 16px 0 16px 40px;
  border-left: 3px solid var(--blue);
}
.about-signature .eyebrow {
  font-size: 9px;
  margin-bottom: 28px;
}
.mora-wordmark {
  font-size: 63px;
  letter-spacing: -3.3px;
  line-height: 0.97;
  font-weight: 750;
}
.mora-wordmark span {
  font-weight: 350;
  color: var(--blue);
}
.about-signature > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 25px;
}
.signature-line {
  display: block;
  margin-top: 25px;
  width: 47px;
  height: 1px;
  background: #aac5d7;
}
.about-copy h2 {
  font-size: 38px;
}
.about-copy .section-lead {
  margin: 23px 0 20px;
  font-size: 19px;
  color: var(--ink);
}
.about-copy > p:not(.eyebrow):not(.section-lead) {
  font-size: 15px;
  color: var(--muted);
}
.about-copy .text-link {
  margin-top: 22px;
}
/* Contact */
.contact-section {
  background: white;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 85px;
  align-items: start;
}
.contact-copy h2 {
  font-size: 53px;
  letter-spacing: -2.5px;
}
.contact-copy .section-lead {
  font-size: 17px;
  margin: 23px 0 36px;
  max-width: 400px;
}
.contact-details {
  display: grid;
  gap: 24px;
  margin-bottom: 23px;
}
.contact-details > a,
.contact-details > div {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.contact-details .icon {
  color: var(--blue);
  width: 21px;
  height: 21px;
}
.contact-details small {
  display: block;
  font-size: 9px;
  letter-spacing: 1.4px;
  color: #5e778b;
  margin-bottom: 4px;
  font-weight: 650;
}
.contact-details a:hover span {
  text-decoration: underline;
}
.contact-form-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 35px #132f4c06;
}
.contact-form-card h3 {
  font-size: 24px;
}
.form-intro {
  color: var(--muted);
  font-size: 12px;
  margin-top: 10px;
}
.form-availability {
  background: var(--pale);
  border-left: 2px solid var(--blue);
  padding: 12px 14px;
  margin: 22px 0;
  font-size: 12px;
  color: #3e5d75;
  line-height: 1.7;
}
.form-availability a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  font-size: 12px;
  font-weight: 600;
  color: #304e66;
}
.field label span {
  color: var(--blue);
}
.field input,
.field textarea,
.field select {
  background: #f9fbfd;
  border: 1px solid #d7e2eb;
  border-radius: 6px;
  min-height: 46px;
  padding: 11px 12px;
  font-size: 13px;
  width: 100%;
  min-width: 0;
  color: #4b6578;
  opacity: 1;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #718595;
  opacity: 1;
}
.field textarea {
  resize: vertical;
}
.form-submit {
  width: 100%;
  margin-top: 22px;
  justify-content: space-between;
  background: #70899c;
  box-shadow: none;
  transform: none;
}
.form-submit:hover {
  background: #70899c;
  box-shadow: none;
  transform: none;
}
.form-note {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  margin-top: 13px;
}
/* Closing */
.final-cta {
  background: var(--navy);
  color: white;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.final-cta:after {
  content: "";
  position: absolute;
  width: 570px;
  height: 570px;
  border: 1px solid #ffffff0c;
  border-radius: 50%;
  right: -110px;
  top: -200px;
  box-shadow:
    0 0 0 65px #ffffff03,
    0 0 0 130px #ffffff02;
  pointer-events: none;
}
.final-cta > .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.final-cta h2 {
  font-size: 43px;
  letter-spacing: -1.8px;
}
.final-cta .eyebrow {
  color: #87c5e6;
  font-size: 10px;
  margin-bottom: 19px;
}
.final-cta p:not(.eyebrow) {
  font-size: 14px;
  color: #bfd1df;
  margin-top: 22px;
}
.final-actions {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  flex: none;
}
.final-actions > a:not(.button) {
  font-size: 13px;
  color: #d2e2ef;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 19px;
}
.final-actions > a:hover:not(.button) {
  color: white;
  text-decoration: underline;
}
.footer {
  padding: 57px 0 0;
  background: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.6fr 1.1fr 0.85fr;
  gap: 36px;
  padding-bottom: 43px;
}
.footer-brand .brand {
  font-size: 22px;
}
.footer-brand .brand img {
  width: 45px;
  height: 45px;
}
.footer-brand p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 17px;
}
.footer-grid h2 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 10px 0 16px;
}
.footer-grid > div:not(.footer-brand) > a {
  display: block;
  font-size: 12px;
  color: var(--muted);
  padding: 6px 0;
  overflow-wrap: anywhere;
}
.footer-grid > div > p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 8px;
}
.footer-grid a:hover {
  color: var(--blue);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: var(--muted);
  padding: 21px 0;
}
.footer-bottom a {
  font-size: 18px;
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
}
/* Motion is ornamental; content is visible immediately. */
@media (prefers-reduced-motion: no-preference) {
  .hero-copy {
    animation: enter 0.7s ease both;
  }
  .hero-visual {
    animation: enter 0.9s 0.1s ease both;
  }
  @keyframes enter {
    from {
      opacity: 0;
      translate: 0 14px;
    }
    to {
      opacity: 1;
      translate: 0 0;
    }
  }
}
@media (min-width: 1600px) {
  .hero-visual {
    width: calc(100% + 110px);
  }
  .hero-layout {
    padding-block: 82px;
  }
  .hero h1 {
    font-size: 82px;
  }
}
@media (max-width: 1199px) {
  .shell {
    width: calc(100% - 64px);
  }
  .nav {
    gap: 23px;
  }
  .brand {
    font-size: 21px;
  }
  .brand img {
    width: 49px;
    height: 49px;
  }
  .hero-layout {
    grid-template-columns: 46% 54%;
    padding-top: 58px;
  }
  .hero h1 {
    font-size: 65px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-visual {
    padding-left: 10px;
    width: calc(100% + 115px);
  }
  .visual-caption {
    margin-right: 110px;
  }
  .demo-label {
    display: none;
  }
  .section {
    padding-block: 88px;
  }
  .split-heading {
    gap: 40px;
  }
  .commerce-layout {
    gap: 36px;
  }
  .pack-diagram {
    padding: 25px;
  }
  .local-layout {
    gap: 50px;
  }
  .local-orbit {
    width: 350px;
    height: 350px;
  }
  .beta-layout,
  .about-layout,
  .contact-layout {
    gap: 55px;
  }
  .footer-grid {
    gap: 23px;
  }
  .footer-brand .brand {
    font-size: 19px;
  }
  .contact-form-card {
    padding: 27px;
  }
  .hero-notes {
    font-size: 10px;
  }
}
@media (max-width: 1059px) {
  .header-inner {
    min-height: 78px;
    flex-wrap: wrap;
    gap: 0;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 13px;
    background: none;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 10px 13px;
    min-height: 44px;
    font-size: 13px;
    color: var(--navy);
  }
  .menu-bars {
    display: block;
    width: 18px;
    height: 12px;
    border-block: 1.5px solid var(--navy);
    position: relative;
  }
  .menu-bars:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    height: 1.5px;
    background: var(--navy);
  }
  .menu-toggle[aria-expanded="true"] .menu-bars {
    transform: rotate(90deg);
  }
  .nav {
    width: 100%;
    padding: 14px 0 22px;
    justify-content: center;
    gap: 25px;
  }
  .js .nav {
    display: none;
  }
  .js .nav.is-open {
    display: flex;
  }
  .hero-layout {
    grid-template-columns: 1fr 1.1fr;
    gap: 10px;
  }
  .hero h1 {
    font-size: 60px;
  }
  .hero .badge {
    font-size: 10px;
  }
  .hero .button {
    font-size: 12px;
    padding-inline: 16px;
    gap: 14px;
  }
  .hero-notes {
    gap: 7px 13px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-visual {
    width: calc(100% + 125px);
  }
  .hero-bottom > span:first-child {
    font-size: 8px;
  }
  .hero-bottom > span:nth-child(2) {
    font-size: 10px;
  }
  .hero-bottom {
    gap: 15px;
  }
  .feature-card {
    padding: 23px;
  }
  .feature-card p {
    font-size: 13px;
  }
  .feature-card h3 {
    font-size: 18px;
  }
  .commerce-layout {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .commerce-copy h2 {
    font-size: 48px;
  }
  .pack-stages {
    gap: 0;
  }
  .pack-diagram {
    padding: 20px;
  }
  .carton-art svg {
    width: 90px;
    height: 100px;
  }
  .packets-art {
    grid-template-columns: repeat(2, 25px);
    gap: 4px;
  }
  .biscuit-art {
    width: 70px;
    height: 70px;
    margin-block: 25px;
  }
  .pack-stage strong {
    font-size: 24px;
  }
  .diagram-heading {
    font-size: 8px;
    letter-spacing: 0.5px;
  }
  .stock-line {
    font-size: 10px;
    gap: 7px;
  }
  .view-switcher button {
    padding: 11px 16px;
  }
  .local-layout {
    gap: 35px;
  }
  .local-label {
    right: -8px;
    padding: 14px;
    bottom: 75px;
  }
  .local-copy h2 {
    font-size: 35px;
  }
  .local-copy .eyebrow {
    font-size: 9px;
  }
  .about-layout {
    gap: 50px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .about-copy h2 {
    font-size: 33px;
  }
  .contact-layout {
    gap: 40px;
    grid-template-columns: 0.9fr 1.1fr;
  }
  .contact-copy h2 {
    font-size: 44px;
  }
  .contact-details > a,
  .contact-details > div {
    font-size: 12px;
    gap: 13px;
  }
  .final-cta h2 {
    font-size: 37px;
  }
  .final-cta .button {
    font-size: 12px;
    padding-inline: 18px;
  }
  .footer-grid {
    grid-template-columns: 1.3fr 0.7fr 1.1fr;
    row-gap: 30px;
  }
  .footer-grid > div:last-child {
    grid-column: 2/4;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .footer-grid > div:last-child h2 {
    margin: 0 8px 0 0;
  }
  .footer-grid > div:last-child > a {
    padding: 0;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 799px) {
  .shell {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 72px;
  }
  h2 {
    font-size: 34px;
    letter-spacing: -1.3px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.3px;
    margin-bottom: 18px;
  }
  .split-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .split-heading .section-lead {
    max-width: 600px;
  }
  .hero-layout {
    grid-template-columns: 1fr;
    padding-top: 45px;
    padding-bottom: 30px;
    gap: 38px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero h1 {
    font-size: 72px;
    letter-spacing: -3.8px;
  }
  .hero h1 br:first-child {
    display: none;
  }
  .hero .badge {
    font-size: 11px;
  }
  .hero-description {
    max-width: 520px;
    font-size: 16px;
  }
  .hero .button {
    font-size: 14px;
    padding: 17px 22px;
  }
  .hero-discover {
    display: inline-flex;
    margin-left: 22px;
    gap: 10px;
    font-size: 12px;
    margin-block: 0;
  }
  .hero-notes {
    margin-top: 22px;
    font-size: 11px;
  }
  .hero-visual {
    padding: 0;
    width: 100%;
  }
  .hero-screen {
    transform: none;
    border-width: 4px;
  }
  .visual-label {
    font-size: 9px;
  }
  .visual-caption {
    margin: 16px 0 0;
    gap: 11px;
  }
  .visual-caption p {
    font-size: 12px;
  }
  .demo-label {
    display: block;
    font-size: 8px;
  }
  .hero-bottom > span:first-child {
    font-size: 8px;
    max-width: 200px;
  }
  .hero-bottom > span:nth-child(2) {
    font-size: 10px;
    max-width: 200px;
  }
  .hero-bottom {
    padding-block: 15px;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .workflow {
    font-size: 11px;
    gap: 7px;
    padding: 20px 0;
    margin-top: 27px;
  }
  .workflow i {
    font-size: 13px;
  }
  .feature-card {
    padding: 24px;
  }
  .feature-card p {
    font-size: 14px;
  }
  .feature-card h3 {
    font-size: 20px;
  }
  .commerce-layout {
    grid-template-columns: 1fr 1fr;
    gap: 35px 26px;
  }
  .commerce-copy {
    grid-column: 1/-1;
  }
  .commerce-copy h2 br {
    display: none;
  }
  .commerce-copy h2 {
    font-size: 46px;
  }
  .commerce-copy > p:not(.eyebrow):not(.section-lead) {
    max-width: 600px;
  }
  .commerce-copy .section-lead {
    margin: 19px 0 17px;
  }
  .pack-diagram {
    grid-column: 1/-1;
    padding: 32px;
  }
  .diagram-heading {
    font-size: 10px;
  }
  .pack-stages {
    margin: 28px 0 24px;
  }
  .pack-stage strong {
    font-size: 28px;
    margin-top: 14px;
  }
  .pack-stage strong span {
    font-size: 13px;
  }
  .carton-art svg {
    width: 112px;
    height: 120px;
  }
  .packets-art {
    grid-template-columns: repeat(2, 32px);
    gap: 6px;
  }
  .biscuit-art {
    width: 89px;
    height: 89px;
    margin: 15px auto 16px;
  }
  .stock-line {
    font-size: 12px;
  }
  .commerce-detail {
    gap: 14px;
  }
  .commerce-detail p {
    font-size: 13px;
  }
  .view-switcher {
    max-width: 100%;
    width: 100%;
    gap: 2px;
  }
  .view-switcher button {
    flex: 1;
    font-size: 11px;
    padding: 11px 7px;
  }
  .product-figure figcaption {
    font-size: 11px;
    gap: 15px;
  }
  .product-figure figcaption > span:last-child {
    font-size: 9px;
  }
  .product-benefits {
    gap: 30px;
    margin-top: 34px;
  }
  .product-benefits h3 {
    font-size: 20px;
  }
  .product-benefits p {
    font-size: 14px;
  }
  .expense-card,
  .telecom-card {
    padding: 28px;
  }
  .everyday-grid {
    gap: 16px;
  }
  .everyday-grid h3 {
    font-size: 26px;
  }
  .everyday-grid p {
    font-size: 14px;
  }
  .large-icon {
    width: 23px;
    height: 23px;
    right: 20px;
    top: 25px;
  }
  .everyday-grid .eyebrow {
    font-size: 8px;
  }
  .expense-tags {
    gap: 6px;
  }
  .expense-tags span {
    font-size: 10px;
    padding: 6px 8px;
  }
  .local-layout {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 30px;
  }
  .phone-frame {
    width: 200px;
    border-radius: 26px;
    border-width: 6px;
  }
  .local-visual {
    min-height: 450px;
  }
  .local-orbit {
    width: 290px;
    height: 290px;
  }
  .local-label {
    right: -5px;
    bottom: 32px;
    font-size: 10px;
    padding: 12px;
    gap: 9px;
  }
  .local-copy h2 {
    font-size: 30px;
  }
  .local-copy .section-lead {
    font-size: 15px;
    margin: 20px 0;
  }
  .local-point {
    gap: 12px;
    padding: 17px 0;
  }
  .local-point h3 {
    font-size: 16px;
  }
  .local-point p {
    font-size: 12px;
  }
  .beta-layout {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .beta-layout h2 {
    font-size: 37px;
  }
  .beta-layout .section-lead {
    font-size: 15px;
  }
  .beta-layout .button {
    font-size: 12px;
    padding-inline: 15px;
    gap: 10px;
  }
  .beta-info {
    padding-left: 30px;
  }
  .beta-word {
    font-size: 35px;
  }
  .beta-info h3 {
    font-size: 19px;
  }
  .beta-info p {
    font-size: 13px;
  }
  .beta-future p {
    font-size: 11px;
  }
  .about-layout {
    grid-template-columns: 0.75fr 1.25fr;
    gap: 35px;
  }
  .about-signature {
    padding-left: 25px;
  }
  .mora-wordmark {
    font-size: 50px;
  }
  .about-signature > p:not(.eyebrow) {
    font-size: 13px;
  }
  .about-copy h2 {
    font-size: 29px;
    letter-spacing: -1px;
  }
  .about-copy .section-lead {
    font-size: 17px;
  }
  .about-copy > p:not(.eyebrow):not(.section-lead) {
    font-size: 14px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .contact-copy h2 {
    font-size: 43px;
  }
  .contact-copy h2 br {
    display: none;
  }
  .contact-copy .section-lead {
    max-width: 550px;
    margin-bottom: 28px;
  }
  .contact-details {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .contact-details > a,
  .contact-details > div {
    font-size: 13px;
  }
  .contact-form-card {
    padding: 30px;
  }
  .final-cta > .shell {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .final-cta h2 {
    font-size: 39px;
  }
  .final-actions {
    flex-direction: row;
    gap: 25px;
  }
  .final-cta .button {
    font-size: 13px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
    display: block;
  }
  .footer-grid > div:last-child h2 {
    margin: 10px 0 16px;
  }
  .footer-grid > div:last-child > a {
    padding: 6px 0;
    min-height: 0;
    display: block;
  }
  .footer-grid > div:nth-child(2) {
    padding-left: 35px;
  }
  .footer-grid > div:last-child {
    padding-left: 35px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer-bottom > span:first-child {
    width: calc(100% - 55px);
  }
  .footer-bottom > span:nth-child(2) {
    order: 3;
    width: 100%;
    padding-bottom: 10px;
  }
  .footer-bottom a {
    margin-left: auto;
  }
}
@media (max-width: 539px) {
  html {
    scroll-padding-top: 84px;
  }
  .shell {
    width: calc(100% - 40px);
  }
  .header-inner {
    min-height: 72px;
  }
  .brand {
    font-size: 20px;
    gap: 7px;
  }
  .brand img {
    width: 43px;
    height: 43px;
  }
  .brand small {
    font-size: 7px;
    letter-spacing: 1.5px;
    margin-top: 5px;
  }
  .menu-toggle {
    font-size: 12px;
    padding: 9px 10px;
    gap: 9px;
  }
  .nav,
  .js .nav.is-open {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    padding-top: 8px;
  }
  .nav > a:not(.button) {
    padding: 12px 8px;
    min-height: 44px;
  }
  .nav > a:not(.button):after {
    bottom: 8px;
    left: 8px;
    max-width: 30px;
  }
  .header-cta {
    margin-top: 10px;
    font-size: 12px;
  }
  .hero-layout {
    padding-top: 34px;
    gap: 32px;
  }
  .hero .badge {
    font-size: 9px;
    padding: 7px 10px;
    gap: 7px;
    margin-bottom: 26px;
  }
  .hero h1 {
    font-size: 59px;
    letter-spacing: -2.9px;
    margin-bottom: 23px;
  }
  .hero h1 br:first-child {
    display: block;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .hero .button {
    font-size: 12px;
    gap: 10px;
    padding: 17px 14px;
    width: 100%;
  }
  .hero-discover {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px 0 0;
    min-height: 44px;
    font-size: 12px;
  }
  .hero-notes {
    font-size: 9px;
    justify-content: center;
    gap: 15px;
    margin-top: 14px;
  }
  .visual-label {
    font-size: 7px;
    letter-spacing: 1px;
    gap: 8px;
    margin-bottom: 12px;
  }
  .tiny-line {
    width: 20px;
  }
  .hero-screen {
    border-width: 3px;
    border-radius: 8px;
  }
  .hero-screen .browser-bar {
    height: 22px;
    font-size: 7px;
    padding-inline: 8px;
  }
  .browser-dots {
    font-size: 6px;
    letter-spacing: 1px;
  }
  .visual-caption {
    gap: 9px;
    margin-top: 14px;
  }
  .visual-caption p {
    font-size: 11px;
  }
  .demo-label {
    font-size: 6px;
    letter-spacing: 0.5px;
  }
  .caption-marker {
    font-size: 23px;
  }
  .hero-bottom {
    gap: 10px;
  }
  .hero-bottom > span:first-child {
    font-size: 7px;
    max-width: 160px;
    letter-spacing: 0.8px;
  }
  .hero-bottom > span:nth-child(2) {
    display: none;
  }
  .hero-bottom a {
    width: 32px;
    height: 32px;
    flex: none;
  }
  .section {
    padding-block: 60px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
    margin-bottom: 16px;
  }
  h2 {
    font-size: 30px;
    letter-spacing: -1.25px;
  }
  .split-heading {
    gap: 19px;
  }
  .split-heading h2 br {
    display: none;
  }
  .split-heading .section-lead {
    font-size: 14px;
  }
  .workflow {
    justify-content: flex-start;
    gap: 9px 12px;
    font-size: 11px;
    padding-block: 17px;
    margin: 26px 0;
  }
  .workflow i {
    font-size: 12px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  .feature-card {
    padding: 23px 22px 23px 79px;
    min-height: 139px;
  }
  .feature-icon {
    position: absolute;
    left: 20px;
    top: 23px;
    width: 40px;
    height: 40px;
  }
  .feature-number {
    display: none;
  }
  .feature-card h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .feature-card p {
    font-size: 13px;
    line-height: 1.75;
  }
  .commerce-copy h2 {
    font-size: 40px;
    letter-spacing: -1.8px;
  }
  .commerce-copy h2 br {
    display: block;
  }
  .commerce-copy .section-lead {
    font-size: 16px;
  }
  .commerce-copy > p:not(.eyebrow):not(.section-lead) {
    font-size: 14px;
  }
  .text-link {
    font-size: 13px;
    gap: 12px;
  }
  .commerce-layout {
    gap: 28px;
  }
  .pack-diagram {
    padding: 22px 15px;
    border-radius: 12px;
  }
  .diagram-heading {
    font-size: 7px;
    letter-spacing: 0.4px;
  }
  .diagram-tag {
    font-size: 7px;
  }
  .pack-stages {
    margin-top: 27px;
    grid-template-columns: 1fr 17px 1fr 17px 1fr;
  }
  .carton-art,
  .packets-art {
    height: 85px;
  }
  .carton-art svg {
    width: 76px;
    height: 85px;
  }
  .packets-art {
    grid-template-columns: repeat(2, 24px);
    gap: 4px;
  }
  .packets-art i {
    height: 33px;
  }
  .biscuit-art {
    width: 61px;
    height: 61px;
    margin: 12px auto;
    font-size: 23px;
    border-width: 4px;
  }
  .equals {
    font-size: 16px;
    margin-top: -35px;
  }
  .pack-stage strong {
    font-size: 23px;
  }
  .pack-stage strong span {
    font-size: 11px;
    margin-top: 5px;
  }
  .stock-line {
    font-size: 10px;
    gap: 8px;
    padding-top: 17px;
  }
  .commerce-detail {
    grid-column: 1/-1;
    gap: 15px;
    padding-top: 23px;
  }
  .commerce-detail h3 {
    font-size: 19px;
  }
  .commerce-detail p {
    font-size: 13px;
  }
  .centered h2 {
    font-size: 33px;
  }
  .centered .section-lead {
    font-size: 14px;
    margin-top: 20px;
  }
  .centered .section-lead br {
    display: none;
  }
  .view-switcher {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 8px;
    gap: 4px;
    margin: 26px 0 19px;
  }
  .view-switcher button {
    font-size: 12px;
    min-height: 44px;
    padding: 9px;
  }
  .product-figure .browser-frame {
    border-radius: 7px;
  }
  .browser-bar {
    height: 25px;
    font-size: 8px;
    padding-inline: 9px;
  }
  .product-figure figcaption {
    flex-direction: column;
    gap: 8px;
    font-size: 11px;
    line-height: 1.6;
  }
  .product-figure figcaption > span:last-child {
    font-size: 9px;
  }
  .product-benefits {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-top: 34px;
  }
  .product-benefits h3 {
    font-size: 22px;
  }
  .product-benefits p {
    font-size: 14px;
  }
  .everyday-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .expense-card,
  .telecom-card {
    padding: 28px;
    border-radius: 12px;
  }
  .everyday-grid .eyebrow {
    font-size: 8px;
  }
  .everyday-grid h3 {
    font-size: 29px;
  }
  .everyday-grid p {
    font-size: 14px;
  }
  .expense-tags span {
    font-size: 11px;
  }
  .local-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .local-copy {
    grid-row: 1;
  }
  .local-copy h2 {
    font-size: 34px;
  }
  .local-copy .eyebrow {
    font-size: 8px;
  }
  .local-copy .section-lead {
    font-size: 15px;
  }
  .local-point {
    padding: 18px 0;
    gap: 16px;
  }
  .local-point h3 {
    font-size: 18px;
  }
  .local-point p {
    font-size: 13px;
  }
  .local-visual {
    min-height: 465px;
    padding: 5px 0 15px;
  }
  .phone-frame {
    width: 209px;
    border-width: 6px;
  }
  .local-orbit {
    width: 320px;
    height: 320px;
  }
  .local-label {
    bottom: 34px;
    right: 3px;
    font-size: 11px;
    padding: 14px;
  }
  .beta-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .beta-layout h2 {
    font-size: 39px;
    letter-spacing: -1.7px;
  }
  .beta-layout .section-lead {
    font-size: 15px;
    margin: 22px 0 25px;
  }
  .beta-layout .button {
    width: 100%;
    font-size: 12px;
    padding: 17px 14px;
    gap: 10px;
  }
  .beta-info {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 28px 0 0;
  }
  .beta-word {
    font-size: 33px;
  }
  .beta-info h3 {
    font-size: 21px;
  }
  .beta-info p {
    font-size: 14px;
  }
  .beta-future p {
    font-size: 12px;
  }
  .about-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-signature {
    padding: 5px 0 5px 26px;
  }
  .about-signature .eyebrow {
    font-size: 8px;
    margin-bottom: 20px;
  }
  .mora-wordmark {
    font-size: 54px;
  }
  .about-signature > p:not(.eyebrow) {
    font-size: 13px;
    margin-top: 19px;
  }
  .signature-line {
    display: none;
  }
  .about-copy h2 {
    font-size: 30px;
  }
  .about-copy .section-lead {
    font-size: 17px;
  }
  .about-copy > p:not(.eyebrow):not(.section-lead) {
    font-size: 14px;
  }
  .contact-layout {
    gap: 31px;
  }
  .contact-copy h2 {
    font-size: 40px;
    letter-spacing: -1.8px;
  }
  .contact-copy h2 br {
    display: block;
  }
  .contact-copy .section-lead {
    font-size: 15px;
    margin: 21px 0 28px;
  }
  .contact-details {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-details > a,
  .contact-details > div {
    font-size: 13px;
    min-height: 44px;
  }
  .contact-form-card {
    padding: 25px 20px;
    border-radius: 12px;
  }
  .contact-form-card h3 {
    font-size: 23px;
  }
  .form-intro {
    font-size: 11px;
  }
  .form-availability {
    font-size: 11px;
    padding: 11px 12px;
    margin-block: 20px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .field {
    grid-column: 1/-1;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
  }
  .field label {
    font-size: 12px;
  }
  .form-submit {
    font-size: 13px;
  }
  .form-note {
    font-size: 10px;
  }
  .final-cta {
    padding: 52px 0;
  }
  .final-cta h2 {
    font-size: 35px;
    letter-spacing: -1.5px;
  }
  .final-cta p:not(.eyebrow) {
    font-size: 14px;
    margin-top: 20px;
  }
  .final-cta .eyebrow {
    font-size: 8px;
  }
  .final-actions {
    flex-direction: column;
    gap: 9px;
    width: 100%;
  }
  .final-cta .button {
    width: 100%;
    font-size: 12px;
    gap: 10px;
    padding: 17px 14px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 18px;
    padding-bottom: 30px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand .brand {
    font-size: 22px;
  }
  .footer-brand p {
    font-size: 12px;
  }
  .footer-grid > div:nth-child(2) {
    padding-left: 0;
  }
  .footer-grid > div:nth-child(3) {
    grid-column: 1/-1;
    grid-row: 3;
  }
  .footer-grid > div:last-child {
    padding-left: 0;
    grid-column: 2;
    grid-row: 2;
  }
  .footer-grid h2 {
    font-size: 12px;
    margin: 6px 0 12px;
  }
  .footer-grid > div:not(.footer-brand) > a,
  .footer-grid > div:last-child > a {
    font-size: 12px;
    padding: 9px 0;
    min-height: 38px;
  }
  .footer-grid > div:last-child h2 {
    margin: 6px 0 12px;
  }
  .footer-grid > div > p {
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 9px;
    line-height: 1.7;
  }
  .footer-bottom a {
    width: 34px;
    height: 34px;
  }
  .footer-bottom > span:nth-child(2) {
    font-size: 9px;
  }
}
@media (max-width: 359px) {
  .shell {
    width: calc(100% - 32px);
  }
  .hero h1 {
    font-size: 52px;
  }
  .brand {
    font-size: 18px;
  }
  .brand img {
    width: 36px;
    height: 36px;
  }
  .hero .button,
  .beta-layout .button,
  .final-cta .button {
    font-size: 11px;
    gap: 7px;
  }
  .hero-notes {
    font-size: 8px;
    gap: 11px;
  }
  .contact-copy h2 {
    font-size: 36px;
  }
  .pack-diagram {
    padding-inline: 12px;
  }
  .diagram-heading {
    font-size: 6px;
  }
  .local-orbit {
    width: 270px;
    height: 270px;
  }
}
/* Contraste AA : nuance plus soutenue pour les petits textes sur fonds bleutés. */
.eyebrow,
.commerce .text-link,
.diagram-tag,
.biscuit-art,
.local-point > span {
  color: #106ba4;
}
.browser-bar,
.feature-number {
  color: #50697c;
}
.hero-bottom a,
.footer-bottom a {
  min-width: 44px;
  min-height: 44px;
}
html:not(.js) .menu-toggle {
  display: none;
}
.hero h1 {
  overflow-wrap: anywhere;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
