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

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

.floating-nav {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    z-index: 1000;
}

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

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

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

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

.hero-fullwidth {
    position: relative;
    height: 85vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #1a2332;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.hero-content-overlay {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #ffffff;
    max-width: 900px;
    padding: 40px;
}

.hero-content-overlay h1 {
    font-size: 62px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.15;
    letter-spacing: -1.5px;
}

.hero-subtext {
    font-size: 24px;
    font-weight: 300;
    opacity: 0.95;
    line-height: 1.5;
}

.story-intro {
    padding: 120px 40px;
    background-color: #fafafa;
}

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

.lead-text {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #2a2a2a;
    font-weight: 400;
}

.narrow-content p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #444;
}

.problem-amplification {
    padding: 100px 40px;
    background-color: #ffffff;
}

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

.text-block-left {
    flex: 1;
}

.text-block-left h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.25;
}

.text-block-left p {
    font-size: 18px;
    margin-bottom: 22px;
    color: #555;
    line-height: 1.75;
}

.image-block-right {
    flex: 1;
    background-color: #e8ecef;
}

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

.insight-reveal {
    padding: 140px 40px;
    background: linear-gradient(135deg, #2c5f8d 0%, #1a3a56 100%);
}

.centered-insight {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.centered-insight h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1.3;
}

.insight-text {
    font-size: 28px;
    font-weight: 300;
    opacity: 0.95;
    line-height: 1.6;
}

.approach-story {
    padding: 100px 40px;
    background-color: #f9f9f9;
}

.visual-break {
    background-color: #1a2332;
}

.visual-break img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    opacity: 0.85;
}

.benefits-cascade {
    padding: 110px 40px;
    background-color: #ffffff;
}

