/*
Theme Name: RioMove
Theme URI: https://riomove.com.br
Author: RioMove
Author URI: https://riomove.com.br
Description: Premium theme - Warmer Abend an der Copacabana, vertrauenswuerdig wie eine Schweizer Privatbank
Version: 3.8.5
Text Domain: riomove
*/

:root {
    --rm-navy: #002645;
    --rm-navy-deep: #001a33;
    --rm-navy-light: #003d5c;
    --rm-beige: #f6efe2;
    --rm-cream: #faf7f0;
    --rm-gold: #bfa46f;
    --rm-gold-light: #d4bc8a;
    --rm-gold-dark: #a68c5b;
    --rm-sand: #e8dcc8;
    --rm-sunset: #e8a87c;
    --rm-white: #ffffff;
    --rm-gray: #6b7280;
    --rm-gray-light: #9ca3af;
    --rm-light-gray: #e5e7eb;
    --font-heading: 'Lora', Georgia, 'Times New Roman', serif;
    --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --section-pad: clamp(4rem, 8vw, 7rem);
    --container-max: 1200px;
    --gap: clamp(1.5rem, 3vw, 2.5rem);
    --radius-sm: 8px;
    --radius: 12px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --radius-pill: 100px;
    --shadow-sm: 0 2px 8px rgba(0,38,69,0.06);
    --shadow: 0 4px 20px rgba(0,38,69,0.08);
    --shadow-lg: 0 12px 40px rgba(0,38,69,0.12);
    --shadow-xl: 0 20px 60px rgba(0,38,69,0.16);
    --shadow-gold: 0 8px 30px rgba(191,164,111,0.25);
    --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    --duration: 0.5s;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html, body { overflow-x: hidden; max-width: 100vw; }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.7; color: var(--rm-navy); background: var(--rm-cream); opacity: 0; animation: pageIn 0.6s ease 0.1s forwards; }
@keyframes pageIn { to { opacity: 1; } }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--rm-gold-dark); text-decoration: none; transition: color 0.3s var(--ease); }
a:hover { color: var(--rm-gold); }
h1, h2, h3 { font-family: var(--font-heading); font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); }
h4 { font-weight: 600; font-size: 1.1rem; }
p + p { margin-top: 1rem; }

.container { max-width: var(--container-max); margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2rem); }
.section { padding: var(--section-pad) 0; position: relative; }
.section--beige { background: var(--rm-beige); }
.section--cream { background: var(--rm-cream); }
.section--navy { background: var(--rm-navy); color: var(--rm-white); position: relative; }
.section--navy h2, .section--navy h3, .section--navy h4 { color: var(--rm-white); }
.section--navy p { color: rgba(255,255,255,0.8); }
.section__header { text-align: center; max-width: 700px; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
.section__header p { color: var(--rm-gray); margin-top: 1rem; font-size: 1.1rem; }
.section--navy .section__header p { color: rgba(255,255,255,0.7); }

.label { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--rm-gold); margin-bottom: 1rem; }
.label::before { content: ''; width: 28px; height: 2px; background: var(--rm-gold); }

.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.875rem 2rem; border-radius: var(--radius-pill); font-family: var(--font-body); font-size: 0.95rem; font-weight: 600; text-decoration: none; border: none; cursor: pointer; transition: all 0.4s var(--ease); position: relative; overflow: hidden; }
.btn--primary { background: var(--rm-gold); color: var(--rm-white); box-shadow: var(--shadow-gold); }
.btn--primary:hover { background: var(--rm-gold-dark); color: var(--rm-white); transform: translateY(-2px); box-shadow: 0 12px 35px rgba(191,164,111,0.35); }
.btn--secondary { background: transparent; color: var(--rm-navy); border: 2px solid var(--rm-navy); }
.btn--secondary:hover { background: var(--rm-navy); color: var(--rm-white); transform: translateY(-2px); }
.btn--white { background: rgba(255,255,255,0.15); color: var(--rm-white); border: 2px solid rgba(255,255,255,0.4); backdrop-filter: blur(10px); }
.btn--white:hover { background: var(--rm-white); color: var(--rm-navy); transform: translateY(-2px); }
.btn--lg { padding: 1rem 2.5rem; font-size: 1.05rem; }
.btn--sm { padding: 0.6rem 1.5rem; font-size: 0.85rem; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 1.25rem 0; transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1); isolation: isolate; }
.site-header::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(191,164,111,0), transparent); transition: background 0.5s ease; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; }
.home .site-header:not(.scrolled) { background: rgba(246,239,226,0.95); }
.site-header.scrolled, body:not(.home) .site-header { background: rgba(246,239,226,0.95); backdrop-filter: blur(24px) saturate(200%); -webkit-backdrop-filter: blur(24px) saturate(200%); box-shadow: 0 1px 30px rgba(0,38,69,0.06); padding: 0.75rem 0; }
.site-header.scrolled::after, body:not(.home) .site-header::after { background: linear-gradient(90deg, transparent, rgba(191,164,111,0.35), transparent); }
.site-logo { display: flex; align-items: center; }
.site-logo a, .custom-logo-link { line-height: 0; border: none !important; outline: none; }
.site-logo img, .site-logo .custom-logo { height: 50px; width: auto; border-radius: 0; background: none; border: none; }
.main-nav { display: flex; align-items: center; gap: 0.25rem; }
.main-nav a { padding: 0.5rem 1rem; font-size: 0.9rem; font-weight: 500; border-radius: var(--radius-sm); transition: all 0.3s var(--ease); position: relative; }
.home .site-header:not(.scrolled) .main-nav a { color: var(--rm-navy); }
.home .site-header:not(.scrolled) .main-nav a:hover, .home .site-header:not(.scrolled) .main-nav a.active { color: var(--rm-gold-dark); background: rgba(191,164,111,0.08); }
.site-header.scrolled .main-nav a, body:not(.home) .main-nav a { color: var(--rm-navy); }
.site-header.scrolled .main-nav a:hover, body:not(.home) .main-nav a:hover, .site-header.scrolled .main-nav a.active, body:not(.home) .main-nav a.active { color: var(--rm-gold-dark); background: rgba(191,164,111,0.08); }
.main-nav .btn--primary { color: var(--rm-white) !important; background: var(--rm-gold) !important; padding: 0.5rem 1.5rem; }
.main-nav .btn--primary:hover { background: var(--rm-gold-dark) !important; }

.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 0.5rem; z-index: 1001; }
.menu-toggle span { width: 24px; height: 2px; background: var(--rm-navy); transition: all 0.3s var(--ease); border-radius: 2px; }
.home .site-header:not(.scrolled) .menu-toggle span { background: var(--rm-white); }
.menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* --- Hero Multi-Layer Parallax + Ken Burns --- */
.hero { position: relative; min-height: 85vh; display: flex; align-items: stretch; overflow: hidden; padding-top: 140px; padding-bottom: 40px; }
.hero__bg { position: absolute; inset: -10%; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center top; will-change: transform; animation: kenBurns 25s ease-in-out infinite alternate; transform-origin: 50% 0%; }
@keyframes kenBurns {
    0% { transform: scale(1.0) translate(0, 0); }
    25% { transform: scale(1.08) translate(-1.5%, -1%); }
    50% { transform: scale(1.05) translate(1%, -0.5%); }
    75% { transform: scale(1.1) translate(-0.5%, 1%); }
    100% { transform: scale(1.06) translate(0.5%, -1.5%); }
}
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,26,51,0.82) 0%, rgba(0,38,69,0.7) 40%, rgba(0,61,92,0.6) 100%); z-index: 1; will-change: opacity; }
.hero__toucan { position: absolute; right: 5%; top: 50%; transform: translateY(-50%); z-index: 2; width: clamp(200px, 25vw, 400px); opacity: 0.15; pointer-events: none; will-change: transform, opacity; }
.hero__toucan img { width: 100%; height: auto; filter: brightness(0) invert(1); opacity: 0.5; }
.hero .container { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: flex-start; padding-top: 2rem; padding-bottom: 2rem; }
.hero__content { color: var(--rm-white); max-width: 780px; opacity: 0; animation: heroContentIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards; }
@keyframes heroContentIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.hero__content .label::before { display: none; }
.hero__content .label { margin-bottom: 2rem; }
.hero__content h1 { color: var(--rm-white); margin-bottom: 2.5rem; font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: 1.15; }
.hero__content h1 .gold-shimmer {
    background: linear-gradient(90deg, var(--rm-gold), var(--rm-gold-light), #e8c87a, var(--rm-gold));
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 4s ease-in-out infinite;
}
@keyframes shimmer { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
.hero__subtitle { font-size: 0.95rem; color: rgba(255,255,255,0.8); line-height: 2; margin-bottom: 2rem; max-width: none; }
.hero__buttons { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
.hero__trust { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 2rem; padding-top: 2rem; margin-top: 0; margin-bottom: 3rem; border-top: 1px solid rgba(255,255,255,0.15); }
.hero__trust-item { text-align: left; }
.hero__trust-item strong { display: block; font-size: 1.5rem; font-family: var(--font-heading); color: var(--rm-gold-light); }
.hero__trust-item span { font-size: 0.8rem; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 0.05em; }
.hero__vignette { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: radial-gradient(ellipse 80% 70% at 30% 45%, transparent 40%, rgba(0,20,40,0.35) 100%); }
.hero__wave { position: absolute; bottom: -1px; left: 0; right: 0; z-index: 4; line-height: 0; }
.hero__wave svg { width: 100%; height: auto; }

.services-grid { display: flex; flex-wrap: wrap; gap: var(--gap); justify-content: center; }
.services-grid .service-card { flex: 0 1 calc(33.333% - var(--gap)); min-width: 280px; }
.services-grid .service-card { background: var(--rm-white); border-radius: var(--radius-lg); padding: 2.5rem 2rem; transition: all 0.5s var(--ease); position: relative; overflow: visible; border: 1px solid rgba(0,38,69,0.04); display: flex; flex-direction: column; align-items: flex-start; }
.services-grid .service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--rm-gold), var(--rm-gold-light)); transform: scaleX(0); transform-origin: left; transition: transform 0.5s var(--ease); }
.services-grid .service-card:hover { box-shadow: var(--shadow-lg); }
.services-grid .service-card:hover::before { transform: scaleX(1); }
.services-grid .service-card .service-card__icon { width: 56px; height: 56px; border-radius: var(--radius); background: rgba(0,38,69,0.06); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.25rem; transition: all 0.4s var(--ease); color: var(--rm-navy); }
.services-grid .service-card .service-card__icon svg { transition: transform 0.4s var(--ease); stroke: var(--rm-navy); }
.services-grid .service-card:hover .service-card__icon { background: var(--rm-navy); color: var(--rm-gold-light); }
.services-grid .service-card:hover .service-card__icon svg { transform: scale(1.1); stroke: var(--rm-gold-light); }
.services-grid .service-card h3 { margin-bottom: 0.75rem; font-size: clamp(1.1rem, 1.5vw, 1.4rem); }
.services-grid .service-card p { color: var(--rm-gray); font-size: 0.95rem; }
.services-grid .service-card .service-card__link { display: inline-flex; align-items: center; gap: 0.3rem; margin-top: auto; padding-top: 1.25rem; font-weight: 600; font-size: 0.9rem; color: var(--rm-gold-dark); }
.services-grid .service-card .service-card__link:hover { gap: 0.6rem; color: var(--rm-gold); }

