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

.nav-asymmetric {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nav-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.nav-brand a {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.02em;
}

.nav-ad-disclosure {
    font-size: 0.75rem;
    color: #666;
    padding: 0.3rem 0.8rem;
    background: #f5f5f5;
    border-radius: 4px;
    margin: 0 1rem;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: #333;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

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

.hero-asymmetric {
    margin-top: 80px;
    position: relative;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.hero-offset-block {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem;
    position: relative;
    z-index: 2;
}

.hero-text-cluster {
    max-width: 620px;
    margin-left: 8%;
}

.hero-text-cluster h1 {
    font-size: 3.8rem;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
}

.hero-lead {
    font-size: 1.4rem;
    color: #555;
    line-height: 1.5;
    font-weight: 400;
}

.hero-image-overlap {
    position: absolute;
    right: 0;
    top: 15%;
    width: 52%;
    height: 70%;
    z-index: 1;
}

.hero-image-overlap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 0 0 12px;
}

.intro-stagger {
    max-width: 1400px;
    margin: 6rem auto;
    padding: 2rem;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.intro-left-pull {
    flex: 1;
    padding-right: 3rem;
}

.intro-left-pull h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.intro-left-pull p {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 1.2rem;
}

.intro-right-image {
    flex: 0.8;
    position: relative;
}

.intro-right-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.offset-cta-block {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 5rem 2rem;
    margin: 4rem 0 4rem 10%;
    border-radius: 0 12px 12px 0;
}

.cta-card-floating {
    max-width: 600px;
    margin-left: 5%;
    color: #ffffff;
}

.cta-card-floating h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-card-floating p {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.btn-primary {
    display: inline-block;
    background: #ffffff;
    color: #667eea;
    padding: 0.9rem 2rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.insights-irregular {
    max-width: 1400px;
    margin: 6rem auto;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.insight-block-one {
    flex: 1 1 55%;
    padding-right: 2rem;
}

.insight-block-one h2 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.insight-block-one p {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 1.2rem;
}

.insight-visual-two {
    flex: 1 1 35%;
    align-self: flex-start;
    margin-top: 3rem;
}

.insight-visual-two img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.insight-block-three {
    flex: 1 1 100%;
    margin-top: 2rem;
    padding-left: 5%;
}

.insight-block-three h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.insight-list {
    list-style: none;
    padding: 0;
}

.insight-list li {
    padding: 1rem 0 1rem 2.5rem;
    position: relative;
    font-size: 1.1rem;
    color: #333;
    border-bottom: 1px solid #eee;
}

.insight-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: 700;
    font-size: 1.3rem;
}

.benefits-asymmetric {
    background: #f9fafb;
    padding: 6rem 2rem;
    margin: 4rem 0;
}

.benefits-header-offset {
    max-width: 1400px;
    margin: 0 auto 3rem 10%;
}

.benefits-header-offset h2 {
    font-size: 3rem;
    font-weight: 700;
}

.benefits-grid-irregular {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0 2rem;
}

.benefit-card {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.benefit-large {
    flex: 1 1 calc(60% - 1rem);
}

.benefit-medium {
    flex: 1 1 calc(45% - 1rem);
}

.benefit-small {
    flex: 1 1 calc(35% - 1rem);
}

.benefit-card h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #1a1a1a;
}

.benefit-card p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
}

.testimonial-overlap {
    max-width: 1400px;
    margin: 6rem auto;
    padding: 2rem;
    display: flex;
    gap: 4rem;
    align-items: center;
    position: relative;
}

.testimonial-content {
    flex: 1.2;
    background: #1a1a1a;
    color: #ffffff;
    padding: 4rem;
    border-radius: 12px;
    position: relative;
    z-index: 2;
}

.testimonial-content blockquote {
    font-size: 1.5rem;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.testimonial-content cite {
    font-size: 1rem;
    font-style: normal;
    opacity: 0.8;
}

.testimonial-image-offset {
    flex: 0.7;
    margin-left: -8rem;
    position: relative;
}

.testimonial-image-offset img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.approach-stacked {
    margin: 6rem 0;
}

.approach-intro {
    max-width: 800px;
    margin: 0 auto 3rem auto;
    padding: 0 2rem;
    text-align: center;
}

.approach-intro h2 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.approach-intro p {
    font-size: 1.2rem;
    color: #555;
}

.approach-visual-full {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.approach-visual-full img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.cta-final-asymmetric {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    padding: 5rem 2rem;
    margin: 4rem 0 4rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    border-radius: 12px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.cta-text-block {
    flex: 1;
    color: #ffffff;
}

.cta-text-block h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-text-block p {
    font-size: 1.2rem;
    opacity: 0.95;
}

.cta-button-offset {
    flex: 0;
}

.btn-large {
    display: inline-block;
    background: #ffffff;
    color: #f5576c;
    padding: 1.2rem 3rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.footer-asymmetric {
    background: #1a1a1a;
    color: #ffffff;
    padding: 4rem 2rem 2rem 2rem;
}

.footer-main {
    max-width: 1400px;
    margin: 0 auto 3rem auto;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
}

.footer-block {
    flex: 1 1 250px;
}

.footer-block h3,
.footer-block h4 {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.footer-block p {
    color: #bbb;
    line-height: 1.6;
}

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

.footer-block ul li {
    margin-bottom: 0.8rem;
}

.footer-block ul li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.2s ease;
}

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

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto 2rem auto;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    font-size: 0.85rem;
    color: #aaa;
    line-height: 1.6;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #888;
    font-size: 0.9rem;
}

.services-hero-offset {
    margin-top: 80px;
    padding: 5rem 2rem 3rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.services-header-block {
    max-width: 900px;
    margin: 0 auto 0 10%;
}

.services-header-block h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.services-header-block p {
    font-size: 1.3rem;
    opacity: 0.95;
}

.services-list-asymmetric {
    max-width: 1400px;
    margin: 4rem auto;
    padding: 2rem;
}

.service-item {
    display: flex;
    gap: 3rem;
    margin-bottom: 5rem;
    align-items: center;
}

.service-left {
    flex-direction: row;
}

.service-right {
    flex-direction: row-reverse;
}

.service-visual {
    flex: 0.9;
}

.service-visual img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.service-details {
    flex: 1.1;
    padding: 1rem;
}

.service-details h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.service-details p {
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 1.2rem;
    line-height: 1.6;
}

.service-includes {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
}

.service-includes li {
    padding: 0.7rem 0 0.7rem 2rem;
    position: relative;
    font-size: 1rem;
    color: #333;
}

.service-includes li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: 700;
}

.service-pricing {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 8px;
    border-left: 4px solid #667eea;
}

.price-label {
    font-size: 0.95rem;
    color: #666;
    margin-right: 0.5rem;
}

.price-value {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
}

.btn-select-service {
    background: #667eea;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-select-service:hover {
    background: #5568d3;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(102, 126, 234, 0.3);
}

.services-cta-offset {
    background: #1a1a1a;
    padding: 4rem 2rem;
    margin: 4rem 0 4rem 8%;
    border-radius: 0 12px 12px 0;
}

.cta-services-block {
    max-width: 700px;
    margin-left: 5%;
    color: #ffffff;
    text-align: left;
}

.cta-services-block h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.cta-services-block p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.service-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.service-modal.hidden {
    display: none;
}

.modal-content {
    background: #ffffff;
    padding: 3rem;
    border-radius: 12px;
    max-width: 600px;
    width: 90%;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #666;
    line-height: 1;
}

.modal-close:hover {
    color: #000;
}

.modal-service-name,
.modal-service-price {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #444;
}

.modal-service-name span,
.modal-service-price span {
    font-weight: 700;
    color: #667eea;
}

.service-form {
    margin-top: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.btn-submit {
    background: #667eea;
    color: #ffffff;
    padding: 1rem 3rem;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #5568d3;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(102, 126, 234, 0.3);
}

.about-hero-split {
    margin-top: 80px;
    padding: 5rem 2rem;
    display: flex;
    gap: 4rem;
    align-items: center;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.about-text-offset {
    flex: 1;
    padding-right: 2rem;
}

.about-text-offset h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
    line-height: 1.1;
}

.about-text-offset p {
    font-size: 1.3rem;
    color: #555;
}

.about-hero-image {
    flex: 0.8;
}

.about-hero-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.about-story-flow {
    max-width: 1400px;
    margin: 6rem auto;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.story-block-one {
    flex: 1 1 55%;
}

.story-block-one h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.story-block-one p {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 1.2rem;
}

.story-visual-right {
    flex: 1 1 35%;
    align-self: center;
}

.story-visual-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.story-block-two {
    flex: 1 1 100%;
    margin-left: 10%;
    max-width: 700px;
}

.story-block-two p {
    font-size: 1.15rem;
    color: #444;
    margin-bottom: 1.2rem;
}

.philosophy-asymmetric {
    background: #f9fafb;
    padding: 6rem 2rem;
    margin: 4rem 0;
}

.philosophy-header {
    max-width: 1400px;
    margin: 0 auto 3rem 8%;
}

.philosophy-header h2 {
    font-size: 3rem;
    font-weight: 700;
}

.philosophy-points {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    padding: 0 2rem;
}

.philosophy-card {
    flex: 1 1 calc(33% - 2rem);
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.philosophy-offset {
    margin-top: 3rem;
}

.philosophy-card h3 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #1a1a1a;
}

.philosophy-card p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
}

.team-irregular {
    max-width: 1400px;
    margin: 6rem auto;
    padding: 2rem;
}

.team-intro {
    max-width: 800px;
    margin: 0 auto 3rem 10%;
}

.team-intro h2 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.team-intro p {
    font-size: 1.2rem;
    color: #555;
}

.team-visual {
    width: 100%;
}

.team-visual img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.expertise-stacked {
    max-width: 1200px;
    margin: 6rem auto;
    padding: 2rem;
}

.expertise-stacked h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
}

.expertise-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.expertise-item {
    flex: 1 1 calc(50% - 1rem);
    padding: 2rem;
    background: #f9fafb;
    border-radius: 8px;
}

.expertise-item h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #1a1a1a;
}

.expertise-item p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
}

.values-offset {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 5rem 2rem;
    margin: 4rem 0 4rem 0;
}

.values-content {
    max-width: 900px;
    margin: 0 auto 0 8%;
    color: #ffffff;
}

.values-content h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.values-list {
    list-style: none;
    padding: 0;
}

.values-list li {
    font-size: 1.2rem;
    padding: 1rem 0 1rem 2.5rem;
    position: relative;
    opacity: 0.95;
}

.values-list li:before {
    content: "◆";
    position: absolute;
    left: 0;
    font-size: 1rem;
}

.cta-about-final {
    max-width: 800px;
    margin: 6rem auto;
    padding: 4rem 2rem;
    text-align: center;
    background: #1a1a1a;
    border-radius: 12px;
    color: #ffffff;
}

.cta-about-final h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.contact-hero-offset {
    margin-top: 80px;
    padding: 5rem 2rem 3rem 10%;
    background: #f9fafb;
}

.contact-hero-offset h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

.contact-hero-offset p {
    font-size: 1.3rem;
    color: #555;
    max-width: 700px;
}

.contact-layout-asymmetric {
    max-width: 1400px;
    margin: 4rem auto;
    padding: 2rem;
    display: flex;
    gap: 5rem;
}

.contact-info-block {
    flex: 0.9;
}

.contact-info-block h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.contact-detail {
    margin-bottom: 2.5rem;
}

.contact-detail h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
    color: #1a1a1a;
}

.contact-detail p {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.6;
}

.contact-visual {
    margin-top: 3rem;
}

.contact-visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.contact-message-block {
    flex: 1.1;
}

.contact-message-block h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.contact-process {
    margin-bottom: 3rem;
}

.process-step {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    border-left: 3px solid #667eea;
}

.process-step h4 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.process-step p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.contact-cta-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 3rem;
    border-radius: 10px;
    color: #ffffff;
}

.contact-cta-card h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.contact-cta-card p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.contact-map-placeholder {
    position: relative;
    margin: 4rem 0;
    height: 500px;
    overflow: hidden;
}

.map-overlay {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 2.5rem;
    border-radius: 10px;
    z-index: 2;
    max-width: 400px;
}

.map-overlay h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.map-overlay p {
    font-size: 1.05rem;
    color: #555;
}

.map-image {
    width: 100%;
    height: 100%;
}

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

.thanks-hero {
    margin-top: 80px;
    padding: 5rem 2rem;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.thanks-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
    color: #1a1a1a;
}

.thanks-lead {
    font-size: 1.4rem;
    color: #555;
    margin-bottom: 3rem;
}

.thanks-details {
    background: #f9fafb;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 3rem;
    border-left: 4px solid #667eea;
}

.thanks-details p {
    font-size: 1.1rem;
    color: #444;
    margin: 0.5rem 0;
}

.thanks-next-steps h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    font-weight: 700;
}

.steps-grid {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.step-card {
    flex: 1 1 calc(33% - 1.5rem);
    background: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.step-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #667eea;
}

.step-card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.thanks-cta {
    margin-top: 3rem;
}

.thanks-cta p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #555;
}

.btn-secondary {
    display: inline-block;
    background: #f9fafb;
    color: #667eea;
    padding: 0.9rem 2rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
    border: 2px solid #667eea;
}

.btn-secondary:hover {
    background: #667eea;
    color: #ffffff;
    transform: translateY(-2px);
}

.legal-content {
    max-width: 900px;
    margin: 120px auto 4rem auto;
    padding: 2rem;
}

.legal-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

.legal-updated {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 3rem;
}

.legal-section {
    margin-bottom: 3rem;
}

.legal-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #1a1a1a;
}

.legal-section h3 {
    font-size: 1.5rem;
    margin: 1.5rem 0 1rem 0;
    font-weight: 700;
    color: #333;
}

.legal-section p {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.legal-section ul {
    margin: 1rem 0 1rem 2rem;
}

.legal-section ul li {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.7;
    margin-bottom: 0.8rem;
}

.legal-section a {
    color: #667eea;
    text-decoration: underline;
}

.legal-section a:hover {
    color: #5568d3;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.cookie-table thead {
    background: #f9fafb;
}

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

.cookie-table th {
    font-weight: 700;
    color: #1a1a1a;
}

.cookie-table td {
    color: #444;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26, 26, 26, 0.98);
    color: #ffffff;
    padding: 1.5rem 2rem;
    z-index: 3000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}

.cookie-banner.hidden {
    display: none;
}

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

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

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-cookie,
.btn-cookie-alt {
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cookie {
    background: #667eea;
    color: #ffffff;
}

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

.btn-cookie-alt {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-cookie-alt:hover {
    background: #ffffff;
    color: #1a1a1a;
}

@media (max-width: 1024px) {
    .hero-text-cluster h1 {
        font-size: 3rem;
    }

    .hero-image-overlap {
        width: 50%;
        top: 20%;
    }

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

    .service-item {
        flex-direction: column !important;
    }

    .testimonial-overlap {
        flex-direction: column;
    }

    .testimonial-image-offset {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .nav-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-ad-disclosure {
        margin: 0.5rem 0;
    }

    .nav-links {
        flex-wrap: wrap;
    }

    .hero-text-cluster h1 {
        font-size: 2.5rem;
    }

    .hero-image-overlap {
        position: relative;
        width: 100%;
        height: 400px;
        margin-top: 2rem;
    }

    .benefits-grid-irregular,
    .philosophy-points,
    .expertise-grid,
    .steps-grid {
        flex-direction: column;
    }

    .benefit-large,
    .benefit-medium,
    .benefit-small,
    .philosophy-card,
    .expertise-item,
    .step-card {
        flex: 1 1 100%;
    }

    .contact-layout-asymmetric {
        flex-direction: column;
    }

    .cta-final-asymmetric {
        flex-direction: column;
        text-align: center;
    }

    .about-hero-split {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }
}
