* {
    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.7;
    color: #2c3e50;
    background: #ffffff;
    font-size: 16px;
}

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

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

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

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

.btn-accept,
.btn-reject {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-accept {
    background: #27ae60;
    color: #ffffff;
}

.btn-accept:hover {
    background: #229954;
}

.btn-reject {
    background: #95a5a6;
    color: #ffffff;
}

.btn-reject:hover {
    background: #7f8c8d;
}

.main-header {
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.brand-area {
    display: flex;
    justify-content: center;
}

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.main-nav {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

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

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

.ad-notice {
    background: #fff3cd;
    padding: 8px 12px;
    font-size: 12px;
    text-align: center;
    color: #856404;
    border-radius: 4px;
}

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

.hero-content-offset {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero-text-block {
    padding: 0 10px;
}

.hero-text-block h1 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 800;
}

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

.hero-visual-block {
    width: 100%;
}

.hero-visual-block img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.hero-insight {
    background: #f8f9fa;
    padding: 30px 25px;
    margin-top: 30px;
    border-left: 4px solid #3498db;
}

.hero-insight p {
    font-size: 18px;
    font-style: italic;
    color: #2c3e50;
}

.intro-section {
    background: #ffffff;
    padding: 60px 20px;
}

.intro-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.intro-left h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.intro-left p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #444;
}

.intro-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stat-card {
    background: #ecf0f1;
    padding: 25px;
    border-radius: 6px;
}

.stat-number {
    font-size: 48px;
    font-weight: 800;
    color: #2980b9;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 15px;
    color: #555;
}

.story-section {
    background: #fafafa;
    padding: 70px 20px;
}

.story-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

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

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

.story-content p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #444;
}

.inline-cta {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 24px;
    background: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.3s;
}

.inline-cta:hover {
    background: #34495e;
}

.insight-grid {
    padding: 70px 20px;
    background: #ffffff;
}

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

.grid-asymmetric {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.insight-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 6px;
    border-left: 4px solid #3498db;
}

.insight-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

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

.case-study-section {
    background: #2c3e50;
    color: #ffffff;
    padding: 70px 20px;
}

.case-study-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.case-study-visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.case-study-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #ffffff;
}

.case-study-text p {
    font-size: 17px;
    margin-bottom: 15px;
    opacity: 0.95;
}

.testimonial-section {
    padding: 70px 20px;
    background: #ecf0f1;
}

.testimonials-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.testimonial {
    background: #ffffff;
    padding: 35px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.testimonial-text {
    font-size: 18px;
    font-style: italic;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.6;
}

.testimonial-author {
    font-size: 15px;
    color: #7f8c8d;
    font-weight: 600;
}

.benefits-section {
    padding: 70px 20px;
    background: #ffffff;
}

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

.benefits-layout {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.benefit-item {
    padding: 25px;
    background: #f8f9fa;
    border-radius: 6px;
}

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

.benefit-item p {
    font-size: 16px;
    color: #555;
}

.services-preview {
    background: #fafafa;
    padding: 70px 20px;
}

.services-intro {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.services-intro h2 {
    font-size: 34px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

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

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

.service-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

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

.service-card.featured {
    border: 2px solid #3498db;
}

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

.service-card p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 15px;
}

.service-link {
    display: inline-block;
    padding: 10px 20px;
    background: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.3s;
}

.service-link:hover {
    background: #2980b9;
}

.methodology-section {
    padding: 70px 20px;
    background: #ffffff;
}

.methodology-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.methodology-wrapper h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
    color: #1a1a1a;
}

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

.method-step {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 6px;
}

.step-number {
    font-size: 32px;
    font-weight: 800;
    color: #3498db;
}

.method-step h3 {
    font-size: 22px;
    color: #1a1a1a;
}

.method-step p {
    font-size: 16px;
    color: #555;
}

.cta-section {
    background: #3498db;
    padding: 60px 20px;
}

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

.cta-container h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #ffffff;
}

.cta-container p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #ffffff;
    opacity: 0.95;
}

.cta-button {
    display: inline-block;
    padding: 15px 35px;
    background: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    transition: background 0.3s;
}

.cta-button:hover {
    background: #34495e;
}

.disclaimer-section {
    background: #fff3cd;
    padding: 40px 20px;
}

.disclaimer-content {
    max-width: 1000px;
    margin: 0 auto;
}

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

.main-footer {
    background: #2c3e50;
    color: #ffffff;
    padding: 50px 20px 20px;
}

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

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-column p,
.footer-column ul {
    font-size: 14px;
    color: #ecf0f1;
}

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

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #3498db;
}

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

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

.page-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 20px;
}

.page-hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.page-hero-content h1 {
    font-size: 42px;
    margin-bottom: 10px;
    color: #ffffff;
}