.image-banner { position: relative; padding: clamp(2rem, 4vw, 3.5rem) 0; background-attachment: fixed; background-size: cover; background-position: center; }
.image-banner__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,38,69,0.85), rgba(0,61,92,0.75)); }
.image-banner .container { position: relative; z-index: 2; text-align: center; }
.image-banner blockquote { font-family: var(--font-heading); font-size: clamp(0.95rem, 1.8vw, 1.15rem); color: var(--rm-white); font-style: italic; line-height: 1.6; max-width: 600px; margin: 0 auto; }
.image-banner cite { display: block; margin-top: 0.75rem; color: var(--rm-gold-light); font-style: normal; font-family: var(--font-body); font-weight: 600; font-size: 0.8rem; }

.usp-grid { display: flex; flex-wrap: wrap; gap: var(--gap); justify-content: center; }
.usp-item { flex: 0 1 calc(33.333% - var(--gap)); min-width: 280px; }
.usp-item { display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.5rem; border-radius: var(--radius); background: rgba(255,255,255,0.08); border: 1px solid rgba(191,164,111,0.25); transition: all 0.4s var(--ease); }
.usp-item:hover { background: rgba(191,164,111,0.15); border-color: rgba(191,164,111,0.4); }
.usp-item__icon { flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; background: rgba(191,164,111,0.2); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: var(--rm-gold-light); transition: all 0.3s var(--ease); }
.usp-item:hover .usp-item__icon { background: rgba(191,164,111,0.35); transform: scale(1.1); }
.usp-item h4 { color: var(--rm-white); margin-bottom: 0.4rem; }
.usp-item p { font-size: 0.9rem; color: rgba(255,255,255,0.9); }

.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split-section--reverse { direction: rtl; }
.split-section--reverse > * { direction: ltr; }
.split-section__image { position: relative; border-radius: var(--radius-xl); overflow: hidden; }
.split-section__image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-xl); transition: transform 0.7s var(--ease); }
.split-section__image:hover img { transform: scale(1.03); }
.split-section__image::after { content: ''; position: absolute; bottom: -8px; right: -8px; width: 100px; height: 100px; border-right: 3px solid var(--rm-gold); border-bottom: 3px solid var(--rm-gold); border-radius: 0 0 var(--radius-lg) 0; pointer-events: none; }
.split-section--reverse .split-section__image::after { right: auto; left: -8px; border-right: none; border-left: 3px solid var(--rm-gold); border-radius: 0 0 0 var(--radius-lg); }
.split-section__content h2 { margin-bottom: 1.25rem; }
.split-section__content p { color: var(--rm-gray); }

.stats-row { display: flex; gap: 2.5rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--rm-light-gray); }
.stat-item strong { display: block; font-family: var(--font-heading); font-size: 1.8rem; color: var(--rm-gold-dark); }
.stat-item span { font-size: 0.8rem; color: var(--rm-gray); text-transform: uppercase; letter-spacing: 0.05em; }

.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: step; position: relative; }
.process-step { text-align: center; position: relative; padding: 2rem 1.5rem; opacity: 1; visibility: visible; }
.process-step__number { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, var(--rm-gold), var(--rm-gold-light)); color: var(--rm-white); font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700; margin-bottom: 1.25rem; box-shadow: var(--shadow-gold); position: relative; z-index: 2; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.process-step:hover .process-step__number { transform: scale(1.1); box-shadow: 0 12px 35px rgba(191,164,111,0.4); }
.process-step:not(:last-child)::after { content: ''; position: absolute; top: 50px; left: calc(50% + 36px); width: calc(100% - 72px); height: 2px; background: var(--rm-gold); opacity: 0.3; z-index: 1; }
.process-step:not(:last-child)::before { content: ''; position: absolute; top: 47px; left: calc(50% + 36px); width: calc(100% - 72px); height: 8px; background: linear-gradient(90deg, rgba(191,164,111,0.15), rgba(191,164,111,0.05)); border-radius: 4px; z-index: 0; }
.process-step h4 { margin-bottom: 0.5rem; color: var(--rm-navy); }
.process-step p { font-size: 0.9rem; color: var(--rm-gray); }

.cta-section { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--rm-white); text-align: center; position: relative; overflow: hidden; }
.cta-section .container { background: linear-gradient(160deg, #faf6ee 0%, var(--rm-beige) 100%); border-radius: 20px; padding: clamp(3rem, 6vw, 5rem) clamp(2rem, 4vw, 4rem); position: relative; overflow: hidden; border: 1.5px solid rgba(191,164,111,0.3); box-shadow: 0 8px 40px rgba(0,38,69,0.06); }
.cta-section .container::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent 10%, var(--rm-gold) 50%, transparent 90%); }
.cta-section h2 { color: var(--rm-navy); margin-bottom: 1rem; }
.cta-section p { color: var(--rm-gray); max-width: 550px; margin: 0 auto 2rem; font-size: 1.1rem; }
.cta-section__buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: var(--gap); }
.blog-card { background: var(--rm-white); border-radius: var(--radius-lg); overflow: hidden; transition: all 0.5s var(--ease); border: 1px solid rgba(0,38,69,0.04); }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-card__image { position: relative; overflow: hidden; aspect-ratio: 16/9; max-height: 240px; border-radius: var(--radius) var(--radius) 0 0; }
.blog-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; transition: transform 0.7s var(--ease); }
/* Single blog card: horizontal layout */
.blog-grid .blog-card:only-child { display: grid; grid-template-columns: 0.4fr 1fr; max-width: 800px; margin: 0 auto; }
.blog-grid .blog-card:only-child .blog-card__image { aspect-ratio: 3/4; max-height: none; border-radius: var(--radius-lg) 0 0 var(--radius-lg); }
.blog-grid .blog-card:only-child .blog-card__content { display: flex; flex-direction: column; justify-content: center; }
.blog-card:hover .blog-card__image img { transform: scale(1.05); }
.blog-card__content { padding: 1.5rem 1.75rem 2rem; }
.blog-card__meta { font-size: 0.8rem; color: var(--rm-gray-light); margin-bottom: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; }
.blog-card__content h3 { margin-bottom: 0.5rem; font-size: 1.2rem; }
.blog-card__content h3 a { color: var(--rm-navy); }
.blog-card__content h3 a:hover { color: var(--rm-gold-dark); }
.blog-card__excerpt { font-size: 0.9rem; color: var(--rm-gray); }

.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: var(--gap); max-width: 800px; margin: 0 auto; }
.team-card { text-align: center; padding: 2.5rem 2rem; background: var(--rm-white); border-radius: var(--radius-xl); box-shadow: var(--shadow); transition: transform 0.5s var(--ease); }
.team-card:hover { transform: translateY(-4px); }
.team-card__image { width: 150px; height: 150px; border-radius: 50%; overflow: hidden; margin: 0 auto 1.5rem; border: 4px solid var(--rm-beige); box-shadow: var(--shadow); }
.team-card__image img { width: 100%; height: 100%; object-fit: cover; }
.team-card h3 { margin-bottom: 0.25rem; }
.team-card__role { color: var(--rm-gold-dark); font-weight: 600; font-size: 0.9rem; margin-bottom: 1rem; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.contact-info__item { display: flex; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--rm-light-gray); }
.contact-info__item:last-child { border-bottom: none; }
.contact-info__icon { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--rm-beige); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.contact-form label { display: block; margin-bottom: 0.35rem; font-weight: 500; font-size: 0.9rem; color: var(--rm-navy); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 0.85rem 1rem; border: 2px solid var(--rm-light-gray); border-radius: var(--radius); font-family: var(--font-body); font-size: 0.95rem; margin-bottom: 1.25rem; transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease); background: var(--rm-white); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--rm-gold); box-shadow: 0 0 0 3px rgba(191,164,111,0.15); }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.contact-form__field { min-width: 0; }

/* --- Kontakt CTA Box --- */
.kontakt-cta-box {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 1rem 0;
}
.kontakt-cta-box__content .label { margin-bottom: 0.75rem; }
.kontakt-cta-box__content h2 { margin-bottom: 1rem; }
.kontakt-cta-box__content > p { color: var(--rm-gray); line-height: 1.7; margin-bottom: 1.5rem; max-width: 560px; margin-left: auto; margin-right: auto; }
.kontakt-cta-box__features {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.kontakt-cta-box__feature {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--rm-navy);
}
.kontakt-cta-box__feature svg { flex-shrink: 0; }
}

/* --- Kontakt Channels --- */
.kontakt-channels {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.kontakt-channel {
    background: var(--rm-white);
    border-radius: var(--radius-lg);
    padding: 2rem 1.5rem;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.4s var(--ease);
    display: block;
}
.kontakt-channel:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(191,164,111,0.25);
}
.kontakt-channel__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--rm-beige);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    color: var(--rm-navy);
    transition: all 0.4s var(--ease);
}
.kontakt-channel:hover .kontakt-channel__icon {
    transform: scale(1.1);
}
.kontakt-channel__icon--whatsapp {
    background: rgba(37,211,102,0.1);
    color: #25D366;
}
.kontakt-channel:hover .kontakt-channel__icon--whatsapp {
    background: #25D366;
    color: white;
}
.kontakt-channel__icon--email {
    background: rgba(191,164,111,0.1);
    color: var(--rm-gold);
}
.kontakt-channel:hover .kontakt-channel__icon--email {
    background: var(--rm-gold);
    color: white;
}
.kontakt-channel__icon--calendly {
    background: rgba(0,107,255,0.08);
    color: #006BFF;
}
.kontakt-channel:hover .kontakt-channel__icon--calendly {
    background: #006BFF;
    color: white;
}
.kontakt-channel h4 {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    color: var(--rm-navy);
    margin-bottom: 0.35rem;
}
.kontakt-channel p {
    font-size: 0.9rem;
    color: var(--rm-gray);
    margin-bottom: 0.75rem;
}
.kontakt-channel__badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: white;
    background: #25D366;
    padding: 0.3rem 0.85rem;
    border-radius: var(--radius-pill);
}
.kontakt-channel__badge--gold {
    background: linear-gradient(135deg, var(--rm-gold), var(--rm-gold-light));
}
.kontakt-channel__sub {
    font-size: 0.78rem;
    color: var(--rm-gray-light);
    font-weight: 500;
}

/* --- Kontakt Channels on Navy --- */
.kontakt-channel--dark {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
}
.kontakt-channel--dark:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(191,164,111,0.4);
    box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.kontakt-channel--dark h4 { color: var(--rm-white); }
.kontakt-channel--dark p { color: rgba(255,255,255,0.65); }
.kontakt-channel__icon--email-dark {
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.85);
}
.kontakt-channel--dark:hover .kontakt-channel__icon--email-dark {
    background: var(--rm-gold);
    color: var(--rm-navy);
}
.section--navy .kontakt-channels { position: relative; z-index: 2; }

/* --- Kontakt Form Wrapper --- */
.kontakt-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: start;
}
.kontakt-form-info .label { margin-bottom: 0.5rem; }
.kontakt-form-info h2 { margin-bottom: 1rem; }
.kontakt-form-info > p { color: var(--rm-gray); line-height: 1.7; margin-bottom: 2rem; }
.kontakt-form-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.kontakt-form-detail {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: var(--rm-gray);
}
.kontakt-form-detail svg { flex-shrink: 0; }
.kontakt-form-card {
    background: var(--rm-white);
    border-radius: var(--radius-xl);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    box-shadow: var(--shadow);
    border: 1px solid rgba(0,0,0,0.04);
}

