/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #1a1a1a;
    background-color: #ffffff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #2c5aa0;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1a3a70;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 10000;
    display: none;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.2);
}

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

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

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

.cookie-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-accept,
.btn-reject {
    padding: 0.7rem 2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #28a745;
    color: #ffffff;
}

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

.btn-reject {
    background-color: #6c757d;
    color: #ffffff;
}

.btn-reject:hover {
    background-color: #5a6268;
}

/* Navigation */
.nav-minimal {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    color: #333333;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: #2c5aa0;
}

/* Editorial Layout (Main Archetype) */
.editorial-layout {
    width: 100%;
}

.hero-editorial {
    padding: 4rem 1.5rem 3rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    text-align: center;
}

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

.hero-editorial h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.lead-text {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #4a4a4a;
    font-weight: 400;
    margin-bottom: 0;
}

/* Story Section - Core Editorial Style */
.story-section {
    padding: 3rem 1.5rem;
    background-color: #ffffff;
}

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

.story-section h2 {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    color: #1a1a1a;
    margin: 3rem 0 1.2rem;
    letter-spacing: -0.5px;
}

.story-section h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
    color: #2a2a2a;
    margin: 2rem 0 1rem;
}

.story-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 1.5rem;
}

.inline-image {
    margin: 2.5rem 0;
    border-radius: 4px;
    width: 100%;
}

/* Story Lists */
.story-list,
.process-list,
.client-types {
    margin: 2rem 0;
    padding-left: 1.5rem;
}

.story-list li,
.process-list li,
.client-types li {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 1rem;
}

.story-list strong,
.process-list strong {
    color: #1a1a1a;
    font-weight: 600;
}

/* Insights Block */
.insights-block {
    background-color: #f8f9fa;
    padding: 2.5rem 2rem;
    margin: 2.5rem 0;
    border-radius: 4px;
    border-left: 4px solid #2c5aa0;
}

.insight-item {
    margin-bottom: 2rem;
}

.insight-item:last-child {
    margin-bottom: 0;
}

.insight-item h3 {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.insight-item p {
    font-size: 1rem;
    color: #555555;
    margin-bottom: 0;
}

/* Testimonial Inline */
.testimonial-inline {
    background-color: #ffffff;
    border-left: 5px solid #28a745;
    padding: 2rem 2rem 2rem 2.5rem;
    margin: 2.5rem 0;
    font-size: 1.15rem;
    font-style: italic;
    line-height: 1.7;
    color: #2a2a2a;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-author {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-weight: 600;
    font-size: 0.95rem;
    color: #666666;
}

/* CTA Inline Buttons */
.cta-inline {
    text-align: center;
    margin: 3rem 0;
}

.cta-secondary {
    background-color: #f1f3f5;
    padding: 2rem;
    border-radius: 4px;
}

.btn-primary,
.btn-secondary,
.btn-large {
    display: inline-block;
    padding: 1rem 2.5rem;
    border-radius: 4px;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background-color: #2c5aa0;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #1a3a70;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(44, 90, 160, 0.3);
}

.btn-secondary {
    background-color: #28a745;
    color: #ffffff;
}

.btn-secondary:hover {
    background-color: #218838;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.btn-large {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.2rem 3rem;
    font-size: 1.15rem;
}

.btn-large:hover {
    background-color: #333333;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Services Reveal Section */
.services-reveal {
    margin: 3rem 0;
    padding: 3rem 0;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}

.service-item {
    background-color: #ffffff;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    padding: 2rem;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.service-item:hover {
    border-color: #2c5aa0;
    box-shadow: 0 4px 20px rgba(44, 90, 160, 0.1);
}

.service-item h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
}

.service-item p {
    font-size: 1rem;
    color: #555555;
    margin-bottom: 1rem;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: #2c5aa0;
    margin-top: 1.5rem;
}

/* Form Section */
.form-section {
    background-color: #f8f9fa;
    padding: 3rem 2.5rem;
    border-radius: 4px;
    margin: 3rem 0;
}

.form-section h3 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.form-section > p {
    font-size: 1.05rem;
    color: #555555;
    margin-bottom: 2rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

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

.form-group label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.9rem;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    font-size: 1rem;
    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: #2c5aa0;
}

.btn-submit {
    padding: 1.1rem 2.5rem;
    background-color: #28a745;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.btn-submit:hover {
    background-color: #218838;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

/* Final CTA */
.final-cta {
    text-align: center;
    margin: 4rem 0 2rem;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #2c5aa0 0%, #1a3a70 100%);
    border-radius: 4px;
    color: #ffffff;
}

.final-cta h2 {
    color: #ffffff;
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.final-cta p {
    color: #e0e7ff;
    font-size: 1.15rem;
    margin-bottom: 2rem;
}

.final-cta .btn-large {
    background-color: #ffffff;
    color: #2c5aa0;
}

.final-cta .btn-large:hover {
    background-color: #f1f3f5;
    color: #1a3a70;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: none;
}

.sticky-cta.show {
    display: block;
    animation: slideInUp 0.5s ease;
}

@keyframes slideInUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.btn-sticky {
    display: inline-block;
    padding: 1rem 1.8rem;
    background-color: #28a745;
    color: #ffffff;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(40, 167, 69, 0.4);
    transition: all 0.3s ease;
}

.btn-sticky:hover {
    background-color: #218838;
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(40, 167, 69, 0.5);
}

/* Footer */
.footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 3rem 1.5rem 1.5rem;
    margin-top: 4rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
    margin-bottom: 2rem;
}

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

.footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

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

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

.footer-section ul li {
    margin-bottom: 0.7rem;
}

.footer-section ul li a {
    color: #b0b0b0;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

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

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

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

/* Page Content (for static pages) */
.page-content {
    padding: 3rem 1.5rem;
    min-height: 60vh;
}

.page-content h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.page-content h2 {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    color: #1a1a1a;
    margin: 2.5rem 0 1rem;
}

.page-content h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;
    color: #2a2a2a;
    margin: 2rem 0 1rem;
}

.page-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 1.2rem;
}

.page-content ul,
.page-content ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.page-content li {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 0.8rem;
}

.content-image {
    margin: 2rem 0;
    border-radius: 4px;
}

/* Stats Grid */
.stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2.5rem 0;
}

