:root {
  --ink: #10223f;
  --muted: #627086;
  --line: #dce4ee;
  --paper: #ffffff;
  --mist: #f4f7fb;
  --navy: #071a33;
  --teal: #0f766e;
  --teal-dark: #0a5f59;
  --gold: #c89536;
  --gold-soft: #fff4dd;
  --success: #188a5b;
  --danger: #b54b39;
  --shadow: 0 24px 70px rgba(16, 34, 63, 0.14);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

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

img,
svg {
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 20;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--navy);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(220, 228, 238, 0.8);
}

.notice-bar {
  color: #d6e5f6;
  background: var(--navy);
  font-size: 13px;
}

.notice-content {
  display: flex;
  gap: 18px;
  justify-content: center;
  padding-block: 9px;
  text-align: center;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  background: transparent;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--paper);
  background: linear-gradient(135deg, var(--navy), var(--teal));
  border-radius: var(--radius);
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

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

.nav-cta {
  padding: 11px 16px;
  color: var(--paper) !important;
  background: var(--teal);
  border-radius: var(--radius);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(7, 26, 51, 0.94), rgba(7, 26, 51, 0.74), rgba(7, 26, 51, 0.58)),
    url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 820px);
  align-items: center;
  min-height: 0;
  padding: 82px 0 92px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  color: var(--teal-dark);
  background: #e8f6f3;
  border: 1px solid #c8e7e0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.hero .eyebrow {
  color: #dffbf5;
  background: rgba(15, 118, 110, 0.35);
  border-color: rgba(218, 251, 245, 0.22);
}

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

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.25;
}

.hero-lede {
  max-width: 660px;
  color: #dce7f4;
  font-size: 19px;
}

.hero-actions,
.hero-assurance {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hero-actions {
  gap: 12px;
  margin-top: 24px;
}

.hero-assurance {
  gap: 0;
  margin-top: 22px;
  color: #c6d7ea;
  font-size: 15px;
}

.hero-assurance span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px 0 0;
  margin-right: 18px;
}

.hero-assurance span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 18px;
  content: "";
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-50%);
}

.hero-assurance span::before {
  width: 7px;
  height: 7px;
  content: "";
  background: var(--gold);
  border-radius: 50%;
}

.hero-assurance strong {
  color: var(--paper);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
}

.button-primary {
  color: var(--paper);
  background: var(--teal);
}

.button-primary:hover {
  background: var(--teal-dark);
}

.button-secondary {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}

.button-light {
  color: var(--navy);
  background: var(--paper);
}

.section {
  padding: 92px 0;
}

.section-heading p,
.split-section p,
.trust-layout p,
.form-layout p,
.process-path p,
.service-grid p,
.faq-list p,
.site-footer p {
  color: var(--muted);
}

.split-section,
.trust-layout,
.form-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  align-items: start;
}

.renewal-form {
  display: grid;
  gap: 1px;
  overflow: hidden;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.align-left {
  margin: 0;
  text-align: left;
}

.process-section,
.form-section {
  background: var(--mist);
}

.service-grid {
  display: grid;
  gap: 18px;
}

.service-icon {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--gold);
  font-weight: 900;
}

.process-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
}

.process-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--navy);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.process-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  opacity: 0.86;
}

.process-status-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: grid;
  gap: 6px;
  padding: 20px;
  color: var(--paper);
  background: rgba(7, 26, 51, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
}

.process-status-card span {
  color: #b8c5d6;
  font-size: 13px;
  font-weight: 800;
}

.process-status-card strong {
  font-size: 22px;
}

.process-status-card small {
  color: #d6e5f6;
}

.process-path {
  position: relative;
  display: grid;
  gap: 18px;
}

.process-path::before {
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 34px;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, var(--teal), #9fd8d0, var(--gold));
}

.process-card {
  position: relative;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  min-height: 154px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(16, 34, 63, 0.08);
}

.process-card:nth-child(2) {
  transform: translateX(18px);
}

.process-marker {
  position: relative;
  z-index: 1;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  color: var(--paper);
  background: var(--teal);
  border: 8px solid #e8f6f3;
  border-radius: 50%;
  font-weight: 900;
}

.process-card span {
  display: block;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.process-card h3 {
  margin: 8px 0;
  font-size: 24px;
}

.process-card p {
  margin-bottom: 0;
}

.service-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 26, 51, 0.97), rgba(12, 71, 80, 0.93)),
    url("https://images.unsplash.com/photo-1542744095-fcf48d80b0fd?auto=format&fit=crop&w=1800&q=80") center/cover;
  color: var(--paper);
}

.service-wrap {
  display: grid;
  gap: 34px;
}

.service-intro {
  display: grid;
  max-width: 800px;
  gap: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-auto-rows: minmax(190px, auto);
  gap: 18px;
}

.service-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.service-card::after {
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  content: "";
  background: rgba(15, 118, 110, 0.1);
  border-radius: 50%;
}

