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

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

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style-position: inside;
}

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 1000;
    border-bottom: 1px solid #e0e0e0;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a5f7a;
}

.nav-links {
    display: flex;
    gap: 2.5rem;
}

.nav-links a {
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #1a5f7a;
}

.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
}

.sticky-btn {
    background-color: #d35400;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(211, 84, 0, 0.4);
    transition: all 0.3s ease;
    display: inline-block;
}

.sticky-btn:hover {
    background-color: #e67e22;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(211, 84, 0, 0.5);
}

.hero-immersive {
    position: relative;
    height: 100vh;
    margin-top: 70px;
    overflow: hidden;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text-wrapper {
    text-align: center;
    color: #ffffff;
    padding: 2rem;
    max-width: 900px;
}

.hero-text-wrapper h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
}

.cta-hero {
    display: inline-block;
    background-color: #ffffff;
    color: #1a5f7a;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cta-hero:hover {
    background-color: #f0f0f0;
    transform: translateY(-3px);
}

.intro-hook {
    padding: 6rem 2rem;
    background-color: #f9f9f9;
}

.narrow-content {
    max-width: 700px;
    margin: 0 auto;
}

.lead-text {
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 2rem;
    color: #34495e;
}

.narrow-content p {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.emphasis-line {
    font-weight: 700;
    font-size: 1.3rem;
    color: #1a5f7a;
    margin-top: 2.5rem;
}

.story-section {
    padding: 5rem 2rem;
}

.split-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #1a5f7a;
}

.split-text p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.split-image {
    flex: 1;
}

.split-image img {
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.curiosity-driver {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #1a5f7a, #2980b9);
    color: #ffffff;
    text-align: center;
}

.centered-block h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.subhead {
    font-size: 1.4rem;
    opacity: 0.95;
}

.insight-reveal {
    padding: 6rem 2rem;
}

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

.insight-card {
    background-color: #ecf0f1;
    padding: 3rem;
    border-radius: 10px;
    margin-bottom: 3rem;
}

.insight-card h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1a5f7a;
}

.insight-card p {
    font-size: 1.15rem;
    margin-bottom: 1.3rem;
}

.full-width-img {
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.trust-builder {
    padding: 5rem 2rem;
    background-color: #f4f6f7;
}

.trust-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
}

.trust-item {
    flex: 1;
    padding: 2.5rem;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.trust-item h4 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    color: #1a5f7a;
}

.trust-item p {
    font-size: 1.05rem;
    line-height: 1.7;
}

.testimonial-flow {
    padding: 5rem 2rem;
    background-color: #2c3e50;
    color: #ffffff;
}

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

blockquote {
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 4px solid #e67e22;
    border-radius: 5px;
}

blockquote p {
    font-size: 1.3rem;
    font-style: italic;
    margin-bottom: 1rem;
    line-height: 1.7;
}

cite {
    font-size: 1rem;
    font-style: normal;
    opacity: 0.8;
}

.visual-break {
    padding: 4rem 0;
}

.wide-image {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.image-caption {
    text-align: center;
    font-size: 0.95rem;
    color: #7f8c8d;
    padding: 1.5rem 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.problem-amplification {
    padding: 5rem 2rem;
    background-color: #ecf0f1;
}

.problem-amplification h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    color: #c0392b;
}

.problem-list {
    margin-bottom: 2rem;
}

.problem-list li {
    font-size: 1.15rem;
    margin-bottom: 1.2rem;
    padding-left: 1.5rem;
}

.closing-thought {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 2rem;
}

.solution-bridge {
    padding: 6rem 2rem;
    text-align: center;
}

.solution-bridge h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    color: #1a5f7a;
}

.solution-bridge p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 1.5rem auto;
}

