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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fefefe;
}

.ad-disclosure {
    background-color: #f4f4f4;
    color: #666;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    border-bottom: 1px solid #e0e0e0;
}

.floating-nav {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    padding: 15px 0;
}

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

.brand {
    font-size: 26px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

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

.nav-links a {
    color: #444;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #8b7355;
}

.hero-visual {
    position: relative;
    height: 85vh;
    overflow: hidden;
    background-color: #1a1a1a;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 62px;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.hero-content p {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

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

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

.narrow-content h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 1.3;
    color: #1a1a1a;
}

.narrow-content p {
    font-size: 19px;
    margin-bottom: 28px;
    color: #3a3a3a;
}

.visual-break {
    width: 100%;
    background-color: #e8e8e8;
}

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

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

.offset-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.text-block {
    flex: 1.3;
}

.text-block h2 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.text-block p {
    font-size: 18px;
    margin-bottom: 22px;
    color: #3a3a3a;
}

.side-visual {
    flex: 1;
    background-color: #f0f0f0;
}

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

.insight-reveal {
    padding: 110px 20px;
    background-color: #f9f7f4;
}

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

.centered-insight h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.centered-insight > p {
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto 60px;
    color: #3a3a3a;
}

.insight-grid {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin-top: 50px;
}

.insight-card {
    flex: 1;
    background-color: #fff;
    padding: 45px 35px;
    text-align: left;
    border: 1px solid #e5e5e5;
}

.insight-card h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 18px;
    color: #2a2a2a;
}

.insight-card p {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
}

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

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

.trust-content {
    flex: 1;
}

.trust-content h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.trust-content p {
    font-size: 18px;
    margin-bottom: 22px;
    color: #3a3a3a;
}

.wide-layout img {
    flex: 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #f0f0f0;
}

.testimonials-inline {
    padding: 90px 20px;
    background-color: #2a2a2a;
    color: #fff;
}

.testimonial-flow {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.testimonial {
    padding: 40px 50px;
    background-color: rgba(255, 255, 255, 0.05);
    border-left: 3px solid #8b7355;
}

.testimonial p {
    font-size: 20px;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #e8e8e8;
}

.testimonial cite {
    font-size: 16px;
    font-style: normal;
    color: #aaa;
}

.benefits-reveal {
    padding: 100px 20px;
    background-color: #fafafa;
}

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

.benefits-container h2 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 60px;
    text-align: center;
    color: #1a1a1a;
}

.benefits-asymmetric {
    display: flex;
    gap: 40px;
}

.benefit-large {
    flex: 1.5;
    background-color: #fff;
    padding: 0;
    border: 1px solid #e5e5e5;
}

.benefit-large img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background-color: #f0f0f0;
}

.benefit-large h3 {
    font-size: 26px;
    font-weight: 500;
    margin: 30px 30px 15px;
    color: #2a2a2a;
}

.benefit-large p {
    font-size: 17px;
    color: #555;
    margin: 0 30px 30px;
    line-height: 1.6;
}

.benefit-stack {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.benefit-small {
    background-color: #fff;
    padding: 40px 35px;
    border: 1px solid #e5e5e5;
}

.benefit-small h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #2a2a2a;
}

.benefit-small p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.collection-preview {
    padding: 110px 20px;
    background-color: #fff;
}

.collection-intro {
    max-width: 800px;
    margin: 0 auto 70px;
    text-align: center;
}

.collection-intro h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.collection-intro p {
    font-size: 19px;
    color: #555;
}

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

.service-card {
    flex: 1 1 calc(50% - 18px);
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.service-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.service-card h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 25px 25px 15px;
    color: #2a2a2a;
}

.service-card p {
    font-size: 16px;
    color: #555;
    margin: 0 25px 20px;
    line-height: 1.6;
}

.service-card .price {
    font-size: 22px;
    font-weight: 600;
    color: #8b7355;
    margin: 0 25px 20px;
}

