/* =============================================================
   CSS RESET & NORMALIZE
   ============================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1.2;
  scroll-behavior: smooth;
}
body {
  background: #F8F4EE;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #264653;
  font-size: 16px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul, ol {
  margin-left: 24px;
  margin-top: 8px;
  margin-bottom: 16px;
}
li {
  margin-bottom: 8px;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #1f2225;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  text-shadow: 0 2px 4px rgba(38,70,83,0.07);
}
h2 {
  font-size: 2rem;
  font-weight: 600;
}
h3 {
  font-size: 1.25rem;
  font-weight: 500;
}
h4, h5, h6 {
  font-size: 1rem;
  font-weight: 500;
}
p, blockquote {
  line-height: 1.8;
  margin-bottom: 14px;
  color: #3b2c17;
}
blockquote {
  font-style: italic;
  color: #624523;
  padding-left: 20px;
  border-left: 5px solid #E9C46A;
  margin-bottom: 16px;
  background: rgba(233,196,106,0.15);
  border-radius: 8px;
}

a {
  color: #2A9D8F;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #e76f51;
  outline: none;
}

/* =============================================================
   VINTAGE RETRO BRAND PALETTE
   ============================================================= */
:root {
  --primary: #264653;
  --secondary: #2A9D8F;
  --accent: #E9C46A;
  --retro-red: #E76F51;
  --retro-blue: #38618C;
  --retro-cream: #F8F4EE;
  --retro-brown: #A18774;
  --retro-green: #709775;
  --retro-shadow: rgba(38,70,83,0.12);
}

/* ===========================
   LAYOUT CONTAINERS
   =========================== */
.container {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: var(--retro-cream);
  border-radius: 22px;
  box-shadow: 0 4px 24px var(--retro-shadow), 0 1px 0 var(--accent);
}

@media (min-width: 768px) {
  .section {
    padding: 60px 40px;
    margin-bottom: 80px;
  }
  .content-wrapper {
    gap: 32px;
  }
}

/*
=============================================================
HEADER & NAVIGATION
=============================================================
*/
header {
  width: 100%;
  background: #fff8ef;
  border-bottom: 3px solid var(--accent);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 18px rgba(38,70,83,0.09);
  transition: box-shadow 0.24s;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 77px;
  padding-top: 0;
  padding-bottom: 0;
}
header img {
  height: 54px;
  margin-right: 24px;
  filter: sepia(0.22) contrast(1.04) brightness(0.97);
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 14px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #3c2622;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 8px 4px;
  border-radius: 4px;
  position: relative;
  transition: background 0.19s, color 0.17s;
}
.main-nav a:hover, .main-nav a:focus  {
  background: #E9C46A;
  color: var(--primary);
}

.btn-primary {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  background: var(--accent);
  color: #2A2326;
  border: none;
  border-radius: 16px 80px 16px 80px;
  padding: 10px 34px;
  font-size: 1.2rem;
  box-shadow: 0 2px 12px var(--retro-shadow);
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 1px;
  margin-left: 30px;
  transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.17s;
  outline: none;
}
.btn-primary:hover, .btn-primary:focus {
  background: var(--retro-red);
  color: #fff;
  transform: translateY(-3px) scale(1.04) rotate(-1deg);
  box-shadow: 0 4px 24px var(--retro-shadow), 0 2px 0 var(--accent);
}

.btn-secondary {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  background: var(--secondary);
  color: #fff;
  border: none;
  outline: none;
  border-radius: 6px 24px 6px 24px;
  padding: 10px 30px;
  font-size: 1.05rem;
  margin-top: 16px;
  margin-bottom: 4px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 2px 10px var(--retro-shadow);
  transition: background 0.2s, color 0.2s, transform 0.15s, box-shadow 0.12s;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: var(--retro-blue);
  color: #E9C46A;
  transform: rotate(1deg) scale(1.05);
  box-shadow: 0 4px 20px var(--retro-shadow);
}

