* {
    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.7;
    color: #2d3748;
    background: #ffffff;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.narrow-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 20px;
}

.centered {
    text-align: center;
}

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    padding: 16px 0;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #1a365d;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    color: #4a5568;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #2b6cb0;
}

.ad-disclosure {
    font-size: 12px;
    color: #718096;
    padding: 4px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    background: #f7fafc;
}

.hero-funnel {
    position: relative;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 60px;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 54, 93, 0.7), rgba(43, 108, 176, 0.6));
    z-index: 1;
}

.hero-text {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    max-width: 820px;
    padding: 0 32px;
}

.hero-text h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.hero-text p {
    font-size: 22px;
    line-height: 1.6;
    opacity: 0.95;
}

.story-intro {
    padding: 120px 20px;
    background: #f7fafc;
}

.lead-text {
    font-size: 26px;
    line-height: 1.6;
    color: #2d3748;
    margin-bottom: 32px;
    font-weight: 400;
}

.story-intro p {
    font-size: 19px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 24px;
}

.problem-amplification {
    padding: 100px 20px;
    background: #ffffff;
}

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

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 32px;
    color: #1a365d;
    font-weight: 700;
}

.split-text p {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 24px;
    color: #4a5568;
}

.split-image {
    flex: 1;
    background: #e2e8f0;
}

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

.insight-section {
    padding: 140px 20px;
    background: linear-gradient(135deg, #1a365d 0%, #2b6cb0 100%);
    color: #ffffff;
}

.insight-section h2 {
    font-size: 44px;
    margin-bottom: 48px;
    font-weight: 700;
}

.insight-text {
    font-size: 21px;
    line-height: 1.8;
    margin-bottom: 32px;
    opacity: 0.96;
}

.trust-building {
    padding: 100px 20px;
    background: #ffffff;
}

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

.trust-card {
    flex: 1;
    padding: 48px 32px;
    background: #f7fafc;
    border-radius: 8px;
}

.trust-icon {
    font-size: 48px;
    color: #38a169;
    margin-bottom: 24px;
}

.trust-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1a365d;
    font-weight: 600;
}

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

.testimonials-inline {
    padding: 100px 20px;
    background: #edf2f7;
}

.testimonial-block {
    max-width: 880px;
    margin: 0 auto 60px;
    padding: 48px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.testimonial-text {
    font-size: 20px;
    line-height: 1.7;
    color: #2d3748;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 16px;
    color: #718096;
    font-weight: 600;
}

.benefits-reveal {
    padding: 120px 20px;
    background: #ffffff;
}

.section-title {
    font-size: 44px;
    margin-bottom: 72px;
    color: #1a365d;
    font-weight: 700;
}

.benefits-list {
    max-width: 1100px;
    margin: 0 auto;
}

.benefit-item {
    display: flex;
    gap: 64px;
    align-items: center;
    margin-bottom: 80px;
}

.benefit-item.reverse {
    flex-direction: row-reverse;
}

.benefit-item img {
    width: 480px;
    height: 360px;
    object-fit: cover;
    border-radius: 8px;
    background: #e2e8f0;
}

.benefit-text {
    flex: 1;
}

.benefit-text h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a365d;
    font-weight: 600;
}

.benefit-text p {
    font-size: 18px;
    line-height: 1.75;
    color: #4a5568;
}

.services-pricing {
    padding: 140px 20px;
    background: #f7fafc;
}

.services-intro {
    text-align: center;
    font-size: 19px;
    color: #4a5568;
    margin-bottom: 64px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    flex: 1 1 calc(33.333% - 24px);
    min-width: 300px;
    padding: 40px 32px;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    border-color: #2b6cb0;
}

.service-card.featured {
    border-color: #2b6cb0;
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
}

.featured-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #2b6cb0;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1a365d;
    font-weight: 600;
}

.service-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 24px;
}

.service-price {
    font-size: 36px;
    font-weight: 700;
    color: #2b6cb0;
    margin-bottom: 24px;
}

.btn-service {
    width: 100%;
    padding: 14px 24px;
    background: #2b6cb0;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-service:hover {
    background: #1a365d;
    transform: scale(1.02);
}

.order-form-section {
    padding: 80px 20px;
    background: #edf2f7;
}

.selected-service-display {
    background: #ffffff;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 32px;
    border: 2px solid #2b6cb0;
}