.service-card .select-service {
    display: block;
    width: calc(100% - 50px);
    margin: 0 25px 25px;
    padding: 14px 0;
    background-color: #2a2a2a;
    color: #fff;
    border: none;
    font-size: 16px;
    font-family: inherit;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.service-card .select-service:hover {
    background-color: #8b7355;
}

.form-section {
    padding: 100px 20px;
    background-color: #f4f1ee;
}

.form-container {
    max-width: 650px;
    margin: 0 auto;
}

.form-container h2 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
    color: #1a1a1a;
}

.form-container > p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
    color: #555;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    font-family: inherit;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    color: #2a2a2a;
    transition: border-color 0.3s ease;
}

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

.submit-btn {
    width: 100%;
    padding: 16px 0;
    background-color: #2a2a2a;
    color: #fff;
    border: none;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #8b7355;
}

.final-cta {
    padding: 90px 20px;
    background-color: #8b7355;
    text-align: center;
}

.cta-content h2 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 20px;
    color: #f0f0f0;
    margin-bottom: 35px;
}

.cta-button {
    display: inline-block;
    padding: 16px 45px;
    background-color: #fff;
    color: #2a2a2a;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-button:hover {
    background-color: #2a2a2a;
    color: #fff;
}

.site-footer {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 70px 20px 20px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto 50px;
    display: flex;
    gap: 80px;
}

.footer-section {
    flex: 1;
}

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

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
}

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

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

.footer-section ul li a {
    color: #aaa;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    border-left: 3px solid #8b7355;
}

.footer-disclaimer p {
    font-size: 14px;
    line-height: 1.7;
    color: #aaa;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(26, 26, 26, 0.97);
    padding: 25px 20px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    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: 40px;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 12px 30px;
    font-size: 15px;
    font-family: inherit;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.cookie-accept {
    background-color: #8b7355;
    color: #fff;
}

.cookie-accept:hover {
    opacity: 0.9;
}

.cookie-reject {
    background-color: #444;
    color: #fff;
}

.cookie-reject:hover {
    opacity: 0.9;
}

.page-header {
    padding: 80px 20px 60px;
    background-color: #f4f1ee;
    text-align: center;
}

.page-header h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.page-header p {
    font-size: 20px;
    color: #555;
}

.about-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.about-story {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
}

.about-story img {
    flex: 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #f0f0f0;
}

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.story-text p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #3a3a3a;
    line-height: 1.7;
}

.philosophy-section {
    margin-bottom: 100px;
}

.philosophy-section h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
    color: #1a1a1a;
}

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

.philosophy-item {
    flex: 1;
    background-color: #fafafa;
    padding: 40px 35px;
    border: 1px solid #e5e5e5;
}

.philosophy-item h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 18px;
    color: #2a2a2a;
}

.philosophy-item p {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
}

.expertise-section {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
}

.expertise-content {
    flex: 1;
}

.expertise-content h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.expertise-content p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #3a3a3a;
    line-height: 1.7;
}

.expertise-section img {
    flex: 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #f0f0f0;
}

.values-section {
    margin-bottom: 100px;
}

.values-section h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
    color: #1a1a1a;
}

.values-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.value-item {
    background-color: #fafafa;
    padding: 40px 45px;
    border-left: 4px solid #8b7355;
}

.value-item h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #2a2a2a;
}

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

.commitment-section {
    background-color: #f4f1ee;
    padding: 60px 50px;
    margin-bottom: 80px;
}

.commitment-text h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.commitment-text p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #3a3a3a;
    line-height: 1.7;
}

