body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #222;
    background: #f6f8fa;
}
.hero-section {
    background: #eaf4fb;
    padding: 90px 0 60px 0;
    position: relative;
    overflow: hidden;
}
.hero-section h1 {
    font-size: 2.8rem;
    font-weight: 900;
    color: #1a2233;
    letter-spacing: -1px;
}
.hero-section p.lead {
    font-size: 1.35rem;
    color: #3a4664;
    font-weight: 500;
}
.btn-cta, .btn-cta:focus {
    background: #4299e1;
    color: #fff;
    border-radius: 32px;
    font-weight: 700;
    font-size: 1.15rem;
    padding: 14px 38px;
    border: none;
    box-shadow: 0 2px 8px #e0e0e0;
    transition: background 0.2s;
}
.btn-cta:hover {
    background: #3182ce;
    color: #fff;
}
.geometric-accent {
    position: absolute;
    top: -60px;
    right: -80px;
    z-index: 0;
    opacity: 0.13;
}
.section-mission {
    background: #fff;
    padding: 60px 0 30px 0;
}
.section-mission h2 {
    font-size: 2.1rem;
    font-weight: 900;
    color: #1a2233;
    margin-bottom: 18px;
}
.section-mission .mission-accent {
    width: 30px;
    height: 36px;
    background: #4299e1;
    display: inline-block;
    border-radius: 6px;
    margin-right: 12px;
    vertical-align: middle;
}
.section-for {
    background: #eaf4fb;
    padding: 40px 0 20px 0;
}
.section-for .for-title {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 18px;
    letter-spacing: 1px;
    color: #3182ce;
}
.section-for ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    column-gap: 48px;
}
.section-for li {
    font-size: 1.08rem;
    margin-bottom: 12px;
    position: relative;
    padding-left: 22px;
}
.section-for li:before {
    content: '\25A0';
    color: #4299e1;
    position: absolute;
    left: 0;
    font-size: 1rem;
    top: 0.1em;
}
.section-what {
    background: #fff;
    padding: 60px 0 40px 0;
}
.feature-card {
    background: #f6f8fa;
    border-radius: 18px;
    box-shadow: 0 2px 8px #e0e0e0;
    padding: 32px 18px 28px 18px;
    margin-bottom: 18px;
    min-height: 220px;
}
.feature-icon {
    font-size: 2.2rem;
    color: #3182ce;
    margin-bottom: 18px;
}
.feature-card h4 {
    font-weight: 700;
    font-size: 1.18rem;
    margin-bottom: 10px;
}
.feature-card p {
    font-size: 1.05rem;
    color: #3a4664;
}
.section-testimonials {
    background: #eaf4fb;
    padding: 60px 0 40px 0;
}
.testimonial-bubble, .testimonial-quote, .testimonial-card-irregular {
    background: #fff;
    box-shadow: 0 2px 8px #e0e0e0;
    border-radius: 18px;
    padding: 24px 22px 22px 22px;
    margin-bottom: 0;
    position: relative;
    min-width: 260px;
    max-width: 340px;
    flex: 1 1 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.testimonial-bubble:after {
    content: '';
    position: absolute;
    left: 36px;
    bottom: -18px;
    width: 32px;
    height: 18px;
    background: #fff;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 2px 8px #e0e0e0;
    z-index: 1;
}
.testimonial-quote {
    border-left: 5px solid #4299e1;
    background: #f6f8fa;
}
.testimonial-card-irregular {
    border-radius: 32px 8px 24px 18px;
    background: #fffbe7;
}
.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #eaf4fb;
    color: #3182ce;
    font-weight: 700;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    box-shadow: 0 1px 4px #e0e0e0;
}
.testimonial-name {
    font-weight: 700;
    margin-top: 8px;
    font-size: 1.05rem;
}
.testimonial-title {
    color: #3a4664;
    font-size: 0.98rem;
    margin-bottom: 0;
}
.testimonial-text {
    font-size: 1.08rem;
    color: #222;
    margin-bottom: 0;
}
.testimonial-quote .testimonial-text {
    font-style: italic;
    color: #1a2233;
}
.section-sample {
    background: #fff;
    padding: 60px 0 40px 0;
}
.section-sample .sample-box {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
    border-radius: 10px;
    color: #888;
    font-size: 1.1rem;
}
footer {
    background: #1a2233;
    color: #fff;
    padding: 48px 0 24px 0;
}
footer .btn-cta {
    background: #4299e1;
    color: #fff;
    border-radius: 32px;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 12px 32px;
    border: none;
    box-shadow: none;
    transition: background 0.2s;
}
footer .btn-cta:hover, footer .btn-cta:focus {
    background: #3182ce;
    color: #fff;
    box-shadow: none;
}
@media (max-width: 767px) {
    .hero-section h1 { font-size: 2rem; }
    .section-mission h2 { font-size: 1.3rem; }
    .feature-card { min-height: 0; }
    .section-for ul { columns: 1; }
}
@media (max-width: 991px) {
    .testimonials-grid { gap: 18px 0; }
}
@media (max-width: 767px) {
    .testimonials-grid {
        flex-direction: column;
        align-items: center;
        gap: 18px 0;
    }
    .testimonial-bubble, .testimonial-quote, .testimonial-card-irregular {
        max-width: 98vw;
        min-width: 0;
    }
}
.torn-paper {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px #e0e0e0;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.torn-paper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(45deg, transparent 33.33%, #fff 33.33%, #fff 66.66%, transparent 66.66%), linear-gradient(-45deg, transparent 33.33%, #fff 33.33%, #fff 66.66%, transparent 66.66%);
    background-size: 20px 20px;
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
    justify-items: center;
    align-items: stretch;
    max-width: 900px;
    margin: 0 auto;
}
.testimonial-bubble,
.testimonial-quote,
.testimonial-card-irregular {
    min-width: 260px;
    max-width: 420px;
    width: 100%;
}
.testimonials-grid > div:nth-child(odd) {
    transform: translateY(18px) rotate(-1.5deg);
}
.testimonials-grid > div:nth-child(even) {
    transform: translateY(-8px) rotate(1.5deg);
}
.testimonial-bubble:after {
    content: '';
    position: absolute;
    left: 36px;
    bottom: -18px;
    width: 32px;
    height: 18px;
    background: #fff;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 2px 8px #e0e0e0;
    z-index: 1;
}
@media (max-width: 991px) {
    .testimonials-grid { gap: 18px 0; max-width: 98vw; }
    .testimonials-grid > div { transform: none !important; }
}
@media (max-width: 767px) {
    .testimonials-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px 0;
    }
    .testimonial-bubble, .testimonial-quote, .testimonial-card-irregular {
        max-width: 98vw;
        min-width: 0;
        transform: none !important;
    }
}
.footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 0.93rem;
    display: block;
    margin-bottom: 8px;
    transition: color 0.15s;
}
.footer-link:hover, .footer-link:focus {
    color: #4299e1;
    text-decoration: underline;
}
@media (max-width: 767px) {
    footer .row { flex-direction: column; }
    .footer-link { font-size: 0.93rem; }
}