.selected-service-display p {
    font-size: 18px;
    margin-bottom: 8px;
}

.order-form {
    background: #ffffff;
    padding: 48px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

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

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s;
}

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

.btn-submit {
    width: 100%;
    padding: 16px 32px;
    background: #38a169;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-submit:hover {
    background: #2f855a;
    transform: scale(1.02);
}

.final-cta {
    padding: 100px 20px;
    background: #1a365d;
}

.cta-box {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    color: #ffffff;
}

.cta-box h2 {
    font-size: 44px;
    margin-bottom: 24px;
    font-weight: 700;
}

.cta-box p {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.95;
}

.btn-cta-large {
    display: inline-block;
    padding: 18px 48px;
    background: #38a169;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 19px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-cta-large:hover {
    background: #2f855a;
    transform: scale(1.05);
}

.disclaimer-section {
    padding: 60px 20px;
    background: #f7fafc;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #718096;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.main-footer {
    background: #2d3748;
    color: #e2e8f0;
    padding: 60px 20px 20px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-section {
    flex: 1;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #ffffff;
    font-weight: 600;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 8px;
}

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

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #cbd5e0;
    text-decoration: none;
    transition: color 0.3s;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid #4a5568;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-bottom p {
    font-size: 14px;
    color: #a0aec0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(45, 55, 72, 0.98);
    color: #ffffff;
    padding: 24px;
    z-index: 2000;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
}

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

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

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

.btn-cookie {
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-cookie.accept {
    background: #38a169;
    color: #ffffff;
}

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

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

.btn-cookie.reject:hover {
    background: #4a5568;
}

.page-header {
    padding: 140px 20px 80px;
    background: linear-gradient(135deg, #1a365d 0%, #2b6cb0 100%);
    color: #ffffff;
    text-align: center;
}

.page-header h1 {
    font-size: 52px;
    margin-bottom: 16px;
    font-weight: 700;
}

.header-subtitle {
    font-size: 20px;
    opacity: 0.95;
}

.about-content {
    padding: 80px 20px;
}

.about-intro {
    text-align: center;
    margin-bottom: 80px;
}

.large-text {
    font-size: 28px;
    line-height: 1.6;
    color: #2d3748;
    max-width: 900px;
    margin: 0 auto;
}

.story-block {
    display: flex;
    gap: 64px;
    align-items: center;
    margin-bottom: 80px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.story-block.reverse {
    flex-direction: row-reverse;
}

.story-block img {
    width: 480px;
    height: 360px;
    object-fit: cover;
    border-radius: 8px;
    background: #e2e8f0;
}

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a365d;
    font-weight: 600;
}

.story-text p {
    font-size: 17px;
    line-height: 1.75;
    color: #4a5568;
    margin-bottom: 20px;
}

.values-section {
    padding: 80px 20px;
    background: #f7fafc;
    margin-top: 60px;
}

.values-section h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
    color: #1a365d;
    font-weight: 700;
}

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

.value-card {
    flex: 1 1 calc(50% - 16px);
    min-width: 280px;
    padding: 40px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

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

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

.cta-section {
    padding: 100px 20px;
    background: #edf2f7;
}

.services-detailed {
    padding: 80px 20px;
    background: #f7fafc;
}

.service-detail-card {
    display: flex;
    gap: 64px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 48px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

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

.service-detail-card.featured-service {
    border: 3px solid #2b6cb0;
    position: relative;
}

.featured-badge-large {
    position: absolute;
    top: -16px;
    right: 40px;
    background: #2b6cb0;
    color: #ffffff;
    padding: 8px 24px;
    border-radius: 24px;
    font-size: 15px;
    font-weight: 600;
}

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

.service-detail-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background: #e2e8f0;
}

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

.service-detail-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a365d;
    font-weight: 600;
}

.service-description {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 24px;
}

.service-features {
    list-style: none;
    margin-bottom: 28px;
}

.service-features li {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #38a169;
    font-weight: 700;
}

.service-price-tag {
    font-size: 40px;
    font-weight: 700;
    color: #2b6cb0;
    margin-bottom: 24px;
}

.btn-service-page {
    padding: 16px 40px;
    background: #2b6cb0;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-service-page:hover {
    background: #1a365d;
    transform: scale(1.02);
}

.why-choose {
    padding: 80px 20px;
    background: #ffffff;
}

.why-choose h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
    color: #1a365d;
    font-weight: 700;
}