@media (max-width: 768px) {
    .kontakt-cta-box__features { flex-direction: column; align-items: center; gap: 0.6rem; }
    .kontakt-channels { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
    .kontakt-form-wrapper { grid-template-columns: 1fr; }
    .contact-form__row { grid-template-columns: 1fr; gap: 0; }
}

.page-header { padding: clamp(6rem, 12vw, 9rem) 0 clamp(2.5rem, 5vw, 4rem); background: linear-gradient(135deg, var(--rm-navy), var(--rm-navy-light)); color: var(--rm-white); text-align: center; }
.page-header h1 { color: var(--rm-white); margin-bottom: 0.5rem; }
.page-header p { color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto; font-size: 1.1rem; }
.breadcrumb { margin-bottom: 1rem; font-size: 0.85rem; }
.breadcrumb a { color: var(--rm-gold-light); }
.breadcrumb a:hover { color: var(--rm-white); }

.single-post__content { max-width: 800px; margin: 0 auto; padding: var(--section-pad) clamp(1.25rem, 4vw, 2rem); }
.single-post__content h1 { margin-bottom: 1.5rem; }
.single-post__meta { font-size: 0.85rem; color: var(--rm-gray); margin-bottom: 0.75rem; }
.single-post__featured-image { margin: 2rem 0; border-radius: var(--radius-lg); overflow: hidden; }
.single-post__featured-image img { width: 100%; }
.single-post__content p { margin-bottom: 1.25rem; }
.single-post__content h2 { margin: 2rem 0 1rem; }
.single-post__content h3 { margin: 1.5rem 0 0.75rem; }
.single-post__content ul, .single-post__content ol { margin: 1rem 0 1rem 1.5rem; }
.single-post__content li { margin-bottom: 0.5rem; }

.pagination { margin-top: 3rem; text-align: center; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; margin: 0 0.25rem; font-weight: 500; transition: all 0.3s var(--ease); }
.pagination .page-numbers.current { background: var(--rm-gold); color: var(--rm-white); }

.service-list { list-style: none; padding: 0; }
.service-list li { padding: 0.75rem 0; border-bottom: 1px solid var(--rm-light-gray); display: flex; gap: 0.75rem; align-items: baseline; flex-wrap: wrap; }
.service-list li:last-child { border-bottom: none; }
.service-list li::before { content: ''; flex-shrink: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--rm-gold); margin-top: 0.55rem; }

/* ============================================================
   LEISTUNGEN PAGE – Premium Design
   ============================================================ */

/* Hero Banner */
.leistungen-hero { position: relative; min-height: 65vh; display: flex; align-items: center; overflow: hidden; padding: 180px 0 120px; }
.leistungen-hero__bg { position: absolute; inset: 0; z-index: 0; }
.leistungen-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.leistungen-hero__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, rgba(0,26,51,0.85) 0%, rgba(0,38,69,0.7) 50%, rgba(0,61,92,0.55) 100%); }
.leistungen-hero__content { position: relative; z-index: 2; max-width: 700px; color: var(--rm-white); }
.leistungen-hero__content h1 { color: var(--rm-white); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.2; margin-bottom: 1.25rem; }
.leistungen-hero__content p { color: rgba(255,255,255,0.8); font-size: 1.1rem; line-height: 1.7; max-width: 560px; }

/* Sticky Nav Bar */
.leistungen-nav-bar { background: var(--rm-white); border-bottom: 1px solid var(--rm-light-gray); position: sticky; top: 72px; z-index: 99; }
.leistungen-nav { display: flex; justify-content: center; gap: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.leistungen-nav__item { display: flex; align-items: center; gap: 0.5rem; padding: 1rem 1.5rem; font-size: 0.85rem; font-weight: 600; color: var(--rm-navy); text-decoration: none; white-space: nowrap; border-bottom: 2px solid transparent; transition: all 0.3s var(--ease); }
.leistungen-nav__item:hover { color: var(--rm-gold); border-bottom-color: var(--rm-gold); }
.leistungen-nav__item svg { stroke: currentColor; flex-shrink: 0; }

/* Leistung Block (alternating layout) */
.leistung-block { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.leistung-block--reverse { direction: rtl; }
.leistung-block--reverse > * { direction: ltr; }

/* Visual / Image */
.leistung-block__visual { position: relative; border-radius: var(--radius-xl); overflow: hidden; }
.leistung-block__visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-xl); transition: transform 0.7s var(--ease); }
.leistung-block__visual:hover img { transform: scale(1.03); }
.leistung-block__badge { position: absolute; top: 1.25rem; left: 1.25rem; width: 48px; height: 48px; border-radius: 50%; background: var(--rm-white); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(0,0,0,0.12); color: var(--rm-gold); }
.leistung-block--reverse .leistung-block__badge { left: auto; right: 1.25rem; }

/* Content */
.leistung-block__content h2 { margin-bottom: 1rem; }
.leistung-block__content > p { color: var(--rm-gray); margin-bottom: 1.5rem; line-height: 1.7; }

/* Service List (with prices) */
.leistung-services { display: flex; flex-direction: column; gap: 0; }
.leistung-service { display: flex; align-items: center; justify-content: space-between; padding: 0.85rem 0; border-bottom: 1px solid var(--rm-light-gray); gap: 1rem; }
.leistung-service:last-child { border-bottom: none; }
.leistung-service__info { flex: 1; }
.leistung-service__info strong { display: block; font-size: 0.95rem; color: var(--rm-navy); margin-bottom: 0.15rem; }
.leistung-service__info span { font-size: 0.82rem; color: var(--rm-gray); }
.leistung-service__price { font-family: var(--font-heading); font-size: 0.95rem; font-weight: 700; color: var(--rm-navy); white-space: nowrap; background: rgba(191,164,111,0.18); padding: 0.35rem 0.85rem; border-radius: 20px; }
.leistung-service__price--free { color: #2a9d5c; background: rgba(42,157,92,0.08); }
.leistung-service__price--muted { color: var(--rm-gray); background: rgba(0,0,0,0.04); font-weight: 500; font-family: var(--font-body); font-size: 0.82rem; }

/* Checkmarks */
.leistung-checks { display: flex; flex-direction: column; gap: 0.65rem; margin-bottom: 1.5rem; }
.leistung-check { display: flex; align-items: center; gap: 0.65rem; font-size: 0.92rem; color: var(--rm-navy); }
.leistung-check svg { flex-shrink: 0; }

/* Price Box */
.leistung-price-box { display: flex; align-items: center; justify-content: space-between; background: linear-gradient(135deg, rgba(191,164,111,0.06), rgba(191,164,111,0.14)); border: 1px solid rgba(191,164,111,0.2); border-radius: var(--radius-lg); padding: 1.25rem 1.5rem; gap: 1.5rem; }
.leistung-price-box__label { font-weight: 600; color: var(--rm-navy); font-size: 0.95rem; }
.leistung-price-box__sub { font-size: 0.8rem; color: var(--rm-gray); margin-top: 0.2rem; }
.leistung-price-box__price { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 700; color: var(--rm-gold); white-space: nowrap; text-align: right; }
.leistung-price-box__price span { display: block; font-size: 0.75rem; font-weight: 400; color: var(--rm-gray); font-family: var(--font-body); }

/* Inclusive Note */
.leistung-inkl { font-size: 0.82rem; color: var(--rm-gray); margin-top: 1rem; font-style: italic; }

/* ============================================================
   SERVICE CARDS – Horizontale Zeilen-Layout
   ============================================================ */
/* Split Layout: Cards + Image */
.service-split { display: grid; grid-template-columns: 55% 1fr; gap: 3rem; align-items: start; margin-top: 2.5rem; }
.service-split--reverse { grid-template-columns: 1fr 55%; }
.service-split--reverse .service-split__image { order: -1; }
.service-split__cards { display: flex; flex-direction: column; gap: 0.6rem; }
.service-split__image { position: sticky; top: 6rem; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); }
.service-split__image img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; transition: transform 0.7s var(--ease); }
.service-split__image:hover img { transform: scale(1.03); }

.service-cards { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; max-width: 750px; margin-left: auto; margin-right: auto; }

.service-card {
    background: var(--rm-white);
    border: 1px solid var(--rm-light-gray);
    border-radius: var(--radius);
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.service-card:hover {
    transform: translateX(4px);
    box-shadow: var(--shadow);
    border-color: var(--rm-gold);
}
.service-card--highlight {
    border-color: var(--rm-gold);
    background: linear-gradient(135deg, var(--rm-white), rgba(191,164,111,0.06));
    padding: 1.25rem 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
}

.service-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(191,164,111,0.12), rgba(191,164,111,0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rm-gold-dark);
    flex-shrink: 0;
}
.service-card__icon svg { width: 22px; height: 22px; }

.service-card__text { flex: 1; min-width: 0; }
.service-card__text h4 { font-size: 0.95rem; color: var(--rm-navy); margin: 0; line-height: 1.3; }
.service-card__text p { font-size: 0.8rem; color: var(--rm-gray); margin: 0.15rem 0 0; line-height: 1.4; }

.service-card h4 { font-size: 0.95rem; color: var(--rm-navy); margin: 0; line-height: 1.3; }
.service-card > p { font-size: 0.8rem; color: var(--rm-gray); line-height: 1.4; margin: 0; }

.service-card__price {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--rm-navy);
    background: rgba(191,164,111,0.18);
    padding: 0.35rem 0.85rem;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: 0.01em;
}
.service-card__price small {
    font-size: 0.7rem;
    font-weight: 400;
    font-family: var(--font-body);
    color: var(--rm-gray);
}
.service-card__price--muted {
    color: var(--rm-gray);
    background: rgba(0,0,0,0.04);
    font-weight: 500;
    font-family: var(--font-body);
    font-size: 0.82rem;
}

.service-card__includes {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.service-card__includes li {
    font-size: 0.78rem;
    color: var(--rm-gray);
    padding-left: 1.1rem;
    position: relative;
    line-height: 1.4;
}
.service-card__includes li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--rm-gold-dark);
    font-weight: 700;
    font-size: 0.7rem;
}

.service-card__note {
    font-size: 0.72rem;
    color: var(--rm-gold-dark);
    font-style: italic;
    flex-shrink: 0;
}

/* CTA Buttons on cards */
.service-card__cta {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
}
.cta-wa, .cta-kontakt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-wa, .cta-kontakt {
    background: var(--rm-beige);
    color: var(--rm-gold-dark);
}
.cta-wa:hover, .cta-kontakt:hover {
    transform: scale(1.12);
    background: var(--rm-gold);
    color: var(--rm-white);
    box-shadow: 0 3px 12px rgba(191,164,111,0.35);
}

.service-card__checks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem 1.5rem;
    width: 100%;
    margin: 0.25rem 0;
}
.service-card__checks span {
    font-size: 0.82rem;
    color: var(--rm-gray);
    padding-left: 1.25rem;
    position: relative;
}
.service-card__checks span::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--rm-gold);
    font-weight: 700;
}

.service-section-note {
    text-align: center;
    font-size: 0.82rem;
    color: var(--rm-gray);
    margin-top: 1.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
}

/* Beige section cards */
.section--beige .service-card { background: var(--rm-white); }

/* Responsive Cards */
@media (max-width: 1024px) {
    .service-split { grid-template-columns: 1fr; gap: 2rem; }
    .service-split--reverse { grid-template-columns: 1fr; }
    .service-split__image { max-width: 400px; margin: 0 auto; position: static; }
    .service-split__image img { aspect-ratio: 16/9; border-radius: var(--radius-lg); }
    .service-split--reverse .service-split__image { order: 0; }
}
@media (max-width: 768px) {
    .service-card { flex-wrap: wrap; padding: 0.85rem; gap: 0.6rem; }
    .service-card__price { margin-left: auto; }
    .service-card--highlight { flex-direction: column; }
}

