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

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

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #e5e5e5;
    z-index: 1000;
    padding: 0 5%;
}

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

.logo {
    font-size: 22px;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.3px;
}

.nav-links {
    display: flex;
    gap: 48px;
    align-items: center;
}

.nav-links a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 15px;
    transition: opacity 0.2s;
}

.nav-links a:hover {
    opacity: 0.6;
}

.ad-label {
    font-size: 12px;
    color: #666;
    padding: 4px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

main {
    margin-top: 84px;
}

.hero-minimal {
    padding: 120px 5% 80px;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-content {
    max-width: 720px;
    margin-bottom: 80px;
}

.hero-content h1 {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -1.5px;
    margin-bottom: 32px;
}

.hero-subtitle {
    font-size: 22px;
    line-height: 1.6;
    color: #4a4a4a;
    font-weight: 300;
}

.hero-image {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 2px;
    overflow: hidden;
}

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

.intro-statement {
    padding: 120px 5%;
    background-color: #fafafa;
}

.statement-container {
    max-width: 900px;
    margin: 0 auto;
}

.large-text {
    font-size: 28px;
    line-height: 1.65;
    font-weight: 300;
    color: #2a2a2a;
}

.service-preview {
    padding: 120px 5%;
}

.preview-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}

.preview-card {
    flex: 1;
}

.card-image {
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: 32px;
    border-radius: 2px;
    overflow: hidden;
}

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

.preview-card h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.preview-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 24px;
}

.text-link {
    font-size: 16px;
    color: #1a1a1a;
    text-decoration: underline;
    transition: opacity 0.2s;
}

.text-link:hover {
    opacity: 0.6;
}

.value-proposition {
    padding: 120px 5%;
    background-color: #fafafa;
}

.value-container {
    max-width: 1200px;
    margin: 0 auto;
}

.value-container h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 80px;
    letter-spacing: -0.8px;
}

.value-points {
    display: flex;
    gap: 64px;
}

.value-item {
    flex: 1;
}

.value-item h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

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

.testimonial-section {
    padding: 120px 5%;
}

.testimonial-container {
    max-width: 900px;
    margin: 0 auto;
}

blockquote {
    border-left: none;
    padding: 0;
}

blockquote p {
    font-size: 26px;
    line-height: 1.6;
    font-weight: 300;
    color: #2a2a2a;
    margin-bottom: 24px;
    font-style: italic;
}

cite {
    font-size: 16px;
    color: #666;
    font-style: normal;
}

.cta-section {
    padding: 120px 5%;
    background-color: #1a1a1a;
    color: #ffffff;
}

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

.cta-container h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 24px;
    letter-spacing: -0.8px;
}

.cta-container p {
    font-size: 19px;
    line-height: 1.6;
    color: #ccc;
    margin-bottom: 48px;
}

.cta-button {
    display: inline-block;
    padding: 18px 48px;
    background-color: #ffffff;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 16px;
    border-radius: 2px;
    transition: background-color 0.2s;
}

.cta-button:hover {
    background-color: #f0f0f0;
}

.areas-served {
    padding: 120px 5%;
}

.areas-container {
    max-width: 1200px;
    margin: 0 auto;
}

.areas-container h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 64px;
    letter-spacing: -0.8px;
}

.areas-list {
    display: flex;
    gap: 48px;
}

.area-item {
    flex: 1;
}

.area-item h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

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

.page-header {
    padding: 120px 5% 80px;
    background-color: #fafafa;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
}

.header-container h1 {
    font-size: 68px;
    font-weight: 400;
    margin-bottom: 24px;
    letter-spacing: -1.2px;
}

.header-subtitle {
    font-size: 22px;
    color: #4a4a4a;
    font-weight: 300;
    max-width: 800px;
}

.services-layout {
    padding: 80px 5%;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.service-card {
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

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

.service-image {
    flex: 0 0 45%;
    background-color: #f5f5f5;
    border-radius: 2px;
    overflow: hidden;
}

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

.service-details {
    flex: 1;
}

.service-details h3 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 24px;
    letter-spacing: -0.6px;
}

.service-details p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.service-includes {
    font-size: 15px;
    color: #666;
}

.price-display {
    font-size: 32px;
    font-weight: 500;
    color: #1a1a1a;
    margin: 32px 0 24px;
}

.select-service {
    padding: 14px 36px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 15px;
    cursor: pointer;
    border-radius: 2px;
    transition: background-color 0.2s;
}

.select-service:hover {
    background-color: #333;
}

.inquiry-form-section {
    padding: 120px 5%;
    background-color: #fafafa;
}

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

.form-container h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 16px;
    letter-spacing: -0.7px;
}

.form-intro {
    font-size: 18px;
    color: #666;
    margin-bottom: 48px;
}

.service-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

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

.form-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.form-group input,
.form-group textarea {
    padding: 14px 16px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-family: inherit;
    transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1a1a1a;
}

.form-group input[readonly] {
    background-color: #f5f5f5;
}

