/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    color: #2c2c2c;
    background: #fafafa;
    overflow-x: hidden;
}

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

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

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

/* Navigation - Asymmetric Offset Style */
.nav-offset {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid #e0e0e0;
}

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

.logo-wrap {
    transform: translateY(-2px);
}

.logo {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

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

.nav-links a {
    font-size: 0.95rem;
    font-weight: 500;
    color: #4a4a4a;
    transition: color 0.3s ease;
    position: relative;
}

.nav-links a:hover,
.nav-links a.active {
    color: #1a1a1a;
}

.nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1a1a1a;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
}

.nav-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background: #1a1a1a;
    transition: 0.3s;
}

/* Hero - Asymmetric Offset */
.hero-offset {
    padding: 140px 5% 80px;
    min-height: 85vh;
    display: flex;
    align-items: center;
}

.hero-block {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    width: 100%;
}

.hero-content-left {
    flex: 1;
    transform: translateX(-20px);
}

.hero-content-left h1 {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
    color: #1a1a1a;
}

.hero-lead {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #5a5a5a;
    margin-bottom: 2rem;
    max-width: 540px;
}

.hero-visual {
    flex: 1;
    position: relative;
    transform: translateY(30px);
}

.hero-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.floating-badge {
    position: absolute;
    bottom: -20px;
    left: -30px;
    background: #1a1a1a;
    color: white;
    padding: 1rem 1.8rem;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Buttons and CTAs */
.cta-primary {
    display: inline-block;
    padding: 1rem 2.2rem;
    background: #1a1a1a;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid #1a1a1a;
}

.cta-primary:hover {
    background: white;
    color: #1a1a1a;
}

.cta-secondary {
    display: inline-block;
    padding: 1rem 2.2rem;
    background: transparent;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid #1a1a1a;
    transition: all 0.3s ease;
}

.cta-secondary:hover {
    background: #1a1a1a;
    color: white;
}

.cta-large {
    display: inline-block;
    padding: 1.2rem 3rem;
    background: #1a1a1a;
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.cta-large:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Intro Section - Asymmetric */
.intro-asymmetric {
    padding: 100px 5%;
    background: white;
}

.content-overlap {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.text-block-narrow {
    flex: 1;
    max-width: 500px;
    transform: translateY(60px);
}

.text-block-narrow h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.text-block-narrow p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a4a4a;
}

.image-offset-right {
    flex: 1;
    transform: translateY(-40px) translateX(20px);
}

.image-offset-right img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

/* Problem Section */
.problem-section {
    padding: 120px 5%;
    background: #f5f5f5;
}

.problem-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.problem-item {
    flex: 1 1 300px;
    padding: 2.5rem;
    background: white;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}

.problem-item.offset-down {
    transform: translateY(40px);
}

.problem-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 1.5rem;
}

.problem-icon svg {
    width: 100%;
    height: 100%;
    stroke: #1a1a1a;
}

.problem-item h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #1a1a1a;
}

.problem-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #5a5a5a;
}

/* Services Showcase - Asymmetric Layout */
.services-showcase {
    padding: 120px 5%;
    background: white;
}

.services-header-offset {
    max-width: 1400px;
    margin: 0 auto 80px;
    transform: translateX(-30px);
}

.section-label {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #888;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.services-header-offset h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}

.services-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-card {
    display: flex;
    gap: 40px;
    background: #fafafa;
    padding: 2rem;
    align-items: center;
}

.service-card.featured {
    background: #1a1a1a;
    color: white;
    padding: 3rem;
}

.service-card.featured .service-info h3,
.service-card.featured .service-info p,
.service-card.featured .service-price {
    color: white;
}

.service-card.offset-right {
    margin-left: 8%;
}

.service-card.offset-left {
    margin-right: 8%;
    flex-direction: row-reverse;
}

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

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

.service-info {
    flex: 1.5;
}

.service-info h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-info p {
    font-size: 1rem;
    line-height: 1.7;
    color: #5a5a5a;
    margin-bottom: 1.5rem;
}

.service-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.btn-select-service {
    padding: 0.9rem 2rem;
    background: white;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

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

.service-card.featured .btn-select-service {
    background: transparent;
    color: white;
    border-color: white;
}

.service-card.featured .btn-select-service:hover {
    background: white;
    color: #1a1a1a;
}

/* Trust Block */
.trust-block {
    padding: 100px 5%;
    background: #f0f0f0;
}

.trust-content-split {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.trust-left {
    flex: 1.2;
}

.trust-left h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    color: #1a1a1a;
}

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

.trust-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.stat-box {
    padding: 2rem;
    background: white;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}

.stat-box.offset {
    transform: translateX(40px);
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    color: #6a6a6a;
}

/* Testimonials - Offset Grid */
.testimonials-offset {
    padding: 120px 5%;
    background: white;
}

.testimonials-header {
    max-width: 1300px;
    margin: 0 auto 70px;
    text-align: center;
}

.testimonials-header h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    color: #1a1a1a;
}

.testimonials-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.testimonial-card {
    flex: 1 1 300px;
    padding: 2.5rem;
    background: #fafafa;
    border-left: 4px solid #1a1a1a;
}

.testimonial-card.offset-up {
    transform: translateY(-30px);
}

.testimonial-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* Process Section - Asymmetric */
.process-section {
    padding: 120px 5%;
    background: #1a1a1a;
    color: white;
}

.process-asymmetric {
    max-width: 1300px;
    margin: 0 auto;
}

.process-intro {
    margin-bottom: 60px;
}

.process-intro h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    line-height: 1.3;
    color: white;
}