.benefit-card-offset {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.benefit-item {
    padding: 50px 60px;
    background-color: #f5f8fa;
    border-left: 5px solid #2c5f8d;
}

.benefit-item:nth-child(even) {
    margin-left: 120px;
    border-left: none;
    border-right: 5px solid #2c5f8d;
}

.benefit-item h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.benefit-item p {
    font-size: 18px;
    color: #555;
    line-height: 1.75;
}

.trust-builder {
    padding: 100px 40px;
    background-color: #fafafa;
}

.testimonial-inline {
    max-width: 850px;
    margin: 0 auto 60px;
    padding: 50px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.testimonial-inline blockquote {
    border-left: none;
}

.testimonial-inline p {
    font-size: 20px;
    font-style: italic;
    color: #2a2a2a;
    margin-bottom: 20px;
    line-height: 1.7;
}

.testimonial-inline cite {
    font-style: normal;
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

.science-backing {
    padding: 90px 40px;
    background-color: #ffffff;
}

.science-backing h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.science-backing sup a {
    color: #2c5f8d;
    text-decoration: none;
    font-weight: 600;
}

.science-backing sup a:hover {
    text-decoration: underline;
}

.how-it-works {
    padding: 100px 40px;
    background-color: #f5f5f5;
}

.process-asymmetric {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.step-visual {
    flex: 0 0 calc(33.333% - 35px);
    min-width: 280px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 6px;
}

.step-visual img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin-bottom: 25px;
    border-radius: 4px;
    background-color: #e8ecef;
}

.step-visual h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.step-visual p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.services-reveal {
    padding: 120px 40px;
    background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
}

.pricing-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

.pricing-intro h2 {
    font-size: 46px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.pricing-intro p {
    font-size: 19px;
    color: #666;
}

.service-cards-stacked {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.service-card {
    background-color: #ffffff;
    padding: 45px 50px;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
    position: relative;
}

.service-card:hover {
    border-color: #2c5f8d;
    box-shadow: 0 8px 30px rgba(44, 95, 141, 0.15);
}

.service-card.featured {
    border-color: #2c5f8d;
    box-shadow: 0 8px 30px rgba(44, 95, 141, 0.2);
}

.label-popular {
    position: absolute;
    top: -12px;
    left: 40px;
    background-color: #2c5f8d;
    color: #ffffff;
    padding: 6px 18px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
}

.service-card h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

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

.price {
    font-size: 42px;
    font-weight: 700;
    color: #2c5f8d;
    margin-bottom: 25px;
}

.cta-select {
    background-color: #2c5f8d;
    color: #ffffff;
    border: none;
    padding: 16px 36px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-select:hover {
    background-color: #1a3a56;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 95, 141, 0.3);
}

.form-section {
    padding: 100px 40px;
    background-color: #f5f8fa;
}

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

.form-container h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #1a1a1a;
    text-align: center;
}

.form-intro {
    text-align: center;
    font-size: 17px;
    color: #666;
    margin-bottom: 50px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    border: 2px solid #d0d0d0;
    border-radius: 6px;
    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: #2c5f8d;
}

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

.btn-submit:hover {
    background-color: #1a3a56;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 95, 141, 0.3);
}

.final-trust {
    padding: 80px 40px;
    background-color: #fafafa;
}

.disclaimer-text {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.site-footer {
    background-color: #1a2332;
    color: #ffffff;
    padding: 70px 40px 30px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto 50px;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.reference-text {
    font-size: 13px;
    color: #8a92a0;
    margin-bottom: 12px;
    line-height: 1.5;
}

.reference-text a {
    color: #5a9fd4;
    text-decoration: none;
}

.reference-text a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #2a3546;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    padding: 25px 40px;
    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;
    gap: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    color: #333;
    margin: 0;
}

.cookie-content a {
    color: #2c5f8d;
    text-decoration: none;
}

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

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

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

.btn-accept {
    background-color: #2c5f8d;
    color: #ffffff;
}

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

.btn-reject {
    background-color: #e0e0e0;
    color: #333;
}

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

.page-header {
    padding: 80px 40px 60px;
    text-align: center;
    background-color: #f5f8fa;
}

.page-header h1 {
    font-size: 52px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 700;
}

.subtitle {
    font-size: 20px;
    color: #666;
    font-weight: 300;
}

.about-story {
    padding: 90px 40px;
    background-color: #ffffff;
}

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

.content-left,
.content-right {
    flex: 1;
}

.content-left h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

.content-left p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.75;
}

.content-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    background-color: #e8ecef;
}

.philosophy {
    padding: 100px 40px;
    background-color: #fafafa;
}

.philosophy h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 35px;
    color: #1a1a1a;
}

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

.values-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.value-item {
    flex: 0 0 calc(50% - 20px);
    padding: 40px;
    background-color: #f5f8fa;
    border-radius: 6px;
}

.value-item h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #2c5f8d;
    font-weight: 600;
}

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

.approach-details {
    padding: 100px 40px;
    background-color: #fafafa;
}

.asymmetric-layout {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
}

.asymmetric-layout img {
    flex: 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    background-color: #e8ecef;
}

.text-overlay {
    flex: 1;
}

.text-overlay h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

.text-overlay p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.75;
}

.commitment {
    padding: 110px 40px;
    background: linear-gradient(135deg, #2c5f8d 0%, #1a3a56 100%);
}

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

.centered-content h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 700;
}

.promise-text {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.7;
    opacity: 0.95;
}

.services-intro {
    padding: 80px 40px;
    background-color: #fafafa;
}

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

.service-detail-block {
    max-width: 1200px;
    margin: 0 auto 100px;
    display: flex;
    gap: 70px;
    align-items: flex-start;
}

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

.service-image-left,
.service-image-right {
    flex: 1;
    background-color: #e8ecef;
}

.service-image-left img,
.service-image-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.service-content-right,
.service-content-left {
    flex: 1;
}

.service-content-right h2,
.service-content-left h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.service-content-right p,
.service-content-left p {
    font-size: 17px;
    margin-bottom: 25px;
    color: #555;
    line-height: 1.7;
}

.service-content-right h3,
.service-content-left h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 600;
}

