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

a {
    text-decoration: none;
    color: inherit;
}

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

.hidden {
    display: none;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2d3748;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
}

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

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

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

.cookie-actions {
    display: flex;
    gap: 0.75rem;
}

.btn-cookie,
.btn-cookie-alt {
    padding: 0.625rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-cookie {
    background: #3b82f6;
    color: #ffffff;
}

.btn-cookie:hover {
    background: #2563eb;
}

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

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

.header-asymmetric {
    background: #ffffff;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-split {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.brand-offset {
    margin-right: auto;
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d5f7a;
    letter-spacing: -0.02em;
}

.ad-disclosure {
    font-size: 0.75rem;
    color: #6b7280;
    padding: 0.375rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 4px;
}

.ad-label {
    font-weight: 500;
}

.nav-floating {
    display: flex;
    gap: 2rem;
}

.nav-floating a {
    color: #374151;
    font-weight: 500;
    position: relative;
    transition: color 0.2s;
}

.nav-floating a:hover,
.nav-floating a.active {
    color: #2d5f7a;
}

.hero-asymmetric {
    background: #f9fafb;
    padding: 4rem 2rem;
}

.hero-offset-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.hero-text-block {
    flex: 1;
    min-width: 300px;
    padding-right: 2rem;
    transform: translateY(-1.5rem);
}

.hero-title-staggered {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 800;
    color: #1a2332;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
}

.hero-intro-shifted {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 2rem;
}

.cta-primary-offset {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #2d5f7a;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s;
}

.cta-primary-offset:hover {
    background: #1e4459;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(45, 95, 122, 0.3);
}

.hero-visual-overlap {
    flex: 1;
    min-width: 300px;
    position: relative;
    transform: translateX(2rem) translateY(1rem);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.intro-diagonal {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #f3f4f6 0%, #ffffff 100%);
}

.intro-content-skewed {
    max-width: 900px;
    margin: 0 auto;
    transform: translateX(-3rem);
}

.intro-narrow {
    max-width: 700px;
}

.intro-narrow h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.intro-narrow p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 1.25rem;
}

.services-offset-cards {
    padding: 6rem 2rem;
    background: #ffffff;
}

.services-header-rotated {
    max-width: 1400px;
    margin: 0 auto 3rem;
    transform: translateX(3rem);
}

.services-header-rotated h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a2332;
}

.services-stagger-layout {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.service-card-left,
.service-card-right,
.service-card-center {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    border-radius: 12px;
    flex-wrap: wrap;
}

.service-card-left {
    transform: translateX(-2rem);
}

.service-card-right {
    transform: translateX(2rem);
}

.service-card-center {
    transform: translateX(0);
    margin: 0 auto;
    max-width: 900px;
}

.service-visual {
    flex: 1;
    min-width: 250px;
    border-radius: 8px;
    overflow: hidden;
}

.service-info {
    flex: 1;
    min-width: 300px;
}

.service-info h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 1rem;
}

.service-info p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 1rem;
}

.service-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d5f7a;
    margin: 1.25rem 0;
}

.btn-select-service {
    padding: 0.75rem 1.75rem;
    background: #2d5f7a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-select-service:hover {
    background: #1e4459;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(45, 95, 122, 0.3);
}

.form-section-diagonal {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #e8f1f5 0%, #ffffff 100%);
}

.form-container-offset {
    max-width: 800px;
    margin: 0 auto;
    transform: translateX(2rem);
}

.form-intro-block {
    margin-bottom: 2.5rem;
}

.form-intro-block h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 1rem;
}

.form-intro-block p {
    font-size: 1.125rem;
    color: #4b5563;
}

.contact-form-asymmetric {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.2s;
}

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

.btn-submit-offset {
    width: 100%;
    padding: 1rem;
    background: #2d5f7a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-submit-offset:hover {
    background: #1e4459;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(45, 95, 122, 0.3);
}

.trust-section-overlap {
    padding: 5rem 2rem;
    background: #f9fafb;
}

.trust-content-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.trust-visual-left {
    flex: 1;
    min-width: 300px;
    border-radius: 8px;
    overflow: hidden;
    transform: translateX(-1.5rem);
}