.process-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.step-item {
    flex: 1 1 280px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
}

.step-item.offset-right {
    transform: translateX(30px);
}

.step-item.offset-left {
    transform: translateX(-30px);
}

.step-number {
    font-size: 3rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 1rem;
    line-height: 1;
}

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

.step-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
}

/* CTA Section - Primary */
.cta-section-primary {
    padding: 100px 5%;
    background: #f5f5f5;
}

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

.cta-text {
    flex: 1;
}

.cta-text h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.cta-text p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #5a5a5a;
}

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

/* Booking Section */
.booking-section {
    padding: 100px 5%;
    background: white;
}

.booking-container {
    max-width: 800px;
    margin: 0 auto;
}

.booking-header {
    margin-bottom: 3rem;
    text-align: center;
}

.booking-header h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.booking-header p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #5a5a5a;
}

.booking-form {
    background: #fafafa;
    padding: 3rem;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 1.5rem;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

.form-group label {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    color: #2a2a2a;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.9rem 1.2rem;
    border: 2px solid #ddd;
    font-size: 1rem;
    font-family: inherit;
    background: white;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    width: 100%;
    padding: 1.2rem;
    background: #1a1a1a;
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

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

/* Why Choose */
.why-choose {
    padding: 100px 5%;
    background: #fafafa;
}

.why-content {
    max-width: 1300px;
    margin: 0 auto;
}

.why-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a1a1a;
}

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

.why-item {
    flex: 1 1 250px;
    text-align: center;
}

.why-item h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.why-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #5a5a5a;
}

/* Footer */
.footer {
    padding: 60px 5% 30px;
    background: #1a1a1a;
    color: white;
}

.footer-content {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 3rem;
}

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

.footer-col h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.footer-col p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}

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

.footer-col ul li {
    margin-bottom: 0.6rem;
}

.footer-col ul li a {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

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

.footer-bottom {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-bottom p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.sticky-cta-btn {
    display: block;
    padding: 1rem 2rem;
    background: #1a1a1a;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.sticky-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.4);
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: white;
    padding: 1.5rem 5%;
    z-index: 9999;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
    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: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

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

.cookie-btn {
    padding: 0.8rem 1.8rem;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

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

.cookie-btn.accept:hover {
    background: #f0f0f0;
}

.cookie-btn.reject {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.cookie-btn.reject:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Page Hero - For internal pages */
.page-hero-offset {
    padding: 140px 5% 60px;
    background: #f5f5f5;
}

.page-hero-content {
    max-width: 1300px;
    margin: 0 auto;
    transform: translateX(-20px);
}

.page-label {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #888;
    margin-bottom: 1rem;
    font-weight: 600;
}

.page-hero-content h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.15;
    color: #1a1a1a;
}

.hero-intro {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #5a5a5a;
    max-width: 700px;
}

/* About Page Styles */
.story-section {
    padding: 100px 5%;
    background: white;
}

.story-layout {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.story-text {
    flex: 1.2;
}

.story-text h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

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

.story-image {
    flex: 1;
}

.story-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

.values-offset {
    padding: 120px 5%;
    background: #fafafa;
}

.values-header {
    max-width: 1300px;
    margin: 0 auto 60px;
    text-align: center;
}

.values-header h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    color: #1a1a1a;
}

.values-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.value-card {
    flex: 1 1 280px;
    padding: 2.5rem;
    background: white;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}

.value-card.offset-up {
    transform: translateY(-30px);
}

.value-card.offset-down {
    transform: translateY(30px);
}

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

.value-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #5a5a5a;
}

.team-section {
    padding: 100px 5%;
    background: white;
}

.team-intro {
    max-width: 1300px;
    margin: 0 auto 60px;
    text-align: center;
}

.team-intro h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.team-intro p {
    font-size: 1.05rem;
    color: #5a5a5a;
}

.team-asymmetric {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.team-member {
    flex: 1 1 280px;
    background: #fafafa;
    overflow: hidden;
}

.team-member.offset-right {
    transform: translateX(20px);
}

.team-member.offset-left {
    transform: translateX(-20px);
}

.member-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.member-info {
    padding: 2rem;
}

.member-info h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    color: #1a1a1a;
}

.member-role {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 1rem;
    font-weight: 600;
}

.member-info p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5a5a5a;
}

.credentials-section {
    padding: 100px 5%;
    background: #1a1a1a;
    color: white;
}

.credentials-content {
    max-width: 1300px;
    margin: 0 auto;
}

.credentials-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
    color: white;
}

.credentials-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.credential-item {
    flex: 1 1 300px;
    text-align: center;
}

.credential-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
}

