.animate-fade-in.svelte-1carx9n{animation:fadeInUp var(--duration-slow) var(--ease-out) forwards}.hero.svelte-1carx9n{position:relative;background:linear-gradient(to bottom right,var(--gray-900),var(--gray-800));padding:2.5rem 0 5rem}@media(min-width:640px){.hero.svelte-1carx9n{padding:3rem 0 6rem}}@media(min-width:768px){.hero.svelte-1carx9n{padding:5rem 0}}.hero-bg.svelte-1carx9n{position:absolute;inset:0}.hero-bg-img.svelte-1carx9n{width:100%;height:100%;object-fit:cover;opacity:.3}.hero-overlay.svelte-1carx9n{position:absolute;inset:0;background:linear-gradient(to right,#111827cc,#11182766)}.hero-content.svelte-1carx9n{position:relative;max-width:1280px;margin:0 auto;padding:1rem;text-align:center}@media(min-width:640px){.hero-content.svelte-1carx9n{padding:1.5rem 1rem}}@media(min-width:768px){.hero-content.svelte-1carx9n{padding:2rem 1rem}}.hero-title.svelte-1carx9n{font-size:2rem;font-weight:var(--font-weight-bold);color:#fff;margin:0;line-height:1.2}@media(min-width:640px){.hero-title.svelte-1carx9n{font-size:2.5rem}}@media(min-width:768px){.hero-title.svelte-1carx9n{font-size:3rem}}.highlight.svelte-1carx9n{color:var(--bulkbook-yellow-light)}.hero-subtitle.svelte-1carx9n{max-width:768px;margin:1rem auto 0;font-size:.9375rem;color:var(--gray-300);line-height:1.5}@media(min-width:640px){.hero-subtitle.svelte-1carx9n{margin:1.5rem auto 0;font-size:1.125rem}}.container.svelte-1carx9n{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container.svelte-1carx9n{padding:0 1.5rem}}@media(min-width:768px){.container.svelte-1carx9n{padding:0 2rem}}.section-white.svelte-1carx9n{background:var(--background);padding:3rem 0}@media(min-width:640px){.section-white.svelte-1carx9n{padding:4rem 0}}@media(min-width:768px){.section-white.svelte-1carx9n{padding:5rem 0}}.section-header.svelte-1carx9n{text-align:center;margin-bottom:2.5rem;opacity:0;animation:fadeInUp var(--duration-slow) var(--ease-out) forwards}@media(min-width:640px){.section-header.svelte-1carx9n{margin-bottom:3rem}}@media(min-width:768px){.section-header.svelte-1carx9n{margin-bottom:4rem}}.section-title.svelte-1carx9n{font-size:1.5rem;font-weight:var(--font-weight-bold);color:var(--foreground);margin:0;line-height:1.2}@media(min-width:640px){.section-title.svelte-1carx9n{font-size:1.875rem}}@media(min-width:768px){.section-title.svelte-1carx9n{font-size:2.25rem}}.section-subtitle.svelte-1carx9n{max-width:672px;margin:.75rem auto 0;font-size:.9375rem;color:var(--gray-600);line-height:1.5}@media(min-width:640px){.section-subtitle.svelte-1carx9n{margin:1rem auto 0;font-size:1.125rem}}.grid-3.svelte-1carx9n{display:grid;gap:1.25rem}@media(min-width:640px){.grid-3.svelte-1carx9n{gap:1.5rem}}@media(min-width:768px){.grid-3.svelte-1carx9n{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){.grid-3.svelte-1carx9n{grid-template-columns:repeat(3,1fr)}}.card.svelte-1carx9n{background:var(--background);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:1.5rem;opacity:0;transition:border-color var(--duration-normal) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out),transform var(--duration-normal) var(--ease-out);animation:fadeInUp var(--duration-slow) var(--ease-out) forwards}@media(min-width:640px){.card.svelte-1carx9n{padding:1.75rem}}@media(min-width:768px){.card.svelte-1carx9n{padding:2rem}}.card.svelte-1carx9n:hover{border-color:var(--bulkbook-yellow);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card-icon.svelte-1carx9n{width:40px;height:40px;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--bulkbook-yellow),var(--bulkbook-yellow-light));display:flex;align-items:center;justify-content:center;color:var(--foreground);transition:all var(--duration-normal) var(--ease-out)}.card-icon.svelte-1carx9n svg:where(.svelte-1carx9n){width:20px;height:20px}@media(min-width:640px){.card-icon.svelte-1carx9n{width:44px;height:44px}.card-icon.svelte-1carx9n svg:where(.svelte-1carx9n){width:22px;height:22px}}@media(min-width:768px){.card-icon.svelte-1carx9n{width:48px;height:48px}.card-icon.svelte-1carx9n svg:where(.svelte-1carx9n){width:24px;height:24px}}.card.svelte-1carx9n:hover .card-icon:where(.svelte-1carx9n){box-shadow:0 4px 12px #fdcb6e66;transform:scale(1.1)}.card-title.svelte-1carx9n{margin:1rem 0 0;font-size:1.125rem;font-weight:var(--font-weight-semibold);color:var(--foreground);line-height:1.4}@media(min-width:640px){.card-title.svelte-1carx9n{margin:1.25rem 0 0;font-size:1.25rem}}@media(min-width:768px){.card-title.svelte-1carx9n{margin:1.5rem 0 0}}.card-text.svelte-1carx9n{margin:.5rem 0 0;color:var(--gray-600);line-height:1.6;font-size:.9375rem}@media(min-width:640px){.card-text.svelte-1carx9n{font-size:1rem}}.material-card.svelte-1carx9n{background:var(--background);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.25rem;opacity:0;transition:border-color var(--duration-normal) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out),transform var(--duration-normal) var(--ease-out);animation:fadeInUp var(--duration-slow) var(--ease-out) forwards}@media(min-width:640px){.material-card.svelte-1carx9n{padding:1.5rem}}.material-card.svelte-1carx9n:hover{border-color:var(--bulkbook-yellow);box-shadow:var(--shadow-md);transform:translateY(-2px)}.material-card.svelte-1carx9n h3:where(.svelte-1carx9n){font-size:1rem;font-weight:var(--font-weight-semibold);color:var(--foreground);margin:0;transition:color var(--duration-fast) var(--ease-out);line-height:1.4}@media(min-width:640px){.material-card.svelte-1carx9n h3:where(.svelte-1carx9n){font-size:1.125rem}}.material-card.svelte-1carx9n:hover h3:where(.svelte-1carx9n){color:var(--bulkbook-yellow)}.material-card.svelte-1carx9n p:where(.svelte-1carx9n){margin:.5rem 0 0;font-size:.875rem;color:var(--gray-600);line-height:1.5}.cta.svelte-1carx9n{background:var(--gray-900);padding:3rem 0;text-align:center}@media(min-width:640px){.cta.svelte-1carx9n{padding:4rem 0}}@media(min-width:768px){.cta.svelte-1carx9n{padding:5rem 0}}.cta.svelte-1carx9n h2:where(.svelte-1carx9n){font-size:1.5rem;font-weight:var(--font-weight-bold);color:#fff;margin:0;line-height:1.2;opacity:0;animation:fadeInUp var(--duration-slow) var(--ease-out) forwards}@media(min-width:640px){.cta.svelte-1carx9n h2:where(.svelte-1carx9n){font-size:1.875rem}}@media(min-width:768px){.cta.svelte-1carx9n h2:where(.svelte-1carx9n){font-size:2.25rem}}.cta.svelte-1carx9n p:where(.svelte-1carx9n){margin:.75rem auto 0;max-width:672px;font-size:.9375rem;color:var(--gray-300);line-height:1.5;opacity:0;animation:fadeInUp var(--duration-slow) var(--ease-out) .1s forwards}@media(min-width:640px){.cta.svelte-1carx9n p:where(.svelte-1carx9n){margin:1rem auto 0;font-size:1.125rem}}.btn.svelte-1carx9n{display:inline-block;margin-top:1.5rem;padding:.75rem 1.5rem;background:var(--bulkbook-yellow);color:var(--foreground);font-weight:var(--font-weight-bold);font-size:.9375rem;border-radius:var(--radius);text-decoration:none;transition:all var(--duration-normal) var(--ease-out);min-height:44px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media(min-width:640px){.btn.svelte-1carx9n{margin-top:2rem;padding:.75rem 2rem;font-size:1rem}}.btn.svelte-1carx9n:hover{background:var(--bulkbook-yellow-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn.svelte-1carx9n:active{transform:scale(.98)}
