@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #142132;
  --text: #1b2a3b;
  --muted: #627894;
  --line: #e7e3df;
  --soft: #faf8f5;
  --soft-2: #fff4ea;
  --orange: #ff7f20;
  --orange-dark: #e9650b;
  --teal: #8fdfe0;
  --green: #10a747;
  --dark: #172535;
  --shadow: 0 18px 42px rgba(26, 37, 51, .12);
  --small-shadow: 0 5px 15px rgba(26, 37, 51, .09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  letter-spacing: 0;
}

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

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

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

svg {
  width: 1em;
  height: 1em;
}

[hidden] {
  display: none !important;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 65px;
  padding: 0 24px;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid #f0ede9;
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
}

.brand-mark,
.footer-brand span {
  display: inline-flex;
  color: var(--orange);
  font-size: 24px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #58708c;
  font-size: 14px;
  font-weight: 600;
}

.nav-links a {
  transition: color .2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--ink);
}

.site-nav .btn {
  justify-self: end;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px;
  color: #fff;
  background: var(--orange);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 9px 18px rgba(255, 127, 32, .24);
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.btn:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
}

.btn:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.btn-small {
  min-height: 38px;
  padding: 0 20px;
  font-size: 14px;
}

.btn-ghost {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: none;
}

.btn-ghost:hover {
  color: var(--ink);
  background: #fff;
  box-shadow: var(--small-shadow);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 592px);
  align-items: center;
  gap: 72px;
  max-width: 1280px;
  min-height: 650px;
  margin: 0 auto;
  padding: 70px 24px 92px;
}

.hero-copy {
  padding-top: 44px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 30px;
  padding: 7px 12px;
  color: #ff6d11;
  background: var(--soft-2);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.badge span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--orange);
  border-radius: 999px;
}

.badge.soft {
  color: var(--orange);
  background: var(--soft-2);
}

.badge.soft svg {
  width: 16px;
  height: 16px;
}

.hero h1,
.page-hero h1,
.checkout-title h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
  color: var(--orange);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.02em;
  font-style: italic;
  font-weight: 400;
}

.hero h1 i {
  color: var(--ink);
  font-style: normal;
}

.hero p,
.page-hero p,
.checkout-title p {
  max-width: 560px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.hero-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 26px 60px rgba(20, 33, 50, .14);
}

.section {
  max-width: 1232px;
  margin: 0 auto;
  padding: 92px 24px;
}

.band {
  max-width: none;
  padding-left: max(24px, calc((100vw - 1232px) / 2 + 24px));
  padding-right: max(24px, calc((100vw - 1232px) / 2 + 24px));
  background: var(--soft);
}

.section-head {
  max-width: 680px;
  margin-bottom: 50px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
  font-weight: 800;
}

h2 span,
.section-head span {
  color: var(--orange);
}

h3,
h4 {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.section-head p {
  margin: 12px 0 0;
}

.translate-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 280px) 1fr minmax(180px, 280px);
  align-items: center;
  gap: 24px;
  max-width: 860px;
  margin: 0 auto;
}

.translate-row::before {
  content: "";
  position: absolute;
  left: 33%;
  right: 33%;
  top: 50%;
  height: 1px;
  background: #eaded7;
}

.translate-card {
  position: relative;
  z-index: 1;
  min-height: 146px;
  padding: 26px;
  background: #fff;
  border: 1px solid rgba(231, 227, 223, .7);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.translate-card p {
  margin: 18px 0 10px;
  font-size: 13px;
}

.translate-card strong {
  display: block;
  padding: 11px 14px;
  background: #f0ece9;
  border-radius: 6px;
  color: var(--ink);
  font-size: 13px;
}

.translate-card small {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  color: #89a0b6;
  font-size: 11px;
  font-weight: 700;
}

.soft-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--orange);
  background: rgba(255, 255, 255, .18);
  border-radius: 999px;
}

.soft-icon.teal {
  color: #56c7cb;
  background: #e9fbfb;
}

.orange-card {
  color: #fff;
  background: var(--orange);
}

.orange-card p,
.orange-card small,
.orange-card strong {
  color: #fff;
}