.stat-item {
    flex: 1;
    min-width: 200px;
    text-align: center;
    padding: 2rem 1rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    color: #2c5aa0;
    margin-bottom: 0.5rem;
}

.stat-label {
    display: block;
    font-size: 0.95rem;
    color: #666666;
    font-weight: 500;
}

/* CTA Box */
.cta-box {
    background-color: #f8f9fa;
    padding: 2.5rem;
    border-radius: 4px;
    text-align: center;
    margin: 3rem 0;
    border: 2px solid #e5e5e5;
}

.cta-box h3 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.cta-box p {
    font-size: 1.05rem;
    color: #555555;
    margin-bottom: 1.5rem;
}

/* Services Detailed */
.services-detailed {
    margin: 2rem 0;
}

.service-detail {
    background-color: #ffffff;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    padding: 2.5rem;
    margin-bottom: 3rem;
    transition: all 0.3s ease;
}

.service-detail:hover {
    border-color: #2c5aa0;
    box-shadow: 0 4px 20px rgba(44, 90, 160, 0.1);
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.service-header h2 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin: 0;
}

.service-price {
    font-size: 2rem;
    font-weight: 700;
    color: #2c5aa0;
}

.service-description {
    font-size: 1.1rem;
    color: #555555;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.service-detail h3 {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin: 1.5rem 0 1rem;
}

.btn-service {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #2c5aa0;
    color: #ffffff;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
}

.btn-service:hover {
    background-color: #1a3a70;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(44, 90, 160, 0.3);
}

.featured-service {
    border-color: #28a745;
    background: linear-gradient(135deg, #ffffff 0%, #f0fff4 100%);
}

.btn-premium {
    background-color: #28a745;
}

.btn-premium:hover {
    background-color: #218838;
}

.services-comparison {
    background-color: #f8f9fa;
    padding: 2.5rem;
    border-radius: 4px;
    text-align: center;
    margin: 3rem 0;
}

.services-comparison h2 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.services-comparison p {
    font-size: 1.05rem;
    color: #555555;
    margin-bottom: 1.5rem;
}

/* Contact Page */
.contact-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin: 2rem 0;
}

