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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c2c2c;
    background-color: #fafafa;
}

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

.container-full {
    width: 100%;
    padding: 0 20px;
}

.header {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

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

.brand {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.ad-disclosure {
    font-size: 11px;
    color: #666;
    background-color: #f5f5f5;
    padding: 4px 10px;
    border-radius: 3px;
    margin: 0 20px;
}

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

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

.main-nav a:hover {
    color: #000;
}

.hero-split {
    display: flex;
    min-height: 85vh;
}

.hero-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 60px;
    background-color: #f9f7f4;
}

.hero-content {
    max-width: 520px;
}

.hero-content h1 {
    font-size: 52px;
    line-height: 1.15;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 32px;
    color: #555;
}

.hero-right {
    flex: 1;
    background-size: cover;
    background-position: center;
    min-height: 85vh;
}

.cta-primary {
    display: inline-block;
    padding: 16px 36px;
    background-color: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cta-primary:hover {
    background-color: #000;
}

.intro-section {
    padding: 100px 0;
    background-color: #fff;
}

.split-layout {
    display: flex;
    gap: 80px;
    align-items: center;
}

.split-content {
    flex: 1;
}

.split-content h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a1a1a;
    line-height: 1.3;
}

.split-content p {
    font-size: 17px;
    margin-bottom: 18px;
    color: #555;
    line-height: 1.8;
}

.split-image {
    flex: 1;
}

.split-image img {
    width: 100%;
    border-radius: 8px;
}

.services-preview {
    padding: 100px 0;
    background-color: #fafafa;
}

.section-title {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.service-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    width: calc(33.333% - 30px);
    min-width: 320px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.service-image {
    height: 260px;
    background-size: cover;
    background-position: center;
}

.service-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.service-info {
    padding: 30px;
}

.service-info h3 {
    font-size: 22px;
    margin-bottom: 14px;
    color: #1a1a1a;
}

.service-info p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 20px;
}

.btn-select-service {
    width: 100%;
    padding: 14px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.approach-section {
    padding: 100px 0;
    background-color: #2c2c2c;
    color: #fff;
}

.split-layout-reverse {
    display: flex;
    gap: 0;
}

.split-image-wide {
    flex: 1.2;
}

.split-image-wide img {
    width: 100%;
    height: 100%;
    display: block;
}

.split-content-dark {
    flex: 1;
    padding: 80px 60px;
    background-color: #2c2c2c;
}

.split-content-dark h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #fff;
}

.split-content-dark p {
    font-size: 17px;
    margin-bottom: 24px;
    color: #d4d4d4;
    line-height: 1.7;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: #d4d4d4;
}

.feature-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #fff;
    font-weight: 700;
}

.cta-section {
    padding: 100px 0;
    background-color: #f4f1ed;
}

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

.cta-box h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.cta-box p {
    font-size: 18px;
    margin-bottom: 32px;
    color: #555;
    line-height: 1.7;
}

.cta-secondary {
    display: inline-block;
    padding: 16px 36px;
    background-color: #fff;
    color: #2c2c2c;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    border: 2px solid #2c2c2c;
    transition: background-color 0.3s, color 0.3s;
}

.cta-secondary:hover {
    background-color: #2c2c2c;
    color: #fff;
}

.form-section {
    padding: 100px 0;
    background-color: #fff;
}

.form-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.form-wrapper h2 {
    font-size: 36px;
    margin-bottom: 16px;
    text-align: center;
    color: #1a1a1a;
}

.form-description {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

.contact-form {
    background-color: #fafafa;
    padding: 40px;
    border-radius: 8px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    background-color: #fff;
}

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

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

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

.footer {
    background-color: #1a1a1a;
    color: #d4d4d4;
    padding: 60px 0 30px;
}

.footer-grid {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.footer-col {
    flex: 1;
    min-width: 250px;
}

.footer-col h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
}

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

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

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

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

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

.footer-disclaimer {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #333;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
}

.cookie-banner.hidden {
    display: none;
}

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

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

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

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

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

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

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

.thanks-section {
    padding: 120px 0;
    background-color: #f9f7f4;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

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

.thanks-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    background-color: #2c2c2c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
}

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

.thanks-main {
    font-size: 18px;
    margin-bottom: 24px;
    color: #555;
    line-height: 1.7;
}

.service-confirmation {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    margin: 24px 0;
}

.service-confirmation p {
    margin: 0;
    font-size: 16px;
    color: #2c2c2c;
}

.thanks-actions {
    margin-top: 40px;
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-block;
    padding: 14px 28px;
    background-color: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #000;
}

.btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    background-color: #fff;
    color: #2c2c2c;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    border: 2px solid #2c2c2c;
    transition: background-color 0.3s, color 0.3s;
}

.btn-secondary:hover {
    background-color: #2c2c2c;
    color: #fff;
}

.page-hero {
    padding: 80px 0;
    background-color: #f4f1ed;
    text-align: center;
}

.page-hero h1 {
    font-size: 48px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.page-hero p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    color: #555;
    line-height: 1.7;
}

.services-detailed {
    padding: 80px 0;
    background-color: #fff;
}

.service-item-split {
    display: flex;
    margin-bottom: 100px;
    gap: 60px;
    align-items: center;
}

.service-item-split.reverse {
    flex-direction: row-reverse;
}