/* Leistungen on Navy */
.section--navy .leistung-block__content > p { color: rgba(255,255,255,0.75); }
.section--navy .leistung-block__badge { color: var(--rm-gold); }
.section--navy .leistung-service { border-bottom-color: rgba(255,255,255,0.1); }
.section--navy .leistung-service__info strong { color: var(--rm-white); }
.section--navy .leistung-service__info span { color: rgba(255,255,255,0.55); }
.section--navy .leistung-service__price { background: rgba(191,164,111,0.15); color: var(--rm-gold-light); }
.section--navy .leistung-service__price--free { color: #5dd99a; background: rgba(93,217,154,0.12); }
.section--navy .leistung-service__price--muted { color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.06); }
.section--navy .leistung-check { color: rgba(255,255,255,0.85); }
.section--navy .leistung-check svg { stroke: var(--rm-gold-light) !important; }
.section--navy .leistung-price-box { background: linear-gradient(135deg, rgba(191,164,111,0.1), rgba(191,164,111,0.2)); border-color: rgba(191,164,111,0.25); }
.section--navy .leistung-price-box__label { color: var(--rm-white); }
.section--navy .leistung-price-box__sub { color: rgba(255,255,255,0.5); }
.section--navy .leistung-price-box__price { color: var(--rm-gold-light); }
.section--navy .leistung-price-box__price span { color: rgba(255,255,255,0.45); }
.section--navy .leistung-inkl { color: rgba(255,255,255,0.5); }
.section--navy .leistung-block__visual img { box-shadow: 0 12px 40px rgba(0,0,0,0.3); }

/* Pricing Philosophy Cards */
.pricing-philosophy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2rem; }
.pricing-card { text-align: center; padding: 2.5rem 1.5rem; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-lg); transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), background 0.3s var(--ease); }
.pricing-card:hover { transform: translateY(-6px); border-color: var(--rm-gold); background: rgba(255,255,255,0.08); }
.pricing-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; background: rgba(191,164,111,0.15); color: var(--rm-gold); margin-bottom: 1.25rem; }
.pricing-card h4 { color: var(--rm-white); margin-bottom: 0.75rem; }
.pricing-card p { font-size: 0.9rem; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* Pricing Note */
.pricing-note { text-align: center; font-size: 0.85rem; color: rgba(255,255,255,0.45); margin-top: 2.5rem; max-width: 600px; margin-left: auto; margin-right: auto; }

/* CTA Section with Background */
.leistungen-cta { position: relative; padding: clamp(5rem, 10vw, 8rem) 0; overflow: hidden; text-align: center; }
.leistungen-cta__bg { position: absolute; inset: 0; z-index: 0; }
.leistungen-cta__bg img { width: 100%; height: 100%; object-fit: cover; }
.leistungen-cta__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, rgba(0,26,51,0.88), rgba(0,38,69,0.82)); }
.leistungen-cta__content { position: relative; z-index: 2; max-width: 600px; margin: 0 auto; }
.leistungen-cta__content h2 { color: var(--rm-white); margin-bottom: 1rem; }
.leistungen-cta__content p { color: rgba(255,255,255,0.8); font-size: 1.1rem; margin-bottom: 2rem; }
.leistungen-cta__buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.experience-list { list-style: none; padding: 0; }
.experience-list li { padding: 0.6rem 0; padding-left: 2rem; position: relative; border-bottom: 1px solid var(--rm-light-gray); }
.experience-list li:last-child { border-bottom: none; }
.experience-list li::before { content: '\2713'; position: absolute; left: 0; color: var(--rm-gold); font-weight: 700; }

.site-footer { background: var(--rm-navy-deep); color: rgba(255,255,255,0.7); padding-top: clamp(3rem, 6vw, 5rem); position: relative; }
.footer-wave { position: absolute; top: -1px; left: 0; right: 0; line-height: 0; transform: rotate(180deg); }
.footer-wave svg { width: 100%; height: auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: clamp(1.5rem, 3vw, 3rem); padding-bottom: 3rem; }
.footer-brand p { font-size: 0.9rem; margin-top: 0.75rem; line-height: 1.7; color: rgba(255,255,255,0.55); }
.site-footer h4 { color: var(--rm-white); margin-bottom: 1rem; font-size: 1rem; }
.footer-links ul { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { color: rgba(255,255,255,0.55); font-size: 0.9rem; transition: color 0.3s var(--ease); }
.footer-links a:hover { color: var(--rm-gold-light); }
.footer-contact p { font-size: 0.9rem; color: rgba(255,255,255,0.55); margin-bottom: 0.35rem; }
.footer-social { display: flex; gap: 0.75rem; margin-top: 1rem; }
.footer-social a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.6); font-size: 0.85rem; transition: all 0.3s var(--ease); }
.footer-social a:hover { background: var(--rm-gold); color: var(--rm-white); transform: translateY(-2px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 1.5rem 0; display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: rgba(255,255,255,0.35); }

.reveal { transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal-left { transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal-right { transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.visible, .reveal-left.visible, .reveal-right.visible { opacity: 1; transform: translate(0, 0); }
.stagger-children > * { transition-delay: calc(var(--i, 0) * 120ms); }

.wave-divider { position: relative; line-height: 0; margin-top: -1px; }
.wave-divider svg { width: 100%; height: auto; display: block; }

/* ============================================================
   RESPONSIVE – Tablet & Desktop
   ============================================================ */
@media (max-width: 1024px) {
    .hero .container { text-align: center; align-items: center; }
    .hero__content { max-width: 100%; }
    .hero__subtitle { margin-left: auto; margin-right: auto; }
    .hero__buttons { justify-content: center; }
    .hero__trust { justify-content: center; }
    .hero__toucan { display: none; }
    .split-section { grid-template-columns: 1fr; gap: 2rem; }
    .split-section--reverse { direction: ltr; }
    .split-section__image::after { display: none; }
    .process-steps { grid-template-columns: repeat(2, 1fr); }
    .process-step:not(:last-child)::after { display: none; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .guide-teaser { grid-template-columns: 1fr; text-align: center; }
    .guide-teaser__visual { order: -1; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .pricing-philosophy { grid-template-columns: 1fr; gap: 1rem; }
    .leistung-block { grid-template-columns: 1fr; gap: 2rem; }
    .leistung-block--reverse { direction: ltr; }
    .leistung-price-box { flex-direction: column; text-align: center; gap: 0.75rem; }
    .leistung-price-box__price { text-align: center; }
    .leistungen-nav__item { padding: 0.85rem 1rem; font-size: 0.8rem; }
}

/* ============================================================
   RESPONSIVE – Mobile
   ============================================================ */
@media (max-width: 768px) {
    .menu-toggle { display: flex; }
    .main-nav {
        position: fixed; top: 0; right: -100%; width: 80%; max-width: 360px;
        height: 100vh; background: var(--rm-white); flex-direction: column;
        align-items: stretch; padding: 6rem 2rem 2rem;
        box-shadow: -10px 0 40px rgba(0,0,0,0.15);
        transition: right 0.4s var(--ease); z-index: 999;
    }
    .main-nav.active { right: 0; }
    .main-nav a { color: var(--rm-navy) !important; padding: 0.9rem 1rem; border-radius: var(--radius-sm); font-size: 1rem; }
    .main-nav a:hover { background: var(--rm-beige); }

    /* Mobile nav backdrop overlay */
    .nav-backdrop {
        position: fixed; inset: 0; background: rgba(0,26,69,0.5);
        z-index: 998; opacity: 0; pointer-events: none;
        transition: opacity 0.3s ease;
    }
    .nav-backdrop.active { opacity: 1; pointer-events: auto; }

    .hero { min-height: 90vh; }
    .hero__trust { gap: 1rem; display: grid; grid-template-columns: 1fr 1fr; }
    .hero__trust-item { text-align: center; }
    .hero__trust-item strong { font-size: 1.2rem; }

    /* Process steps: vertical timeline on mobile */
    .process-steps {
        grid-template-columns: 1fr;
        position: relative;
        padding-left: 2.5rem;
    }
    .process-steps::before {
        content: '';
        position: absolute;
        left: 0.9rem;
        top: 0;
        bottom: 0;
        width: 2px;
        background: linear-gradient(to bottom, var(--rm-gold), var(--rm-gold-light));
        border-radius: 1px;
    }
    .process-step { position: relative; }
    .process-step .process-step__number {
        position: absolute;
        left: -2.5rem;
    }

    .stats-row { flex-wrap: wrap; gap: 1.5rem; }
    .usp-grid { justify-content: flex-start; }
    .usp-item { flex: 0 1 100%; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }

    /* Hero subtitle: br tags ignored on mobile for natural flow */
    .hero__subtitle br { display: none; }
    .hero__subtitle { font-size: 0.9rem; max-width: 100%; }

    /* Service cards: vertical layout on mobile */
    .service-card { flex-direction: column; align-items: flex-start; }
    .service-card__price { margin-left: 0; margin-top: 0.5rem; }
    .service-card__cta { margin-top: 0.5rem; }
    .service-card__includes li { font-size: 0.75rem; }

    /* Service split: stack image below */
    .service-split { grid-template-columns: 1fr !important; }
    .service-split--reverse { direction: ltr; }
    .service-split__image { order: -1; }

    /* Guide teaser mobile */
    .guide-teaser__cover { width: 260px !important; }
    .guide-teaser__content h2 { font-size: 1.5rem; }
}

@media (max-width: 480px) {
    .hero__buttons { flex-direction: column; }
    .hero__buttons .btn { width: 100%; justify-content: center; }
    .hero { padding-top: 110px; }
    .hero__content .label { margin-bottom: 1rem; }
    .hero__content h1 { margin-bottom: 1.5rem; }
    .services-grid { grid-template-columns: 1fr; }
    .usp-item { flex: 0 1 100%; min-width: 0; }
    .blog-grid { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: 1fr; }
    .kontakt-channels { grid-template-columns: 1fr !important; }
    .kontakt-form-wrapper { grid-template-columns: 1fr !important; }
}

/* ============================================================
   TOUCH DEVICES – Disable hover effects
   ============================================================ */
@media (hover: none) {
    .service-card:hover { transform: none; }
    .btn--primary:hover { transform: none; }
    .split-section__image img { transform: none !important; }
}

.text-center { text-align: center; }
.text-gold { color: var(--rm-gold); }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 2rem; }


/* ============================================================
   PREMIUM LUXURY OVERHAUL v2.1
   "Warmer Abend an der Copacabana, Schweizer Privatbank"
   ============================================================ */


/* --- Gold Gradient Text --- */
.gold-text {
    background: linear-gradient(135deg, var(--rm-gold), var(--rm-gold-light), var(--rm-gold));
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: goldShimmer 4s ease-in-out infinite;
}
@keyframes goldShimmer {
    0% { background-position: 0% center; }
    50% { background-position: 200% center; }
    100% { background-position: 0% center; }
}

/* --- Gold Line Draw Animation under Section Headers --- */
.section__header::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--rm-gold), var(--rm-gold-light));
    margin: 1.5rem auto 0;
    transition: width 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section__header.visible::after {
    width: 80px;
}
.section--navy .section__header::after {
    background: linear-gradient(90deg, var(--rm-gold-light), var(--rm-gold));
}

/* --- Text Clip Reveal --- */
.clip-reveal {
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.clip-reveal.visible {
    clip-path: inset(0 0% 0 0);
}

/* --- Image Container Zoom on Hover --- */
.split-section__image {
    overflow: hidden;
    border-radius: var(--radius-lg);
}
.split-section__image img {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.split-section__image:hover img {
    transform: scale(1.05);
}

/* --- Enhanced Service Cards with Gold Border --- */
.service-card {
    border: 1px solid rgba(191,164,111,0.08) !important;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.service-card:hover {
    box-shadow: 0 20px 60px rgba(0,38,69,0.12), 0 0 0 1px rgba(191,164,111,0.2), 0 0 40px rgba(191,164,111,0.06) !important;
    border-color: rgba(191,164,111,0.35) !important;
    transform: translateY(-6px) !important;
}

/* --- Enhanced USP Items (Navy Section) --- */
.usp-item {
    padding: 1.25rem;
    border-radius: var(--radius);
    border: 1px solid rgba(191,164,111,0.15);
    background: rgba(255,255,255,0.04);
    transition: all 0.4s var(--ease);
}
.usp-item:hover {
    background: rgba(191,164,111,0.1);
    border-color: rgba(191,164,111,0.3);
}

/* --- Animated Process Timeline with Traveling Beam --- */
.process-steps::before {
    content: '';
    position: absolute;
    top: 50px;
    left: calc(12.5% + 36px);
    right: calc(12.5% + 36px);
    height: 2px;
    background: linear-gradient(90deg,
        transparent,
        rgba(191,164,111,0.15) 10%,
        rgba(191,164,111,0.3) 50%,
        rgba(191,164,111,0.15) 90%,
        transparent
    );
    z-index: 0;
}
.process-steps::after {
    content: '';
    position: absolute;
    top: 49px;
    left: calc(12.5% + 36px);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--rm-gold), transparent);
    border-radius: 2px;
    z-index: 1;
    animation: beamTravel 3.5s ease-in-out infinite;
}
@keyframes beamTravel {
    0% { left: calc(12.5% + 36px); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { left: calc(87.5% - 80px); opacity: 0; }
}

/* --- Enhanced Image Banner / Quote --- */
.image-banner blockquote {
    position: relative;
    z-index: 2;
}
.image-banner blockquote::before {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: var(--rm-gold);
    margin: 0 auto 2rem;
}
.image-banner cite {
    position: relative;
    z-index: 2;
    color: var(--rm-gold-light);
    font-weight: 500;
    letter-spacing: 0.05em;
}

/* --- CTA Section Decoration --- */

/* --- Stats Row Gold Numbers --- */
.stat-item strong {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    background: linear-gradient(135deg, var(--rm-gold-dark), var(--rm-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* --- Hero Gold Shimmer on "Brasilien" --- */
.hero h1 span {
    background: linear-gradient(135deg, var(--rm-gold), var(--rm-gold-light), var(--rm-gold));
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: goldShimmer 4s ease-in-out infinite;
}
.hero h1 {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1.2;
    letter-spacing: -0.01em;
}
.hero__subtitle {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.75;
}

/* --- Blog Card Gold Border Hover --- */
.blog-card {
    border: 1px solid rgba(191,164,111,0.06);
}
.blog-card:hover {
    border-color: rgba(191,164,111,0.25);
    transform: translateY(-4px);
}
.blog-card__image { overflow: hidden; }
.blog-card__image img { transition: transform 0.6s var(--ease); }
.blog-card:hover .blog-card__image img { transform: scale(1.05); }

/* --- Contact Form Premium Focus Ring --- */
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--rm-gold) !important;
    box-shadow: 0 0 0 3px rgba(191,164,111,0.15) !important;
    outline: none;
}

/* --- Team Card Premium Hover --- */
.team-card {
    border: 1px solid rgba(191,164,111,0.06);
}
.team-card:hover {
    border-color: rgba(191,164,111,0.2);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

/* --- Team Card Portrait Variant --- */
.team-card--portrait { text-align: left; padding: 0; overflow: hidden; }
.team-card--portrait .team-card__image { width: 100%; height: 320px; border-radius: 0; margin: 0; border: none; box-shadow: none; }
.team-card--portrait .team-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.team-card--portrait .team-card__info { padding: 1.5rem 2rem 2rem; }
.team-card--portrait h3 { margin-bottom: 0.25rem; }
.team-card--portrait .team-card__role { margin-bottom: 0.75rem; }

/* --- Founder Duo (Homepage Über uns Teaser) --- */
.founder-duo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    max-width: 800px;
    margin: 0 auto 2rem;
}
.founder-card {
    background: var(--rm-white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.founder-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}
.founder-card__image {
    width: 100%;
    height: 420px;
    overflow: hidden;
}
.founder-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.founder-card__info {
    padding: 1.5rem 2rem 2rem;
}
.founder-card__info h3 {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
}
.founder-card__role {
    color: var(--rm-gold-dark);
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}
.founder-card__info p:last-child {
    font-size: 0.95rem;
    color: var(--rm-navy-light);
    line-height: 1.6;
}
.stats-row--centered {
    justify-content: center;
}
@media (max-width: 600px) {
    .founder-duo {
        grid-template-columns: 1fr;
        max-width: 400px;
    }
}

/* --- About Story Layout (Ueber uns) --- */
.about-story {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
}
.about-story--reverse {
    grid-template-columns: 1.2fr 1fr;
}
.about-story--reverse .about-story__image {
    order: 2;
}
.about-story--reverse .about-story__content {
    order: 1;
}
.about-story__image {
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}
.about-story__image img {
    width: 100%;
    height: auto;
    display: block;
}
.about-story__content h2 {
    margin-bottom: 1.25rem;
}
.about-story__content p {
    margin-bottom: 1rem;
    line-height: 1.8;
}
@media (max-width: 768px) {
    .about-story,
    .about-story--reverse {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .about-story--reverse .about-story__image,
    .about-story--reverse .about-story__content {
        order: unset;
    }
}

/* --- Timeline (Ueber uns) --- */
.timeline {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    padding-left: 3rem;
}
.timeline::before {
    content: '';
    position: absolute;
    left: 0.75rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--rm-gold), var(--rm-navy));
}
.timeline__item {
    position: relative;
    margin-bottom: 2.5rem;
}
.timeline__item:last-child {
    margin-bottom: 0;
}
.timeline__marker {
    position: absolute;
    left: -2.35rem;
    top: 0.25rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--rm-navy);
    border: 3px solid var(--rm-cream);
    box-shadow: 0 0 0 2px var(--rm-navy);
}
.timeline__marker--warning {
    background: #dc2626;
    box-shadow: 0 0 0 2px #dc2626;
}
.timeline__marker--success {
    background: var(--rm-gold);
    box-shadow: 0 0 0 2px var(--rm-gold);
}
.timeline__marker--gold {
    background: #16a34a;
    box-shadow: 0 0 0 2px #16a34a;
}
.timeline__content {
    background: var(--rm-white);
    padding: 1.5rem 2rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}
.timeline__year {
    display: inline-block;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--rm-gold-dark);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}
.timeline__content h3 {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}
.timeline__content p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--rm-navy-light);
    margin: 0;
}
@media (max-width: 600px) {
    .timeline {
        padding-left: 2.5rem;
    }
    .timeline__content {
        padding: 1.25rem 1.5rem;
    }
}

/* --- Experience List --- */
.experience-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.experience-list li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.6;
}
.experience-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rm-gold);
}