.page-hero-content p {
    font-size: 18px;
    color: #ffffff;
    opacity: 0.95;
}

.about-intro {
    padding: 70px 20px;
    background: #ffffff;
}

.about-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-text-main h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.about-text-main p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #444;
}

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

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

.origin-story {
    background: #f8f9fa;
    padding: 70px 20px;
}

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

.origin-container h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.origin-content p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #444;
}

.approach-section {
    padding: 70px 20px;
    background: #ffffff;
}

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

.approach-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.approach-item {
    padding: 30px;
    background: #f8f9fa;
    border-radius: 6px;
}

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

.approach-item p {
    font-size: 16px;
    color: #555;
}

.database-section {
    background: #2c3e50;
    color: #ffffff;
    padding: 70px 20px;
}

.database-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.database-visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.database-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #ffffff;
}

.database-text p {
    font-size: 17px;
    margin-bottom: 15px;
    opacity: 0.95;
}

.team-section {
    padding: 70px 20px;
    background: #fafafa;
}

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

.team-description {
    max-width: 800px;
    margin: 0 auto;
}

.team-description p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #444;
}

.values-section {
    padding: 70px 20px;
    background: #ffffff;
}

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

.values-layout {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.value-card {
    padding: 30px;
    background: #ecf0f1;
    border-radius: 6px;
}

.value-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.value-card p {
    font-size: 16px;
    color: #555;
}

.cta-about {
    background: #3498db;
    padding: 60px 20px;
}

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

.cta-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #ffffff;
}

.cta-content p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #ffffff;
    opacity: 0.95;
}

.services-main {
    padding: 60px 20px;
    background: #ffffff;
}

.services-intro-text {
    max-width: 800px;
    margin: 0 auto 50px;
}

.services-intro-text p {
    font-size: 17px;
    color: #555;
    text-align: center;
}

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

.service-detail-card {
    background: #ffffff;
    padding: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    position: relative;
}

.service-detail-card.featured-service {
    border: 2px solid #3498db;
}

.service-badge {
    position: absolute;
    top: -15px;
    right: 30px;
    background: #27ae60;
    color: #ffffff;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
}

.service-header {
    margin-bottom: 20px;
}

.service-header h3 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.service-price-large {
    font-size: 34px;
    font-weight: 800;
    color: #27ae60;
}

.service-description h4 {
    font-size: 18px;
    margin: 20px 0 10px;
    color: #2c3e50;
}

.service-description p,
.service-description ul {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.service-description ul {
    padding-left: 20px;
}

.service-description li {
    margin-bottom: 8px;
}

.select-service-btn {
    width: 100%;
    padding: 15px;
    background: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.select-service-btn:hover {
    background: #2980b9;
}

.booking-section {
    padding: 60px 20px;
    background: #f8f9fa;
}

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

.booking-container h2 {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
    color: #1a1a1a;
}

.selected-service-display {
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    border-left: 4px solid #3498db;
}

.selected-service-display p {
    font-size: 16px;
    color: #555;
}

.service-form {
    background: #ffffff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

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

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

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

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

.form-submit {
    margin-top: 25px;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #229954;
}

.process-section {
    padding: 70px 20px;
    background: #ffffff;
}

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

.process-steps {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.process-step {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 6px;
}

.step-icon {
    width: 50px;
    height: 50px;
    background: #3498db;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
}

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

.process-step p {
    font-size: 16px;
    color: #555;
}

.faq-section {
    padding: 70px 20px;
    background: #fafafa;
}

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

.faq-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.faq-item {
    background: #ffffff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

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

.faq-item p {
    font-size: 16px;
    color: #555;
}

.contact-main {
    padding: 60px 20px;
    background: #ffffff;
}

.contact-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-info-side h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

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

.contact-detail h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #2c3e50;
}

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

.contact-note {
    background: #fff3cd;
    padding: 15px;
    border-radius: 4px;
    margin-top: 20px;
}

.contact-note p {
    font-size: 14px;
    color: #856404;
}

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

.contact-caption {
    margin-top: 15px;
}

.contact-caption p {
    font-size: 15px;
    color: #555;
    font-style: italic;
}

.visit-section {
    padding: 60px 20px;
    background: #f8f9fa;
}

.visit-container {
    max-width: 800px;
    margin: 0 auto;
}

.visit-container h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.visit-container p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
}

.location-section {
    padding: 60px 20px;
    background: #ffffff;
}

.location-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.location-wrapper h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.location-wrapper > p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #555;
}

.location-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.location-item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 6px;
}

.location-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.location-item p {
    font-size: 15px;
    color: #555;
}

.inquiries-section {
    padding: 60px 20px;
    background: #fafafa;
}

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

.inquiries-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.inquiry-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.inquiry-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.inquiry-card p {
    font-size: 15px;
    color: #555;
}

.cta-contact {
    background: #3498db;
    padding: 60px 20px;
}

.thanks-hero {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    padding: 80px 20px;
}

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

.thanks-icon {
    width: 80px;
    height: 80px;
    background: #ffffff;
    color: #27ae60;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-weight: 700;
}

.thanks-container h1 {
    font-size: 38px;
    margin-bottom: 10px;
    color: #ffffff;
}

.thanks-subtitle {
    font-size: 20px;
    color: #ffffff;
    opacity: 0.95;
}

.thanks-content {
    padding: 70px 20px;
    background: #ffffff;
}

.thanks-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.thanks-info h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.next-steps {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.next-step {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 6px;
}

.next-step .step-number {
    width: 40px;
    height: 40px;
    background: #3498db;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
}

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

.step-content p {
    font-size: 16px;
    color: #555;
}

.selected-service-info {
    background: #ecf0f1;
    padding: 25px;
    border-radius: 6px;
}

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

.selected-service-info p {
    font-size: 16px;
    color: #555;
}

.thanks-additional {
    padding: 60px 20px;
    background: #f8f9fa;
}

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

.additional-container h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.important-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-block {
    background: #ffffff;
    padding: 25px;
    border-radius: 6px;
}

.info-block h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.info-block p {
    font-size: 16px;
    color: #555;
}

.thanks-support {
    padding: 60px 20px;
    background: #ffffff;
}

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

.support-container h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.support-container p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #555;
}

.thanks-cta {
    background: #3498db;
    padding: 60px 20px;
}

.legal-hero {
    background: #2c3e50;
    padding: 60px 20px;
}

.legal-hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.legal-hero-content h1 {
    font-size: 38px;
    margin-bottom: 10px;
    color: #ffffff;
}

.legal-hero-content p {
    font-size: 16px;
    color: #ecf0f1;
}

.legal-content {
    padding: 70px 20px;
    background: #ffffff;
}

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

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

.legal-section h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.legal-section h3 {
    font-size: 22px;
    margin: 20px 0 12px;
    color: #2c3e50;
}

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

.legal-section ul {
    margin: 15px 0 15px 20px;
}

.legal-section li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #444;
    line-height: 1.6;
}

