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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2c2c2c;
    background: #ffffff;
}

.ad-disclosure {
    background: #f8f8f8;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.nav-floating {
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    z-index: 1000;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.nav-brand {
    font-weight: 600;
    font-size: 18px;
    color: #1a1a1a;
}

.nav-links {
    display: flex;
    gap: 25px;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #000;
}

.hero-full {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    text-align: center;
    color: #ffffff;
    z-index: 2;
    padding: 40px;
}

.hero-full::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-title {
    font-size: 72px;
    font-weight: 300;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
}

.story-narrow {
    max-width: 650px;
    margin: 80px auto;
    padding: 0 30px;
}

.story-content p {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.8;
}

.lead-text {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 32px;
}

.story-content h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 32px;
    letter-spacing: -1px;
}

.image-reveal {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 60px 0;
}

.image-reveal img {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.insight-block {
    background: #f5f5f5;
    padding: 100px 30px;
    margin: 80px 0;
}

.insight-wrapper {
    max-width: 750px;
    margin: 0 auto;
}

.insight-wrapper h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.insight-wrapper p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.trust-visual {
    padding: 80px 30px;
    background: #ffffff;
}

.trust-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.trust-card {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
}

.trust-card img {
    width: 100%;
    height: 400px;
    margin-bottom: 24px;
}

.trust-card h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 16px;
}

.trust-card p {
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}

.testimonials-inline {
    background: #1a1a1a;
    color: #ffffff;
    padding: 100px 30px;
    margin: 80px 0;
}

.testimonial-card {
    max-width: 700px;
    margin: 0 auto 50px;
    padding: 40px;
    border-left: 3px solid #ffffff;
}

.testimonial-card:last-child {
    margin-bottom: 0;
}

.testimonial-text {
    font-size: 22px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 16px;
    color: #aaa;
}

.benefits-reveal {
    padding: 100px 30px;
    background: #ffffff;
}

.benefits-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.benefits-wrapper h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 60px;
    text-align: center;
}

.benefit-item {
    margin-bottom: 50px;
}

.benefit-item h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 12px;
}

.benefit-item p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

.collections-preview {
    padding: 100px 30px;
    background: #fafafa;
}

.section-title {
    text-align: center;
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 70px;
    letter-spacing: -1px;
}

.collections-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: center;
}

.collection-card {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
    background: #ffffff;
    overflow: hidden;
}

.collection-image {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.collection-image img {
    width: 100%;
    height: 100%;
}

.collection-info {
    padding: 35px;
}

.collection-info h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}

.collection-info p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.collection-price {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.cta-button {
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 15px 35px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
}

.cta-button:hover {
    background: #000000;
}

.form-section {
    padding: 100px 30px;
    background: #ffffff;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
}

.form-container h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}

.form-container > p {
    text-align: center;
    font-size: 18px;
    color: #555;
    margin-bottom: 50px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1a1a1a;
}

.submit-button {
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 18px 40px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s;
}

.submit-button:hover {
    background: #000000;
}

.disclaimer-section {
    background: #f8f8f8;
    padding: 60px 30px;
}

.disclaimer-text {
    max-width: 900px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.7;
    color: #666;
    text-align: center;
}

.footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 80px 30px 30px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
    margin-bottom: 50px;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.8;
    color: #aaa;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #ffffff;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
}

.footer-bottom p {
    font-size: 13px;
    color: #777;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    padding: 25px 30px;
    z-index: 2000;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    color: #333;
}

.cookie-content a {
    color: #1a1a1a;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
}

.cookie-accept,
.cookie-reject {
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
}

.cookie-accept {
    background: #1a1a1a;
    color: #ffffff;
}

.cookie-accept:hover {
    background: #000000;
}

.cookie-reject {
    background: #f0f0f0;
    color: #333;
}

.cookie-reject:hover {
    background: #e0e0e0;
}

.thanks-container {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
}

.thanks-content {
    max-width: 700px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.thanks-content p {
    font-size: 20px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}

.thanks-content .cta-button {
    display: inline-block;
    width: auto;
    margin-top: 20px;
    text-decoration: none;
}

.contact-page {
    padding: 100px 30px;
}

.contact-container {
    max-width: 900px;
    margin: 0 auto;
}

.contact-container h1 {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: -1px;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 50px;
}

.contact-block {
    flex: 1;
    min-width: 250px;
}

.contact-block h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}

.contact-block p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.services-page {
    padding: 100px 30px;
}

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

.services-container h1 {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 70px;
    text-align: center;
    letter-spacing: -1px;
}

.service-item {
    display: flex;
    gap: 50px;
    margin-bottom: 80px;
    align-items: center;
    flex-wrap: wrap;
}

.service-item:nth-child(even) {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1;
    min-width: 300px;
}

.service-image img {
    width: 100%;
    height: 450px;
}

.service-details {
    flex: 1;
    min-width: 300px;
}

.service-details h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
}

.service-details p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}

.service-price {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.about-page {
    padding: 100px 30px;
}

.about-container {
    max-width: 900px;
    margin: 0 auto;
}

.about-container h1 {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: -1px;
}

.about-container p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #333;
}

.about-container h2 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 30px;
}

.legal-page {
    padding: 80px 30px;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
}

.legal-container h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.legal-container h2 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 20px;
}

.legal-container h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 15px;
}

.legal-container p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

.legal-container ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.legal-container ul li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #444;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 42px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .nav-floating {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        top: 20px;
    }

    .collections-grid {
        flex-direction: column;
    }

    .service-item,
    .service-item:nth-child(even) {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
    }
}