* {
    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.6;
    color: #1a1a1a;
    background-color: #ffffff;
}

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

.nav-floating {
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.95);
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 40px;
    backdrop-filter: blur(10px);
}

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

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

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

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

.hero-asymmetric {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 140px 60px 80px;
    position: relative;
    overflow: hidden;
}

.hero-content-offset {
    width: 55%;
    z-index: 2;
    padding-right: 60px;
}

.hero-title {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 30px;
    color: #0a0a0a;
}

.hero-intro {
    font-size: 22px;
    line-height: 1.5;
    color: #4a4a4a;
    margin-bottom: 40px;
    max-width: 540px;
}

.cta-primary {
    display: inline-block;
    padding: 16px 36px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-primary:hover {
    background-color: #333333;
    transform: translateY(-2px);
}

.cta-secondary {
    display: inline-block;
    padding: 16px 36px;
    background-color: transparent;
    color: #1a1a1a;
    text-decoration: none;
    border: 2px solid #1a1a1a;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-secondary:hover {
    background-color: #1a1a1a;
    color: #ffffff;
    transform: translateY(-2px);
}

.hero-visual-block {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: 80%;
    background-color: #f5f5f5;
}

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

.insight-section {
    padding: 120px 60px;
    background-color: #fafafa;
}

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

.insight-visual {
    width: 40%;
    background-color: #e8e8e8;
}

.insight-content {
    width: 60%;
}

.insight-content h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #0a0a0a;
}

.insight-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

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

.problem-amplify {
    padding: 140px 60px;
    background-color: #ffffff;
}

.problem-container {
    max-width: 1300px;
    margin: 0 auto;
}

.problem-heading {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 80px;
    text-align: center;
    color: #0a0a0a;
}

.problem-grid-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.problem-card {
    width: calc(33.333% - 30px);
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 12px;
}

.problem-card.offset-top {
    margin-top: -40px;
}

.problem-card.offset-bottom {
    margin-top: 40px;
}

.problem-card h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #0a0a0a;
}

.problem-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

.testimonial-inline {
    padding: 100px 60px;
    background-color: #1a1a1a;
}

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

.testimonial-content-wide blockquote {
    margin: 0;
}

.testimonial-content-wide p {
    font-size: 28px;
    line-height: 1.5;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 20px;
}

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

.revelation-section {
    padding: 140px 60px;
    background-color: #fafafa;
}

.revelation-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 100px;
}

.revelation-text {
    width: 55%;
}

.revelation-text h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #0a0a0a;
}

.revelation-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.revelation-list {
    margin: 30px 0;
    padding-left: 25px;
}

.revelation-list li {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 15px;
}

.revelation-visual-offset {
    width: 45%;
    margin-top: 80px;
    background-color: #e8e8e8;
}

.services-showcase {
    padding: 140px 60px;
    background-color: #ffffff;
}

.services-header-asymmetric {
    max-width: 800px;
    margin-bottom: 80px;
}

.services-header-asymmetric h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #0a0a0a;
}

.services-header-asymmetric p {
    font-size: 20px;
    line-height: 1.6;
    color: #4a4a4a;
}

.services-grid-offset {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
}

.service-card {
    width: calc(50% - 25px);
    background-color: #f9f9f9;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card.elevated {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

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

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

.service-visual {
    width: 100%;
    height: 280px;
    background-color: #e8e8e8;
    overflow: hidden;
}

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

.service-card h3 {
    font-size: 26px;
    line-height: 1.3;
    margin: 30px 30px 20px;
    color: #0a0a0a;
}

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

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 20px 30px;
}

.service-select {
    display: block;
    width: calc(100% - 60px);
    margin: 20px 30px 30px;
    padding: 14px 24px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.service-select:hover {
    background-color: #333333;
    transform: translateY(-2px);
}

.service-select:active {
    transform: translateY(0);
}

.science-backing {
    padding: 100px 60px;
    background-color: #f5f5f5;
}

.science-container {
    max-width: 900px;
    margin: 0 auto;
}

.science-container h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #0a0a0a;
}

.science-container p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.science-container sup a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
}

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