/* Hide nav and show burger on mobile */
.mobile-menu-toggle {
  display: none;
  background: var(--accent);
  color: #4F4437;
  border: none;
  border-radius: 42px;
  font-size: 2.2rem;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  cursor: pointer;
  box-shadow: 0 2px 8px var(--retro-shadow);
  transition: background 0.16s, color 0.15s;
}
.mobile-menu-toggle:active,
.mobile-menu-toggle:focus {
  background: var(--retro-red);
  color: #fff;
}

@media (max-width: 900px) {
  .main-nav { display: none; }
  .btn-primary { margin-left: 0; }
  .mobile-menu-toggle { display: flex; }
  header .container {
    gap: 10px;
  }
}

/*
=============================================================
MOBILE MENU OVERLAY
=============================================================
*/
.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(40, 34, 24, 0.97);
  transform: translateX(100%);
  transition: transform 0.34s cubic-bezier(.7,.2,.2,1);
  z-index: 200;
  padding: 0 5vw;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  color: var(--accent);
  border: none;
  font-size: 2.7rem;
  margin-top: 32px;
  margin-bottom: 28px;
  margin-right: 0;
  cursor: pointer;
  transition: color 0.2s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 7px;
  text-decoration: none;
  border-bottom: 2px solid var(--accent);
  transition: color 0.2s, border-color 0.16s, background 0.18s;
  background: transparent;
  border-radius: 0 0 12px 0;
  width: 100%;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: var(--accent);
  border-color: #fff;
  background: rgba(232,111,81,0.2);
}

@media (max-width: 900px) {
  .mobile-menu {
    display: flex;
  }
}
@media (min-width: 901px) {
  .mobile-menu { display: none !important; }
}

/*
=============================================================
HERO & CTA SECTIONS
=============================================================
*/
.hero, .thank-you-hero {
  background: url('../assets/retro-bg-pattern.svg'), var(--accent);
  background-size: 340px auto, auto;
  background-repeat: repeat, no-repeat;
  min-height: 370px;
  color: var(--primary);
  box-shadow: 0 6px 32px var(--retro-shadow);
  border-radius: 0 0 34px 34px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero .container, .thank-you-hero .container {
  align-items: center;
  justify-content: center;
}
.hero h1, .thank-you-hero h1 {
  color: #372408;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-shadow: 1px 2px 0 #fff8ef;
}
.subheadline {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.22rem;
  color: #70592d;
  line-height: 1.5;
  margin-bottom: 26px;
  margin-top: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.cta {
  border-radius: 24px 80px 24px 80px;
  box-shadow: 0 2px 28px var(--retro-shadow);
  margin-bottom: 68px;
  background: var(--secondary);
  color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}
.cta h2 {
  color: #fffbea;
  font-size: 2rem;
  font-weight: 700;
}
.cta p {
  color: #f6d657;
  font-size: 1.08rem;
}

/*
=============================================================
FLEX LAYOUTS & PATTERNS
=============================================================
*/
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 18px var(--retro-shadow);
  margin-bottom: 20px;
  padding: 28px 22px;
  transition: box-shadow 0.22s, transform 0.16s;
  border: 1.5px solid #E9C46A;
  flex: 1 1 260px;
  min-width: 260px;
  max-width: 98%;
}
.card:hover {
  box-shadow: 0 7px 32px var(--retro-shadow);
  transform: scale(1.025) rotate(-0.8deg);
  z-index: 10;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #fffbed;
  border-radius: 16px;
  box-shadow: 0 2px 12px var(--retro-shadow);
  margin-bottom: 24px;
  border: 1.3px solid #E9C46A;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .text-image-section { flex-direction: column; gap: 16px; }
  .content-grid { flex-direction: column; gap: 16px; }
  .card-container { flex-direction: column; gap: 16px; }
}

/*
=============================================================
FEATURES, SERVICES, TIMELINE
=============================================================
*/
.features {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 26px;
}
.feature-grid li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 220px;
  max-width: 340px;
  background: #f9efe0;
  border: 1px solid #EDD29A;
  border-radius: 12px 38px 12px 12px;
  box-shadow: 0 2px 14px var(--retro-shadow);
  padding: 26px 18px 22px 18px;
  transition: box-shadow 0.21s, background 0.2s, transform 0.14s;
}
.feature-grid li:hover {
  background: #FFFBF3;
  box-shadow: 0 4px 32px var(--retro-shadow);
  transform: scale(1.025) rotate(1.2deg);
}
.feature-grid img {
  height: 40px;
  width: 40px;
  margin-bottom: 6px;
  filter: sepia(0.13) brightness(0.85) hue-rotate(9deg) saturate(81%);
}
.feature-grid h3 {
  color: #665019;
  font-size: 1.05rem;
}

