* {
    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;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c5f7c;
    color: #ffffff;
    padding: 20px;
    z-index: 9999;
    display: none;
}

.cookie-banner.show {
    display: block;
}

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

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

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

.btn-accept,
.btn-reject {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #4a9bc7;
    color: #ffffff;
}

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

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

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

.header-asymmetric {
    padding: 30px 40px;
    background-color: #f8fafb;
    border-bottom: 1px solid #e0e6ea;
}

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

.brand-block {
    transform: translateY(-5px);
}

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

.main-nav {
    display: flex;
    gap: 35px;
    align-items: center;
}

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

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

.ad-label {
    font-size: 11px;
    color: #666;
    padding: 4px 10px;
    background-color: #f0f4f7;
    border-radius: 3px;
    margin-left: 20px;
}

.hero-asymmetric {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 40px;
}

.hero-content-offset {
    display: flex;
    gap: 60px;
    align-items: center;
}

.hero-text-block {
    flex: 1;
    transform: translateY(-30px);
}

.hero-text-block h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 800;
}

.hero-text-block p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 30px;
    max-width: 480px;
}

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

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

.hero-image-overlap {
    flex: 1;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    transform: translateX(20px) rotate(-1deg);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

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

.offset-intro {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
}

.intro-container {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.intro-left {
    flex: 1.5;
    transform: translateX(60px);
}

.intro-left h3 {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

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

.intro-right-stats {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.stat-card {
    background-color: #f8fafb;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    transform: translateX(-30px);
}

.stat-number {
    font-size: 42px;
    font-weight: 800;
    color: #2c5f7c;
}

.stat-label {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.services-creative {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
}

.section-header-offset {
    margin-bottom: 60px;
    transform: translateX(80px);
}

.section-header-offset h3 {
    font-size: 44px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-header-offset p {
    font-size: 17px;
    color: #666;
}

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

.service-card {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

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

.card-large {
    width: calc(60% - 15px);
    transform: rotate(0.5deg);
}

.card-medium {
    width: calc(50% - 15px);
    transform: rotate(-0.3deg);
}

.card-small {
    width: calc(40% - 15px);
    transform: rotate(0.2deg);
}

.service-image-wrap {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

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

.service-info {
    padding: 30px;
}

.service-info h4 {
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 12px;
    font-weight: 700;
}

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

.price-tag {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #2c5f7c;
    margin-bottom: 20px;
}

.btn-select {
    padding: 12px 30px;
    background-color: #2c5f7c;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-select:hover {
    background-color: #1e4a61;
}

.form-section-offset {
    max-width: 900px;
    margin: 120px auto;
    padding: 0 40px;
    transform: translateX(-40px);
}

.form-container-creative {
    background-color: #f8fafb;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.form-header {
    margin-bottom: 40px;
}

.form-header h3 {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-weight: 700;
}

.form-header p {
    font-size: 16px;
    color: #666;
}

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

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

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

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

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

.trust-section {
    max-width: 1200px;
    margin: 100px auto;
    padding: 60px 40px;
    background-color: #f0f7fa;
    border-radius: 12px;
}

.trust-content h3 {
    font-size: 38px;
    color: #1a1a1a;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
}

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

.trust-item {
    flex: 1;
    text-align: center;
}

.trust-item h4 {
    font-size: 22px;
    color: #2c5f7c;
    margin-bottom: 12px;
    font-weight: 700;
}

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

.footer-asymmetric {
    background-color: #1a2b36;
    color: #ffffff;
    padding: 60px 40px 30px;
    margin-top: 120px;
}

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

.footer-col {
    flex: 1;
}

.footer-col h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

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

.footer-col a {
    display: block;
    color: #b0bec5;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #2d3e4a;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: #8995a0;
    margin-bottom: 10px;
}

.disclaimer-text {
    font-size: 11px;
    line-height: 1.6;
    max-width: 900px;
    margin: 20px auto 0;
}

.thanks-section {
    max-width: 800px;
    margin: 100px auto;
    padding: 0 40px;
}

.thanks-container {
    text-align: center;
    padding: 60px;
    background-color: #f8fafb;
    border-radius: 12px;
}

.thanks-icon {
    margin-bottom: 30px;
}

.thanks-container h2 {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.thanks-message {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.thanks-submessage {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
}

.service-confirmation {
    font-size: 16px;
    color: #2c5f7c;
    margin: 20px 0;
    padding: 15px;
    background-color: #e8f4f8;
    border-radius: 6px;
}

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

.btn-primary {
    padding: 14px 35px;
    background-color: #2c5f7c;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

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

.btn-secondary {
    padding: 14px 35px;
    background-color: transparent;
    color: #2c5f7c;
    border: 2px solid #2c5f7c;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

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

.page-header-offset {
    max-width: 1400px;
    margin: 60px auto 80px;
    padding: 0 40px;
}

.page-header-content {
    transform: translateX(60px);
}

.page-header-content h2 {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 800;
}

.page-header-content p {
    font-size: 18px;
    color: #666;
}

.services-detail-section {
    max-width: 1400px;
    margin: 0 auto 100px;
    padding: 0 40px;
}

.services-detail-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.service-detail-card {
    display: flex;
    gap: 60px;
    align-items: center;
}

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

.service-detail-image {
    flex: 1;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    transform: rotate(-0.5deg);
}

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

.service-detail-content {
    flex: 1;
}

.service-detail-content h3 {
    font-size: 34px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

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

.service-features {
    list-style: none;
    margin-bottom: 30px;
}

.service-features li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    color: #333;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2c5f7c;
    font-weight: bold;
}

.service-price-block {
    display: flex;
    align-items: center;
    gap: 25px;
}

.price-large {
    font-size: 32px;
    font-weight: 800;
    color: #2c5f7c;
}

.btn-cta {
    padding: 14px 30px;
    background-color: #2c5f7c;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background-color: #1e4a61;
}

.cta-bottom-section {
    max-width: 1200px;
    margin: 100px auto;
    padding: 80px 40px;
    background-color: #2c5f7c;
    border-radius: 12px;
    text-align: center;
}

.cta-bottom-content h3 {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-bottom-content p {
    font-size: 17px;
    color: #e0f0f7;
    margin-bottom: 35px;
}

.btn-large {
    display: inline-block;
    padding: 18px 50px;
    background-color: #ffffff;
    color: #2c5f7c;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-large:hover {
    background-color: #f0f7fa;
    transform: translateY(-2px);
}

.about-hero-offset {
    max-width: 1400px;
    margin: 60px auto 100px;
    padding: 0 40px;
}

.about-hero-container {
    display: flex;
    gap: 60px;
    align-items: center;
}

.about-text-wide {
    flex: 1;
    transform: translateX(-30px);
}

.about-text-wide h2 {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 800;
}

.about-text-wide p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.8;
}

.about-image-offset {
    flex: 1.2;
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
    transform: translateX(30px) rotate(0.5deg);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

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

.values-section {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
}

.values-container h3 {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}

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

.value-card {
    width: calc(50% - 20px);
    padding: 40px;
    background-color: #f8fafb;
    border-radius: 10px;
}

.value-card.card-offset-left {
    transform: translateX(-30px);
}

.value-card.card-offset-right {
    transform: translateX(30px);
}

.value-card.card-center {
    width: 100%;
    transform: translateX(0);
}

.value-card h4 {
    font-size: 24px;
    color: #2c5f7c;
    margin-bottom: 15px;
    font-weight: 700;
}

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

.story-section {
    max-width: 1200px;
    margin: 100px auto;
    padding: 60px 40px;
    background-color: #f0f7fa;
    border-radius: 12px;
}

.story-container {
    display: flex;
    gap: 60px;
}

.story-content {
    flex: 1.5;
}

.story-content h3 {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 700;
}

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

.story-stats {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.stat-box {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-number-large {
    font-size: 48px;
    font-weight: 800;
    color: #2c5f7c;
}

.stat-description {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.approach-section {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
}

.approach-container h3 {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}

.approach-steps {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

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

.step-number {
    font-size: 48px;
    font-weight: 800;
    color: #e0f0f7;
    min-width: 80px;
}

.approach-step h4 {
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 12px;
    font-weight: 700;
}

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

.cta-about-section {
    max-width: 1200px;
    margin: 100px auto;
    padding: 80px 40px;
    background-color: #1a2b36;
    border-radius: 12px;
    text-align: center;
}

.cta-about-content h3 {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-about-content p {
    font-size: 17px;
    color: #b0bec5;
    margin-bottom: 35px;
}

.contact-hero {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 40px;
    text-align: center;
}

.contact-hero-content h2 {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 800;
}

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

.contact-main-section {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
}

.contact-container-asymmetric {
    display: flex;
    gap: 60px;
}

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

.contact-card {
    padding: 40px;
    background-color: #f8fafb;
    border-radius: 10px;
}

.contact-card h3 {
    font-size: 28px;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-weight: 700;
}

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

.contact-detail h4 {
    font-size: 16px;
    color: #2c5f7c;
    margin-bottom: 8px;
    font-weight: 700;
}

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

.contact-card-highlight {
    background-color: #2c5f7c;
    color: #ffffff;
}

.contact-card-highlight h3 {
    color: #ffffff;
}

.contact-card-highlight p {
    color: #e0f0f7;
}

.btn-contact {
    display: inline-block;
    padding: 14px 30px;
    background-color: #ffffff;
    color: #2c5f7c;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    margin-top: 20px;
    transition: all 0.3s ease;
}

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

.contact-map-area {
    flex: 1.5;
}

.map-placeholder {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.visit-section {
    max-width: 1200px;
    margin: 100px auto;
    padding: 60px 40px;
    background-color: #f0f7fa;
    border-radius: 12px;
}

.visit-container h3 {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.visit-container > p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 40px;
}

.visit-tips {
    display: flex;
    gap: 40px;
}

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

.visit-tip h4 {
    font-size: 20px;
    color: #2c5f7c;
    margin-bottom: 12px;
    font-weight: 700;
}

.visit-tip p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.legal-page {
    max-width: 900px;
    margin: 60px auto 100px;
    padding: 0 40px;
}

.legal-container {
    background-color: #ffffff;
}

.legal-container h2 {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.legal-intro {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 50px;
}

.legal-section {
    margin-bottom: 40px;
}

.legal-section h3 {
    font-size: 26px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.legal-section h4 {
    font-size: 20px;
    color: #2c5f7c;
    margin-bottom: 12px;
    margin-top: 25px;
    font-weight: 700;
}

.legal-section p {
    font-size: 15px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 15px;
}

.legal-section ul {
    margin: 20px 0;
    padding-left: 30px;
}

.legal-section li {
    font-size: 15px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 10px;
}

.legal-section a {
    color: #2c5f7c;
    text-decoration: underline;
}

.legal-section a:hover {
    color: #1e4a61;
}

.legal-date {
    font-size: 14px;
    color: #999;
    margin-top: 60px;
    font-style: italic;
}

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

    .hero-text-block {
        transform: none;
    }

    .hero-image-overlap {
        transform: none;
        width: 100%;
    }

    .intro-container {
        flex-direction: column;
        gap: 40px;
    }

    .intro-left {
        transform: none;
    }

    .services-asymmetric-grid {
        flex-direction: column;
    }

    .card-large,
    .card-medium,
    .card-small {
        width: 100%;
        transform: none;
    }

    .service-detail-card {
        flex-direction: column;
    }

    .service-detail-card.reverse {
        flex-direction: column;
    }

    .about-hero-container {
        flex-direction: column;
    }

    .about-text-wide,
    .about-image-offset {
        transform: none;
    }

    .story-container {
        flex-direction: column;
    }

    .contact-container-asymmetric {
        flex-direction: column;
    }

    .values-grid-asymmetric {
        flex-direction: column;
    }

    .value-card {
        width: 100%;
        transform: none;
    }

    .trust-grid {
        flex-direction: column;
    }

    .visit-tips {
        flex-direction: column;
    }
}

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

    .main-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-text-block h2 {
        font-size: 36px;
    }

    .section-header-offset {
        transform: none;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }

    .cookie-content {
        flex-direction: column;
    }

    .form-container-creative {
        padding: 40px 30px;
    }

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