.orange-card strong {
  background: rgba(255, 255, 255, .11);
}

.latency {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: auto;
  padding: 3px 10px;
  color: var(--orange);
  background: var(--soft-2);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.two-way-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 730px;
  margin: 70px auto 0;
  padding: 26px;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.two-way-card p {
  margin: 12px 0 18px;
  font-size: 13px;
}

.two-way-card div > img {
  height: 116px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.two-way-card > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
}

.science,
.app-section,
.about-split,
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}

.science > img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--small-shadow);
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 8px;
  color: #8290a0;
  background: #f4f1ee;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.number-box {
  margin: 22px 0;
  padding: 22px;
  background: var(--soft);
  border-radius: 10px;
}

.number-box p {
  margin: 0 0 12px;
  color: var(--ink);
}

.number-box ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.number-box li {
  margin: 9px 0;
  line-height: 1.5;
}

.number-box strong {
  color: var(--orange);
}

.app-section {
  padding-top: 70px;
}

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

.feature-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
}

.feature-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #58c8cc;
  background: #e9fbfb;
  border-radius: 999px;
}

.feature-list h4 {
  font-size: 16px;
}

.feature-list p {
  margin: 5px 0 0;
  font-size: 13px;
}

.app-img {
  width: min(350px, 100%);
  margin: 0 auto;
  filter: drop-shadow(0 20px 28px rgba(20, 33, 50, .13));
}

.specs {
  padding-top: 50px;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.spec-card {
  min-height: 130px;
  padding: 28px 18px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 3px 9px rgba(20, 33, 50, .04);
}

.spec-card span,
.mini-card span,
.contact-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  color: var(--orange);
  background: var(--soft-2);
  border-radius: 999px;
}

.spec-card h3 {
  font-size: 20px;
}

.spec-card p {
  margin: 5px 0 0;
  font-size: 12px;
}

.team-section {
  padding: 72px 24px;
  background: var(--dark);
}

.team-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1232px;
  margin: 0 auto;
}

.team-section h2,
.team-section p,
.team-section strong {
  color: #fff;
}

.team-section p {
  color: #ccd5df;
}

.founder {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.founder img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 999px;
}

.founder small {
  display: block;
  color: #ccd5df;
  font-size: 12px;
}

.team-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.team-photos img {
  aspect-ratio: 1 / .82;
  object-fit: cover;
  border-radius: 8px;
}

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

.faq-list {
  margin-top: 48px;
  text-align: left;
}

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

.faq-item button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 19px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.faq-item button svg {
  width: 16px;
  height: 16px;
  color: #94a5b6;
  transition: rotate .18s ease;
}

.faq-item p {
  display: none;
  margin: -4px 0 18px;
  font-size: 14px;
}

.faq-item.open p {
  display: block;
}

.faq-item.open button svg {
  rotate: 180deg;
}

.cta {
  max-width: 760px;
  margin: 0 auto;
  padding: 76px 24px 92px;
  text-align: center;
}

.cta h2 {
  font-size: clamp(42px, 5vw, 64px);
}

.cta p {
  max-width: 560px;
  margin: 16px auto 26px;
}

.cta small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  color: #93a4b6;
  font-size: 12px;
  font-weight: 700;
}

.footer {
  padding: 52px 24px 66px;
  background: #f7f6f4;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 72px;
  max-width: 1232px;
  margin: 0 auto;
}

.footer-brand {
  gap: 6px;
  font-size: 20px;
}

.footer-brand em {
  color: #7790aa;
  font-style: normal;
  font-weight: 500;
}

.footer p,
.footer a {
  color: #607790;
  font-size: 14px;
  line-height: 1.55;
}

.footer h4 {
  margin: 0 0 18px;
  font-size: 14px;
}

.footer a:not(.footer-brand) {
  display: block;
  margin: 0 0 12px;
}

.page-main {
  max-width: 1110px;
  min-height: 72vh;
  margin: 0 auto;
  padding: 72px 24px 92px;
}

.page-hero {
  margin-bottom: 72px;
}

.page-hero.narrow {
  max-width: 820px;
}

