* {
    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: #2c3e50;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px 20px;
    font-size: 12px;
    border-bottom: 1px solid #dee2e6;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.floating-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: rgba(255, 255, 255, 0.95);
    position: sticky;
    top: 32px;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

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

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

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

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

.hero-asymmetric {
    display: flex;
    min-height: 80vh;
    background-color: #fafbfc;
    position: relative;
}

.hero-offset-content {
    flex: 1;
    padding: 100px 60px 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
}

.hero-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.hero-text {
    font-size: 20px;
    line-height: 1.7;
    color: #4a5568;
}

.hero-image-wrapper {
    flex: 1.2;
    position: relative;
    overflow: hidden;
    background-color: #e0e7ef;
}

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-hook {
    display: flex;
    padding: 120px 80px;
    gap: 80px;
    align-items: flex-start;
}

.hook-block-left {
    flex: 1.3;
    padding-right: 40px;
}

.hook-block-left h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 600;
}

.hook-block-left p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #4a5568;
}

.hook-image-right {
    flex: 1;
    background-color: #f4f6f8;
}

.hook-image-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.problem-amplification {
    background-color: #2c3e50;
    padding: 100px 80px 100px 200px;
    color: #ffffff;
}

.offset-text-block {
    max-width: 700px;
    margin-left: auto;
}

.offset-text-block h2 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 600;
}

.offset-text-block p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #ecf0f1;
}

.insight-reveal {
    padding: 120px 80px;
    background-color: #ffffff;
}

.diagonal-content-wrap {
    display: flex;
    gap: 60px;
    align-items: stretch;
}

.insight-left {
    flex: 0.8;
    background-color: #f0f3f6;
}

.insight-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.insight-right {
    flex: 1.2;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.insight-right h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 600;
}

.insight-right p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a5568;
}

.inline-cta {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 32px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.inline-cta:hover {
    background-color: #2980b9;
}

.trust-building {
    background-color: #f8f9fa;
    padding: 100px 80px 100px 150px;
}

.testimonial-card-offset {
    display: flex;
    gap: 50px;
    max-width: 1100px;
}

.testimonial {
    flex: 1;
    background-color: #ffffff;
    padding: 40px;
    border-left: 4px solid #3498db;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.quote {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #2c3e50;
    font-style: italic;
}

.author {
    font-size: 15px;
    color: #7f8c8d;
    font-weight: 500;
}

.services-preview {
    padding: 120px 80px;
    background-color: #ffffff;
}

.section-heading-offset {
    font-size: 42px;
    margin-bottom: 60px;
    margin-left: 80px;
    color: #1a1a1a;
    font-weight: 600;
}

.services-asymmetric-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-card {
    display: flex;
    gap: 50px;
    background-color: #fafbfc;
    padding: 50px;
    align-items: center;
}

.service-card.card-1 {
    margin-left: 0;
}

.service-card.card-2 {
    margin-left: 100px;
    flex-direction: row-reverse;
}

.service-card.card-3 {
    margin-right: 100px;
}

.service-card img {
    flex: 1;
    max-width: 400px;
    height: 280px;
    object-fit: cover;
    background-color: #e0e7ef;
}

.service-card h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 600;
}

.service-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    flex: 1;
}

.benefits-reveal {
    background-color: #ecf0f1;
    padding: 100px 80px;
}

.staggered-benefits {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.benefit-item {
    background-color: #ffffff;
    padding: 35px 45px;
    max-width: 650px;
}

.benefit-offset-1 {
    margin-left: 50px;
}

.benefit-offset-2 {
    margin-left: 200px;
}

.benefit-offset-3 {
    margin-left: 350px;
}

.benefit-item h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 600;
}

.benefit-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
}

.pricing-section {
    padding: 120px 80px;
    background-color: #ffffff;
}

.pricing-heading {
    font-size: 40px;
    margin-bottom: 60px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 600;
}

.pricing-cards-offset {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.price-card {
    background-color: #f8f9fa;
    padding: 40px 35px;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    border: 2px solid transparent;
    transition: border-color 0.3s;
}

.price-card.featured {
    background-color: #eef6fc;
    border: 2px solid #3498db;
}

.price-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 600;
}

.service-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 25px;
    min-height: 90px;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
}

.form-section {
    padding: 100px 80px;
    background-color: #2c3e50;
}

.form-wrapper-asymmetric {
    display: flex;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.form-intro {
    flex: 0.8;
    color: #ffffff;
}

.form-intro h2 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 600;
}

