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

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    margin-left: 260px;
}

.ad-disclosure {
    position: fixed;
    top: 0;
    left: 260px;
    right: 0;
    background-color: #fff3cd;
    color: #856404;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    border-bottom: 1px solid #ffeaa7;
    z-index: 999;
}

.sidebar-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 260px;
    height: 100vh;
    background-color: #2c3e50;
    padding: 40px 0;
    z-index: 1000;
    overflow-y: auto;
}

.nav-brand {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 0 30px 30px;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    margin-bottom: 30px;
}

.nav-links {
    list-style: none;
}

.nav-links li {
    margin: 0;
}

.nav-links a {
    display: block;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    padding: 15px 30px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.nav-links a:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.05);
    border-left-color: #3498db;
}

.main-content {
    padding-top: 40px;
    min-height: 100vh;
}

.hero-section {
    display: flex;
    align-items: center;
    min-height: 600px;
    padding: 80px 60px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.hero-content {
    flex: 1;
    padding-right: 60px;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.hero-content p {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.8;
}

.hero-image {
    flex: 1;
    max-width: 500px;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.cta-primary {
    display: inline-block;
    background-color: #3498db;
    color: #fff;
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-primary:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(52,152,219,0.3);
}

.intro-section {
    padding: 100px 60px;
    background-color: #fff;
}

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

.intro-section h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.intro-section p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
}

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

.services-preview h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 50px;
}

.service-card {
    flex: 1;
    min-width: 280px;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

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

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
}

.service-icon img {
    width: 100%;
    height: 100%;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
    text-align: center;
}

.service-card p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
}

.service-price {
    font-size: 22px;
    font-weight: 700;
    color: #3498db;
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}

.cta-center {
    text-align: center;
}

.cta-center a {
    display: inline-block;
    color: #3498db;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 30px;
    border: 2px solid #3498db;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cta-center a:hover {
    background-color: #3498db;
    color: #fff;
}

.trust-section {
    padding: 100px 60px;
    background-color: #2c3e50;
    color: #fff;
}

.trust-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.trust-text {
    flex: 1;
}

.trust-text h2 {
    font-size: 38px;
    margin-bottom: 25px;
}

.trust-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
    opacity: 0.9;
}

.trust-list {
    list-style: none;
}

.trust-list li {
    padding: 12px 0 12px 30px;
    position: relative;
    font-size: 16px;
}

.trust-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: 700;
}

.trust-image {
    flex: 1;
    max-width: 450px;
}

.trust-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.process-section {
    padding: 100px 60px;
    background-color: #fff;
}

.process-section h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
}

.process-steps {
    display: flex;
    gap: 50px;
}

.process-step {
    flex: 1;
    text-align: center;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: #3498db;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0 auto 20px;
}

.process-step h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.process-step p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

.form-section {
    padding: 100px 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.form-container h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #2c3e50;
    text-align: center;
}

.form-container > p {
    text-align: center;
    color: #666;
    margin-bottom: 35px;
    font-size: 16px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 15px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: inherit;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52,152,219,0.1);
}

.btn-submit {
    background-color: #3498db;
    color: #fff;
    padding: 15px 40px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-submit:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(52,152,219,0.3);
}

.secondary-services {
    padding: 100px 60px;
    background-color: #ecf0f1;
}

.secondary-services h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

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

.secondary-item {
    flex: 1;
    background-color: #fff;
    padding: 35px 30px;
    border-radius: 8px;
    border-left: 4px solid #3498db;
}

.secondary-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.secondary-item p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.price-tag {
    display: inline-block;
    background-color: #3498db;
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
}

.site-footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 60px 60px 30px;
}

.footer-content {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #3498db;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.8;
}

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

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

.footer-column ul li a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.footer-disclaimer {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    margin-bottom: 25px;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.7;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom p {
    font-size: 13px;
    opacity: 0.6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 260px;
    right: 0;
    background-color: #2c3e50;
    color: #fff;
    padding: 25px 40px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
    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;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.cookie-content a {
    color: #3498db;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #27ae60;
    color: #fff;
}

.btn-accept:hover {
    background-color: #229954;
}

.btn-reject {
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}

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

.page-header {
    padding: 80px 60px 50px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    text-align: center;
}

.page-header h1 {
    font-size: 44px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

.services-detail {
    padding: 0;
}

.service-block {
    display: flex;
    align-items: center;
    padding: 100px 60px;
    gap: 60px;
    background-color: #fff;
}

.service-block:nth-child(even) {
    background-color: #f8f9fa;
}

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

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

.service-detail-content h2 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.service-detail-content p {
    font-size: 17px;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.8;
}

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

.service-features li {
    padding: 10px 0 10px 30px;
    position: relative;
    font-size: 16px;
    color: #555;
}

.service-features li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: 700;
}

.service-pricing {
    background-color: rgba(52,152,219,0.05);
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #3498db;
}

.price-main {
    font-size: 36px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 5px;
}

.price-note {
    font-size: 14px;
    color: #777;
    margin: 0;
}

.service-detail-image {
    flex: 1;
    max-width: 450px;
}

.service-detail-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.cta-section {
    padding: 100px 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: #fff;
}

.cta-section h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 35px;
    opacity: 0.95;
}

.cta-button {
    display: inline-block;
    background-color: #fff;
    color: #667eea;
    padding: 16px 45px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.about-intro {
    padding: 80px 60px;
    background-color: #fff;
}

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

.about-content h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.about-content p {
    font-size: 17px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.8;
}

.values-section {
    padding: 100px 60px;
    background-color: #f8f9fa;
}

.values-section h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
}

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

.value-item {
    flex: 1;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.value-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
}

.value-icon img {
    width: 100%;
    height: 100%;
}

.value-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

.expertise-section {
    padding: 100px 60px;
    background-color: #fff;
}

.expertise-content {
    display: flex;
    gap: 60px;
    align-items: center;
}

.expertise-text {
    flex: 1;
}

.expertise-text h2 {
    font-size: 34px;
    margin-bottom: 25px;
    color: #2c3e50;
}

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

.expertise-list {
    list-style: none;
    margin: 25px 0;
}

.expertise-list li {
    padding: 10px 0 10px 30px;
    position: relative;
    font-size: 16px;
    color: #555;
}

.expertise-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3498db;
    font-size: 24px;
}

