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

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

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

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.floating-nav {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    z-index: 1000;
    border-radius: 12px;
}

.nav-brand {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.nav-ad-label {
    font-size: 11px;
    color: #666;
    background: #f0f0f0;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-links {
    display: flex;
    gap: 25px;
    list-style: none;
}

.nav-links a {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 500;
}

.nav-links a:hover {
    color: #0066cc;
    text-decoration: none;
}

.hero-asymmetric {
    padding: 140px 20px 80px;
    background: #fafafa;
}

.hero-offset {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero-text-block {
    max-width: 680px;
    margin-left: 8%;
}

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

.hero-text-block p {
    font-size: 22px;
    color: #4a4a4a;
    margin-bottom: 30px;
    line-height: 1.5;
}

.cta-primary {
    display: inline-block;
    background: #0066cc;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
}

.cta-primary:hover {
    background: #0052a3;
    text-decoration: none;
}

.hero-image-overlap {
    margin-left: -5%;
    margin-right: 10%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    background: #e0e0e0;
}

.intro-irregular {
    padding: 100px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.intro-narrow {
    max-width: 600px;
    margin: 0 0 60px 12%;
}

.intro-narrow h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.intro-narrow p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.7;
}

.intro-wide-image {
    margin-left: 20%;
    margin-right: 5%;
    border-radius: 8px;
    overflow: hidden;
    background: #d0d0d0;
}

.value-offset {
    padding: 80px 20px;
    background: #f5f5f5;
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
}

.value-card-left {
    flex: 1;
    padding-left: 8%;
}

.value-card-left h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.value-card-left p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.7;
}

.value-card-right {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    background: #c0c0c0;
}

.services-preview {
    padding: 100px 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.services-preview h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    color: #1a1a1a;
}

.services-grid-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    max-width: 520px;
}

.service-card.offset-1 {
    margin-left: 5%;
}

.service-card.offset-2 {
    margin-left: 35%;
}

.service-card.offset-3 {
    margin-left: 15%;
}

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

.service-card p {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 16px;
    line-height: 1.6;
}

.service-card .price {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 16px;
}

.service-card a {
    color: #0066cc;
    font-weight: 600;
}

.insight-block {
    padding: 100px 20px;
    background: #1a1a1a;
    color: #ffffff;
}

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

.insight-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.insight-content p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.insight-content img {
    border-radius: 8px;
    overflow: hidden;
    background: #3a3a3a;
}

.form-section {
    padding: 100px 20px;
    background: #fafafa;
}

.form-container-offset {
    max-width: 600px;
    margin: 0 auto 0 15%;
}

.form-container-offset h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.form-container-offset p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 30px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

label {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 6px;
}

input[type="text"],
input[type="email"],
select,
textarea {
    padding: 14px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #0066cc;
}

button[type="submit"] {
    background: #0066cc;
    color: #ffffff;
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

button[type="submit"]:hover {
    background: #0052a3;
}

.trust-block {
    padding: 80px 20px;
    background: #ffffff;
}

.trust-content-irregular {
    max-width: 700px;
    margin: 0 auto 0 25%;
}

.trust-content-irregular h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.trust-content-irregular p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.7;
}

.footer-asymmetric {
    background: #1a1a1a;
    color: #ffffff;
    padding: 60px 20px 40px;
}

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

.footer-column-1,
.footer-column-2,
.footer-column-3 {
    flex: 1;
    min-width: 200px;
}

.footer-asymmetric h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

.footer-asymmetric ul a {
    color: #b0b0b0;
    font-size: 14px;
}

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

.footer-disclaimer {
    flex-basis: 100%;
    border-top: 1px solid #3a3a3a;
    padding-top: 30px;
    margin-top: 20px;
    font-size: 13px;
    color: #909090;
    line-height: 1.6;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26, 26, 26, 0.98);
    backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 20px;
    z-index: 2000;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}

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

.cookie-content p {
    font-size: 15px;
    line-height: 1.6;
}

.cookie-content a {
    color: #66b3ff;
}

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

#cookie-accept,
#cookie-reject {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

#cookie-accept {
    background: #0066cc;
    color: #ffffff;
}