.credential-icon svg {
    width: 100%;
    height: 100%;
    stroke: white;
}

.credential-item h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: white;
}

.credential-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
}

.approach-section {
    padding: 100px 5%;
    background: white;
}

.approach-asymmetric {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.approach-image {
    flex: 1;
    transform: translateY(-30px);
}

.approach-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

.approach-text {
    flex: 1.2;
}

.approach-text h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

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

.approach-list {
    list-style: none;
    margin-bottom: 1.5rem;
}

.approach-list li {
    font-size: 1rem;
    line-height: 2;
    color: #4a4a4a;
    padding-left: 1.5rem;
    position: relative;
}

.approach-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #1a1a1a;
    font-weight: 700;
}

.commitment-section {
    padding: 100px 5%;
    background: #f5f5f5;
}

.commitment-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.commitment-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.commitment-intro {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #5a5a5a;
    margin-bottom: 3rem;
}

.commitment-blocks {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.commitment-block {
    flex: 1 1 250px;
    padding: 3rem 2rem;
    background: white;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}

.commitment-block.offset {
    transform: translateY(-20px);
}

.commitment-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 1rem;
}

.commitment-block p {
    font-size: 1rem;
    color: #5a5a5a;
    line-height: 1.6;
}

.cta-about {
    padding: 100px 5%;
    background: #1a1a1a;
    color: white;
    text-align: center;
}

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

.cta-about-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.cta-about-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
}

.cta-about-content .cta-primary {
    background: white;
    color: #1a1a1a;
    border-color: white;
}

.cta-about-content .cta-primary:hover {
    background: transparent;
    color: white;
}

/* Services Page */
.services-detailed {
    padding: 80px 5%;
    background: white;
}

.service-detail-item {
    max-width: 1300px;
    margin: 0 auto 100px;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

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

.service-detail-visual {
    flex: 1;
}

.service-detail-visual img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.service-detail-content {
    flex: 1.3;
}

.service-detail-content h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.price-display {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.service-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.service-detail-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-features {
    list-style: none;
    margin-bottom: 1.5rem;
}

.service-features li {
    font-size: 1rem;
    line-height: 2;
    color: #4a4a4a;
    padding-left: 1.5rem;
    position: relative;
}

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #1a1a1a;
    font-weight: 700;
}

.service-note {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #888;
    font-style: italic;
    margin-bottom: 2rem;
}

.pricing-transparency {
    padding: 100px 5%;
    background: #fafafa;
}

.pricing-content {
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a1a1a;
}

.pricing-blocks {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.pricing-block {
    flex: 1 1 300px;
    padding: 2.5rem;
    background: white;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}

.pricing-block.offset-up {
    transform: translateY(-20px);
}

.pricing-block h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.pricing-block p {
    font-size: 1rem;
    line-height: 1.7;
    color: #5a5a5a;
}

.service-add-ons {
    padding: 100px 5%;
    background: white;
}

.add-ons-content {
    max-width: 1300px;
    margin: 0 auto;
}

.add-ons-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a1a1a;
}

.add-ons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.add-on-card {
    flex: 1 1 280px;
    padding: 2rem;
    background: #fafafa;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
}

.add-on-card:hover {
    border-color: #1a1a1a;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.add-on-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.add-on-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5a5a5a;
    margin-bottom: 1rem;
}

.add-on-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
}

.service-packages {
    padding: 100px 5%;
    background: #f5f5f5;
}

