* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.a7k9m2x {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: slideDown 0.5s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.b3n8q1p {
    padding: 0 20px;
}

.c5r2t9w {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.d8m4n7z {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
}

.d8m4n7z a:hover {
    color: #e67e22;
}

.e2p9k5m {
    display: flex;
    list-style: none;
    gap: 30px;
}

.e2p9k5m a {
    font-size: 16px;
    font-weight: 500;
    color: #34495e;
    padding: 8px 16px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.e2p9k5m a:hover {
    background-color: #e67e22;
    color: #fff;
    transform: translateY(-2px);
}

.f9t3k8r {
    min-height: calc(100vh - 400px);
}

.hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    animation: fadeIn 1s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.h8p5k1n {
    max-width: 800px;
    margin: 0 auto;
}

.i3m9n6t {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    animation: slideUp 0.8s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.j7k2m4p {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.8;
    animation: slideUp 0.8s ease 0.2s backwards;
}

.k9m3n8r {
    display: inline-block;
    background-color: #e67e22;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    animation: slideUp 0.8s ease 0.4s backwards;
}

.k9m3n8r:hover {
    background-color: #d35400;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(230, 126, 34, 0.3);
}

.l2p8k5m, .w9k4m7n, .e8k3m9n {
    padding: 60px 20px;
}

.l2p8k5m {
    background-color: #f8f9fa;
}

.m6n9t3q, .x3p8m2k, .f2m7k4p {
    max-width: 1200px;
    margin: 0 auto;
}

.n4k7m2p, .y7m4n9k, .g9n4m8k {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

.o8r3m9n, .z2k8m5n {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    animation: scaleIn 0.6s ease;
}

@keyframes scaleIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.q9m4n8t {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card:hover .q9m4n8t {
    transform: scale(1.1);
}

.r3p7k2m {
    padding: 25px;
}

.s8n5m4k {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
}

.t2m9k6n {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 15px;
    display: block;
}

.u7k3m2p {
    color: #555;
    margin-bottom: 20px;
    line-height: 1.8;
}

.v4m8n3k {
    display: inline-block;
    background-color: #3498db;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.v4m8n3k:hover {
    background-color: #2980b9;
    transform: translateX(5px);
}

.a4n7m3p {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.a4n7m3p:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.b8m2k9n {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.c5n8m4k {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 20px 10px;
    color: #2c3e50;
}

.d9m3k7n {
    padding: 0 20px 20px;
    color: #555;
    line-height: 1.8;
}

.h5k2m7n {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 30px;
}

.i8m9k3n {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.i8m9k3n:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.j4n7m2k {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.k9m3n5p {
    padding: 25px;
}

.l2k8m4n {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
}

.m7n4k9m {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.n3k8m2p {
    display: inline-block;
    color: #e67e22;
    font-weight: 600;
    transition: all 0.3s ease;
}

.n3k8m2p:hover {
    color: #d35400;
    transform: translateX(5px);
}

.o8k4m9n {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ecf0f1;
    padding: 50px 20px 20px;
    margin-top: 60px;
}

.p3m7k2n {
    max-width: 1200px;
    margin: 0 auto;
}

.q9k5m8n {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
}

.s8n3m9k {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.t2k7m4n {
    line-height: 1.8;
    color: #bdc3c7;
    margin-bottom: 10px;
}

.u9m4k3n {
    list-style: none;
}

.u9m4k3n li {
    margin-bottom: 10px;
}

.u9m4k3n a {
    color: #bdc3c7;
    transition: all 0.3s ease;
}

.u9m4k3n a:hover {
    color: #e67e22;
    padding-left: 5px;
}

.v8k3m7n {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    text-align: center;
}

.w2m9k4n {
    color: #95a5a6;
    font-size: 14px;
}

.x9k4m2n {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.4);
    transition: all 0.3s ease;
    z-index: 999;
    animation: bounceIn 0.5s ease;
}

@keyframes bounceIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.x9k4m2n:hover {
    background: linear-gradient(135deg, #d35400 0%, #c0392b 100%);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(230, 126, 34, 0.5);
}

.y4k8m3n {
    min-height: calc(100vh - 400px);
}

.z9m2k7n {
    background-color: #f8f9fa;
    padding: 15px 20px;
    border-bottom: 1px solid #e9ecef;
}

.a5k3m8n {
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    gap: 10px;
    font-size: 14px;
}

.a5k3m8n li:not(:last-child)::after {
    content: "›";
    margin-left: 10px;
    color: #7f8c8d;
}

.a5k3m8n a {
    color: #3498db;
    transition: color 0.3s ease;
}

.a5k3m8n a:hover {
    color: #2980b9;
}

.b8m4k9n {
    padding: 60px 20px;
}

.c3n7m2k {
    max-width: 1200px;
    margin: 0 auto;
}

.d9k5m8n {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    color: #2c3e50;
}

.e4m2k7n {
    text-align: center;
    color: #7f8c8d;
    font-size: 18px;
    margin-bottom: 50px;
}

.recipes, .desserts, .baking, .culture, .about {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.g2m7k4n, .r9k2m7n, .c8m4k2n, .m8k2n7m, .w2m7k4n {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    transition: all 0.3s ease;
    animation: slideInLeft 0.6s ease;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.g2m7k4n:hover, .r9k2m7n:hover, .c8m4k2n:hover, .m8k2n7m:hover, .w2m7k4n:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.h9k3m8n, .s4m9k8n, .d2k7m9n, .n3k9m4n, .x9k4m3n {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 300px;
}

.i4m8k2n, .t8k3m2n, .e9m3k8n, .o7k2m8n, .y3m8k2n {
    padding: 30px;
}

.j7k2m9n, .u2m7k9n, .f4k2m7n, .p4m9k3n, .z7k4m9n {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2c3e50;
}

.k3m9n5k, .v9k4m3n, .g8m9k3n, .q8k3m2n, .a2m9k5n {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 20px;
    display: block;
}

.l8k4m2n, .w3m8k2n, .h2k4m9n, .r2m7k9n, .b8k3m7n {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.m2k9n7m, .x7k2m9n, .i7k3m2n, .s9k4m3n, .c4m9k7n {
    margin-top: 20px;
}

.n8m3k5n, .y4m8k4n, .j9m8k4n, .t3m8k2n, .d8k2m3n {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 10px;
    color: #34495e;
}

.o4k7m2n, .z9k3m7n, .k3m2k8n, .e3m7k9n {
    margin-left: 20px;
    color: #555;
    line-height: 2;
}

.o4k7m2n li, .z9k3m7n li, .k3m2k8n li, .e3m7k9n li {
    margin-bottom: 10px;
}

.p9k2m8n {
    list-style: none;
    margin-left: 0;
}

.p9k2m8n li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    color: #555;
    line-height: 1.8;
}

.p9k2m8n li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: 700;
}

.f9k3m8n {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .c5r2t9w {
        flex-direction: column;
        gap: 20px;
    }

    .e2p9k5m {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .i3m9n6t {
        font-size: 32px;
    }

    .j7k2m4p {
        font-size: 16px;
    }

    .o8r3m9n, .z2k8m5n {
        grid-template-columns: 1fr;
    }

    .h5k2m7n {
        grid-template-columns: 1fr;
    }

    .g2m7k4n, .r9k2m7n, .c8m4k2n, .m8k2n7m, .w2m7k4n {
        grid-template-columns: 1fr;
    }

    .h9k3m8n, .s4m9k8n, .d2k7m9n, .n3k9m4n, .x9k4m3n {
        min-height: 200px;
    }
}