#cookie-accept:hover {
    background: #0052a3;
}

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

#cookie-reject:hover {
    border-color: #999;
}

.services-hero {
    padding: 140px 20px 60px;
    background: #fafafa;
    position: relative;
}

.services-hero-content {
    max-width: 800px;
    margin: 0 auto 40px 10%;
}

.services-hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.services-hero-content p {
    font-size: 20px;
    color: #4a4a4a;
    line-height: 1.6;
}

.services-hero img {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
    background: #d0d0d0;
}

.services-detailed {
    padding: 80px 20px;
    max-width: 1300px;
    margin: 0 auto;
}

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

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

.service-text {
    flex: 1;
}

.service-text h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

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

.service-text ul {
    list-style: none;
    margin-bottom: 24px;
}

.service-text ul li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    color: #4a4a4a;
}

.service-text ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: 700;
    font-size: 20px;
}

.service-pricing {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 20px;
}

.price-label {
    font-size: 16px;
    color: #666;
}

.price-value {
    font-size: 28px;
    font-weight: 700;
    color: #0066cc;
}

.service-image {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    background: #d0d0d0;
}

.services-cta {
    padding: 80px 20px;
    background: #1a1a1a;
    text-align: center;
}

.cta-content-offset {
    max-width: 700px;
    margin: 0 auto;
    color: #ffffff;
}

.cta-content-offset h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.cta-content-offset p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #d0d0d0;
}

.cta-button {
    display: inline-block;
    background: #0066cc;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
}

.cta-button:hover {
    background: #0052a3;
    text-decoration: none;
}

.about-hero-offset {
    padding: 140px 20px 80px;
    background: #fafafa;
}

.about-text-block {
    max-width: 780px;
    margin: 0 auto 0 10%;
}

.about-text-block h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.about-text-block p {
    font-size: 22px;
    color: #4a4a4a;
    line-height: 1.5;
}

.about-story-irregular {
    padding: 100px 20px;
    display: flex;
    gap: 60px;
    max-width: 1300px;
    margin: 0 auto;
}

.story-column-left {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    background: #d0d0d0;
}

.story-column-right {
    flex: 1;
}

.story-column-right h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.story-column-right p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 20px;
    line-height: 1.7;
}

.philosophy-block {
    padding: 80px 20px;
    background: #1a1a1a;
    color: #ffffff;
}

.philosophy-content-offset {
    max-width: 800px;
    margin: 0 auto 40px 15%;
}

.philosophy-content-offset h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.philosophy-content-offset p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.philosophy-block img {
    max-width: 900px;
    margin: 40px auto 0;
    border-radius: 8px;
    background: #3a3a3a;
}

.approach-asymmetric {
    padding: 100px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.approach-item {
    max-width: 520px;
    margin-bottom: 60px;
    padding: 30px;
    background: #fafafa;
    border-radius: 8px;
}

.approach-item.offset-left {
    margin-left: 5%;
}

.approach-item.offset-right {
    margin-left: 45%;
}

.approach-item.offset-center {
    margin-left: 20%;
}

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

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

.team-section {
    padding: 80px 20px;
    background: #ffffff;
    max-width: 1100px;
    margin: 0 auto;
}

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

.team-grid-irregular {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
}

.team-member {
    padding: 30px;
    background: #f5f5f5;
    border-radius: 8px;
    max-width: 600px;
}

.team-member:nth-child(1) {
    margin-left: 10%;
}

.team-member:nth-child(2) {
    margin-left: 35%;
}

.team-member:nth-child(3) {
    margin-left: 5%;
}

.team-member p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.6;
}

.team-section img {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 8px;
    background: #d0d0d0;
}

.values-offset {
    padding: 80px 20px;
    background: #fafafa;
}

.values-text {
    max-width: 700px;
    margin: 0 auto 0 18%;
}

.values-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.values-text p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 20px;
}

.about-cta {
    padding: 80px 20px;
    background: #1a1a1a;
}

.cta-block-irregular {
    max-width: 700px;
    margin: 0 auto 0 20%;
    color: #ffffff;
}

