/* Prestiti Auto Warranty - Global Styles
   ------------------------------------------------------------------ */

:root {
  --color-primary: #1363df;
  --color-primary-dark: #0b4aa8;
  --color-secondary: #0f172a;
  --color-accent: #f97316;
  --color-bg: #f3f4f6;
  --color-surface: #ffffff;
  --color-border: #e5e7eb;
  --color-text: #0f172a;
  --color-text-muted: #6b7280;

  --shadow-soft: 0 12px 30px rgba(15, 23, 42, 0.08);
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-pill: 999px;

  --container-width: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text);
  background-color: #ffffff;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

main {
  display: block;
}

.container {
  width: 100%;
  max-width: var(--container-width);
  padding-inline: 1.5rem;
  margin-inline: auto;
}

section {
  padding-block: 4.5rem;
}

.section-heading {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem auto;
}

.section-heading h2 {
  font-size: 2rem;
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem 0;
}

.section-heading p {
  margin: 0;
  color: var(--color-text-muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.6rem;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease,
    transform 0.15s ease, box-shadow 0.15s ease, border-color 0.2s ease;
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--color-primary), #1d4ed8);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--color-primary-dark), #1e40af);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.35);
}

.btn-secondary {
  background-color: #ffffff;
  color: var(--color-secondary);
  border-color: #d1d5db;
}

.btn-secondary:hover {
  background-color: #f9fafb;
  text-decoration: none;
}

.btn-small {
  padding-block: 0.6rem;
  padding-inline: 1.1rem;
  font-size: 0.85rem;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.75rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

/* Header
   ------------------------------------------------------------------ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 0.8rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #e5e7eb;
  text-decoration: none;
}

.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 40%;
  background: radial-gradient(circle at 10% 20%, #e0f2fe, #1d4ed8 65%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #0b1120;
  font-family: "Poppins", system-ui, sans-serif;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.brand-name {
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: 1rem;
}

.brand-tagline {
  font-size: 0.8rem;
  color: #9ca3af;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #e5e7eb;
  font-size: 1.2rem;
  cursor: pointer;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #e5e7eb;
  text-decoration: none;
  padding-block: 0.25rem;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #38bdf8, #60a5fa);
  border-radius: 999px;
  transition: width 0.18s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  color: #e5e7eb;
  text-decoration: none;
}

.header-phone i {
  color: #a5b4fc;
}

.header-phone:hover {
  text-decoration: none;
  color: #f9fafb;
}

/* Hero & Slider
   ------------------------------------------------------------------ */

.hero {
  padding-top: 0rem;
  padding-bottom: 0;
  background: radial-gradient(circle at top left, #dbeafe, #eff6ff 45%, #f3f4f6);
}

.hero-slider {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.22);
  min-height: 480px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.7s ease, transform 0.9s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 20% 0%,
      rgba(56, 189, 248, 0.75),
      transparent 55%
    ),
    linear-gradient(120deg, rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.92));
}

.hero-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-copy {
  max-width: 620px;
  color: #f9fafb;
  padding-block: 3.5rem;
}

.hero-copy h1 {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 1rem;
}

.hero-copy p {
  font-size: 1.05rem;
  max-width: 560px;
  margin-bottom: 1.5rem;
  color: #e5e7eb;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  font-size: 0.85rem;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 40px;
  background-color: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.45);
  color: #e5e7eb;
}

.hero-badges i {
  color: #4ade80;
}

.hero-dots {
  position: absolute;
  display: flex;
  gap: 0.5rem;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background-color: rgba(15, 23, 42, 0.4);
  cursor: pointer;
  transition: width 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease;
}

.hero-dot.is-active {
  width: 26px;
  background: linear-gradient(90deg, #38bdf8, #60a5fa);
  border-color: transparent;
}

/* Intro
   ------------------------------------------------------------------ */

.intro {
  background-color: var(--color-bg);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.1fr);
  gap: 2.5rem;
  align-items: flex-start;
}

.intro h2 {
  font-size: 1.9rem;
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 0.9rem;
}

.intro p {
  color: var(--color-text-muted);
}

.intro-highlight {
  background-color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 1.6rem 1.8rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(148, 163, 184, 0.25);
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.7rem;
}

.checklist li {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
  color: var(--color-text);
}

.checklist i {
  color: #22c55e;
}

/* Benefits & Plans
   ------------------------------------------------------------------ */

.benefits {
  background-color: #ffffff;
}

