/* QUAMARO Homepage Redesign v1 – Master-Design fuer die neue Seitenfamilie */
:root{
  --qh-navy:var(--q-navy,#102a47);
  --qh-navy-2:var(--q-navy-2,#173653);
  --qh-green:var(--q-accent,#0a8c99);
  --qh-green-dark:var(--q-accent-dark,#08747f);
  --qh-green-soft:var(--q-accent-soft,#e8f8f7);
  --qh-mint:var(--q-bg,#f6f8fb);
  --qh-bg:var(--q-bg,#f6f8fb);
  --qh-card:#ffffff;
  --qh-text:#23364a;
  --qh-muted:#667783;
  --qh-line:rgba(16,42,71,.10);
  --qh-shadow:0 18px 54px rgba(16,42,71,.10);
  --qh-shadow-soft:0 10px 30px rgba(16,42,71,.07);
  --qh-radius-xl:28px;
  --qh-radius-lg:20px;
  --qh-radius-md:15px;
  --qh-shell:min(1180px,calc(100% - 2.5rem));
}

body.home-page.qhome-v1{
  background:var(--qh-bg)!important;
  color:var(--qh-text);
}
.qhome-main{
  min-width:0;
  max-width:100%;
}
body.home-page.qhome-v1 [data-qhome-legacy="true"]{display:none!important}
body.home-page.qhome-v1 .qhome-main,
body.home-page.qhome-v1 .qhome-footer{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body.home-page.qhome-v1 .qhome-main *,
body.home-page.qhome-v1 .qhome-footer *{box-sizing:border-box}
body.home-page.qhome-v1 .qhome-main img,
body.home-page.qhome-v1 .qhome-footer img{max-width:100%}
.qhome-shell{width:var(--qh-shell);margin-inline:auto;min-width:0}
.qhome-kicker{margin:0 0 .55rem;color:var(--qh-green-dark);font-size:.72rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.qhome-title{margin:0;color:var(--qh-navy);font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.05rem,3.2vw,3.15rem);font-weight:700;letter-spacing:-.035em;line-height:1.04}
.qhome-section-title{margin:.2rem 0 0;color:var(--qh-navy);font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.7rem,2.8vw,2.55rem);letter-spacing:-.025em;line-height:1.08}
.qhome-section-head{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:1.3rem}
.qhome-section-head__link,.qhome-text-link{display:inline-flex;align-items:center;gap:.45rem;color:var(--qh-green-dark);font-size:.86rem;font-weight:800;text-decoration:none;white-space:nowrap}
.qhome-section-head__link:hover,.qhome-text-link:hover{text-decoration:underline}
.qhome-arrow{font-size:1.08em;line-height:1}
.qhome-btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:.55rem;padding:.8rem 1.2rem;border:1px solid transparent;border-radius:12px;background:var(--qh-green);box-shadow:0 9px 22px rgba(10,140,153,.18);color:#fff!important;font-size:.9rem;font-weight:800;text-decoration:none!important;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.qhome-btn:hover{transform:translateY(-1px);background:var(--qh-green-dark);box-shadow:0 12px 26px rgba(10,140,153,.23)}
.qhome-btn--secondary{border-color:rgba(16,42,71,.30);background:rgba(255,255,255,.86);box-shadow:none;color:var(--qh-navy)!important}
.qhome-btn--secondary:hover{background:#fff;border-color:rgba(16,42,71,.48)}

/* Hero */
.qhome-hero,
.qhome-hero--brand{position:relative;overflow:hidden;background:#f5fbfb;isolation:isolate}
.qhome-hero__backdrop{position:absolute;inset:0 0 0 50%;overflow:hidden;pointer-events:none}
.qhome-hero__backdrop img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.95) contrast(.98)}
.qhome-hero__backdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f8fbf9 0%,rgba(248,251,249,.72) 22%,rgba(248,251,249,.08) 58%,rgba(248,251,249,.02) 100%)}
.qhome-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.66fr);align-items:center;gap:clamp(1.4rem,4vw,4.2rem);min-height:0;padding:clamp(2.6rem,5vw,4.6rem) 0}
.qhome-hero__copy{max-width:720px;min-width:0}
.qhome-hero__lead{max-width:610px;margin:1.15rem 0 1.55rem;color:#455b6d;font-size:1.02rem;line-height:1.62}
.qhome-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}
.qhome-trust{display:flex;flex-wrap:wrap;gap:1rem 1.25rem;margin-top:1.25rem}
.qhome-trust__item{display:inline-flex;align-items:center;gap:.42rem;color:#344b5d;font-size:.78rem;font-weight:700}
.qhome-trust__icon{display:grid;width:23px;height:23px;place-items:center;border-radius:50%;background:var(--qh-green);color:#fff;font-size:.72rem;font-weight:900}

/* Themenkarten mit vorhandenem Kategorie-Headerbild */
.qhome-topic-card.qhome-topic-card--photo{
  padding:0;
  overflow:hidden;
  gap:0;
}
.qhome-topic-card__media{
  position:relative;
  overflow:hidden;
  aspect-ratio:16/9;
  min-width:0;
  background:#e8eef5;
  border-radius:20px 20px 0 0;
}
.qhome-topic-card__media img{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.qhome-topic-card.qhome-topic-card--photo .qhome-topic-card__icon{
  position:absolute;
  top:.7rem;
  left:.7rem;
  z-index:2;
  width:34px;
  height:34px;
  border-radius:11px;
  box-shadow:0 6px 16px rgba(16,42,71,.18);
}
.qhome-topic-card__body{
  display:flex;
  min-width:0;
  flex:1;
  flex-direction:column;
  gap:.28rem;
  padding:.85rem .95rem 1rem;
}
.qhome-topic-card[data-q-theme-card="garden"] .qhome-topic-card__media img{object-position:center 38%}
.qhome-topic-card[data-q-theme-card="technik"] .qhome-topic-card__media img{object-position:78% 46%}
.qhome-topic-card[data-q-theme-card="gaming"] .qhome-topic-card__media img{object-position:center 28%}
.qhome-topic-card[data-q-theme-card="smarthome"] .qhome-topic-card__media img{object-position:center 30%}
.qhome-topic-card[data-q-theme-card="haushalt"] .qhome-topic-card__media img{object-position:center 30%}
.qhome-topic-card[data-q-theme-card="outdoor"] .qhome-topic-card__media img{object-position:center 30%}
.qhome-topic-card--soon p{display:none}

/* Floating Mein Garten card */
.qhome-project-card{justify-self:end;width:min(100%,340px);padding:1.05rem;border:1px solid rgba(16,42,71,.10);border-radius:22px;background:rgba(255,255,255,.95);box-shadow:0 22px 60px rgba(13,39,65,.18);backdrop-filter:blur(10px)}
.qhome-project-card__head{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem}
.qhome-brand-mark{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--qh-green-soft);color:var(--qh-green);font-size:1.2rem}
.qhome-project-card__head strong{display:block;color:var(--qh-navy);font-family:Georgia,"Times New Roman",serif;font-size:1.22rem}
.qhome-project-card__head small{display:block;margin-top:.1rem;color:var(--qh-muted);font-size:.69rem}
.qhome-project-card__head .qhome-arrow{margin-left:auto;color:var(--qh-green)}
.qhome-progress-label{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.35rem;color:#40576a;font-size:.72rem}
.qhome-progress-label strong{color:var(--qh-green-dark);font-size:.82rem}
.qhome-progress{height:7px;overflow:hidden;border-radius:999px;background:#edf1f0}
.qhome-progress>span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--qh-green),var(--q-teal-bright,#19b7b2));transition:width .35s ease}
.qhome-project-metrics{display:grid;gap:.48rem;margin:.85rem 0}
.qhome-project-metric{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:.55rem;padding:.62rem .7rem;border-radius:12px;background:#f6f9f7;color:var(--qh-navy)}
.qhome-project-metric__icon{display:grid;width:28px;height:28px;place-items:center;border-radius:9px;background:#e4f4ea;color:var(--qh-green-dark);font-size:.83rem;font-weight:900}
.qhome-project-metric small{display:block;color:var(--qh-muted);font-size:.62rem}
.qhome-project-metric strong{display:block;margin-top:.08rem;font-size:.76rem;line-height:1.25}
.qhome-project-metric>.qhome-arrow{color:#6d7c86}
.qhome-project-card .qhome-btn{width:100%;min-height:42px;padding:.65rem 1rem;font-size:.78rem;background:#d8f2e1;color:var(--qh-green-dark)!important;box-shadow:none}

/* Areas */
.qhome-areas{padding:2.4rem 0 2rem;background:#fff}
.qhome-area-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.8rem}
.qhome-area-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--qh-line);border-radius:16px;background:#fff;box-shadow:var(--qh-shadow-soft);color:inherit!important;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.qhome-area-card:hover{transform:translateY(-3px);border-color:rgba(10,140,153,.30);box-shadow:0 16px 34px rgba(16,42,71,.11)}
.qhome-area-card__media{aspect-ratio:1.45/1;overflow:hidden;background:#e9f0eb}
.qhome-area-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.qhome-area-card:hover img{transform:scale(1.025)}
.qhome-area-card__body{display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:start;gap:.5rem;padding:.75rem .72rem .8rem}
.qhome-area-card__icon{display:grid;width:25px;height:25px;place-items:center;border-radius:8px;background:#e8f6ed;color:var(--qh-green-dark);font-size:.72rem;font-weight:900}
.qhome-area-card h3{margin:.02rem 0 .18rem;color:var(--qh-navy);font-size:.83rem;line-height:1.2}
.qhome-area-card p{margin:0;color:var(--qh-muted);font-size:.65rem;line-height:1.35}
.qhome-area-card .qhome-arrow{align-self:center;color:var(--qh-green-dark)}

/* Dashboard */
.qhome-dashboard-section{padding:1.4rem 0 2.5rem;background:#fff}
.qhome-dashboard{display:grid;grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr);overflow:hidden;border:1px solid var(--qh-line);border-radius:var(--qh-radius-xl);background:linear-gradient(135deg,#f5f9f7,#fff);box-shadow:var(--qh-shadow)}
.qhome-dashboard__visual{position:relative;min-height:390px;background:#e6eee9}
.qhome-dashboard__visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.qhome-dashboard__visual:after{content:"Planen.\A Gestalten.\A Wohlfühlen.";white-space:pre;position:absolute;left:1.35rem;bottom:1.25rem;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;font-style:italic;line-height:1.08;text-shadow:0 2px 12px rgba(0,0,0,.42)}
.qhome-dashboard__body{padding:1.45rem 1.55rem 1.4rem;min-width:0}
.qhome-dashboard__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}
.qhome-dashboard__top h2{margin:.15rem 0 .32rem;color:var(--qh-navy);font-family:Georgia,"Times New Roman",serif;font-size:2rem;line-height:1}
.qhome-dashboard__top p:not(.qhome-kicker){max-width:610px;margin:0;color:var(--qh-muted);font-size:.84rem;line-height:1.5}
.qhome-dashboard__stats{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:.55rem;margin:1.05rem 0 .8rem}
.qhome-stat{padding:.7rem .75rem;border:1px solid rgba(16,42,71,.07);border-radius:12px;background:#fff}
.qhome-stat small{display:block;color:var(--qh-muted);font-size:.62rem}
.qhome-stat strong{display:block;margin-top:.2rem;color:var(--qh-navy);font-size:.82rem}
.qhome-stat--progress .qhome-progress{margin-top:.42rem}
.qhome-dashboard__lower{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:.65rem}
.qhome-dashboard__panel{padding:.72rem;border:1px solid rgba(16,42,71,.07);border-radius:12px;background:#fff;min-width:0}
.qhome-dashboard__panel-title{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem;color:var(--qh-navy);font-size:.72rem;font-weight:850}
.qhome-mini-areas{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.4rem}
.qhome-mini-area{min-width:0;overflow:hidden;border:1px solid rgba(16,42,71,.08);border-radius:9px;background:#fafcfb}
.qhome-mini-area img{display:block;width:100%;aspect-ratio:1.25/1;object-fit:cover}
.qhome-mini-area div{padding:.38rem}
.qhome-mini-area strong{display:block;overflow:hidden;color:var(--qh-navy);font-size:.58rem;text-overflow:ellipsis;white-space:nowrap}
.qhome-mini-area small{display:block;margin-top:.1rem;color:var(--qh-green-dark);font-size:.53rem}
.qhome-shop-summary{display:flex;height:100%;flex-direction:column;justify-content:space-between;gap:.65rem;padding:.35rem}
.qhome-shop-count{display:flex;align-items:center;gap:.5rem;color:var(--qh-navy);font-size:.72rem;font-weight:800}
.qhome-shop-count span{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:var(--qh-green-soft);color:var(--qh-green-dark)}
.qhome-dashboard .qhome-btn{min-height:38px;padding:.55rem .75rem;font-size:.69rem;box-shadow:none}

/* Steps */
.qhome-steps{padding:2.6rem 0;background:#f8fbf9;border-top:1px solid rgba(16,42,71,.04);border-bottom:1px solid rgba(16,42,71,.04)}
.qhome-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;margin-top:1.35rem}
.qhome-step{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr);gap:.8rem;align-items:start;min-width:0}
.qhome-step:not(:last-child):after{content:"→";position:absolute;right:-.9rem;top:.6rem;color:#9babaf;font-size:1.55rem;font-weight:300}
.qhome-step__number{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:#e3eff1;color:var(--qh-navy);font-family:Georgia,"Times New Roman",serif;font-size:1.15rem;font-weight:700}
.qhome-step h3{margin:.08rem 0 .28rem;color:var(--qh-navy);font-size:.86rem}
.qhome-step p{margin:0;color:var(--qh-muted);font-size:.75rem;line-height:1.5}

/* Guides */
.qhome-guides{padding:2.7rem 0 3rem;background:#fff}
.qhome-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}
.qhome-guide-card{display:grid;grid-template-columns:42% minmax(0,1fr);min-width:0;overflow:hidden;border:1px solid var(--qh-line);border-radius:15px;background:#fff;box-shadow:var(--qh-shadow-soft);color:inherit!important;text-decoration:none!important}
.qhome-guide-card__media{min-height:155px;background:#e8efeb}
.qhome-guide-card__media img{width:100%;height:100%;object-fit:cover}
.qhome-guide-card__body{display:flex;min-width:0;flex-direction:column;padding:.8rem .8rem .75rem}
.qhome-guide-card__tag{align-self:flex-start;padding:.18rem .38rem;border:1px solid rgba(10,140,153,.28);border-radius:999px;color:var(--qh-green-dark);font-size:.52rem;font-weight:850;text-transform:uppercase}
.qhome-guide-card h3{margin:.42rem 0 .28rem;color:var(--qh-navy);font-family:Georgia,"Times New Roman",serif;font-size:1rem;line-height:1.1}
.qhome-guide-card p{margin:0 0 .55rem;color:var(--qh-muted);font-size:.66rem;line-height:1.45}
.qhome-guide-card .qhome-text-link{margin-top:auto;font-size:.65rem}

/* Closing / footer */
.qhome-closing{position:relative;overflow:hidden;background:linear-gradient(135deg,#0e2c47,#09243c);color:#fff}
.qhome-closing:before,.qhome-closing:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(25,183,178,.25),transparent 68%);pointer-events:none}
.qhome-closing:before{left:-80px;bottom:-110px}.qhome-closing:after{right:-75px;top:-120px}
.qhome-closing__inner{position:relative;z-index:1;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.2rem;padding:1.5rem 0}
.qhome-closing__logo{width:150px;height:auto;filter:brightness(0) invert(1)}
.qhome-closing h2{margin:0 0 .2rem;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:1.5rem}
.qhome-closing p{margin:0;color:rgba(255,255,255,.75);font-size:.76rem;line-height:1.45}
.qhome-footer{background:#09243c;color:rgba(255,255,255,.72);border-top:1px solid rgba(255,255,255,.12)}
.qhome-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.05rem 0 1.2rem;font-size:.66rem}
.qhome-footer__links{display:flex;flex-wrap:wrap;gap:.9rem}
.qhome-footer a{color:rgba(255,255,255,.82)!important;text-decoration:none!important}
.qhome-footer a:hover{color:#fff!important;text-decoration:underline!important}
.qhome-footer .q-footer__col span{color:rgba(255,255,255,.55);font-size:.78rem;line-height:1.4}

/* Header harmonisation without replacing the shared navigation */
body.home-page.qhome-v1 .qsite-header{border-bottom:1px solid rgba(16,42,71,.08);background:rgba(255,255,255,.96)}
body.home-page.qhome-v1 .qsite-project{border-radius:12px!important;background:var(--qh-green)!important;color:#fff!important;box-shadow:0 7px 18px rgba(10,140,153,.16)!important}
body.home-page.qhome-v1 .qsite-brand img{display:block}

@media(min-width:1440px){
  .qhome-hero__grid{padding:4.6rem 0 4.2rem}
  .qhome-hero__copy{max-width:760px}
}
@media(min-width:1920px){
  .qhome-hero__grid{padding:5rem 0 4.5rem}
}

@media(max-width:1080px){
  .qhome-area-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .qhome-hero__grid{grid-template-columns:minmax(0,1fr) minmax(0,320px);gap:2rem}
  .qhome-dashboard{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr)}
  .qhome-mini-areas{grid-template-columns:repeat(4,minmax(0,1fr))}.qhome-mini-area:nth-child(5){display:none}
}

@media(max-width:820px){
  :root{--qh-shell:min(100% - 1.75rem,760px)}
  .qhome-hero__backdrop{inset:0;opacity:.34}
  .qhome-hero__backdrop:after{background:linear-gradient(180deg,rgba(248,251,249,.94) 0%,rgba(248,251,249,.88) 55%,rgba(248,251,249,.96) 100%)}
  .qhome-hero__grid{grid-template-columns:1fr;gap:1.25rem;min-height:0;padding:2.4rem 0 2rem}
  .qhome-hero__copy{max-width:680px}
  .qhome-project-card{justify-self:stretch;width:100%;max-width:none}
  .qhome-project-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}
  .qhome-project-metric{grid-template-columns:26px minmax(0,1fr);padding:.58rem}.qhome-project-metric>.qhome-arrow{display:none}
  .qhome-dashboard{grid-template-columns:1fr}
  .qhome-dashboard__visual{min-height:310px}
  .qhome-dashboard__lower{grid-template-columns:minmax(0,1fr) 180px}
  .qhome-guide-card{grid-template-columns:38% minmax(0,1fr)}
}

@media(max-width:680px){
  :root{--qh-shell:calc(100% - 1.5rem);--qh-radius-xl:20px}
  .qhome-section-head{align-items:start;margin-bottom:.95rem}.qhome-section-head__link{font-size:.69rem}
  .qhome-kicker{font-size:.62rem;letter-spacing:.15em}
  .qhome-title{font-size:clamp(2.25rem,11vw,3.05rem);line-height:.96}
  .qhome-section-title{font-size:1.72rem}
  .qhome-hero__grid{padding:1.65rem 0 1.45rem}
  .qhome-hero__lead{margin:.9rem 0 1.1rem;font-size:.89rem;line-height:1.52}
  .qhome-hero__actions{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}
  .qhome-btn{min-height:45px;padding:.7rem .75rem;font-size:.78rem}
  .qhome-trust{gap:.55rem .8rem;margin-top:.9rem}.qhome-trust__item{font-size:.67rem}.qhome-trust__icon{width:20px;height:20px;font-size:.62rem}
  .qhome-project-card{padding:.82rem;border-radius:17px}
  .qhome-project-card__head{margin-bottom:.65rem}.qhome-brand-mark{width:33px;height:33px}.qhome-project-card__head strong{font-size:1.05rem}
  .qhome-project-metrics{grid-template-columns:1fr;gap:.35rem;margin:.65rem 0}.qhome-project-metric{grid-template-columns:26px minmax(0,1fr) auto;padding:.48rem .55rem}.qhome-project-metric>.qhome-arrow{display:block}
  .qhome-areas{padding:1.55rem 0 1.25rem}
  .qhome-area-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}
  .qhome-area-card{border-radius:13px}.qhome-area-card__body{grid-template-columns:23px minmax(0,1fr);gap:.42rem;padding:.6rem}.qhome-area-card__icon{width:22px;height:22px}.qhome-area-card .qhome-arrow{display:none}.qhome-area-card h3{font-size:.76rem}.qhome-area-card p{font-size:.6rem}
  .qhome-dashboard-section{padding:.7rem 0 1.6rem}
  .qhome-dashboard__visual{min-height:230px}.qhome-dashboard__visual:after{left:1rem;bottom:.9rem;font-size:1.22rem}
  .qhome-dashboard__body{padding:1rem}.qhome-dashboard__top{display:block}.qhome-dashboard__top .qhome-text-link{margin-top:.55rem}.qhome-dashboard__top h2{font-size:1.65rem}
  .qhome-dashboard__stats{grid-template-columns:1fr 1fr;gap:.45rem;margin:.8rem 0}.qhome-stat:nth-child(3){grid-column:1/-1}
  .qhome-dashboard__lower{grid-template-columns:1fr}.qhome-mini-areas{grid-template-columns:repeat(4,minmax(0,1fr))}.qhome-shop-summary{display:grid;grid-template-columns:1fr auto;align-items:center}.qhome-shop-summary .qhome-btn{width:auto}
  .qhome-steps{padding:1.7rem 0}.qhome-step-grid{grid-template-columns:1fr;gap:.85rem;margin-top:1rem}.qhome-step:not(:last-child):after{display:none}.qhome-step{grid-template-columns:38px minmax(0,1fr);gap:.7rem}.qhome-step__number{width:36px;height:36px;font-size:1rem}
  .qhome-guides{padding:1.7rem 0 2rem}.qhome-guide-grid{grid-template-columns:1fr;gap:.55rem}.qhome-guide-card{grid-template-columns:35% minmax(0,1fr)}.qhome-guide-card__media{min-height:120px}
  .qhome-closing__inner{grid-template-columns:1fr;gap:.8rem;padding:1.25rem 0}.qhome-closing__logo{width:135px}.qhome-closing .qhome-btn{width:100%}
  .qhome-footer__inner{align-items:flex-start;flex-direction:column;gap:.7rem}.qhome-footer__links{gap:.55rem .8rem}
  .qhome-footer .q-footer__grid{grid-template-columns:1fr 1fr;gap:.85rem;padding:1.3rem 0 1rem}
}

@media(max-width:420px){
  .qhome-section-head{display:block}.qhome-section-head__link{margin-top:.55rem}
  .qhome-hero__actions{grid-template-columns:1fr}
  .qhome-area-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .qhome-area-card__media{aspect-ratio:1.25/1}
  .qhome-mini-areas{grid-template-columns:repeat(2,minmax(0,1fr))}.qhome-mini-area:nth-child(5){display:none}
  .qhome-guide-card{grid-template-columns:36% minmax(0,1fr)}
}

@media(prefers-reduced-motion:reduce){.qhome-area-card,.qhome-area-card img,.qhome-btn,.qhome-progress>span{transition:none!important}}
