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

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

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

.floating-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1.2rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    font-size: 0.95rem;
    font-weight: 500;
    transition: opacity 0.3s;
}

.nav-links a:hover {
    opacity: 0.6;
}

.hero-visual {
    position: relative;
    height: 100vh;
    overflow: hidden;
    margin-top: 0;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 90%;
    padding: 2rem;
}

.hero-overlay h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.hero-overlay p {
    font-size: 1.3rem;
    font-weight: 300;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.story-intro {
    max-width: 700px;
    margin: 5rem auto;
    padding: 0 5%;
    font-size: 1.25rem;
    line-height: 1.9;
    text-align: center;
    color: #3a3a3a;
}

.visual-block {
    display: flex;
    align-items: center;
    gap: 4rem;
    padding: 6rem 5%;
    background: #fff;
}

.visual-block.asymmetric {
    flex-direction: row-reverse;
}

.content-layer {
    flex: 1;
}

.content-layer h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.8rem;
}

.content-layer p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}

.image-layer {
    flex: 1;
}

.inline-cta {
    text-align: center;
    padding: 3rem 5%;
}

.cta-link {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem 2.5rem;
    background: #2c2c2c;
    color: #fff;
    border-radius: 3px;
    transition: background 0.3s;
}

.cta-link:hover {
    background: #1a1a1a;
}

.problem-amplification {
    padding: 6rem 5%;
    background: #f4f4f4;
}

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

.text-heavy h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.8rem;
    line-height: 1.3;
}

.text-heavy p {
    font-size: 1.15rem;
    line-height: 1.9;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}

.insight-reveal {
    padding: 8rem 5%;
    background: #2c2c2c;
    color: #fff;
}

