:root {
  --cream: #fbf7ee;
  --cream-deep: #f2eadc;
  --paper: #fffdf8;
  --navy: #253249;
  --navy-soft: #3f4b5f;
  --teal: #14778c;
  --teal-dark: #0b5f72;
  --teal-pale: #dff1f4;
  --coral: #b95845;
  --coral-pale: #f6dfd8;
  --line: #ded6c8;
  --muted: #596272;
  --white: #ffffff;
  --shadow-sm: 0 12px 34px rgba(37, 50, 73, 0.08);
  --shadow-lg: 0 28px 80px rgba(37, 50, 73, 0.18);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --content: 1160px;
  --reading: 760px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  background: var(--cream);
  color: var(--navy);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--navy);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--teal-dark);
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--navy);
  color: var(--white);
  font-weight: 800;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(222, 214, 200, 0.82);
  background: rgba(251, 247, 238, 0.92);
  backdrop-filter: blur(18px) saturate(150%);
}

.site-nav {
  width: min(var(--content), calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--navy);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
}

.brand:hover {
  color: var(--navy);
}

.brand__mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  background: var(--navy);
  color: var(--cream);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.site-nav__links,
.footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav__links a,
.footer-links a {
  color: var(--navy-soft);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav__links a:hover,
.site-nav__links a[aria-current="page"] {
  color: var(--teal-dark);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(22, 131, 154, 0.2);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--teal-dark);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(22, 131, 154, 0.26);
}

.button--secondary {
  border-color: var(--line);
  background: var(--paper);
  color: var(--navy);
  box-shadow: none;
}

.button--secondary:hover {
  border-color: var(--teal);
  background: var(--teal-pale);
  color: var(--navy);
  box-shadow: none;
}

.button--dark {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(37, 50, 73, 0.2);
}

.button--dark:hover {
  background: #162136;
}

.button__status {
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.24);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal-dark);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #96dbe7;
}

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

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 7vw, 6.9rem);
  line-height: 0.96;
  letter-spacing: -0.068em;
  font-weight: 900;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.25rem, 4.6vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 900;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  font-weight: 850;
}

p,
li {
  line-height: 1.65;
}

.muted {
  color: var(--muted);
}

.lead {
  max-width: 690px;
  color: var(--navy-soft);
  font-size: clamp(1.1rem, 2vw, 1.38rem);
  line-height: 1.55;
}

.wrap {
  width: min(var(--content), calc(100% - 40px));
  margin-inline: auto;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(70px, 8vw, 120px) 0 88px;
}

.hero::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  top: -340px;
  right: -180px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 131, 154, 0.17), transparent 68%);
  pointer-events: none;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
}

.hero__copy .lead {
  margin-bottom: 0;
}

.hero__actions,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.availability-note {
  max-width: 650px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.availability-note::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 5px var(--coral-pale);
}

.hero-visual {
  position: relative;
  min-height: 590px;
}

.phone {
  overflow: hidden;
  border: 8px solid var(--navy);
  border-radius: 42px;
  background: var(--paper);
  box-shadow: var(--shadow-lg);
}

.phone img {
  width: 100%;
  height: auto;
}

.hero-visual .phone:first-child {
  width: 57%;
  position: absolute;
  left: 2%;
  top: 0;
  transform: rotate(-4deg);
}

.hero-visual .phone:nth-child(2) {
  width: 52%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(5deg);
}

.float-card {
  position: absolute;
  z-index: 2;
  max-width: 190px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px);
}

.float-card strong,
.float-card span {
  display: block;
}

.float-card strong {
  margin-bottom: 2px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1;
}

.float-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.float-card--top {
  top: 72px;
  right: 3%;
}

.float-card--bottom {
  left: -3%;
  bottom: 72px;
}