.service-card.is-large {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 398px;
  color: var(--paper);
  background:
    linear-gradient(180deg, rgba(7, 26, 51, 0.1), rgba(7, 26, 51, 0.88)),
    url("https://images.unsplash.com/photo-1554224155-1696413565d3?auto=format&fit=crop&w=900&q=80") center/cover;
}

.service-card.is-large p {
  color: #e5eef8;
}

.service-card h3 {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  font-size: 24px;
}

.service-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--muted);
}

.service-card .service-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 0;
  color: var(--paper);
  background: var(--teal);
  border-radius: 50%;
}

.service-card .service-icon::before {
  width: 16px;
  height: 9px;
  content: "";
  border-bottom: 3px solid var(--paper);
  border-left: 3px solid var(--paper);
  transform: rotate(-45deg) translate(1px, -1px);
}

.service-image {
  min-height: 190px;
  padding: 0;
}

.service-image::after {
  display: none;
}

.service-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.form-note {
  margin-top: 24px;
  padding: 18px;
  color: var(--ink);
  background: var(--gold-soft);
  border: 1px solid #f0d9aa;
  border-radius: var(--radius);
  font-weight: 700;
}

.footer-badges {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  max-width: 260px;
}

.footer-badges img {
  display: block;
  width: auto;
  max-width: 150px;
  height: 24px;
  object-fit: contain;
  opacity: 0.9;
}

.renewal-form {
  padding: 26px;
}