.subscribe-page .hero-section {
    background: linear-gradient(135deg, #2D3748, #4A5568);
    color: #fff;
    padding: 70px 0 40px 0;
    margin-bottom: 40px;
}
.subscribe-page .hero-section img {
    margin-bottom: 18px;
}
.subscribe-page .hero-section .lead {
    color: #fff;
    opacity: 0.95;
    font-weight: 500;
    text-shadow: 0 1px 8px rgba(44,62,80,0.18);
}
.subscribe-page .hero-section h1 {
    color: #fff;
    font-weight: 900;
    text-shadow: 0 2px 12px rgba(44,62,80,0.18);
}
.subscribe-page .pricing-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 32px 0 rgba(66,153,225,0.10), 0 1.5px 6px 0 rgba(44,62,80,0.07);
    padding: 44px 36px 36px 36px;
    margin-bottom: 32px;
    border: 1.5px solid #eaf4fb;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.subscribe-page .pricing-card .display-4 {
    color: #2D3748;
    font-weight: 900;
    font-size: 3rem;
}
.subscribe-page .pricing-card .text-muted {
    color: #718096 !important;
    font-size: 1.25rem;
}
.subscribe-page .feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2.5rem;
}
.subscribe-page .feature-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 1.13rem;
    color: #2D3748;
    font-weight: 500;
}
.subscribe-page .feature-list li i {
    color: #4299E1;
    margin-right: 12px;
    font-size: 1.2rem;
}
.subscribe-page .btn-subscribe {
    background: #3182ce;
    color: #fff;
    padding: 18px 0;
    border-radius: 10px;
    border: none;
    font-weight: 800;
    font-size: 1.32rem;
    box-shadow: 0 2px 8px #e0e0e0;
    transition: background 0.2s;
    margin-top: 10px;
    letter-spacing: 0.01em;
}
.subscribe-page .btn-subscribe:hover {
    background: #225ea8;
    color: #fff;
}
.subscribe-page .testimonial {
    background: #f6f8fa;
    border-radius: 14px;
    padding: 28px 28px 22px 28px;
    margin: 32px auto 0 auto;
    max-width: 700px;
    box-shadow: 0 2px 8px #e0e0e0;
    font-size: 1.08rem;
}
.subscribe-page .testimonial-text {
    font-style: italic;
    color: #4A5568;
    margin-bottom: 0.5rem;
}
.subscribe-page .testimonial-author {
    font-weight: 600;
    color: #222;
    margin-top: 10px;
    font-size: 1.01rem;
}
@media (max-width: 767px) {
    .subscribe-page .hero-section {
        padding: 38px 0 18px 0;
    }
    .subscribe-page .pricing-card {
        padding: 22px 8px 18px 8px;
    }
    .subscribe-page .testimonial {
        padding: 18px 8px 14px 8px;
    }
}

/* Cookie Notice Banner Styles */
#cookie-notice {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(33, 37, 41, 0.98);
    color: #fff;
    padding: 0;
    box-shadow: 0 -2px 16px rgba(0,0,0,0.15);
    font-family: 'Inter', Arial, sans-serif;
}
#cookie-notice .cookie-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 32px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
#cookie-notice .cookie-message {
    font-size: 1.05rem;
    line-height: 1.6;
}
#cookie-notice ul {
    margin: 12px 0 0 18px;
    padding: 0;
    font-size: 0.98rem;
}
#cookie-notice button#cookie-accept {
    align-self: flex-end;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 8px 32px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-top: 8px;
}
@media (max-width: 600px) {
    #cookie-notice .cookie-container {
        max-width: 100vw;
        padding: 18px 8px 12px 8px;
    }
    #cookie-notice .cookie-message {
        font-size: 0.98rem;
    }
    #cookie-notice button#cookie-accept {
        width: 100%;
        font-size: 1rem;
    }
} 