.form-intro p {
    font-size: 18px;
    line-height: 1.7;
    color: #ecf0f1;
}

.contact-form {
    flex: 1.2;
    background-color: #ffffff;
    padding: 45px;
}

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

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

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

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

.submit-btn {
    width: 100%;
    padding: 15px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #2980b9;
}

.disclaimer-section {
    padding: 60px 80px;
    background-color: #f8f9fa;
}

.disclaimer-content {
    max-width: 900px;
    margin: 0 auto;
}

.disclaimer-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #6c757d;
}

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

.footer-content {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.7;
    color: #bdc3c7;
}

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

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

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

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 25px 40px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    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: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
}

.cookie-content a {
    color: #3498db;
    text-decoration: underline;
}

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.cookie-btn.accept {
    background-color: #3498db;
    color: #ffffff;
}

.cookie-btn.accept:hover {
    background-color: #2980b9;
}

.cookie-btn.reject {
    background-color: #7f8c8d;
    color: #ffffff;
}

.cookie-btn.reject:hover {
    background-color: #6c7a7d;
}

.about-hero-offset {
    padding: 120px 80px 80px 200px;
    background-color: #f8f9fa;
}

.about-text-block h1 {
    font-size: 52px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.about-text-block p {
    font-size: 22px;
    color: #4a5568;
    max-width: 600px;
}

.about-story {
    padding: 100px 80px;
}

.story-layout-asymmetric {
    display: flex;
    gap: 70px;
    align-items: stretch;
}

.story-image-side {
    flex: 0.9;
    background-color: #e0e7ef;
}

.story-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-content-side {
    flex: 1.1;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.story-content-side h2 {
    font-size: 34px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 600;
}

.story-content-side p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
    color: #4a5568;
}

.values-section {
    padding: 100px 80px;
    background-color: #fafbfc;
}

.values-heading {
    font-size: 40px;
    margin-bottom: 60px;
    margin-left: 100px;
    color: #1a1a1a;
    font-weight: 600;
}

.values-grid-offset {
    display: flex;
    gap: 40px;
}

.value-card {
    flex: 1;
    background-color: #ffffff;
    padding: 40px 35px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.value-card:nth-child(2) {
    margin-top: 60px;
}

.value-card:nth-child(3) {
    margin-top: 120px;
}

.value-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 600;
}

.value-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
}

.team-approach {
    padding: 100px 80px;
}

.approach-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.approach-content-left {
    flex: 1.2;
}

.approach-content-left h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 600;
}

.approach-content-left p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
    color: #4a5568;
}

.approach-image-right {
    flex: 1;
    background-color: #f0f3f6;
}

.approach-image-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.about-cta-section {
    padding: 80px 80px 80px 180px;
    background-color: #3498db;
}

.cta-box-offset {
    max-width: 600px;
    color: #ffffff;
}

.cta-box-offset h2 {
    font-size: 38px;
    margin-bottom: 15px;
    font-weight: 600;
}

.cta-box-offset p {
    font-size: 18px;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background-color: #ffffff;
    color: #3498db;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #ecf0f1;
}

.services-hero {
    padding: 120px 80px 80px;
    background-color: #2c3e50;
    color: #ffffff;
    text-align: center;
}

.services-hero-content h1 {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 700;
}

.services-hero-content p {
    font-size: 20px;
    color: #ecf0f1;
    max-width: 700px;
    margin: 0 auto;
}

.service-detail-section {
    padding: 80px 80px;
}

.service-detail-section.alt-layout {
    background-color: #f8f9fa;
}

.service-detail-asymmetric {
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.service-detail-asymmetric.reverse {
    flex-direction: row-reverse;
}

.service-visual {
    flex: 1;
    background-color: #e0e7ef;
}

.service-visual img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.service-info {
    flex: 1;
    padding: 20px;
}

.service-info h2 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.service-info p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
    color: #4a5568;
}

.service-price {
    font-size: 36px;
    font-weight: 700;
    color: #3498db;
    margin: 30px 0 20px;
}

.service-cta {
    display: inline-block;
    padding: 14px 32px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.service-cta:hover {
    background-color: #2980b9;
}

.services-bottom-cta {
    padding: 100px 80px;
    background-color: #ecf0f1;
    text-align: center;
}

.bottom-cta-content h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 600;
}

.bottom-cta-content p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #4a5568;
}

