@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap");

:root {
  --bg: #e6e0d5;
  --bg-soft: #171c23;
  --surface: #f6f1e8;
  --surface-strong: #ffffff;
  --surface-dark: #1f2630;
  --ink: #14181f;
  --ink-soft: #606874;
  --line: #c8bdad;
  --line-strong: #313845;
  --primary: #ff6b00;
  --primary-strong: #d35300;
  --primary-soft: rgba(255, 107, 0, 0.18);
  --accent: #10151c;
  --accent-soft: #262e3a;
  --accent-ink: #edf2f7;
  --ok: #2d8b62;
  --panel-shadow: 0 28px 58px rgba(16, 21, 28, 0.18);
  --panel-shadow-dark: 0 24px 46px rgba(0, 0, 0, 0.32);
  --radius-xl: 28px 28px 28px 8px;
  --radius-lg: 24px 24px 24px 8px;
  --radius-md: 16px 16px 16px 6px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.7;
  background:
    linear-gradient(180deg, #d8d1c4 0 240px, var(--bg) 240px 100%),
    radial-gradient(circle at top right, rgba(255, 107, 0, 0.14), transparent 32%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(20, 24, 31, 0.035) 0 1px, transparent 1px 88px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: -3;
}

a {
  color: var(--primary-strong);
  text-decoration: none;
}

a:hover {
  color: var(--primary);
}

.site-shell {
  min-height: 100vh;
  position: relative;
  overflow-x: clip;
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: -2;
}

.site-shell::before {
  top: -16rem;
  right: -10rem;
  width: min(42rem, 58vw);
  height: min(42rem, 58vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.28) 0, rgba(255, 107, 0, 0.08) 48%, transparent 72%);
  filter: blur(10px);
}

.site-shell::after {
  left: -10rem;
  bottom: 12vh;
  width: 24rem;
  height: 24rem;
  background:
    linear-gradient(135deg, rgba(20, 24, 31, 0.08), rgba(20, 24, 31, 0.01)),
    repeating-linear-gradient(135deg, rgba(255, 107, 0, 0.08) 0 10px, transparent 10px 24px);
  border-radius: 3rem;
  transform: rotate(14deg);
}

.container {
  width: min(1160px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(10, 12, 16, 0.88);
  border-bottom: 1px solid rgba(255, 107, 0, 0.3);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  gap: 18px;
}

.brand {
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand:hover {
  color: #ffffff;
}

.brand small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 107, 0, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  border-radius: 8px;
  padding: 10px 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 107, 0, 0.32);
  background: rgba(255, 107, 0, 0.12);
}

.nav-links a.active {
  color: #ffffff;
  background: rgba(255, 107, 0, 0.18);
  border-color: rgba(255, 107, 0, 0.42);
}

.cta-link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.cta-link:hover,
.button:hover {
  transform: translateY(-2px);
}

.cta-link,
.button-primary {
  background: linear-gradient(135deg, var(--primary) 0%, #ff8b38 100%);
  color: #11161d;
  box-shadow: 0 16px 28px rgba(255, 107, 0, 0.22);
}

.cta-link:hover,
.button-primary:hover {
  color: #11161d;
  background: linear-gradient(135deg, #ff7a17 0%, #ff9a52 100%);
}

.button-soft {
  background: transparent;
  color: var(--ink);
  border-color: rgba(20, 24, 31, 0.18);
}

.button-soft:hover {
  color: var(--ink);
  border-color: rgba(20, 24, 31, 0.36);
  background: rgba(20, 24, 31, 0.04);
}

.section.section-soft .button-soft {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
  background: transparent;
}

.section.section-soft .button-soft:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
}

body[data-page="home"] .hero {
  position: relative;
  padding: 96px 0 70px;
}

body[data-page="home"] .hero::before {
  content: "";
  position: absolute;
  inset: 0 0 10% 0;
  background:
    linear-gradient(135deg, rgba(14, 18, 24, 0.98) 0 57%, rgba(14, 18, 24, 0.72) 57%, transparent 57.15%),
    linear-gradient(180deg, rgba(14, 18, 24, 0.98), rgba(14, 18, 24, 0.96));
  z-index: -1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: stretch;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "//";
  color: var(--primary);
}

body[data-page="home"] .hero .section-kicker,
.page-hero .section-kicker,
.section.section-soft .section-kicker {
  color: rgba(255, 255, 255, 0.82);
}

body[data-page="home"] .hero h1 {
  margin: 0;
  max-width: 9ch;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.5rem, 9vw, 7rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body[data-page="home"] .hero h1 span {
  display: block;
  color: var(--primary);
}

body[data-page="home"] .hero p {
  margin: 18px 0 0;
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

body[data-page="home"] .hero .button-soft {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
}

body[data-page="home"] .hero .button-soft:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
}

.notice {
  padding: 16px 18px;
  border: 1px solid rgba(255, 107, 0, 0.24);
  border-left: 4px solid var(--primary);
  border-radius: 0;
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.12), rgba(255, 255, 255, 0.04));
  color: var(--ink);
  font-size: 0.94rem;
}

body[data-page="home"] .hero .notice,
.section.section-soft .notice {
  color: rgba(255, 255, 255, 0.9);
}

.hero-card {
  position: relative;
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 107, 0, 0.26);
  background: linear-gradient(180deg, rgba(246, 241, 232, 0.98), rgba(255, 255, 255, 0.96));
  box-shadow: var(--panel-shadow);
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 92px;
  height: 4px;
  background: var(--primary);
}

