/* Homepage — premium modern classic layout */

.home-page {
    --hp-navy: #023B5E;
    --hp-blue: #0570AE;
    --hp-blue-light: #0570AE;
    --hp-orange: #0570AE;
    --hp-green: #0570AE;
    --hp-gold: #0570AE;
    --hp-text: #023B5E;
    --hp-muted: #767B79;
    --hp-border: #C3C3C3;
    --hp-surface: #ffffff;
    --hp-bg: #ffffff;
    --hp-radius: 16px;
    background: var(--hp-bg);
}

/* ── HERO ── */
.hp-hero {
    position: relative;
    background: linear-gradient(135deg, var(--hp-navy) 0%, #023B5E 45%, var(--hp-blue) 100%);
    padding: clamp(3rem, 5vw, 4rem) 0 0;
    overflow: hidden;
}

.hp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(ellipse 80% 70% at 70% 50%, #023B5E 20%, transparent 75%);
    pointer-events: none;
}

.hp-hero-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(29,111,216,.35) 0%, transparent 70%);
    top: -100px;
    right: -80px;
    pointer-events: none;
}

.hp-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding-bottom: 3rem;
}

.hp-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(34,197,94,.15);
    color: #C3C3C3;
    font-size: .82rem;
    font-weight: 700;
    padding: .4rem 1rem;
    border-radius: 50px;
    margin-bottom: 1.25rem;
    border: 1px solid rgba(134,239,172,.25);
}

.hp-hero-tag i { font-size: .7rem; }

.hp-hero h1 {
    font-size: clamp(2.1rem, 4.8vw, 3.4rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -.03em;
    margin-bottom: 1.25rem;
}

.hp-hero h1 em {
    font-style: normal;
    background: linear-gradient(90deg, #C3C3C3, #0570AE);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hp-hero-desc {
    font-size: 1.05rem;
    color: rgba(255,255,255,.82);
    line-height: 1.75;
    max-width: 500px;
    margin-bottom: 2rem;
}

.hp-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-bottom: 2.5rem;
}

.hp-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .9rem 1.65rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: .92rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s, background .2s;
}

.hp-btn-orange {
    background: var(--hp-orange);
    color: #fff;
    box-shadow: 0 8px 28px rgba(5, 112, 174,.35);
}

.hp-btn-orange:hover {
    background: #0570AE;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(5, 112, 174,.45);
}

/* Hero primary CTA — white for high contrast on the blue hero */
.hp-hero .hp-btn-orange {
    background: #ffffff !important;
    color: #023B5E !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.hp-hero .hp-btn-orange:hover {
    background: #C3C3C3 !important;
    color: #023B5E !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .3);
}

.hp-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,.5);
}

.hp-btn-outline:hover {
    background: rgba(255,255,255,.1);
    border-color: #fff;
    color: #fff;
}

.hp-hero-trust {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.hp-hero-trust-avatars {
    display: flex;
    align-items: center;
}

.hp-hero-trust-avatars img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, .85);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
    margin-left: -12px;
}

.hp-hero-trust-avatars img:first-child {
    margin-left: 0;
}

.hp-hero-trust-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-left: -12px;
    background: #0570AE;
    color: #fff;
    font-size: .8rem;
    font-weight: 800;
    border: 2px solid rgba(255, 255, 255, .85);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
}

.hp-hero-trust-meta {
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

.hp-hero-trust-stars {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #C3C3C3;
    font-size: .85rem;
}

.hp-hero-trust-stars strong {
    color: #fff;
    font-size: .85rem;
    margin-left: .4rem;
    font-weight: 700;
}

.hp-hero-trust-meta > span {
    font-size: .8rem;
    color: rgba(255, 255, 255, .7);
    font-weight: 500;
}

/* Hero visual */
.hp-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 440px;
}

.hp-hero-frame {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 520px;
    aspect-ratio: 4 / 3;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .4);
}

.hp-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hp-hero-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(5, 112, 174, .45) 0%, transparent 70%);
    z-index: 1;
}

.hp-float-card {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    padding: .85rem 1.1rem;
    box-shadow: 0 12px 40px rgba(0,0,0,.2);
    z-index: 4;
    animation: hpFloat 4s ease-in-out infinite;
}

