* {
    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: #ffffff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2d2d2d;
    color: #ffffff;
    padding: 20px;
    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;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    min-width: 300px;
}

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

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

.cookie-accept {
    background: #2d6a4f;
    color: #ffffff;
}

.cookie-accept:hover {
    background: #1e4d38;
}

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

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

.main-nav {
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.nav-brand {
    font-size: 22px;
    font-weight: 700;
    color: #2d6a4f;
    letter-spacing: -0.5px;
}

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

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

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

.ad-disclosure {
    font-size: 12px;
    color: #666666;
    font-style: italic;
    padding: 6px 12px;
    background: #f5f5f5;
    border-radius: 4px;
}

.hero-offset {
    display: flex;
    align-items: stretch;
    min-height: 85vh;
    background: #fafafa;
}

.hero-content-left {
    flex: 0 0 45%;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.hero-content-left h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.hero-subtitle {
    font-size: 19px;
    color: #4a4a4a;
    margin-bottom: 36px;
    line-height: 1.7;
    max-width: 520px;
}

.hero-image-right {
    flex: 0 0 55%;
    position: relative;
    overflow: hidden;
    background: #d4e4dc;
}

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

.cta-primary {
    display: inline-block;
    padding: 16px 36px;
    background: #2d6a4f;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 16px;
    align-self: flex-start;
}

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

.intro-asymmetric {
    padding: 120px 40px 80px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.intro-block-narrow {
    flex: 0 0 55%;
}

.intro-block-narrow h2 {
    font-size: 42px;
    margin-bottom: 24px;
    color: #1a1a1a;
    line-height: 1.2;
    font-weight: 700;
}

.intro-block-narrow p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.8;
}

.intro-stats-offset {
    flex: 0 0 35%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
}

.stat-card {
    background: #2d6a4f;
    padding: 32px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stat-number {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
}

.stat-label {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

.services-preview {
    padding: 100px 40px;
    background: #f8f9fa;
}

.section-header-offset {
    max-width: 1400px;
    margin: 0 auto 60px;
    padding-left: 120px;
}

.section-header-offset h2 {
    font-size: 44px;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: 700;
}

.section-header-offset p {
    font-size: 18px;
    color: #4a4a4a;
    max-width: 680px;
}

.services-grid-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

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

.service-large {
    flex: 0 0 calc(60% - 15px);
}

.service-small {
    flex: 0 0 calc(40% - 15px);
}

.service-medium {
    flex: 0 0 100%;
    flex-direction: row;
}

.service-image {
    position: relative;
    overflow: hidden;
    background: #d4e4dc;
}

.service-large .service-image {
    height: 320px;
}

.service-medium .service-image {
    flex: 0 0 45%;
}

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

.service-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.service-medium .service-content {
    flex: 0 0 55%;
}

.service-content h3 {
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.price-tag {
    font-size: 26px;
    font-weight: 700;
    color: #2d6a4f;
    margin-top: auto;
}

.cta-inline {
    max-width: 1400px;
    margin: 50px auto 0;
    text-align: center;
}

.cta-secondary {
    display: inline-block;
    padding: 14px 32px;
    background: transparent;
    color: #2d6a4f;
    border: 2px solid #2d6a4f;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.cta-secondary:hover {
    background: #2d6a4f;
    color: #ffffff;
}

.trust-section {
    padding: 100px 40px;
    background: #ffffff;
}

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

.trust-text {
    flex: 0 0 50%;
}

.trust-text h2 {
    font-size: 40px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.trust-text p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 20px;
}

.trust-image {
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #d4e4dc;
}

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

.form-section {
    padding: 100px 40px;
    background: linear-gradient(135deg, #f0f7f4 0%, #e8f3ee 100%);
}

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

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

.form-intro h2 {
    font-size: 38px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.main-form {
    background: #ffffff;
    padding: 44px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    margin-bottom: 20px;
}

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

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

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

.form-submit {
    width: 100%;
    padding: 16px;
    background: #2d6a4f;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-submit:hover {
    background: #1e4d38;
    transform: translateY(-1px);
}

.disclaimer-section {
    padding: 60px 40px;
    background: #fef9f5;
    border-top: 1px solid #e8d9c8;
    border-bottom: 1px solid #e8d9c8;
}

.disclaimer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.disclaimer-content p {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.7;
    text-align: center;
}

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

.footer-grid {
    max-width: 1400px;
    margin: 0 auto 40px;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.email-display {
    color: #b0b0b0;
    font-size: 14px;
}

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

.footer-bottom p {
    font-size: 13px;
    color: #808080;
}

.page-hero {
    padding: 120px 40px 80px;
    background: linear-gradient(135deg, #2d6a4f 0%, #1e4d38 100%);
    text-align: center;
}

.page-hero-content h1 {
    font-size: 52px;
    color: #ffffff;
    margin-bottom: 16px;
    font-weight: 800;
}

.page-hero-content p {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.9);
}

.about-intro {
    padding: 100px 40px;
    background: #ffffff;
}

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

.about-text-primary {
    flex: 0 0 55%;
}

.about-text-primary h2 {
    font-size: 40px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.about-text-primary p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-image-offset {
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #d4e4dc;
}

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

.methodology-section {
    padding: 100px 40px;
    background: #f8f9fa;
}

.methodology-header {
    max-width: 1400px;
    margin: 0 auto 50px;
    text-align: center;
}

.methodology-header h2 {
    font-size: 42px;
    color: #1a1a1a;
    font-weight: 700;
}

.methodology-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.methodology-card {
    flex: 0 0 calc(50% - 15px);
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    border-left: 4px solid #2d6a4f;
}

.phase-number {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #2d6a4f;
    margin-bottom: 16px;
}

.methodology-card h3 {
    font-size: 24px;
    margin-bottom: 14px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.values-section {
    padding: 100px 40px;
    background: #ffffff;
}

.values-layout {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.values-image {
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #d4e4dc;
}

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

.values-content {
    flex: 0 0 50%;
}

.values-content h2 {
    font-size: 40px;
    margin-bottom: 32px;
    color: #1a1a1a;
    font-weight: 700;
}

.value-item {
    margin-bottom: 28px;
}

.value-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.team-section {
    padding: 100px 40px;
    background: #f0f7f4;
}

.team-header {
    max-width: 1200px;
    margin: 0 auto 50px;
    text-align: center;
}

.team-header h2 {
    font-size: 42px;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: 700;
}

.team-header p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.7;
}

.team-stats {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    gap: 40px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stat-figure {
    font-size: 52px;
    font-weight: 800;
    color: #2d6a4f;
}

.stat-description {
    font-size: 16px;
    color: #4a4a4a;
}

.cta-section {
    padding: 100px 40px;
    background: linear-gradient(135deg, #2d6a4f 0%, #1e4d38 100%);
}

.cta-content-centered {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cta-content-centered h2 {
    font-size: 44px;
    color: #ffffff;
    margin-bottom: 16px;
    font-weight: 700;
}

.cta-content-centered p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
}

.cta-content-centered .cta-primary {
    background: #ffffff;
    color: #2d6a4f;
}

.cta-content-centered .cta-primary:hover {
    background: #f0f0f0;
}

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

.service-detail-card {
    max-width: 1400px;
    margin: 0 auto 60px;
}

.service-detail-content {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    gap: 0;
}

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

.service-detail-body {
    flex: 0 0 60%;
    padding: 50px;
}

.service-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    gap: 20px;
}

.service-detail-header h2 {
    font-size: 32px;
    color: #1a1a1a;
    font-weight: 700;
    flex: 1;
}

.service-price {
    font-size: 32px;
    font-weight: 800;
    color: #2d6a4f;
    white-space: nowrap;
}

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

.service-detail-body h4 {
    font-size: 18px;
    color: #1a1a1a;
    margin: 24px 0 12px;
    font-weight: 700;
}

.service-detail-body ul {
    margin: 0 0 20px 20px;
}

.service-detail-body ul li {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 8px;
}

.service-duration {
    font-size: 15px;
    color: #5a5a5a;
    margin-top: 16px;
}

.service-detail-image {
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
    background: #d4e4dc;
}

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

.contact-section {
    padding: 80px 40px;
    background: #ffffff;
}

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

.contact-info {
    flex: 0 0 45%;
}

.contact-info h2 {
    font-size: 38px;
    margin-bottom: 32px;
    color: #1a1a1a;
    font-weight: 700;
}

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

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

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

.contact-note {
    margin-top: 32px;
    padding: 20px;
    background: #f0f7f4;
    border-radius: 8px;
}

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

.contact-map {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #d4e4dc;
}

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

.contact-expertise {
    padding: 80px 40px;
    background: #f8f9fa;
}

.expertise-content {
    max-width: 1400px;
    margin: 0 auto;
}

.expertise-content h2 {
    font-size: 38px;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: 700;
    text-align: center;
}

.expertise-content > p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 44px;
    text-align: center;
}

.expertise-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.expertise-item {
    flex: 0 0 calc(50% - 15px);
    background: #ffffff;
    padding: 32px;
    border-radius: 10px;
}

.expertise-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.thanks-section {
    padding: 120px 40px;
    background: #f8f9fa;
    min-height: 70vh;
}

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

.thanks-icon {
    margin-bottom: 32px;
}

.thanks-container h1 {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.thanks-message {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 32px;
}

.thanks-service {
    background: #e8f3ee;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 40px;
    font-size: 17px;
    color: #2d6a4f;
    font-weight: 600;
}

.thanks-next-steps {
    text-align: left;
    background: #ffffff;
    padding: 36px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.thanks-next-steps h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.thanks-next-steps ol li {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 14px;
}

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

.cta-outline {
    display: inline-block;
    padding: 14px 32px;
    background: transparent;
    color: #1a1a1a;
    border: 2px solid #d0d0d0;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.cta-outline:hover {
    border-color: #2d6a4f;
    color: #2d6a4f;
}

.legal-page {
    padding: 80px 40px;
    background: #ffffff;
}

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

.legal-container h1 {
    font-size: 42px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 700;
}

.last-updated {
    font-size: 14px;
    color: #808080;
    margin-bottom: 32px;
}

.legal-container h2 {
    font-size: 28px;
    margin: 36px 0 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.legal-container h3 {
    font-size: 20px;
    margin: 24px 0 12px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.legal-container ul {
    margin: 16px 0 16px 24px;
}

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

.legal-container a {
    color: #2d6a4f;
    text-decoration: none;
    transition: color 0.3s ease;
}

.legal-container a:hover {
    color: #1e4d38;
    text-decoration: underline;
}

.contact-block {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 6px;
    margin: 20px 0;
    line-height: 1.8;
}

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

.cookie-table thead {
    background: #f0f7f4;
}

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

.cookie-table th {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 15px;
}

.cookie-table td {
    font-size: 14px;
    color: #4a4a4a;
}

@media (max-width: 1024px) {
    .hero-offset {
        flex-direction: column;
    }

    .hero-content-left,
    .hero-image-right {
        flex: 0 0 100%;
    }

    .intro-asymmetric,
    .about-content-offset,
    .trust-content-offset,
    .values-layout,
    .contact-layout {
        flex-direction: column;
    }

    .intro-block-narrow,
    .intro-stats-offset,
    .about-text-primary,
    .about-image-offset,
    .trust-text,
    .trust-image,
    .values-image,
    .values-content,
    .contact-info,
    .contact-map {
        flex: 0 0 100%;
    }

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

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

    .service-detail-body,
    .service-detail-image {
        flex: 0 0 100%;
    }

    .methodology-card,
    .expertise-item {
        flex: 0 0 100%;
    }
}

@media (max-width: 768px) {
    .nav-container {
        padding: 15px 20px;
    }

    .nav-links {
        flex-basis: 100%;
        justify-content: center;
        gap: 20px;
    }

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

    .hero-content-left {
        padding: 60px 30px;
    }

    .intro-asymmetric,
    .services-preview,
    .trust-section,
    .about-intro {
        padding: 60px 20px;
    }

    .section-header-offset {
        padding-left: 0;
    }

    .form-row {
        flex-direction: column;
    }

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