.service-list, .faq-list, .service-details, .testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 18px 0 0 0;
  list-style: none;
  padding: 0;
}
.service-list li, .service-details .text-section {
  flex: 1 1 240px;
  min-width: 240px;
  max-width: 320px;
  background: #fffbed;
  border: 1px solid #E9C46A;
  border-radius: 14px 32px 14px 14px;
  box-shadow: 0 2px 14px var(--retro-shadow);
  padding: 24px 18px 20px 18px;
  transition: box-shadow 0.18s, transform 0.12s;
}
.service-list li:hover, .service-details .text-section:hover {
  box-shadow: 0 8px 26px var(--retro-shadow);
  transform: scale(1.021) rotate(-0.5deg);
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 18px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.timeline li {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 7px var(--retro-shadow);
  padding: 16px 16px 16px 48px;
  margin-bottom: 14px;
  min-height: 48px;
  font-size: 1.05rem;
  color: #4d3822;
  border-left: 5px solid var(--accent);
}
.timeline li span {
  font-size: 1.23em;
  font-weight: bold;
  position: absolute;
  top: 18px;
  left: 16px;
  color: var(--retro-red);
  background: var(--accent);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-family: 'Montserrat', Arial,sans-serif;
  box-shadow: 0 1px 5px var(--retro-shadow);
}

@media (max-width: 768px) {
  .feature-grid, .service-list, .service-details, .faq-list, .testimonial-grid {
    flex-direction: column;
    gap: 14px;
  }
  .timeline li { padding-left: 56px; }
}

/*
=============================================================
TESTIMONIALS & REVIEWS
=============================================================
*/
.testimonials, .testimonial-slider, .testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
}
.testimonial-card {
  max-width: 390px;
  min-width: 220px;
  flex: 1 1 220px;
}
.testimonial-card .star-rating {
  color: #ED8800;
  letter-spacing: 2px;
  font-size: 1.2rem;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 6px;
  text-shadow: 0 2px 3px #fff4c6;
}
.testimonial-card blockquote {
  color: #533e17;
  border-left: 4px solid #E9C46A;
  background: rgba(233,196,106,0.12);
  font-style: italic;
  font-size: 1.06rem;
  margin-bottom: 8px;
}
.testimonial-meta {
  font-size: 0.99rem;
  color: #937945;
  font-style: italic;
  padding-top: 4px;
}

.stats {
  background: #f3ebe2;
  border-radius: 14px 40px 14px 14px;
  padding: 22px 18px;
  box-shadow: 0 1px 8px var(--retro-shadow);
  margin-top: 36px;
}
.stats ul {
  margin: 0;
  padding: 0 0 0 10px;
}
.stats li {
  font-size: 1.18rem;
  color: #685125;
  margin-bottom: 12px;
}
.stats strong {
  color: #ed8800;
  font-size: 1.22em;
  margin-right: 6px;
}