.centered-insight {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.centered-insight blockquote {
    font-size: 2rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.centered-insight cite {
    font-size: 1rem;
    font-style: normal;
    opacity: 0.8;
}

.visual-story {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

.image-dominant {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.overlay-text {
    position: absolute;
    bottom: 8%;
    left: 5%;
    max-width: 600px;
    color: #fff;
    padding: 2.5rem;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.overlay-text h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    line-height: 1.3;
}

.overlay-text p {
    font-size: 1.1rem;
    line-height: 1.7;
}

.trust-building {
    padding: 6rem 5%;
    background: #fff;
}

.testimonial-inline {
    display: flex;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    flex: 1;
    padding: 2.5rem;
    background: #f9f9f9;
    border-left: 4px solid #2c2c2c;
}

.testimonial-card p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-card .author {
    font-size: 0.95rem;
    font-weight: 600;
    color: #666;
}

.benefit-layers {
    padding: 6rem 5%;
    background: #fafafa;
}

.benefit-layers h2 {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
}

.benefit-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-item {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 280px;
}

.benefit-item h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

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

.visual-interlude {
    height: 50vh;
    overflow: hidden;
}

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

.approach-reveal {
    padding: 6rem 5%;
    background: #fff;
}

.content-split {
    max-width: 800px;
    margin: 0 auto;
}

.text-column h3 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.text-column p {
    font-size: 1.1rem;
    line-height: 1.9;
    margin-bottom: 1.8rem;
    color: #4a4a4a;
}

.social-proof {
    padding: 6rem 5%;
    background: #2c2c2c;
    color: #fff;
}

.stat-showcase {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.stat {
    text-align: center;
    flex: 1;
    min-width: 200px;
}

.stat .number {
    display: block;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
}

.stat .label {
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
}

.services-preview {
    padding: 6rem 5%;
    background: #fafafa;
}

.services-preview h2 {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
}

.services-intro {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 4rem;
    color: #555;
}

.services-visual {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.service-card {
    flex: 1 1 calc(33.333% - 2rem);
    min-width: 300px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-image {
    height: 250px;
    overflow: hidden;
}

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

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1.5rem 1.5rem 1rem;
}

.service-card p {
    padding: 0 1.5rem 1rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

.price-reveal {
    padding: 0 1.5rem 1.5rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c2c2c;
}

.urgency-soft {
    padding: 4rem 5%;
    background: #fff5e6;
    text-align: center;
}

.limited-capacity {
    max-width: 700px;
    margin: 0 auto;
}

.limited-capacity p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #664400;
}

.form-section {
    padding: 6rem 5%;
    background: #fff;
}

.form-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

.form-section > p {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    color: #555;
}

.main-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem;
    background: #fafafa;
    border-radius: 4px;
}

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

.form-group label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.9rem;
    font-size: 1rem;
    border: 2px solid #ddd;
    border-radius: 3px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #2c2c2c;
}

.btn-submit {
    width: 100%;
    padding: 1.2rem;
    font-size: 1.1rem;
    font-weight: 700;
    background: #2c2c2c;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #1a1a1a;
}

.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
}

.sticky-btn {
    display: block;
    padding: 1rem 2rem;
    background: #2c2c2c;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

.sticky-btn:hover {
    transform: scale(1.05);
}

.footer {
    background: #1a1a1a;
    color: #fff;
    padding: 4rem 5% 2rem;
}

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

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

.footer-col h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.footer-col p {
    font-size: 0.95rem;
    line-height: 1.7;
    opacity: 0.8;
}

.footer-col a {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 0.7rem;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.footer-col a:hover {
    opacity: 1;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.7;
    font-size: 0.9rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c2c2c;
    color: #fff;
    padding: 1.5rem 5%;
    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: 2rem;
    flex-wrap: wrap;
}

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

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

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.btn-accept {
    background: #4CAF50;
    color: #fff;
}

.btn-reject {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-accept:hover,
.btn-reject:hover {
    opacity: 0.8;
}

.about-hero {
    position: relative;
    height: 60vh;
    margin-top: 80px;
    overflow: hidden;
}

.story-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 5%;
}

.story-block {
    margin-bottom: 4rem;
}

.story-block h2 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.story-block p {
    font-size: 1.1rem;
    line-height: 1.9;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}

.image-break {
    margin: 4rem 0;
    height: 400px;
    overflow: hidden;
    border-radius: 4px;
}

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

.milestone-section {
    background: #f9f9f9;
    padding: 3rem;
    border-radius: 4px;
    margin: 4rem 0;
}

.milestone-section h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-align: center;
}

.timeline {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.timeline-item {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.timeline-item .year {
    font-size: 1.5rem;
    font-weight: 800;
    color: #2c2c2c;
    min-width: 100px;
}

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

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin: 3rem 0;
}

.value-item {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 250px;
}

.value-item h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

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

.team-section {
    background: #2c2c2c;
    color: #fff;
    padding: 3rem;
    border-radius: 4px;
    margin: 4rem 0;
}

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

.team-section p {
    font-size: 1.1rem;
    line-height: 1.9;
    margin-bottom: 1.5rem;
}

.cta-about {
    text-align: center;
    padding: 5rem 5%;
    background: #fafafa;
}

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

.btn-primary {
    display: inline-block;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    font-weight: 700;
    background: #2c2c2c;
    color: #fff;
    border-radius: 3px;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #1a1a1a;
}

.services-header {
    text-align: center;
    padding: 8rem 5% 4rem;
    background: #fafafa;
    margin-top: 80px;
}

.services-header h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.services-header p {
    font-size: 1.2rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.services-detailed {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 5%;
}

.service-detail {
    display: flex;
    gap: 4rem;
    align-items: center;
    margin-bottom: 6rem;
    padding: 3rem;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

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

.service-visual-large {
    flex: 1;
    border-radius: 4px;
    overflow: hidden;
}

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

.service-info {
    flex: 1;
}

.service-info h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.price-large {
    font-size: 1.8rem;
    font-weight: 800;
    color: #2c2c2c;
    margin-bottom: 1.5rem;
}

.service-info > p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #4a4a4a;
}

.service-details-list {
    margin: 2rem 0;
}

.service-details-list h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.service-details-list ul {
    list-style: none;
    padding-left: 0;
}

.service-details-list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

.service-details-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2c2c2c;
    font-weight: 700;
}

.service-note {
    font-size: 0.95rem;
    color: #777;
    font-style: italic;
    margin: 1.5rem 0;
}

.btn-service {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 1.05rem;
    font-weight: 700;
    background: #2c2c2c;
    color: #fff;
    border-radius: 3px;
    margin-top: 1rem;
    transition: background 0.3s;
}

.btn-service:hover {
    background: #1a1a1a;
}

.process-overview {
    padding: 6rem 5%;
    background: #fafafa;
}

.process-overview h2 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
}

.process-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.step {
    flex: 1;
    min-width: 200px;
    text-align: center;
}

.step-number {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.5rem;
    font-weight: 800;
    background: #2c2c2c;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

.step h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

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

.faq-services {
    padding: 6rem 5%;
    background: #fff;
}

.faq-services h2 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 2.5rem;
    padding: 2rem;
    background: #fafafa;
    border-left: 4px solid #2c2c2c;
}

.faq-item h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.faq-item p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a4a4a;
}

.contact-header {
    text-align: center;
    padding: 8rem 5% 4rem;
    background: #fafafa;
    margin-top: 80px;
}

.contact-header h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.contact-header p {
    font-size: 1.15rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.contact-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 4rem 5%;
}

.contact-info-block {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 4rem;
}

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

.contact-item h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.contact-item p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 0.8rem;
}

.contact-item a {
    color: #2c2c2c;
    font-weight: 600;
}

.contact-note {
    font-size: 0.95rem;
    color: #777;
    font-style: italic;
}

.map-placeholder {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 4px;
    margin: 3rem 0;
}

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

.map-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 2rem;
}

.map-overlay p {
    font-size: 1.05rem;
    line-height: 1.7;
}

.visit-info {
    background: #f9f9f9;
    padding: 3rem;
    border-radius: 4px;
    margin: 4rem 0;
}

.visit-info h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.visit-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #4a4a4a;
}

