body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #fff;
  color: #333;
}

.main-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 40px;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 80px;
  /* Ensure a minimum height */
}

/* Left Section: Logo */
.header-logo-section {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-icon {
  height: 42px;
  color: #ff385c;
  /* Airbnb red */
}

.logo-text {
  font-size: 24px;
  font-weight: bold;
  color: #ff385c;
  /* Airbnb red */
}

/* Middle Section: Navigation */
.header-main-navigation {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.navigation-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
  /* Space between navigation items */
}

.navigation-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
  color: #717171;
  /* Default text color */
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s ease-in-out;
}

.navigation-item a {
  text-decoration: none;
  color: #404040;
}

.navigation-item:hover {
  color: #222;
  /* Darker on hover */
}

.navigation-item-icon {
  height: 24px;
  width: 24px;
  margin-bottom: 4px;
}

.new-badge {
  position: absolute;
  top: -8px;
  right: -12px;
  background-color: #222;
  /* Dark blue/grey from screenshot */
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.navigation-item-active .active-underline {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 16px);
  /* Adjust width to match screenshot */
  height: 2px;
  background-color: #222;
  /* Black underline */
  border-radius: 1px;
}

.navigation-item-active {
  color: #222;
  /* Active text color */
}

/* Right Section: Actions */
.header-right-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.host-link {
  text-decoration: none;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 22px;
  transition: background-color 0.2s ease-in-out;
}

.host-link:hover {
  background-color: #f7f7f7;
}

.language-selector-button {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
}

.language-selector-button:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.language-selector-button svg {
  color: #717171;
  height: 20px;
  width: 20px;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .main-header-container {
    padding: 16px 20px;
  }

  .navigation-list {
    gap: 20px;
  }

  .host-link {
    padding: 8px 12px;
  }
}

@media (max-width: 768px) {
  .main-header-container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 15px;
  }

  .header-logo-section {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }

  .header-main-navigation {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }

  .navigation-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .navigation-item {
    padding: 5px 0;
    font-size: 12px;
  }

  .new-badge {
    font-size: 8px;
    padding: 1px 4px;
    top: -5px;
    right: -8px;
  }

  .header-right-actions {
    width: 100%;
    justify-content: center;
    gap: 10px;
  }

  .host-link {
    font-size: 12px;
    padding: 6px 10px;
  }

  .language-selector-button {
    width: 36px;
    height: 36px;
  }

  .language-selector-button svg {
    height: 18px;
    width: 18px;
  }
}

@media (max-width: 480px) {
  .logo-text {
    font-size: 20px;
  }

  .navigation-list {
    gap: 10px;
  }

  .navigation-item-icon {
    height: 20px;
    width: 20px;
  }

  .navigation-item-text {
    font-size: 11px;
  }
}




/* ======================================================================================== */


.ffbody {
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  margin: 0;
  box-sizing: border-box;
}

.main-form-container {
  padding: 20px;
  width: 100%;
  max-width: 900px;
  /* Adjust max-width as needed */
  box-sizing: border-box;
}

.search-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* Allow wrapping on smaller screens */
  background-color: #fff;
  border-radius: 50px;
  /* Highly rounded corners */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 8px 10px;
  /* Adjust padding to match screenshot */
  align-items: center;
  position: relative;
  /* For dropdown positioning */
}

.input-group {
  flex: 1;
  /* Distribute space evenly */
  min-width: 150px;
  /* Minimum width for each input group */
  padding: 10px 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #eee;
  /* Separator lines */
}

.input-group:last-of-type {
  border-right: none;
  /* No border on the last input group */
}