.hero-card h2,
.page-hero h1,
.section-head h2,
.card h3,
.timeline-item h3,
.footer-title,
.contact-card h2,
.hero h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-card h2 {
  margin: 8px 0 6px;
  font-size: 1.5rem;
  color: var(--accent);
}

.hero-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid rgba(255, 107, 0, 0.3);
  border-radius: 999px;
  background: rgba(255, 107, 0, 0.08);
  color: var(--primary-strong);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.list-tight {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.list-tight li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(20, 24, 31, 0.08);
  color: var(--ink-soft);
  font-size: 0.93rem;
}

.list-tight li strong {
  color: var(--ink);
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.stat {
  padding: 14px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #151a21, #202833);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.stat strong {
  display: block;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.stat span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.page-hero {
  padding: 70px 0 12px;
}

.page-hero .container {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(16, 21, 28, 0.98), rgba(28, 35, 44, 0.96)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 88px);
  box-shadow: var(--panel-shadow-dark);
}

.page-hero .container::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -56px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.28), transparent 66%);
}

.page-hero h1 {
  position: relative;
  margin: 0;
  max-width: 11ch;
  color: #ffffff;
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: 0.94;
}

.page-hero p {
  position: relative;
  margin: 14px 0 0;
  max-width: 64ch;
  color: rgba(255, 255, 255, 0.78);
}

.section {
  padding: 72px 0;
  position: relative;
}

.section.section-soft {
  background:
    linear-gradient(180deg, #171c23, #1f2730),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 88px);
  border: 0;
}

.section-head {
  margin-bottom: 30px;
}

.section-head h2 {
  margin: 0;
  max-width: 14ch;
  color: var(--accent);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 0.96;
}

.section-head p {
  margin: 14px 0 0;
  max-width: 72ch;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.section.section-soft .section-head h2,
.section.section-soft .section-head p,
.section.section-soft .timeline-item h3,
.section.section-soft .timeline-item p {
  color: #ffffff;
}

.section.section-soft .section-head p,
.section.section-soft .timeline-item p,
.section.section-soft .card p,
.section.section-soft .check-list li,
.section.section-soft .faq-item p,
.section.section-soft .contact-list li,
.section.section-soft .contact-card p,
.section.section-soft .form-feedback,
.section.section-soft td {
  color: rgba(237, 242, 247, 0.76);
}

.grid {
  display: grid;
  gap: 20px;
}

.grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.contact-card,
.table-wrap {
  border-radius: var(--radius-lg);
}

.card {
  padding: 22px;
  border: 1px solid rgba(20, 24, 31, 0.08);
  border-left: 6px solid var(--primary);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 241, 232, 0.96));
  box-shadow: 0 22px 34px rgba(18, 23, 31, 0.08);
}

.card h3 {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 1.55rem;
  line-height: 1;
}

.card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.section.section-soft .card,
.section.section-soft .contact-card,
.section.section-soft .table-wrap,
.section.section-soft .faq-item details {
  border-color: rgba(255, 255, 255, 0.08);
  border-left-color: var(--primary);
  background: linear-gradient(180deg, rgba(30, 37, 46, 0.98), rgba(20, 25, 32, 0.98));
  box-shadow: var(--panel-shadow-dark);
}

.section.section-soft .card h3,
.section.section-soft .contact-card h2,
.section.section-soft th,
.section.section-soft td,
.section.section-soft .faq-item summary {
  color: #ffffff;
}

.check-list,
.list-columns {
  margin: 14px 0 0;
  padding-left: 0;
  list-style: none;
}

.check-list li,
.list-columns li {
  position: relative;
  margin: 8px 0;
  padding-left: 22px;
  color: var(--ink-soft);
}

