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

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

.ad-disclosure {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px;
    font-size: 0.75rem;
    color: #666;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #e0e0e0;
}

.floating-nav {
    position: fixed;
    top: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 18px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    z-index: 999;
}

.nav-brand {
    font-weight: 600;
    font-size: 1.1rem;
    color: #1a1a1a;
}

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

.nav-links a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

.hero-asymmetric {
    display: flex;
    min-height: 85vh;
    position: relative;
    margin-top: 40px;
}

.hero-offset-content {
    width: 45%;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.2rem;
    line-height: 1.15;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
}

.hero-subtext {
    font-size: 1.25rem;
    color: #5a5a5a;
    line-height: 1.6;
    max-width: 500px;
}

.hero-image-container {
    width: 55%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #e8e8e8;
}

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

.offset-intro {
    display: flex;
    padding: 120px 60px;
    gap: 80px;
    align-items: center;
}

.intro-block {
    width: 55%;
    padding-left: 100px;
}

.intro-block p {
    font-size: 1.15rem;
    margin-bottom: 24px;
    color: #3a3a3a;
}

.intro-visual {
    width: 45%;
    background-color: #f5f5f5;
}

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

.problem-amplification {
    background-color: #f8f8f8;
    padding: 100px 60px;
}

.problem-container h2 {
    font-size: 2.5rem;
    margin-bottom: 60px;
    text-align: center;
    color: #1a1a1a;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.problem-grid {
    max-width: 1100px;
    margin: 0 auto;
}

.problem-card {
    background-color: #ffffff;
    padding: 50px;
    margin-bottom: 40px;
    border-radius: 4px;
}

.problem-card.offset-left {
    margin-left: 0;
    margin-right: 120px;
}

.problem-card.offset-right {
    margin-left: 120px;
    margin-right: 0;
}

.problem-card h3 {
    font-size: 1.6rem;
    margin-bottom: 18px;
    color: #2a2a2a;
}

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

.insight-reveal {
    padding: 140px 60px;
    background-color: #1a1a1a;
    color: #ffffff;
}

.insight-text-block {
    max-width: 750px;
    margin-left: 120px;
}

.insight-text-block h2 {
    font-size: 2.8rem;
    margin-bottom: 35px;
    font-weight: 700;
}

.insight-text-block p {
    font-size: 1.2rem;
    margin-bottom: 24px;
    line-height: 1.8;
    color: #e0e0e0;
}

.how-we-work {
    display: flex;
    padding: 100px 0;
    gap: 0;
}

.work-image-left {
    width: 50%;
    background-color: #e5e5e5;
}

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

.work-content-right {
    width: 50%;
    padding: 60px 80px;
    background-color: #f9f9f9;
}

.work-content-right h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.work-content-right p {
    font-size: 1.1rem;
    margin-bottom: 22px;
    color: #4a4a4a;
    line-height: 1.75;
}

.testimonials-inline {
    padding: 100px 60px;
    background-color: #ffffff;
}

.testimonial {
    max-width: 700px;
    padding: 45px 50px;
    background-color: #f7f7f7;
    margin-bottom: 50px;
    border-left: 4px solid #1a1a1a;
}

.testimonial.offset-right {
    margin-left: auto;
    margin-right: 80px;
}

.testimonial.offset-left {
    margin-left: 80px;
    margin-right: auto;
}

.testimonial p {
    font-size: 1.15rem;
    font-style: italic;
    color: #2a2a2a;
    margin-bottom: 18px;
    line-height: 1.7;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
}

.benefits-visual {
    padding: 120px 60px;
    background-color: #fafafa;
}

.benefits-visual h2 {
    font-size: 2.6rem;
    margin-bottom: 70px;
    text-align: center;
    color: #1a1a1a;
}

.benefits-container {
    display: flex;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
    align-items: flex-start;
}

.benefit-item {
    flex: 1;
    background-color: #ffffff;
}

.benefit-item.offset-top {
    margin-top: 60px;
}

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

.benefit-item h3 {
    font-size: 1.5rem;
    margin: 28px 30px 15px;
    color: #2a2a2a;
}