.contact-link {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 35px;
    background-color: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.contact-link:hover {
    background-color: #8b7355;
}

.services-detailed {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.service-detail {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 90px;
}

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

.service-image {
    flex: 1;
    background-color: #f0f0f0;
}

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

.service-info {
    flex: 1;
}

.service-info h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-info p {
    font-size: 17px;
    margin-bottom: 18px;
    color: #3a3a3a;
    line-height: 1.7;
}

.service-features {
    margin: 30px 0;
}

.service-features h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #2a2a2a;
}

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

.service-features ul li {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.service-features ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8b7355;
    font-weight: 600;
}

.service-pricing {
    margin: 25px 0;
}

.price-label {
    display: block;
    font-size: 15px;
    color: #666;
    margin-bottom: 5px;
}

.price-value {
    font-size: 28px;
    font-weight: 600;
    color: #8b7355;
}

.service-info .select-service {
    padding: 14px 35px;
    background-color: #2a2a2a;
    color: #fff;
    border: none;
    font-size: 16px;
    font-family: inherit;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.service-info .select-service:hover {
    background-color: #8b7355;
}

.cta-services {
    padding: 80px 20px;
    background-color: #f4f1ee;
    text-align: center;
}

.cta-services .cta-content h2 {
    font-size: 38px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.cta-services .cta-content p {
    font-size: 19px;
    color: #555;
    margin-bottom: 30px;
}

.cta-services .cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    transition: background-color 0.3s ease;
}

.cta-services .cta-button:hover {
    background-color: #8b7355;
}

.contact-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    gap: 70px;
    align-items: flex-start;
}

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

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

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

.contact-item h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #2a2a2a;
}

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

.contact-note {
    background-color: #f4f1ee;
    padding: 25px 30px;
    margin-top: 40px;
    border-left: 4px solid #8b7355;
}

.contact-note p {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 1.7;
}

.contact-visual {
    flex: 1;
    background-color: #f0f0f0;
}

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

.location-info {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 80px;
}

.location-content h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.location-content p {
    font-size: 17px;
    margin-bottom: 18px;
    color: #3a3a3a;
    line-height: 1.7;
}

.thanks-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    gap: 70px;
    align-items: center;
}

.thanks-content {
    flex: 1.3;
}

.thanks-content h1 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.thanks-content > p {
    font-size: 20px;
    color: #555;
    margin-bottom: 40px;
}

.thanks-message {
    background-color: #f4f1ee;
    padding: 30px 35px;
    margin-bottom: 50px;
    border-left: 4px solid #8b7355;
}

.thanks-message p {
    font-size: 17px;
    color: #3a3a3a;
    margin-bottom: 15px;
    line-height: 1.7;
}

.thanks-message p:last-child {
    margin-bottom: 0;
}

.thanks-next-steps h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 35px;
    color: #1a1a1a;
}

.steps-grid {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.step {
    flex: 1;
    background-color: #fafafa;
    padding: 30px 25px;
    border: 1px solid #e5e5e5;
}

.step h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #2a2a2a;
}

.step p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.thanks-actions {
    display: flex;
    gap: 20px;
}

.btn-primary,
.btn-secondary {
    padding: 14px 30px;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.3s ease;
}

.btn-primary {
    background-color: #2a2a2a;
    color: #fff;
}

.btn-primary:hover {
    opacity: 0.9;
}

.btn-secondary {
    background-color: transparent;
    color: #2a2a2a;
    border: 2px solid #2a2a2a;
}

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

.thanks-visual {
    flex: 1;
    background-color: #f0f0f0;
}

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

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

.legal-page h1 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.legal-content h2 {
    font-size: 28px;
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 20px;
    color: #2a2a2a;
}

.legal-content h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #3a3a3a;
}

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

.legal-content ul {
    margin: 20px 0 20px 30px;
}

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

.legal-content a {
    color: #8b7355;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #2a2a2a;
}

.cookie-table {
    width: 100%;
    margin: 30px 0;
    border-collapse: collapse;
}

.cookie-table thead tr {
    background-color: #f4f4f4;
}

.cookie-table th,
.cookie-table td {
    padding: 15px;
    text-align: left;
    border: 1px solid #ddd;
    font-size: 15px;
}

.cookie-table th {
    font-weight: 600;
    color: #2a2a2a;
}

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

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 20px;
    }

    .nav-links {
        gap: 20px;
    }

    .hero-content h1 {
        font-size: 38px;
    }

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

    .offset-content,
    .wide-layout,
    .about-story,
    .expertise-section,
    .service-detail,
    .contact-layout,
    .thanks-container {
        flex-direction: column;
    }

    .benefits-asymmetric,
    .insight-grid,
    .philosophy-grid,
    .steps-grid,
    .footer-content {
        flex-direction: column;
    }

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

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

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