.benefit-card {
  background-color: var(--color-surface);
  border-radius: var(--radius-md);
  padding: 1.6rem 1.5rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 10% 20%, #e0f2fe, #2563eb 70%);
  color: #0b1120;
  margin-bottom: 0.9rem;
}

.benefit-card h3 {
  margin: 0 0 0.4rem 0;
  font-size: 1.05rem;
}

.benefit-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-text-muted);
}

.plans-preview {
  background-color: var(--color-bg);
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

.plan-card {
  background-color: #ffffff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(148, 163, 184, 0.26);
}

.plan-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background-color: #e5e7eb;
}

.plan-body {
  padding: 1.6rem 1.6rem 1.4rem 1.6rem;
}

.plan-body h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
}

.plan-body p {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  color: var(--color-text-muted);
}

.plan-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0.9rem 0;
  font-size: 0.92rem;
  color: var(--color-text);
}

.plan-list li::before {
  content: "•";
  color: var(--color-primary);
  margin-right: 0.5rem;
}

.link-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 500;
  font-size: 0.92rem;
  color: var(--color-primary);
  text-decoration: none;
}

.link-inline i {
  font-size: 0.85rem;
}

.link-inline:hover {
  text-decoration: underline;
}

/* Testimonials
   ------------------------------------------------------------------ */