.service-content-right ul,
.service-content-left ul {
    margin-bottom: 30px;
    padding-left: 20px;
}

.service-content-right ul li,
.service-content-left ul li {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.6;
}

.price-tag {
    font-size: 40px;
    font-weight: 700;
    color: #2c5f8d;
    margin-bottom: 25px;
}

.cta-button {
    background-color: #2c5f8d;
    color: #ffffff;
    border: none;
    padding: 16px 36px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.cta-button:hover {
    background-color: #1a3a56;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 95, 141, 0.3);
}

.additional-services {
    padding: 80px 40px;
    background-color: #f5f8fa;
}

.extras-grid {
    max-width: 1100px;
    margin: 40px auto 0;
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
}

.extra-item {
    flex: 0 0 calc(33.333% - 25px);
    min-width: 260px;
    background-color: #ffffff;
    padding: 35px;
    border-radius: 6px;
    text-align: center;
    border: 2px solid #e0e0e0;
}

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

.extra-item p {
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
}

.extra-price {
    font-size: 24px;
    font-weight: 700;
    color: #2c5f8d;
}

.contact-layout {
    padding: 90px 40px;
    background-color: #ffffff;
}

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

.contact-info-block {
    flex: 1;
}

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

.info-item {
    margin-bottom: 40px;
}

.info-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c5f8d;
    font-weight: 600;
}

.info-item p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

.no-link {
    cursor: default;
}

.contact-image {
    flex: 1;
    background-color: #e8ecef;
}

.contact-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.contact-cta {
    padding: 90px 40px;
    background: linear-gradient(135deg, #2c5f8d 0%, #1a3a56 100%);
}

.contact-cta h2 {
    color: #ffffff;
}

.contact-cta p {
    color: #ffffff;
    opacity: 0.95;
    margin-bottom: 35px;
}

.faq-section {
    padding: 90px 40px;
    background-color: #fafafa;
}

.faq-item {
    margin-bottom: 35px;
}

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

.faq-item p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

.thanks-hero {
    padding: 100px 40px;
    background-color: #f5f8fa;
}

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

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

.thanks-message {
    font-size: 22px;
    color: #666;
    margin-bottom: 40px;
}

.confirmation-details {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 50px;
    border-left: 4px solid #2c5f8d;
}

.confirmation-details p {
    font-size: 17px;
    color: #555;
    margin-bottom: 12px;
    text-align: left;
}

.next-steps {
    margin-bottom: 50px;
}

.next-steps h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: left;
}

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

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

.step-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

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

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

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

.btn-primary:hover {
    background-color: #1a3a56;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 95, 141, 0.3);
}

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

.btn-secondary:hover {
    background-color: #2c5f8d;
    color: #ffffff;
}

.thanks-visual {
    max-width: 700px;
    margin: 50px auto 0;
    background-color: #e8ecef;
}

.thanks-visual img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

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

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

.legal-content h1 {
    font-size: 44px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.legal-content h2 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.legal-content h4 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #444;
    font-weight: 600;
}

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

.legal-content ul,
.legal-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.legal-content ul li,
.legal-content ol li {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.7;
}

.legal-content a {
    color: #2c5f8d;
    text-decoration: none;
}

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

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

.cookie-table thead {
    background-color: #f5f5f5;
}

.cookie-table th,
.cookie-table td {
    padding: 15px;
    text-align: left;
    border: 1px solid #e0e0e0;
    font-size: 15px;
}

.cookie-table th {
    font-weight: 600;
    color: #1a1a1a;
}

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

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

    .nav-links {
        gap: 20px;
        font-size: 14px;
    }

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

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

    .offset-layout,
    .split-content,
    .asymmetric-layout,
    .contact-main,
    .service-detail-block {
        flex-direction: column;
    }

    .benefit-item:nth-child(even) {
        margin-left: 0;
    }

    .value-item {
        flex: 0 0 100%;
    }

    .extra-item {
        flex: 0 0 100%;
    }

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

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