html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* Modern Bootstrap Styling - app.css */

:root {
    --primary: #6f4e37;
    --secondary: #d4a76a;
    --accent: #e74c3c;
    --light: #f8f9fa;
    --dark: #212529;
    --gray-100: #f8f9fa;
    --gray-200: #e9ecef;
    --gray-300: #dee2e6;
    --gray-800: #343a40;
    --body-bg: #fff;
    --card-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    --transition: all 0.3s ease-in-out;
    --border-radius: 0.5rem;
    --section-spacing: 6rem;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: var(--body-bg);
    color: var(--gray-800);
    overflow-x: hidden;
}

/* Animation classes */
.fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.fade-in {
    animation: fadeIn 0.8s ease forwards;
    opacity: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Modern Navbar */
.navbar {
    padding: 1rem 2rem;
    transition: var(--transition);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.navbar-scrolled {
    padding: 0.5rem 2rem;
    background-color: rgba(255,255,255,0.95) !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
}

.navbar-brand {
    font-weight: 700;
    color: var(--primary);
}

.nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: var(--transition);
    border-radius: 0.25rem;
}

.nav-link:hover {
    background-color: rgba(111, 78, 55, 0.05);
}

.nav-link.active {
    font-weight: 600;
    color: var(--primary) !important;
}

/* Hero Section */
.hero-section {
    position: relative;
    padding: 8rem 0 6rem;
    background: linear-gradient(135deg, #fff 0%, var(--gray-100) 100%);
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url('../images/pattern.svg');
    background-repeat: no-repeat;
    background-position: right top;
    opacity: 0.35;
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-content {
    max-width: 550px;
}

.hero-section h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: var(--dark);
    position: relative;
}

.hero-section h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.75rem;
    width: 80px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
}

.hero-section h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--secondary);
    margin-bottom: 1.75rem;
}

.hero-section .lead {
    font-size: 1.15rem;
    font-weight: 400;
    color: var(--gray-800);
    margin-bottom: 2.5rem;
    max-width: 90%;
}

.hero-image {
    position: relative;
    transform: translateY(-20px);
}

.hero-image img {
    border-radius: var(--border-radius);
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 25px 60px 125px -25px rgba(80, 102, 144, 0.1), 16px 32px 32px -16px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
}

.hero-image:hover img {
    transform: perspective(1000px) rotateY(0deg);
}

.hero-badge {
    position: absolute;
    right: -20px;
    bottom: 30px;
    background: white;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    box-shadow: var(--card-shadow);
    display: flex;
    align-items: center;
    border-left: 4px solid var(--accent);
}

.hero-badge svg {
    width: 24px;
    height: 24px;
    color: var(--accent);
    margin-right: 0.75rem;
}

.hero-badge span {
    font-weight: 600;
    font-size: 0.875rem;
}

/* Email signup form */
.email-signup {
    position: relative;
    max-width: 540px;
    transition: var(--transition);
}

.email-signup.subscribed {
    transform: scale(1.03);
}

.input-group {
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-radius: 0.5rem;
    overflow: hidden;
}

.form-control {
    border: none;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    transition: var(--transition);
}

.form-control:focus {
    box-shadow: none;
}

.btn-primary {
    background-color: var(--accent);
    border-color: var(--accent);
    font-weight: 600;
    padding: 1rem 1.75rem;
    border-radius: 0.5rem;
    transition: var(--transition);
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #c0392b !important;
    border-color: #c0392b !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(231, 76, 60, 0.25);
}