.page-hero h1 {
  font-size: clamp(44px, 5vw, 64px);
}

.about-split {
  margin: 0 0 76px;
}

.about-split img {
  width: 100%;
  aspect-ratio: 1 / .92;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.about-split.reverse img {
  aspect-ratio: 1.2 / 1;
}

.mini-card-grid,
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 0 0 76px;
}

.mini-card,
.contact-card,
.info-card,
.panel-form,
.checkout-card,
.summary-card,
.promise-card,
.responsible-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--small-shadow);
}

.mini-card {
  min-height: 210px;
  padding: 34px 28px;
}

.mini-card p {
  margin-bottom: 0;
  font-size: 14px;
}

.responsible-card {
  padding: 34px;
  background: #fffdfb;
}

.payment-status {
  max-width: 760px;
  text-align: center;
}

.payment-status .responsible-card {
  padding: 56px 38px;
}

.payment-status h1 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
}

.payment-status p {
  max-width: 520px;
  margin: 16px auto 0;
  font-size: 17px;
}

.payment-status .hero-actions {
  justify-content: center;
}

.status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  font-size: 28px;
}

.status-icon.success {
  color: #0a8f3d;
  background: #e9f8ee;
}

.status-icon.failed {
  color: var(--orange-dark);
  background: var(--soft-2);
}

.responsible-card p {
  margin-top: 8px;
}

.avatar-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.avatar-row > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: var(--orange);
  background: var(--soft-2);
  border-radius: 999px;
  font-weight: 800;
}

.avatar-row small {
  display: block;
  color: var(--muted);
  line-height: 1.45;
}

.contact-cards {
  grid-template-columns: minmax(0, 420px);
  margin-bottom: 72px;
}

.contact-card {
  min-height: 250px;
  padding: 32px;
}

.contact-card p {
  min-height: 52px;
}

.contact-card a,
.info-card a {
  color: var(--orange);
  font-size: 18px;
  font-weight: 600;
}

.contact-card small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
}

.contact-layout {
  align-items: start;
}

.panel-form {
  padding: 34px;
}

.panel-form p {
  margin-top: 8px;
}

label {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  color: var(--ink);
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #d9e0e6;
  border-radius: 12px;
  box-shadow: inset 0 2px 5px rgba(20, 33, 50, .05), 0 2px 5px rgba(20, 33, 50, .05);
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(255, 127, 32, .62);
  box-shadow: 0 0 0 4px rgba(255, 127, 32, .12);
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.panel-form .btn {
  width: 100%;
  margin-top: 22px;
}

.form-note {
  display: block;
  margin-top: 14px;
  color: var(--green);
  font-weight: 700;
}

.side-stack {
  display: grid;
  gap: 24px;
}

.info-card {
  display: flex;
  gap: 22px;
  padding: 28px 34px;
}

.info-card > span {
  color: var(--orange);
  font-size: 24px;
}

.info-card h3 {
  margin-bottom: 8px;
}

.info-card p {
  margin: 0;
}

.legal-main {
  max-width: 820px;
}

.policy-head {
  margin-bottom: 40px;
}

.policy-head h1 {
  font-size: clamp(42px, 4.5vw, 60px);
}

.legal-body article {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.legal-body h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.legal-body p {
  margin: 0;
}

.checkout-main {
  max-width: 1210px;
}

.back-link {
  display: inline-block;
  margin-bottom: 18px;
  color: #56708b;
  font-size: 16px;
}

.checkout-title {
  margin-bottom: 44px;
}

.checkout-title h1 {
  font-size: clamp(38px, 4vw, 52px);
}

.checkout-title p {
  margin-top: 8px;
  max-width: none;
}

.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: start;
  gap: 32px;
}

.checkout-left {
  display: grid;
  gap: 32px;
}

.checkout-card,
.summary-card,
.promise-card {
  padding: 28px;
}

.checkout-card h2,
.summary-card h2 {
  font-size: 21px;
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.color-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 138px;
  padding: 18px;
  text-align: left;
  background: #fff;
  border: 2px solid #dfe4e9;
  border-radius: 16px;
  cursor: pointer;
}

.color-card > span {
  display: block;
  height: 80px;
  border-radius: 12px;
}

.color-card i {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
  width: 24px;
  height: 24px;
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  font-style: normal;
}

.color-card.active {
  border-color: var(--orange);
}

.color-card.active i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.qty-label {
  margin-top: 26px;
}

.qty-control {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.qty-control button {
  width: 38px;
  height: 38px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--small-shadow);
  cursor: pointer;
}

.qty-control input {
  width: 80px;
  text-align: center;
}

.two-inputs,
.three-inputs {
  display: grid;
  gap: 16px;
}

.two-inputs {
  grid-template-columns: 1fr 1fr;
}

.three-inputs {
  grid-template-columns: 1fr .55fr .55fr;
}

.checkout-side {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 16px;
}

.summary-card .line,
.summary-card .total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}

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