.hp-float-card strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--hp-text);
    line-height: 1;
}

.hp-float-card span {
    font-size: .68rem;
    color: var(--hp-muted);
    font-weight: 600;
    margin-top: .2rem;
    display: block;
}

.hp-float-card--1 { top: 24px; right: -16px; animation-delay: 0s; }
.hp-float-card--2 { bottom: 70px; left: -18px; animation-delay: .5s; }
.hp-float-card--3 { bottom: -18px; right: 28px; animation-delay: 1s; width: 150px; text-align: center; }
.hp-float-card--3 strong { font-size: .85rem; }
.hp-float-card--3 em { font-size: 1.1rem; font-style: normal; font-weight: 800; display: block; color: var(--hp-blue); }

@keyframes hpFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* Service bar */
.hp-service-bar {
    position: relative;
    z-index: 3;
    padding-bottom: 2.5rem;
}

.hp-service-bar-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem 1.5rem;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(12px);
    border-radius: 50px;
    padding: 1rem 2rem;
    box-shadow: 0 8px 40px rgba(0,0,0,.15);
}

.hp-service-bar-inner a {
    color: var(--hp-text);
    font-weight: 600;
    font-size: .85rem;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s;
}

.hp-service-bar-inner a:hover { color: var(--hp-blue); }

/* ── LOGOS ── */
.hp-logos {
    background: var(--hp-surface);
    padding: 2.5rem 0;
    border-bottom: 1px solid var(--hp-border);
}

.hp-logos p {
    text-align: center;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--hp-muted);
    margin-bottom: 1.5rem;
}

.hp-logos-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
}

.hp-logos-row img {
    height: 38px;
    opacity: .55;
    filter: grayscale(100%);
    transition: opacity .25s, filter .25s;
}

.hp-logos-row img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* ── SECTIONS ── */
.hp-section {
    padding: clamp(3rem, 5vw, 5.5rem) 0;
}

.hp-section--white { background: #ffffff; }
.hp-section--gray { background: #f2f4f6; }

.hp-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 3.5rem;
}

.hp-head--left {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.hp-label {
    display: inline-block;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--hp-gold);
    margin-bottom: .75rem;
}

.hp-head h2 {
    font-size: clamp(1.85rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: var(--hp-navy);
    letter-spacing: -.02em;
    line-height: 1.2;
    margin-bottom: .85rem;
}

.hp-head p {
    font-size: 1.05rem;
    color: var(--hp-muted);
    line-height: 1.7;
    margin: 0;
}

/* Services grid */
.hp-svc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.hp-svc-card {
    background: var(--hp-surface);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius);
    padding: 2rem 1.75rem;
    box-shadow: 0 4px 24px rgba(6, 33, 62, 0.04);
    transition: transform .25s, box-shadow .25s, border-color .25s;
    position: relative;
    overflow: hidden;
}

.hp-svc-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--hp-gold), var(--hp-blue));
    opacity: 0;
    transition: opacity .25s;
}

.hp-svc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(15,23,42,.1);
    border-color: #C3C3C3;
}

.hp-svc-card:hover::before { opacity: 1; }

.hp-svc-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffffff, #C3C3C3);
    color: var(--hp-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

.hp-svc-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--hp-text);
    margin-bottom: .6rem;
}

.hp-svc-card p {
    font-size: .9rem;
    color: var(--hp-muted);
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.hp-svc-link {
    font-size: .88rem;
    font-weight: 700;
    color: var(--hp-blue);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.hp-svc-link:hover { color: var(--hp-orange); }

/* Split feature */
.hp-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hp-features-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2rem;
}

.hp-feature-row {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.hp-feature-num {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--hp-blue);
    color: #fff;
    font-size: .82rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hp-feature-row h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--hp-text);
    margin-bottom: .25rem;
}

.hp-feature-row p {
    font-size: .88rem;
    color: var(--hp-muted);
    line-height: 1.6;
    margin: 0;
}

.hp-split-img {
    border-radius: var(--hp-radius);
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(15,23,42,.12);
}

.hp-split-img img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;
}

