* {
    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: #2c3e50;
    background-color: #ffffff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a2634;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    min-width: 300px;
    margin: 0;
    font-size: 0.95rem;
}

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

.cookie-actions {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-accept {
    background-color: #3498db;
    color: #ffffff;
}

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

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

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

.main-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e1e8ed;
    padding: 1.5rem 2rem;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a2634;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.main-nav a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

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

.ad-notice {
    font-size: 0.8rem;
    color: #7f8c8d;
    background-color: #ecf0f1;
    padding: 0.4rem 0.8rem;
    border-radius: 3px;
}

.hero-offset {
    display: flex;
    align-items: center;
    min-height: 85vh;
    padding: 3rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
    gap: 4rem;
}

.hero-text-block {
    flex: 1;
    max-width: 550px;
    padding-right: 2rem;
}

.hero-text-block h1 {
    font-size: 3.5rem;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    color: #1a2634;
    font-weight: 800;
}

.hero-intro {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #546e7a;
    margin-bottom: 2rem;
}

.cta-primary {
    display: inline-block;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.05rem;
    transition: background-color 0.3s;
}

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

.hero-image-offset {
    flex: 1;
    position: relative;
    transform: translateY(60px);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

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

.story-opener {
    background-color: #f8fafb;
    padding: 6rem 2rem;
}

.narrow-column {
    max-width: 680px;
    margin: 0 auto;
}

.narrow-column h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #1a2634;
    font-weight: 700;
}

.narrow-column p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #3e5060;
}

.problem-reveal {
    padding: 6rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.split-asymmetric {
    display: flex;
    gap: 5rem;
    align-items: center;
}

.text-heavy {
    flex: 1.4;
}

.text-heavy h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a2634;
    font-weight: 700;
}

.text-heavy p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #3e5060;
}

.insight-points {
    list-style: none;
    margin-top: 2rem;
}

.insight-points li {
    padding: 1rem 0;
    border-left: 3px solid #3498db;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.05rem;
    color: #2c3e50;
}

.image-accent {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

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

.trust-builder {
    background-color: #1a2634;
    color: #ffffff;
    padding: 6rem 2rem;
}

.centered-credential {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

.centered-credential h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.centered-credential p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #b8c9d9;
}

.offset-testimonial {
    max-width: 700px;
    margin: 0 auto;
    padding: 2.5rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-left: 4px solid #3498db;
    transform: translateX(50px);
}

.offset-testimonial blockquote {
    font-style: italic;
}

.offset-testimonial p {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.offset-testimonial cite {
    font-style: normal;
    color: #8fa9bf;
    font-size: 0.95rem;
}

.map-showcase {
    padding: 6rem 2rem;
    background-color: #fafbfc;
}

.showcase-header {
    max-width: 800px;
    margin: 0 auto 4rem;
    text-align: center;
}

.showcase-header h2 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: #1a2634;
    font-weight: 700;
}

.showcase-header p {
    font-size: 1.2rem;
    color: #546e7a;
}

.service-grid-offset {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
}

.service-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    flex: 0 1 calc(50% - 1.25rem);
    max-width: 550px;
    transition: transform 0.3s, box-shadow 0.3s;
}

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

.card-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

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

.card-content {
    padding: 2rem;
}

.card-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a2634;
}

.card-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: #546e7a;
    margin-bottom: 1.5rem;
}

.price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

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

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

.order-section {
    padding: 6rem 2rem;
    background-color: #ecf0f1;
}

.form-container {
    max-width: 650px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.form-container h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #1a2634;
}

.form-intro {
    font-size: 1.05rem;
    color: #546e7a;
    margin-bottom: 2rem;
}

.selected-service-display {
    background-color: #e8f4f8;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 2rem;
    border-left: 4px solid #3498db;
}

.selected-service-display p {
    margin: 0;
    color: #2c3e50;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #2c3e50;
}

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

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