.summary-card .green {
  color: var(--green);
}

.summary-card em {
  font-style: normal;
}

.summary-card .total {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 19px;
  font-weight: 800;
}

.summary-card .btn {
  width: 100%;
  margin-top: 18px;
}

.summary-card p {
  margin: 14px 0 0;
  text-align: center;
  font-size: 13px;
}

.promise-card {
  display: grid;
  gap: 10px;
}

.promise-card p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--muted);
}

@media (max-width: 900px) {
  .site-nav {
    grid-template-columns: 1fr auto;
    padding: 0 16px;
  }

  .nav-links {
    display: none;
  }

  .brand {
    font-size: 18px;
  }

  .brand-mark {
    font-size: 21px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
    padding: 40px 16px 62px;
  }

  .hero-copy {
    padding-top: 10px;
  }

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

  .hero p,
  .page-hero p,
  .checkout-title p {
    font-size: 15px;
    line-height: 1.55;
  }

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

  .hero-actions .btn {
    width: 100%;
  }

  .hero-img {
    border-radius: 12px;
  }

  .section,
  .band,
  .team-section,
  .page-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-head {
    margin-bottom: 34px;
  }

  .translate-row {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .translate-row::before,
  .latency {
    display: none;
  }

  .translate-card {
    min-height: 152px;
    border-radius: 8px;
  }

  .two-way-card,
  .science,
  .app-section,
  .team-grid,
  .about-split,
  .contact-layout,
  .checkout-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .two-way-card {
    padding: 18px;
    margin-top: 34px;
  }

  .two-way-card > img {
    height: 240px;
  }

  .science {
    padding-top: 54px;
  }

  .science > img {
    order: -1;
  }

  .app-img {
    order: -1;
    width: min(280px, 100%);
  }

  .spec-grid,
  .mini-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .spec-card {
    min-height: 140px;
  }

  .team-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .team-photos {
    gap: 12px;
  }

  .faq {
    padding-top: 62px;
  }

  .cta {
    padding: 58px 16px 70px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .page-main {
    padding-top: 54px;
  }

  .page-hero {
    margin-bottom: 44px;
  }

  .page-hero h1 {
    font-size: 43px;
  }

  .contact-cards {
    grid-template-columns: 1fr;
    margin-bottom: 28px;
  }

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

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

  .checkout-side {
    position: static;
  }
}

@media (max-width: 560px) {
  .site-nav .btn-small {
    min-height: 34px;
    padding: 0 14px;
    font-size: 12px;
  }

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

  .badge {
    margin-bottom: 18px;
  }

  .two-way-card,
  .two-way-card > img,
  .science > img,
  .about-split img {
    border-radius: 10px;
  }

  .two-way-card {
    padding: 14px;
  }

  .team-photos img {
    aspect-ratio: 1 / 1;
  }

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

  .mini-card,
  .spec-card,
  .panel-form,
  .checkout-card,
  .summary-card,
  .promise-card,
  .responsible-card,
  .contact-card,
  .info-card {
    border-radius: 12px;
    padding: 22px;
  }

  .mini-card {
    min-height: 190px;
  }

  .mini-card p,
  .spec-card p {
    font-size: 12px;
  }

  .footer {
    padding-top: 42px;
  }

  .two-inputs,
  .three-inputs {
    grid-template-columns: 1fr;
  }

}