/* --- About Quote --- */
.about-quote {
    max-width: 700px;
    margin: 0 auto;
    padding: 2.5rem;
    background: var(--rm-white);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
    border-left: 4px solid var(--rm-gold);
    text-align: left;
}
.about-quote blockquote {
    font-family: var(--font-heading);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-style: italic;
    color: var(--rm-navy);
    line-height: 1.8;
    margin-bottom: 0.75rem;
}
.about-quote cite {
    color: var(--rm-gold-dark);
    font-style: normal;
    font-weight: 600;
    font-size: 0.9rem;
}

/* --- Team Cards (Ueber uns) --- */
.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}
.team-card {
    background: var(--rm-white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.5s var(--ease);
}
.team-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(191,164,111,0.2);
}
.team-card__image {
    height: 320px;
    overflow: hidden;
}
.team-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s var(--ease);
}
.team-card:hover .team-card__image img {
    transform: scale(1.04);
}
.team-card__content {
    padding: 2rem;
}
.team-card__content h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--rm-navy);
    margin-bottom: 0.25rem;
}
.team-card__role {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--rm-gold-dark);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
}
.team-card__content p {
    font-size: 0.95rem;
    color: var(--rm-gray);
    line-height: 1.7;
    margin-bottom: 1.25rem;
}
.team-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.team-card__tags span {
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--rm-gold-dark);
    background: rgba(191,164,111,0.1);
    padding: 0.3rem 0.85rem;
    border-radius: var(--radius-pill);
}

/* --- Experience Grid (Eigene Erfahrung) --- */
.experience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 960px;
    margin: 0 auto;
}
.experience-item {
    background: var(--rm-white);
    border-radius: var(--radius-lg);
    padding: 2rem 1.5rem;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.4s var(--ease);
}
.experience-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(191,164,111,0.2);
}
.experience-item__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--rm-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: var(--rm-gold-light);
}
.experience-item h4 {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--rm-navy);
    line-height: 1.4;
}

/* --- About Immobilien Cards --- */
.about-immo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}
.about-immo-card {
    background: var(--rm-white);
    border-radius: var(--radius-lg);
    padding: 1.75rem 1.25rem;
    border: 1px solid rgba(0,0,0,0.04);
    text-align: center;
    transition: all 0.4s var(--ease);
}
.about-immo-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(191,164,111,0.2);
}
.about-immo-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--rm-beige);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: var(--rm-gold);
}
.about-immo-card__icon svg { width: 22px; height: 22px; }
.about-immo-card h3 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    color: var(--rm-navy);
    margin-bottom: 0.5rem;
}
.about-immo-card p {
    font-size: 0.85rem;
    color: var(--rm-gray);
    line-height: 1.6;
    margin-bottom: 1rem;
}
.about-immo-card__tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--rm-gold-dark);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.3rem 0.85rem;
    border: 1px solid rgba(191,164,111,0.25);
    border-radius: var(--radius-pill);
}

@media (max-width: 768px) {
    .team-grid { grid-template-columns: 1fr; max-width: 450px; margin: 0 auto; }
    .team-card__image { height: 260px; }
    .experience-grid { grid-template-columns: repeat(2, 1fr); max-width: 500px; margin: 0 auto; }
    .about-immo-grid { grid-template-columns: repeat(2, 1fr); max-width: 500px; margin: 0 auto; }
}
@media (max-width: 480px) {
    .about-immo-grid { grid-template-columns: 1fr; max-width: 400px; }
}

/* --- About Hero Clean --- */
.about-hero-clean {
    padding: 140px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.about-hero-clean--navy {
    background: var(--rm-navy);
}
.about-hero-clean__content {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.about-hero-clean--navy .label {
    color: var(--rm-gold-light);
    margin-bottom: 1.5rem;
}
.about-hero-clean--navy h1 {
    color: var(--rm-white);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.2;
    margin-bottom: 1.25rem;
}
.about-hero-clean__line {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--rm-gold), transparent);
    margin: 0 auto;
}