/*
=============================================================
FAQ ACCORDION
=============================================================
*/
.faq-accordion, .faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.faq-item {
  background: #fffbed;
  border-radius: 10px 20px 10px 10px;
  box-shadow: 0 2px 8px var(--retro-shadow);
  padding: 20px 18px 16px 18px;
  border: 1.3px solid #E9C46A;
}
.faq-item h3 {
  margin-bottom: 10px;
  color: #7d5f18;
}
.faq-item a {
  font-weight: bold;
  color: var(--retro-red);
}
.faq-item a:hover {
  text-decoration: underline;
}

/*
=============================================================
TEXT & UTILITY SECTIONS
=============================================================*/
.text-section {
  margin-bottom: 24px;
}
.privacy-notice {
  font-size: 0.99rem;
  color: #885e12;
  margin-top: 12px;
  background: #FFF6CF;
  border-radius: 7px;
  padding: 10px 14px;
  border-left: 4px solid #E9C46A;
}
.contact-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 44px;
  margin-bottom: 20px;
}
.map-placeholder {
  min-width: 220px;
  padding: 20px 22px;
  background: #f8f4ee;
  border: 1px dashed #CFC2A2;
  border-radius: 12px 22px 12px 12px;
  font-style: italic;
  color: #6f5941;
}
.contact-details {
  margin-left:0;
  margin-top: 8px;
  margin-bottom: 12px;
}
.contact-details li {
  margin-bottom: 10px;
  color: #563b18;
  font-family: 'Montserrat', Arial, sans-serif;
}

/*
=============================================================
FOOTER
=============================================================*/
footer {
  background: #fff8ef;
  border-top: 3px solid var(--accent);
  margin-top: 90px;
  padding-top: 14px;
  padding-bottom: 28px;
  font-size: 0.99rem;
}
footer .container {
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-bottom: 6px;
}
.footer-nav a {
  color: #5c4831;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-nav a:hover {
  color: var(--retro-red);
}
.footer-meta {
  color: #977e5a;
  font-family: 'Montserrat', Arial, sans-serif;
}

/*
=============================================================
COOKIE CONSENT BANNER
=============================================================*/
.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4000;
  background: #fffbed;
  color: #5a432c;
  padding: 24px 14px 19px 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  box-shadow: 0 -6px 24px var(--retro-shadow);
  border-top: 3px solid #E9C46A;
  font-size: 1rem;
  animation: slideBannerIn 0.5s cubic-bezier(.77,.21,.07,1.02);
}
@keyframes slideBannerIn {
  0% { transform: translateY(120%); }
  100% { transform: translateY(0); }
}
.cookie-consent-banner p {
  margin: 0;
  flex: 1 1 300px;
}
.cookie-btn-group {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.cookie-btn, .cookie-settings-btn {
  padding: 7px 20px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  border-radius: 22px 22px 0 22px;
  border: none;
  cursor: pointer;
  margin-left: 0;
  background: var(--accent);
  color: #644504;
  font-weight: 600;
  box-shadow: 0 2px 7px var(--retro-shadow);
  transition: background 0.17s, color 0.14s, transform 0.12s;
}
.cookie-btn:hover, .cookie-settings-btn:hover {
  background: var(--retro-red);
  color: #ffffff;
  transform: scale(1.045) rotate(-1.3deg);
}
.cookie-btn.reject {
  background: #dbdbdb;
  color: #6c6a6a;
}
.cookie-btn.reject:hover {
  background: #917e6b;
  color: #fff;
}

/* Cookie settings modal */
.cookie-modal {
  display: none;
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  z-index: 4010;
  background: rgba(80,52,12,0.44);
  align-items: center;
  justify-content: center;
}
.cookie-modal.open { display: flex; }
.cookie-modal-content {
  background: #fff8ef;
  border-radius: 18px 44px 18px 18px;
  padding: 34px 28px 20px 28px;
  min-width: 294px;
  max-width: 92vw;
  box-shadow: 0 9px 48px var(--retro-shadow);
  border: 2px solid #E9C46A;
  animation: modalFadeIn 0.46s cubic-bezier(.71,.36,.26,1.19);
}
@keyframes modalFadeIn {
  0% { opacity: 0; transform: translateY(80px) scale(0.97); }
  100% { opacity: 1; transform: none; }
}
.cookie-modal-content h3 {
  color: #4e320b;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  background: #ede6d7;
  border-radius: 10px 14px 10px 10px;
  padding: 8px 14px;
}
.cookie-category label {
  flex: 1;
  cursor: pointer;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #593c12;
  padding-left: 2px;
  font-size: 0.99rem;
}
.cookie-toggle {
  width: 40px;
  height: 22px;
  border-radius: 14px;
  background: #bbb6a8;
  position: relative;
  cursor: pointer;
  transition: background 0.18s;
}
.cookie-toggle input {
  display: none;
}
.cookie-toggle-slider {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #E9C46A;
  transition: left 0.17s;
  border: 1px solid #ddc374;
}
.cookie-toggle input:checked + .cookie-toggle-slider {
  left: 20px;
  background: #2A9D8F;
  border-color: #259b89;
}
/* 'Essential' cookies: always ON text */
.cookie-category.essential label::after {
  content: ' (immer aktiv)';
  color: #609060;
  font-size: 0.95em;
  margin-left: 2px;
}
.cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-top: 24px;
  justify-content: flex-end;
}