.reasons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.reason-card {
    flex: 1 1 calc(50% - 16px);
    min-width: 280px;
    padding: 40px;
    background: #f7fafc;
    border-radius: 8px;
}

.reason-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a365d;
    font-weight: 600;
}

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

.contact-content {
    padding: 80px 20px;
}

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

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

.contact-info-block h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #1a365d;
    font-weight: 600;
}

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

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

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

.contact-note {
    padding: 24px;
    background: #f7fafc;
    border-left: 4px solid #2b6cb0;
    border-radius: 4px;
    margin-top: 32px;
}

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

.contact-visual {
    flex: 1;
}

.contact-visual img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 32px;
    background: #e2e8f0;
}

.contact-cta-box {
    padding: 32px;
    background: #f7fafc;
    border-radius: 8px;
}

.contact-cta-box h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #1a365d;
    font-weight: 600;
}

.contact-cta-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 20px;
}

.btn-contact {
    display: inline-block;
    padding: 14px 32px;
    background: #2b6cb0;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-contact:hover {
    background: #1a365d;
    transform: scale(1.02);
}

.faq-section {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}

.faq-section h2 {
    font-size: 36px;
    margin-bottom: 48px;
    color: #1a365d;
    text-align: center;
    font-weight: 600;
}

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.faq-item {
    flex: 1 1 calc(50% - 16px);
    min-width: 280px;
    padding: 32px;
    background: #f7fafc;
    border-radius: 8px;
}

.faq-item h3 {
    font-size: 19px;
    margin-bottom: 12px;
    color: #1a365d;
    font-weight: 600;
}

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

.thanks-section {
    padding: 140px 20px 100px;
}

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

.thanks-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 32px;
    background: #38a169;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    color: #ffffff;
}

.thanks-content h1 {
    font-size: 44px;
    margin-bottom: 24px;
    color: #1a365d;
    font-weight: 700;
}

.thanks-message {
    font-size: 19px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 48px;
}

.order-summary {
    background: #f7fafc;
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 48px;
    text-align: left;
}

.order-summary h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #1a365d;
    font-weight: 600;
}

.order-summary p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 8px;
}

.next-steps {
    text-align: left;
    margin-bottom: 48px;
}

.next-steps h2 {
    font-size: 28px;
    margin-bottom: 24px;
    color: #1a365d;
    font-weight: 600;
}

.steps-list {
    padding-left: 24px;
}

.steps-list li {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 16px;
}

.thanks-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 48px;
}

.btn-primary {
    display: inline-block;
    padding: 16px 32px;
    background: #2b6cb0;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #1a365d;
    transform: scale(1.02);
}

.btn-secondary {
    display: inline-block;
    padding: 16px 32px;
    background: #ffffff;
    color: #2b6cb0;
    border: 2px solid #2b6cb0;
    text-decoration: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #f7fafc;
}

.thanks-contact {
    font-size: 16px;
    color: #718096;
}

.legal-page {
    padding: 100px 20px;
}

.legal-page h1 {
    font-size: 44px;
    margin-bottom: 16px;
    color: #1a365d;
    font-weight: 700;
}

.last-updated {
    font-size: 15px;
    color: #718096;
    margin-bottom: 48px;
}

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

.legal-content h2 {
    font-size: 28px;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #1a365d;
    font-weight: 600;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2d3748;
    font-weight: 600;
}

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

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 28px;
}

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

.legal-content a {
    color: #2b6cb0;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #1a365d;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

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

.cookies-table th {
    background: #f7fafc;
    font-weight: 600;
    color: #2d3748;
}

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

@media (max-width: 768px) {
    .nav-links {
        gap: 16px;
    }

    .hero-text h1 {
        font-size: 36px;
    }

    .hero-text p {
        font-size: 18px;
    }

    .split-layout,
    .story-block,
    .benefit-item,
    .service-detail-card,
    .contact-layout {
        flex-direction: column;
        gap: 40px;
    }

    .split-image img,
    .story-block img,
    .benefit-item img {
        width: 100%;
        height: 300px;
    }

    .trust-grid,
    .services-grid,
    .values-grid,
    .reasons-grid,
    .faq-grid {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        gap: 32px;
    }

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

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