.main-cta-btn {
    display: inline-block;
    padding: 15px 40px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s;
}

.main-cta-btn:hover {
    background-color: #2980b9;
}

.contact-hero {
    padding: 120px 80px 80px;
    background-color: #f8f9fa;
}

.contact-hero-content h1 {
    font-size: 50px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.contact-hero-content p {
    font-size: 20px;
    color: #4a5568;
    max-width: 700px;
}

.contact-info-section {
    padding: 100px 80px;
}

.contact-layout-asymmetric {
    display: flex;
    gap: 70px;
    align-items: stretch;
}

.contact-details-block {
    flex: 1.1;
    padding: 30px 0;
}

.contact-details-block h2 {
    font-size: 38px;
    margin-bottom: 40px;
    color: #1a1a1a;
    font-weight: 600;
}

.contact-item {
    margin-bottom: 35px;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2c3e50;
    font-weight: 600;
}

.contact-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
}

.contact-visual-block {
    flex: 0.9;
    background-color: #e0e7ef;
}

.contact-visual-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-notes-section {
    padding: 100px 80px;
    background-color: #f8f9fa;
}

.notes-wrapper h2 {
    font-size: 38px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 600;
}

.notes-grid {
    display: flex;
    gap: 40px;
}

.note-card {
    flex: 1;
    background-color: #ffffff;
    padding: 35px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.note-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 600;
}

.note-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
}

.contact-cta-section {
    padding: 80px 80px 80px 200px;
    background-color: #2c3e50;
}

.cta-wrapper-offset {
    max-width: 650px;
    color: #ffffff;
}

.cta-wrapper-offset h2 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 600;
}

.cta-wrapper-offset p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ecf0f1;
}

.contact-cta-btn {
    display: inline-block;
    padding: 15px 40px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s;
}

.contact-cta-btn:hover {
    background-color: #2980b9;
}

.thanks-section {
    padding: 120px 80px;
    min-height: 60vh;
}

.thanks-content {
    max-width: 900px;
    margin: 0 auto;
}

.thanks-content h1 {
    font-size: 48px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
    text-align: center;
}

.thanks-main {
    font-size: 20px;
    line-height: 1.7;
    color: #4a5568;
    text-align: center;
    margin-bottom: 40px;
}

.thanks-details {
    background-color: #eef6fc;
    padding: 30px;
    margin-bottom: 50px;
    border-left: 4px solid #3498db;
}

.thanks-next-steps h2 {
    font-size: 32px;
    margin-bottom: 35px;
    color: #1a1a1a;
    font-weight: 600;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 50px;
}

.step-item {
    background-color: #f8f9fa;
    padding: 30px;
}

.step-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2c3e50;
    font-weight: 600;
}

.step-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.btn-primary {
    padding: 15px 40px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #2980b9;
}

.btn-secondary {
    padding: 15px 40px;
    background-color: #ecf0f1;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s;
}

.btn-secondary:hover {
    background-color: #d5dbdd;
}

.legal-page {
    padding: 100px 80px;
    max-width: 1000px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 700;
}

.last-updated {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 600;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #34495e;
    font-weight: 600;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #4a5568;
}

.legal-content ul,
.legal-content ol {
    margin-left: 30px;
    margin-bottom: 20px;
}

.legal-content li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #4a5568;
}

.legal-content a {
    color: #3498db;
    text-decoration: underline;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.cookie-table th,
.cookie-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

.cookie-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
}

.cookie-table td {
    font-size: 15px;
    color: #4a5568;
}

@media (max-width: 768px) {
    .floating-nav {
        flex-direction: column;
        padding: 15px 20px;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .hero-asymmetric {
        flex-direction: column;
    }

    .hero-offset-content {
        padding: 60px 30px;
    }

    .hero-title {
        font-size: 36px;
    }

    .story-hook,
    .diagonal-content-wrap,
    .services-asymmetric-grid,
    .story-layout-asymmetric,
    .values-grid-offset,
    .approach-wrapper,
    .service-detail-asymmetric,
    .contact-layout-asymmetric,
    .notes-grid,
    .form-wrapper-asymmetric {
        flex-direction: column;
    }

    .service-card.card-2 {
        flex-direction: column;
    }

    .benefit-offset-1,
    .benefit-offset-2,
    .benefit-offset-3 {
        margin-left: 0;
    }

    .section-heading-offset,
    .values-heading {
        margin-left: 0;
    }

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

    .thanks-actions {
        flex-direction: column;
    }
}