.hp-wrap{max-width:var(--max);margin:0 auto;padding:0 10px}
.ph-title .fx-grad{background:linear-gradient(90deg,#fff 0%,var(--pink) 25%,var(--turq) 50%,#fff 75%,#fff 100%);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:hemsida-special-title-sheen 8s linear infinite}
.ph-title .fx-underline::after{content:"";position:absolute;left:0;right:0;margin:0 auto;bottom:-6px;height:3px;width:100%;max-width:90%;background:linear-gradient(90deg,var(--pink),#fff,var(--turq));background-size:200% 100%;animation:hemsida-special-underline-move 6s linear infinite;border-radius:3px}
@keyframes hemsida-special-title-sheen{0%{background-position:0% 50%}100%{background-position:300% 50%}}
@keyframes hemsida-special-underline-move{0%{background-position:0% 50%}100%{background-position:200% 50%}}
.hp-intro{padding:40px 10px;background:#F9F9F9}
.hp-intro .hp-wrap{display:flex;gap:20px;flex-wrap:wrap;align-items:center}
.hp-intro .hp-img{flex:1 1 48%;text-align:center}
.hp-intro .hp-img img{width:100%;height:auto;border-radius:16px}
.hp-intro .hp-copy{flex:1 1 48%}
.hp-intro h3{margin:.2em 0;font-size:clamp(28px,3.6vw,40px);font-weight:800}
.hp-intro p{font-size:18px;line-height:1.7;color:#111;margin:0 0 16px}
@media (max-width:1024.98px){.hp-intro{padding:24px 10px}.hp-intro .hp-img,.hp-intro .hp-copy{flex:1 1 100%}}