/* --- About Story Text (centered, no image) --- */
.about-story-text {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.about-story-text h2 {
    margin-bottom: 2rem;
}
.about-story-text__body {
    text-align: left;
    columns: 2;
    column-gap: 3rem;
}
.about-story-text__body p {
    color: var(--rm-gray);
    line-height: 1.8;
    margin-bottom: 1rem;
}
@media (max-width: 768px) {
    .about-story-text__body {
        columns: 1;
    }
}

/* --- About Team Duo --- */
.about-team-duo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    max-width: 1000px;
    margin: 0 auto;
}
.about-team-card {
    background: var(--rm-white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.5s var(--ease);
}
.about-team-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(191,164,111,0.2);
}
.about-team-card__image {
    height: 380px;
    overflow: hidden;
}
.about-team-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.7s var(--ease);
}
.about-team-card:hover .about-team-card__image img {
    transform: scale(1.04);
}
.about-team-card__content {
    padding: 2rem 2rem 2.5rem;
}
.about-team-card__content h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--rm-navy);
    margin-bottom: 0.25rem;
}
.about-team-card__role {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--rm-gold-dark);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
}
.about-team-card__content > p {
    font-size: 0.95rem;
    color: var(--rm-gray);
    line-height: 1.7;
    margin-bottom: 1.25rem;
}
.about-team-card__details {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.about-team-card__detail {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    color: var(--rm-navy);
    font-weight: 500;
}
.about-team-card__detail svg {
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .about-team-duo {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
    }
    .about-team-card__image {
        height: 300px;
    }
}

/* --- About YouTube Embed --- */
.about-yt-embed {
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.about-yt-embed__placeholder {
    position: relative;
    aspect-ratio: 16/10;
    cursor: pointer;
}
.about-yt-embed__placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-yt-embed__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s var(--ease);
}
.about-yt-embed__placeholder:hover .about-yt-embed__play {
    transform: translate(-50%, -50%) scale(1.1);
}

/* --- Error/Learning Cards (Ueber uns) --- */
.section--beige .service-card .service-card__icon {
    background: #fef2f2;
}

/* --- YouTube Video Embed --- */
.video-embed__wrapper {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    max-width: 900px;
    margin: 0 auto;
}
.video-embed__placeholder {
    position: relative;
    cursor: pointer;
    aspect-ratio: 16/9;
    overflow: hidden;
}
.video-embed__placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--ease), filter 0.6s var(--ease);
}
.video-embed__placeholder:hover img {
    transform: scale(1.03);
    filter: brightness(0.8);
}
.video-embed__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.4s var(--ease);
    z-index: 2;
}
.video-embed__placeholder:hover .video-embed__play {
    transform: translate(-50%, -50%) scale(1.15);
}
.video-embed__play circle:first-child {
    transition: stroke 0.3s;
}
.video-embed__placeholder:hover .video-embed__play circle:first-child {
    stroke: var(--rm-gold);
}
.video-embed__label {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: var(--radius-pill);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    z-index: 2;
    transition: background 0.3s;
}
.video-embed__placeholder:hover .video-embed__label {
    background: rgba(191,164,111,0.85);
}
.video-embed__cta {
    text-align: center;
    margin-top: 2rem;
}
.video-embed__cta .btn svg {
    vertical-align: -4px;
    margin-right: 0.25rem;
}
.video-embed iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border: 0;
    border-radius: var(--radius-xl);
}

/* --- Testimonials --- */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--gap);
}
.testimonial-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(191,164,111,0.12);
    border-radius: var(--radius-lg);
    padding: 2.5rem 2rem 2rem;
    transition: all 0.5s var(--ease);
    position: relative;
}
.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2rem;
    right: 2rem;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--rm-gold), transparent);
    opacity: 0;
    transition: opacity 0.5s;
}
.testimonial-card:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(191,164,111,0.3);
    transform: translateY(-4px);
}
.testimonial-card:hover::before {
    opacity: 1;
}
.testimonial-card__stars {
    display: flex;
    gap: 2px;
    margin-bottom: 1.25rem;
}
.testimonial-card blockquote {
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(255,255,255,0.85);
    font-style: italic;
    margin-bottom: 1.5rem;
}
.testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.testimonial-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--rm-gold), var(--rm-gold-light));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}
.testimonial-card__author strong {
    display: block;
    color: var(--rm-white);
    font-size: 0.95rem;
}
.testimonial-card__author span {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
}

/* --- FAQ Accordion --- */
.faq-list {
    max-width: 800px;
    margin: 0 auto;
}
.faq-item {
    border-bottom: 1px solid var(--rm-light-gray);
}
.faq-item:first-child {
    border-top: 1px solid var(--rm-light-gray);
}
.faq-item__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--rm-navy);
    text-align: left;
    line-height: 1.4;
    transition: color 0.3s;
}
.faq-item__question:hover {
    color: var(--rm-gold-dark);
}
.faq-item__icon {
    flex-shrink: 0;
    color: var(--rm-gold);
    transition: transform 0.4s var(--ease);
}
.faq-item.active .faq-item__icon {
    transform: rotate(180deg);
}
.faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s var(--ease), padding 0.5s var(--ease);
}
.faq-item.active .faq-item__answer {
    max-height: 300px;
    padding-bottom: 1.5rem;
}
.faq-item__answer p {
    color: var(--rm-gray);
    font-size: 0.95rem;
    line-height: 1.75;
}

/* --- WhatsApp Floating Button --- */
.whatsapp-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    z-index: 999;
    transition: all 0.4s var(--ease);
    animation: whatsappPulse 5s ease-in-out infinite;
}
.whatsapp-float:hover {
    transform: scale(1.1) translateY(-4px);
    box-shadow: 0 8px 30px rgba(37,211,102,0.5);
    animation: none;
}
.whatsapp-float__tooltip {
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    background: var(--rm-navy);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(-50%) translateX(8px);
}
.whatsapp-float:hover .whatsapp-float__tooltip {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}
.whatsapp-float__tooltip::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: var(--rm-navy);
    border-right: 0;
}
@keyframes whatsappPulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.35); transform: scale(1); }
    50% { box-shadow: 0 4px 28px rgba(37,211,102,0.55), 0 0 0 10px rgba(37,211,102,0.12); transform: scale(1.05); }
}

/* ============================================================
   GUIDE PAGES v2.3
   ============================================================ */

/* --- Guide Teaser (Homepage) --- */
.guide-teaser {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}
.guide-teaser__book {
    perspective: 800px;
    display: flex;
    justify-content: center;
}
.guide-teaser__cover {
    position: relative;
    width: 380px;
    aspect-ratio: 3/4;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-xl), 0 0 60px rgba(191,164,111,0.15);
    transform: rotateY(-8deg) rotateX(2deg);
    transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease);
}
.guide-teaser__cover:hover {
    transform: rotateY(-2deg) rotateX(0deg);
    box-shadow: var(--shadow-xl), 0 0 80px rgba(191,164,111,0.25);
}
.guide-teaser__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.guide-teaser__cover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,26,51,0.3) 0%, rgba(0,26,51,0.85) 60%, rgba(0,26,51,0.95) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem 1.5rem;
}
.guide-teaser__badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--rm-gold);
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.3rem 0.8rem;
    border-radius: var(--radius-pill);
}
.guide-teaser__cover-overlay h3 {
    color: white;
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
.guide-teaser__cover-overlay p {
    color: rgba(255,255,255,0.7);
    font-size: 0.8rem;
    line-height: 1.5;
}
.guide-teaser__cover-footer {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255,255,255,0.15);
}
.guide-teaser__cover-footer span {
    font-size: 0.7rem;
    color: var(--rm-gold-light);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.guide-teaser__content h2 { margin-bottom: 1.75rem; }
.guide-teaser__subtitle {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.75);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}
.guide-teaser__features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}
.guide-teaser__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.5rem 0;
    color: rgba(255,255,255,0.85);
    font-size: 0.95rem;
}
.guide-teaser__features li svg {
    flex-shrink: 0;
    margin-top: 2px;
}
.guide-teaser__price {
    margin-bottom: 1.5rem;
}
.guide-teaser__price-amount {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--rm-gold-light);
}
.guide-teaser__price-info {
    display: block;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
    margin-top: 0.25rem;
}

/* --- Guide Hero (Landing Page) --- */
.guide-hero {
    position: relative;
    padding: clamp(8rem, 15vw, 12rem) 0 clamp(4rem, 8vw, 6rem);
    overflow: hidden;
}
.guide-hero__bg {
    position: absolute;
    inset: 0;
}
.guide-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.guide-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,26,51,0.92) 0%, rgba(0,38,69,0.85) 40%, rgba(0,61,92,0.78) 100%);
}
.guide-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    color: white;
}
.guide-hero__content h1 {
    color: white;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    margin-bottom: 1rem;
}
.guide-hero__subtitle {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.75;
    margin-bottom: 2rem;
}
.guide-hero__meta {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.guide-hero__meta span {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--rm-gold-light);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.4rem 1rem;
    border: 1px solid rgba(191,164,111,0.3);
    border-radius: var(--radius-pill);
}

/* --- Guide Intro (Landing Page) --- */
.guide-intro {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
}
.guide-intro__text h2 {
    margin-bottom: 1.25rem;
}
.guide-intro__text p {
    color: var(--rm-gray);
    line-height: 1.8;
}

/* --- Guide Price Card --- */
.guide-price-card {
    background: white;
    border-radius: var(--radius-xl);
    padding: 2.5rem 2rem;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(191,164,111,0.12);
    text-align: center;
    position: sticky;
    top: 100px;
}
.guide-price-card__badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--rm-gold), var(--rm-gold-light));
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.35rem 1rem;
    border-radius: var(--radius-pill);
    margin-bottom: 1.5rem;
}
.guide-price-card__image {
    width: 160px;
    height: 120px;
    border-radius: var(--radius);
    overflow: hidden;
    margin: 0 auto 1.5rem;
}
.guide-price-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.guide-price-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.guide-price-card__desc {
    font-size: 0.85rem;
    color: var(--rm-gray);
    margin-bottom: 1.5rem;
}
.guide-price-card__price {
    margin-bottom: 1.5rem;
    padding: 1rem 0;
    border-top: 1px solid var(--rm-light-gray);
    border-bottom: 1px solid var(--rm-light-gray);
}
.guide-price-card__amount {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--rm-navy);
}
.guide-price-card__currency {
    font-size: 1rem;
    color: var(--rm-gray);
}
.guide-price-card__includes {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
    text-align: left;
}
.guide-price-card__includes li {
    padding: 0.5rem 0;
    padding-left: 1.75rem;
    position: relative;
    font-size: 0.9rem;
    color: var(--rm-gray);
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.guide-price-card__includes li:last-child {
    border-bottom: none;
}
.guide-price-card__includes li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--rm-gold);
    font-weight: 700;
}
.guide-price-card__secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    color: var(--rm-gray-light);
    margin-top: 1rem;
}

/* --- Guide Chapters --- */
.guide-chapters {
    max-width: 800px;
    margin: 0 auto;
}
.guide-chapter {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--rm-light-gray);
    align-items: flex-start;
    transition: all 0.3s var(--ease);
}
.guide-chapter:first-child {
    border-top: 1px solid var(--rm-light-gray);
}
.guide-chapter:hover {
    padding-left: 0.5rem;
}
.guide-chapter__number {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--rm-gold);
    min-width: 48px;
    line-height: 1;
    padding-top: 0.2rem;
}
.guide-chapter__content h4 {
    margin-bottom: 0.4rem;
    color: var(--rm-navy);
}
.guide-chapter__content p {
    font-size: 0.9rem;
    color: var(--rm-gray);
    line-height: 1.6;
}
.guide-chapter__pages {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--rm-gold-dark);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* --- Guide Benefits --- */
.guide-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--gap);
}
.guide-benefit {
    text-align: center;
    padding: 2rem 1.5rem;
    background: white;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(191,164,111,0.08);
    transition: all 0.4s var(--ease);
}
.guide-benefit:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(191,164,111,0.25);
}
.guide-benefit__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--rm-beige);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}
.guide-benefit h4 {
    margin-bottom: 0.5rem;
}
.guide-benefit p {
    font-size: 0.9rem;
    color: var(--rm-gray);
}

/* --- Guide Social Proof --- */
.guide-social-proof {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 3rem;
    background: var(--rm-beige);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(191,164,111,0.15);
}
.guide-social-proof blockquote {
    font-family: var(--font-heading);
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    font-style: italic;
    color: var(--rm-navy);
    line-height: 1.8;
    margin-bottom: 1rem;
}
.guide-social-proof cite {
    color: var(--rm-gold-dark);
    font-style: normal;
    font-weight: 600;
    font-size: 0.9rem;
}