.contact-info h2 {
    font-size: 2rem;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

.info-block {
    margin-bottom: 2.5rem;
}

.info-block h3 {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin-bottom: 0.8rem;
}

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

.info-note {
    margin-top: 1rem;
    font-size: 0.95rem;
    color: #666666;
}

.info-highlight {
    background-color: #fff3cd;
    padding: 1rem;
    border-radius: 4px;
    border-left: 4px solid #ffc107;
    margin-top: 1rem;
}

.contact-notice {
    background-color: #f8f9fa;
    padding: 2.5rem;
    border-radius: 4px;
    border: 2px solid #e5e5e5;
}

.contact-notice h2 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.highlight-box {
    background-color: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 4px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.highlight-box strong {
    display: block;
    font-size: 1.1rem;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.location-info,
.contact-privacy {
    margin: 3rem 0;
}

.location-info h2,
.contact-privacy h2 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.location-info h3 {
    font-size: 1.3rem;
    color: #2a2a2a;
    margin: 1.5rem 0 0.8rem;
}

/* Thanks Page */
.thanks-page {
    background-color: #f8f9fa;
}

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

.thanks-icon {
    margin: 0 auto 2rem;
}

.thanks-container h1 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.thanks-info {
    background-color: #ffffff;
    padding: 3rem 2rem;
    border-radius: 4px;
    margin: 3rem 0;
    text-align: left;
}

.thanks-info h2 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 2rem;
    text-align: center;
}

.timeline {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.timeline-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.timeline-number {
    width: 40px;
    height: 40px;
    background-color: #2c5aa0;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.timeline-content {
    flex: 1;
}

.timeline-content h3 {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.timeline-content p {
    font-size: 1rem;
    color: #555555;
    margin-bottom: 0.5rem;
}

.timeline-time {
    display: inline-block;
    background-color: #e7f3ff;
    color: #2c5aa0;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.thanks-urgent {
    background-color: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 4px;
    padding: 2rem;
    margin: 2rem 0;
}

.thanks-urgent h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.email-highlight {
    font-size: 1.3rem;
    margin: 1rem 0;
}

.email-highlight a {
    color: #2c5aa0;
    font-weight: 600;
}

.urgent-note {
    font-size: 0.95rem;
    color: #666666;
}

.thanks-actions {
    margin: 3rem 0;
}

.thanks-actions h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.action-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.action-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    background-color: #ffffff;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.action-link:hover {
    border-color: #2c5aa0;
    box-shadow: 0 2px 10px rgba(44, 90, 160, 0.1);
}

.action-icon {
    font-size: 1.8rem;
}

.action-link span:last-child {
    font-size: 1.05rem;
    color: #2c5aa0;
    font-weight: 600;
}

.thanks-confidence {
    margin: 3rem 0 1rem;
}

.confidence-text {
    font-size: 0.95rem;
    color: #666666;
    text-align: center;
}

/* Legal Pages */
.legal-page {
    background-color: #ffffff;
}

.last-updated {
    font-size: 0.9rem;
    color: #888888;
    margin-bottom: 2rem;
    font-style: italic;
}

.legal-page ul,
.legal-page ol {
    margin: 1rem 0 1.5rem 0;
    padding-left: 2rem;
}

.legal-page li {
    margin-bottom: 0.8rem;
}

.legal-page strong {
    color: #1a1a1a;
    font-weight: 600;
}

.legal-page table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 0.95rem;
}

.legal-page table th,
.legal-page table td {
    padding: 1rem;
    text-align: left;
    border: 1px solid #e5e5e5;
}

.legal-page table th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #1a1a1a;
}

.legal-page table td {
    color: #555555;
}

.gdpr-table,
.cookies-table {
    width: 100%;
    margin: 2rem 0;
}

.warning-note {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 4px;
    font-size: 0.95rem;
    color: #856404;
}

.principles-list {
    list-style: none;
    padding-left: 0;
}

.principles-list li {
    background-color: #f8f9fa;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border-left: 4px solid #2c5aa0;
    border-radius: 4px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links {
        gap: 1.5rem;
    }

    .hero-editorial h1 {
        font-size: 2rem;
    }

    .lead-text {
        font-size: 1.1rem;
    }

    .story-section h2 {
        font-size: 1.6rem;
    }

    .page-content h1 {
        font-size: 2rem;
    }

    .page-content h2 {
        font-size: 1.5rem;
    }

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

    .stat-item {
        min-width: 100%;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .service-header {
        flex-direction: column;
    }

    .service-price {
        font-size: 1.8rem;
    }

    .cookie-content {
        text-align: left;
    }

    .cookie-buttons {
        justify-content: flex-start;
    }

    .sticky-cta {
        bottom: 10px;
        right: 10px;
        left: 10px;
    }

    .btn-sticky {
        width: 100%;
        text-align: center;
    }

    .timeline-item {
        flex-direction: column;
        gap: 1rem;
    }

    .form-section {
        padding: 2rem 1.5rem;
    }

    .btn-submit {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .contact-grid {
        flex-direction: row;
        gap: 3rem;
    }

    .contact-info,
    .contact-notice {
        flex: 1;
    }
}
