/*
Theme Name: Huurbaasje
Theme URI: https://www.huurbaasje.nl/
Author: Huurbaasje
Description: Snel en toegankelijk woningplatform voor de Huurbaasje Daisycon Woningimport-plugin.
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: huurbaasje
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root{--hb-bg:#f4f7fb;--hb-surface:#fff;--hb-surface-soft:#eef4fb;--hb-ink:#10243e;--hb-muted:#607086;--hb-brand:#175cd3;--hb-brand-dark:#0d3f98;--hb-accent:#ff7a59;--hb-success:#15803d;--hb-warning:#b45309;--hb-border:#dce4ee;--hb-shadow:0 18px 45px rgba(16,36,62,.09);--hb-shadow-sm:0 8px 24px rgba(16,36,62,.08);--hb-radius:22px;--hb-radius-sm:14px;--hb-container:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--hb-bg);color:var(--hb-ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;text-rendering:optimizeLegibility}body.nav-open{overflow:hidden}img{max-width:100%;height:auto}a{color:var(--hb-brand);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--hb-brand-dark)}button,input,select,textarea{font:inherit}button{cursor:pointer}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;overflow:hidden;white-space:nowrap}.screen-reader-text:focus{clip:auto!important;clip-path:none;background:#fff;color:#000;display:block;height:auto;width:auto;left:12px;top:12px;padding:12px 16px;z-index:100000;border-radius:8px}.hb-container{width:min(calc(100% - 40px),var(--hb-container));margin-inline:auto}.site-main{min-height:58vh}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:saturate(150%) blur(16px);border-bottom:1px solid rgba(220,228,238,.85)}.admin-bar .site-header{top:32px}.site-header__inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:32px}.site-branding{display:flex;align-items:center;gap:11px;min-width:max-content}.custom-logo-link{display:flex;align-items:center}.custom-logo{max-height:48px;width:auto}.site-branding__link{display:flex;align-items:center;gap:11px;color:var(--hb-ink);font-size:21px;font-weight:850;letter-spacing:-.035em;text-decoration:none}.site-branding__mark{width:40px;height:40px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--hb-brand),#4d8df0);border-radius:13px;box-shadow:0 8px 18px rgba(23,92,211,.23)}.site-branding__mark svg{width:24px;height:24px}.site-nav{display:flex;align-items:center;gap:28px}.site-nav ul{display:flex;align-items:center;gap:26px;list-style:none;margin:0;padding:0}.site-nav a{color:var(--hb-ink);font-size:15px;font-weight:700;text-decoration:none}.site-nav a:hover,.site-nav .current-menu-item>a{color:var(--hb-brand)}.site-header__cta{display:inline-flex!important;align-items:center;justify-content:center;min-height:42px;padding:9px 17px;border-radius:999px;color:#fff!important;background:var(--hb-brand);box-shadow:0 8px 20px rgba(23,92,211,.18)}.site-header__cta:hover{background:var(--hb-brand-dark)}.nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--hb-border);border-radius:12px;background:#fff;align-items:center;justify-content:center}.nav-toggle span,.nav-toggle:before,.nav-toggle:after{content:"";display:block;position:absolute;width:20px;height:2px;background:var(--hb-ink);transition:.2s}.nav-toggle span{transform:translateY(0)}.nav-toggle:before{transform:translateY(-6px)}.nav-toggle:after{transform:translateY(6px)}.nav-toggle[aria-expanded=true] span{opacity:0}.nav-toggle[aria-expanded=true]:before{transform:rotate(45deg)}.nav-toggle[aria-expanded=true]:after{transform:rotate(-45deg)}
.hb-button,.wp-block-button__link,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:12px 20px;border:0;border-radius:12px;background:var(--hb-brand);color:#fff;font-weight:800;text-decoration:none;box-shadow:0 10px 22px rgba(23,92,211,.2);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.hb-button:hover,.wp-block-button__link:hover,input[type=submit]:hover{color:#fff;background:var(--hb-brand-dark);transform:translateY(-1px);box-shadow:0 13px 28px rgba(23,92,211,.24)}.hb-button--light{background:#fff;color:var(--hb-brand);box-shadow:none}.hb-button--light:hover{background:#eef4ff;color:var(--hb-brand-dark)}.hb-button--ghost{background:transparent;color:var(--hb-brand);border:1px solid var(--hb-border);box-shadow:none}.hb-button--ghost:hover{background:#fff;color:var(--hb-brand-dark);box-shadow:var(--hb-shadow-sm)}.hb-button--full{width:100%}.hb-button svg{width:18px;height:18px}.hb-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;color:var(--hb-brand);font-size:13px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.hb-kicker:before{content:"";width:24px;height:2px;background:var(--hb-accent);border-radius:2px}.hb-section{padding:84px 0}.hb-section--white{background:#fff}.hb-section--soft{background:var(--hb-surface-soft)}.hb-section__head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.hb-section__head h2{max-width:700px;margin:0;font-size:clamp(30px,4vw,46px);line-height:1.1;letter-spacing:-.045em}.hb-section__head p{max-width:590px;margin:10px 0 0;color:var(--hb-muted)}.hb-text-link{font-weight:800;text-decoration:none;white-space:nowrap}.hb-text-link:after{content:" →"}.hb-empty{padding:34px;border:1px dashed #b8c6d8;background:#fff;border-radius:var(--hb-radius-sm);color:var(--hb-muted);text-align:center}
.hb-hero{position:relative;overflow:hidden;padding:92px 0 74px;background:linear-gradient(130deg,#0f2d52 0%,#154a87 58%,#175cd3 100%);color:#fff}.hb-hero:before{content:"";position:absolute;inset:-25% -10% auto 55%;height:580px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.21),rgba(255,255,255,0) 68%)}.hb-hero:after{content:"";position:absolute;right:-80px;bottom:-180px;width:470px;height:470px;border:70px solid rgba(255,255,255,.055);border-radius:50%}.hb-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:70px;align-items:center}.hb-hero h1{max-width:760px;margin:0 0 22px;color:#fff;font-size:clamp(43px,6vw,72px);line-height:1.01;letter-spacing:-.055em}.hb-hero h1 span{color:#a8ccff}.hb-hero__lead{max-width:650px;margin:0 0 30px;color:#dceaff;font-size:clamp(18px,2vw,21px)}.hb-hero__trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px;color:#dceaff;font-size:14px}.hb-hero__trust span{display:flex;align-items:center;gap:7px}.hb-hero__trust svg{width:17px;height:17px;color:#75e0a7}.hb-search-panel{position:relative;padding:28px;background:#fff;color:var(--hb-ink);border-radius:28px;box-shadow:0 30px 70px rgba(4,20,43,.28)}.hb-search-panel h2{margin:0 0 7px;font-size:24px;letter-spacing:-.03em}.hb-search-panel>p{margin:0 0 20px;color:var(--hb-muted)}.hb-location-form{display:grid;gap:12px}.hb-location-form label{font-size:13px;font-weight:800}.hb-location-form select,.hb-filter select,.hb-filter input{width:100%;min-height:52px;border:1px solid var(--hb-border);border-radius:12px;background:#fff;color:var(--hb-ink);padding:10px 13px;outline:none}.hb-location-form select:focus,.hb-filter select:focus,.hb-filter input:focus{border-color:var(--hb-brand);box-shadow:0 0 0 3px rgba(23,92,211,.12)}.hb-search-panel__popular{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.hb-search-panel__popular a{padding:6px 10px;border-radius:999px;background:#eef4ff;color:var(--hb-brand);font-size:12px;font-weight:750;text-decoration:none}.hb-hero__stats{display:flex;gap:36px;margin-top:34px}.hb-hero__stat strong{display:block;font-size:27px;line-height:1.1}.hb-hero__stat span{color:#bed6f6;font-size:13px}
.hb-property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.hb-property-card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:100%;background:#fff;border:1px solid var(--hb-border);border-radius:var(--hb-radius);box-shadow:0 4px 16px rgba(16,36,62,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hb-property-card:hover{transform:translateY(-4px);box-shadow:var(--hb-shadow);border-color:#c2d0e1}.hb-property-card__image{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(145deg,#dbe8f7,#edf3fa)}.hb-property-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.hb-property-card:hover .hb-property-card__image img{transform:scale(1.035)}.hb-property-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:#7890ae}.hb-property-card__placeholder svg{width:54px;height:54px}.hb-property-card__status{position:absolute;top:14px;left:14px;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.93);color:var(--hb-success);font-size:12px;font-weight:850;box-shadow:0 6px 18px rgba(16,36,62,.14)}.hb-property-card__status:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.hb-property-card__body{display:flex;flex-direction:column;flex:1;padding:20px}.hb-property-card__location{display:flex;align-items:center;gap:6px;margin-bottom:7px;color:var(--hb-muted);font-size:13px;font-weight:700}.hb-property-card__location svg{width:15px;height:15px}.hb-property-card h3{margin:0 0 11px;font-size:21px;line-height:1.25;letter-spacing:-.025em}.hb-property-card h3 a{color:var(--hb-ink);text-decoration:none}.hb-property-card__features{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 18px;padding:0;list-style:none}.hb-property-card__features li{padding:5px 8px;background:#f4f7fb;border-radius:8px;color:#4f6075;font-size:12px;font-weight:700}.hb-property-card__footer{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid #edf1f6}.hb-property-card__price{font-size:20px;font-weight:900;letter-spacing:-.025em}.hb-property-card__arrow{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#eef4ff;color:var(--hb-brand)}.hb-property-card__arrow svg{width:18px;height:18px}
.hb-how{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.hb-how__item{position:relative;padding:28px;background:#fff;border:1px solid var(--hb-border);border-radius:var(--hb-radius-sm)}.hb-how__number{width:42px;height:42px;display:grid;place-items:center;margin-bottom:18px;border-radius:12px;background:#e8f1ff;color:var(--hb-brand);font-weight:900}.hb-how__item h3{margin:0 0 8px;font-size:20px}.hb-how__item p{margin:0;color:var(--hb-muted)}.hb-location-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.hb-location-tile{position:relative;min-height:148px;display:flex;flex-direction:column;justify-content:flex-end;padding:21px;overflow:hidden;border-radius:18px;background:linear-gradient(140deg,#153e6f,#2169c7);color:#fff;text-decoration:none;box-shadow:var(--hb-shadow-sm)}.hb-location-tile:nth-child(3n+2){background:linear-gradient(140deg,#3d3b83,#6a64c9)}.hb-location-tile:nth-child(3n){background:linear-gradient(140deg,#145a64,#208c84)}.hb-location-tile:after{content:"";position:absolute;width:130px;height:130px;right:-45px;top:-45px;border:24px solid rgba(255,255,255,.08);border-radius:50%}.hb-location-tile:hover{color:#fff;transform:translateY(-2px)}.hb-location-tile strong{position:relative;z-index:1;font-size:21px}.hb-location-tile span{position:relative;z-index:1;color:rgba(255,255,255,.78);font-size:13px}.hb-disclosure{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start;max-width:880px;margin:0 auto;padding:21px 24px;border:1px solid #cddbee;border-radius:16px;background:#f7faff;color:#52647a}.hb-disclosure svg{width:25px;height:25px;color:var(--hb-brand)}.hb-disclosure p{margin:0}.hb-disclosure strong{color:var(--hb-ink)}
.hb-page-hero{padding:58px 0 44px;background:linear-gradient(180deg,#fff,#eef4fb);border-bottom:1px solid var(--hb-border)}.hb-breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:var(--hb-muted);font-size:13px}.hb-breadcrumbs a{color:var(--hb-muted);text-decoration:none}.hb-page-hero h1{margin:0 0 10px;font-size:clamp(36px,5vw,58px);line-height:1.08;letter-spacing:-.05em}.hb-page-hero p{max-width:710px;margin:0;color:var(--hb-muted);font-size:18px}.hb-listing{padding:44px 0 82px}.hb-filter{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:12px;align-items:end;margin-bottom:28px;padding:18px;background:#fff;border:1px solid var(--hb-border);border-radius:18px;box-shadow:var(--hb-shadow-sm)}.hb-filter label{display:grid;gap:5px;color:#4f6075;font-size:12px;font-weight:800}.hb-filter .hb-button{min-height:52px}.hb-results-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px;color:var(--hb-muted)}.hb-results-bar strong{color:var(--hb-ink)}.nav-links{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:40px}.page-numbers{min-width:42px;height:42px;display:grid;place-items:center;padding:0 12px;border-radius:10px;background:#fff;border:1px solid var(--hb-border);color:var(--hb-ink);font-weight:750;text-decoration:none}.page-numbers.current,.page-numbers:hover{background:var(--hb-brand);border-color:var(--hb-brand);color:#fff}
.hb-property{padding:38px 0 80px}.hb-property__top{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);gap:28px;align-items:start}.hb-gallery{display:grid;gap:10px}.hb-gallery__main{position:relative;overflow:hidden;aspect-ratio:16/10;border-radius:22px;background:#dce7f3}.hb-gallery__main img{width:100%;height:100%;object-fit:cover}.hb-gallery__badge{position:absolute;top:16px;left:16px;z-index:2;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--hb-success);font-size:12px;font-weight:850}.hb-gallery__badge.is-expired{color:var(--hb-warning)}.hb-gallery__thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.hb-gallery__thumb{padding:0;border:2px solid transparent;border-radius:11px;overflow:hidden;background:none;aspect-ratio:4/3}.hb-gallery__thumb.is-active,.hb-gallery__thumb:hover{border-color:var(--hb-brand)}.hb-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.hb-property__aside{position:sticky;top:104px;padding:26px;background:#fff;border:1px solid var(--hb-border);border-radius:22px;box-shadow:var(--hb-shadow)}.admin-bar .hb-property__aside{top:136px}.hb-property__aside .hb-kicker{margin-bottom:9px}.hb-property__aside h1{margin:0 0 12px;font-size:clamp(28px,3vw,39px);line-height:1.12;letter-spacing:-.045em}.hb-property__address{display:flex;gap:8px;align-items:flex-start;margin:0 0 20px;color:var(--hb-muted)}.hb-property__address svg{flex:0 0 auto;width:18px;height:18px;margin-top:4px}.hb-property__price{padding:18px 0;border-top:1px solid var(--hb-border);border-bottom:1px solid var(--hb-border);font-size:29px;font-weight:900;letter-spacing:-.035em}.hb-property__facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.hb-fact{padding:12px;background:#f5f8fc;border-radius:11px}.hb-fact span{display:block;color:var(--hb-muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.hb-fact strong{display:block;margin-top:2px;font-size:15px}.hb-property__cta-note{margin:12px 0 0;color:var(--hb-muted);font-size:12px;text-align:center}.hb-expired-notice{margin:0 0 16px;padding:14px;border-radius:12px;background:#fff7ed;color:#9a4510;font-size:14px;font-weight:700}.hb-property__content{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:42px;margin-top:46px}.hb-content-card{padding:30px;background:#fff;border:1px solid var(--hb-border);border-radius:20px}.hb-content-card h2{margin:0 0 18px;font-size:28px;letter-spacing:-.035em}.hb-content-card h3{margin-top:28px}.hb-content-card p:first-child{margin-top:0}.hb-content-card p:last-child{margin-bottom:0}.hb-details{display:grid;gap:1px;overflow:hidden;border:1px solid var(--hb-border);border-radius:15px;background:var(--hb-border)}.hb-details__row{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:12px 15px;background:#fff}.hb-details__row dt{color:var(--hb-muted)}.hb-details__row dd{margin:0;font-weight:750;text-align:right}.hb-related{padding-top:70px}.hb-related h2{font-size:34px;letter-spacing:-.04em}
.hb-content-page{padding:64px 0 84px}.hb-content-page__inner{max-width:820px;margin:auto;padding:36px;background:#fff;border:1px solid var(--hb-border);border-radius:22px}.hb-content-page h1{font-size:clamp(34px,5vw,56px);line-height:1.1;letter-spacing:-.05em}.hb-content-page .entry-content{font-size:17px}.hb-content-page .entry-content h2,.hb-content-page .entry-content h3{line-height:1.2;letter-spacing:-.025em}.hb-404{text-align:center;padding:110px 0}.hb-404__code{font-size:90px;font-weight:950;color:#cbd8e8;line-height:1}.hb-404 h1{font-size:40px;letter-spacing:-.04em}.hb-404 p{max-width:570px;margin:0 auto 24px;color:var(--hb-muted)}
.site-footer{padding:64px 0 28px;background:#0d2038;color:#c3d0df}.site-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:60px}.site-footer .site-branding__link{color:#fff}.site-footer p{max-width:440px;color:#9fb0c4}.site-footer h3{margin:0 0 14px;color:#fff;font-size:15px}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{margin:7px 0}.site-footer a{color:#c3d0df;text-decoration:none}.site-footer a:hover{color:#fff}.site-footer__bottom{display:flex;justify-content:space-between;gap:20px;margin-top:50px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:#8195aa;font-size:13px}.site-footer__bottom p{margin:0}.site-footer__legal{display:flex;gap:18px}
@media(max-width:1050px){.hb-hero__grid{grid-template-columns:1fr;gap:42px}.hb-hero__copy{max-width:810px}.hb-search-panel{max-width:650px}.hb-property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hb-location-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hb-filter{grid-template-columns:repeat(2,minmax(0,1fr))}.hb-filter .hb-button{align-self:end}.hb-property__top{grid-template-columns:1fr}.hb-property__aside{position:static}.hb-property__content{grid-template-columns:1fr}.site-footer__grid{grid-template-columns:1fr 1fr}.site-footer__about{grid-column:1/-1}}
@media(max-width:782px){.admin-bar .site-header{top:46px}.site-header__inner{height:68px}.nav-toggle{position:relative;display:flex}.site-nav{position:fixed;inset:68px 0 auto;display:none;align-items:stretch;padding:20px;background:#fff;border-bottom:1px solid var(--hb-border);box-shadow:var(--hb-shadow)}.admin-bar .site-nav{top:114px}.site-nav.is-open{display:block}.site-nav ul{display:grid;gap:4px}.site-nav a{display:block;padding:12px;border-radius:9px}.site-header__cta{text-align:center}.hb-hero{padding:68px 0 58px}.hb-hero__stats{gap:22px}.hb-section{padding:64px 0}.hb-section__head{align-items:flex-start;flex-direction:column}.hb-how{grid-template-columns:1fr}.hb-property__aside{top:auto}.hb-property__content{gap:24px}.site-footer__grid{gap:36px}}
@media(max-width:620px){.hb-container{width:min(calc(100% - 26px),var(--hb-container))}.site-branding__link{font-size:19px}.site-branding__mark{width:36px;height:36px}.hb-hero h1{font-size:42px}.hb-search-panel{padding:20px;border-radius:20px}.hb-hero__stats{display:grid;grid-template-columns:1fr 1fr}.hb-property-grid,.hb-location-grid{grid-template-columns:1fr}.hb-filter{grid-template-columns:1fr}.hb-results-bar{align-items:flex-start;flex-direction:column}.hb-page-hero{padding:40px 0 32px}.hb-property{padding-top:20px}.hb-gallery__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.hb-property__aside{padding:21px}.hb-property__facts{grid-template-columns:1fr 1fr}.hb-content-card{padding:22px}.hb-details__row{grid-template-columns:1fr}.hb-details__row dd{text-align:left}.hb-content-page__inner{padding:23px}.site-footer__grid{grid-template-columns:1fr}.site-footer__about{grid-column:auto}.site-footer__bottom{flex-direction:column}.hb-disclosure{grid-template-columns:1fr}.hb-how__item{padding:22px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
