:root{--bg: #ffffff;--bg-soft: #ffffff;--ink: #2d3748;--ink-strong: #1a202c;--ink-soft: #5d6b7a;--accent: #d75f5f;--accent-dark: #b84a4a;--accent-tint: #fae7e7;--amber: #d97706;--amber-tint: #fdf3e3;--border: #e2e8f0;--logo-grey: #a6a6a6;--peach-tint: #fbe6d8;--peach: #d9793f;--terracotta-tint: #f5ded1;--terracotta: #b5562f;--rose-tint: #fbe3e8;--rose: #c04870;--sand-tint: #f6ecd9;--sand: #a97d2f;--max-site: 1080px;--max-prose: 700px;--font-head: "Manrope", system-ui, sans-serif;--font-body: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:1.0625rem;line-height:1.75;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-head);line-height:1.25;color:var(--ink-strong);letter-spacing:-.015em}h1{font-size:clamp(1.9rem,4vw,2.6rem);font-weight:800}h2{font-size:clamp(1.4rem,3vw,1.75rem);font-weight:700}h3{font-size:1.2rem;font-weight:700}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-dark);text-decoration:underline}img{max-width:100%;height:auto;border-radius:12px}.container{max-width:var(--max-site);margin:0 auto;padding:0 1.25rem}.prose{max-width:var(--max-prose);margin:0 auto}.prose p,.prose ul,.prose ol{margin:1.1em 0}.prose h2{margin-top:2.2em;clear:both}.prose h3{margin-top:1.8em}.prose blockquote{margin:1.5em 0;padding:.25em 1.25em;border-left:3px solid var(--accent);color:var(--ink-soft);background:var(--accent-tint);border-radius:0 10px 10px 0}.prose code{background:var(--bg-soft);padding:.15em .4em;border-radius:6px;font-size:.9em}.prose table{width:100%;border-collapse:collapse;font-size:.95rem}.prose th,.prose td{border:1px solid var(--border);padding:.5em .75em;text-align:left}.prose th{background:var(--bg-soft)}.site-header{border-bottom:1px solid var(--border);background:#f4f6f8eb;backdrop-filter:blur(6px);position:sticky;top:0;z-index:50}.site-header .inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.25rem}.logo{font-family:var(--font-head);font-weight:800;font-size:1.15rem;color:var(--ink-strong)}.logo:hover{text-decoration:none;color:var(--accent)}.logo .tld{color:var(--logo-grey)}.site-nav{display:flex;gap:1.4rem;flex-wrap:wrap}.site-nav a{color:var(--ink-strong);font-weight:600;font-size:.95rem}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--accent);text-decoration:none}.site-footer{border-top:1px solid var(--border);margin-top:5rem;padding:2.5rem 0 3rem;color:var(--ink-soft);font-size:.92rem}.site-footer .inner{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-footer a{color:var(--ink-soft)}.site-footer a:hover{color:var(--accent)}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.75rem}.post-card{display:flex;flex-direction:column;gap:.5rem}.post-card .thumb{aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,var(--accent-tint),var(--amber-tint))}.post-card .thumb img{width:100%;height:100%;object-fit:cover;border-radius:0}.post-card h3{margin:.4rem 0 0}.post-card h3 a{color:var(--ink-strong)}.post-card h3 a:hover{color:var(--accent);text-decoration:none}.post-card p{margin:.25rem 0 0;color:var(--ink-soft);font-size:.95rem}.meta{display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:var(--ink-soft);flex-wrap:wrap}.chip{display:inline-block;background:var(--accent-tint);color:var(--accent-dark);border-radius:999px;padding:.1rem .7rem;font-size:.78rem;font-weight:600}.chip:hover{text-decoration:none;background:var(--accent);color:#fff}.chip.amber{background:var(--amber-tint);color:var(--amber)}.btn{display:inline-block;background:var(--accent);color:#fff;font-family:var(--font-head);font-weight:700;padding:.65rem 1.4rem;border-radius:999px;border:none;font-size:1rem;cursor:pointer}.btn:hover{background:var(--accent-dark);color:#fff;text-decoration:none}input[type=text],input[type=email],input[type=tel],textarea{width:100%;padding:.65rem .9rem;border:1px solid var(--border);border-radius:10px;background:#fff;font:inherit;color:var(--ink)}input:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}label{font-weight:600;font-size:.95rem}.field{margin-bottom:1.1rem}.field .hint{font-weight:400;color:var(--ink-soft)}.newsletter{background:var(--bg-soft);border:1px solid var(--border);border-radius:16px;padding:1.75rem;max-width:var(--max-prose);margin:3rem auto 0}.newsletter h3{margin:0 0 .4rem}.newsletter p{margin:0 0 1rem;color:var(--ink-soft);font-size:.97rem}.newsletter form{display:flex;gap:.6rem;flex-wrap:wrap}.newsletter input[type=email]{flex:1 1 220px}.video-embed{aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;margin:2rem 0}.video-embed iframe{width:100%;height:100%;border:0}.float-rechts{float:right;width:326px;max-width:100%;margin:.25rem 0 1rem 1.5rem}.float-rechts figcaption{margin-top:.4rem;font-size:.82rem;color:var(--ink-soft)}@media(max-width:640px){.float-rechts{float:none;width:100%;max-width:326px;margin:1.5rem auto}}#cusdis_thread iframe{width:100%;height:420px;border:0}.pagination{display:flex;justify-content:center;gap:1rem;margin-top:3rem;font-weight:600}.hero{padding:4rem 0 2.5rem;max-width:720px}.hero h1{margin:0 0 .75rem}.hero p{font-size:1.15rem;color:var(--ink-soft);margin:0}.section-title{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:3rem 0 1.5rem}.section-title h2{margin:0}.section-title a{font-size:.95rem;font-weight:600}.country-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0;padding:0;list-style:none}.country-chips li{background:#fff;border:1px solid var(--border);border-radius:999px;padding:.2rem .8rem;font-size:.88rem}@media(max-width:640px){.hero{padding:2.5rem 0 1.5rem}body{font-size:1rem}}.service-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin:2rem 0 3rem}.service-card{border-radius:16px;padding:1.75rem}.service-card h3{margin:0 0 .6rem}.service-card p{margin:.5rem 0 0;color:var(--ink);font-size:.97rem}.service-card{display:flex;flex-direction:column;color:var(--ink);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.service-card:hover{text-decoration:none;color:var(--ink);transform:translateY(-3px);box-shadow:0 8px 20px #1a202c14}.service-icon{width:34px;height:34px;margin-bottom:.85rem}.service-icon svg{width:100%;height:100%;border-radius:0}.service-card.yellow .service-icon{color:var(--amber)}.service-card.coral .service-icon{color:var(--accent-dark)}.service-card.peach .service-icon{color:var(--peach)}.service-card.terracotta .service-icon{color:var(--terracotta)}.service-card.rose .service-icon{color:var(--rose)}.service-card.sand .service-icon{color:var(--sand)}.service-card .tagline{font-weight:700;margin:.15rem 0 0}.service-card.yellow .tagline{color:var(--amber)}.service-card.coral .tagline{color:var(--accent-dark)}.service-card.peach .tagline{color:var(--peach)}.service-card.terracotta .tagline{color:var(--terracotta)}.service-card.rose .tagline{color:var(--rose)}.service-card.sand .tagline{color:var(--sand)}.service-card .tags{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.3rem;font-size:.88rem;color:var(--ink-soft)}.service-card .tags li:before{content:"✓";margin-right:.5rem;font-weight:700}.service-card .card-link{margin-top:1.1rem;font-weight:600;font-size:.9rem}.service-card.yellow .card-link{color:var(--amber)}.service-card.coral .card-link{color:var(--accent-dark)}.service-card.peach .card-link{color:var(--peach)}.service-card.terracotta .card-link{color:var(--terracotta)}.service-card.rose .card-link{color:var(--rose)}.service-card.sand .card-link{color:var(--sand)}.service-card.yellow{background:var(--amber-tint)}.service-card.yellow h3{color:var(--amber)}.service-card.coral{background:var(--accent-tint)}.service-card.coral h3{color:var(--accent-dark)}.service-card.peach{background:var(--peach-tint)}.service-card.peach h3{color:var(--peach)}.service-card.terracotta{background:var(--terracotta-tint)}.service-card.terracotta h3{color:var(--terracotta)}.service-card.rose{background:var(--rose-tint)}.service-card.rose h3{color:var(--rose)}.service-card.sand{background:var(--sand-tint)}.service-card.sand h3{color:var(--sand)}.logo-strip{margin:2.5rem 0 1rem}.logo-strip .label{font-size:.82rem;font-weight:600;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.logo-strip .logos{display:flex;align-items:center;flex-wrap:wrap;gap:2.25rem}.logo-strip .logos img{height:28px;width:auto;max-width:140px;object-fit:contain;filter:grayscale(100%);opacity:.6;border-radius:0}.social-links{display:flex;gap:.75rem;margin:1.5rem 0}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--accent-tint);color:var(--accent-dark);transition:background .15s ease,color .15s ease}.social-links a:hover{background:var(--accent);color:#fff;text-decoration:none}.social-links svg{width:20px;height:20px;border-radius:0}.book-cover{max-width:220px;margin:.25rem 0 1.5rem 1.5rem;float:right}@media(max-width:640px){.book-cover{float:none;margin:1.5rem auto;display:block}}.service-card .client-logos{display:flex;align-items:center;flex-wrap:wrap;gap:.9rem;margin-top:1.1rem;padding-top:1rem;border-top:1px solid rgba(26,32,44,.08)}.service-card .client-logos img{height:34px;width:auto;max-width:110px;object-fit:contain;border-radius:0}.service-card .client-logos img.logo-tall{height:48px}.service-card .client-logos img.logo-narrow{max-width:62px}.logo .highlight{color:var(--accent)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.4rem;width:40px;height:40px;flex-direction:column;justify-content:center;align-items:center;gap:5px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--ink-strong);border-radius:2px}@media(max-width:720px){.nav-toggle{display:flex}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg);flex-direction:column;padding:1rem 1.25rem;box-shadow:0 8px 16px #1a202c14;z-index:20}.site-nav.is-open{display:flex}.site-nav a{padding:.7rem 0}.site-header .inner{position:relative;flex-wrap:wrap}}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:1.5rem 0 3rem}.testimonial{margin:0;padding:1.75rem;background:var(--bg-soft);border:1px solid var(--border);border-radius:16px}.testimonial p{margin:0 0 1rem;font-size:1.05rem;line-height:1.6;color:var(--ink)}.testimonial p:before{content:"“"}.testimonial p:after{content:"”"}.testimonial footer{font-size:.9rem;font-weight:600;color:var(--ink-soft)}