/* Features Section */
.features-section {
    padding: var(--section-spacing) 0;
    background: linear-gradient(135deg, #fff 0%, var(--gray-100) 100%);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
    color: var(--dark);
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.75rem;
    width: 80px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
    transform: translateX(-50%);
}

.section-subtitle {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem;
    color: var(--gray-800);
    font-size: 1.15rem;
}

.feature-card {
    background: white;
    border-radius: var(--border-radius);
    padding: 2.5rem;
    height: 100%;
    transition: var(--transition);
    border: 1px solid var(--gray-200);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(135deg, rgba(111, 78, 55, 0.03) 0%, rgba(212, 167, 106, 0.03) 100%);
    transition: var(--transition);
    z-index: -1;
}

.feature-card:hover {
    transform: translateY(-10px);
    border-color: transparent;
    box-shadow: 0 20px 30px rgba(0,0,0,0.1);
}

.feature-card:hover::before {
    height: 100%;
}

.feature-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(111, 78, 55, 0.1) 0%, rgba(212, 167, 106, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    transition: var(--transition);
}

.feature-card:hover .feature-icon-wrapper {
    box-shadow: 0 10px 20px rgba(111, 78, 55, 0.15);
    transform: scale(1.05) rotate(-5deg);
}

.feature-icon {
    font-size: 2.25rem;
    color: var(--primary);
}

.feature-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--dark);
}

.feature-card p {
    color: var(--gray-800);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

/* Custom styles for pricing plan icons */
.pricing-basic .feature-icon-wrapper {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><linearGradient id="bg-gradient" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%23f8f9fa" /><stop offset="100%" stop-color="%23e9ecef" /></linearGradient><pattern id="coffee-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M5,5 C7,3 13,3 15,5" stroke="%23d3c5bb" stroke-width="1" fill="none" /></pattern></defs><circle cx="100" cy="100" r="90" fill="url(%23bg-gradient)" /><circle cx="100" cy="100" r="90" fill="url(%23coffee-pattern)" fill-opacity="0.3" /><g opacity="0.2"><circle cx="60" cy="60" r="15" fill="%238B4513" /><circle cx="140" cy="60" r="10" fill="%238B4513" /><circle cx="60" cy="140" r="10" fill="%238B4513" /><circle cx="140" cy="140" r="15" fill="%238B4513" /></g><g transform="translate(70, 70) scale(0.6)" opacity="0.12"><rect x="0" y="30" width="100" height="70" rx="5" fill="%236c757d" /><rect x="10" y="0" width="80" height="30" rx="3" fill="%236c757d" /><circle cx="20" cy="110" r="10" fill="%23343a40" /><circle cx="80" cy="110" r="10" fill="%23343a40" /></g></svg>');
    background-size: cover;
    background-position: center;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  }
  
  .pricing-powered .feature-icon-wrapper {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><linearGradient id="power-gradient" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%231a73e8" /><stop offset="100%" stop-color="%230b5394" /></linearGradient><pattern id="circuit-pattern" x="0" y="0" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M5,20 L15,20 M20,5 L20,15 M25,20 L35,20 M20,25 L20,35" stroke="%23ffffff" stroke-width="1" stroke-linecap="round" opacity="0.15" /><circle cx="20" cy="20" r="2" fill="%23ffffff" opacity="0.2" /></pattern></defs><circle cx="100" cy="100" r="90" fill="url(%23power-gradient)" /><circle cx="100" cy="100" r="90" fill="url(%23circuit-pattern)" /><g opacity="0.3"><rect x="75" y="55" width="50" height="25" rx="3" fill="%23ffffff" /><rect x="77" y="57" width="36" height="21" rx="2" fill="%2350e3c2" /><rect x="125" y="65" width="5" height="5" rx="1" fill="%23ffffff" /><path d="M100,85 L90,115 L105,115 L95,145" stroke="%23ffffff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" fill="none" /><circle cx="100" cy="100" r="65" stroke="%23ffffff" stroke-width="1.5" stroke-dasharray="5,5" fill="none" /><circle cx="100" cy="100" r="75" stroke="%23ffffff" stroke-width="1" stroke-dasharray="3,6" fill="none" /></g><g transform="translate(70, 125) scale(0.6)" opacity="0.15"><rect x="10" y="10" width="80" height="40" rx="5" fill="%23ffffff" /><rect x="15" y="15" width="70" height="30" rx="3" fill="%2350e3c2" /><rect x="90" y="25" width="10" height="10" rx="2" fill="%23ffffff" /><circle cx="25" cy="30" r="5" fill="%23ffffff" /><circle cx="45" cy="30" r="5" fill="%23ffffff" /><circle cx="65" cy="30" r="5" fill="%23ffffff" /></g></svg>');
    background-size: cover;
    background-position: center;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  /* Adjusted styles for feature icons */
  .pricing-basic .feature-icon {
    color: #8B4513; /* Coffee brown color */
  }
  
  .pricing-powered .feature-icon {
    color: #ffffff; /* White icon on blue background */
  }
  
  /* Add some extra visual effects */
  .pricing-basic .feature-icon-wrapper:hover,
  .pricing-powered .feature-icon-wrapper:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
  }
  
  .pricing-powered .feature-icon-wrapper:hover {
    box-shadow: 0 8px 25px rgba(26, 115, 232, 0.25);
  }

/* Testimonials */
.testimonials-section {
    padding: var(--section-spacing) 0;
    background-color: white;
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/dots-pattern.svg');
    background-repeat: repeat;
    opacity: 0.55;
    z-index: 0;
}

.testimonial-card {
    background: white;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 2.5rem;
    height: 100%;
    position: relative;
    border: 1px solid var(--gray-200);
    transition: var(--transition);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border-color: transparent;
}

.testimonial-rating {
    margin-bottom: 1.5rem;
    color: #ffc107;
}

.testimonial-content {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: var(--gray-800);
    position: relative;
}

.testimonial-content::before {
    content: '"';
    position: absolute;
    top: -50px;
    left: -10px;
    font-size: 8rem;
    color: var(--gray-200);
    font-family: Georgia, serif;
    line-height: 1;
    z-index: -1;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
    border: 3px solid white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.testimonial-info {
    display: flex;
    flex-direction: column;
}

.testimonial-name {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--dark);
    margin-bottom: 0.25rem;
}

.testimonial-title {
    font-size: 0.9rem;
    color: var(--secondary);
}

/* CTA Section */
.cta-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--primary) 0%, #3e2a1e 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/coffee-pattern.svg');
    background-repeat: repeat;
    opacity: 0.55;
    z-index: 0;
}

