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

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

.ad-disclosure {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 20px;
    text-align: center;
}

.ad-disclosure p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.header-magazine {
    background-color: #ffffff;
    border-bottom: 2px solid #1a1a1a;
    padding: 20px 40px;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.logo-area {
    flex: 1;
}

.site-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.tagline {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.nav-horizontal {
    display: flex;
    gap: 30px;
}

.nav-horizontal a {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s;
}

.nav-horizontal a:hover {
    color: #0066cc;
}

.hero-magazine {
    padding: 80px 40px;
    background-color: #fafafa;
}

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

.hero-text-col {
    flex: 1;
}

.hero-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0066cc;
    margin-bottom: 16px;
}

.hero-text-col h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-text-col p {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 30px;
}

.hero-image-col {
    flex: 1;
}

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

.cta-primary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s, transform 0.2s;
}

.cta-primary:hover {
    background-color: #333;
    transform: translateY(-2px);
}

.cta-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ffffff;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #1a1a1a;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.cta-secondary:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}

.container-magazine {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.container-wide {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
}

.intro-band {
    padding: 60px 40px;
    background-color: #0066cc;
    color: #ffffff;
}

.intro-statement {
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
}

.problem-section {
    padding: 80px 40px;
    background-color: #ffffff;
}

.problem-grid {
    display: flex;
    gap: 60px;
    align-items: center;
}

.problem-visual {
    flex: 0 0 45%;
}

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

.problem-text {
    flex: 1;
}

.problem-text h3 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}

.problem-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 16px;
}

.insight-columns {
    padding: 80px 40px;
    background-color: #f5f5f5;
}

.section-heading {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

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

.insight-card {
    flex: 1;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.insight-card h4 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

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

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

.services-header-offset {
    margin-bottom: 50px;
    max-width: 700px;
}

.services-header-offset h3 {
    font-size: 38px;
    margin-bottom: 16px;
    font-weight: 700;
}

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

.services-layout-magazine {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-feature-large {
    flex: 1 1 100%;
    display: flex;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
}

.service-feature-large img {
    width: 50%;
    object-fit: cover;
}

.service-feature-large .service-content {
    padding: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-small-card {
    flex: 1 1 calc(50% - 15px);
    background-color: #fafafa;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-feature-medium {
    flex: 1 1 100%;
    display: flex;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
}

.service-feature-medium img {
    width: 40%;
    object-fit: cover;
}

.service-feature-medium .service-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-content h4,
.service-small-card h4 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
}

.service-content p,
.service-small-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.price-tag {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 16px;
}

.btn-select-service {
    padding: 12px 24px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.btn-select-service:hover {
    background-color: #333;
    transform: translateY(-2px);
}

.trust-section {
    padding: 80px 40px;
    background-color: #f5f5f5;
}

.trust-section h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.trust-elements {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.trust-item {
    background-color: #ffffff;
    padding: 30px;
    border-left: 4px solid #0066cc;
    border-radius: 4px;
}

.testimonial-text {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 12px;
    font-style: italic;
}

.testimonial-author {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.how-it-works {
    padding: 80px 40px;
    background-color: #ffffff;
}

.how-it-works h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.steps-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.step-block {
    flex: 1 1 calc(50% - 15px);
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.step-number {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 12px;
}

.step-block h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

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

.form-section {
    padding: 80px 40px;
    background-color: #f5f5f5;
}

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

.form-intro {
    text-align: center;
    margin-bottom: 40px;
}

.form-intro h3 {
    font-size: 36px;
    margin-bottom: 16px;
    font-weight: 700;
}

.form-intro p {
    font-size: 17px;
    color: #555;
}

.contact-form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.form-row {
    margin-bottom: 24px;
}

.form-row label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    outline: none;
    border-color: #0066cc;
}

.btn-submit {
    width: 100%;
    padding: 14px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #333;
}

.final-cta {
    padding: 80px 40px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
}

.final-cta h3 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
}

.final-cta p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.footer-magazine {
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 60px 40px 20px;
}

.footer-columns {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 600;
}

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

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

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

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

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 20px;
    background-color: #333;
    border-radius: 4px;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    color: #bbb;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    display: none;
    z-index: 1000;
}

.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;
    line-height: 1.6;
}

.cookie-content a {
    color: #66b3ff;
    text-decoration: underline;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-cookie-accept {
    background-color: #0066cc;
    color: #ffffff;
}

.btn-cookie-accept:hover {
    background-color: #0052a3;
}

.btn-cookie-reject {
    background-color: #555;
    color: #ffffff;
}

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

.page-hero-about,
.page-hero-services,
.page-hero-contact {
    padding: 80px 40px;
    background-color: #f5f5f5;
    text-align: center;
}

.page-hero-about h2,
.page-hero-services h2,
.page-hero-contact h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-lead {
    font-size: 20px;
    color: #555;
    line-height: 1.7;
}

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

.story-layout {
    display: flex;
    gap: 60px;
    align-items: center;
}

.story-image {
    flex: 0 0 45%;
}

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

.story-text {
    flex: 1;
}

.story-text h3 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}

.story-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 16px;
}

.team-philosophy {
    padding: 80px 40px;
    background-color: #f5f5f5;
}

.team-philosophy h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

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

.philosophy-card {
    flex: 1;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
}

.philosophy-card h4 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

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

.expertise-section {
    padding: 80px 40px;
    background-color: #ffffff;
}

.expertise-section h3 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}

.expertise-section p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

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

.expertise-list li {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.expertise-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: 700;
}

.values-section {
    padding: 80px 40px;
    background-color: #f5f5f5;
}

.values-section h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.values-offset {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.value-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    border-left: 4px solid #0066cc;
}

.value-item h4 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
}

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

