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

        body {
            scroll-behavior: smooth;
            background: #faedc3;
            color: #6c584c;
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            min-height: 100vh;
            min-width: 100vw;
        }

        .zO0pJ2uQ {
            font-family: 'Playfair Display', serif;
        }

        .aQ1rK3vR {
            font-family: 'Inter', sans-serif;
        }

        /* Header Styles */
        .bN4eL2wK {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 50;
            width: 100%;
            padding: 0 1rem;
            transition: all 0.5s;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(12px);
        }

        .cR8pM3xT {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 96px;
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
        }

        .dS5tN9yV {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: inherit;
        }

        .eT6uO0zW {
            display: none;
            align-items: center;
            gap: 1rem;
        }

        .fU7vP1aW {
            width: 100px;
            height: 68px;
            background: linear-gradient(135deg, #b91c1c, #dc2626);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 18px;
            transition: transform 0.3s ease-in-out;
        }

        .dS5tN9yV:hover .fU7vP1aW {
            transform: scale(1.05);
        }

        .gV8wQ2bX {
            font-family: 'Playfair Display', serif;
            font-size: 1.875rem;
            font-weight: 500;
            color: #27272a;
            letter-spacing: 0.05em;
        }

        .hW9xR3cY {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .hW9xR3cY .fU7vP1aW {
            width: 40px;
            height: 35px;
            font-size: 12px;
        }

        .hW9xR3cY .gV8wQ2bX {
            font-size: 1.5rem;
        }

        .iX0yS4dZ {
            display: none;
            align-items: center;
            list-style: none;
            gap: 2.5rem;
        }

        .iX0yS4dZ a {
            text-decoration: none;
            color: #ef4444;
            font-weight: 500;
            transition: color 0.3s;
        }

        .iX0yS4dZ a:hover {
            color: #b91c1c;
        }

        .jY1zT5eA {
            display: block;
            padding: 0.5rem;
            background: transparent;
            border: none;
            color: #44403c;
            cursor: pointer;
            transition: color 0.3s;
        }

        .jY1zT5eA:hover {
            color: #b91c1c;
        }

        .jY1zT5eA svg {
            width: 32px;
            height: 32px;
        }

        /* Hero Section */
        .kZ2aU6fB {
            position: relative;
            display: flex;
            min-height: 70vh;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .lA3bV7gC {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #f3e8ff 0%, #fef3c7 50%, #fecaca 100%);
            object-fit: cover;
        }

        .mB4cW8hD {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('../images/v7TyWYVVup.avif');
            background-repeat: no-repeat;
            background-size: cover;
        }

        .nC5dX9iE {
            position: relative;
            z-index: 10;
            margin: 0 auto;
            display: flex;
            max-width: 64rem;
            flex-direction: column;
            align-items: center;
            gap: 2rem;
            padding: 0 1rem;
            color: white;
        }

        .oD6eY0jF {
            font-family: 'Playfair Display', serif;
            font-size: 3rem;
            font-weight: bold;
            line-height: 1.1;
            color: #fdfbf7;
            text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        }

        .pE7fZ1kG {
            max-width: 32rem;
            font-size: 1.125rem;
            color: rgba(231, 229, 228, 0.9);
        }

        .qF8gA2lH {
            display: inline-block;
            border-radius: 6px;
            background: #b91c1c;
            padding: 0.75rem 2.5rem;
            font-size: 1.125rem;
            font-weight: 600;
            color: white;
            text-decoration: none;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease-in-out;
        }

        .qF8gA2lH:hover {
            background: #991b1b;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
        }

        /* Sections Base */
        .rG9hB3mI {
            padding: 5rem 0;
        }

        .sH0iC4nJ {
            margin: 0 auto;
            max-width: 80rem;
            padding: 0 1.5rem;
        }

        /* Features Section */
        .tI1jD5oK {
            background: #d779b1;
            padding: 5rem 0 7rem;
        }

        .uJ2kE6pL {
            display: grid;
            grid-template-columns: 1fr;
            gap: 3rem;
        }

        .vK3lF7qM {
            display: flex;
            flex-direction: column;
            overflow: hidden;
            border-radius: 8px;
            background: white;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            transition: all 0.3s;
        }

        .vK3lF7qM:hover {
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        }

        .wL4mG8rN {
            overflow: hidden;
        }

        .wL4mG8rN img {
            width: 100%;
            height: 256px;
            object-fit: cover;
            transition: transform 0.3s;
        }

        .vK3lF7qM:hover .wL4mG8rN img {
            transform: scale(1.05);
        }

        .xM5nH9sO {
            display: flex;
            flex: 1;
            flex-direction: column;
            justify-content: space-between;
            padding: 1.5rem;
        }

        .yN6oI0tP {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            font-weight: bold;
            color: #111827;
            margin-bottom: 0.75rem;
        }

        .zO7pJ1uQ {
            color: #4b5563;
        }

        /* Services Section */
        .aP8qK2vR {
            background: #d779b1;
            padding: 5rem 0 7rem;
        }

        .bQ9rL3wS {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2.5rem;
        }

        .cR0sM4xT {
            background: #fffbf5;
            padding: 2rem;
            border-radius: 12px;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(127, 29, 29, 0.1);
        }

        .dS1tN5yU {
            font-family: 'Playfair Display', serif;
            font-size: 1.875rem;
            font-weight: 500;
            color: #334155;
            margin-bottom: 1rem;
        }

        .eT2uO6zV {
            font-size: 1.125rem;
            line-height: 1.7;
            color: #475569;
        }

        /* Gallery Section */
        .fU3vP7aW {
            background: #d779b1;
            padding: 4rem 0 6rem;
        }

        .gV4wQ8bX {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            align-items: stretch;
        }

        .hW5xR9cY {
            display: flex;
            flex-direction: column;
            border-radius: 12px;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: all 0.5s;
            background: white;
        }

        .hW5xR9cY:hover {
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            transform: translateY(-8px);
        }

        .iX6yS0dZ {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 2rem;
            text-align: center;
        }

        .iX6yS0dZ h3 {
            font-family: 'Playfair Display', serif;
            font-size: 1.875rem;
            font-weight: 600;
            color: #0f172a;
            margin-bottom: 1rem;
        }

        .iX6yS0dZ p {
            color: #374151;
            line-height: 1.7;
        }

        .jY7zT1eA {
            position: relative;
            width: 100%;
            height: 256px;
        }

        .jY7zT1eA img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* About Section */
        .kZ8aU2fB {
            background: #d779b1;
            padding: 5rem 0 7rem;
        }

        .lA9bV3gC {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 3rem;
        }

        .mB0cW4hD {
            width: 100%;
            text-align: center;
        }

        .nC1dX5iE {
            font-family: 'Playfair Display', serif;
            font-size: 1rem;
            font-weight: 600;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #b91c1c;
            margin-bottom: 1rem;
        }

        .oD2eY6jF {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: bold;
            color: #111827;
            margin-bottom: 1.5rem;
        }

        .pE3fZ7kG {
            font-size: 1.125rem;
            line-height: 1.7;
            color: #374151;
        }

        .qF4gA8lH {
            width: 100%;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            transition: all 0.5s ease-in-out;
        }

        .qF4gA8lH:hover {
            box-shadow: 0 25px 50px -12px rgba(185, 28, 28, 0.125);
        }

        .qF4gA8lH img {
            width: 100%;
            height: 400px;
            object-fit: cover;
            transition: transform 0.5s ease-in-out;
        }

        .qF4gA8lH:hover img {
            transform: scale(1.05);
        }

        /* Why Choose Section */
        .rG5hB9mI {
            background: #d779b1;
            padding: 5rem 0 7rem;
        }

        .sH6iC0nJ {
            display: grid;
            grid-template-columns: 1fr;
            align-items: center;
            gap: 4rem;
        }

        .tI7jD1oK {
            display: flex;
            flex-direction: column;
            gap: 2.5rem;
        }

        .uJ8kE2pL h2 {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: bold;
            color: #111827;
            margin-bottom: 1rem;
        }

        .uJ8kE2pL p {
            font-size: 1.125rem;
            line-height: 1.8;
            color: #4b5563;
        }

        .vK9lF3qM {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 1.25rem;
        }

        .vK9lF3qM li {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
        }

        .wL0mG4rN {
            margin-top: 0.25rem;
            flex-shrink: 0;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: #fee2e2;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .wL0mG4rN svg {
            width: 14px;
            height: 14px;
            stroke: #b91c1c;
            stroke-width: 2;
        }

        .vK9lF3qM p {
            line-height: 1.75;
            color: #374151;
        }

        .xM1nH5sO {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .xM1nH5sO img {
            width: 100%;
            max-width: 24rem;
            border-radius: 1rem;
            object-fit: cover;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        }

        /* Benefits Section */
        .yN2oI6tP {
            background: #d779b1;
            padding: 5rem 0 8rem;
        }

        .zO3pJ7uQ {
            margin: 0 auto;
            display: flex;
            max-width: 48rem;
            flex-direction: column;
            align-items: center;
            text-align: center;
            margin-bottom: 4rem;
        }

        .zO3pJ7uQ h2 {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: bold;
            color: #4a2e2c;
        }

        .zO3pJ7uQ p {
            margin-top: 1rem;
            font-size: 1.125rem;
            line-height: 1.8;
            color: #374151;
        }

        .aP4qK8vR {
            margin: 0 auto;
            margin-top: 4rem;
            display: grid;
            max-width: 32rem;
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .bQ5rL9wS {
            display: flex;
            flex-direction: column;
            overflow: hidden;
            border-radius: 1.5rem;
            background: #fffbf2;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            transition: box-shadow 0.3s;
        }

        .bQ5rL9wS:hover {
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        }

        .cR6sM0xT {
            flex: 1;
            padding: 2rem;
        }

        .cR6sM0xT h3 {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            font-weight: 600;
            color: #b91c1c;
            margin-bottom: 0.75rem;
        }

        .cR6sM0xT p {
            line-height: 1.75;
            color: #4b5563;
        }

        .dS7tN1yU {
            position: relative;
            min-height: 320px;
            flex: 1;
        }

        .dS7tN1yU img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Footer */
        .eT8uO2zV {
            background: #fdfbf7;
            color: #44403c;
            position: relative;
        }

        .fU9vP3aW {
            padding: 5rem 0 1rem;
        }

        .gV0wQ4bX {
            display: grid;
            grid-template-columns: 1fr;
            gap: 3rem;
        }

        .hW1xR5cY h3 {
            font-family: 'Playfair Display', serif;
            font-size: 1.25rem;
            font-weight: 600;
            color: #0f172a;
            margin-bottom: 1.5rem;
        }

        .hW1xR5cY h4 {
            font-family: 'Playfair Display', serif;
            font-size: 1.25rem;
            font-weight: 600;
            color: #0f172a;
            margin-bottom: 1.5rem;
        }

        .iX2yS6dZ {
            font-size: 0.875rem;
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }

        .jY3zT7eA {
            display: flex;
            gap: 0.75rem;
        }

        .kZ4aU8fB {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(120, 113, 108, 0.125);
            color: #44403c;
            transition: all 0.3s;
        }

        .kZ4aU8fB:hover {
            background: #dc2626;
            color: white;
        }

        .lA5bV9gC {
            list-style: none;
        }

        .lA5bV9gC a {
            display: flex;
            align-items: center;
            color: #57534e;
            text-decoration: none;
            margin-bottom: 1rem;
            font-size: 0.875rem;
            transition: color 0.3s;
        }

        .lA5bV9gC a:hover {
            color: #dc2626;
        }

        .lA5bV9gC svg {
            width: 16px;
            height: 16px;
            margin-right: 0.75rem;
            color: rgba(185, 28, 28, 0.7);
        }

        .mB6cW0hD {
            font-size: 0.875rem;
        }

        .nC7dX1iE {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1rem;
        }

        .nC7dX1iE svg {
            width: 20px;
            height: 20px;
            color: #dc2626;
            margin-top: 0.125rem;
            margin-right: 0.75rem;
            flex-shrink: 0;
        }

        .oD8eY2jF {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            margin-top: 2rem;
        }

        .pE9fZ3kG {
            flex-grow: 1;
            padding: 0.625rem 1rem;
            font-size: 0.875rem;
            background: white;
            border: 1px solid #d6d3d1;
            border-radius: 6px;
            outline: none;
            transition: all 0.3s;
            color: #0f172a;
        }

        .pE9fZ3kG:focus {
            border-color: #dc2626;
            box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.2);
        }

        .qF0gA4lH {
            background: #dc2626;
            color: white;
            font-weight: 600;
            padding: 0.625rem 1.25rem;
            border-radius: 6px;
            border: none;
            cursor: pointer;
            transition: background 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }

        .qF0gA4lH:hover {
            background: #b91c1c;
        }

        .rG1hB5mI {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0.5rem;
            margin-top: 1.5rem;
        }

        .sH2iC6nJ {
            position: relative;
            aspect-ratio: 1;
            border-radius: 6px;
            overflow: hidden;
            background: #e5e7eb;
            max-width: 90px;
        }

        .tI3jD7oK {
            text-align: center;
            border-top: 1px solid rgba(120, 113, 108, 0.2);
            padding-top: 2rem;
            margin-top: 4rem;
        }

        .tI3jD7oK p {
            font-size: 0.875rem;
            color: #78716c;
        }

        .uJ4kE8pL {
            position: fixed;
            bottom: 1.5rem;
            right: 1.5rem;
            background: #dc2626;
            color: white;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            transition: all 0.3s;
            z-index: 50;
        }

        .uJ4kE8pL:hover {
            background: #b91c1c;
            transform: scale(1.1);
        }

            /* Responsive Design */
            @media (min-width: 640px) {
                .oD6eY0jF {
                    font-size: 3.75rem;
                }
                .pE7fZ1kG {
                    font-size: 1.25rem;
                }
                .oD8eY2jF {
                    flex-direction: row;
                }
                .rG9hB3mI {
                    padding: 7rem 0;
                }
            }

            @media (min-width: 768px) {
                .hW9xR3cY {
                    display: none;
                }
                .eT6uO0zW {
                    display: flex;
                }
                .kZ2aU6fB {
                    min-height: 100vh;
                }
                .oD6eY0jF {
                    font-size: 4.5rem;
                }
                .uJ2kE6pL {
                    grid-template-columns: repeat(2, 1fr);
                }
                .bQ9rL3wS {
                    grid-template-columns: repeat(2, 1fr);
                }
                .lA9bV3gC {
                    flex-direction: row;
                    text-align: left;
                }
                .mB0cW4hD {
                    width: 41.666667%;
                }
                .qF4gA8lH {
                    width: 50%;
                }
                .sH6iC0nJ {
                    grid-template-columns: 1fr 1fr;
                }
                .aP4qK8vR {
                    max-width: none;
                    grid-template-columns: repeat(2, 1fr);
                }
                .gV0wQ4bX {
                    grid-template-columns: repeat(12, 1fr);
                }
                .hW1xR5cY:nth-child(1) {
                    grid-column: span 4;
                }
                .hW1xR5cY:nth-child(2) {
                    grid-column: span 4;
                }
                .hW1xR5cY:nth-child(3) {
                    grid-column: span 4;
                }
            }

            @media (min-width: 1024px) {
                .bN4eL2wK {
                    padding: 0 2rem;
                }
                .iX0yS4dZ {
                    display: flex;
                }
                .jY1zT5eA {
                    display: none;
                }
                .oD6eY0jF {
                    font-size: 5.5rem;
                }
                .uJ2kE6pL {
                    grid-template-columns: repeat(3, 1fr);
                }
                .bQ9rL3wS {
                    grid-template-columns: repeat(3, 1fr);
                }
                .gV4wQ8bX {
                    grid-template-columns: repeat(4, 1fr);
                }
                .hW1xR5cY:nth-child(1) {
                    grid-column: span 3;
                }
                .hW1xR5cY:nth-child(2) {
                    grid-column: span 2;
                }
                .hW1xR5cY:nth-child(3) {
                    grid-column: span 4;
                }
                .hW1xR5cY:nth-child(4) {
                    grid-column: span 3;
                }
            }

            .aF3kd9Lm {
            display: none;
            position: fixed;
            z-index: 9999;
            left: 0; top: 0;
            width: 100%; height: 100%;
            background: rgba(0,0,0,0.6);
            justify-content: center;
            align-items: center;
            }

            .aF3kd9Lm.vK5lF9qM {
            display: flex;
            animation: fadeIn 0.3s ease;
            }

            .Xp29dQwR {
            background: #fff;
            padding: 2rem;
            border-radius: 12px;
            max-width: 400px;
            width: 90%;
            text-align: center;
            box-shadow: 0 8px 24px rgba(0,0,0,0.2);
            animation: scaleUp 0.3s ease;
            }

            .mZ71KpLs {
            position: absolute;
            top: 15px; right: 20px;
            font-size: 24px;
            cursor: pointer;
            }

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

            @keyframes scaleUp {
            from {transform: scale(0.8);} to {transform: scale(1);}
            }