fieldset {
  display: grid;
  gap: 16px;
  margin: 0 0 24px;
  padding: 0 0 24px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

legend {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 900;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid #c9d5e4;
  border-radius: var(--radius);
}

input:focus,
select:focus {
  outline: 3px solid rgba(15, 118, 110, 0.18);
  border-color: var(--teal);
}

input[readonly] {
  color: var(--muted);
  background: #eef3f8;
  cursor: not-allowed;
}

.field-status {
  min-height: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.field-status.is-loading {
  color: var(--teal);
}

.field-status.is-success {
  color: var(--success);
}

.field-status.is-error {
  color: var(--danger);
}

.field-hint {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.checkbox-group {
  display: grid;
  gap: 10px;
}

.checkbox-group label,
.terms-check {
  grid-template-columns: 18px 1fr;
  align-items: start;
  font-weight: 700;
}

.checkbox-group label span {
  grid-column: 2;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
}

.checkbox-group input,
.terms-check input {
  min-height: 0;
  margin-top: 4px;
}

.payment-summary {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 18px;
  padding: 18px;
  color: var(--paper);
  background: var(--navy);
  border-radius: var(--radius);
}

.payment-summary-copy {
  display: grid;
  gap: 10px;
}

.payment-summary-copy > span {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.payment-breakdown {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.payment-breakdown li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.82);
}

.payment-summary strong {
  font-size: 28px;
}

body.site-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.site-page > main {
  flex: 1;
}

.payment-result-page {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 48px 20px 64px;
  background: linear-gradient(180deg, #f9fbfd 0%, #eef5f8 100%);
}

.payment-result-card {
  width: min(560px, 100%);
  padding: 32px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.payment-result-card h1 {
  margin: 10px 0 14px;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}

.payment-result-note {
  color: var(--muted);
  font-size: 14px;
}

.payment-status-page {
  background: #f3f4f6;
}

.payment-status-main {
  flex: 1;
  padding: 40px 0 72px;
}

.payment-status-layout {
  max-width: 860px;
}

.payment-status-card {
  padding: 36px 32px 40px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 2px);
  box-shadow: var(--shadow);
}

.payment-status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(24, 138, 91, 0.12);
  color: var(--success);
  font-size: 28px;
  font-weight: 700;
}

.payment-status-icon-failed {
  background: rgba(181, 75, 57, 0.12);
  color: var(--danger);
}

.payment-status-card h1 {
  margin: 0 0 16px;
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  line-height: 1.25;
}

.payment-status-lead {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 1.05rem;
}

.payment-status-email-note {
  margin: 24px 0 0;
  color: var(--ink);
}

.payment-status-help {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.payment-status-help h2 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.payment-status-help p {
  margin: 0 0 6px;
  color: var(--muted);
}

.payment-status-help a {
  color: var(--teal);
  text-decoration: underline;
}

.payment-status-action {
  display: inline-flex;
  margin-top: 28px;
}

.payment-status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.submission-receipt {
  margin-top: 8px;
  padding: 22px 22px 18px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.submission-receipt h2 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.submission-receipt-note {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.95rem;
}

.submission-receipt-loading,
.submission-receipt-empty p {
  margin: 0;
  color: var(--muted);
}

.submission-receipt-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--paper);
}

.submission-receipt-table th,
.submission-receipt-table td {
  padding: 11px 14px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.submission-receipt-table th {
  width: 38%;
  background: #fafbfd;
  color: var(--ink);
  font-weight: 600;
}

.submission-receipt-table td {
  color: var(--muted);
}

@media (max-width: 640px) {
  .payment-status-card {
    padding: 28px 20px 32px;
  }

  .submission-receipt-table th,
  .submission-receipt-table td {
    display: block;
    width: 100%;
  }

  .submission-receipt-table th {
    border-bottom: 0;
    padding-bottom: 4px;
  }

  .submission-receipt-table td {
    padding-top: 0;
    padding-bottom: 12px;
  }
}

.form-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.form-submit {
  width: 100%;
  margin-top: 18px;
}

.about-section {
  background:
    linear-gradient(180deg, #f9fbfd 0%, #eef5f8 100%);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

.about-visual {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: var(--navy);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-visual > img {
  display: block;
  width: 100%;
  height: 540px;
  object-fit: cover;
  opacity: 0.86;
}

.about-details span {
  color: #b8c5d6;
  font-size: 13px;
  font-weight: 800;
}

.about-details strong,
.about-details small {
  display: block;
}

.about-content {
  display: grid;
  gap: 18px;
}

.about-content p {
  color: var(--muted);
}

.about-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.about-details article {
  min-height: 128px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(16, 34, 63, 0.08);
}

.about-details span {
  color: var(--muted);
}

.about-details strong {
  margin-top: 10px;
  font-size: 20px;
}

.about-details small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 15px;
}

.about-disclaimer {
  padding: 12px 14px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 600;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.site-footer {
  padding: 56px 0 24px;
  color: #dce7f4;
  background: #071322;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.8fr;
  gap: 56px;
}

.footer-grid > div:first-child {
  max-width: 440px;
  padding-right: 32px;
}

.footer-brand .brand-logo {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
}

.footer-brand .brand-mark {
  background: var(--teal);
}

.site-footer h3 {
  color: var(--paper);
}

.site-footer p,
.site-footer a,
.site-footer small {
  color: #b8c5d6;
}

.site-footer a {
  display: block;
  margin-bottom: 8px;
}

.footer-contact-line a {
  display: inline;
  margin-bottom: 0;
}

.footer-contact-line {
  white-space: nowrap;
}

.footer-company-line {
  margin-top: 12px;
  font-size: 15px;
}

.footer-badges {
  margin-top: 16px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #b8c5d6;
  font-size: 14px;
}

.footer-bottom a {
  color: #dce7f4;
  font-weight: 800;
}

.policy-page {
  background: var(--mist);
}

.policy-hero {
  padding: 72px 0 24px;
}

.policy-content {
  max-width: 900px;
  margin: 0 auto 72px;
  padding: 36px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.policy-content h2 {
  margin-top: 34px;
  font-size: 28px;
}

.policy-content li {
  margin-bottom: 10px;
}

@media (max-width: 1040px) {
  .hero-grid,
  .split-section,
  .trust-layout,
  .form-layout,
  .about-grid,
  .process-showcase {
    grid-template-columns: 1fr;
  }

  .about-visual,
  .about-visual > img {
    min-height: 420px;
    height: 420px;
  }

  .process-visual,
  .process-visual > img {
    min-height: 360px;
  }

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

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }

  .footer-grid > div:first-child {
    max-width: none;
    padding-right: 18px;
  }
}

@media (max-width: 760px) {
  main {
    display: flex;
    flex-direction: column;
  }

  .hero {
    order: 1;
  }

  #renewal-form {
    order: 2;
  }

  #process {
    order: 3;
  }

  #benefits {
    order: 4;
  }

  #faq {
    order: 5;
  }

  #about {
    order: 6;
  }

  .container {
    width: min(var(--max), calc(100% - 28px));
  }

  .notice-content {
    gap: 0;
    padding-block: 7px;
    font-size: 12px;
    line-height: 1.35;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    inset: 100% 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .hero-grid {
    min-height: auto;
    padding: 42px 0 44px;
  }

  h1 {
    font-size: 39px;
  }

  .hero-lede {
    font-size: 18px;
  }

  .section {
    padding: 56px 0;
  }

  #renewal-form {
    padding: 44px 0;
  }

  #process .process-visual,
  #benefits .service-image,
  #about .about-visual {
    display: none;
  }

  .service-grid,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-grid > div:first-child {
    padding-right: 0;
  }

  .site-footer p {
    font-size: 14px;
    line-height: 1.45;
  }

  .site-footer a {
    font-size: 14px;
  }

  .footer-company-line {
    font-size: 13px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .process-card:nth-child(2) {
    transform: none;
  }

  .service-card.is-large {
    min-height: 300px;
  }

  .about-details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .hero-actions,
  .button,
  .button-light {
    width: 100%;
  }

  .hero-assurance {
    display: grid;
    gap: 10px;
  }

  .hero-assurance span {
    padding: 0;
    margin: 0;
  }

  .hero-assurance span:not(:last-child)::after {
    display: none;
  }

  .renewal-form,
  .policy-content {
    padding: 20px;
  }

  .about-visual,
  .about-visual > img {
    min-height: 360px;
    height: 360px;
  }

  .process-card {
    grid-template-columns: 54px 1fr;
    padding: 18px;
  }

  .process-marker {
    width: 54px;
    height: 54px;
    border-width: 6px;
  }

  .process-path::before {
    left: 27px;
  }

}