/* Stats band */
.hp-stats-band {
    background: linear-gradient(135deg, var(--hp-navy), var(--hp-blue));
    padding: 4rem 0;
}

.hp-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

.hp-stat-item strong {
    display: block;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -.02em;
    line-height: 1;
}

.hp-stat-item span {
    display: block;
    font-size: .88rem;
    color: rgba(255,255,255,.7);
    margin-top: .5rem;
    font-weight: 500;
}

/* Case cards */
.hp-cases-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.hp-case-card {
    border-radius: var(--hp-radius);
    overflow: hidden;
    background: var(--hp-surface);
    border: 1px solid var(--hp-border);
    transition: transform .25s, box-shadow .25s;
}

.hp-case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(15,23,42,.1);
}

.hp-case-img {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.hp-case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

.hp-case-card:hover .hp-case-img img { transform: scale(1.05); }

.hp-case-metric {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--hp-orange);
    color: #fff;
    font-size: .75rem;
    font-weight: 800;
    padding: .35rem .75rem;
    border-radius: 50px;
}

.hp-case-body {
    padding: 1.35rem;
}

.hp-case-body h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--hp-text);
    line-height: 1.4;
    margin-bottom: .5rem;
}

.hp-case-body p {
    font-size: .85rem;
    color: var(--hp-muted);
    line-height: 1.6;
    margin: 0 0 1rem;
}

.hp-case-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .82rem;
    font-weight: 700;
    color: #0570AE;
    text-decoration: none;
    transition: gap .2s ease, color .2s ease;
}

.hp-case-link i {
    font-size: .72rem;
    transition: transform .2s ease;
}

.hp-case-link:hover {
    color: #023B5E;
}

.hp-case-link:hover i {
    transform: translateX(4px);
}

/* Testimonial */
.hp-testimonial-wrap {
    background: linear-gradient(135deg, #023B5E, #023B5E);
    border-radius: var(--hp-radius);
    padding: 3rem;
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 2rem;
    align-items: center;
    color: #fff;
}

.hp-testimonial-wrap blockquote {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.7;
    margin: 0 0 1.5rem;
    font-style: italic;
    opacity: .95;
}

.hp-testimonial-wrap blockquote i {
    font-size: 2rem;
    opacity: .4;
    display: block;
    margin-bottom: .75rem;
}

.hp-testimonial-author strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
}

.hp-testimonial-author span {
    font-size: .85rem;
    opacity: .75;
}

.hp-testimonial-photo {
    border-radius: 16px;
    overflow: hidden;
    height: 260px;
}

.hp-testimonial-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Blog — 3 in a row */
.hp-blog-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.hp-blog-card {
    display: flex;
    flex-direction: column;
    background: var(--hp-surface);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.hp-blog-card:hover {
    transform: translateY(-6px);
    border-color: #0570AE;
    box-shadow: 0 18px 44px rgba(2, 59, 94, .12);
}

.hp-blog-card-img {
    display: block;
    overflow: hidden;
}

.hp-blog-card-img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.hp-blog-card:hover .hp-blog-card-img img {
    transform: scale(1.05);
}

.hp-blog-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hp-blog-tag {
    font-size: .72rem;
    font-weight: 700;
    color: #0570AE;
    background: #ffffff;
    border: 1px solid #C3C3C3;
    padding: .25rem .65rem;
    border-radius: 50px;
    display: inline-block;
    align-self: flex-start;
    margin-bottom: .85rem;
}

.hp-blog-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 .85rem;
}

.hp-blog-card h3 a {
    color: var(--hp-text);
    text-decoration: none;
}

.hp-blog-card h3 a:hover { color: var(--hp-blue); }

.hp-blog-date {
    font-size: .82rem;
    color: var(--hp-muted);
    margin-top: auto;
}

/* FAQ */
.hp-faq-layout {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 2.5rem;
    align-items: start;
}

