:root {
  --color-blush: #fdeef5;
  --color-cream: #fffafc;
  --color-accent: #c2185b;
  --color-accent-dark: #ad1457;
  --color-text: #333333;
  --color-deep: #6a1b4d;
  --color-border: #f8dce8;
  --shadow-soft: 0 4px 12px rgba(106, 27, 77, 0.08);
  --shadow-featured: 0 7px 18px rgba(106, 27, 77, 0.16);
}

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

section,
.footer-section {
  scroll-margin-top: 110px;
}

.skip-link {
  position: absolute;
  top: -50px;
  left: 12px;
  padding: 10px 14px;
  background-color: var(--color-deep);
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  z-index: 200;
}

.skip-link:focus {
  top: 12px;
  outline: 3px solid var(--color-accent);
  outline-offset: 3px;
}

body {
  font-family: Arial, sans-serif;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
  background-color: var(--color-cream);
  color: var(--color-text);
}

section {
  margin-bottom: 60px;
  padding: 30px;
}

section > p {
  max-width: 760px;
}

h1 {
  color: var(--color-accent);
  font-size: 42px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 18px;
  text-wrap: balance;
}

h2 {
  color: var(--color-accent-dark);
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 16px;
  text-wrap: balance;
}

h3 {
  color: var(--color-deep);
  margin-top: 18px;
  margin-bottom: 5px;
}

p {
  line-height: 1.6;
  margin-bottom: 14px;
}

.trust-section p,
.why-tulips-section p,
.ofw-section p,
.final-cta-section p {
  max-width: 680px;
}

.trust-list {
  margin-top: 18px;
  margin-bottom: 0;
  padding-left: 20px;
  color: var(--color-deep);
}

.trust-list li {
  margin-bottom: 6px;
}

.trust-list li::marker {
  color: var(--color-accent);
}

button {
  padding: 12px 20px;
  margin-right: 10px;
  border: none;
  background-color: var(--color-accent);
  color: white;
  cursor: pointer;
  font-weight: bold;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

button:hover {
  background-color: var(--color-accent-dark);
}

button:focus-visible,
.cta-button:focus-visible {
  outline: 3px solid var(--color-deep);
  outline-offset: 3px;
}

.trust-section,
.packages-section,
.includes-section,
.faq-section {
  background-color: var(--color-cream);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-soft);
  border-radius: 12px;
}

.why-tulips-section,
.preorder-section,
.ofw-section,
.final-cta-section {
  background-color: var(--color-blush);
  border: 1px solid var(--color-border);
  border-radius: 12px;
}

.preorder-steps {
  display: grid;
  margin-top: 0;
  margin-bottom: 18px;
  padding-left: 28px;
  list-style-position: outside;
  gap: 12px;
}

.preorder-step::marker {
  color: var(--color-accent);
  font-weight: bold;
}

.preorder-step {
  padding: 14px;
  background-color: var(--color-cream);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-accent);
  border-radius: 8px;
}

.preorder-step p {
  margin: 0;
}

.preorder-step p + p {
  margin-top: 4px;
}

.faq-list {
  margin: 0;
  padding: 0;
}

.faq-item {
  margin-bottom: 12px;
  padding: 14px;
  background-color: var(--color-cream);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-accent);
  border-radius: 8px;
}

.faq-item dt {
  color: var(--color-deep);
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.4;
}

.faq-item dd {
  margin: 0;
  line-height: 1.6;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.cta-button {
  display: inline-block;
  padding: 12px 20px;
  background-color: var(--color-accent);
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.cta-button:hover {
  background-color: var(--color-accent-dark);
}

.hero-section {
  text-align: center;
  padding: 60px 25px;
  background-color: var(--color-blush);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-soft);
}

.hero-section > p {
  margin-left: auto;
  margin-right: auto;
}

.hero-trust-strip {
  max-width: 720px;
}

.hero-image {
  display: block;
  width: 100%;
  max-width: 520px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  border: 1px solid var(--color-border);
  box-shadow: 0 4px 12px rgba(106, 27, 77, 0.08);
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 24px 0;
}

.hero-actions a {
  border-radius: 6px;
  cursor: pointer;
  margin-right: 0;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.hero-section .hero-button-primary {
  padding: 14px 24px;
  background-color: var(--color-accent);
  color: white;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(194, 24, 91, 0.2);
}

.hero-section .hero-button-primary:hover {
  background-color: var(--color-accent-dark);
}

.hero-section .hero-button-secondary {
  padding: 14px 24px;
  border: 1px solid var(--color-accent);
  background-color: var(--color-cream);
  color: var(--color-accent);
}

.hero-section .hero-button-secondary:hover {
  background-color: var(--color-blush);
}

.hero-section .hero-button-primary:focus-visible,
.hero-section .hero-button-secondary:focus-visible {
  outline: 3px solid var(--color-deep);
  outline-offset: 3px;
}

.hero-trust-strip {
  margin-top: 18px;
  margin-bottom: 0;
  color: var(--color-deep);
  font-weight: bold;
  padding: 10px 14px;
  background-color: var(--color-cream);
  border: 1px solid var(--color-border);
  border-radius: 8px;
}

@media (max-width: 480px) {
  .hero-actions {
    flex-direction: column;
  }

  .preorder-steps {
    padding-left: 24px;
  }
}

.package-title {
  color: var(--color-accent);
  font-size: 24px;
}

.package-badge {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 9px;
  border-radius: 999px;
  background-color: var(--color-blush);
  color: var(--color-deep);
  border: 1px solid var(--color-border);
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}

.packages-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 22px;
}

.package-card {
  display: flex;
  flex-direction: column;
  background-color: var(--color-cream);
  padding: 22px;
  min-width: 0;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(106, 27, 77, 0.08);
  box-sizing: border-box;
  flex: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.package-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(106, 27, 77, 0.12);
}

.package-card-featured {
  border: 2px solid var(--color-accent);
  box-shadow: var(--shadow-featured);
}

.package-card-featured .package-badge {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: white;
}

@media (max-width: 700px) {
  .package-card {
    flex: 1 1 100%;
  }
}

.includes-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 18px;
}