.btn-submit {
    width: 100%;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 1.1rem;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.why-physical {
    padding: 6rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.offset-layout {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.image-left {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

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

.text-right {
    flex: 1;
    padding-left: 2rem;
}

.text-right h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a2634;
    font-weight: 700;
}

.text-right p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #3e5060;
    margin-bottom: 1.5rem;
}

.main-footer {
    background-color: #1a2634;
    color: #b8c9d9;
    padding: 4rem 2rem 2rem;
}

.footer-grid {
    max-width: 1400px;
    margin: 0 auto 3rem;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
}

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

.footer-col h4 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-col p {
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col ul li a {
    color: #b8c9d9;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

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

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.disclaimer {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #8fa9bf;
    margin-bottom: 1.5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom p {
    font-size: 0.9rem;
}

.about-page,
.services-page,
.contact-page,
.legal-page,
.thanks-page {
    min-height: 60vh;
}

.about-hero {
    padding: 5rem 2rem 3rem;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1a2634;
    font-weight: 800;
}

.subtitle {
    font-size: 1.3rem;
    color: #546e7a;
}

.about-story {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.story-layout {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.story-text {
    flex: 1.3;
}

.story-text h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #1a2634;
}

.story-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #3e5060;
}

.story-visual {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.story-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

.methodology {
    padding: 5rem 2rem;
    background-color: #fafbfc;
}

.methodology h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #1a2634;
}

.method-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.method-item {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 280px;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.method-item h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.method-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #546e7a;
}

.values-section {
    padding: 5rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.values-asymmetric {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.values-image {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

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

.values-text {
    flex: 1.2;
}

.values-text h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #1a2634;
}

.values-list {
    list-style: none;
}

.values-list li {
    padding: 1rem 0;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3e5060;
}

.values-list strong {
    color: #2c3e50;
}

.team-note {
    padding: 5rem 2rem;
    background-color: #f8fafb;
}

.services-intro {
    padding: 5rem 2rem 3rem;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.services-intro h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1a2634;
    font-weight: 800;
}

.intro-text {
    font-size: 1.2rem;
    color: #546e7a;
}

.services-catalog {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.catalog-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.service-detail {
    display: flex;
    gap: 3rem;
    align-items: center;
}

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

.service-image {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

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

.service-info {
    flex: 1;
}

.service-info h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #1a2634;
}

.price-display {
    font-size: 1.8rem;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 1.5rem;
}

.service-info p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #3e5060;
}

.feature-list {
    list-style: none;
    margin-bottom: 2rem;
}

.feature-list li {
    padding: 0.6rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 0.95rem;
    color: #546e7a;
}

.feature-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3498db;
    font-size: 1.5rem;
}

.btn-order {
    display: inline-block;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 0.9rem 2rem;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.btn-order:hover {
    background-color: #1a2634;
}

.services-faq {
    padding: 5rem 2rem;
    background-color: #fafbfc;
}

.faq-item {
    margin-bottom: 2.5rem;
}

.faq-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.faq-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #546e7a;
}

.contact-header {
    padding: 5rem 2rem 3rem;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.contact-header h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1a2634;
    font-weight: 800;
}

.contact-header p {
    font-size: 1.2rem;
    color: #546e7a;
}

.contact-details {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.contact-layout {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    color: #1a2634;
}

.info-block {
    margin-bottom: 2.5rem;
}

.info-block h3 {
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
    color: #2c3e50;
    font-weight: 600;
}

.info-block p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #3e5060;
}

.contact-visual {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.contact-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

.contact-notes {
    padding: 5rem 2rem;
    background-color: #f8fafb;
}

.note-item {
    margin-bottom: 2.5rem;
}

.note-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.note-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #546e7a;
}

.legal-page {
    padding: 5rem 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.legal-page h1 {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
    color: #1a2634;
}

.updated {
    font-size: 0.95rem;
    color: #7f8c8d;
    margin-bottom: 3rem;
}

.legal-section {
    margin-bottom: 3rem;
}

.legal-section h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.legal-section h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    margin-top: 1.5rem;
    color: #34495e;
}

.legal-section p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: #3e5060;
}

.legal-section ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.legal-section ul li {
    margin-bottom: 0.7rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3e5060;
}

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

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.cookie-table thead {
    background-color: #ecf0f1;
}

.cookie-table th,
.cookie-table td {
    padding: 1rem;
    text-align: left;
    border: 1px solid #cbd5e0;
}

.cookie-table th {
    font-weight: 600;
    color: #2c3e50;
}

.cookie-table td {
    color: #546e7a;
}

.thanks-page {
    padding: 5rem 2rem;
}

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

.thanks-message h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1a2634;
    text-align: center;
}

.thanks-intro {
    font-size: 1.2rem;
    color: #546e7a;
    text-align: center;
    margin-bottom: 3rem;
}

.order-summary {
    background-color: #e8f4f8;
    padding: 2rem;
    border-radius: 8px;
    border-left: 4px solid #3498db;
    margin-bottom: 3rem;
}

.order-summary h2 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.order-summary p {
    font-size: 1.1rem;
    color: #3e5060;
}

.next-steps {
    margin-bottom: 3rem;
}

.next-steps h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.steps-list {
    margin-left: 2rem;
}

.steps-list li {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3e5060;
}

.preparation-tips {
    background-color: #fafbfc;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 3rem;
}

.preparation-tips h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.preparation-tips p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: #3e5060;
}

.thanks-actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.05rem;
    transition: background-color 0.3s;
}

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

.btn-secondary {
    background-color: transparent;
    color: #2c3e50;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid #2c3e50;
    font-size: 1.05rem;
    transition: background-color 0.3s, color 0.3s;
}

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

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

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

    .split-asymmetric,
    .story-layout,
    .values-asymmetric,
    .offset-layout,
    .service-detail,
    .contact-layout {
        flex-direction: column;
    }

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

    .offset-testimonial {
        transform: none;
    }

    .service-card {
        flex: 1 1 100%;
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .hero-text-block h1 {
        font-size: 2.5rem;
    }

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

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

    .method-item {
        flex: 1 1 100%;
    }

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