.cta-inline {
    display: inline-block;
    background-color: #27ae60;
    color: #ffffff;
    padding: 1rem 2.5rem;
    margin-top: 2rem;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-inline:hover {
    background-color: #2ecc71;
    transform: translateY(-2px);
}

.benefits-cascade {
    padding: 5rem 2rem;
    background-color: #f9f9f9;
}

.benefit-blocks {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 2.5rem;
}

.benefit-card {
    flex: 1;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.benefit-card h3 {
    font-size: 1.6rem;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    color: #1a5f7a;
}

.benefit-card p {
    padding: 0 1.5rem 2rem 1.5rem;
    font-size: 1.05rem;
}

.social-proof {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #16a085, #27ae60);
}

.stats-row {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.stat {
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
}

.experiences-reveal {
    padding: 6rem 2rem;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1a5f7a;
}

.section-intro {
    font-size: 1.3rem;
    color: #7f8c8d;
}

.experience-list {
    max-width: 1200px;
    margin: 0 auto;
}

.experience-item {
    display: flex;
    gap: 3rem;
    margin-bottom: 4rem;
    padding: 2.5rem;
    background-color: #f9f9f9;
    border-radius: 10px;
    align-items: center;
}

.experience-item:nth-child(even) {
    flex-direction: row-reverse;
}

.experience-visual {
    flex: 1;
}

.experience-visual img {
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.experience-details {
    flex: 1;
}

.experience-details h3 {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
    color: #1a5f7a;
}

.experience-details p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.experience-features {
    margin-bottom: 2rem;
}

.experience-features li {
    font-size: 1.05rem;
    margin-bottom: 0.8rem;
    color: #34495e;
}

.experience-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 1.5rem;
}

.select-service-btn {
    background-color: #e67e22;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.select-service-btn:hover {
    background-color: #d35400;
    transform: translateY(-2px);
}

.urgency-block {
    padding: 5rem 2rem;
    background-color: #fef5e7;
    border-top: 3px solid #f39c12;
    border-bottom: 3px solid #f39c12;
}

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

.urgency-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #d35400;
}

.urgency-content p {
    font-size: 1.2rem;
    margin-bottom: 1.3rem;
}

.booking-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #2c3e50, #34495e);
}

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

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

.form-intro {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    color: #7f8c8d;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

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

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.9rem;
    border: 1px solid #bdc3c7;
    border-radius: 5px;
    font-size: 1rem;
    font-family: inherit;
}

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

.submit-btn {
    background-color: #27ae60;
    color: #ffffff;
    padding: 1.2rem;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

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

.final-nudge {
    padding: 5rem 2rem;
    background-color: #ecf0f1;
}

.final-nudge h2 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
    color: #1a5f7a;
}

.final-nudge p {
    font-size: 1.15rem;
    margin-bottom: 1.3rem;
}

.closing-line {
    font-size: 1.3rem;
    font-weight: 700;
    font-style: italic;
    color: #2c3e50;
    margin-top: 2.5rem;
}

.site-footer {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 3rem 2rem;
}

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

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.footer-links a {
    color: #ecf0f1;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #3498db;
}

.footer-copy {
    color: #95a5a6;
    font-size: 0.95rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #34495e;
    color: #ffffff;
    padding: 1.5rem 2rem;
    z-index: 10000;
    box-shadow: 0 -5px 20px 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: 2rem;
}

.cookie-content p {
    flex: 1;
    font-size: 1rem;
}

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

.btn-accept,
.btn-reject {
    padding: 0.8rem 1.8rem;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.btn-accept:hover {
    background-color: #2ecc71;
}

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

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

.page-hero {
    margin-top: 70px;
    padding: 6rem 2rem 4rem 2rem;
    background: linear-gradient(135deg, #1a5f7a, #2980b9);
    color: #ffffff;
    text-align: center;
}

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.hero-tagline {
    font-size: 1.4rem;
    opacity: 0.95;
}

.about-story {
    padding: 5rem 2rem;
}

.story-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.story-block h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a5f7a;
}

.story-block p {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.story-image img {
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.team-section {
    padding: 5rem 2rem;
    background-color: #f4f6f7;
}

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

.team-intro h2 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    color: #1a5f7a;
}

.team-intro p {
    font-size: 1.2rem;
    color: #7f8c8d;
}

.team-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
}

.team-member {
    flex: 1;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.team-member img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.team-member h3 {
    font-size: 1.6rem;
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    color: #2c3e50;
}

.team-member p {
    padding: 0.3rem 1.5rem;
    font-size: 1rem;
}

.team-bio {
    padding-bottom: 2rem;
    color: #7f8c8d;
}

.values-section {
    padding: 5rem 2rem;
}

.values-container {
    max-width: 1100px;
    margin: 0 auto;
}

.values-container h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a5f7a;
}

.values-list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.value-item {
    padding: 2rem;
    background-color: #ecf0f1;
    border-radius: 8px;
    border-left: 5px solid #27ae60;
}

.value-item h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #1a5f7a;
}

.value-item p {
    font-size: 1.1rem;
    line-height: 1.7;
}

.cta-section {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #e67e22, #d35400);
    text-align: center;
}

.cta-content h2 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #ffffff;
    opacity: 0.95;
}

.cta-button {
    display: inline-block;
    background-color: #ffffff;
    color: #d35400;
    padding: 1.2rem 3rem;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #ecf0f1;
    transform: translateY(-3px);
}

