:root{
  --ink:#163443;
  --muted:#5f7680;
  --blue:#159bc8;
  --blue-dark:#0879a6;
  --blue-deep:#075b7a;
  --sky:#dff4fb;
  --sky-2:#edf9fc;
  --aqua:#dff6f0;
  --sand:#fff1df;
  --peach:#ffe4d8;
  --yellow:#fff3bf;
  --coral:#f47b5b;
  --green:#23b994;
  --line:rgba(22,52,67,.12);
  --shadow:0 16px 40px rgba(12,88,117,.10);
  --radius:26px;
  --radius-sm:18px;
  --max:1180px;
  --head:"Poppins",Arial,sans-serif;
  --body:"Nunito Sans",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#edf8fb;color:var(--ink);font-family:var(--body);font-size:17px;line-height:1.72;overflow-x:hidden}
img{display:block;width:100%;max-width:100%;height:auto}
a{color:inherit}
.skip-link{position:fixed;left:12px;top:-70px;background:#fff;padding:10px 14px;border-radius:10px;z-index:9999}.skip-link:focus{top:12px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1280px;margin:12px auto 0;padding:12px 20px;background:rgba(239,249,252,.95);border:1px solid rgba(14,129,169,.10);border-radius:22px;box-shadow:0 8px 28px rgba(5,85,112,.08);backdrop-filter:blur(12px)}
.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;min-width:235px}.logo-sun{width:42px;height:42px;border-radius:50%;background:var(--coral);position:relative;box-shadow:inset 0 0 0 6px rgba(255,255,255,.25)}.logo-sun::after{content:"";position:absolute;width:14px;height:7px;border-radius:50% 50% 0 0;background:#fff;left:14px;top:19px}.logo-copy{display:flex;flex-direction:column;line-height:1}.logo-copy strong{font-family:var(--head);font-size:1.12rem;letter-spacing:.035em;color:var(--blue-deep)}.logo-copy span{font-size:.69rem;letter-spacing:.17em;text-transform:uppercase;color:var(--coral);margin-top:5px;font-weight:800}
.main-nav{display:flex;align-items:center;gap:7px}.main-nav a{font-family:var(--head);font-size:.82rem;font-weight:600;text-decoration:none;padding:10px 12px;border-radius:11px;transition:.2s}.main-nav a:hover,.main-nav a.active{background:#d7f2f9;color:var(--blue-deep)}.main-nav a:last-child{background:var(--coral);color:#fff;padding-inline:18px;box-shadow:0 8px 18px rgba(244,123,91,.24)}.main-nav a:last-child:hover{background:#e76748;color:#fff}.menu-toggle{display:none;border:0;background:#d9f3fa;border-radius:12px;width:44px;height:44px;padding:10px}.menu-toggle span:not(.sr-only){display:block;height:2px;background:var(--blue-deep);margin:5px 0;border-radius:2px}
.home-hero{position:relative;max-width:1280px;height:600px;margin:18px auto 28px;padding:0 18px}.home-hero-media{position:relative;height:100%;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.home-hero-media::after{content:"";position:absolute;inset:0;border-radius:30px;background:linear-gradient(90deg,rgba(4,61,84,.38),rgba(4,61,84,.03) 62%);pointer-events:none}.hero-img{height:100%;object-fit:cover}.home-hero-copy{position:absolute;left:56px;bottom:18px;z-index:2;width:min(565px,calc(100% - 112px));padding:28px 32px;background:rgba(255,246,235,.95);border-radius:24px;box-shadow:0 20px 50px rgba(0,55,77,.18)}
.eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:9px;color:var(--coral);font-family:var(--head);font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.eyebrow::before{content:"☀";font-size:.9rem;letter-spacing:0}.home-hero h1,.subhero h1{font-family:var(--head);font-weight:700;color:var(--blue-deep);letter-spacing:-.03em;line-height:1.06;margin:0}.home-hero h1{font-size:clamp(2.5rem,4.6vw,4.15rem);max-width:13ch}.home-hero-copy>p{font-size:1.02rem;line-height:1.58;color:#314f5d;margin:16px 0 20px;max-width:54ch}.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:14px;padding:13px 20px;font-family:var(--head);font-size:.88rem;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--coral);color:#fff;box-shadow:0 9px 20px rgba(244,123,91,.24)}.button-primary:hover{background:#e76849}.button-small{background:var(--blue);color:#fff;padding:11px 16px}.text-link{display:inline-flex;align-items:center;gap:8px;font-family:var(--head);font-weight:700;text-decoration:none;color:var(--blue-dark)}.text-link:hover{color:var(--coral)}.hero-mini{margin-top:15px;color:#69808a;font-size:.76rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.subhero{max-width:1240px;margin:20px auto 26px;padding:18px;display:grid;grid-template-columns:.93fr 1.07fr;gap:18px;background:#dff4fb;border-radius:30px;box-shadow:var(--shadow)}.subhero-copy{display:flex;flex-direction:column;justify-content:center;padding:34px 34px 34px 38px;background:var(--sand);border-radius:24px}.subhero-media{min-height:390px;overflow:hidden;border-radius:24px}.subhero h1{font-size:clamp(2.3rem,4.5vw,3.85rem);max-width:15ch}.hero-intro{font-size:1.02rem;line-height:1.62;color:#3f5d69;margin:16px 0 0}.breadcrumbs{display:flex;flex-wrap:wrap;gap:7px;align-items:center;font-size:.76rem;color:#6c838d;margin-bottom:14px}.breadcrumbs a{text-decoration:none;color:var(--blue-dark)}
.page-shell{max-width:var(--max);margin:0 auto;padding:0 18px 78px}.fact-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0 0 22px}.fact-strip div{padding:20px 18px;background:var(--yellow);border-radius:18px;box-shadow:0 7px 22px rgba(80,105,70,.06)}.fact-strip div:nth-child(2){background:var(--sky)}.fact-strip div:nth-child(3){background:var(--peach)}.fact-strip div:nth-child(4){background:var(--aqua)}.fact-strip strong{display:block;font-family:var(--head);font-size:1.45rem;line-height:1.2;color:var(--blue-deep);margin-bottom:3px}.fact-strip span{font-size:.79rem;color:#5e7781}
.article-section,.editorial-pair,.split-note,.lead-grid,.affiliate-note,.provider-table,.faq-list,.gallery-intro{margin:22px 0}.article-section{max-width:none;background:#fff6e9;padding:30px 34px;border-radius:var(--radius)}.article-section:nth-of-type(3n+2){background:var(--sky)}.article-section:nth-of-type(3n){background:var(--aqua)}.article-section h2,.editorial-copy h2,.split-note h2,.lead-grid h2,.cta-panel h2,.gallery-intro h2{font-family:var(--head);font-weight:700;font-size:clamp(1.65rem,2.8vw,2.45rem);line-height:1.16;letter-spacing:-.025em;color:var(--blue-deep);margin:0 0 14px}.article-section h3,.editorial-copy h3{font-family:var(--head);color:var(--blue-deep);margin-top:24px}.article-section p,.editorial-copy p,.split-note p,.lead-grid p{margin:0 0 15px;color:#284855}.article-section p:last-child,.editorial-copy p:last-child,.split-note p:last-child{margin-bottom:0}.article-section a:not(.button),.editorial-copy a:not(.button){color:var(--blue-dark);font-weight:700}
.editorial-pair,.split-note{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch;padding:20px;background:var(--sky);border-radius:var(--radius)}.editorial-pair.reverse .editorial-copy{order:2}.editorial-pair img,.split-note img{height:100%;min-height:360px;object-fit:cover;border-radius:20px}.editorial-copy,.split-note>div:last-child{padding:18px 16px;align-self:center}.editorial-pair:nth-of-type(even){background:var(--peach)}.split-note{background:var(--aqua)}
.wide-image{margin:22px 0}.wide-image img{height:min(56vw,560px);object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.lead-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:22px;align-items:stretch}.lead-grid>div:first-child{background:var(--sky);padding:28px 32px;border-radius:var(--radius)}.quote-card{background:var(--blue);color:#fff;border-radius:var(--radius);padding:30px}.quote-card span{font-size:.72rem;text-transform:uppercase;letter-spacing:.13em;color:#ffe2d5;font-weight:800}.quote-card strong{display:block;font-family:var(--head);font-size:1.55rem;line-height:1.25;margin:10px 0}.quote-card p{color:rgba(255,255,255,.9);margin:0}
.cta-panel{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,var(--blue),#42b8d7);color:#fff;border-radius:var(--radius);padding:30px 34px;margin:24px 0;box-shadow:var(--shadow)}.cta-panel .eyebrow{color:#ffe1d5}.cta-panel h2{color:#fff;margin-bottom:6px}.cta-panel p{margin:0;color:rgba(255,255,255,.92);max-width:62ch}.cta-panel .button-primary{background:var(--coral);white-space:nowrap}.source-note{font-size:.78rem;color:#617781;background:rgba(255,255,255,.45);padding:13px 16px;border-radius:12px;margin:16px 0 22px;border:1px solid var(--line)}
.provider-table{overflow:hidden;background:var(--sky);border-radius:var(--radius);border:1px solid rgba(16,120,154,.10)}.provider-row{display:grid;grid-template-columns:170px 1fr 190px;gap:18px;align-items:center;padding:19px 22px;border-bottom:1px solid rgba(18,91,116,.10)}.provider-row:last-child{border-bottom:0}.provider-head{background:#ccecf5;font-family:var(--head);font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.affiliate-note{border-left:5px solid var(--coral);background:var(--sand);padding:20px 24px;border-radius:0 18px 18px 0}.affiliate-note p{margin:5px 0 0}.related{display:grid;grid-template-columns:auto repeat(3,1fr);gap:10px;margin:22px 0}.related>span{display:flex;align-items:center;padding:13px 16px;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#607b87}.related a{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:14px 16px;background:var(--sky);border-radius:14px;text-decoration:none;font-weight:800;color:var(--blue-deep)}.related a:nth-of-type(2){background:var(--aqua)}.related a:nth-of-type(3){background:var(--peach)}
.masonry{columns:3 280px;column-gap:14px;margin:20px 0 28px}.masonry figure{break-inside:avoid;margin:0 0 14px;background:var(--sand);border-radius:18px;overflow:hidden}.masonry img{width:100%}.masonry figcaption{font-size:.76rem;color:#607984;padding:10px 12px}.gallery-intro{max-width:none;background:var(--sky);padding:28px 32px;border-radius:var(--radius)}.gallery-intro p{color:#34515e;margin-bottom:0}.faq-list{max-width:none;background:var(--sand);padding:10px 28px;border-radius:var(--radius)}.faq-list details{border-bottom:1px solid rgba(22,52,67,.11)}.faq-list details:last-child{border-bottom:0}.faq-list summary{cursor:pointer;font-family:var(--head);font-size:1.04rem;font-weight:700;color:var(--blue-deep);padding:18px 38px 18px 0;position:relative;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";position:absolute;right:3px;color:var(--coral);font-size:1.35rem}.faq-list details[open] summary::after{content:"–"}.faq-list details p{margin:0 0 18px;color:#355460}.contact-page{max-width:900px;margin:42px auto 20px}.contact-intro{background:var(--sand);padding:36px 40px;border-radius:var(--radius);box-shadow:var(--shadow)}.contact-intro .eyebrow{margin-bottom:10px}.contact-intro h1{font-family:var(--head);font-weight:700;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.08;letter-spacing:-.03em;color:var(--blue-deep);margin:0 0 16px}.contact-intro>p{margin:0;color:#355460;font-size:1.04rem;max-width:68ch}.contact-section{background:var(--sky);padding:30px 34px;border-radius:var(--radius);margin:20px 0}.contact-section:nth-of-type(3){background:var(--aqua)}.contact-section h2{font-family:var(--head);font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.18;color:var(--blue-deep);margin:0 0 12px}.contact-section p{margin:0 0 14px;color:#355460}.contact-section p:last-child{margin-bottom:0}.contact-warning{display:flex;gap:14px;align-items:flex-start;background:var(--peach);padding:20px 22px;border-radius:18px;margin-top:18px}.contact-warning strong{display:block;color:var(--blue-deep);font-family:var(--head);margin-bottom:2px}.contact-warning p{margin:0;font-size:.94rem}.contact-warning-icon{flex:0 0 34px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--coral);color:#fff;font-weight:800}.contact-mail{display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--blue);color:#fff;padding:26px 30px;border-radius:var(--radius);margin:20px 0}.contact-mail span{display:block;font-size:.74rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#d8f5ff;margin-bottom:5px}.contact-mail a{font-family:var(--head);font-size:clamp(1.25rem,3vw,2rem);font-weight:700;text-decoration:none;color:#fff}.contact-mail a:hover{text-decoration:underline}.contact-mail .button{background:var(--coral);white-space:nowrap}.contact-note{font-size:.84rem;color:#607984;margin:16px 2px 0}
.site-footer{background:var(--blue-deep);color:#eefaff;padding:52px 24px 24px;border-radius:34px 34px 0 0;margin-top:12px}.footer-top{max-width:var(--max);margin:auto;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:34px}.footer-top>div{display:flex;flex-direction:column;gap:7px}.footer-top strong{font-family:var(--head);color:#ffd7ca;font-size:.75rem;text-transform:uppercase;letter-spacing:.11em;margin-bottom:4px}.footer-top a{text-decoration:none;font-size:.88rem;color:rgba(255,255,255,.86)}.footer-brand{min-width:0;color:#fff}.footer-brand .logo-copy strong{color:#fff}.footer-brand .logo-copy span{color:#ffd0c0}.footer-top p{font-size:.82rem;line-height:1.55;color:rgba(255,255,255,.66);max-width:34ch}.footer-bottom{max-width:var(--max);margin:35px auto 0;padding-top:17px;border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;gap:18px;color:rgba(255,255,255,.58);font-size:.72rem}.mobile-book{display:none}.fade-in{opacity:0;transform:translateY(10px);transition:opacity .45s ease,transform .45s ease}.fade-in.visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fade-in{opacity:1;transform:none;transition:none}.button{transition:none}}
@media(max-width:980px){.site-header{margin:8px 10px 0;border-radius:18px;padding:10px 12px}.brand{min-width:0}.logo-copy strong{font-size:1rem}.logo-copy span{font-size:.61rem}.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:66px;left:10px;right:10px;flex-direction:column;align-items:stretch;gap:3px;padding:12px;background:#eef9fc;border-radius:16px;box-shadow:0 16px 34px rgba(6,68,91,.18)}.main-nav.open{display:flex}.main-nav a{padding:11px 13px}.main-nav a:last-child{border-radius:11px}.home-hero{height:auto;margin:12px auto 20px;padding:0 12px}.home-hero-media{height:460px;border-radius:24px}.home-hero-media::after{inset:0;border-radius:24px;background:linear-gradient(0deg,rgba(2,55,74,.28),rgba(2,55,74,0) 55%)}.home-hero-copy{position:relative;left:auto;bottom:auto;width:calc(100% - 24px);margin:-66px 12px 0;padding:24px 25px;border-radius:20px}.home-hero h1{font-size:2.75rem;max-width:none}.subhero{grid-template-columns:1fr;margin:14px 12px 20px;padding:12px;border-radius:24px}.subhero-copy{order:2;padding:26px 24px;border-radius:18px}.subhero-media{min-height:340px;max-height:470px;border-radius:18px}.subhero h1{font-size:2.6rem;max-width:none}.page-shell{padding:0 12px 90px}.fact-strip{grid-template-columns:1fr 1fr}.editorial-pair,.split-note,.lead-grid{grid-template-columns:1fr}.editorial-pair.reverse .editorial-copy{order:0}.editorial-pair img,.split-note img{min-height:300px;max-height:430px}.provider-row{grid-template-columns:1fr;gap:8px}.provider-head{display:none}.provider-row .button{justify-self:start}.cta-panel{align-items:flex-start;flex-direction:column}.related{grid-template-columns:1fr}.related>span{padding-left:4px}.footer-top{grid-template-columns:1fr 1fr}.footer-top>div:first-child{grid-column:1/-1}.mobile-book{display:flex;position:fixed;z-index:80;left:12px;right:12px;bottom:10px;background:var(--coral);color:#fff;border-radius:14px;padding:14px 18px;justify-content:space-between;text-decoration:none;font-family:var(--head);font-size:.9rem;font-weight:800;box-shadow:0 12px 32px rgba(91,52,35,.26)}body{padding-bottom:70px}}
@media(max-width:600px){body{font-size:16px;line-height:1.67}.site-header{min-height:64px}.logo-sun{width:36px;height:36px}.logo-sun::after{left:11px;top:17px}.home-hero-media{height:340px}.home-hero-copy{margin-top:-42px;padding:21px 20px}.home-hero h1{font-size:2.15rem;line-height:1.1}.home-hero-copy>p{font-size:.97rem}.hero-actions{align-items:stretch;flex-direction:column;gap:10px}.button{width:100%}.hero-mini{font-size:.68rem}.subhero-media{min-height:270px}.subhero-copy{padding:22px 19px}.subhero h1{font-size:2.05rem}.hero-intro{font-size:.97rem}.fact-strip{grid-template-columns:1fr 1fr;gap:8px}.fact-strip div{padding:15px 13px}.fact-strip strong{font-size:1.2rem}.article-section{padding:22px 20px;border-radius:20px}.article-section h2,.editorial-copy h2,.split-note h2,.cta-panel h2,.lead-grid h2,.gallery-intro h2{font-size:1.62rem}.editorial-pair,.split-note{padding:12px;border-radius:20px}.editorial-copy,.split-note>div:last-child{padding:12px 8px}.editorial-pair img,.split-note img{min-height:240px;border-radius:15px}.wide-image img{height:72vw;border-radius:20px}.cta-panel{padding:24px 20px;border-radius:20px}.gallery-intro{padding:22px 20px;border-radius:20px}.faq-list{padding:6px 18px;border-radius:20px}.masonry{columns:2 140px;column-gap:10px}.masonry figure{margin-bottom:10px;border-radius:14px}.masonry figcaption{display:none}.footer-top{grid-template-columns:1fr}.footer-top>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.site-footer{padding:42px 20px 24px}.contact-page{margin-top:24px}.contact-intro{padding:25px 21px;border-radius:20px}.contact-intro h1{font-size:2.05rem}.contact-section{padding:23px 20px;border-radius:20px}.contact-warning{padding:18px 16px}.contact-mail{align-items:flex-start;flex-direction:column;padding:23px 20px;border-radius:20px}.contact-mail .button{width:100%}.source-note{font-size:.73rem}}

/* Contactpagina – blokkenlayout zoals Malaga.tips */
.contact-shell{padding-top:28px}
.contact-blocks{max-width:1040px;margin:24px auto 24px;display:grid;gap:18px}
.contact-card{border-radius:26px;padding:30px 34px;border:1px solid rgba(22,52,67,.07);box-shadow:0 10px 28px rgba(12,88,117,.07)}
.contact-card-intro{background:#fff5e8;padding:38px 42px}
.contact-card-intro h1{font-family:var(--head);font-size:clamp(2.35rem,4.5vw,4.1rem);line-height:1.06;letter-spacing:-.04em;color:var(--blue-deep);margin:0 0 14px;max-width:16ch}
.contact-card-intro p{font-size:1.08rem;line-height:1.65;color:#355460;margin:0;max-width:72ch}
.contact-card-blue,.contact-card-sand,.contact-card-peach{display:grid;grid-template-columns:54px 1fr;gap:22px;align-items:start}
.contact-card-blue{background:#dff4fb}
.contact-card-sand{background:#fff0d8}
.contact-card-peach{background:#ffe4d8}
.contact-card h2{font-family:var(--head);font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.18;color:var(--blue-deep);margin:0 0 10px}
.contact-card p{margin:0;color:#355460}
.contact-card-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#fff;color:var(--blue-deep);font-family:var(--head);font-size:1.25rem;font-weight:800;box-shadow:0 7px 18px rgba(8,90,120,.08)}
.contact-card-icon-alert{background:var(--coral);color:#fff}
.contact-card-mail{background:linear-gradient(135deg,#0f95c3,#46bdd8);color:#fff;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:34px 38px}
.contact-card-mail h2{color:#fff;margin:2px 0 8px}
.contact-card-mail p{color:rgba(255,255,255,.92)}
.contact-label{display:block;font-family:var(--head);font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#d9f7ff;margin-bottom:4px}
.contact-address{display:inline-block;font-family:var(--head);font-size:clamp(1.35rem,3vw,2.15rem);font-weight:800;color:#fff;text-decoration:none;margin:10px 0 8px}
.contact-address:hover{text-decoration:underline}
.contact-small{font-size:.88rem!important;color:rgba(255,255,255,.8)!important}
.contact-button{background:var(--coral);color:#fff;white-space:nowrap;text-decoration:none;padding:14px 20px;border-radius:14px;font-family:var(--head);font-weight:800;box-shadow:0 10px 22px rgba(80,54,41,.18)}
.contact-button:hover{background:#e76748}
.contact-blocks .contact-note{text-align:center;margin:3px 0 0;font-size:.82rem;color:#607984}

@media(max-width:700px){
  .contact-shell{padding-top:14px}
  .contact-blocks{gap:13px;margin-top:12px}
  .contact-card{border-radius:20px;padding:23px 20px}
  .contact-card-intro{padding:26px 22px}
  .contact-card-intro h1{font-size:2.12rem;max-width:none}
  .contact-card-intro p{font-size:.98rem}
  .contact-card-blue,.contact-card-sand,.contact-card-peach{grid-template-columns:42px 1fr;gap:14px}
  .contact-card-icon{width:40px;height:40px;border-radius:13px;font-size:1rem}
  .contact-card h2{font-size:1.42rem}
  .contact-card-mail{grid-template-columns:1fr;padding:26px 22px;gap:20px}
  .contact-button{width:100%;display:flex;justify-content:center}
}