.hp-faq-aside {
    position: sticky;
    top: 100px;
    background: linear-gradient(160deg, #023B5E, #0570AE);
    color: #fff;
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: 0 18px 44px rgba(2, 59, 94, 0.22);
}

.hp-faq-aside-img {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 190px;
    margin-bottom: 1.35rem;
}

.hp-faq-aside-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hp-faq-aside-badge {
    position: absolute;
    right: 14px;
    bottom: -18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: #0570AE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 8px 20px rgba(2, 59, 94, 0.3);
}

.hp-faq-aside h3 {
    font-size: 1.3rem;
    font-weight: 800;
    margin: .35rem 0 .6rem;
    color: #fff;
}

.hp-faq-aside p {
    font-size: .92rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 1.35rem;
}

.hp-faq-aside-btns {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    align-items: flex-start;
}

.hp-faq-aside-btns .hp-svc-link {
    color: #C3C3C3;
}

.hp-faq-aside-btns .hp-svc-link:hover {
    color: #fff;
}

.hp-faq {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .85rem;
    align-items: start;
}

.hp-faq-item {
    background: var(--hp-surface);
    border: 1px solid var(--hp-border);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}

.hp-faq-item.open {
    border-color: #0570AE;
    box-shadow: 0 8px 26px rgba(5, 112, 174, 0.1);
}

.hp-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.35rem;
    background: none;
    border: none;
    text-align: left;
    font-size: .98rem;
    font-weight: 700;
    color: var(--hp-text);
    cursor: pointer;
}

.hp-faq-q i {
    color: var(--hp-blue);
    font-size: .8rem;
    transition: transform .25s;
}

.hp-faq-item.open .hp-faq-q i { transform: rotate(180deg); }

.hp-faq-a {
    display: none;
    padding: 0 1.35rem 1.15rem;
    font-size: .92rem;
    color: var(--hp-muted);
    line-height: 1.7;
}

.hp-faq-item.open .hp-faq-a { display: block; }

/* ── Reviews: 3-column auto-scroll ── */
.hp-reviews-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    height: 620px;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 9%, #000 91%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 9%, #000 91%, transparent);
}

.hp-review-col {
    overflow: hidden;
}

.hp-review-track {
    display: flex;
    flex-direction: column;
}

.hp-review-track .hp-review-card {
    margin-bottom: 1.25rem;
}

.hp-review-col--down .hp-review-track {
    animation: hp-scroll-up 34s linear infinite;
}

.hp-review-col--up .hp-review-track {
    animation: hp-scroll-down 34s linear infinite;
}

.hp-reviews-cols:hover .hp-review-track {
    animation-play-state: paused;
}

@keyframes hp-scroll-up {
    from { transform: translateY(0); }
    to   { transform: translateY(-50%); }
}

@keyframes hp-scroll-down {
    from { transform: translateY(-50%); }
    to   { transform: translateY(0); }
}

.hp-review-card {
    background: var(--hp-surface);
    border: 1px solid var(--hp-border);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(2, 59, 94, 0.05);
}

.hp-review-stars {
    color: #0570AE;
    font-size: .82rem;
    letter-spacing: 2px;
    margin-bottom: .85rem;
}

.hp-review-quote {
    font-size: .93rem;
    line-height: 1.65;
    color: var(--hp-text);
    margin: 0 0 1.25rem;
}

.hp-review-author {
    display: flex;
    align-items: center;
    gap: .75rem;
    border-top: 1px solid var(--hp-border);
    padding-top: 1rem;
}

.hp-review-author img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(2, 59, 94, 0.15);
}

.hp-review-author-meta strong {
    display: block;
    font-size: .92rem;
    font-weight: 700;
    color: var(--hp-text);
    line-height: 1.2;
}

.hp-review-author-meta span {
    display: block;
    font-size: .78rem;
    color: var(--hp-muted);
    margin-top: 2px;
}

/* Mobile swiper hidden on desktop */
.hp-reviews-swiper {
    display: none;
    padding-bottom: 2.5rem;
}

.hp-reviews-swiper .swiper-slide {
    height: auto;
}

.hp-reviews-swiper .swiper-pagination-bullet-active {
    background: #0570AE;
}