.cta-about {
    padding: 80px 40px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
}

.cta-about h3 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-about p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}

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

.service-detail-card {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
}

.service-detail-card:nth-child(even) {
    flex-direction: row-reverse;
}

.service-detail-content {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-detail-image {
    flex: 0 0 40%;
    background-color: #e0e0e0;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-detail-content h3 {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 700;
}

.service-description {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

.service-includes h4 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
}

.service-includes ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.service-includes li {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    padding-left: 24px;
    position: relative;
    margin-bottom: 8px;
}

.service-includes li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: 700;
}

.service-pricing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.service-pricing .price {
    font-size: 26px;
    font-weight: 700;
    color: #0066cc;
}

.services-cta {
    padding: 80px 40px;
    background-color: #f5f5f5;
    text-align: center;
}

.services-cta h3 {
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 700;
}

.services-cta p {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.contact-info-section {
    padding: 80px 40px;
    background-color: #ffffff;
}

.contact-layout {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.contact-details {
    flex: 1;
}

.contact-details h3 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 700;
}

.contact-item {
    margin-bottom: 30px;
}

.contact-item h4 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #0066cc;
}

.contact-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.contact-note {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    margin-top: 30px;
}

.contact-note p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.contact-image {
    flex: 0 0 40%;
}

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

.contact-reasons {
    padding: 80px 40px;
    background-color: #f5f5f5;
}

.contact-reasons h3 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 700;
}

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

.reasons-list li {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    padding-left: 30px;
    position: relative;
    margin-bottom: 16px;
}

.reasons-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: 700;
    font-size: 24px;
}

.contact-cta {
    padding: 80px 40px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
}

.contact-cta h3 {
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 700;
}

.contact-cta p {
    font-size: 18px;
    margin-bottom: 30px;
}

.thanks-hero {
    padding: 100px 40px;
    background-color: #f5f5f5;
    text-align: center;
}

.thanks-content h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #0066cc;
}

.thanks-lead {
    font-size: 20px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 40px;
}

.thanks-info {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 40px;
    border-left: 4px solid #0066cc;
}

.thanks-info p {
    font-size: 17px;
    color: #333;
    margin: 0;
}

.next-steps {
    text-align: left;
    max-width: 600px;
    margin: 0 auto 40px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
}

.next-steps h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.steps-list {
    padding-left: 20px;
}

.steps-list li {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 12px;
}

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

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

.legal-intro {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.legal-page h2 {
    font-size: 38px;
    margin-bottom: 16px;
    font-weight: 700;
}

.legal-page h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 12px;
    font-weight: 600;
}

.legal-page h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 16px;
}

.legal-page ul {
    margin-bottom: 16px;
    padding-left: 30px;
}

.legal-page li {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .header-top {
        flex-direction: column;
        gap: 20px;
    }

    .nav-horizontal {
        flex-wrap: wrap;
        gap: 15px;
    }

    .hero-content-split,
    .problem-grid,
    .story-layout,
    .contact-layout {
        flex-direction: column;
    }

    .three-col-grid,
    .philosophy-grid,
    .footer-columns {
        flex-direction: column;
    }

    .service-feature-large,
    .service-feature-medium {
        flex-direction: column;
    }

    .service-feature-large img,
    .service-feature-medium img {
        width: 100%;
    }

    .service-small-card {
        flex: 1 1 100%;
    }

    .steps-asymmetric {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .service-detail-card,
    .service-detail-card:nth-child(even) {
        flex-direction: column;
    }

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