.benefit-item p {
    font-size: 1rem;
    color: #5a5a5a;
    line-height: 1.7;
    padding: 0 30px 30px;
}

.services-preview {
    padding: 120px 60px;
    background-color: #ffffff;
}

.services-preview h2 {
    font-size: 2.7rem;
    margin-bottom: 80px;
    color: #1a1a1a;
    max-width: 700px;
}

.services-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    max-width: 1400px;
}

.service-card {
    background-color: #f8f8f8;
    padding: 45px;
    border-radius: 2px;
}

.service-card.primary {
    width: 48%;
}

.service-card.secondary {
    width: 48%;
}

.service-card.tertiary {
    width: 48%;
}

.service-card.quaternary {
    width: 48%;
}

.service-card.offset-down {
    margin-top: 50px;
}

.service-card.offset-up {
    margin-top: -50px;
}

.service-card h3 {
    font-size: 1.8rem;
    margin-bottom: 18px;
    color: #1a1a1a;
}

.service-card p {
    font-size: 1.05rem;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-price {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 25px 0;
}

.select-service-btn {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 15px 35px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 2px;
}

.select-service-btn:hover {
    background-color: #333333;
}

.cta-form-section {
    padding: 120px 60px;
    background-color: #f5f5f5;
}

.form-intro-text {
    max-width: 650px;
    margin-bottom: 60px;
    margin-left: 100px;
}

.form-intro-text h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.form-intro-text p {
    font-size: 1.1rem;
    color: #5a5a5a;
}

.contact-form {
    max-width: 600px;
    background-color: #ffffff;
    padding: 50px;
    margin-left: 150px;
}

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

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #3a3a3a;
    font-weight: 500;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px 16px;
    font-size: 1rem;
    border: 1px solid #d0d0d0;
    background-color: #fafafa;
    transition: border-color 0.3s ease;
}

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