/* --- Guide Page Responsive --- */
@media (max-width: 1024px) {
    .guide-teaser { grid-template-columns: 1fr; text-align: center; }
    .guide-teaser__features li { justify-content: center; }
    .guide-teaser__cover { transform: none; }
    .guide-teaser__cover:hover { transform: none; }
    .guide-intro { grid-template-columns: 1fr; }
    .guide-price-card { position: static; }
}
@media (max-width: 768px) {
    .guide-teaser__cover { width: 280px; }
    .guide-hero__meta { gap: 0.75rem; }
    .guide-hero__meta span { font-size: 0.75rem; padding: 0.3rem 0.75rem; }
    .guide-chapter { gap: 1rem; }
    .guide-chapter__number { font-size: 1.4rem; min-width: 36px; }
    .guide-benefits { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .guide-benefits { grid-template-columns: 1fr; }
}

/* --- Guides Overview Page --- */
.guides-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}
.guide-card {
    background: var(--rm-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
    position: relative;
}
.guide-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
}
.guide-card--featured {
    border: 2px solid var(--rm-gold);
}
.guide-card--soon {
    opacity: 0.85;
}
.guide-card__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--rm-gold);
    color: var(--rm-white);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.35rem 1rem;
    border-radius: var(--radius-pill);
    z-index: 2;
}
.guide-card__badge--soon {
    background: var(--rm-gray);
}
.guide-card__image {
    height: 220px;
    overflow: hidden;
}
.guide-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--ease);
}
.guide-card:hover .guide-card__image img {
    transform: scale(1.05);
}
.guide-card__content {
    padding: 1.5rem;
}
.guide-card__content h3 {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    color: var(--rm-navy);
    margin-bottom: 0.5rem;
}
.guide-card__content p {
    color: var(--rm-gray);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.guide-card__meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}
.guide-card__meta span {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--rm-gold-dark);
    background: rgba(191,164,111,0.1);
    padding: 0.25rem 0.75rem;
    border-radius: var(--radius-pill);
}
.guide-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid var(--rm-light-gray);
}
.guide-card__price {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--rm-navy);
}
.guide-card__price--soon {
    font-size: 1rem;
    color: var(--rm-gray);
    font-weight: 500;
}
.guide-card__footer .btn {
    font-size: 0.85rem;
    padding: 0.6rem 1.25rem;
}

/* Guide Benefits on Overview */
.guide-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}
.guide-benefit {
    text-align: center;
    padding: 1.5rem;
}
.guide-benefit__icon {
    width: 56px;
    height: 56px;
    background: rgba(191,164,111,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}
.guide-benefit h4 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    color: var(--rm-navy);
    margin-bottom: 0.5rem;
}
.guide-benefit p {
    font-size: 0.9rem;
    color: var(--rm-gray);
    line-height: 1.6;
}

@media (max-width: 768px) {
    .guides-grid { grid-template-columns: 1fr; }
    .guide-card__image { height: 180px; }
    .guide-benefits { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .guide-benefits { grid-template-columns: 1fr; }
    .guide-card__footer { flex-direction: column; gap: 0.75rem; align-items: flex-start; }
}

/* ============================================================
   GUIDES PAGE v2 – Premium Redesign
   ============================================================ */

/* Hero Meta Pills */
.guide-hero-meta { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
.guide-hero-meta span { font-size: 0.82rem; font-weight: 600; color: var(--rm-gold-light); text-transform: uppercase; letter-spacing: 0.08em; padding: 0.4rem 1rem; border: 1px solid rgba(191,164,111,0.3); border-radius: var(--radius-pill); }

/* Featured Guide (Overview Page) */
.guide-featured { display: grid; grid-template-columns: 0.4fr 1fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
.guide-featured__images { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.guide-featured__main-img { border-radius: var(--radius-xl); overflow: hidden; }
.guide-featured__main-img img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: var(--radius-xl); }
.guide-featured__sub-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.guide-featured__sub-imgs img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-lg); }
.guide-featured__badge { display: inline-block; background: linear-gradient(135deg, var(--rm-gold), var(--rm-gold-light)); color: white; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 0.4rem 1.2rem; border-radius: var(--radius-pill); margin-bottom: 1rem; }
.guide-featured__content h2 { margin-bottom: 1.75rem; }
.guide-featured__content > p { color: var(--rm-gray); line-height: 1.7; margin-bottom: 1.5rem; }
.guide-featured__stats { display: flex; gap: 2rem; margin-bottom: 1.5rem; padding: 1.25rem 0; border-top: 1px solid var(--rm-light-gray); border-bottom: 1px solid var(--rm-light-gray); }
.guide-featured__stat strong { display: block; font-family: var(--font-heading); font-size: 1.5rem; color: var(--rm-gold-dark); }
.guide-featured__stat span { font-size: 0.8rem; color: var(--rm-gray); text-transform: uppercase; letter-spacing: 0.04em; }
.guide-featured__highlights { margin-bottom: 2rem; display: flex; flex-direction: column; gap: 0.5rem; }
.guide-featured__footer { display: flex; align-items: center; gap: 2rem; }
.guide-featured__price { display: flex; align-items: baseline; gap: 0.5rem; }
.guide-featured__amount { font-family: var(--font-heading); font-size: 2.2rem; font-weight: 700; color: var(--rm-navy); }
.guide-featured__currency { font-size: 1rem; color: var(--rm-gray); }

/* Coming Soon Grid */
.guides-coming-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.guide-coming { background: var(--rm-white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(0,0,0,0.04); opacity: 0.8; }
.guide-coming__image { position: relative; height: 200px; overflow: hidden; }
.guide-coming__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: saturate(0.7); }
.guide-coming__tag { position: absolute; top: 1rem; left: 1rem; background: var(--rm-gray); color: white; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 0.3rem 0.8rem; border-radius: var(--radius-pill); }
.guide-coming__content { padding: 1.5rem; }
.guide-coming__content h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.guide-coming__content p { font-size: 0.9rem; color: var(--rm-gray); margin-bottom: 0.75rem; }
.guide-coming__status { font-size: 0.8rem; font-weight: 600; color: var(--rm-gray); text-transform: uppercase; letter-spacing: 0.05em; }

/* Kaufbox (Rio Guide Detail) */
.guide-intro-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.guide-intro-text h2 { margin-bottom: 1.25rem; }
.guide-intro-text p { color: var(--rm-gray); line-height: 1.8; margin-bottom: 1rem; }
.guide-kaufbox { background: white; border-radius: var(--radius-xl); padding: 2rem; box-shadow: var(--shadow-lg); border: 1px solid rgba(191,164,111,0.12); text-align: center; position: sticky; top: 100px; }
.guide-kaufbox__badge { display: inline-block; background: linear-gradient(135deg, var(--rm-gold), var(--rm-gold-light)); color: white; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 0.35rem 1rem; border-radius: var(--radius-pill); margin-bottom: 1.25rem; }
.guide-kaufbox__image { border-radius: var(--radius); overflow: hidden; margin-bottom: 1.25rem; height: 160px; }
.guide-kaufbox__image img { width: 100%; height: 100%; object-fit: cover; }
.guide-kaufbox h3 { font-size: 1.15rem; margin-bottom: 1rem; }
.guide-kaufbox__price { margin-bottom: 1.25rem; padding: 1rem 0; border-top: 1px solid var(--rm-light-gray); border-bottom: 1px solid var(--rm-light-gray); }
.guide-kaufbox__amount { font-family: var(--font-heading); font-size: 2.5rem; font-weight: 700; color: var(--rm-navy); }
.guide-kaufbox__sub { font-size: 1rem; color: var(--rm-gray); margin-left: 0.25rem; }
.guide-kaufbox__list { list-style: none; padding: 0; margin-bottom: 1.5rem; text-align: left; }
.guide-kaufbox__list li { display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0; font-size: 0.9rem; color: var(--rm-gray); border-bottom: 1px solid rgba(0,0,0,0.04); }
.guide-kaufbox__list li:last-child { border-bottom: none; }
.guide-kaufbox__list li svg { flex-shrink: 0; }
.guide-kaufbox__secure { display: flex; align-items: center; justify-content: center; gap: 0.4rem; font-size: 0.75rem; color: var(--rm-gray-light); margin-top: 1rem; }

/* Guide Hero Grid */
.guide-hero-grid { display: flex; flex-wrap: wrap; gap: clamp(2rem, 5vw, 4rem); align-items: center; max-width: 1000px; margin: 0 auto; }
.guide-hero-cover { flex: 1 1 300px; text-align: center; }
.guide-hero-text { flex: 1 1 350px; }

/* Kapitel Grid */
.guide-kapitel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.guide-kapitel { background: var(--rm-white); border-radius: var(--radius-lg); padding: 1.75rem; border: 1px solid rgba(0,0,0,0.04); transition: all 0.3s var(--ease); }
.guide-kapitel:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(191,164,111,0.2); }
.guide-kapitel__nr { font-family: var(--font-heading); font-size: 2rem; font-weight: 700; color: var(--rm-gold); opacity: 0.5; margin-bottom: 0.5rem; }
.guide-kapitel h4 { font-size: 1rem; margin-bottom: 0.4rem; color: var(--rm-navy); }
.guide-kapitel p { font-size: 0.85rem; color: var(--rm-gray); line-height: 1.5; margin-bottom: 0.5rem; }
.guide-kapitel__pages { font-size: 0.72rem; font-weight: 600; color: var(--rm-gold-dark); text-transform: uppercase; letter-spacing: 0.05em; }

/* Gallery */
.guide-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; border-radius: var(--radius-xl); overflow: hidden; }
.guide-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform 0.5s var(--ease); }
.guide-gallery img:hover { transform: scale(1.05); }

/* Quote */
.guide-quote { text-align: center; max-width: 700px; margin: 0 auto; padding: 2rem; }
.guide-quote blockquote { font-family: var(--font-heading); font-size: clamp(1.1rem, 2.5vw, 1.4rem); font-style: italic; color: var(--rm-navy); line-height: 1.8; margin-bottom: 1rem; }
.guide-quote cite { color: var(--rm-gold-dark); font-style: normal; font-weight: 600; font-size: 0.9rem; }

/* Responsive Guides v2 */
@media (max-width: 1024px) {
    .guide-featured { grid-template-columns: 1fr; }
    .guide-intro-grid { grid-template-columns: 1fr; }
    .guide-kaufbox { position: static; }
    .guide-kapitel-grid { grid-template-columns: repeat(2, 1fr); }
    .guides-coming-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .guide-hero-grid { flex-direction: column; gap: 2rem; }
    .guide-hero-cover { flex: 1 1 100%; }
    .guide-hero-cover .guide-teaser__book { max-width: 200px !important; }
    .guide-hero-cover .guide-teaser__cover { transform: none !important; }
    .guide-hero-text { flex: 1 1 100%; text-align: center; }
    .guide-hero-text h1 { font-size: 1.5rem !important; }
    .guide-hero-text .btn { max-width: 100% !important; }
    .guide-kapitel-grid { grid-template-columns: 1fr; }
    .guide-gallery { grid-template-columns: 1fr; }
    .guide-featured__stats { gap: 1.5rem; }
    .guide-featured__footer { flex-direction: column; gap: 1rem; align-items: flex-start; }
}

/* --- Reduced Motion --- */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
    .reveal, .reveal-left, .reveal-right, .clip-reveal {
        opacity: 1 !important;
        transform: none !important;
        clip-path: none !important;
    }
}

