/* Pilansberg public pages — Hostivo v2-inspired composition */
.pv-home,
.hv-page { overflow: hidden; color: var(--pilansberg-copy); }
.pv-home a,
.hv-page a { text-decoration: none; }
.pv-section { padding: 118px 0; }
.pv-eyebrow,
.hv-kicker { display: inline-block; margin-bottom: 16px; color: var(--pilansberg-secondary); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pv-heading h2,
.hv-section-heading h2 { max-width: 780px; margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; }
.pv-heading > p,
.hv-section-heading > p { max-width: 560px; margin: 0; font-size: 17px; line-height: 1.75; }
.pv-heading-split { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 70px; align-items: end; margin-bottom: 62px; }
.pv-heading-centered,
.hv-section-heading-centered { display: grid; justify-items: center; max-width: 850px; margin: 0 auto 62px; text-align: center; }
.pv-heading-centered p,
.hv-section-heading-centered p { margin-top: 22px; }
.pv-actions { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.pv-button,
.hv-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 14px 24px; font-size: 14px; font-weight: 800; line-height: 1; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.pv-button:hover,
.hv-button:hover { transform: translateY(-2px); }
.pv-button-dark,
.hv-button-dark { background: var(--pilansberg-secondary); color: #fff !important; }
.pv-button-dark:hover,
.hv-button-dark:hover { background: var(--pilansberg-primary-dark); color: var(--pilansberg-secondary) !important; }
.pv-button-primary,
.hv-button-primary { background: var(--pilansberg-primary); color: var(--pilansberg-secondary) !important; }
.hv-button-light { background: #fff; color: var(--pilansberg-secondary) !important; }
.hv-button-light:hover { background: var(--pilansberg-primary); color: var(--pilansberg-secondary) !important; }
.hv-button-link { color: var(--pilansberg-secondary) !important; text-decoration: underline !important; text-decoration-color: var(--pilansberg-secondary) !important; text-decoration-thickness: 2px !important; text-underline-offset: 6px; }
.pv-button-outline { border-color: var(--pilansberg-secondary); color: var(--pilansberg-secondary) !important; }
.pv-button-outline:hover { background: var(--pilansberg-secondary); color: #fff !important; }
.pv-button-ghost { border-color: rgba(var(--pilansberg-secondary-rgb), .24); color: var(--pilansberg-secondary) !important; }
.pv-button-light-outline,
.hv-button-outline-light { border-color: rgba(255,255,255,.5); color: #fff !important; }
.hv-button-outline-light:hover { border-color: var(--pilansberg-primary); background: var(--pilansberg-primary); color: var(--pilansberg-secondary) !important; }

/* Full-width Hostivo-style benefits and secure payment row */
.pilansberg-footer-benefits { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); overflow: hidden; }
.pilansberg-footer-benefit { display: flex; min-height: 116px; align-items: center; gap: 15px; border-right: 1px solid rgba(var(--pilansberg-secondary-rgb),.16); padding: 24px 28px; }
.pilansberg-footer-benefit:last-child { border-right: 0; }
.pilansberg-footer-benefit > i { display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--pilansberg-secondary); color: var(--pilansberg-primary) !important; font-size: 18px; }
.pilansberg-footer-benefit strong { font-size: 13px; line-height: 1.4; }
.hv-payment-methods { display: flex; align-items: center; gap: 14px !important; color: rgba(255,255,255,.58); }
.hv-payment-methods i { font-size: 26px; }

/* Homepage hero */
.pv-hero { position: relative; padding: 72px 0 0; background: var(--pilansberg-primary); }
.pv-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(390px, .94fr); gap: 70px; align-items: center; }
.pv-hero-copy { padding: 45px 0 110px; }
.pv-hero-copy h1 { max-width: 780px; margin: 0 0 26px; color: var(--pilansberg-secondary); font-size: clamp(58px, 7vw, 102px); font-weight: 700; line-height: .92; }
.pv-hero-copy > p { max-width: 650px; margin: 0 0 34px; color: rgba(var(--pilansberg-secondary-rgb), .74); font-size: 18px; line-height: 1.75; }
.pv-hero-proof { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 48px; }
.pv-hero-proof span { display: grid; padding-right: 30px; border-right: 1px solid rgba(var(--pilansberg-secondary-rgb), .2); }
.pv-hero-proof span:last-child { padding-right: 0; border-right: 0; }
.pv-hero-proof strong { color: var(--pilansberg-secondary); font-size: 18px; }
.pv-hero-proof small { color: rgba(var(--pilansberg-secondary-rgb), .62); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.pv-hero-media { position: relative; align-self: end; }
.pv-hero-image-frame { position: relative; z-index: 2; width: min(100%, 520px); margin-left: auto; overflow: hidden; border: 10px solid rgba(255,255,255,.38); border-bottom: 0; border-radius: 260px 260px 0 0; background: #e7e5e5; box-shadow: 0 30px 80px rgba(var(--pilansberg-secondary-rgb), .18); }
.pv-hero-image-frame img { display: block; width: 100%; aspect-ratio: 710 / 920; object-fit: cover; object-position: center top; }
.pv-hero-shape { position: absolute; z-index: 1; pointer-events: none; }
.pv-hero-shape-one { top: 8%; left: -35px; width: 240px; opacity: .7; }
.pv-hero-shape-two { right: -45px; bottom: 2%; width: 285px; opacity: .65; }
.pv-floating-card { position: absolute; z-index: 4; display: flex; min-width: 215px; gap: 13px; align-items: center; border-radius: 18px; padding: 15px 17px; background: #fff; box-shadow: 0 20px 60px rgba(var(--pilansberg-secondary-rgb), .18); }
.pv-floating-card > i { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--pilansberg-secondary); color: var(--pilansberg-primary); }
.pv-floating-card span { display: grid; }
.pv-floating-card strong { color: var(--pilansberg-secondary); font-size: 14px; }
.pv-floating-card small { font-size: 11px; }
.pv-floating-card-top { top: 22%; left: -42px; }
.pv-floating-card-bottom { right: -28px; bottom: 15%; }
.pv-service-rail { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(5, 1fr); border-radius: 28px 28px 0 0; background: var(--pilansberg-secondary); box-shadow: 0 -10px 40px rgba(var(--pilansberg-secondary-rgb), .12); }
.pv-service-rail a { display: flex; min-height: 102px; gap: 13px; align-items: center; justify-content: center; border-right: 1px solid rgba(255,255,255,.12); color: #fff !important; font-size: 14px; font-weight: 750; }
.pv-service-rail a:last-child { border-right: 0; }
.pv-service-rail a:hover { background: rgba(var(--pilansberg-primary-rgb), .12); color: var(--pilansberg-primary) !important; }
.pv-service-rail i { color: var(--pilansberg-primary); font-size: 23px; }

/* Domain search */
.pv-domain-strip { padding: 84px 0; background: var(--pilansberg-secondary); color: #fff; }
.pv-domain-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px 70px; align-items: end; }
.pv-domain-strip .pv-eyebrow { color: var(--pilansberg-primary); }
.pv-domain-strip h2 { max-width: 520px; margin: 0; color: #fff; font-size: clamp(34px, 4vw, 56px); }
.pv-domain-form { display: grid; grid-template-columns: auto 1fr auto; align-items: center; border-radius: 999px; padding: 8px 8px 8px 22px; background: #fff; }
.pv-domain-form > i { color: var(--pilansberg-secondary); }
.pv-domain-form input { min-width: 0; border: 0; outline: 0; padding: 14px; color: var(--pilansberg-secondary); font-size: 16px; }
.pv-domain-form button { min-height: 48px; border: 0; border-radius: 999px; padding: 0 30px; background: var(--pilansberg-primary); color: var(--pilansberg-secondary); font-weight: 800; }
.pv-domain-links { grid-column: 2; display: flex; flex-wrap: wrap; gap: 18px; align-items: center; color: rgba(255,255,255,.68); font-size: 13px; }
.pv-domain-links a { margin-left: auto; color: var(--pilansberg-primary) !important; font-weight: 750; }

/* Service cards */
.pv-services { background: #fff; }
.pv-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pv-service-card { position: relative; display: flex; min-height: 390px; flex-direction: column; overflow: hidden; border-radius: 26px; padding: 34px; background: var(--pilansberg-secondary); color: rgba(255,255,255,.68); }
.pv-service-card > i { display: grid; width: 68px; height: 68px; margin: 45px 0 30px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); color: var(--pilansberg-primary); font-size: 25px; }
.pv-service-card h3 { margin: 0 0 16px; color: #fff; font-size: 30px; }
.pv-service-card p { margin: 0 0 25px; line-height: 1.65; }
.pv-service-card a { margin-top: auto; color: var(--pilansberg-primary) !important; font-weight: 800; }
.pv-card-number { position: absolute; top: 28px; right: 30px; color: rgba(255,255,255,.36); font-size: 13px; font-weight: 800; }
.pv-service-card-primary { background: var(--pilansberg-primary); color: rgba(var(--pilansberg-secondary-rgb), .7); }
.pv-service-card-primary h3,
.pv-service-card-primary a { color: var(--pilansberg-secondary) !important; }
.pv-service-card-primary > i { background: var(--pilansberg-secondary); color: var(--pilansberg-primary); }
.pv-service-card-primary .pv-card-number { color: rgba(var(--pilansberg-secondary-rgb), .42); }
.pv-service-card-image { grid-column: 1 / -1; display: grid; min-height: 430px; grid-template-columns: 1.25fr .75fr; align-items: center; padding: 0; background: #f3f1f2; color: var(--pilansberg-copy); }
.pv-service-card-image > img { width: 100%; height: 430px; object-fit: contain; padding: 20px 30px; }
.pv-service-card-image > div { position: relative; align-self: stretch; padding: 75px 55px; background: var(--pilansberg-secondary); }
.pv-service-card-image h3 { font-size: 44px; }

/* Pricing */
.pv-plans { background: #f3f1f2; }
.pv-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.pv-price-card { position: relative; display: flex; flex-direction: column; border: 1px solid rgba(var(--pilansberg-secondary-rgb), .12); border-radius: 24px; padding: 38px 34px 34px; background: #fff; }
.pv-price-card.is-featured { border-color: var(--pilansberg-secondary); background: var(--pilansberg-primary); transform: translateY(-14px); box-shadow: 0 30px 70px rgba(var(--pilansberg-secondary-rgb), .14); }
.pv-price-label { color: var(--pilansberg-copy); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pv-price-card h3 { margin: 14px 0 12px; font-size: 31px; }
.pv-price-card > p { min-height: 78px; margin: 0; line-height: 1.6; }
.pv-price { display: flex; min-height: 96px; align-items: baseline; margin: 24px 0; border-top: 1px solid rgba(var(--pilansberg-secondary-rgb), .13); border-bottom: 1px solid rgba(var(--pilansberg-secondary-rgb), .13); padding: 22px 0; color: var(--pilansberg-secondary); }
.pv-price small { margin-right: 6px; font-weight: 700; }
.pv-price span { font-size: 18px; font-weight: 800; }
.pv-price strong { font-size: 46px; line-height: 1; }
.pv-price em { margin-left: 5px; color: var(--pilansberg-copy); font-size: 12px; font-style: normal; }
.pv-price-card ul { display: grid; gap: 12px; flex: 1; margin: 0 0 30px; padding: 0; list-style: none; }
.pv-price-card li { position: relative; padding-left: 24px; }
.pv-price-card li::before { position: absolute; left: 0; color: var(--pilansberg-secondary); content: "\f00c"; font-family: "Font Awesome 5 Free"; font-size: 11px; font-weight: 900; }
.pv-featured-badge { position: absolute; top: 0; right: 28px; border-radius: 0 0 10px 10px; padding: 8px 13px; background: var(--pilansberg-secondary); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; }

/* Feature split */
.pv-control { background: #fff; }
.pv-control-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.pv-control-media { position: relative; }
.pv-control-media > img { display: block; width: 100%; border-radius: 28px; box-shadow: 0 25px 80px rgba(var(--pilansberg-secondary-rgb), .15); }
.pv-control-media > span { position: absolute; right: -25px; bottom: 30px; border-radius: 999px; padding: 14px 20px; background: var(--pilansberg-primary); color: var(--pilansberg-secondary); font-weight: 800; }
.pv-control-copy h2 { margin: 0 0 24px; font-size: clamp(38px, 5vw, 62px); line-height: 1; }
.pv-control-copy > p { margin: 0 0 34px; font-size: 17px; line-height: 1.75; }
.pv-feature-list { display: grid; gap: 22px; margin-bottom: 36px; }
.pv-feature-list > div { display: flex; gap: 16px; }
.pv-feature-list i { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 50%; background: var(--pilansberg-primary); color: var(--pilansberg-secondary); }
.pv-feature-list span { display: grid; }
.pv-feature-list strong { color: var(--pilansberg-secondary); font-size: 17px; }
.pv-feature-list small { line-height: 1.55; }

/* Testimonials, FAQ and CTA */
.pv-testimonials { background: var(--pilansberg-secondary); color: rgba(255,255,255,.7); }
.pv-testimonial-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.pv-testimonial-heading { display: grid; justify-items: start; }
.pv-testimonial-heading img { width: 96px; margin-bottom: 18px; }
.pv-stars { color: var(--pilansberg-primary); letter-spacing: .18em; }
.pv-testimonial-heading strong { max-width: 360px; margin: 18px 0 12px; color: #fff; font-size: 30px; line-height: 1.2; }
.pv-testimonials blockquote { position: relative; margin: 0; border: 0; border-radius: 28px; padding: 55px; background: #fff; color: var(--pilansberg-secondary); }
.pv-testimonials blockquote > p { margin: 0 0 32px; font-family: "Funnel Display", sans-serif; font-size: clamp(25px, 3vw, 38px); font-weight: 600; line-height: 1.25; }
.pv-quote-mark { position: absolute; top: 12px; right: 28px; color: var(--pilansberg-primary); font-size: 90px; line-height: 1; }
.pv-testimonials blockquote footer { display: flex; gap: 14px; align-items: center; }
.pv-testimonials blockquote footer img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.pv-testimonials blockquote footer span { display: grid; }
.pv-testimonials blockquote footer small { color: var(--pilansberg-copy); }
.pv-faq { background: #f3f1f2; }
.pv-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.pv-faq-grid > div:first-child h2 { margin: 0 0 20px; font-size: clamp(42px, 5vw, 66px); }
.pv-faq-grid > div:first-child a { display: inline-block; margin-top: 22px; color: var(--pilansberg-secondary) !important; font-weight: 800; text-decoration: underline; text-decoration-color: var(--pilansberg-primary); text-decoration-thickness: 4px; text-underline-offset: 7px; }
.pv-faq-list { display: grid; gap: 12px; }
.pv-faq-list details { border-radius: 16px; padding: 22px 24px; background: #fff; }
.pv-faq-list summary { position: relative; padding-right: 30px; color: var(--pilansberg-secondary); font-size: 17px; font-weight: 800; cursor: pointer; list-style: none; }
.pv-faq-list summary::after { position: absolute; top: 0; right: 0; content: "+"; font-size: 22px; }
.pv-faq-list details[open] summary::after { content: "−"; }
.pv-faq-list p { margin: 14px 0 0; line-height: 1.7; }
.pv-final-cta { padding: 100px 0; background: var(--pilansberg-secondary); text-align: center; }
.pv-final-cta .pv-eyebrow { color: var(--pilansberg-primary); }
.pv-final-cta h2 { max-width: 900px; margin: 0 auto 32px; color: #fff; font-size: clamp(46px, 7vw, 88px); line-height: .95; }
.pv-final-cta .pv-actions { justify-content: center; }

/* Shared service pages */
.hv-service-hero { position: relative; padding: 92px 0 70px; background: var(--pilansberg-primary); }
.hv-service-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr); gap: 70px; align-items: center; }
.hv-service-copy h1 { max-width: 760px; margin: 0 0 25px; color: var(--pilansberg-secondary); font-size: clamp(50px, 6.3vw, 86px); line-height: .96; }
.hv-service-copy > p { max-width: 650px; margin: 0 0 28px; color: rgba(var(--pilansberg-secondary-rgb), .72); font-size: 18px; line-height: 1.7; }
.hv-hero-checks { display: grid; gap: 10px; margin: 0 0 30px; padding: 0; list-style: none; }
.hv-hero-checks li { display: flex; gap: 10px; align-items: center; color: var(--pilansberg-secondary); font-weight: 700; }
.hv-hero-checks i { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--pilansberg-secondary); color: var(--pilansberg-primary); font-size: 10px; }
.hv-service-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hv-service-visual { position: relative; display: grid; min-height: 550px; place-items: center; }
.hv-service-main-image { position: relative; z-index: 2; display: block; width: 100%; max-height: 520px; object-fit: contain; filter: drop-shadow(0 28px 40px rgba(var(--pilansberg-secondary-rgb), .18)); }
.hv-visual-orbit { position: absolute; border: 1px solid rgba(var(--pilansberg-secondary-rgb), .18); border-radius: 50%; }
.hv-visual-orbit-one { width: 470px; height: 470px; }
.hv-visual-orbit-two { width: 350px; height: 350px; }
.hv-float-card { position: absolute; z-index: 4; display: grid; border-radius: 18px; background: #fff; box-shadow: 0 22px 65px rgba(var(--pilansberg-secondary-rgb), .18); }
.hv-float-card-image { right: -10px; bottom: 30px; width: 105px; height: 105px; place-items: center; padding: 18px; }
.hv-float-card-image img { max-width: 100%; max-height: 100%; object-fit: contain; }
.hv-float-card-copy { top: 50px; left: -20px; padding: 16px 20px; }
.hv-float-card-copy strong { color: var(--pilansberg-secondary); font-size: 24px; }
.hv-float-card-copy small { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.hv-pricing-section { padding: 112px 0; background: #f3f1f2; }
.hv-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.hv-price-card { position: relative; display: flex; flex-direction: column; border: 1px solid rgba(var(--pilansberg-secondary-rgb), .12); border-radius: 24px; padding: 34px; background: #fff; }
.hv-price-card.is-featured { border-color: var(--pilansberg-secondary); box-shadow: 0 28px 70px rgba(var(--pilansberg-secondary-rgb), .13); transform: translateY(-10px); }
.hv-price-badge { position: absolute; top: 0; right: 25px; border-radius: 0 0 9px 9px; padding: 7px 12px; background: var(--pilansberg-primary); color: var(--pilansberg-secondary); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.hv-price-card-icon { display: grid; width: 70px; height: 70px; margin-bottom: 25px; place-items: center; border-radius: 50%; background: rgba(var(--pilansberg-primary-rgb), .2); }
.hv-price-card-icon img { max-width: 44px; max-height: 44px; object-fit: contain; }
.hv-price-card h3 { margin: 0 0 12px; font-size: 29px; }
.hv-price-summary { min-height: 68px; }
.hv-price-value { display: flex; min-height: 88px; align-items: baseline; margin: 20px 0; border-top: 1px solid var(--pilansberg-line); border-bottom: 1px solid var(--pilansberg-line); padding: 20px 0; color: var(--pilansberg-secondary); }
.hv-price-value strong { font-size: 44px; }
.hv-price-value small { margin-left: 5px; }
.hv-price-features { display: grid; gap: 11px; flex: 1; margin: 0 0 26px; padding: 0; list-style: none; }
.hv-price-features li,
.hv-price-features p { position: relative; margin: 0; padding-left: 23px; }
.hv-price-features li::before,
.hv-price-features p::before { position: absolute; left: 0; color: var(--pilansberg-primary-dark); content: "\f00c"; font-family: "Font Awesome 5 Free"; font-size: 11px; font-weight: 900; }
.hv-empty-offer { grid-column: 1 / -1; display: grid; grid-template-columns: 90px 1fr auto; gap: 25px; align-items: center; border-radius: 24px; padding: 35px; background: #fff; }
.hv-empty-offer img { max-width: 75px; max-height: 75px; object-fit: contain; }
.hv-section { padding: 112px 0; }
.hv-feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.hv-feature-grid article { border-radius: 20px; padding: 30px 25px; background: #f3f1f2; }
.hv-feature-grid i { display: grid; width: 52px; height: 52px; margin-bottom: 22px; place-items: center; border-radius: 50%; background: var(--pilansberg-primary); color: var(--pilansberg-secondary); font-size: 20px; }
.hv-feature-grid h3 { margin: 0 0 12px; font-size: 21px; }
.hv-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; }
.hv-story-media { position: relative; }
.hv-story-media > img { display: block; width: 100%; max-height: 560px; border-radius: 28px; object-fit: contain; background: #f3f1f2; }
.hv-story-chip { position: absolute; right: -20px; bottom: 28px; border-radius: 999px; padding: 14px 20px; background: var(--pilansberg-primary); color: var(--pilansberg-secondary); font-weight: 800; }
.hv-story-copy h2 { margin: 0 0 22px; font-size: clamp(38px, 5vw, 62px); line-height: 1; }
.hv-story-copy > p { margin: 0 0 28px; font-size: 17px; line-height: 1.75; }
.hv-story-points { display: grid; gap: 17px; margin-bottom: 32px; }
.hv-story-points > div { display: flex; gap: 14px; align-items: center; }
.hv-story-points img { width: 48px; height: 48px; border-radius: 50%; object-fit: contain; background: rgba(var(--pilansberg-primary-rgb), .18); padding: 7px; }
.hv-story-points span { display: grid; }
.hv-story-points strong { color: var(--pilansberg-secondary); }
.hv-support-section { padding: 100px 0; background: var(--pilansberg-secondary); }
.hv-support-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 65px; align-items: center; }
.hv-support-copy .hv-kicker { color: var(--pilansberg-primary); }
.hv-support-copy h2 { margin: 0 0 22px; color: #fff; font-size: clamp(42px, 5vw, 68px); }
.hv-support-copy p { max-width: 650px; margin: 0 0 30px; color: rgba(255,255,255,.68); font-size: 17px; }
.hv-support-grid > img { width: 100%; max-height: 400px; border-radius: 28px; object-fit: cover; }
.hv-faq-section { background: #f3f1f2; }
.hv-faq-list { display: grid; max-width: 900px; gap: 12px; margin: 0 auto; }
.hv-faq-list details { border-radius: 16px; padding: 21px 24px; background: #fff; }
.hv-faq-list summary { color: var(--pilansberg-secondary); font-weight: 800; cursor: pointer; }
.hv-faq-list p { margin: 14px 0 0; }
.hv-domain-finder-section { padding: 75px 0; background: var(--pilansberg-secondary); }
.hv-domain-finder-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: center; }
.hv-domain-finder-card h2 { margin: 0 0 12px; color: #fff; font-size: 42px; }
.hv-domain-finder-card p { color: rgba(255,255,255,.65); }
.hv-domain-finder-card .hv-kicker { color: var(--pilansberg-primary); }
.hv-domain-form { display: flex; border-radius: 999px; padding: 8px; background: #fff; }
.hv-domain-input-wrap { display: grid; width: 100%; grid-template-columns: auto 1fr auto; align-items: center; }
.hv-domain-input-wrap i { padding-left: 15px; color: var(--pilansberg-secondary); }
.hv-domain-input-wrap input { min-width: 0; border: 0; outline: 0; padding: 14px; }

@media (max-width: 1100px) {
    .pv-hero-grid,
    .hv-service-hero-grid { grid-template-columns: 1fr .82fr; gap: 40px; }
    .pv-floating-card-top { left: -15px; }
    .pv-floating-card-bottom { right: -8px; }
    .pv-service-grid { grid-template-columns: repeat(2,1fr); }
    .pv-service-card-image { grid-column: 1 / -1; }
    .hv-feature-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
    .pilansberg-footer-benefits { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .pilansberg-footer-benefit:nth-child(2) { border-right: 0; }
    .pilansberg-footer-benefit:nth-child(-n+2) { border-bottom: 1px solid rgba(var(--pilansberg-secondary-rgb),.16); }
    .pv-section,
    .hv-section,
    .hv-pricing-section { padding: 82px 0; }
    .pv-hero-grid,
    .hv-service-hero-grid,
    .pv-domain-grid,
    .pv-control-grid,
    .pv-testimonial-grid,
    .pv-faq-grid,
    .hv-story-grid,
    .hv-support-grid,
    .hv-domain-finder-card { grid-template-columns: 1fr; }
    .pv-hero-copy { padding: 25px 0 20px; }
    .pv-hero-media { max-width: 560px; margin: 0 auto; }
    .pv-hero-shape-one { top: 2%; }
    .pv-service-rail { grid-template-columns: repeat(5, minmax(125px,1fr)); overflow-x: auto; }
    .pv-domain-links { grid-column: 1; }
    .pv-domain-links a { margin-left: 0; }
    .pv-heading-split { grid-template-columns: 1fr; gap: 22px; }
    .pv-price-grid,
    .hv-price-grid { grid-template-columns: 1fr; max-width: 650px; margin: 0 auto; }
    .pv-price-card.is-featured,
    .hv-price-card.is-featured { transform: none; }
    .pv-control-media > span,
    .hv-story-chip { right: 18px; }
    .pv-testimonial-grid,
    .pv-faq-grid { gap: 45px; }
    .hv-service-visual { min-height: 450px; }
}

@media (max-width: 680px) {
    .pilansberg-footer-benefits { grid-template-columns: 1fr; }
    .pilansberg-footer-benefit { min-height: 86px; border-right: 0; border-bottom: 1px solid rgba(var(--pilansberg-secondary-rgb),.16); padding: 18px 20px; }
    .pilansberg-footer-benefit:last-child { border-bottom: 0; }
    .pv-section,
    .hv-section,
    .hv-pricing-section { padding: 68px 0; }
    .pv-hero { padding-top: 45px; }
    .pv-hero-copy h1 { font-size: clamp(50px, 16vw, 72px); }
    .pv-hero-proof { gap: 15px; }
    .pv-hero-proof span { width: calc(50% - 8px); padding-right: 0; border-right: 0; }
    .pv-hero-image-frame { width: 88%; }
    .pv-floating-card { min-width: 170px; padding: 10px 12px; }
    .pv-floating-card > i { width: 35px; height: 35px; }
    .pv-floating-card-top { top: 18%; left: 0; }
    .pv-floating-card-bottom { right: 0; bottom: 10%; }
    .pv-domain-form { grid-template-columns: auto 1fr; border-radius: 20px; }
    .pv-domain-form button { grid-column: 1 / -1; width: 100%; }
    .pv-service-grid { grid-template-columns: 1fr; }
    .pv-service-card-image { display: block; }
    .pv-service-card-image > img { height: 280px; }
    .pv-service-card-image > div { padding: 42px 30px; }
    .pv-testimonials blockquote { padding: 38px 26px; }
    .hv-feature-grid { grid-template-columns: 1fr; }
    .hv-service-visual { min-height: 340px; }
    .hv-visual-orbit-one { width: 310px; height: 310px; }
    .hv-float-card-copy { left: 0; }
    .hv-empty-offer { grid-template-columns: 1fr; text-align: center; }
    .hv-domain-form,
    .hv-domain-input-wrap { display: grid; grid-template-columns: auto 1fr; border-radius: 20px; }
    .hv-domain-input-wrap .hv-button { grid-column: 1 / -1; width: 100%; }
}