.submit-button {
    padding: 16px 48px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 2px;
    align-self: flex-start;
    transition: background-color 0.2s;
}

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

.about-hero {
    padding: 120px 5% 100px;
    background-color: #fafafa;
}

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

.about-hero-content h1 {
    font-size: 68px;
    font-weight: 400;
    margin-bottom: 32px;
    letter-spacing: -1.2px;
}

.hero-lead {
    font-size: 26px;
    line-height: 1.6;
    font-weight: 300;
    color: #2a2a2a;
}

.story-section {
    padding: 120px 5%;
}

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

.story-image {
    flex: 0 0 48%;
    background-color: #f5f5f5;
    border-radius: 2px;
    overflow: hidden;
}

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

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 32px;
    letter-spacing: -0.7px;
}

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

.methodology-section {
    padding: 120px 5%;
    background-color: #fafafa;
}

.methodology-container {
    max-width: 1200px;
    margin: 0 auto;
}

.methodology-container h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 80px;
    letter-spacing: -0.8px;
}

.methodology-grid {
    display: flex;
    gap: 64px;
    flex-wrap: wrap;
}

.method-item {
    flex: 1 1 calc(50% - 32px);
    min-width: 300px;
}

.method-item h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.method-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
}

.values-section {
    padding: 120px 5%;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
}

.values-container h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 64px;
    letter-spacing: -0.8px;
}

.values-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.value-block h5 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 16px;
}

.value-block p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
}

.team-section {
    padding: 120px 5%;
    background-color: #fafafa;
}

.team-container {
    max-width: 1000px;
    margin: 0 auto;
}

.team-container h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 24px;
    letter-spacing: -0.8px;
}

.team-intro {
    font-size: 19px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 56px;
}

.team-image {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 2px;
    overflow: hidden;
}

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

.business-model {
    padding: 120px 5%;
}

.model-container {
    max-width: 900px;
    margin: 0 auto;
}

.model-container h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 32px;
    letter-spacing: -0.8px;
}

.model-container p {
    font-size: 19px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 24px;
}

.cta-about {
    padding: 100px 5%;
    background-color: #1a1a1a;
}

.cta-about .cta-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.cta-about h2 {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 40px;
    letter-spacing: -0.8px;
}

.contact-header {
    padding: 120px 5% 80px;
    background-color: #fafafa;
}

.contact-content {
    padding: 80px 5%;
}

.contact-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}

.contact-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.info-block h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.info-block p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
}

.contact-image {
    flex: 0 0 45%;
    background-color: #f5f5f5;
    border-radius: 2px;
    overflow: hidden;
}

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

.directions-section {
    padding: 100px 5%;
    background-color: #fafafa;
}

.directions-container {
    max-width: 1200px;
    margin: 0 auto;
}

.directions-container h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 56px;
    letter-spacing: -0.7px;
}

.directions-grid {
    display: flex;
    gap: 56px;
}

.direction-item {
    flex: 1;
}

.direction-item h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
}

.direction-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.thanks-section {
    padding: 160px 5%;
    background-color: #fafafa;
    min-height: 60vh;
}

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

.thanks-container h1 {
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 32px;
    letter-spacing: -1px;
}

.thanks-message {
    font-size: 22px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 24px;
}

.service-confirmation {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 32px;
}

.next-steps {
    font-size: 17px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 48px;
}

.return-link {
    display: inline-block;
    padding: 14px 36px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    border-radius: 2px;
    transition: background-color 0.2s;
}

.return-link:hover {
    background-color: #333;
}

.legal-content {
    padding: 100px 5%;
}

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

.legal-container h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 16px;
    letter-spacing: -0.8px;
}

.effective-date {
    font-size: 15px;
    color: #666;
    margin-bottom: 56px;
}

.legal-container h2 {
    font-size: 32px;
    font-weight: 500;
    margin: 56px 0 20px;
}

.legal-container h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 40px 0 16px;
}

.legal-container p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.legal-container ul {
    margin: 20px 0 20px 32px;
}

.legal-container li {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 12px;
}

.legal-container a {
    color: #1a1a1a;
    text-decoration: underline;
}

.main-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 80px 5% 40px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    margin-bottom: 56px;
}

.footer-section {
    flex: 1;
}

.footer-section h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.7;
    color: #ccc;
}

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

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

.footer-section a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

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

.disclaimer-text {
    font-size: 13px;
    line-height: 1.6;
    color: #999;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 32px;
    border-top: 1px solid #333;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 32px 5%;
    z-index: 2000;
    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: 40px;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    color: #ccc;
}

.cookie-actions {
    display: flex;
    gap: 16px;
}

.btn-accept,
.btn-reject {
    padding: 12px 32px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    transition: background-color 0.2s;
}

.btn-accept {
    background-color: #ffffff;
    color: #1a1a1a;
}

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

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

.btn-reject:hover {
    border-color: #999;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 42px;
    }

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

    .preview-grid,
    .value-points,
    .areas-list,
    .contact-layout,
    .directions-grid,
    .footer-content {
        flex-direction: column;
    }

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

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