.services-intro {
    padding: 4rem 2rem;
    background-color: #f9f9f9;
}

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

.intro-text {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.services-listing {
    padding: 5rem 2rem;
}

.service-card {
    max-width: 1100px;
    margin: 0 auto 4rem auto;
    display: flex;
    gap: 3rem;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.service-card:nth-child(even) {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-content {
    flex: 1;
    padding: 3rem;
}

.service-content h2 {
    font-size: 2.3rem;
    margin-bottom: 0.8rem;
    color: #1a5f7a;
}

.service-duration {
    font-size: 1rem;
    color: #7f8c8d;
    margin-bottom: 1.5rem;
}

.service-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.service-highlights {
    margin-bottom: 2rem;
}

.service-highlights li {
    font-size: 1.05rem;
    margin-bottom: 0.8rem;
}

.service-includes {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #34495e;
}

.service-price {
    font-size: 2rem;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 2rem;
}

.service-cta {
    display: inline-block;
    background-color: #e67e22;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-cta:hover {
    background-color: #d35400;
    transform: translateY(-2px);
}

.booking-info {
    padding: 5rem 2rem;
    background-color: #ecf0f1;
}

.info-container {
    max-width: 1100px;
    margin: 0 auto;
}

.info-container h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a5f7a;
}

.info-grid {
    display: flex;
    gap: 2.5rem;
}

.info-item {
    flex: 1;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
}

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

.info-item p {
    font-size: 1.05rem;
    line-height: 1.7;
}

.contact-content {
    padding: 5rem 2rem;
}

.contact-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
}

.contact-info {
    flex: 1.2;
}

.contact-info h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a5f7a;
}

.contact-info p {
    font-size: 1.15rem;
    margin-bottom: 2.5rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

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

.contact-item p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.contact-item a {
    color: #1a5f7a;
    text-decoration: underline;
}

.detail-note {
    font-size: 0.95rem;
    color: #7f8c8d;
    font-style: italic;
    margin-top: 0.5rem;
}

.contact-note {
    margin-top: 3rem;
    padding: 2rem;
    background-color: #fef5e7;
    border-left: 4px solid #f39c12;
    border-radius: 5px;
}

.contact-note h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #d35400;
}

.contact-note p {
    font-size: 1.05rem;
}

.contact-visual {
    flex: 1;
}

.contact-visual img {
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.faq-section {
    padding: 5rem 2rem;
    background-color: #f4f6f7;
}

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

.faq-container h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a5f7a;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.faq-item {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

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

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

.thanks-hero {
    margin-top: 70px;
    padding: 6rem 2rem;
    min-height: 70vh;
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    color: #ffffff;
}

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

.thanks-container h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.thanks-message {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
}

.service-confirmation {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 3rem;
}

.selected-service {
    font-size: 1.2rem;
}

.next-steps {
    background-color: #ffffff;
    color: #2c3e50;
    padding: 3rem;
    border-radius: 10px;
    margin-bottom: 3rem;
    text-align: left;
}

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

.steps-list {
    counter-reset: item;
    list-style: none;
}

.steps-list li {
    counter-increment: item;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    padding-left: 2.5rem;
    position: relative;
}

.steps-list li:before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #27ae60;
    color: #ffffff;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

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

.btn-primary,
.btn-secondary {
    padding: 1.2rem 2.5rem;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

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

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

.btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.legal-page {
    margin-top: 70px;
    padding: 5rem 2rem;
    background-color: #f9f9f9;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 4rem;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.legal-container h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1a5f7a;
}

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

.legal-container h2 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.legal-container h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #34495e;
}

.legal-container p {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.legal-container ul {
    margin-bottom: 2rem;
    padding-left: 2rem;
}

.legal-container li {
    font-size: 1.05rem;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.legal-container a {
    color: #1a5f7a;
    text-decoration: underline;
}

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

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

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

@media (max-width: 768px) {
    .nav-links {
        gap: 1.5rem;
        font-size: 0.9rem;
    }

    .hero-text-wrapper h1 {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .split-layout,
    .trust-grid,
    .benefit-blocks,
    .stats-row,
    .experience-item,
    .service-card,
    .info-grid,
    .team-grid,
    .contact-grid {
        flex-direction: column;
    }

    .experience-item:nth-child(even),
    .service-card:nth-child(even) {
        flex-direction: column;
    }

    .sticky-cta {
        bottom: 1rem;
        right: 1rem;
    }

    .sticky-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

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