.input-label {
  font-size: 0.85em;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

input[type="text"] {
  border: none;
  outline: none;
  font-size: 1em;
  color: #555;
  padding: 0;
  background: transparent;
  width: 100%;
}

input::placeholder {
  color: #aaa;
}

/* Specific styling for the "Wer" input to match screenshot */
.guests-input-group input {
  cursor: pointer;
}

.search-action-button {
  background-color: #ff385c;
  /* Pink color from screenshot */
  color: #fff;
  border: none;
  border-radius: 50%;
  /* Circular button */
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.2em;
  box-shadow: 0 4px 10px rgba(255, 56, 92, 0.4);
  transition: background-color 0.3s ease;
  flex-shrink: 0;
  /* Prevent shrinking */
  margin-left: 10px;
  /* Space from the last input */
}

.search-action-button:hover {
  background-color: #e00040;
}

.search-action-button .search-icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.search-action-button .search-button-text {
  display: none;
  /* Hide text by default, show on smaller screens */
}

/* Airport Search Results */
.airport-search-results {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  /* Position below the input */
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 100;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  /* Hidden by default */
}

.airport-search-results li {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.airport-search-results li:last-child {
  border-bottom: none;
}

.airport-search-results li:hover {
  background-color: #f5f5f5;
}

.airport__name {
  font-weight: 600;
  margin: 0;
  color: #333;
}

.airport__city {
  font-size: 0.8em;
  color: #777;
  margin: 0;
}

/* Passenger Selection Dropdown */
.passenger-selection-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  /* Position below the input with some space */
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 100;
  min-width: 300px;
  /* Ensure it's wide enough */
}

.passenger-type-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.passenger-type-item:last-child {
  border-bottom: none;
}

.passenger-details {
  display: flex;
  flex-direction: column;
}

.passenger-label {
  font-weight: 600;
  color: #333;
}

.passenger-description {
  font-size: 0.85em;
  color: #777;
}

.passenger-counter {
  display: flex;
  align-items: center;
  gap: 10px;
}

.counter-button {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  cursor: pointer;
  color: #555;
  transition: all 0.2s ease;
}

.counter-button:hover {
  border-color: #ff385c;
  color: #ff385c;
}

.counter-button:active {
  background-color: #f0f0f0;
}

.counter-value {
  font-weight: 600;
  min-width: 20px;
  text-align: center;
}

.hidden {
  display: none !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .search-form-wrapper {
    flex-direction: column;
    border-radius: 20px;
    /* Less rounded on smaller screens */
    padding: 15px;
  }

  .input-group {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
    /* Add bottom border for separation */
    padding: 15px 10px;
  }

  .input-group:last-of-type {
    border-bottom: none;
  }

  .search-action-button {
    width: 100%;
    border-radius: 10px;
    /* Rectangular button */
    margin-top: 15px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .search-action-button .search-button-text {
    display: inline;
    /* Show text on smaller screens */
    font-size: 1em;
  }

  .search-action-button .search-icon {
    width: 18px;
    height: 18px;
  }

  .passenger-selection-dropdown {
    left: 0;
    right: 0;
    width: auto;
    /* Adjust width for full screen */
    min-width: unset;
  }
}

@media (max-width: 480px) {
  .main-form-container {
    padding: 10px;
  }

  .search-form-wrapper {
    padding: 10px;
  }

  .input-group {
    padding: 10px 5px;
  }
}

/* =========================================================================================== */




.cardbody {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #fff;
  color: #222;
  padding: 0 80px;
  /* Global padding for desktop */
}


/* Utility classes for icons */
.icon-svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* Section Header */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 24px;
}

.section-title {
  font-size: 26px;
  font-weight: 600;
  color: #222;
  margin: 0;
}

.section-nav-buttons {
  display: flex;
  gap: 8px;
}

.nav-button {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.nav-button:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-color: #c2c2c2;
}

.nav-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.nav-button svg {
  color: #222;
  width: 16px;
  height: 16px;
}

/* Carousel Container */
.carousel-container {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  /* For smooth scrolling on iOS */
  gap: 24px;
  padding-bottom: 20px;
  /* Space for scrollbar */
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
}

.carousel-container::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari, Opera */
}

/* Property Card */
.property-card {
  flex: 0 0 auto;
  /* Prevent shrinking */
  width: 200px;
  /* Fixed width for desktop */
  scroll-snap-align: start;
  position: relative;
  cursor: pointer;
}

.property-card-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 75%;
  /* 4:3 aspect ratio (3/4 * 100%) */
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
}

.property-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.favorite-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #222;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.heart-icon-button {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heart-icon-button svg {
  color: #fff;
  width: 24px;
  height: 24px;
  stroke-width: 2;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
  /* Subtle shadow for visibility */
}

.property-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px 0;
  color: #222;
}

.property-dates,
.property-price,
.property-rating {
  font-size: 14px;
  color: #717171;
  margin: 0 0 2px 0;
}

.property-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}

.property-rating .star-icon {
  color: #222;
  /* Black star */
  width: 14px;
  height: 14px;
  fill: currentColor;
}

/* Inspiration Section */
.inspiration-section {
  margin-top: 64px;
  margin-bottom: 80px;
}