/* CTA */
.hp-cta-band {
    background: linear-gradient(135deg, var(--hp-blue) 0%, #0570AE 100%);
    padding: 5rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hp-cta-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h30v30H0zm30 30h30v30H30z' fill='%23ffffff' fill-opacity='.04'/%3E%3C/svg%3E");
}

.hp-cta-band .hp-wrap { position: relative; z-index: 1; }

.hp-cta-band h2 {
    font-size: clamp(1.85rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: .75rem;
}

.hp-cta-band p {
    font-size: 1.05rem;
    color: rgba(255,255,255,.85);
    margin-bottom: 2rem;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.hp-btn-white {
    background: #fff;
    color: var(--hp-blue);
}

.hp-btn-white:hover {
    background: #ffffff;
    color: var(--hp-blue);
    transform: translateY(-2px);
}

/* Contact */
.hp-contact {
    padding: 5rem 0;
    background: var(--hp-surface);
}

.hp-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 3rem;
    align-items: start;
}

.hp-contact-info h2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--hp-text);
    margin-bottom: .75rem;
    letter-spacing: -.02em;
}

.hp-contact-info > p {
    color: var(--hp-muted);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.hp-contact-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.hp-contact-item i {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #ffffff;
    color: var(--hp-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hp-contact-item strong {
    display: block;
    font-size: .78rem;
    font-weight: 700;
    color: var(--hp-muted);
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: .15rem;
}

.hp-contact-item a,
.hp-contact-item span {
    font-size: .95rem;
    color: var(--hp-text);
    text-decoration: none;
    font-weight: 500;
}

.hp-contact-item a:hover { color: var(--hp-blue); }

.hp-form-box {
    background: var(--hp-bg);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius);
    padding: 2rem;
}

.hp-form-box h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.hp-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.hp-field { margin-bottom: 1rem; }

.hp-field label {
    display: block;
    font-size: .8rem;
    font-weight: 600;
    color: var(--hp-text);
    margin-bottom: .4rem;
}

.hp-field input,
.hp-field select,
.hp-field textarea {
    width: 100%;
    padding: .75rem 1rem;
    border: 1px solid var(--hp-border);
    border-radius: 10px;
    font-size: .92rem;
    background: var(--hp-surface);
    transition: border-color .2s, box-shadow .2s;
}

.hp-field input:focus,
.hp-field select:focus,
.hp-field textarea:focus {
    outline: none;
    border-color: var(--hp-blue);
    box-shadow: 0 0 0 3px rgba(11,92,171,.12);
}

.hp-field textarea { min-height: 110px; resize: vertical; }

.hp-form-agree {
    display: flex;
    gap: .5rem;
    font-size: .8rem;
    color: var(--hp-muted);
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.hp-form-agree a { color: var(--hp-blue); }

.hp-center-cta {
    text-align: center;
    margin-top: 2.5rem;
}

/* Responsive */
@media (max-width: 991px) {
    .hp-hero-grid,
    .hp-split,
    .hp-contact-grid,
    .hp-blog-grid,
    .hp-testimonial-wrap,
    .hp-faq-layout {
        grid-template-columns: 1fr;
    }

    .hp-hero-visual { min-height: 300px; }
    .hp-hero-person { max-height: 300px; }
    .hp-svc-grid,
    .hp-cases-grid { grid-template-columns: 1fr 1fr; }
    .hp-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .hp-blog-cards { grid-template-columns: 1fr 1fr; }
    .hp-split-img img { height: 300px; }
    .hp-testimonial-photo { height: 200px; }

    .hp-faq-aside { position: static; }

    /* Reviews: switch to slider */
    .hp-reviews-cols { display: none; }
    .hp-reviews-swiper { display: block; }
}

@media (max-width: 575px) {
    .hp-section { padding: 3.5rem 0; }
    .hp-svc-grid,
    .hp-cases-grid,
    .hp-stats-grid { grid-template-columns: 1fr; }
    .hp-faq { grid-template-columns: 1fr; }
    .hp-form-row { grid-template-columns: 1fr; }
    .hp-hero-btns { flex-direction: column; }
    .hp-hero-btns .hp-btn { width: 100%; justify-content: center; }
    .hp-blog-cards { grid-template-columns: 1fr; }
    .hp-float-card--1, .hp-float-card--2 { display: none; }
    .hp-hero-person { height: auto; max-height: 320px; }
    .hp-split-img img,
    .hp-testimonial-photo img { height: auto; min-height: 200px; }
}