.proof-bar {
  border-block: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.72);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.proof-item {
  padding: 28px clamp(20px, 4vw, 48px);
  border-right: 1px solid var(--line);
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item strong,
.proof-item span {
  display: block;
}

.proof-item strong {
  margin-bottom: 3px;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  letter-spacing: -0.04em;
}

.proof-item span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.section {
  padding: clamp(78px, 10vw, 132px) 0;
}

.section--paper {
  border-block: 1px solid var(--line);
  background: var(--paper);
}

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

.section--navy .lead,
.section--navy .muted {
  color: rgba(255, 255, 255, 0.72);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 44px;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

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

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.card__copy {
  padding: clamp(24px, 4vw, 38px);
}

.card__copy p:last-child {
  margin-bottom: 0;
}

.card--wide {
  grid-column: span 7;
  min-height: 430px;
}

.card--narrow {
  grid-column: span 5;
  min-height: 430px;
}

.card--half {
  grid-column: span 6;
}

.card--teal {
  border-color: rgba(22, 131, 154, 0.32);
  background: var(--teal-pale);
}

.card--coral {
  border-color: rgba(185, 88, 69, 0.24);
  background: var(--coral-pale);
}

.mini-lesson {
  margin: 12px clamp(24px, 4vw, 38px) clamp(24px, 4vw, 38px);
  padding: 26px;
  border-radius: 22px;
  background: var(--navy);
  color: var(--white);
}

.mini-lesson__term {
  display: block;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.mini-lesson__reading {
  display: block;
  margin: 8px 0 18px;
  color: #8fd5e1;
  font-size: 17px;
  font-weight: 800;
}

.answer-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.answer-list span {
  padding: 14px 16px;
  border: 1px solid rgba(37, 50, 73, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  font-weight: 750;
}

.widget-layout,
.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  align-items: center;
  gap: clamp(50px, 8vw, 100px);
}

.widget-device {
  position: relative;
  max-width: 520px;
  margin-inline: auto;
  padding: 22px;
  border-radius: 48px;
  background: #172238;
  box-shadow: 0 36px 90px rgba(12, 21, 37, 0.42);
}

.widget-device img {
  border-radius: 31px;
}

.feature-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.feature-list__number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--teal-pale);
  color: var(--teal-dark);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  font-weight: 850;
}

.feature-list h3 {
  margin-bottom: 4px;
  font-size: 1.1rem;
}

.feature-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.section--navy .feature-list p {
  color: rgba(255, 255, 255, 0.68);
}

.section--navy .feature-list__number {
  background: rgba(143, 213, 225, 0.12);
  color: #8fd5e1;
}

.language-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.language-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

.language-chip span {
  color: var(--muted);
  font-weight: 650;
}

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

.language-card {
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
}

.language-card strong,
.language-card span {
  display: block;
}

.language-card strong {
  margin-bottom: 6px;
  font-size: 1.25rem;
}

.language-card span {
  color: var(--muted);
  font-size: 14px;
}

.screens {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.screen-card {
  margin: 0;
}

.screen-card img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.screen-card figcaption {
  padding: 12px 4px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

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

.price-card {
  position: relative;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.price-card--featured {
  border-color: var(--teal);
  background: var(--teal-pale);
  box-shadow: var(--shadow-sm);
}

.price-card__badge {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--coral-pale);
  color: #8e3d2e;
  font-size: 12px;
  font-weight: 850;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 18px 0 10px;
}

.price strong {
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.price span {
  color: var(--muted);
  font-weight: 750;
}

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

.check-list li {
  position: relative;
  padding-left: 29px;
  color: var(--navy-soft);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--teal-dark);
  font-weight: 900;
}

.fine-print {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.faq-list {
  max-width: 860px;
  margin-inline: auto;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  cursor: pointer;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 850;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 20px;
  color: var(--teal-dark);
  font-size: 26px;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 760px;
  padding: 0 48px 24px 0;
  margin-bottom: 0;
  color: var(--muted);
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 7vw, 76px);
  border-radius: var(--radius-lg);
  background: var(--teal-pale);
}

.cta-panel::after {
  content: "hola · bonjour · 你好 · 안녕하세요";
  position: absolute;
  right: -30px;
  bottom: -18px;
  color: rgba(22, 131, 154, 0.1);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 900;
  white-space: nowrap;
  pointer-events: none;
}

.cta-panel__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.page-hero {
  padding: clamp(70px, 9vw, 120px) 0 76px;
  border-bottom: 1px solid var(--line);
}

.page-hero__inner {
  max-width: 900px;
}

.page-hero h1 {
  font-size: clamp(3rem, 7vw, 6.6rem);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--teal-dark);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(40px, 8vw, 96px);
  align-items: start;
}

.prose {
  max-width: var(--reading);
}

.prose h2 {
  margin-top: 48px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  letter-spacing: -0.04em;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  margin-top: 30px;
  font-size: 1.28rem;
}

.prose p,
.prose li {
  color: var(--navy-soft);
  font-size: 16px;
  line-height: 1.75;
}

.prose a {
  color: var(--teal-dark);
  font-weight: 750;
}

.prose ul,
.prose ol {
  padding-left: 24px;
}

.sidebar-card {
  position: sticky;
  top: 108px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.sidebar-card h2 {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.sidebar-links {
  display: grid;
  gap: 4px;
}

.sidebar-links a {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 10px;
  color: var(--navy-soft);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.sidebar-links a:hover {
  background: var(--teal-pale);
  color: var(--teal-dark);
}

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

.support-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper);
}

.support-card .eyebrow {
  margin-bottom: 10px;
}

.support-card h2 {
  font-size: 1.55rem;
  letter-spacing: -0.035em;
}

.support-card p:last-child {
  margin-bottom: 0;
}

.notice {
  padding: 20px 22px;
  border-left: 4px solid var(--teal);
  border-radius: 0 16px 16px 0;
  background: var(--teal-pale);
}

.notice p:last-child {
  margin-bottom: 0;
}

.site-footer {
  padding: 46px 0;
  background: var(--navy);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto;
  gap: 40px;
  align-items: start;
}

.site-footer .brand,
.site-footer .brand:hover {
  color: var(--white);
}

.site-footer .brand__mark {
  background: var(--cream);
  color: var(--navy);
}

.footer-about {
  max-width: 500px;
}

.footer-about p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.76);
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}

.not-found {
  min-height: 68vh;
  display: grid;
  place-items: center;
  padding: 80px 0;
}

.not-found__inner {
  max-width: 720px;
  text-align: center;
}

.not-found__code {
  display: block;
  color: var(--teal);
  font-size: clamp(5rem, 14vw, 11rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.08em;
}

@media (max-width: 980px) {
  .site-nav {
    gap: 16px;
  }

  .site-nav__links {
    gap: 14px;
  }

  .site-nav__links .nav-optional {
    display: none;
  }

  .hero__grid,
  .widget-layout,
  .split-layout {
    grid-template-columns: 1fr;
  }

  .hero__copy {
    max-width: 780px;
  }

  .hero-visual {
    width: min(680px, 100%);
    margin-inline: auto;
  }

  .widget-layout .widget-copy {
    max-width: 760px;
  }

  .language-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .screens {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 132px;
  }

  .site-nav {
    min-height: auto;
    padding: 12px 0;
    flex-wrap: wrap;
  }

  .site-nav__links {
    width: 100%;
    order: 2;
    overflow-x: auto;
    padding: 2px 0 3px;
    -webkit-overflow-scrolling: touch;
  }

  .site-nav__links a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
  }

  .nav-cta {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 13px;
  }

  h1 {
    letter-spacing: -0.058em;
  }

  .hero {
    padding-top: 60px;
  }

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

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-item,
  .proof-item:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-inline: 0;
  }

  .proof-item:last-child {
    border-bottom: 0;
  }

  .card--wide,
  .card--narrow,
  .card--half {
    grid-column: 1 / -1;
  }

  .language-grid,
  .pricing-grid,
  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .sidebar-card {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .wrap,
  .site-nav {
    width: min(100% - 28px, var(--content));
  }

  .brand__mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .hero__actions .button,
  .action-row .button {
    width: 100%;
  }

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

  .hero-visual .phone:first-child {
    width: 58%;
    left: 0;
  }

  .hero-visual .phone:nth-child(2) {
    width: 54%;
  }

  .phone {
    border-width: 5px;
    border-radius: 30px;
  }

  .float-card {
    max-width: 150px;
    padding: 12px 14px;
  }

  .float-card strong {
    font-size: 19px;
  }

  .float-card--top {
    top: 48px;
  }

  .float-card--bottom {
    bottom: 52px;
  }

  .language-grid,
  .pricing-grid,
  .support-grid,
  .screens {
    grid-template-columns: 1fr;
  }

  .language-card {
    min-height: auto;
  }

  .widget-device {
    padding: 12px;
    border-radius: 34px;
  }

  .widget-device img {
    border-radius: 24px;
  }

  .price {
    display: block;
  }

  .price span {
    display: block;
    margin-top: 8px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .hero__actions,
  .action-row,
  .sidebar-card {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }

  .page-hero,
  .section {
    padding: 24px 0;
  }

  .prose p,
  .prose li {
    color: #111;
  }
}