.cta-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.cta-section .lead {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta {
    padding: 1rem 2.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
    font-size: 1.125rem;
    transition: var(--transition);
}

.btn-white {
    background-color: white;
    color: var(--primary);
}

.btn-white:hover {
    background-color: var(--gray-100);
    color: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.btn-outline-white {
    border: 2px solid rgba(255,255,255,0.5);
    color: white;
}

.btn-outline-white:hover {
    background-color: rgba(255,255,255,0.1);
    border-color: white;
    color: white;
    transform: translateY(-3px);
}

/* Footer */
.footer {
    background-color: var(--dark);
    color: var(--gray-300);
    padding: 5rem 0 2rem;
}

.footer-logo {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
}

.footer-text {
    margin-bottom: 2rem;
    max-width: 300px;
}

.footer h5 {
    color: white;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: var(--gray-300);
    text-decoration: none;
    transition: var(--transition);
}

.footer-links a:hover {
    color: white;
    text-decoration: none;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.social-icon i {
    color: white;
    font-size: 1.1rem;
}

.social-icon:hover {
    background-color: var(--accent);
    transform: translateY(-3px);
}

.copyright {
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 3rem;
    text-align: center;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 991.98px) {
    .hero-section {
        padding: 6rem 0 4rem;
    }
    
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .hero-image {
        margin-top: 3rem;
        transform: none;
    }
    
    .feature-card {
        margin-bottom: 2rem;
    }
    
    .testimonial-card {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767.98px) {
    :root {
        --section-spacing: 4rem;
    }
    
    .hero-section {
        text-align: center;
    }
    
    .hero-section h1::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .hero-content {
        max-width: 100%;
    }
    
    .hero-section .lead {
        max-width: 100%;
    }
    
    .email-signup {
        margin: 0 auto;
    }
    
    .hero-badge {
        right: 50%;
        transform: translateX(50%);
    }
}

/* Loading animation */
.loading-progress {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(111, 78, 55, 0.2);
    border-radius: 50%;
    border-top-color: var(--primary);
    animation: spin 1s linear infinite;
    margin-bottom: 1.5rem;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.form-floating > label {
    padding: 1rem 0.75rem;
    color: #6c757d;
}

.form-floating > .form-control:focus,
.form-floating > .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Fix for select placeholder overlapping with label */
.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > textarea.form-control {
    height: 120px;
    min-height: 120px;
}