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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background: #fafafa;
}

.ad-disclosure {
    background: #fff3cd;
    color: #856404;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    border-bottom: 1px solid #ffeaa7;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 6%;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #e91e63;
}

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

.nav-links a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s;
}

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

.hero-offset {
    display: flex;
    min-height: 600px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 6%;
    align-items: center;
    gap: 60px;
}

.hero-content-left {
    flex: 1;
    color: #ffffff;
    max-width: 520px;
}

.hero-content-left h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
}

.hero-content-left p {
    font-size: 19px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.cta-primary {
    display: inline-block;
    padding: 16px 36px;
    background: #e91e63;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(233, 30, 99, 0.4);
}

.hero-image-right {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.3);
    max-width: 580px;
}

.hero-image-right img {
    width: 100%;
    height: 100%;
    display: block;
}

.intro-diagonal {
    display: flex;
    padding: 80px 6%;
    gap: 60px;
    align-items: center;
    background: #ffffff;
}

.intro-block {
    flex: 1.2;
}

.intro-block h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #2c3e50;
}

.intro-block p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #555;
}

.intro-visual {
    flex: 0.8;
    border-radius: 8px;
    overflow: hidden;
    background-color: #e0e0e0;
}

.intro-visual img {
    width: 100%;
    display: block;
}

.services-stacked {
    padding: 80px 6%;
    background: #f5f5f5;
}

.services-header-offset {
    max-width: 600px;
    margin-bottom: 60px;
    margin-left: 8%;
}

.services-header-offset h2 {
    font-size: 40px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.services-header-offset p {
    font-size: 18px;
    color: #666;
}

.service-cards-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.service-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 28px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    width: 320px;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.15);
}

.card-left {
    margin-top: 0;
}

.card-center-high {
    margin-top: -30px;
}

.card-right-low {
    margin-top: 40px;
}

.card-left-mid {
    margin-top: 20px;
}

.card-right-top {
    margin-top: -20px;
}

.service-icon {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #d0d0d0;
    height: 200px;
}

.service-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 14px;
    color: #2c3e50;
}

.service-card p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    min-height: 72px;
}

.price {
    font-size: 28px;
    font-weight: 700;
    color: #e91e63;
    margin-bottom: 20px;
}

.btn-select {
    width: 100%;
    padding: 14px;
    background: #667eea;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-select:hover {
    background: #5568d3;
}

.form-container-offset {
    margin-top: 80px;
    display: flex;
    justify-content: flex-end;
}

.form-wrapper {
    background: #ffffff;
    padding: 48px;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
    max-width: 540px;
    width: 100%;
    margin-right: 8%;
}

.form-wrapper h3 {
    font-size: 28px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.form-intro {
    color: #666;
    margin-bottom: 32px;
}

.selected-service-display {
    background: #e8f5e9;
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 24px;
    border-left: 4px solid #4caf50;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #667eea;
}

.btn-submit {
    width: 100%;
    padding: 16px;
    background: #e91e63;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.btn-submit:hover {
    background: #c2185b;
    transform: translateY(-2px);
}

.trust-block-split {
    display: flex;
    padding: 80px 6%;
    gap: 60px;
    background: #ffffff;
    align-items: center;
}

.trust-content {
    flex: 1;
}

.trust-content h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #2c3e50;
}

.trust-content p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #555;
}

.citation {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
}

.citation:hover {
    text-decoration: underline;
}

.trust-image {
    flex: 0.9;
    border-radius: 8px;
    overflow: hidden;
    background-color: #e0e0e0;
}

.trust-image img {
    width: 100%;
    display: block;
}

.testimonial-irregular {
    padding: 80px 6%;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.testimonial-wrapper {
    background: rgba(255,255,255,0.95);
    padding: 36px;
    border-radius: 10px;
    max-width: 600px;
}

.testimonial-wrapper.offset {
    margin-left: auto;
    margin-right: 10%;
}

.testimonial-wrapper blockquote {
    font-size: 19px;
    font-style: italic;
    color: #2c3e50;
    margin-bottom: 16px;
    line-height: 1.6;
}

.testimonial-wrapper cite {
    display: block;
    font-size: 15px;
    color: #666;
    font-style: normal;
}

.footer-asymmetric {
    background: #1a1a1a;
    color: #ffffff;
    padding: 60px 6% 30px;
}

.footer-columns {
    display: flex;
    gap: 80px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #e91e63;
}

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

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

.footer-col ul li a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s;
}

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

.references {
    list-style: decimal;
    padding-left: 20px;
}

.references li {
    margin-bottom: 12px;
}

.references a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
}

.references a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-disclaimer {
    background: rgba(255,255,255,0.05);
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.footer-disclaimer p {
    font-size: 14px;
    line-height: 1.6;
    color: #cccccc;
}

.footer-bottom {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #888;
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.95);
    color: #ffffff;
    padding: 24px;
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-accept {
    background: #4caf50;
    color: #ffffff;
}

.btn-accept:hover {
    background: #45a049;
}

.btn-reject {
    background: #666;
    color: #ffffff;
}

.btn-reject:hover {
    background: #555;
}

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

.thanks-content {
    background: #ffffff;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
    text-align: center;
    max-width: 600px;
}

.thanks-content h1 {
    font-size: 36px;
    color: #4caf50;
    margin-bottom: 24px;
}

.thanks-content p {
    font-size: 18px;
    color: #555;
    margin-bottom: 16px;
}

.service-details {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    margin: 24px 0;
}

.btn-home {
    display: inline-block;
    margin-top: 32px;
    padding: 14px 32px;
    background: #667eea;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-home:hover {
    background: #5568d3;
}

@media (max-width: 768px) {
    .hero-offset {
        flex-direction: column;
    }

    .intro-diagonal {
        flex-direction: column;
    }

    .trust-block-split {
        flex-direction: column;
    }

    .footer-columns {
        flex-direction: column;
        gap: 40px;
    }

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

    .nav-links {
        gap: 16px;
    }
}