.submit-btn {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 1.05rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

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

.disclaimer-section {
    padding: 60px 80px;
    background-color: #e8e8e8;
}

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

.main-footer {
    background-color: #1a1a1a;
    color: #e0e0e0;
    padding: 70px 60px 30px;
}

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

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-column p {
    font-size: 0.95rem;
    color: #b0b0b0;
    line-height: 1.6;
}

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

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

.footer-column ul li a {
    color: #c0c0c0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(26, 26, 26, 0.98);
    color: #ffffff;
    padding: 25px 40px;
    display: none;
    z-index: 10000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

.cookie-banner.show {
    display: block;
}

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

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

.cookie-accept,
.cookie-reject {
    padding: 12px 30px;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.cookie-accept:hover {
    background-color: #e0e0e0;
}

.cookie-reject {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

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

.email-display {
    color: #3a3a3a;
    font-weight: 500;
}

.about-hero {
    padding: 140px 60px 80px;
    background-color: #f5f5f5;
    text-align: center;
}

.about-hero h1 {
    font-size: 3rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.about-hero p {
    font-size: 1.25rem;
    color: #5a5a5a;
    max-width: 700px;
    margin: 0 auto;
}

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

.story-visual {
    width: 45%;
    background-color: #e8e8e8;
}

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

.story-text {
    width: 55%;
    padding-right: 60px;
}

.story-text h2 {
    font-size: 2.3rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.story-text p {
    font-size: 1.1rem;
    margin-bottom: 22px;
    color: #4a4a4a;
    line-height: 1.75;
}

.philosophy-section {
    padding: 100px 60px;
    background-color: #fafafa;
}

.philosophy-section h2 {
    font-size: 2.5rem;
    margin-bottom: 70px;
    text-align: center;
    color: #1a1a1a;
}

.philosophy-blocks {
    max-width: 1000px;
    margin: 0 auto;
}

.philosophy-item {
    background-color: #ffffff;
    padding: 50px;
    margin-bottom: 40px;
}

.philosophy-item.offset-left {
    margin-right: 100px;
}

.philosophy-item.offset-right {
    margin-left: 100px;
}

.philosophy-item h3 {
    font-size: 1.7rem;
    margin-bottom: 18px;
    color: #2a2a2a;
}

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

.team-approach {
    display: flex;
    padding: 100px 60px;
    gap: 60px;
    align-items: center;
    background-color: #ffffff;
}

.approach-text {
    width: 55%;
    padding-left: 80px;
}

.approach-text h2 {
    font-size: 2.3rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.approach-text p {
    font-size: 1.1rem;
    margin-bottom: 22px;
    color: #4a4a4a;
    line-height: 1.75;
}

.approach-visual {
    width: 45%;
    background-color: #e8e8e8;
}

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

.values-grid {
    padding: 100px 60px;
    background-color: #f8f8f8;
}

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

.values-container {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.value-card {
    flex: 1;
    background-color: #ffffff;
    padding: 50px 40px;
}

.value-card.offset-down {
    margin-top: 60px;
}

.value-card h3 {
    font-size: 1.6rem;
    margin-bottom: 18px;
    color: #2a2a2a;
}

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

.services-header {
    padding: 140px 60px 80px;
    background-color: #f8f8f8;
    text-align: center;
}

.services-header h1 {
    font-size: 3rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

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

.services-detailed {
    padding: 80px 60px;
}

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

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

.service-detail-content {
    width: 55%;
}

.service-detail-content h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-duration {
    font-size: 0.95rem;
    color: #777;
    margin-bottom: 30px;
}

.service-description h3 {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2a2a2a;
}

.service-description p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #4a4a4a;
    line-height: 1.7;
}

.service-description ul {
    margin-bottom: 25px;
    padding-left: 25px;
}

.service-description ul li {
    font-size: 1.02rem;
    color: #4a4a4a;
    margin-bottom: 12px;
    line-height: 1.6;
}

.service-price-large {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 30px 0 25px;
}

.service-detail-image {
    width: 45%;
    background-color: #e8e8e8;
}

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

.services-additional {
    padding: 80px 60px 100px;
    background-color: #fafafa;
}

.services-additional h2 {
    font-size: 2.4rem;
    margin-bottom: 60px;
    text-align: center;
    color: #1a1a1a;
}

.additional-services-grid {
    display: flex;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.additional-service {
    flex: 1;
    background-color: #ffffff;
    padding: 45px;
}

.additional-service.offset-down {
    margin-top: 50px;
}

.additional-service h3 {
    font-size: 1.6rem;
    margin-bottom: 18px;
    color: #2a2a2a;
}

.additional-service p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

.additional-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
}

.cta-services-bottom {
    padding: 80px 60px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
}

.cta-services-bottom h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta-services-bottom p {
    font-size: 1.15rem;
    margin-bottom: 35px;
    color: #e0e0e0;
}

.cta-link-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #1a1a1a;
    padding: 16px 40px;
    text-decoration: none;
    font-size: 1.05rem;
    transition: background-color 0.3s ease;
}

.cta-link-btn:hover {
    background-color: #e0e0e0;
}

.contact-header {
    padding: 140px 60px 80px;
    background-color: #f5f5f5;
    text-align: center;
}

.contact-header h1 {
    font-size: 3rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.contact-header p {
    font-size: 1.2rem;
    color: #5a5a5a;
    max-width: 600px;
    margin: 0 auto;
}

.contact-details-asymmetric {
    display: flex;
    padding: 100px 60px;
    gap: 80px;
    align-items: flex-start;
}

.contact-info-block {
    width: 50%;
}

.contact-info-block.offset-left {
    padding-left: 80px;
}

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

.info-item {
    margin-bottom: 45px;
}

.info-item h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #2a2a2a;
    font-weight: 600;
}

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

.contact-visual {
    width: 50%;
    background-color: #e8e8e8;
}

.contact-visual.offset-right {
    margin-top: 60px;
}

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

.contact-additional-info {
    padding: 100px 60px;
    background-color: #fafafa;
}

.contact-additional-info h2 {
    font-size: 2.4rem;
    margin-bottom: 60px;
    text-align: center;
    color: #1a1a1a;
}

.working-method-blocks {
    max-width: 1100px;
    margin: 0 auto;
}

.method-block {
    background-color: #ffffff;
    padding: 50px;
    margin-bottom: 35px;
}

.method-block.offset-down {
    margin-left: 100px;
    margin-right: 0;
}

.method-block h3 {
    font-size: 1.7rem;
    margin-bottom: 18px;
    color: #2a2a2a;
}

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

.contact-cta-section {
    padding: 80px 60px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
}

.contact-cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.contact-cta-section p {
    font-size: 1.15rem;
    margin-bottom: 35px;
    color: #e0e0e0;
}

.cta-contact-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #1a1a1a;
    padding: 16px 40px;
    text-decoration: none;
    font-size: 1.05rem;
    transition: background-color 0.3s ease;
}

.cta-contact-btn:hover {
    background-color: #e0e0e0;
}

.thanks-container {
    display: flex;
    min-height: 70vh;
    padding: 100px 60px;
    gap: 80px;
    align-items: center;
}

.thanks-content {
    width: 55%;
    padding-left: 80px;
}

.thanks-content h1 {
    font-size: 3rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 1.3rem;
    margin-bottom: 25px;
    color: #2a2a2a;
}

.thanks-content p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #4a4a4a;
    line-height: 1.75;
}

.service-selected-display {
    background-color: #f5f5f5;
    padding: 20px 30px;
    margin: 30px 0;
    font-size: 1.1rem;
    color: #2a2a2a;
}

.next-steps {
    margin: 40px 0;
}

.next-steps h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #2a2a2a;
}

.next-steps ol {
    padding-left: 25px;
}

.next-steps ol li {
    font-size: 1.05rem;
    margin-bottom: 15px;
    color: #4a4a4a;
    line-height: 1.7;
}

.thanks-note {
    margin-top: 40px;
    padding: 25px;
    background-color: #f9f9f9;
    font-size: 1rem;
    color: #555;
}

.back-home-btn {
    display: inline-block;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 15px 35px;
    text-decoration: none;
    font-size: 1.05rem;
    margin-top: 30px;
    transition: background-color 0.3s ease;
}

.back-home-btn:hover {
    background-color: #333333;
}

.thanks-visual {
    width: 45%;
    background-color: #e8e8e8;
}

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

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 140px 60px 100px;
}

.legal-content h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.legal-update {
    font-size: 0.95rem;
    color: #777;
    margin-bottom: 50px;
}

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

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

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

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

.legal-content ul li {
    font-size: 1.02rem;
    margin-bottom: 12px;
    color: #4a4a4a;
    line-height: 1.7;
}

.legal-content a {
    color: #1a1a1a;
    text-decoration: underline;
    transition: color 0.3s ease;
}

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

@media (max-width: 768px) {
    .floating-nav {
        position: static;
        flex-direction: column;
        border-radius: 0;
        padding: 20px;
    }

    .hero-asymmetric {
        flex-direction: column;
    }

    .hero-offset-content,
    .hero-image-container {
        width: 100%;
        position: static;
    }

    .offset-intro,
    .how-we-work,
    .about-story,
    .team-approach,
    .contact-details-asymmetric,
    .thanks-container {
        flex-direction: column;
    }

    .intro-block,
    .intro-visual,
    .work-image-left,
    .work-content-right,
    .story-visual,
    .story-text,
    .approach-text,
    .approach-visual,
    .service-detail-content,
    .service-detail-image,
    .contact-info-block,
    .contact-visual,
    .thanks-content,
    .thanks-visual {
        width: 100%;
        padding: 30px;
    }

    .services-asymmetric,
    .benefits-container,
    .values-container,
    .additional-services-grid {
        flex-direction: column;
    }

    .service-card,
    .benefit-item,
    .value-card,
    .additional-service {
        width: 100%;
        margin-top: 0;
    }

    .problem-card.offset-left,
    .problem-card.offset-right,
    .philosophy-item.offset-left,
    .philosophy-item.offset-right,
    .method-block.offset-down {
        margin-left: 0;
        margin-right: 0;
    }

    .hero-title {
        font-size: 2.2rem;
    }

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

    .cookie-buttons {
        width: 100%;
        justify-content: stretch;
    }

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