.form-container-asymmetric {
    max-width: 700px;
    margin: 0 0 0 100px;
}

.form-intro {
    margin-bottom: 50px;
}

.form-intro h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #0a0a0a;
}

.form-intro p {
    font-size: 18px;
    line-height: 1.6;
    color: #4a4a4a;
}

.contact-form {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

.form-notice {
    background-color: #fff3cd;
    color: #856404;
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 25px;
    font-size: 14px;
    display: none;
}

.form-notice.active {
    display: block;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.form-submit {
    width: 100%;
    padding: 16px 24px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.form-submit:hover {
    background-color: #333333;
    transform: translateY(-2px);
}

.form-submit:active {
    transform: translateY(0);
}

.final-cta-asymmetric {
    padding: 140px 60px;
    background-color: #1a1a1a;
    position: relative;
}

.final-cta-content {
    max-width: 700px;
    margin-left: auto;
    margin-right: 100px;
    text-align: right;
}

.final-cta-content h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #ffffff;
}

.final-cta-content p {
    font-size: 20px;
    line-height: 1.6;
    color: #b0b0b0;
    margin-bottom: 40px;
}

.footer-asymmetric {
    background-color: #0a0a0a;
    color: #b0b0b0;
    padding: 80px 60px 40px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
}

.footer-block {
    flex: 1;
    min-width: 200px;
}

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

.footer-block p {
    font-size: 14px;
    line-height: 1.6;
    color: #b0b0b0;
}

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

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

.footer-block ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.references {
    list-style: decimal;
    padding-left: 20px;
}

.references li {
    margin-bottom: 10px;
}

.references li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.references li a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid #2a2a2a;
}

.footer-disclaimer p {
    font-size: 12px;
    line-height: 1.6;
    color: #808080;
}

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

.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;
    font-size: 14px;
    line-height: 1.6;
    color: #e0e0e0;
}

.cookie-content a {
    color: #ffffff;
    text-decoration: underline;
}

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

.cookie-accept,
.cookie-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

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

.cookie-accept:hover {
    background-color: #e0e0e0;
    transform: translateY(-2px);
}

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

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

.about-hero {
    padding: 180px 60px 100px;
    background-color: #fafafa;
}

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

.about-hero-content h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #0a0a0a;
}

.about-hero-content p {
    font-size: 22px;
    line-height: 1.6;
    color: #4a4a4a;
}

.about-story {
    padding: 120px 60px;
    background-color: #ffffff;
}

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

.about-story-text {
    width: 60%;
}

.about-story-text h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #0a0a0a;
}

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

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

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

.about-insight {
    padding: 100px 60px;
    background-color: #f5f5f5;
}

.about-insight-container {
    max-width: 900px;
    margin: 0 auto;
}

.about-insight-container h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #0a0a0a;
}

.about-insight-container p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.about-approach {
    padding: 120px 60px;
    background-color: #ffffff;
}

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

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

.about-approach-text {
    width: 55%;
}

.about-approach-text h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #0a0a0a;
}

.about-approach-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.about-principles {
    padding: 120px 60px;
    background-color: #fafafa;
}

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

.about-principles-container h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 60px;
    text-align: center;
    color: #0a0a0a;
}

.principles-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.principle-item {
    width: calc(50% - 20px);
    padding: 40px;
    background-color: #ffffff;
    border-radius: 12px;
}

.principle-item h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #0a0a0a;
}

.principle-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

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

.about-cta-content h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #ffffff;
}

.services-page-hero {
    padding: 180px 60px 100px;
    background-color: #fafafa;
}

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

.services-hero-content h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #0a0a0a;
}

.services-hero-content p {
    font-size: 22px;
    line-height: 1.6;
    color: #4a4a4a;
}

.services-detailed {
    padding: 80px 60px;
    background-color: #ffffff;
}

.service-detail-item {
    max-width: 1200px;
    margin: 0 auto 120px;
    display: flex;
    align-items: center;
    gap: 80px;
}

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

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

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

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

.service-detail-content h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #0a0a0a;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

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

.services-form-section {
    padding: 100px 60px;
    background-color: #f5f5f5;
}

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