.testimonials {
  background-color: #ffffff;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

.testimonial-card {
  background-color: var(--color-surface);
  border-radius: var(--radius-md);
  padding: 1.5rem 1.5rem 1.4rem 1.5rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(148, 163, 184, 0.2);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.testimonial-header {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}

.testimonial-avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
}

.testimonial-meta {
  margin: 0;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.testimonial-text {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-text);
}

/* CTA strip
   ------------------------------------------------------------------ */

.cta-strip {
  background: radial-gradient(circle at top left, #1d4ed8, #0f172a);
  color: #e5e7eb;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cta-strip h2 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.7rem;
  letter-spacing: -0.03em;
}

.cta-strip p {
  margin: 0;
  color: #cbd5f5;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.cta-strip .btn-secondary {
  background-color: transparent;
  color: #e5e7eb;
  border-color: rgba(156, 163, 175, 0.6);
}

.cta-strip .btn-secondary:hover {
  background-color: rgba(15, 23, 42, 0.3);
}

/* Footer
   ------------------------------------------------------------------ */

.site-footer {
  background-color: #020617;
  color: #9ca3af;
  padding-top: 3rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.6fr) minmax(0, 1.6fr);
  gap: 2.25rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(55, 65, 81, 0.8);
}

.footer-column h3,
.footer-column h4 {
  margin-top: 0;
  margin-bottom: 0.7rem;
  color: #e5e7eb;
}

.footer-column p {
  margin-top: 0;
}

.footer-domain {
  font-size: 0.9rem;
  color: #e5e7eb;
  margin-top: 0.4rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-size: 0.9rem;
}

.footer-links a {
  color: #d1d5db;
  text-decoration: none;
}

.footer-links a:hover {
  color: #f9fafb;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0 0 0.9rem 0;
  display: grid;
  gap: 0.4rem;
  font-size: 0.9rem;
}

.footer-contact i {
  margin-right: 0.4rem;
}

.footer-contact a {
  color: #e5e7eb;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #f9fafb;
}

.footer-social {
  display: flex;
  gap: 0.6rem;
}

.footer-social a {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e5e7eb;
  text-decoration: none;
  font-size: 0.85rem;
}

.footer-social a:hover {
  background-color: #0f172a;
}

.footer-bottom {
  padding-block: 1.2rem;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8rem;
  color: #6b7280;
}

/* Interior pages
   ------------------------------------------------------------------ */

.page-hero {
  padding-block: 4.2rem 2.4rem;
  background: radial-gradient(circle at top left, #dbeafe, #eff6ff 55%, #f3f4f6);
  border-bottom: 1px solid #e5e7eb;
}

.page-hero h1 {
  margin: 0 0 0.75rem 0;
  font-size: 2.1rem;
  letter-spacing: -0.03em;
}

.page-hero p {
  margin: 0;
  max-width: 640px;
  color: var(--color-text-muted);
}

.page-wrapper {
  padding-block: 2.4rem 4rem;
  background-color: #ffffff;
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 2.8rem;
  align-items: flex-start;
}

.page-content {
  font-size: 0.98rem;
  color: var(--color-text);
}

.page-content h2 {
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.page-content h3 {
  font-size: 1.1rem;
  margin-top: 1.6rem;
  margin-bottom: 0.5rem;
}

.page-content p {
  margin-top: 0;
  margin-bottom: 0.85rem;
}

.page-content ul {
  padding-left: 1.2rem;
  margin-top: 0;
  margin-bottom: 0.9rem;
}

.page-content li {
  margin-bottom: 0.45rem;
}

.page-aside {
  background-color: var(--color-bg);
  border-radius: var(--radius-lg);
  padding: 1.6rem 1.6rem 1.5rem 1.6rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.page-aside h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

.page-aside p {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.page-aside ul {
  list-style: none;
  padding-left: 0;
  margin: 0.1rem 0 0 0;
  display: grid;
  gap: 0.4rem;
  font-size: 0.9rem;
}

/* Services page */

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

.service-detail-card {
  background-color: #ffffff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.3);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
}

.service-detail-body {
  padding: 1.5rem 1.5rem 1.3rem 1.5rem;
}

.service-detail-body h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.service-detail-body p {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 0.94rem;
  color: var(--color-text-muted);
}

.service-bullets {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0.85rem 0;
  font-size: 0.9rem;
}

.service-bullets li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.service-bullets li::before {
  content: "▹";
  color: var(--color-primary);
}

.service-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

/* Contact
   ------------------------------------------------------------------ */

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 2fr);
  gap: 2.5rem;
  align-items: flex-start;
}

.contact-card {
  background-color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 1.8rem 1.6rem 1.6rem 1.6rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.contact-card h2 {
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
}

.contact-card p {
  margin-top: 0;
  margin-bottom: 1.3rem;
  font-size: 0.94rem;
  color: var(--color-text-muted);
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 0.9rem;
}

.form-field label {
  font-weight: 500;
  color: var(--color-text);
}

.form-field input,
.form-field textarea {
  border-radius: 0.8rem;
  border: 1px solid var(--color-border);
  padding: 0.7rem 0.8rem;
  font-family: inherit;
  font-size: 0.95rem;
  resize: vertical;
  min-height: 44px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-field textarea {
  min-height: 120px;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #60a5fa;
  box-shadow: 0 0 0 1px #60a5fa33;
}

.form-note {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.contact-info-card {
  background-color: var(--color-bg);
  border-radius: var(--radius-lg);
  padding: 1.6rem 1.6rem 1.5rem 1.6rem;
  border: 1px solid rgba(148, 163, 184, 0.5);
  display: grid;
  gap: 1rem;
}

.contact-info-group h3 {
  margin: 0 0 0.45rem 0;
  font-size: 1.02rem;
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.4rem;
  font-size: 0.9rem;
}

.contact-info-list i {
  margin-right: 0.45rem;
}

.contact-info-list a {
  color: var(--color-text);
  text-decoration: none;
}

.contact-info-list a:hover {
  text-decoration: underline;
}

.map-placeholder {
  border-radius: 1rem;
  overflow: hidden;
  background-color: #d1d5db;
  border: 1px solid rgba(148, 163, 184, 0.8);
}

.map-placeholder img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Utility
   ------------------------------------------------------------------ */

.text-muted {
  color: var(--color-text-muted);
}

.mt-0 {
  margin-top: 0;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

/* Responsive
   ------------------------------------------------------------------ */

@media (max-width: 960px) {
  .header-inner {
    flex-wrap: wrap;
  }

  .nav-links {
    position: absolute;
    inset-inline: 0;
    top: 100%;
    background-color: rgba(15, 23, 42, 0.98);
    flex-direction: column;
    align-items: flex-start;
    padding: 0.75rem 1.5rem 1rem 1.5rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .nav-links.is-open {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .header-cta {
    margin-left: auto;
  }

  .hero-copy h1 {
    font-size: 2.2rem;
  }

  .intro-grid,
  .plans-grid,
  .testimonials-grid,
  .services-grid,
  .contact-layout,
  .page-grid,
  .footer-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .plans-grid {
    gap: 1.5rem;
  }

  .testimonials-grid {
    gap: 1.5rem;
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  section {
    padding-block: 3.2rem;
  }

  .hero-slider {
    min-height: 420px;
  }

  .hero-copy {
    padding-block: 3rem;
  }

  .hero-copy h1 {
    font-size: 1.9rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-badges {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-4,
  .grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .form-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .header-inner {
    padding-inline: 1.1rem;
  }

  .container {
    padding-inline: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