.legal-section a {
    color: #3498db;
    text-decoration: none;
}

.legal-section a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .header-container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .brand-area {
        justify-content: flex-start;
    }

    .main-nav {
        justify-content: flex-end;
    }

    .ad-notice {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .hero-content-offset {
        flex-direction: row;
        align-items: center;
    }

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

    .hero-visual-block {
        flex: 1;
        max-width: 500px;
    }

    .intro-wrapper {
        flex-direction: row;
    }

    .intro-left {
        flex: 1.5;
    }

    .intro-right {
        flex: 1;
    }

    .story-container {
        flex-direction: row-reverse;
        align-items: center;
    }

    .story-image {
        max-width: 300px;
    }

    .grid-asymmetric {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .card-large {
        flex: 1 1 100%;
    }

    .card-medium {
        flex: 1 1 calc(50% - 12.5px);
    }

    .card-small {
        flex: 1 1 calc(50% - 12.5px);
    }

    .case-study-wrapper {
        flex-direction: row;
        align-items: center;
    }

    .case-study-visual {
        flex: 1;
    }

    .case-study-text {
        flex: 1;
    }

    .benefits-layout {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .benefit-item {
        flex: 1 1 calc(50% - 12.5px);
    }

    .services-cards {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .service-card {
        flex: 1 1 calc(33.333% - 17px);
    }

    .methodology-content {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .method-step {
        flex: 1 1 calc(50% - 15px);
    }

    .about-wrapper {
        flex-direction: row;
    }

    .about-text-main {
        flex: 1.5;
    }

    .about-image-offset {
        flex: 1;
        max-width: 400px;
    }

    .approach-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .approach-item {
        flex: 1 1 calc(50% - 12.5px);
    }

    .database-wrapper {
        flex-direction: row;
        align-items: center;
    }

    .database-visual {
        flex: 1;
    }

    .database-text {
        flex: 1;
    }

    .values-layout {
        flex-direction: row;
    }

    .value-card {
        flex: 1;
    }

    .process-steps {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .process-step {
        flex: 1 1 calc(50% - 12.5px);
    }

    .contact-wrapper {
        flex-direction: row;
    }

    .contact-info-side {
        flex: 1;
    }

    .contact-image-side {
        flex: 1;
    }

    .location-details {
        flex-direction: row;
    }

    .location-item {
        flex: 1;
    }

    .inquiries-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .inquiry-card {
        flex: 1 1 calc(50% - 10px);
    }

    .footer-container {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-column {
        flex: 1;
    }

    .cookie-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .hero-text-block h1 {
        font-size: 48px;
    }

    .services-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .service-detail-card {
        flex: 1 1 calc(50% - 15px);
    }
}