/* --- Mobile Responsive: New Sections --- */
@media (max-width: 768px) {
    .testimonials-grid { grid-template-columns: 1fr; }
    .whatsapp-float { bottom: 1.25rem; right: 1.25rem; width: 50px; height: 50px; }
    .whatsapp-float__tooltip { display: none; }
    .video-embed__label { font-size: 0.75rem; padding: 0.4rem 1rem; }
    .video-embed__play svg { width: 52px; height: 52px; }

    /* Fix: alle reveal-Animationen auf Mobile sofort sichtbar */
    .reveal, .reveal-left, .reveal-right, .clip-reveal, .stagger-children > * {
        opacity: 1 !important;
        transform: none !important;
        clip-path: none !important;
    }

    /* Fix: Leistungen service-split Bilder direkt unter Titel auf Mobile */
    .service-split { grid-template-columns: 1fr !important; }
    .service-split__image { order: -1; margin-bottom: 1.5rem; }
    .service-split--reverse .service-split__image { order: -1; }
}

/* --- Mobile Timeline Fix --- */
@media (max-width: 768px) {
    .process-steps::before,
    .process-steps::after {
        display: none;
    }
    .process-step {
        border-left: 2px solid rgba(191,164,111,0.2);
        text-align: left;
        padding-left: 2rem;
    }
    .process-step:last-child {
        border-left-color: transparent;
    }
}

/* --- Cookie Consent Banner --- */
.cookie-banner {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 9999;
    background: var(--rm-navy);
    color: rgba(255,255,255,0.9);
    padding: 1.25rem 0;
    transition: bottom 0.5s var(--ease);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}
.cookie-banner.visible { bottom: 0; }
.cookie-banner__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.cookie-banner p { font-size: 0.9rem; margin: 0; flex: 1; min-width: 250px; }
.cookie-banner a { color: var(--rm-gold-light); text-decoration: underline; }
.cookie-banner__buttons { display: flex; gap: 0.75rem; flex-shrink: 0; }
@media (max-width: 600px) {
    .cookie-banner__inner { flex-direction: column; text-align: center; }
    .cookie-banner__buttons { width: 100%; justify-content: center; }
}

/* --- 404 Page --- */
.error-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: var(--section-pad) 2rem;
}
.error-page__content h1 {
    font-family: var(--font-heading);
    font-size: clamp(4rem, 10vw, 8rem);
    color: var(--rm-gold);
    line-height: 1;
    margin-bottom: 1rem;
}
.error-page__content h2 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: var(--rm-navy);
    margin-bottom: 1rem;
}
.error-page__content p {
    color: var(--rm-gray);
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Legal Pages (Impressum, Datenschutz) --- */
.legal-page { padding: var(--section-pad) 0; }
.legal-page .container { max-width: 800px; }
.legal-page h1 {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    color: var(--rm-navy);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--rm-gold);
}
.legal-page h2 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    color: var(--rm-navy);
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}
.legal-page h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--rm-navy);
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
.legal-page p, .legal-page li {
    color: var(--rm-gray);
    line-height: 1.8;
    margin-bottom: 0.75rem;
}
.legal-page ul { padding-left: 1.5rem; }
.legal-page a { color: var(--rm-gold-dark); text-decoration: underline; }

/* --- Scroll Progress Bar --- */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--rm-gold), var(--rm-gold-light));
    transform: scaleX(0);
    transform-origin: left;
    z-index: 10001;
    pointer-events: none;
    transition: none;
}

/* --- Back to Top Button --- */
.back-to-top {
    position: fixed;
    bottom: calc(2rem + 60px + 24px);
    right: 2rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--rm-navy);
    color: var(--rm-gold-light);
    border: 2px solid var(--rm-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s var(--ease), visibility 0.3s, transform 0.3s var(--ease), background 0.2s;
    z-index: 999;
    box-shadow: var(--shadow);
}
.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.back-to-top:hover {
    background: var(--rm-gold);
    color: var(--rm-navy);
}
@media (max-width: 768px) {
    .back-to-top { right: 1.25rem; width: 50px; height: 50px; bottom: calc(1.25rem + 50px + 0.75rem); }
}

/* --- Focus-Visible States (WCAG Accessibility) --- */
:focus-visible {
    outline: 2px solid var(--rm-gold);
    outline-offset: 3px;
}
.btn:focus-visible {
    outline: 2px solid var(--rm-gold-light);
    outline-offset: 3px;
    box-shadow: 0 0 0 4px rgba(191, 164, 111, 0.3);
}
.site-header a:focus-visible,
.main-nav a:focus-visible {
    outline: 2px solid var(--rm-gold);
    outline-offset: 2px;
    border-radius: var(--radius-sm);
}
.faq-item__question:focus-visible {
    outline: 2px solid var(--rm-gold);
    outline-offset: -2px;
}
.footer-social a:focus-visible {
    outline: 2px solid var(--rm-gold-light);
    outline-offset: 3px;
}
.whatsapp-float:focus-visible {
    outline: 2px solid white;
    outline-offset: 3px;
}
.back-to-top:focus-visible {
    outline: 2px solid var(--rm-gold-light);
    outline-offset: 3px;
}

/* --- Print Stylesheet --- */
@media print {
    .site-header, .hero__wave,
    .footer-wave, .whatsapp-float, .cookie-banner, .back-to-top, .scroll-progress,
    .video-embed__play, .menu-toggle, .hero__bg, .hero__overlay,
    .image-banner__overlay { display: none !important; }
    body { font-size: 12pt; color: #000; background: #fff; }
    .container { max-width: 100%; padding: 0; }
    .section, .section--navy, .section--beige { background: #fff !important; color: #000 !important; padding: 1.5rem 0; }
    .section--navy h2, .section--navy h4, .section--navy p,
    .section--navy .label, .section--navy .usp-item__icon svg { color: #000 !important; stroke: #000 !important; }
    h1, h2, h3, h4 { color: #000 !important; page-break-after: avoid; }
    a { color: #000; text-decoration: underline; }
    a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.8em; color: #555; }
    .btn { border: 1px solid #000 !important; background: transparent !important; color: #000 !important; box-shadow: none !important; }
    .hero { min-height: auto; padding: 2rem 0; }
    .hero__content h1 span { color: #000 !important; -webkit-text-fill-color: #000 !important; }
    .testimonial-card, .service-card, .guide-card { box-shadow: none; border: 1px solid #ccc; page-break-inside: avoid; }
    .site-footer { background: #fff !important; color: #000 !important; border-top: 2px solid #000; }
    .site-footer h4, .site-footer p, .site-footer a { color: #000 !important; }
    img { max-width: 100%; }
}

/* ===== BLOG ENHANCEMENTS ===== */

/* Kategorie-Filter */
.blog-filter { background: var(--rm-beige); border-bottom: 1px solid rgba(0,38,69,0.06); padding: 1rem 0; }
.blog-filter__tabs { display: flex; gap: 0.5rem; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.blog-filter__tabs::-webkit-scrollbar { display: none; }
.blog-filter__tab { padding: 0.5rem 1.25rem; border-radius: 50px; font-size: 0.85rem; font-weight: 500; color: var(--rm-navy); background: transparent; border: 1px solid rgba(0,38,69,0.12); white-space: nowrap; transition: all 0.3s var(--ease); }
.blog-filter__tab:hover { background: var(--rm-white); border-color: var(--rm-gold); color: var(--rm-gold-dark); }
.blog-filter__tab--active { background: var(--rm-navy); color: var(--rm-white); border-color: var(--rm-navy); }
.blog-filter__tab--active:hover { background: var(--rm-navy); color: var(--rm-white); }

/* Featured Post (erster Beitrag auf Seite 1) */
.blog-featured { display: grid; grid-template-columns: 0.4fr 1fr; gap: 0; background: var(--rm-white); border-radius: var(--radius-lg); overflow: hidden; margin-bottom: var(--gap); border: 1px solid rgba(0,38,69,0.04); transition: all 0.5s var(--ease); }
.blog-featured:hover { box-shadow: var(--shadow-lg); }
.blog-featured__image { overflow: hidden; aspect-ratio: 4/5; max-height: 320px; }
.blog-featured__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; transition: transform 0.7s var(--ease); }
.blog-featured:hover .blog-featured__image img { transform: scale(1.03); }
.blog-featured__content { padding: clamp(1.5rem, 3vw, 2.5rem); display: flex; flex-direction: column; justify-content: center; }
.blog-featured__content h2 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); margin-bottom: 1rem; line-height: 1.3; }
.blog-featured__content h2 a { color: var(--rm-navy); }
.blog-featured__content h2 a:hover { color: var(--rm-gold-dark); }
.blog-featured__excerpt { font-size: 1rem; color: var(--rm-gray); margin-bottom: 1.5rem; line-height: 1.7; }

/* Blog Empty State */
.blog-empty { text-align: center; padding: 4rem 0; }
.blog-empty svg { margin-bottom: 1.5rem; opacity: 0.6; }
.blog-empty h2 { margin-bottom: 0.75rem; }
.blog-empty p { color: var(--rm-gray); max-width: 480px; margin: 0 auto; }

/* Single Post Hero Meta */
.single-hero__meta { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; font-size: 0.9rem; color: rgba(255,255,255,0.7); margin-top: 1rem; }
.single-hero__meta a { color: rgba(255,255,255,0.7); }
.single-hero__meta a:hover { color: var(--rm-white); }

/* Single Post Share */
.single-post__share { display: flex; align-items: center; gap: 1rem; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(0,38,69,0.08); }
.single-post__share-label { font-size: 0.85rem; font-weight: 500; color: var(--rm-gray); }
.single-post__share-buttons { display: flex; gap: 0.5rem; }
.single-post__share-btn { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(0,38,69,0.1); color: var(--rm-navy); transition: all 0.3s var(--ease); }
.single-post__share-btn:hover { transform: translateY(-2px); }
.single-post__share-btn--whatsapp:hover { background: #25D366; color: var(--rm-white); border-color: #25D366; }
.single-post__share-btn--linkedin:hover { background: #0077B5; color: var(--rm-white); border-color: #0077B5; }
.single-post__share-btn--email:hover { background: var(--rm-gold); color: var(--rm-white); border-color: var(--rm-gold); }

/* Single Post CTA */
.single-post__cta { margin-top: 2.5rem; padding: 2rem; background: var(--rm-beige); border-radius: var(--radius-lg); border-left: 4px solid var(--rm-gold); }
.single-post__cta p { margin-bottom: 0.5rem; color: var(--rm-navy); }

/* Prev/Next Navigation */
.blog-prevnext { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.blog-prevnext__item { display: block; padding: 1.5rem; background: var(--rm-white); border-radius: var(--radius-lg); border: 1px solid rgba(0,38,69,0.06); transition: all 0.3s var(--ease); }
.blog-prevnext__item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.blog-prevnext__item--next { text-align: right; }
.blog-prevnext__label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--rm-gold-dark); font-weight: 600; display: block; margin-bottom: 0.5rem; }
.blog-prevnext__title { font-family: var(--font-heading); font-size: 1.1rem; color: var(--rm-navy); font-weight: 600; display: block; }

/* Pagination Enhancement */
.pagination { margin-top: 3rem; text-align: center; }
.pagination .nav-links { display: flex; justify-content: center; align-items: center; gap: 0.5rem; }
.pagination .page-numbers { padding: 0.5rem 1rem; border-radius: 8px; font-size: 0.9rem; color: var(--rm-navy); border: 1px solid rgba(0,38,69,0.1); transition: all 0.3s var(--ease); }
.pagination .page-numbers:hover { background: var(--rm-beige); }
.pagination .page-numbers.current { background: var(--rm-navy); color: var(--rm-white); border-color: var(--rm-navy); }

/* Blog Responsive */
@media (max-width: 768px) {
    .blog-featured { grid-template-columns: 1fr; }
    .blog-featured__image { aspect-ratio: 16/9; }
    .blog-prevnext { grid-template-columns: 1fr; gap: 1rem; }
    .blog-prevnext__item--next { text-align: left; }
    .single-post__share { flex-direction: column; align-items: flex-start; }
    .blog-filter__tabs { padding-bottom: 0.5rem; }
}
