/* Hauptseite – zusätzliche, getrennte Gestaltung. Bestehende Zikirmatik-Regeln bleiben unberührt. */
.home-main{display:grid;gap:clamp(28px,5vw,56px);margin:18px 0 36px}
.home-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:clamp(24px,5vw,60px);align-items:center;overflow:hidden;padding:clamp(28px,6vw,64px);border-radius:30px;background:var(--text);color:var(--surface);box-shadow:var(--shadow)}
.home-eyebrow{margin:0;color:var(--brand2);font-size:11px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.home-hero .home-eyebrow{color:var(--warn)}
.home-hero h1{max-width:760px;margin:13px 0 17px;font:500 clamp(39px,6vw,67px)/1.02 Georgia,serif;letter-spacing:-.045em;text-wrap:balance}
.home-hero-copy>p:not(.home-eyebrow){max-width:720px;margin:0;color:color-mix(in srgb,var(--surface) 70%,transparent);font-size:14px;line-height:1.75}
.home-actions{display:flex;gap:9px;margin-top:25px;flex-wrap:wrap}
.home-action{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:12px;padding:10px 15px;border:1px solid color-mix(in srgb,var(--surface) 24%,transparent);border-radius:99px;color:var(--surface);font-size:12px;font-weight:800;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.home-action:hover{border-color:color-mix(in srgb,var(--surface) 55%,transparent);background:color-mix(in srgb,var(--surface) 8%,transparent);transform:translateY(-1px)}
.home-action-primary{border-color:var(--surface);background:var(--surface);color:var(--text)}
.home-action-primary:hover{background:var(--rose-soft);color:var(--text)}
.home-feature-list{display:grid;border:1px solid color-mix(in srgb,var(--surface) 17%,transparent);border-radius:23px;background:color-mix(in srgb,var(--surface) 5%,transparent)}
.home-feature{display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:center;padding:17px 18px;border-bottom:1px solid color-mix(in srgb,var(--surface) 14%,transparent)}
.home-feature:last-child{border-bottom:0}.home-feature>span{display:grid;width:35px;height:35px;place-items:center;border-radius:11px;background:color-mix(in srgb,var(--warn) 18%,transparent);color:var(--warn);font-size:10px;font-weight:850}
.home-feature p{display:grid;gap:2px;margin:0}.home-feature strong{font:500 17px Georgia,serif}.home-feature small{color:color-mix(in srgb,var(--surface) 58%,transparent);font-size:10px}
.home-knowledge{display:grid;gap:23px;scroll-margin-top:20px}
.home-section-heading{max-width:900px;margin:0 auto;text-align:center}.home-section-heading h2{margin:10px 0 13px;font:500 clamp(35px,5.8vw,57px)/1.05 Georgia,serif;letter-spacing:-.04em;text-wrap:balance}.home-section-heading>p:not(.home-eyebrow){max-width:800px;margin:0 auto;color:var(--muted);font-size:13px;line-height:1.75}.home-section-heading>span{display:inline-block;margin-top:14px;padding:7px 11px;border:1px solid color-mix(in srgb,var(--ok) 25%,var(--line));border-radius:99px;background:var(--forest-soft);color:var(--ok);font-size:10px;font-weight:800}
.home-knowledge-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
.home-knowledge-column{padding:clamp(18px,3vw,27px);border:1px solid var(--line);border-radius:27px;background:var(--surface);box-shadow:var(--shadow)}
.home-column-head{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:3px 3px 21px}.home-column-head>span{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:var(--rose-soft);color:var(--brand);font-size:11px;font-weight:850}.home-column-head h3{margin:0 0 7px;font:500 clamp(24px,3vw,32px) Georgia,serif}.home-column-head p{margin:0;color:var(--muted);font-size:11px;line-height:1.65}
.home-passage-list{display:grid;gap:12px}.home-passage{overflow:hidden;border:1px solid var(--line);border-radius:19px;background:var(--soft)}
.home-passage>header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 15px;border-bottom:1px solid var(--line);background:var(--surface)}.home-passage h4{margin:0;font-size:11px}.home-passage>header span{color:var(--ok);font-size:9px;font-weight:800}
.home-verse-loading{display:grid;min-height:112px;place-items:center;padding:18px;color:var(--muted);font-size:11px;text-align:center}.home-verse-loading:before{width:22px;height:22px;margin-bottom:7px;border:2px solid var(--line);border-top-color:var(--brand);border-radius:50%;content:"";animation:home-spin .8s linear infinite}
.home-verse-error:before{display:none}.home-verse-error{color:var(--err)}
.home-verse-list{display:grid;padding:4px 15px}.home-ayah{display:grid;grid-template-columns:30px minmax(0,1fr);gap:4px 12px;padding:17px 0;border-bottom:1px solid var(--line)}.home-ayah:last-child{border-bottom:0}.home-ayah-number{grid-row:1/span 2;display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:var(--surface);color:var(--brand);font-size:9px;font-weight:850}.home-ayah-arabic{margin:0;font:400 clamp(23px,3vw,31px)/1.9 "Noto Naskh Arabic","Amiri",Georgia,serif;text-align:end}.home-ayah-translation{margin:2px 0 0;color:var(--text);font:400 13px/1.75 Georgia,serif}
.home-passage>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 15px;border-top:1px solid var(--line);background:var(--surface)}.home-passage>footer span{color:var(--muted);font-size:8px}.home-passage>footer a{color:var(--ok);font-size:9px;font-weight:850;white-space:nowrap}.home-passage>footer a:hover{text-decoration:underline}
.home-noscript{padding:14px;border:1px solid var(--line);border-radius:14px;color:var(--muted);text-align:center}
@keyframes home-spin{to{transform:rotate(360deg)}}
@media(max-width:820px){.home-hero,.home-knowledge-grid{grid-template-columns:1fr}.home-feature-list{grid-template-columns:repeat(3,1fr)}.home-feature{grid-template-columns:1fr;align-content:start;border-right:1px solid color-mix(in srgb,var(--surface) 14%,transparent);border-bottom:0}.home-feature:last-child{border-right:0}}
@media(max-width:590px){.home-hero{padding:27px 20px}.home-hero h1{font-size:clamp(36px,12vw,51px)}.home-feature-list{grid-template-columns:1fr}.home-feature{grid-template-columns:auto 1fr;border-right:0;border-bottom:1px solid color-mix(in srgb,var(--surface) 14%,transparent)}.home-feature:last-child{border-bottom:0}.home-action{width:100%}.home-column-head{grid-template-columns:1fr}.home-passage>footer{align-items:flex-start;flex-direction:column}.home-ayah{grid-template-columns:27px minmax(0,1fr)}}
@media(prefers-reduced-motion:reduce){.home-verse-loading:before{animation:none}.home-action{transition:none}}