.packages-header {
    max-width: 1200px;
    margin: 0 auto 50px;
    text-align: center;
}

.packages-header h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.packages-header p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #5a5a5a;
}

.packages-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.package-card {
    flex: 1 1 300px;
    padding: 3rem 2rem;
    background: white;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    position: relative;
}

.package-card.featured {
    background: #1a1a1a;
    color: white;
    transform: scale(1.05);
}

.package-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #1a1a1a;
    color: white;
    padding: 0.5rem 1.2rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.package-card.featured .package-badge {
    background: white;
    color: #1a1a1a;
}

.package-card h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.package-card.featured h3 {
    color: white;
}

.package-card ul {
    list-style: none;
    margin-bottom: 2rem;
}

.package-card ul li {
    font-size: 1rem;
    line-height: 2;
    color: #4a4a4a;
    padding-left: 1.5rem;
    position: relative;
}

.package-card.featured ul li {
    color: rgba(255, 255, 255, 0.9);
}

.package-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #1a1a1a;
    font-weight: 700;
}

.package-card.featured ul li::before {
    color: white;
}

.package-price {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.package-card.featured .package-price {
    color: white;
}

.package-card .btn-select-service {
    width: 100%;
}

.package-card.featured .btn-select-service {
    background: white;
    color: #1a1a1a;
    border-color: white;
}

.package-card.featured .btn-select-service:hover {
    background: transparent;
    color: white;
}

.service-guarantees {
    padding: 100px 5%;
    background: white;
}

.guarantees-content {
    max-width: 1200px;
    margin: 0 auto;
}

.guarantees-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a1a1a;
}

.guarantees-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.guarantee-item {
    flex: 1 1 280px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 1.5rem;
    background: #fafafa;
}

.guarantee-item svg {
    width: 30px;
    height: 30px;
    stroke: #1a1a1a;
    flex-shrink: 0;
}

.guarantee-item span {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
}

.cta-services {
    padding: 100px 5%;
    background: #1a1a1a;
    color: white;
    text-align: center;
}

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

.cta-services-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.cta-services-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
}

.cta-services-content .cta-primary {
    background: white;
    color: #1a1a1a;
    border-color: white;
}

.cta-services-content .cta-primary:hover {
    background: transparent;
    color: white;
}

/* Contact Page */
.contact-layout {
    padding: 80px 5%;
    background: white;
}

.contact-layout {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}

.contact-info-block {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.contact-method {
    padding: 2rem;
    background: #fafafa;
}

.contact-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}

.contact-icon svg {
    width: 100%;
    height: 100%;
    stroke: #1a1a1a;
}

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

.contact-method p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a4a4a;
}

.contact-method a {
    color: #1a1a1a;
    font-weight: 600;
    transition: opacity 0.3s ease;
}

.contact-method a:hover {
    opacity: 0.7;
}

.contact-note {
    font-size: 0.9rem;
    color: #888;
    margin-top: 0.5rem;
}

.contact-visual {
    flex: 1;
    transform: translateY(40px);
}

.contact-visual img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

.service-areas {
    padding: 100px 5%;
    background: #fafafa;
}

.service-areas-content {
    max-width: 1200px;
    margin: 0 auto;
}

.service-areas-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
    color: #1a1a1a;
}

.areas-intro {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #5a5a5a;
    text-align: center;
    margin-bottom: 3rem;
}

.areas-grid {
    display: flex;
    gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
}

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

.area-column ul li {
    font-size: 1.05rem;
    line-height: 2;
    color: #4a4a4a;
    padding-left: 1.5rem;
    position: relative;
}

.area-column ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #1a1a1a;
    font-weight: 700;
}

.areas-note {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #888;
    text-align: center;
    margin-top: 3rem;
    font-style: italic;
}

.faq-section {
    padding: 100px 5%;
    background: white;
}

.faq-header {
    max-width: 1200px;
    margin: 0 auto 50px;
    text-align: center;
}

.faq-header h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    color: #1a1a1a;
}

.faq-list {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq-item {
    padding: 2rem;
    background: #fafafa;
}

.faq-item.offset {
    transform: translateX(40px);
}

.faq-item h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

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

.contact-cta {
    padding: 100px 5%;
    background: #1a1a1a;
    color: white;
    text-align: center;
}

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

.contact-cta-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.contact-cta-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
}

.contact-cta-content .cta-primary {
    background: white;
    color: #1a1a1a;
    border-color: white;
}

.contact-cta-content .cta-primary:hover {
    background: transparent;
    color: white;
}

