/* QR Heaven Growth — front-end styles. Warm, calm, brand-adjacent. */

.qrhg-intro{margin:0 0 22px}
.qrhg-intro__heading{font-size:1.6rem;color:#8a6a2b;margin:0 0 6px}
.qrhg-intro__body{font-size:1.05rem;line-height:1.6;color:#3a3222;margin:0}
.qrhg-keywords-line{font-size:.85rem;color:#8a7f66;letter-spacing:.01em}

/* Downloads card */
.qrhg-downloads{margin:18px 0}
.qrhg-download-card{
	display:flex;align-items:center;gap:16px;
	text-decoration:none;color:#3a3222;
	background:#faf7f0;border:1px solid #e7ddc8;border-radius:14px;
	padding:16px 18px;max-width:520px;
	transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease;
}
.qrhg-download-card:hover{box-shadow:0 6px 18px rgba(138,106,43,.14);transform:translateY(-1px);border-color:#d9c8a0}
.qrhg-download-card__icon{color:#b08436;flex:0 0 auto;display:flex}
.qrhg-download-card__text{display:flex;flex-direction:column;flex:1 1 auto;min-width:0}
.qrhg-download-card__title{font-size:1.05rem;color:#5a4a24}
.qrhg-download-card__note{font-size:.9rem;color:#6b6249;margin-top:2px}
.qrhg-download-card__meta{font-size:.78rem;color:#9a8f76;margin-top:4px}
.qrhg-download-card__btn{
	flex:0 0 auto;background:#b08436;color:#fff;border-radius:10px;
	padding:9px 16px;font-weight:600;font-size:.92rem;
}

/* 3D mockup */
.qrhg-mockup{margin:18px auto;text-align:center}
.qrhg-mockup img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(60,50,34,.16)}
.qrhg-mockup__cap{font-size:.9rem;color:#8a7f66;margin-top:8px;font-style:italic}

/* Shop intro */
.qrhg-shop-intro{margin:0 0 26px;text-align:center}
.qrhg-shop-intro__heading{font-size:1.7rem;color:#8a6a2b;margin:0 0 12px}
.qrhg-shop-intro__text{font-size:1.02rem;color:#4a4230;max-width:640px;margin:12px auto 0}
.qrhg-shop-intro__video{max-width:760px;margin:0 auto}

/* Video frames keep 16:9 */
.qrhg-video-frame{position:relative;width:100%;padding-top:56.25%;border-radius:12px;overflow:hidden;background:#000}
.qrhg-video-frame iframe,
.qrhg-video-frame video{position:absolute;inset:0;width:100%;height:100%;border:0}

/* Video gallery */
.qrhg-video-gallery{max-width:760px;margin:0 auto}
.qrhg-video-stage{margin-bottom:12px}

.qrhg-video-picker{position:relative}
.qrhg-video-picker__button{
	display:flex;align-items:center;gap:12px;width:100%;
	background:#faf7f0;border:1px solid #e7ddc8;border-radius:12px;
	padding:8px 12px;cursor:pointer;text-align:left;font:inherit;color:#3a3222;
}
.qrhg-video-picker__button:hover{border-color:#d9c8a0}
.qrhg-video-picker__thumb{width:64px;height:36px;object-fit:cover;border-radius:6px;flex:0 0 auto;background:#efe9dd}
.qrhg-video-picker__label{flex:1 1 auto;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.qrhg-video-picker__caret{flex:0 0 auto;color:#b08436}

.qrhg-video-picker__list{
	position:absolute;z-index:40;left:0;right:0;top:calc(100% + 6px);
	list-style:none;margin:0;padding:6px;
	background:#fff;border:1px solid #e7ddc8;border-radius:12px;
	box-shadow:0 12px 30px rgba(60,50,34,.18);max-height:340px;overflow:auto;
}
.qrhg-video-picker__item{
	display:flex;align-items:center;gap:12px;padding:8px;border-radius:9px;cursor:pointer;
}
.qrhg-video-picker__item:hover,
.qrhg-video-picker__item:focus{background:#f6efe1;outline:none}
.qrhg-video-picker__item.is-active{background:#f0e6cf}
.qrhg-video-picker__item-title{font-size:.96rem}

.qrhg-empty{color:#8a7f66;font-style:italic}

@media (max-width:600px){
	.qrhg-download-card{flex-wrap:wrap;gap:10px}
	.qrhg-download-card__btn{width:100%;text-align:center}
	.qrhg-video-picker__thumb{width:54px;height:30px}
}

/* Brochure viewer */
.qrhg-brochure{margin:22px 0}
.qrhg-brochure__heading{font-size:1.6rem;color:#8a6a2b;text-align:center;margin:0 0 14px}
.qrhg-brochure__pages{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.qrhg-brochure__page{display:block;border-radius:10px;overflow:hidden;box-shadow:0 6px 18px rgba(60,50,34,.14);transition:transform .15s ease,box-shadow .15s ease}
.qrhg-brochure__page:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(60,50,34,.2)}
.qrhg-brochure__page img{display:block;width:100%;height:auto}
.qrhg-brochure__cta{text-align:center;margin-top:18px}
.qrhg-brochure__btn{display:inline-block;background:#b08436;color:#fff;text-decoration:none;padding:12px 22px;border-radius:12px;font-weight:600}
.qrhg-brochure__btn:hover{background:#96702c}

/* Competitor USP / differentiators bar */
.qrhg-usp{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:10px 22px;margin:0 0 22px;padding:16px;background:#faf7f0;border:1px solid #e7ddc8;border-radius:14px}
.qrhg-usp__item{display:flex;align-items:center;gap:8px;color:#5a4a24;font-weight:600;font-size:.95rem}
.qrhg-usp__icon{color:#b08436;display:flex}
@media (max-width:600px){.qrhg-usp{gap:8px 14px;padding:12px}.qrhg-usp__item{font-size:.85rem;flex:1 1 40%}}

/* Example memorial */
.qrhg-example{max-width:820px;margin:22px auto;display:grid;grid-template-columns:1.4fr 1fr;gap:22px;align-items:start}
.qrhg-example__flag{grid-column:1/-1;background:#fff7e6;border:1px solid #e9d9ad;color:#7a5f1f;border-radius:10px;padding:10px 14px;font-size:.9rem;margin:0}
.qrhg-example__card{background:#fff;border:1px solid #e7ddc8;border-radius:16px;box-shadow:0 10px 30px rgba(60,50,34,.1);padding:18px 20px}
.qrhg-example__head{display:flex;gap:14px;align-items:center;margin-bottom:12px}
.qrhg-example__avatar{width:58px;height:58px;border-radius:50%;background:#b08436;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex:0 0 auto}
.qrhg-example__name{margin:0;font-size:1.15rem;color:#5a4a24}
.qrhg-example__dates{margin:2px 0;color:#8a7f66}
.qrhg-example__tag{margin:0;font-style:italic;color:#6b6249;font-size:.9rem}
.qrhg-example__tabs{display:flex;flex-wrap:wrap;gap:6px;border-bottom:1px solid #eadfca;padding-bottom:8px;margin-bottom:12px}
.qrhg-example__tabs span{font-size:.85rem;color:#8a7f66;padding:2px 8px;border-radius:8px}
.qrhg-example__tabs span.is-active{background:#f0e6cf;color:#5a4a24;font-weight:600}
.qrhg-example__about{color:#4a4230;font-size:.98rem;margin:0 0 12px}
.qrhg-example__gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.qrhg-example__gallery span{aspect-ratio:1;border-radius:8px;background:linear-gradient(135deg,#efe6d2,#e3d5b8)}
.qrhg-example__plaque img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(60,50,34,.16)}
@media (max-width:600px){.qrhg-example{grid-template-columns:1fr}}

/* Product personalisation */
.qrhg-personalise{margin:14px 0 18px;padding:16px;border:1px solid #e7ddc8;border-radius:12px;background:#faf7f0}
.qrhg-personalise__title{margin:0 0 10px;font-size:1.15rem;color:#5a4a24}
.qrhg-personalise__row{display:flex;flex-direction:column;gap:4px;margin:0 0 12px}
.qrhg-personalise__row label{font-weight:600;color:#4a4230;font-size:.95rem}
.qrhg-personalise__row input[type=text],
.qrhg-personalise__row textarea,
.qrhg-personalise__row input[type=file]{width:100%;padding:8px 10px;border:1px solid #d9c8a0;border-radius:8px;background:#fff}
.qrhg-personalise__two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.qrhg-personalise__hint{font-size:.8rem;color:#8a7f66}
.qrhg-personalise .required{color:#b3261e;text-decoration:none}
@media (max-width:600px){.qrhg-personalise__two{grid-template-columns:1fr}}

/* Blog post CTA + schema-friendly styling */
.qrhg-cta{margin:26px 0;padding:20px 22px;border-radius:14px;background:linear-gradient(135deg,#fbf6ea,#f3e8cf);border:1px solid #e7ddc8;text-align:center}
.qrhg-cta h3{margin:0 0 6px;color:#5a4a24}
.qrhg-cta p{margin:0 0 12px;color:#4a4230}
.qrhg-cta__btn{display:inline-block;background:#b08436;color:#fff;text-decoration:none;padding:12px 24px;border-radius:12px;font-weight:600}
.qrhg-cta__btn:hover{background:#96702c}

/* Related guides (orphan fixer) */
.qrhg-related{margin:30px 0 6px;padding:18px 22px;border-radius:14px;background:#faf7f0;border:1px solid #e7ddc8}
.qrhg-related h3{margin:0 0 10px;color:#5a4a24;font-size:1.15rem}
.qrhg-related ul{margin:0;padding-left:20px}
.qrhg-related li{margin:4px 0}
.qrhg-related a{color:#96702c;text-decoration:none}
.qrhg-related a:hover{text-decoration:underline}

/* ---------- Handcrafted with Care section ---------- */
.qrhg-hc{padding:46px 0 10px}
.qrhg-hc-inner{max-width:860px;margin:0 auto}
.qrhg-hc-block{margin:0 0 38px}
.qrhg-hc-block:last-child{margin-bottom:8px}
.qrhg-hc .qrhg-hc-h2{margin:0 0 10px;font-size:1.6rem;line-height:1.25}
.qrhg-hc .qrhg-hc-rule{display:block;width:64px;height:2px;margin:0 0 18px;
  background:linear-gradient(90deg,#c8a24c,rgba(200,162,76,.15))}
.qrhg-hc p{margin:0 0 16px;line-height:1.75}
.qrhg-hc-list{margin:6px 0 18px;padding:0;list-style:none;
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 28px}
.qrhg-hc-list li{position:relative;padding-left:26px;line-height:1.6}
.qrhg-hc-list li::before{content:"";position:absolute;left:4px;top:.62em;
  width:7px;height:7px;border-radius:50%;background:#c8a24c}
.qrhg-hc-close{padding-top:4px}
@media (max-width:640px){
  .qrhg-hc{padding:32px 0 6px}
  .qrhg-hc-list{grid-template-columns:1fr;gap:9px}
  .qrhg-hc .qrhg-hc-h2{font-size:1.35rem}
}
