.page-content {
    min-height: 60vh;
}

.page-hero-offset {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #fff;
    padding: 100px 40px 80px;
    text-align: center;
    transform: skewY(-2deg);
    margin-bottom: 80px;
}

.page-hero-text {
    transform: skewY(2deg);
    max-width: 800px;
    margin: 0 auto;
}

.page-hero-text h1 {
    font-size: 56px;
    margin-bottom: 20px;
}

.page-hero-text p {
    font-size: 20px;
    opacity: 0.9;
}

.about-story-irregular {
    max-width: 1400px;
    margin: 0 auto 100px;
    padding: 0 40px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.story-column-left {
    flex: 0 0 48%;
    transform: translateX(-30px);
}

.story-column-left h2 {
    font-size: 42px;
    margin-bottom: 28px;
    color: #1a1a1a;
    line-height: 1.3;
}

.story-column-left p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.story-image-right {
    flex: 0 0 45%;
    background: #ecf0f1;
}

.story-image-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(30px);
}

.values-stacked {
    background: #f8f9fa;
    padding: 100px 40px;
    margin: 80px 0;
}

.values-stacked h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 70px;
    color: #1a1a1a;
}

.values-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}

.value-card {
    flex: 1;
    background: #fff;
    padding: 40px 35px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

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

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

.value-card h3 {
    font-size: 26px;
    margin-bottom: 18px;
    color: #e74c3c;
}

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

.team-overlap {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
    display: flex;
    gap: 70px;
    align-items: center;
}

.team-intro {
    flex: 0 0 40%;
}

.team-intro h2 {
    font-size: 40px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

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

.team-image-container {
    flex: 0 0 50%;
    background: #ecf0f1;
}

.team-image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.commitment-section {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.commitment-block-left {
    flex: 0 0 55%;
}

.commitment-block-left h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.commitment-block-left p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.commitment-visual-right {
    flex: 0 0 35%;
    background: #ecf0f1;
}

.commitment-visual-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-40px);
}

.cta-about-centered,
.cta-contact-centered {
    text-align: center;
    padding: 80px 40px;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    margin-top: 80px;
}

.cta-about-centered h2,
.cta-contact-centered h2 {
    font-size: 42px;
    margin-bottom: 16px;
}

.cta-about-centered p,
.cta-contact-centered p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.btn-cta-secondary {
    display: inline-block;
    background: #fff;
    color: #e74c3c;
    padding: 16px 42px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-cta-secondary:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.services-detail-section {
    max-width: 1400px;
    margin: 0 auto 80px;
    padding: 0 40px;
}

.service-detail-card {
    margin-bottom: 100px;
}

.service-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 3px solid #e74c3c;
}

.service-detail-header h2 {
    font-size: 38px;
    color: #1a1a1a;
}

.service-price-large {
    font-size: 36px;
    font-weight: 700;
    color: #e74c3c;
}

.service-detail-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

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

.service-detail-text {
    flex: 0 0 58%;
}

.service-detail-text p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 24px;
}

.service-detail-text h4 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 14px;
    color: #2c3e50;
}

.service-detail-text ul {
    margin-left: 20px;
    margin-bottom: 24px;
}

.service-detail-text ul li {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 10px;
}

.service-detail-image {
    flex: 0 0 35%;
    background: #ecf0f1;
}

.service-detail-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.delivery-info-section {
    background: #f8f9fa;
    padding: 80px 40px;
    margin: 80px 0;
}

.delivery-info-section h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.delivery-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}

.delivery-item {
    flex: 1;
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.delivery-item h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #e74c3c;
}

.delivery-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

.cta-services-bottom {
    text-align: center;
    padding: 80px 40px;
    background: #2c3e50;
    color: #fff;
}

.cta-services-bottom h2 {
    font-size: 44px;
    margin-bottom: 30px;
}

.btn-cta-large {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    padding: 18px 50px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
}

.btn-cta-large:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