.service-detail-content {
    flex: 1;
    padding: 40px;
}

.service-detail-content h2 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.price-tag {
    font-size: 32px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 24px;
}

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

.service-features {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

.service-features li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: #555;
}

.service-features li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2c2c2c;
    font-weight: 700;
    font-size: 20px;
}

.cta-service {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 28px;
    background-color: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cta-service:hover {
    background-color: #000;
}

.service-detail-image {
    flex: 1;
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.faq-section {
    padding: 80px 0;
    background-color: #fafafa;
}

.faq-section h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.faq-item {
    flex: 1;
    min-width: 280px;
    background-color: #fff;
    padding: 30px;
    border-radius: 6px;
}

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

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

.about-hero {
    padding: 80px 0;
    background-color: #fff;
}

.split-layout-about {
    display: flex;
    gap: 80px;
    align-items: center;
}

.about-content-main {
    flex: 1;
    padding: 40px;
}

.about-content-main h1 {
    font-size: 48px;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.about-content-main p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.8;
}

.about-image-main {
    flex: 1;
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.about-image-main img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.philosophy-section {
    padding: 100px 0;
    background-color: #f9f7f4;
}

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

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

.philosophy-card {
    flex: 1;
    min-width: 280px;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
}

.philosophy-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

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

.story-section {
    padding: 100px 0;
    background-color: #fff;
}

.story-content {
    max-width: 800px;
    margin: 0 auto;
}

.story-content h2 {
    font-size: 38px;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.story-content p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.8;
}

.team-section {
    padding: 100px 0;
    background-color: #fafafa;
}

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

.team-split {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.team-member-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    width: 450px;
}

.member-image {
    height: 400px;
    background-size: cover;
    background-position: center;
}

.member-image img {
    width: 100%;
    height: 100%;
}

.member-info {
    padding: 30px;
}

.member-info h3 {
    font-size: 24px;
    margin-bottom: 6px;
    color: #1a1a1a;
}

.member-role {
    font-size: 14px;
    color: #888;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.member-info p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.approach-detailed {
    padding: 100px 0;
    background-color: #fff;
}

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

.approach-list {
    max-width: 900px;
    margin: 0 auto;
}

.approach-item {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.approach-number {
    font-size: 48px;
    font-weight: 700;
    color: #e5e5e5;
    min-width: 80px;
}

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

.approach-text p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

.values-section {
    padding: 100px 0;
    background-color: #f4f1ed;
}

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

.values-box h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.values-box p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
}

.contact-hero {
    padding: 80px 0;
    background-color: #f9f7f4;
    text-align: center;
}

.contact-hero h1 {
    font-size: 48px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.contact-hero p {
    font-size: 18px;
    color: #555;
}

.contact-content {
    padding: 80px 0;
    background-color: #fff;
}

.contact-split {
    display: flex;
    gap: 60px;
    align-items: stretch;
}

.contact-info-block {
    flex: 1;
    padding: 40px;
}

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

.contact-detail {
    margin-bottom: 40px;
}

.contact-detail h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 600;
}

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

.email-display {
    color: #2c2c2c;
    font-weight: 500;
}

.email-note {
    font-size: 14px;
    color: #888;
    margin-top: 8px;
}

.schedule-note {
    font-size: 14px;
    color: #888;
    margin-top: 8px;
}

.contact-map-placeholder {
    flex: 1;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.contact-map-placeholder img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.contact-process {
    padding: 80px 0;
    background-color: #fafafa;
}

.contact-process h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.process-steps {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.process-step {
    flex: 1;
    min-width: 250px;
    text-align: center;
    padding: 30px;
}

.step-number {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background-color: #2c2c2c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.process-step h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.process-step p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.contact-faq {
    padding: 80px 0;
    background-color: #fff;
}

.contact-faq h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-contact-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.faq-contact-item:last-child {
    border-bottom: none;
}

.faq-contact-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

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

.contact-cta {
    padding: 80px 0;
    background-color: #f4f1ed;
}

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

.cta-contact-box h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.cta-contact-box p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #555;
    line-height: 1.7;
}

.btn-contact-cta {
    display: inline-block;
    padding: 16px 36px;
    background-color: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.btn-contact-cta:hover {
    background-color: #000;
}

.legal-page {
    padding: 80px 0;
    background-color: #fff;
}

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

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

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.legal-content h3 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #2c2c2c;
}

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

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

.legal-content ul li {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 8px;
}

.legal-content a {
    color: #2c2c2c;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #000;
}

@media (max-width: 1024px) {
    .hero-split {
        flex-direction: column;
    }

    .hero-left,
    .hero-right {
        min-height: 50vh;
    }

    .split-layout,
    .split-layout-reverse,
    .split-layout-about,
    .contact-split {
        flex-direction: column;
    }

    .service-item-split,
    .service-item-split.reverse {
        flex-direction: column;
    }

    .service-card {
        width: calc(50% - 20px);
    }
}

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

    .main-nav {
        width: 100%;
        margin-top: 15px;
        gap: 20px;
    }

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

    .section-title,
    .page-hero h1 {
        font-size: 32px;
    }

    .service-card {
        width: 100%;
    }

    .services-grid {
        gap: 30px;
    }

    .contact-split {
        gap: 40px;
    }

    .team-split {
        flex-direction: column;
    }

    .team-member-card {
        width: 100%;
    }
}