.inspiration-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 32px;
}

.inspiration-tabs {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 32px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.inspiration-tabs::-webkit-scrollbar {
  display: none;
}

.tab-item {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #717171;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  transition: color 0.2s ease-in-out;
}

.tab-item:hover {
  color: #222;
}

.tab-item.active {
  color: #222;
}

.tab-item.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
}

.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  /* Responsive grid */
  gap: 24px 16px;
}

.inspiration-link {
  display: block;
  text-decoration: none;
  color: #222;
}

.inspiration-link .city-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.inspiration-link .property-type {
  font-size: 14px;
  color: #717171;
}

.show-more-link {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  margin-top: 24px;
}

.show-more-link svg {
  width: 16px;
  height: 16px;
  color: #222;
}

/* Footer (simple placeholder) */
.page-footer {
  text-align: center;
  padding: 40px 0;
  color: #717171;
  font-size: 14px;
  border-top: 1px solid #ebebeb;
  margin-top: 60px;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  body {
    padding: 0 40px;
  }

  .property-card {
    width: 260px;
  }
}

@media (max-width: 1024px) {
  body {
    padding: 0 24px;
  }

  .property-card {
    width: 240px;
  }

  .section-title,
  .inspiration-title {
    font-size: 24px;
  }

  .tab-item {
    font-size: 15px;
  }

  .inspiration-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}

@media (max-width: 768px) {

  .section-header {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .section-title,
  .inspiration-title {
    font-size: 22px;
  }

  .nav-button {
    width: 28px;
    height: 28px;
  }

  .nav-button svg {
    width: 14px;
    height: 14px;
  }

  .property-card {
    width: 200px;
    /* Smaller cards for mobile */
    gap: 16px;
  }

  .property-title {
    font-size: 15px;
  }

  .property-dates,
  .property-price,
  .property-rating {
    font-size: 13px;
  }

  .inspiration-section {
    margin-top: 48px;
    margin-bottom: 60px;
  }

  .inspiration-title {
    margin-bottom: 24px;
  }

  .tab-item {
    padding: 10px 12px;
    font-size: 14px;
  }

  .inspiration-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 16px 12px;
  }

  .inspiration-link .city-name {
    font-size: 15px;
  }

  .inspiration-link .property-type {
    font-size: 13px;
  }

  .cardbody {

    padding: 0 10px;
    /* Global padding for desktop */
  }

}

@media (max-width: 480px) {

  .section-title,
  .inspiration-title {
    font-size: 20px;
  }

  .section-nav-buttons {
    display: none;
    /* Hide navigation buttons on very small screens */
  }

  .property-card {
    width: 160px;
    /* Even smaller cards */
  }

  .property-title {
    font-size: 14px;
  }

  .property-dates,
  .property-price,
  .property-rating {
    font-size: 12px;
  }

  .favorite-badge {
    font-size: 10px;
    padding: 3px 6px;
  }

  .heart-icon-button svg {
    width: 20px;
    height: 20px;
  }

  .inspiration-grid {
    grid-template-columns: 1fr;
    /* Single column for very small screens */
    gap: 12px;
  }

  .tab-item {
    font-size: 13px;
  }
}





/* cards end ============================================================ */








.main-content {
  flex-grow: 1;
  /* Pushes footer to the bottom */
  padding: 20px;
}

.app-footer {
  background-color: #f7f7f7;
  /* Lighter background for the footer itself */
  padding: 48px 80px 24px;
  /* Top/bottom padding, left/right padding */
  border-top: 1px solid #ebebeb;
  /* Subtle top border */
  font-size: 14px;
  line-height: 1.5;
}

.footer-top-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* Allow columns to wrap on smaller screens */
  margin-bottom: 24px;
}

.footer-column {
  flex: 1;
  /* Distribute space evenly */
  min-width: 200px;
  /* Minimum width for columns before wrapping */
  margin-bottom: 24px;
  /* Space between columns when wrapped */
}

.column-title {
  font-weight: 600;
  margin-bottom: 16px;
  color: #222;
}

.column-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.column-list-item {
  margin-bottom: 12px;
}

.column-list-item a {
  text-decoration: none;
  color: #717171;
  /* Lighter grey for links */
  transition: color 0.2s ease;
}

.column-list-item a:hover {
  color: #222;
  /* Darker on hover */
  text-decoration: underline;
}