/*
=============================================================
MISC: CARD, BUTTONS, MICRO-ANIMATIONS
=============================================================*/
.next-steps {
  background: #fffbe0;
  border-radius: 12px 18px 12px 42px;
  padding: 14px 24px 14px 14px;
  margin: 30px 0 26px 0;
  box-shadow: 0 1px 7px var(--retro-shadow);
}
.next-steps ul {
  margin-left: 19px;
}
.next-steps li {
  margin-bottom: 7px;
  color: #7a6921;
}

/* Markdown-like styling for .thank-you-hero h2 */
.thank-you-hero h2 {
  color: #947824;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 10px;
}

/*
=============================================================
TYPOGRAPHY: VINTAGE EFFECTS
=============================================================*/
body, p, ul, ol, .text-section {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  color: #392d1c;
}
h1, h2, h3, h4, h5, h6, .btn-primary, .btn-secondary, .feature-grid h3, .main-nav a, .footer-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  text-transform: none;
  letter-spacing: 0.5px;
}

h1, .hero h1, .thank-you-hero h1 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #462F18;
  text-shadow: 1px 2px 0 #F8F4EE, 0 3px 12px rgba(38,70,83,0.05);
}

@media (max-width: 600px) {
  h1, .hero h1, .thank-you-hero h1 { font-size: 2rem; }
  h2, .cta h2 { font-size: 1.5rem; }
  .main-nav a { font-size: 0.95rem; }
  .btn-primary, .btn-secondary { font-size: 1rem; }
}

/* Vintage Dotted Line Accent under h2 */
h2 {
  position: relative;
  padding-bottom: 12px;
}
h2:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 3px;
  background: repeating-linear-gradient(90deg, #E9C46A 0 15px, transparent 15px 24px);
  border-radius: 4px;
}

/*
=============================================================
RESPONSIVE LAYOUTS
=============================================================*/
@media (max-width: 600px) {
  .container { width: 99%; padding-left: 4px; padding-right: 4px; }
  .section {
    padding: 24px 5px;
    margin-bottom: 36px;
    border-radius: 16px;
  }
  .cta { border-radius: 18px 40px 18px 18px; padding-top: 18px; padding-bottom: 18px; }
}

/*
=============================================================
ACCESSIBILITY
=============================================================*/
:focus {
  outline: 2px dashed #2A9D8F;
  outline-offset: 2px;
}
::-webkit-input-placeholder, ::placeholder {
  color: #c5a96b;
}

/* End of stylesheet */