.cta-block-irregular h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.cta-block-irregular p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #d0d0d0;
}

.cta-link {
    display: inline-block;
    background: #0066cc;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
}

.cta-link:hover {
    background: #0052a3;
    text-decoration: none;
}

.contact-hero {
    padding: 140px 20px 60px;
    background: #fafafa;
}

.contact-intro-offset {
    max-width: 700px;
    margin: 0 auto 0 15%;
}

.contact-intro-offset h1 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.contact-intro-offset p {
    font-size: 20px;
    color: #4a4a4a;
}

.contact-details-asymmetric {
    padding: 80px 20px;
    display: flex;
    gap: 80px;
    max-width: 1300px;
    margin: 0 auto;
    align-items: flex-start;
}

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

.contact-info-block.offset-left {
    padding-left: 5%;
}

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

.info-item {
    margin-bottom: 30px;
}

.info-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a1a;
}

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

.contact-image-block {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    background: #d0d0d0;
}

.contact-image-block.offset-right {
    margin-right: 5%;
}

.contact-approach {
    padding: 80px 20px;
    background: #fafafa;
}

.approach-content-irregular {
    max-width: 1100px;
    margin: 0 auto;
}

.approach-content-irregular h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: #1a1a1a;
}

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

.step-item {
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
    max-width: 600px;
}

.step-item:nth-child(1) {
    margin-left: 10%;
}

.step-item:nth-child(2) {
    margin-left: 35%;
}

.step-item:nth-child(3) {
    margin-left: 5%;
}

.step-item h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

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

.contact-map-placeholder {
    padding: 60px 20px;
    background: #e8e8e8;
    text-align: center;
}

.map-note {
    max-width: 700px;
    margin: 0 auto;
}

.map-note p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.6;
}

.thanks-hero {
    padding: 140px 20px 80px;
    background: #fafafa;
}

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

.thanks-content-offset h1 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-content-offset p {
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 30px;
    line-height: 1.6;
}

.thanks-service-ref {
    margin-bottom: 30px;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
}

.thanks-service-ref p {
    font-size: 17px;
    color: #1a1a1a;
}

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

.btn-primary {
    display: inline-block;
    background: #0066cc;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
}

.btn-primary:hover {
    background: #0052a3;
    text-decoration: none;
}

.btn-secondary {
    display: inline-block;
    background: transparent;
    color: #0066cc;
    padding: 16px 32px;
    border: 2px solid #0066cc;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
}

.btn-secondary:hover {
    background: #0066cc;
    color: #ffffff;
    text-decoration: none;
}

.thanks-next-steps {
    padding: 80px 20px;
    background: #ffffff;
}

.next-steps-content {
    max-width: 1100px;
    margin: 0 auto;
}

.next-steps-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: #1a1a1a;
}

.steps-list-offset {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.step {
    max-width: 650px;
    padding: 30px;
    background: #fafafa;
    border-radius: 8px;
}

.step:nth-child(1) {
    margin-left: 8%;
}

.step:nth-child(2) {
    margin-left: 30%;
}

.step:nth-child(3) {
    margin-left: 15%;
}

.step h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.step p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.6;
}

.thanks-resources {
    padding: 80px 20px;
    background: #f5f5f5;
}

.resources-irregular {
    max-width: 1100px;
    margin: 0 auto;
}

.resources-irregular h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: #1a1a1a;
}

.resource-links {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.resource-card {
    flex: 1;
    max-width: 400px;
    padding: 40px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.resource-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    text-decoration: none;
}

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

.resource-card p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.6;
}

.legal-page {
    padding: 140px 20px 80px;
    max-width: 900px;
    margin: 0 auto;
}

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

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

.legal-page h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

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

.legal-page ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.legal-page ul li {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 10px;
}

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

    .nav-links {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

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

    .value-offset,
    .about-story-irregular,
    .contact-details-asymmetric,
    .service-item-asymmetric {
        flex-direction: column;
    }

    .hero-text-block,
    .intro-narrow,
    .value-card-left,
    .service-card,
    .approach-item,
    .team-member,
    .step-item,
    .contact-info-block {
        margin-left: 0 !important;
        max-width: 100%;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
}