.footer-bottom-section {
  border-top: 1px solid #ebebeb;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* Allow items to wrap */
  gap: 16px;
  /* Space between wrapped items */
}

.copyright-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  /* Space between copyright and legal links */
  align-items: center;
}

.copyright-text {
  color: #222;
  white-space: nowrap;
  /* Prevent copyright from breaking */
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  /* Space between legal links */
  list-style: none;
  padding: 0;
  margin: 0;
}

.legal-links li:not(:last-child)::after {
  content: "•";
  margin-left: 8px;
  color: #717171;
}

.legal-links a {
  text-decoration: none;
  color: #717171;
  transition: color 0.2s ease;
  white-space: nowrap;
  /* Prevent links from breaking */
}

.legal-links a:hover {
  color: #222;
  text-decoration: underline;
}

.locale-social {
  display: flex;
  align-items: center;
  gap: 20px;
  /* Space between locale selectors and social icons */
  flex-wrap: wrap;
}

.locale-selector {
  display: flex;
  align-items: center;
  gap: 16px;
}

.locale-selector-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #222;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.locale-selector-item:hover {
  opacity: 0.7;
}

.locale-selector-item svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.social-icons {
  display: flex;
  gap: 16px;
}

.social-icon-link {
  color: #222;
  transition: opacity 0.2s ease;
}

.social-icon-link:hover {
  opacity: 0.7;
}

.social-icon-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .app-footer {
    padding: 32px 24px 16px;
  }

  .footer-top-section {
    flex-direction: column;
    /* Stack columns vertically */
  }

  .footer-column {
    min-width: unset;
    /* Remove min-width constraint */
    width: 100%;
    /* Take full width */
    margin-bottom: 20px;
  }

  .footer-bottom-section {
    flex-direction: column;
    /* Stack bottom items vertically */
    align-items: flex-start;
    /* Align to start */
    gap: 20px;
  }

  .copyright-links {
    flex-direction: column;
    /* Stack copyright and legal links */
    align-items: flex-start;
    gap: 10px;
  }

  .legal-links {
    flex-direction: column;
    /* Stack legal links */
    align-items: flex-start;
    gap: 10px;
  }

  .legal-links li:not(:last-child)::after {
    content: none;
    /* Remove bullet points when stacked */
  }

  .locale-social {
    flex-direction: column;
    /* Stack locale and social icons */
    align-items: flex-start;
    gap: 20px;
  }

  .locale-selector {
    width: 100%;
    /* Full width for selectors */
    justify-content: space-between;
    /* Space out language/currency */
  }
}

@media (max-width: 480px) {
  .app-footer {
    padding: 24px 16px 12px;
  }

  .column-title {
    margin-bottom: 12px;
  }

  .column-list-item {
    margin-bottom: 10px;
  }
}

/* FlyHeimat Content Section Styling */
:root {
  --accent: #0078d7;
  --text: #1e293b;
  --muted: #64748b;
  --bg: #f8fafc;
  --card: #ffffff;
}

section {
  background: var(--card);
  border-radius: 10px;
  padding: 2rem;
  margin: 1.5rem auto;
  max-width: 900px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

h1,
h2,
h3 {
  color: var(--accent);
  margin-bottom: 0.6rem;
  line-height: 1.3;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2rem;
}

p {
  margin-bottom: 0.8rem;
  color: var(--muted);
}

ul,
ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.4rem;
  color: var(--text);
}

button {
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}

button:hover {
  background: #005fa3;
}

blockquote {
  background: #eef6ff;
  border-left: 4px solid var(--accent);
  padding: 10px 16px;
  margin: 1rem 0;
  border-radius: 6px;
  color: var(--text);
}

blockquote cite {
  display: block;
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 4px;
}

form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 1rem;
}

input[type="email"] {
  flex: 1;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  font-size: 1rem;
}

footer {
  text-align: center;
  padding: 1.5rem 1rem;
  color: var(--muted);
  font-size: 0.9rem;
  background: var(--card);
  border-top: 1px solid #e2e8f0;
  margin-top: 2rem;
}

footer a {
  color: var(--accent);
  text-decoration: none;
  margin: 0 0.4rem;
}

footer a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  section {
    padding: 1.2rem;
    margin: 1rem;
  }

  h1 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.3rem;
  }

  form {
    flex-direction: column;
  }

  button {
    width: 100%;
  }
}