/* Thanks Page */
.thanks-hero {
    padding: 140px 5% 100px;
    background: #f5f5f5;
    text-align: center;
}

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

.thanks-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    padding: 20px;
    background: #1a1a1a;
    border-radius: 50%;
}

.thanks-icon svg {
    width: 100%;
    height: 100%;
    stroke: white;
}

.thanks-content h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #5a5a5a;
    margin-bottom: 2rem;
}

.service-selected {
    padding: 1rem 2rem;
    background: white;
    display: inline-block;
    font-weight: 600;
    color: #1a1a1a;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}

.next-steps {
    padding: 100px 5%;
    background: white;
}

.next-steps-content {
    max-width: 1200px;
    margin: 0 auto;
}

.next-steps-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a1a1a;
}

.steps-timeline {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.timeline-step {
    flex: 1 1 250px;
    display: flex;
    gap: 20px;
}

.timeline-number {
    width: 50px;
    height: 50px;
    background: #1a1a1a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    flex-shrink: 0;
}

.timeline-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.timeline-content p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5a5a5a;
}

.thanks-info {
    padding: 80px 5%;
    background: #fafafa;
}

.thanks-info-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.info-card {
    flex: 1 1 300px;
    padding: 2.5rem;
    background: white;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}

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

.info-card p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a4a4a;
}

.thanks-explore {
    padding: 100px 5%;
    background: white;
}

.explore-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.explore-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.explore-content > p {
    font-size: 1.05rem;
    color: #5a5a5a;
    margin-bottom: 3rem;
}

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

.explore-card {
    flex: 1 1 280px;
    padding: 2.5rem;
    background: #fafafa;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
}

.explore-card:hover {
    border-color: #1a1a1a;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.explore-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.explore-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5a5a5a;
}

/* Legal Pages */
.legal-header {
    padding: 140px 5% 60px;
    background: #f5f5f5;
    text-align: center;
}

.legal-header-content h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.legal-updated {
    font-size: 0.95rem;
    color: #888;
}

.legal-content {
    padding: 80px 5%;
    background: white;
}

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

.legal-text h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.legal-text h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.legal-text p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.2rem;
}

.legal-text ul {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.legal-text ul li {
    font-size: 1rem;
    line-height: 1.9;
    color: #4a4a4a;
    margin-bottom: 0.5rem;
}

.legal-text a {
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: underline;
}

.legal-text a:hover {
    opacity: 0.7;
}

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

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

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

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

.cookie-table td {
    font-size: 0.95rem;
    color: #4a4a4a;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .nav-links {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: white;
        flex-direction: column;
        padding: 2rem 5%;
        gap: 0;
        transition: left 0.3s ease;
    }

    .nav-links.active {
        left: 0;
    }

    .nav-links a {
        padding: 1rem 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .nav-toggle {
        display: flex;
    }

    .hero-block {
        flex-direction: column;
        gap: 40px;
    }

    .hero-content-left {
        transform: none;
    }

    .hero-visual {
        transform: none;
    }

    .content-overlap {
        flex-direction: column;
        gap: 40px;
    }

    .text-block-narrow {
        transform: none;
    }

    .image-offset-right {
        transform: none;
    }

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

    .service-card.offset-right,
    .service-card.offset-left {
        margin: 0;
        flex-direction: column;
    }

    .trust-content-split {
        flex-direction: column;
        gap: 40px;
    }

    .stat-box.offset {
        transform: none;
    }

    .cta-content-overlap {
        flex-direction: column;
        text-align: center;
    }

    .form-row {
        flex-direction: column;
    }

    .story-layout {
        flex-direction: column;
        gap: 40px;
    }

    .approach-asymmetric {
        flex-direction: column;
        gap: 40px;
    }

    .approach-image {
        transform: none;
    }

    .service-detail-item,
    .service-detail-item.reverse {
        flex-direction: column;
    }

    .contact-layout {
        flex-direction: column;
        gap: 50px;
    }

    .contact-visual {
        transform: none;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .sticky-cta {
        bottom: 20px;
        right: 20px;
    }

    .faq-item.offset {
        transform: none;
    }
}

@media (max-width: 480px) {
    .hero-img {
        height: 350px;
    }

    .floating-badge {
        position: static;
        margin-top: 1rem;
    }

    .service-visual img {
        height: 220px;
    }

    .package-card.featured {
        transform: scale(1);
    }

    .cookie-actions {
        flex-direction: column;
        width: 100%;
    }

    .cookie-btn {
        width: 100%;
    }
}