.expertise-image {
    flex: 1;
    max-width: 500px;
}

.expertise-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.commitment-section {
    padding: 100px 60px;
    background-color: #ecf0f1;
}

.commitment-section h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
}

.commitment-blocks {
    display: flex;
    gap: 40px;
}

.commitment-block {
    flex: 1;
    background-color: #fff;
    padding: 40px 35px;
    border-radius: 8px;
    border-top: 4px solid #3498db;
}

.commitment-block h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.commitment-block p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

.team-section {
    padding: 80px 60px;
    background-color: #fff;
    text-align: center;
}

.team-section h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.team-section p {
    max-width: 900px;
    margin: 0 auto;
    font-size: 17px;
    color: #555;
    line-height: 1.8;
}

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

.contact-block {
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.contact-block h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.contact-block h3 {
    font-size: 20px;
    margin: 25px 0 15px;
    color: #2c3e50;
}

.contact-block p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 10px;
}

.contact-note {
    font-size: 14px;
    color: #777;
    font-style: italic;
    margin-top: 15px;
}

.hours-table {
    margin: 20px 0;
}

.hours-row {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.hours-day {
    flex: 1;
    font-weight: 600;
    color: #2c3e50;
}

.hours-time {
    flex: 1;
    color: #555;
}

.link-display {
    color: #3498db;
    word-break: break-all;
}

.legal-content {
    padding: 60px 60px 80px;
    background-color: #fff;
}

.legal-content h2 {
    font-size: 32px;
    margin: 40px 0 20px;
    color: #2c3e50;
}

.legal-content h3 {
    font-size: 24px;
    margin: 30px 0 15px;
    color: #34495e;
}

.legal-content h4 {
    font-size: 20px;
    margin: 25px 0 12px;
    color: #34495e;
}

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

.legal-content ul,
.legal-content ol {
    margin: 15px 0 20px 25px;
    line-height: 1.8;
}

.legal-content li {
    font-size: 16px;
    color: #555;
    margin-bottom: 8px;
}

.legal-content a {
    color: #3498db;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

.cookie-table {
    margin: 25px 0;
    overflow-x: auto;
}

.cookie-table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

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

.cookie-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
}

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

.cookie-control {
    margin: 40px 0;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

.btn-cookie-reset {
    background-color: #3498db;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.btn-cookie-reset:hover {
    background-color: #2980b9;
}

.thanks-section {
    padding: 80px 60px;
    background-color: #fff;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.thanks-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
}

.thanks-icon img {
    width: 100%;
    height: 100%;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.thanks-message {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.7;
}

.service-info {
    margin: 30px 0;
    padding: 20px;
    background-color: #e8f5e9;
    border-radius: 8px;
    display: none;
}

.selected-service {
    font-size: 17px;
    color: #2e7d32;
    margin: 0;
}

.next-steps {
    margin: 50px 0;
    text-align: left;
}

.next-steps h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #2c3e50;
    text-align: center;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.step-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.step-icon {
    width: 45px;
    height: 45px;
    background-color: #3498db;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

.step-text h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #2c3e50;
}

.step-text p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

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

.btn-primary {
    background-color: #3498db;
    color: #fff;
    padding: 14px 35px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: transparent;
    color: #3498db;
    padding: 14px 35px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    border: 2px solid #3498db;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #3498db;
    color: #fff;
}

.contact-reminder {
    margin-top: 50px;
    padding: 25px;
    background-color: #fff3cd;
    border-radius: 8px;
    border-left: 4px solid #ffc107;
}

.contact-reminder h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #856404;
}

.contact-reminder p {
    font-size: 15px;
    color: #856404;
    margin: 0;
}

.email-display {
    font-weight: 600;
}

@media (max-width: 1024px) {
    body {
        margin-left: 0;
        padding-top: 70px;
    }

    .ad-disclosure {
        left: 0;
        top: 70px;
    }

    .sidebar-nav {
        width: 100%;
        height: 70px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px;
    }

    .nav-brand {
        padding: 0;
        margin: 0;
        border: none;
        font-size: 20px;
    }

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

    .nav-links a {
        padding: 10px 15px;
        border: none;
        font-size: 14px;
    }

    .cookie-banner {
        left: 0;
    }

    .hero-section {
        flex-direction: column;
        padding: 60px 30px;
    }

    .hero-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

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

    .services-grid,
    .process-steps,
    .values-grid,
    .commitment-blocks,
    .secondary-grid {
        flex-direction: column;
    }

    .trust-content,
    .expertise-content,
    .service-block,
    .service-block.reverse {
        flex-direction: column;
    }

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

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

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

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

    .page-header h1 {
        font-size: 32px;
    }

    .intro-section,
    .services-preview,
    .trust-section,
    .process-section,
    .form-section,
    .secondary-services,
    .about-intro,
    .values-section,
    .expertise-section,
    .commitment-section,
    .team-section,
    .contact-info,
    .legal-content,
    .thanks-section,
    .cta-section {
        padding: 60px 20px;
    }

    .form-container {
        padding: 35px 25px;
    }
}