.trust-text-right {
    flex: 1;
    min-width: 300px;
    transform: translateX(1.5rem);
}

.trust-text-right h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 1.25rem;
}

.trust-text-right p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 1.25rem;
}

.link-inline-arrow {
    color: #2d5f7a;
    font-weight: 600;
    transition: all 0.2s;
}

.link-inline-arrow:hover {
    color: #1e4459;
    transform: translateX(4px);
}

.disclaimer-section {
    padding: 3rem 2rem;
    background: #fef3c7;
}

.disclaimer-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.5rem;
    background: #fffbeb;
    border-left: 4px solid #f59e0b;
    border-radius: 6px;
}

.disclaimer-box p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #78350f;
}

.footer-asymmetric {
    background: #1a2332;
    color: #d1d5db;
    padding: 4rem 2rem 2rem;
}

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

.footer-brand-block,
.footer-links-stacked,
.footer-legal-stacked,
.footer-contact-block {
    flex: 1;
    min-width: 200px;
}

.footer-brand-block h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.footer-brand-block p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-links-stacked h4,
.footer-legal-stacked h4,
.footer-contact-block h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.footer-links-stacked a,
.footer-legal-stacked a {
    display: block;
    margin-bottom: 0.75rem;
    color: #d1d5db;
    transition: color 0.2s;
}

.footer-links-stacked a:hover,
.footer-legal-stacked a:hover {
    color: #ffffff;
}

.footer-contact-block p {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

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

.footer-bottom p {
    font-size: 0.875rem;
    color: #9ca3af;
}

.page-hero-offset {
    padding: 4rem 2rem 3rem;
    background: linear-gradient(135deg, #e8f1f5 0%, #f9fafb 100%);
}

.page-hero-content {
    max-width: 1000px;
    margin: 0 auto;
    transform: translateX(-2rem);
}

.page-hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #1a2332;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-lead {
    font-size: 1.375rem;
    color: #4b5563;
    line-height: 1.6;
}

.about-story-asymmetric {
    padding: 5rem 2rem;
    background: #ffffff;
}

.story-layout-diagonal {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.story-text-narrow {
    flex: 1;
    min-width: 300px;
    transform: translateX(-1.5rem);
}

.story-text-narrow h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 1.5rem;
}

.story-text-narrow p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 1.25rem;
}

.story-visual-overlap {
    flex: 1;
    min-width: 300px;
    border-radius: 8px;
    overflow: hidden;
    transform: translateY(2rem);
}

.method-section-stacked {
    padding: 5rem 2rem;
    background: #f3f4f6;
}

.method-content-center {
    max-width: 1000px;
    margin: 0 auto;
}

.method-content-center h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 3rem;
    text-align: center;
}

.method-blocks-offset {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.method-block {
    padding: 2rem;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.method-block:nth-child(odd) {
    transform: translateX(-2rem);
}

.method-block:nth-child(even) {
    transform: translateX(2rem);
}

.method-block h3 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #2d5f7a;
    margin-bottom: 0.75rem;
}

.method-block p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4b5563;
}

.values-diagonal-section {
    padding: 5rem 2rem;
    background: #ffffff;
}

.values-content-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.values-visual-right {
    flex: 1;
    min-width: 300px;
    border-radius: 8px;
    overflow: hidden;
    transform: translateY(-2rem);
}

.values-text-left {
    flex: 1;
    min-width: 300px;
}

.values-text-left h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 1.5rem;
}

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

.values-list li {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}

.values-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2d5f7a;
    font-weight: 700;
}

.team-offset-section {
    padding: 4rem 2rem;
    background: #f9fafb;
}

.team-content-center {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.team-content-center h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 1.5rem;
}

.team-intro {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #4b5563;
}

.cta-about-section {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #2d5f7a 0%, #1e4459 100%);
    text-align: center;
}

.cta-about-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
}

.btn-cta-large {
    display: inline-block;
    padding: 1.25rem 3rem;
    background: #ffffff;
    color: #2d5f7a;
    font-weight: 700;
    font-size: 1.125rem;
    border-radius: 6px;
    transition: all 0.3s;
}

.btn-cta-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.services-detailed-section {
    padding: 4rem 2rem;
    background: #ffffff;
}