.includes-card {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background-color: var(--color-cream);
  padding: 18px;
  min-width: 0;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(106, 27, 77, 0.08);
  box-sizing: border-box;
  flex: 1 1 180px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.includes-card::before {
  content: "\2713";
  flex-shrink: 0;
  color: var(--color-accent);
  font-weight: bold;
}

.includes-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(106, 27, 77, 0.12);
}

.package-card .package-title {
  margin-top: 8px;
  margin-bottom: 6px;
}

.package-card p {
  margin-top: 0;
  margin-bottom: 10px;
}

.package-button {
  display: inline-block;
  padding: 12px 20px;
  margin-top: auto;
  align-self: flex-start;
  margin-right: 0;
  border: none;
  background-color: var(--color-accent);
  color: white;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.package-button:hover {
  background-color: var(--color-accent-dark);
}

.cta-button:hover {
  transform: translateY(-2px);
}

.package-button:focus-visible {
  outline: 3px solid var(--color-deep);
  outline-offset: 3px;
}

.package-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.ofw-section .cta-button {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.final-cta-section {
  text-align: center;
}

.final-cta-section p {
  margin-left: auto;
  margin-right: auto;
}

.footer-section {
  background-color: var(--color-deep);
  color: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: var(--shadow-featured);
  text-align: center;
}

.footer-section h2 {
  color: white;
}

.footer-section p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.preorder-form-section {
  background-color: var(--color-cream);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-soft);
}

form {
  display: flex;
  flex-direction: column;
}

fieldset {
  display: flex;
  flex-direction: column;
  margin: 0 0 18px;
  padding: 16px;
  background-color: var(--color-cream);
  border: 1px solid var(--color-border);
  min-width: 0;
  border-radius: 8px;
}

legend {
  padding: 0 6px;
  margin-top: 4px;
  color: var(--color-deep);
  font-weight: bold;
  font-size: 17px;
}

fieldset:focus-within {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(194, 24, 91, 0.08);
}

label {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}

input,
select,
textarea {
  padding: 12px;
  accent-color: var(--color-accent);
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: white;
  font-size: 16px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

input:hover,
select:hover,
textarea:hover {
  border-color: var(--color-accent);
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid var(--color-deep);
  outline-offset: 2px;
  border-color: var(--color-deep);
  background-color: var(--color-cream);
}

.form-helper-text {
  margin-top: 0;
  margin-bottom: 4px;
  color: #6b5b63;
  font-size: 14px;
}

.required-fields-note {
  margin-top: 0;
  color: #6b5b63;
  font-size: 14px;
}

.required-marker {
  color: var(--color-accent);
}

.optional-marker {
  color: #6b5b63;
  font-size: 13px;
  font-weight: normal;
}

.trust-confirmations {
  margin-top: 15px;
  padding: 14px;
  background-color: var(--color-blush);
  border: 1px solid var(--color-border);
  border-radius: 8px;
}

.trust-confirmations-intro {
  margin-bottom: 4px;
  font-size: 16px;
}

.trust-confirmations label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: normal;
}

.trust-confirmations input {
  width: auto;
  flex-shrink: 0;
}

.preorder-form-section button {
  margin-top: 20px;
  cursor: pointer;
  font-size: 16px;
}

.form-submit-note {
  margin-top: 10px;
  margin-bottom: 0;
  color: #6b5b63;
  font-size: 14px;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 20px;
  margin-bottom: 30px;
  background-color: var(--color-cream);
  border-radius: 12px;
  border: 1px solid var(--color-border);

  position: sticky;
  top: 10px;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  z-index: 100;
}

.navbar a {
  padding: 6px 8px;
  color: var(--color-deep);
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
}

.navbar a:hover {
  color: var(--color-accent);
  background-color: var(--color-blush);
}

.navbar a:focus-visible {
  outline: 3px solid var(--color-deep);
  outline-offset: 3px;
}

.footer-section .cta-button {
  background-color: var(--color-cream);
  color: var(--color-deep);
}

.footer-section .cta-button:hover {
  background-color: var(--color-blush);
}

@media (max-width: 600px) {
  body {
    padding: 12px;
  }

  section {
    margin-bottom: 40px;
    padding: 18px;
  }

  .navbar {
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px;
  }

  .navbar a {
    padding: 5px 7px;
  }

  .hero-section {
    padding: 40px 18px;
  }

  .preorder-form-section {
    padding: 20px;
  }

  fieldset {
    padding: 12px;
    margin-bottom: 14px;
  }

  .preorder-step {
    padding: 12px;
  }

  .faq-item {
    padding: 12px;
  }

  .includes-card {
    padding: 16px;
  }

  .package-card {
    padding: 18px;
  }

  .package-card-featured {
    box-shadow: var(--shadow-soft);
  }

  .hero-trust-strip {
    font-size: 14px;
    line-height: 1.5;
  }

  .hero-actions a,
  .package-button {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }

  .package-card img {
    height: 160px;
  }

  .form-helper-text {
    margin-bottom: 3px;
  }

  .cta-button {
    text-align: center;
  }

  .preorder-form-section button {
    width: 100%;
    margin-right: 0;
  }

  .trust-confirmations label {
    align-items: flex-start;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 25px;
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none;
  }

  .cta-button:hover {
    transform: none;
  }

  .package-card:hover,
  .includes-card:hover {
    transform: none;
  }
}