.visit-content a {
    color: #2c2c2c;
    font-weight: 600;
    text-decoration: underline;
}

.directions {
    padding: 4rem 0;
}

.directions h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-align: center;
}

.directions-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.direction-item {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 250px;
    padding: 2rem;
    background: #fafafa;
    border-radius: 4px;
}

.direction-item h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.direction-item p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
}

.contact-cta {
    text-align: center;
    padding: 5rem 5%;
    background: #fafafa;
}

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

.thanks-hero {
    padding: 10rem 5% 6rem;
    margin-top: 80px;
    background: #fafafa;
}

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

.thanks-content h1 {
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.thanks-subtitle {
    text-align: center;
    font-size: 1.3rem;
    color: #555;
    margin-bottom: 3rem;
}

.thanks-message {
    background: #fff;
    padding: 2.5rem;
    border-radius: 4px;
    margin-bottom: 4rem;
    border-left: 5px solid #4CAF50;
}

.thanks-message p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: #4a4a4a;
}

#service-confirmation {
    font-weight: 700;
    color: #2c2c2c;
    margin-top: 1.5rem;
}

.next-steps {
    margin: 4rem 0;
}

.next-steps h2 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-align: center;
}

.steps-grid {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.step-item {
    flex: 1;
    min-width: 250px;
    text-align: center;
    padding: 2rem;
    background: #fff;
    border-radius: 4px;
}

.step-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.3rem;
    font-weight: 800;
    background: #2c2c2c;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

.step-item h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

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

.thanks-info {
    background: #f9f9f9;
    padding: 2.5rem;
    border-radius: 4px;
    margin: 3rem 0;
}

.thanks-info h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.thanks-info p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: #4a4a4a;
}

.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 3rem 0;
    flex-wrap: wrap;
}

.btn-secondary {
    display: inline-block;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    font-weight: 700;
    background: transparent;
    color: #2c2c2c;
    border: 2px solid #2c2c2c;
    border-radius: 3px;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #2c2c2c;
    color: #fff;
}

.thanks-testimonial {
    padding: 5rem 5%;
    background: #2c2c2c;
    color: #fff;
}

.testimonial-box {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-box p {
    font-size: 1.8rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.testimonial-box cite {
    font-size: 1.1rem;
    font-style: normal;
    opacity: 0.9;
}

.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 8rem 5% 4rem;
    margin-top: 80px;
}

.legal-page h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

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

.legal-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1.2rem;
}

.legal-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.legal-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.legal-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}

.legal-content ul,
.legal-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.legal-content li {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    color: #4a4a4a;
}

.legal-content a {
    color: #2c2c2c;
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .nav-links {
        gap: 1.5rem;
        font-size: 0.85rem;
    }

    .hero-overlay h1 {
        font-size: 2rem;
    }

    .hero-overlay p {
        font-size: 1rem;
    }

    .visual-block {
        flex-direction: column;
        gap: 2rem;
        padding: 4rem 5%;
    }

    .visual-block.asymmetric {
        flex-direction: column;
    }

    .content-layer h2 {
        font-size: 1.8rem;
    }

    .testimonial-inline {
        flex-direction: column;
        gap: 2rem;
    }

    .benefit-item {
        flex: 1 1 100%;
    }

    .stat-showcase {
        flex-direction: column;
        gap: 2rem;
    }

    .service-card {
        flex: 1 1 100%;
    }

    .service-detail,
    .service-detail.reverse {
        flex-direction: column;
        padding: 2rem;
        gap: 2rem;
    }

    .process-steps {
        flex-direction: column;
    }

    .timeline-item {
        flex-direction: column;
        gap: 0.5rem;
    }

    .value-item {
        flex: 1 1 100%;
    }

    .contact-info-block {
        flex-direction: column;
    }

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

    .direction-item {
        flex: 1 1 100%;
    }

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

    .thanks-actions {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .sticky-cta {
        bottom: 1rem;
        right: 1rem;
    }

    .sticky-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }

    .cookie-content {
        flex-direction: column;
        gap: 1rem;
    }

    .cookie-actions {
        width: 100%;
    }

    .btn-accept,
    .btn-reject {
        flex: 1;
    }
}