.check-list li::before,
.list-columns li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--primary);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(20, 24, 31, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 241, 232, 0.96));
  box-shadow: var(--panel-shadow);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

th,
td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(20, 24, 31, 0.08);
  text-align: left;
  vertical-align: top;
  font-size: 0.92rem;
}

th {
  background: #1d232c;
  color: #ffb788;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

tbody tr:last-child td {
  border-bottom: 0;
}

.section.section-soft td {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.timeline {
  display: grid;
  gap: 22px;
  margin-left: 6px;
  padding-left: 28px;
  border-left: 3px solid rgba(255, 107, 0, 0.42);
}

.timeline-item {
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -38px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.18);
}

.timeline-item h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1;
  color: var(--accent);
}

.timeline-item p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.faq-item + .faq-item {
  margin-top: 12px;
}

.faq-item details {
  padding: 16px 18px;
  border: 1px solid rgba(20, 24, 31, 0.08);
  border-left: 6px solid var(--primary);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 30px rgba(18, 23, 31, 0.08);
}

.faq-item summary {
  cursor: pointer;
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.faq-item p {
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 20px;
}

.contact-card {
  padding: 24px;
  border: 1px solid rgba(20, 24, 31, 0.08);
  border-left: 6px solid var(--primary);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 241, 232, 0.96));
  box-shadow: var(--panel-shadow);
}

.section.section-soft .contact-card {
  color: #ffffff;
}

.contact-card h2 {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 1.7rem;
  line-height: 1;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(255, 107, 0, 0.28);
  color: var(--ink-soft);
}

.contact-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-card a,
.footer-links a {
  color: inherit;
}

.contact-card a:hover,
.footer-links a:hover {
  color: var(--primary);
}

.form {
  display: grid;
  gap: 12px;
}

.form label {
  display: block;
  margin-bottom: 6px;
  color: currentColor;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form input,
.form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(20, 24, 31, 0.18);
  border-radius: 12px 12px 12px 4px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
}

.form input:focus,
.form textarea:focus {
  outline: 2px solid rgba(255, 107, 0, 0.22);
  border-color: rgba(255, 107, 0, 0.46);
}

.form textarea {
  min-height: 130px;
  resize: vertical;
}

.form-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.form-feedback {
  margin: 4px 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.section.section-soft .contact-card p[style] {
  color: rgba(237, 242, 247, 0.76) !important;
}

.list-columns {
  columns: 2;
  column-gap: 22px;
}

.list-columns li {
  break-inside: avoid;
}

.site-footer {
  margin-top: 78px;
  border-top: 4px solid var(--primary);
  background:
    linear-gradient(180deg, #10151c, #0d1218),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 88px);
  color: #edf2f7;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 18px;
  padding: 34px 0 30px;
}

.footer-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
}

.footer-note,
.footer-links,
.footer-links a,
.legal-strip {
  color: rgba(237, 242, 247, 0.74);
}

.footer-note {
  margin: 10px 0 0;
  font-size: 0.94rem;
}

.footer-links {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.legal-strip {
  padding: 14px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
}

.reveal.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

@media (max-width: 1000px) {
  .hero-grid,
  .contact-grid,
  .grid.cols-3 {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .hero h1,
  .page-hero h1,
  .section-head h2 {
    max-width: none;
  }

  .page-hero .container {
    padding: 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .header-inner {
    min-height: 74px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    right: 4vw;
    left: 4vw;
    z-index: 50;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    border: 1px solid rgba(255, 107, 0, 0.24);
    border-radius: 14px;
    background: rgba(13, 18, 24, 0.98);
    box-shadow: var(--panel-shadow-dark);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    justify-content: center;
    color: #ffffff;
  }

  .cta-link {
    display: none;
  }

  body[data-page="home"] .hero {
    padding: 70px 0 44px;
  }

  body[data-page="home"] .hero::before {
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 18, 24, 0.98), rgba(14, 18, 24, 0.94));
  }

  .page-hero {
    padding-top: 46px;
  }

  .page-hero .container {
    padding: 24px;
  }

  .section {
    padding: 56px 0;
  }

  .grid.cols-2,
  .grid.cols-3,
  .stats {
    grid-template-columns: 1fr;
  }

  .list-columns {
    columns: 1;
  }
}

@media (max-width: 540px) {
  body[data-page="home"] .hero h1 {
    font-size: clamp(3rem, 18vw, 4.8rem);
  }

  .page-hero h1 {
    font-size: clamp(2.4rem, 14vw, 3.6rem);
  }

  .button,
  .button-primary,
  .button-soft {
    width: 100%;
  }

  .hero-actions,
  .form-buttons {
    align-items: stretch;
  }
}