.service-detail-asymmetric {
    max-width: 1200px;
    margin: 0 auto 4rem;
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

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

.service-detail-visual {
    flex: 1;
    min-width: 300px;
    border-radius: 8px;
    overflow: hidden;
}

.service-detail-content {
    flex: 1;
    min-width: 300px;
}

.service-detail-content h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 1rem;
}

.service-detail-content p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 1rem;
}

.service-features {
    list-style: none;
    margin: 1.5rem 0;
}

.service-features li {
    font-size: 1rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
}

.service-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2d5f7a;
    font-weight: 700;
}

.service-price-large {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d5f7a;
    margin: 1.5rem 0;
}

.process-overview-section {
    padding: 5rem 2rem;
    background: #f3f4f6;
}

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

.process-content-narrow h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 3rem;
    text-align: center;
}

.process-steps-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.process-step {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 8px;
}

.process-step:nth-child(odd) {
    transform: translateX(-1.5rem);
}

.process-step:nth-child(even) {
    transform: translateX(1.5rem);
}

.step-number {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2d5f7a;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 50%;
}

.process-step h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 0.5rem;
}

.process-step p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4b5563;
}

.cta-services-section {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #e8f1f5 0%, #ffffff 100%);
    text-align: center;
}

.cta-services-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 1rem;
}

.cta-services-content p {
    font-size: 1.125rem;
    color: #4b5563;
    margin-bottom: 2rem;
}

.btn-cta-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #2d5f7a;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.125rem;
    border-radius: 6px;
    transition: all 0.3s;
}

.btn-cta-primary:hover {
    background: #1e4459;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(45, 95, 122, 0.3);
}

.contact-info-asymmetric {
    padding: 4rem 2rem;
    background: #ffffff;
}

.contact-layout-offset {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.contact-details-block {
    flex: 1;
    min-width: 300px;
    transform: translateX(-2rem);
}

.contact-details-block h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 2rem;
}

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

.contact-item h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #2d5f7a;
    margin-bottom: 0.5rem;
}

.contact-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4b5563;
}

.contact-visual-overlap {
    flex: 1;
    min-width: 300px;
    border-radius: 8px;
    overflow: hidden;
    transform: translateX(2rem) translateY(-1.5rem);
}

.location-section {
    padding: 4rem 2rem;
    background: #f9fafb;
}

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

.location-content-center h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 1rem;
}

.location-content-center p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #4b5563;
}

.thanks-section-center {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #e8f1f5 0%, #ffffff 100%);
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-content {
    max-width: 700px;
    text-align: center;
}

.thanks-icon {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.thanks-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 1rem;
}

.thanks-lead {
    font-size: 1.25rem;
    color: #4b5563;
    margin-bottom: 2rem;
}

.service-info-box {
    background: #f9fafb;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.service-info-box p {
    font-size: 1rem;
    color: #374151;
    margin: 0;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.btn-primary {
    padding: 1rem 2rem;
    background: #2d5f7a;
    color: #ffffff;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #1e4459;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(45, 95, 122, 0.3);
}

.btn-secondary {
    padding: 1rem 2rem;
    background: transparent;
    color: #2d5f7a;
    border: 2px solid #2d5f7a;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #2d5f7a;
    color: #ffffff;
    transform: translateY(-2px);
}

.legal-page-section {
    padding: 4rem 2rem;
    background: #ffffff;
}

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

.legal-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 1rem;
}

.legal-updated {
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 2rem;
}

.legal-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a2332;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.legal-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d5f7a;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.legal-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 1rem;
}

.legal-content ul {
    margin: 1rem 0 1.5rem 2rem;
}

.legal-content li {
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 0.5rem;
}

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

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

    .hero-text-block,
    .intro-content-skewed,
    .page-hero-content,
    .form-container-offset,
    .contact-details-block,
    .contact-visual-overlap {
        transform: translateX(0);
    }

    .service-card-left,
    .service-card-right {
        transform: translateX(0);
    }

    .method-block:nth-child(odd),
    .method-block:nth-child(even),
    .process-step:nth-child(odd),
    .process-step:nth-child(even) {
        transform: translateX(0);
    }

    .nav-split {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .nav-floating {
        width: 100%;
        flex-direction: column;
        gap: 1rem;
    }

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