.services-form-container h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
    color: #0a0a0a;
}

.services-form-container > p {
    font-size: 18px;
    line-height: 1.6;
    color: #4a4a4a;
    text-align: center;
    margin-bottom: 50px;
}

.contact-hero {
    padding: 180px 60px 100px;
    background-color: #fafafa;
}

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

.contact-hero-content h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #0a0a0a;
}

.contact-hero-content p {
    font-size: 22px;
    line-height: 1.6;
    color: #4a4a4a;
}

.contact-info-section {
    padding: 100px 60px;
    background-color: #ffffff;
}

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

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

.contact-info-block h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #0a0a0a;
}

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

.contact-detail h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.contact-detail p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

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

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

.contact-extra-info {
    padding: 80px 60px;
    background-color: #f5f5f5;
}

.contact-extra-container {
    max-width: 900px;
    margin: 0 auto;
}

.contact-extra-container h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #0a0a0a;
}

.contact-extra-container p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.contact-extra-container a {
    color: #1a1a1a;
    font-weight: 500;
}

.thanks-hero {
    padding: 180px 60px 100px;
    background-color: #fafafa;
    text-align: center;
}

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

.thanks-content h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #0a0a0a;
}

.thanks-content > p {
    font-size: 20px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.thanks-details {
    margin: 30px 0;
}

.service-confirmation {
    font-size: 18px;
    color: #1a1a1a;
    background-color: #e8f5e9;
    padding: 20px;
    border-radius: 8px;
    display: inline-block;
}

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

.thanks-next-steps {
    padding: 100px 60px;
    background-color: #ffffff;
}

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

.thanks-next-container h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 60px;
    text-align: center;
    color: #0a0a0a;
}

.steps-grid {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.step-item {
    width: calc(33.333% - 35px);
    padding: 40px;
    background-color: #fafafa;
    border-radius: 12px;
}

.step-item h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #0a0a0a;
}

.step-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

.legal-page {
    padding: 140px 60px 80px;
    background-color: #ffffff;
}

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

.legal-container h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #0a0a0a;
}

.legal-container h2 {
    font-size: 28px;
    line-height: 1.3;
    margin: 50px 0 20px;
    color: #0a0a0a;
}

.legal-container h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 30px 0 15px;
    color: #1a1a1a;
}

.legal-container p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.legal-container ul,
.legal-container ol {
    margin: 20px 0 20px 25px;
}

.legal-container li {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.legal-container em {
    color: #666;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .hero-asymmetric {
        flex-direction: column;
        padding: 140px 40px 60px;
    }

    .hero-content-offset {
        width: 100%;
        padding-right: 0;
    }

    .hero-visual-block {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        width: 100%;
        height: 400px;
        margin-top: 50px;
    }

    .insight-wrapper,
    .revelation-layout,
    .about-story-layout,
    .about-approach-layout,
    .contact-info-layout,
    .service-detail-item {
        flex-direction: column;
        gap: 50px;
    }

    .insight-visual,
    .insight-content,
    .revelation-text,
    .revelation-visual-offset,
    .about-story-text,
    .about-story-visual,
    .about-approach-visual,
    .about-approach-text,
    .contact-info-block,
    .contact-visual-block,
    .service-detail-visual,
    .service-detail-content {
        width: 100%;
        margin-top: 0;
    }

    .service-card {
        width: 100%;
    }

    .problem-card,
    .principle-item {
        width: 100%;
    }

    .services-grid-offset,
    .problem-grid-asymmetric,
    .principles-grid {
        flex-direction: column;
    }

    .form-container-asymmetric {
        margin-left: 0;
    }

    .final-cta-content {
        margin-right: 0;
        text-align: left;
    }

    .steps-grid {
        flex-direction: column;
    }

    .step-item {
        width: 100%;
    }

    .nav-floating {
        left: 20px;
        right: 20px;
        transform: none;
        padding: 15px 20px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 42px;
    }

    .hero-intro {
        font-size: 18px;
    }

    .nav-floating {
        flex-direction: column;
        gap: 15px;
    }

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

    .footer-content {
        flex-direction: column;
    }

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