.contact-main-section {
    max-width: 1400px;
    margin: 0 auto 100px;
    padding: 0 40px;
}

.contact-layout-irregular {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.contact-info-block {
    flex: 0 0 45%;
    transform: translateY(40px);
}

.contact-info-block h2 {
    font-size: 40px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

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

.contact-detail h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #e74c3c;
}

.contact-detail p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

.contact-visual-block {
    flex: 0 0 48%;
    background: #ecf0f1;
}

.contact-visual-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.faq-section-offset {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 40px;
}

.faq-section-offset h2 {
    font-size: 44px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a1a1a;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq-item {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    border-left: 4px solid #e74c3c;
}

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #2c3e50;
}

.faq-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

.thanks-hero {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 40px;
}

.thanks-container {
    text-align: center;
}

.thanks-icon {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.thanks-container h1 {
    font-size: 48px;
    margin-bottom: 16px;
    color: #27ae60;
}

.thanks-subtitle {
    font-size: 20px;
    color: #555;
    margin-bottom: 50px;
}

.order-confirmation {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 40px;
    text-align: left;
}

.order-confirmation h2 {
    font-size: 26px;
    margin-bottom: 24px;
    color: #1a1a1a;
    text-align: center;
}

.confirmation-details p {
    font-size: 17px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.confirmation-details strong {
    color: #1a1a1a;
}

.thanks-message {
    margin-bottom: 50px;
}

.thanks-message h3 {
    font-size: 28px;
    margin-bottom: 24px;
    color: #2c3e50;
}

.next-steps {
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
    list-style-position: inside;
}

.next-steps li {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 14px;
}

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

.btn-primary-action {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    padding: 16px 36px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-primary-action:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.btn-secondary-action {
    display: inline-block;
    background: #2c3e50;
    color: #fff;
    padding: 16px 36px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-secondary-action:hover {
    background: #1a252f;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
}

.contact-support-section {
    background: #f8f9fa;
    padding: 60px 40px;
    text-align: center;
    margin-top: 80px;
}

.contact-support-section h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.contact-support-section p {
    font-size: 17px;
    color: #555;
}

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

.legal-header {
    text-align: center;
    margin-bottom: 60px;
}

.legal-header h1 {
    font-size: 48px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.legal-updated {
    font-size: 16px;
    color: #888;
}

.legal-content {
    line-height: 1.8;
}

.legal-section {
    margin-bottom: 50px;
}

.legal-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
    border-bottom: 2px solid #ecf0f1;
    padding-bottom: 10px;
}

.legal-section h3 {
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 14px;
    color: #34495e;
}

.legal-section h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #555;
}

.legal-section p {
    font-size: 16px;
    color: #555;
    margin-bottom: 16px;
}

.legal-section ul {
    margin-left: 24px;
    margin-bottom: 20px;
}

.legal-section ul li {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.7;
}

.legal-section strong {
    color: #2c3e50;
}

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

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

.disclaimer-section {
    background: #fff8dc;
    padding: 30px;
    border-left: 4px solid #f39c12;
    border-radius: 4px;
}

.disclaimer-section h2 {
    color: #d68910;
    border-bottom: none;
}

@media (max-width: 1024px) {
    .about-story-irregular,
    .team-overlap,
    .commitment-section,
    .contact-layout-irregular {
        flex-direction: column;
        gap: 40px;
    }

    .story-column-left,
    .team-intro,
    .commitment-block-left,
    .contact-info-block {
        transform: none;
    }

    .story-image-right img,
    .commitment-visual-right img {
        transform: none;
    }

    .values-grid,
    .delivery-grid {
        flex-direction: column;
    }

    .value-card {
        transform: none !important;
    }

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

@media (max-width: 768px) {
    .page-hero-text h1 {
        font-size: 36px;
    }

    .legal-header h1 {
        font-size: 32px;
    }

    .thanks-container h1 {
        font-size: 32px;
    }

    .thanks-actions {
        flex-direction: column;
        align-items: stretch;
    }
}