/*
Theme Name: Papeles a la Ruta
Theme URI: https://papelesalaruta.com/
Author: Equipo Papeles a la Ruta
Description: Tema WordPress liviano y orientado a SEO para documentación obligatoria vehicular en Argentina.
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: papelesalaruta
*/

/* ─── Google Fonts ─────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&family=Open+Sans:wght@400;600;700;800&display=swap');

:root {
  --blue:        #1a4fa0;
  --blue-dark:   #0d3276;
  --blue-light:  #2a6ed4;
  --orange:      #f07800;
  --orange-light:#ff9520;
  --green:       #2e9e3a;
  --green-light: #42c052;
  --red:         #cc3322;
  --yellow:      #f5c400;
  --yellow-dark: #d4a800;
  --paper:       #ffffff;
  --ink:         #163866;
  --gray-bg:     #e8e8e6;
  --white:       #ffffff;
  --container:   1200px;
  --shadow:      0 6px 20px rgba(0,0,0,0.18);
  --shadow-sm:   0 3px 10px rgba(0,0,0,0.12);
  --radius:      10px;
  --font-head:   'Oswald', 'Trebuchet MS', sans-serif;
  --font-body:   'Open Sans', 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: var(--font-body);
  background: var(--gray-bg);
  color: #1e2d3d;
  line-height: 1.5;
}

a { text-decoration: none; }

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

/* ═══════════════════════════════════════════════════════════
   HEADER
═══════════════════════════════════════════════════════════ */
.site-header {
  background: linear-gradient(135deg, #0d2f6e 0%, #1a4fa0 50%, #0d3276 100%);
  border-bottom: 4px solid var(--yellow);
  padding: 0.6rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

.site-branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* Logo */
.site-logo-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.logo-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 3px solid var(--yellow);
  background: linear-gradient(135deg, #1460c4, #0a2d6e);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}

.logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-text {
  line-height: 1;
}

.logo-text .logo-line1 {
  display: block;
  font-family: var(--font-head);
  font-size: 1.15rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.logo-text .logo-line2 {
  display: block;
  font-family: var(--font-head);
  font-size: 1.5rem;
  color: var(--yellow);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.1;
}

/* Header Nav Buttons */
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.main-nav li a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #fff;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.55rem 1rem;
  border-radius: 6px;
  white-space: nowrap;
  transition: opacity 0.2s, transform 0.1s;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2), 0 3px 8px rgba(0,0,0,0.15);
}

.main-nav li a:hover { opacity: 0.9; transform: translateY(-1px); }

/* Nav button colors by position */
.main-nav li:nth-child(1) a { background: linear-gradient(#f79d2b, #d96e00); }
.main-nav li:nth-child(2) a { background: linear-gradient(#3db84e, #1e8a2e); }
.main-nav li:nth-child(3) a { background: linear-gradient(#2a6ed4, #0d3d96); }
.main-nav li:nth-child(4) a { background: linear-gradient(#2a6ed4, #0d3d96); }
.main-nav li:nth-child(5) a { background: linear-gradient(#2a6ed4, #0d3d96); }

.nav-icon { font-style: normal; font-size: 1rem; }

.site-title { display: none; } /* replaced by logo-wrap */

/* ─── Breadcrumbs ─── */
.breadcrumbs {
  background: #dde6f3;
  border-bottom: 1px solid #c5d3e8;
  padding: 0.35rem 0;
  font-size: 0.85rem;
  color: #3a5070;
}

.breadcrumbs a { color: var(--blue); font-weight: 600; }

/* ═══════════════════════════════════════════════════════════
   HERO BANNER
═══════════════════════════════════════════════════════════ */
.hero-banner {
  background: linear-gradient(180deg,
    #aed8f5 0%,
    #d4ecff 30%,
    #e8f5ff 50%,
    #b8d980 65%,
    #85ac50 75%,
    #6b8e42 100%);
  padding: 1.8rem 0 1.5rem;
  position: relative;
  overflow: hidden;
}

/* Clouds */
.hero-banner::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 55%;
  background:
    radial-gradient(ellipse 120px 50px at 10% 30%, rgba(255,255,255,0.7) 0%, transparent 70%),
    radial-gradient(ellipse 90px 40px at 25% 20%, rgba(255,255,255,0.6) 0%, transparent 70%),
    radial-gradient(ellipse 150px 60px at 70% 25%, rgba(255,255,255,0.65) 0%, transparent 70%),
    radial-gradient(ellipse 100px 45px at 85% 15%, rgba(255,255,255,0.55) 0%, transparent 70%);
  pointer-events: none;
}

.hero-title-row {
  text-align: center;
  margin-bottom: 1.2rem;
}

.hero-title-row h1 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  color: #0d1e3a;
  text-shadow: 1px 2px 0 rgba(255,255,255,0.6), 0 0 20px rgba(255,255,255,0.4);
  letter-spacing: 1px;
  line-height: 1.1;
}

.hero-title-row h1 em {
  color: var(--blue);
  font-style: normal;
}

.hero-title-row .hero-sub {
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  color: #1e3a5a;
  font-weight: 700;
  margin-top: 0.3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 1.2rem;
  align-items: start;
  position: relative;
  z-index: 1;
}

/* ─── Paper Card (Checklist) ─── */
.paper-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.3rem 1.5rem;
  box-shadow: var(--shadow);
  border: 1px solid #dce8f5;
}

.paper-card-title {
  font-family: var(--font-head);
  font-size: 1.25rem;
  color: var(--blue-dark);
  font-weight: 700;
  margin-bottom: 0.1rem;
  letter-spacing: 0.5px;
}

.paper-card-sub {
  font-size: 0.85rem;
  color: #5a7090;
  margin-bottom: 0.8rem;
}

.docs-list {
  list-style: none;
  border-top: 2px solid #dce8f5;
}

.docs-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a2d40;
  border-bottom: 1px solid #e8eef5;
  padding: 0.6rem 0.2rem;
}

.docs-list li .check-icon {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #1a80e8, #0d5bb5);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 0.85rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

/* CTA Button */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 7px;
  color: #fff;
  font-family: var(--font-body);
  font-weight: 800;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.1s;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.15);
  border: none;
}

.btn:hover { opacity: 0.92; transform: translateY(-1px); }
.btn:active { transform: translateY(0); box-shadow: inset 0 -1px 0 rgba(0,0,0,0.2); }

.btn-large {
  width: 100%;
  padding: 0.85rem 1rem;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  margin-top: 0.8rem;
  border-radius: 7px;
  text-align: center;
}

.btn-blue    { background: linear-gradient(#2470c8, #0d4b9a); }
.btn-orange  { background: linear-gradient(#f79d2b, #dd7300); padding: 0.65rem 1.2rem; font-size: 0.95rem; }
.btn-green   { background: linear-gradient(#42c052, #1e8a2e); padding: 0.65rem 1.2rem; font-size: 0.95rem; }
.btn-red     { background: linear-gradient(#e04030, #a02820); padding: 0.65rem 1.2rem; font-size: 0.95rem; }
.btn-yellow  { background: linear-gradient(#ffd43d, #e0a700); color: #1a1200; }

.btn-primary { background: linear-gradient(#2470c8, #0d4b9a); }
.btn-secondary { background: linear-gradient(#f79d2b, #dd7300); }

/* Document Thumbnails */
.doc-thumbs {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.9rem;
}

.doc-thumb {
  flex: 1;
  height: 56px;
  border-radius: 6px;
  background: linear-gradient(135deg, #dceeff, #b8d4f5);
  border: 1px solid #a0c0e8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 0.6rem;
  font-weight: 700;
  color: var(--blue-dark);
  overflow: hidden;
  position: relative;
}

.doc-thumb::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 35%;
  background: linear-gradient(#2a6ed4, #1a4fa0);
}

.doc-thumb-icon {
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
  margin-top: 4px;
}

.doc-thumb-label {
  position: relative;
  z-index: 1;
  font-size: 0.58rem;
  color: #1a3060;
  text-align: center;
  line-height: 1.1;
}

/* ─── Hero Visuals (right column) ─── */
.hero-visuals { display: flex; flex-direction: column; gap: 1rem; }

.road-visual {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 240px;
  position: relative;
  background: linear-gradient(180deg,
    #aed8f5 0% 40%,
    #c5e89a 40% 55%,
    #9ab870 55% 65%,
    #7a7c7e 65% 72%,
    #8a8c8e 72% 100%);
}

.road-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CSS Vehicles fallback */
.road-scene {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 8%;
  gap: 2%;
}

.vehicle-car {
  width: 52%;
  height: 42%;
  background: linear-gradient(145deg, #2a3a4a, #4a5c6e);
  border-radius: 30% 25% 20% 20% / 40% 40% 20% 20%;
  position: relative;
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

.vehicle-car::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, #7cb8e8 0%, #4a90cc 50%, #2a3a4a 100%);
  border-radius: 30% 25% 0 0 / 60% 60% 0 0;
  top: -35%;
  box-shadow: inset 0 2px 4px rgba(255,255,255,0.2);
}

.vehicle-moto {
  width: 18%;
  height: 30%;
  background: linear-gradient(145deg, #1a1e22, #cc2200);
  border-radius: 40% 40% 30% 30%;
  box-shadow: 0 6px 12px rgba(0,0,0,0.35);
}

/* Road markings */
.road-visual::after {
  content: '';
  position: absolute;
  bottom: 8%;
  left: 20%;
  right: 20%;
  height: 3px;
  background: repeating-linear-gradient(90deg,
    #fff 0px, #fff 30px,
    transparent 30px, transparent 50px);
  opacity: 0.7;
}

/* ─── Mi Argentina Card ─── */
.mi-app-card {
  background: linear-gradient(135deg, #c8eaff 0%, #f0f8ff 50%, #dff0fb 100%);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1rem 1.2rem;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 1rem;
  align-items: center;
  border: 1px solid #b8d8f0;
}

.phone-mockup {
  height: 200px;
  border-radius: 20px;
  background: linear-gradient(180deg, #e8f4ff 0%, #fff 20%, #f5f8ff 100%);
  border: 4px solid #1a3060;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 16px rgba(0,0,0,0.2), inset 0 0 0 2px rgba(255,255,255,0.8);
  position: relative;
}

.phone-mockup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Phone UI fallback */
.phone-ui {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.phone-status-bar {
  background: linear-gradient(#2a6ed4, #1a4fa0);
  padding: 0.25rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  flex-shrink: 0;
}

.phone-status-bar .app-icon {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: linear-gradient(#4a90e2, #1a5cb8);
  border: 1px solid rgba(255,255,255,0.3);
}

.phone-status-bar span {
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
}

.phone-items {
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex: 1;
  overflow: hidden;
}

.phone-item {
  background: #fff;
  border-radius: 6px;
  padding: 0.3rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  border: 1px solid #e0e8f4;
}

.phone-item-icon {
  width: 22px;
  height: 16px;
  border-radius: 3px;
  flex-shrink: 0;
}

.phone-item-icon.cedula { background: linear-gradient(135deg, #1a80e8, #0d5bb5); }
.phone-item-icon.licencia { background: linear-gradient(135deg, #e8a020, #c87800); }
.phone-item-icon.seguro { background: linear-gradient(135deg, #2eaa3e, #187228); }

.phone-item-text {
  font-size: 0.6rem;
  color: #1a2d40;
  font-weight: 600;
  line-height: 1.1;
}

.phone-item-arrow {
  margin-left: auto;
  color: #7090b0;
  font-size: 0.6rem;
}

.mi-app-info h3 {
  font-family: var(--font-head);
  color: #0e407e;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.mi-app-info p {
  font-size: 0.9rem;
  color: #2a4060;
  margin-bottom: 0.7rem;
}

/* ═══════════════════════════════════════════════════════════
   SERVICE CARDS
═══════════════════════════════════════════════════════════ */
.service-cards {
  padding: 1rem 0 1.2rem;
}

.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.promo-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 260px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.promo-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.promo-card-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(10,30,70,0.55) 0%,
    rgba(10,30,70,0.3) 40%,
    rgba(10,30,70,0.7) 100%);
}

/* CSS art fallbacks for service cards */
.promo-blue .promo-card-bg {
  background: linear-gradient(145deg, #1a4090 0%, #0d2860 40%, #2a5a9a 100%);
}
.promo-blue .promo-card-bg::before {
  content: '🚗';
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  filter: brightness(0.7);
}

.promo-sky .promo-card-bg {
  background: linear-gradient(145deg, #1a6090 0%, #0d3860 40%, #2a7aaa 100%);
}
.promo-sky .promo-card-bg::before {
  content: '🚛';
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  filter: brightness(0.7);
}

.promo-light .promo-card-bg {
  background: linear-gradient(145deg, #708090 0%, #506070 40%, #90a0b0 100%);
}
.promo-light .promo-card-bg::before {
  content: '📋';
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  filter: brightness(0.9);
}

.promo-card-content {
  position: relative;
  z-index: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.promo-card-content h3 {
  font-family: var(--font-head);
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  line-height: 1.15;
}

.promo-card-content p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.9);
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
  margin: 0.3rem 0;
}

/* ═══════════════════════════════════════════════════════════
   TURNO BANNER
═══════════════════════════════════════════════════════════ */
.turno-banner {
  padding: 1.2rem 0 2rem;
}

.turno-card {
  background: #fff;
  border: 2px dashed #c0c8d8;
  border-radius: var(--radius);
  text-align: center;
  padding: 2rem 1.5rem;
  box-shadow: var(--shadow-sm);
  position: relative;
}

/* Decorative X marks */
.turno-card::before,
.turno-card::after {
  content: '✕';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  color: #c0c8d8;
  font-weight: 300;
}
.turno-card::before { left: 1.5rem; }
.turno-card::after  { right: 1.5rem; }

.turno-card h2 {
  font-family: var(--font-head);
  color: #0b3f80;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  letter-spacing: 1px;
  line-height: 1.05;
}

.turno-card p {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  color: #2a4060;
  margin: 0.5rem 0 1.2rem;
}

.turno-card p strong { color: #cc5000; }

.btn-yellow.btn-large {
  max-width: 400px;
  display: inline-flex;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
}

/* ═══════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════ */
.site-footer {
  background: linear-gradient(135deg, #0d2f6e 0%, #1a4fa0 50%, #0d3276 100%);
  border-top: 4px solid var(--yellow);
  color: #fff;
  padding: 1.2rem 0 1.5rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  text-align: center;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  justify-content: center;
  font-style: italic;
}

.footer-nav a {
  color: rgba(255,255,255,0.9);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0 0.6rem;
  border-right: 1px solid rgba(255,255,255,0.3);
}

.footer-nav a:last-child { border-right: none; }
.footer-nav a:hover { color: var(--yellow); }

.footer-social {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  transition: opacity 0.2s, transform 0.15s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.social-icon:hover { opacity: 0.85; transform: scale(1.08); }
.social-fb   { background: #1877f2; }
.social-ig   { background: radial-gradient(circle at 30% 110%, #ffd600 0%, #ff6640 30%, #e1306c 60%, #c13584 80%, #833ab4 100%); }
.social-wa   { background: #25d366; }

.footer-copy {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════
   INNER PAGES
═══════════════════════════════════════════════════════════ */
.card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.2rem 1.5rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 1rem;
  border: 1px solid #dce6f0;
}

.checklist {
  list-style: none;
  margin: 0.8rem 0;
}

.checklist li {
  padding: 0.55rem 0.5rem 0.55rem 2rem;
  position: relative;
  border-bottom: 1px solid #e8eef5;
  font-weight: 600;
}

.checklist li::before {
  content: '✅';
  position: absolute;
  left: 0;
}

.grid.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 1rem 0;
}

.faq-item {
  border-bottom: 1px solid #e0e8f0;
  padding: 0.8rem 0;
}

.faq-item h3 {
  font-size: 1rem;
  color: var(--blue-dark);
  margin-bottom: 0.3rem;
}

section { margin-bottom: 1.8rem; }
section h1 { font-family: var(--font-head); font-size: 2rem; color: var(--blue-dark); margin-bottom: 0.7rem; }
section h2 { font-family: var(--font-head); font-size: 1.5rem; color: var(--blue); margin-bottom: 0.7rem; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }

  .cards-3 { grid-template-columns: 1fr; }

  .mi-app-card { grid-template-columns: 130px 1fr; }

  .site-branding { flex-direction: column; align-items: flex-start; gap: 0.6rem; }

  .main-nav ul { justify-content: flex-start; }

  .promo-card { min-height: 200px; }

  .turno-card::before, .turno-card::after { display: none; }
}

@media (max-width: 640px) {
  .mi-app-card { grid-template-columns: 1fr; }
  .phone-mockup { height: 120px; }
}
.content-page {
  padding: 1.5rem 0 2rem;
}

.page-single {
  max-width: 920px;
  margin-inline: auto;
}

.page-single-header {
  margin-bottom: 1.25rem;
}

.page-single-header h1 {
  margin-bottom: 0.5rem;
}

.page-excerpt {
  color: #556b88;
  font-size: 1rem;
}

.entry-content > * + * {
  margin-top: 1rem;
}

.entry-content p,
.entry-content li {
  font-size: 1rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.cta-row .btn {
  padding: 0.75rem 1rem;
}

.reminder-page-section {
  display: grid;
  gap: 1rem;
}

.reminder-hero {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 1rem;
  align-items: center;
  background: linear-gradient(135deg, #0e3b7d 0%, #1a5dbc 50%, #f4f8ff 50.1%, #ffffff 100%);
}

.reminder-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.reminder-hero h2 {
  font-family: var(--font-head);
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.05;
  margin-bottom: 0.5rem;
}

.reminder-hero p {
  color: rgba(255,255,255,0.92);
  max-width: 42ch;
}

.reminder-points {
  display: grid;
  gap: 0.75rem;
}

.reminder-point {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: #f6f9ff;
  border: 1px solid #d7e4f8;
}

.reminder-point strong {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(#f79d2b, #dd7300);
  color: #fff;
  font-size: 1rem;
}

.reminder-point span {
  font-weight: 700;
  color: #1c365b;
}

.form-message {
  border-radius: 10px;
  padding: 0.85rem 1rem;
  font-weight: 700;
}

.form-message.is-success {
  background: #e8f6ea;
  border: 1px solid #9cd2a4;
  color: #125d1b;
}

.form-message.is-error {
  background: #fff1f0;
  border: 1px solid #efb8b1;
  color: #8b201a;
}

.reminder-form-shell {
  display: grid;
  gap: 1rem;
}

.note-box {
  background: #eef5ff;
  border: 1px solid #cfe0fa;
  border-radius: 10px;
  padding: 1rem;
}

.note-box h3 {
  color: var(--blue-dark);
  margin-bottom: 0.35rem;
}

.reminder-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-field {
  display: grid;
  gap: 0.45rem;
}

.form-field > span {
  font-weight: 700;
  color: #1a3560;
}

.par-reminder-form input,
.par-reminder-form select {
  width: 100%;
  min-height: 48px;
  border-radius: 10px;
  border: 1px solid #b9cbe2;
  padding: 0.75rem 0.9rem;
  background: #fff;
  font: inherit;
  color: #1d2d40;
}

.par-reminder-form input:focus,
.par-reminder-form select:focus {
  outline: 2px solid rgba(26,79,160,0.18);
  border-color: var(--blue-light);
}

.form-field-help {
  align-content: start;
  background: #fafcff;
  border: 1px dashed #d2dceb;
  border-radius: 10px;
  padding: 0.85rem 1rem;
}

.form-field-help p {
  margin: 0;
  color: #48607d;
  font-size: 0.95rem;
}

.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1rem;
  font-weight: 600;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
}

.website-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-actions {
  margin-top: 1rem;
}

.form-actions .btn-large {
  max-width: 420px;
}

.form-legend {
  margin-top: 0.65rem;
  color: #596e89;
  font-size: 0.92rem;
}

@media (max-width: 980px) {
  .reminder-hero {
    grid-template-columns: 1fr;
    background: linear-gradient(180deg, #0e3b7d 0%, #1a5dbc 48%, #f4f8ff 48.1%, #ffffff 100%);
  }

  .reminder-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cta-row {
    flex-direction: column;
  }

  .cta-row .btn,
  .form-actions .btn-large {
    width: 100%;
    max-width: none;
  }
}
