.brand-proof-card {
    overflow: hidden;
    padding: 0;
}

.brand-proof-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #0b0f16;
}

.brand-proof-copy {
    padding: 1.1rem;
}

.brand-proof-copy h3 {
    margin-bottom: 0.45rem;
}

.service-photo {
    width: 100%;
    height: 9.5rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #0b0f16;
    border: 1px solid #202a38;
}

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

.service-photo.solar img { object-position: 8% 72%; }
.service-photo.cctv img { object-position: 34% 72%; }
.service-photo.starlink img { object-position: center; }
.service-photo.electrical img { object-position: 50% 72%; }
.service-photo.networking img { object-position: 70% 72%; }
.service-photo.gate img { object-position: 50% 48%; }
.service-photo.tv img { object-position: 40% 58%; }
.service-photo.maintenance img { object-position: 54% 45%; }

.service-card.trust-card {
    min-height: 24rem;
}

.service-card.trust-card h3 {
    font-size: 1.05rem;
}

.service-card.trust-card .service-meta {
    margin: 0.2rem 0 0.9rem;
    color: #0b376d;
    font-weight: 800;
    font-size: 0.94rem;
}

.expectation-list {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.4rem;
}

.expectation-list li {
    position: relative;
    padding-left: 1.15rem;
    color: #38526b;
    font-size: 0.94rem;
}

.expectation-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: #11824e;
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.3rem;
}

.trust-strip article {
    min-height: 7.4rem;
    padding: 1rem;
    border: 1px solid #dce7f1;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 12px 24px rgba(15, 38, 64, 0.07);
}

.trust-strip strong {
    display: block;
    color: #0b376d;
    font-family: "Sora", Arial, sans-serif;
    margin-bottom: 0.35rem;
}

.trust-strip p {
    margin: 0;
}

.department-card {
    overflow: hidden;
    padding: 0;
}

.department-card .department-copy {
    padding: 1.1rem;
}

.department-card .service-photo {
    height: 13rem;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.department-card h2 {
    font-size: 1.25rem;
}

.process-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.process-proof-grid article {
    padding: 1rem;
    border: 1px solid #dce7f1;
    border-radius: 0.5rem;
    background: #fff;
}

.process-proof-grid span {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.55rem;
    border-radius: 0.5rem;
    background: #0b376d;
    color: #fff;
    font-weight: 900;
}

@media (max-width: 980px) {
    .trust-strip,
    .process-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .trust-strip,
    .process-proof-grid {
        grid-template-columns: 1fr;
    }

    .service-photo {
        height: 11rem;
    }
}


/* Professional homepage polish */
.conversion-hero {
    padding: 3.6rem 0 3rem;
}

.conversion-hero .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
    align-items: center;
    gap: 2.6rem;
}

.conversion-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.45rem, 5vw, 4.2rem);
    line-height: 1.03;
}

.conversion-hero .lead {
    max-width: 44rem;
    font-size: 1.12rem;
    color: #314761;
}

.conversion-hero .brand-proof-card {
    border: 1px solid #d9e5f0;
    box-shadow: 0 22px 48px rgba(15, 38, 64, 0.16);
}

.conversion-hero .brand-proof-image {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center 24%;
}

.conversion-hero .brand-proof-copy {
    padding: 1rem 1.15rem 1.15rem;
}

.conversion-hero .brand-proof-copy h3 {
    max-width: 24rem;
    font-size: 1.2rem;
    margin-bottom: 0.65rem;
}

.conversion-hero .brand-proof-copy .check-list {
    margin-bottom: 1rem;
}

.conversion-hero .brand-proof-copy .btn.full {
    width: auto;
}

.conversion-hero .trust-badges span {
    border-color: #bad0e6;
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 38, 64, 0.06);
}

@media (max-width: 980px) {
    .conversion-hero .hero-grid {
        grid-template-columns: 1fr;
    }

    .conversion-hero h1 {
        max-width: 13ch;
    }
}

@media (max-width: 720px) {
    .conversion-hero {
        padding-top: 2.4rem;
    }

    .conversion-hero h1 {
        max-width: none;
        font-size: clamp(2.05rem, 10vw, 2.85rem);
    }

    .conversion-hero .brand-proof-image {
        aspect-ratio: 4 / 3;
    }
}


/* Same-content professional hero refinement */
.conversion-hero {
    padding: 4.2rem 0 3.4rem;
    background: linear-gradient(115deg, #f8fbff 0%, #eef6ff 100%);
}

.conversion-hero .hero-grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.78fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
}

.conversion-hero h1 {
    max-width: 12.5ch;
    font-size: clamp(2.65rem, 5.2vw, 4.7rem);
    line-height: 1.04;
    letter-spacing: 0;
    color: #102844;
}

.conversion-hero .lead {
    max-width: 42rem;
    margin-top: 1.15rem;
    font-size: 1.12rem;
    line-height: 1.7;
    color: #3d526b;
}

.conversion-hero .button-row {
    gap: 0.8rem;
    margin-top: 1.45rem;
}

.conversion-hero .btn {
    min-height: 3.25rem;
    padding-inline: 1.25rem;
    border-radius: 0.5rem;
}

.conversion-hero .trust-badges {
    max-width: 44rem;
    gap: 0.55rem;
}

.conversion-hero .trust-badges span {
    min-height: 2.45rem;
    border-color: #bfd4e8;
    background: #fff;
    color: #173653;
    box-shadow: 0 8px 18px rgba(15, 38, 64, 0.055);
}

.conversion-hero .brand-proof-card {
    overflow: hidden;
    border: 1px solid #cfdeec;
    border-radius: 0.65rem;
    background: #fff;
    box-shadow: 0 26px 56px rgba(15, 38, 64, 0.16);
}

.conversion-hero .brand-proof-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border-bottom: 1px solid #e3ebf3;
}

.conversion-hero .brand-proof-copy {
    padding: 1.1rem 1.2rem 1.25rem;
}

.conversion-hero .brand-proof-copy h3 {
    max-width: 28rem;
    margin-bottom: 0.7rem;
    font-size: 1.2rem;
    line-height: 1.15;
}

.conversion-hero .brand-proof-copy .check-list {
    gap: 0.42rem;
    margin-bottom: 1rem;
}

.conversion-hero .brand-proof-copy .btn.full {
    width: 100%;
}

@media (max-width: 980px) {
    .conversion-hero .hero-grid {
        grid-template-columns: 1fr;
    }

    .conversion-hero h1 {
        max-width: 13ch;
    }
}

@media (max-width: 720px) {
    .conversion-hero {
        padding: 2.6rem 0 2.4rem;
    }

    .conversion-hero h1 {
        max-width: none;
        font-size: clamp(2.05rem, 10vw, 3rem);
    }

    .conversion-hero .brand-proof-image {
        aspect-ratio: 1 / 1;
    }
}


/* Real department photo treatment */
.service-photo {
    background: #dfe8f2;
    border-color: #d6e2ee;
}

.service-photo img {
    filter: saturate(1.03) contrast(1.02);
}

.service-card.trust-card .service-photo,
.project-proof-card .service-photo,
.department-card .service-photo {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}


/* Premium homepage hero */
.premium-home-hero {
    padding: 4.1rem 0 3.6rem;
    background:
        linear-gradient(135deg, rgba(8, 38, 72, 0.04), rgba(13, 143, 121, 0.08)),
        #f3f8fc;
    border-bottom: 1px solid #dbe8f2;
}

.premium-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
    gap: 3rem;
    align-items: center;
}

.premium-hero-copy h1 {
    max-width: 12.5ch;
    margin: 0.8rem 0 1rem;
    font-size: clamp(3rem, 5.8vw, 5.35rem);
    line-height: 0.98;
}

.premium-hero-copy .lead {
    max-width: 45rem;
    font-size: 1.16rem;
    color: #2e4660;
}

.department-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 1.35rem 0 1.25rem;
}

.department-pill-row a {
    display: inline-flex;
    min-height: 2.35rem;
    align-items: center;
    padding: 0.48rem 0.8rem;
    border: 1px solid #bdd3e8;
    border-radius: 0.5rem;
    background: #fff;
    color: #0d2a49;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(13, 42, 73, 0.06);
}

.premium-cta-row {
    margin-top: 0.4rem;
}

.premium-proof-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.35rem;
    max-width: 44rem;
}

.premium-proof-row article {
    padding: 0.9rem;
    border: 1px solid #d4e2ef;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.84);
}

.premium-proof-row strong,
.premium-proof-row span {
    display: block;
}

.premium-proof-row strong {
    color: #0b376d;
    font-family: "Sora", Arial, sans-serif;
    font-size: 0.95rem;
}

.premium-proof-row span {
    margin-top: 0.25rem;
    color: #466178;
    font-size: 0.92rem;
}

.premium-visual-board {
    display: grid;
    gap: 0.9rem;
    padding: 0.85rem;
    border: 1px solid #cdddea;
    border-radius: 0.65rem;
    background: #fff;
    box-shadow: 0 26px 60px rgba(14, 43, 76, 0.16);
}

.visual-feature {
    position: relative;
    min-height: 18rem;
    overflow: hidden;
    border-radius: 0.55rem;
    background: #0b0f16;
}

.visual-feature img {
    width: 100%;
    height: 100%;
    min-height: 18rem;
    display: block;
    object-fit: cover;
}

.visual-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 19, 32, 0.06), rgba(6, 19, 32, 0.72));
}

.visual-feature-copy {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1;
    color: #fff;
}

.visual-feature-copy span,
.visual-feature-copy strong {
    display: block;
}

.visual-feature-copy span {
    margin-bottom: 0.25rem;
    color: #d6f2ec;
    font-size: 0.83rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.visual-feature-copy strong {
    max-width: 28rem;
    font-family: "Sora", Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.14;
}

.visual-service-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.65rem;
}

.visual-service-tile {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d8e5f1;
    border-radius: 0.5rem;
    background: #f8fbfe;
}

.visual-service-tile img {
    display: block;
    width: 100%;
    height: 5.8rem;
    object-fit: cover;
}

.visual-service-tile div {
    padding: 0.65rem;
}

.visual-service-tile strong,
.visual-service-tile span {
    display: block;
}

.visual-service-tile strong {
    color: #0d2a49;
    font-family: "Sora", Arial, sans-serif;
    font-size: 0.82rem;
}

.visual-service-tile span {
    margin-top: 0.2rem;
    color: #4d6378;
    font-size: 0.76rem;
    line-height: 1.25;
}

.visual-quote-strip {
    display: grid;
    grid-template-columns: 3.2rem 1fr auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.85rem;
    border-radius: 0.55rem;
    background: #0d2a49;
    color: #fff;
}

.visual-quote-strip img {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 0.35rem;
    object-fit: cover;
}

.visual-quote-strip strong,
.visual-quote-strip span {
    display: block;
}

.visual-quote-strip span {
    margin-top: 0.2rem;
    color: #c8d8e7;
    font-size: 0.9rem;
}

.visual-quote-strip a {
    display: inline-flex;
    min-height: 2.5rem;
    align-items: center;
    padding: 0.55rem 0.85rem;
    border-radius: 0.45rem;
    background: #11824e;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

@media (max-width: 1120px) {
    .premium-hero-grid {
        grid-template-columns: 1fr;
    }

    .premium-hero-copy h1 {
        max-width: 16ch;
    }
}

@media (max-width: 780px) {
    .premium-home-hero {
        padding: 2.4rem 0 2.2rem;
    }

    .premium-hero-grid {
        gap: 1.5rem;
    }

    .premium-hero-copy h1 {
        max-width: none;
        font-size: clamp(2.35rem, 11vw, 3.2rem);
    }

    .premium-proof-row,
    .visual-service-grid {
        grid-template-columns: 1fr;
    }

    .visual-feature,
    .visual-feature img {
        min-height: 14rem;
    }

    .visual-service-tile {
        display: grid;
        grid-template-columns: 7.5rem 1fr;
        align-items: stretch;
    }

    .visual-service-tile img {
        height: 100%;
        min-height: 5.8rem;
    }

    .visual-quote-strip {
        grid-template-columns: 3rem 1fr;
    }

    .visual-quote-strip a {
        grid-column: 1 / -1;
        justify-content: center;
    }
}


/* Premium homepage hero v2 */
.premium-home-v2 {
    padding: 3.2rem 0 3rem;
    background:
        linear-gradient(135deg, rgba(7, 38, 70, 0.96), rgba(9, 71, 82, 0.92)),
        #0b223c;
    color: #fff;
    border-bottom: 0;
}

.premium-v2-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.95fr) minmax(280px, 0.45fr);
    gap: 1.25rem;
    align-items: stretch;
}

.premium-v2-copy {
    align-self: center;
    padding: 1rem 0;
}

.premium-v2-copy .eyebrow {
    background: rgba(255, 255, 255, 0.12);
    color: #c8f5eb;
}

.premium-v2-copy h1 {
    max-width: 13ch;
    margin: 0.85rem 0 1rem;
    color: #fff;
    font-size: clamp(2.75rem, 4.8vw, 4.8rem);
    line-height: 1.01;
}

.premium-v2-copy .lead {
    max-width: 38rem;
    color: #d8e7f4;
    font-size: 1.12rem;
}

.premium-v2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.premium-v2-actions .btn {
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.premium-v2-promises {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.35rem;
}

.premium-v2-promises span {
    display: inline-flex;
    min-height: 2.25rem;
    align-items: center;
    padding: 0.45rem 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0.45rem;
    background: rgba(255, 255, 255, 0.09);
    color: #eaf4fb;
    font-weight: 800;
}

.premium-v2-media {
    display: grid;
    grid-template-rows: minmax(17rem, 1.15fr) auto;
    gap: 0.75rem;
    min-width: 0;
}

.premium-v2-feature,
.premium-v2-photo-card,
.premium-v2-quote-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.6rem;
    background: #fff;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.22);
}

.premium-v2-feature {
    position: relative;
    min-height: 17rem;
}

.premium-v2-feature img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 17rem;
    object-fit: cover;
}

.premium-v2-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 16, 28, 0.02), rgba(5, 16, 28, 0.78));
}

.premium-v2-feature div {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1;
}

.premium-v2-feature span,
.premium-v2-feature strong,
.premium-v2-photo-card strong,
.premium-v2-photo-card span {
    display: block;
}

.premium-v2-feature span {
    color: #ffd661;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.premium-v2-feature strong {
    max-width: 27rem;
    color: #fff;
    font-family: "Sora", Arial, sans-serif;
    font-size: 1.45rem;
    line-height: 1.12;
}

.premium-v2-photo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.premium-v2-photo-card {
    box-shadow: none;
}

.premium-v2-photo-card img {
    display: block;
    width: 100%;
    height: 6.6rem;
    object-fit: cover;
    object-position: center;
}

.premium-v2-photo-card div {
    padding: 0.65rem;
}

.premium-v2-photo-card strong {
    color: #0d2a49;
    font-family: "Sora", Arial, sans-serif;
    font-size: 0.86rem;
}

.premium-v2-photo-card span {
    margin-top: 0.18rem;
    color: #516b82;
    font-size: 0.78rem;
    line-height: 1.24;
}

.premium-v2-quote-card {
    align-self: stretch;
    padding: 1rem;
    color: #0d2a49;
}

.premium-v2-quote-card img {
    display: block;
    width: 4.2rem;
    height: 4.2rem;
    margin-bottom: 0.9rem;
    border-radius: 0.45rem;
    object-fit: cover;
    background: #071625;
}

.premium-v2-quote-card h2 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.15;
}

.premium-v2-quote-card p {
    margin: 0.65rem 0 0;
    color: #435d75;
}

.premium-v2-quote-card ul {
    display: grid;
    gap: 0.45rem;
    margin: 0.95rem 0 1rem;
    padding: 0;
    list-style: none;
}

.premium-v2-quote-card li {
    position: relative;
    padding-left: 1.15rem;
    color: #233f59;
    font-weight: 700;
}

.premium-v2-quote-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: #11824e;
}

@media (max-width: 1180px) {
    .premium-v2-shell {
        grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1fr);
    }

    .premium-v2-quote-card {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 4.2rem 1fr auto;
        gap: 0.9rem;
        align-items: center;
    }

    .premium-v2-quote-card img,
    .premium-v2-quote-card p,
    .premium-v2-quote-card ul {
        margin: 0;
    }

    .premium-v2-quote-card .btn {
        white-space: nowrap;
    }
}

@media (max-width: 860px) {
    .premium-v2-shell {
        grid-template-columns: 1fr;
    }

    .premium-v2-copy h1 {
        max-width: 15ch;
    }
}

@media (max-width: 640px) {
    .premium-home-v2 {
        padding: 2.2rem 0 2rem;
    }

    .premium-v2-copy h1 {
        max-width: none;
        font-size: clamp(2.15rem, 11vw, 3rem);
    }

    .premium-v2-photo-grid,
    .premium-v2-quote-card {
        grid-template-columns: 1fr;
    }

    .premium-v2-photo-card {
        display: grid;
        grid-template-columns: 7.5rem 1fr;
    }

    .premium-v2-photo-card img {
        height: 100%;
        min-height: 6rem;
    }

    .premium-v2-quote-card .btn {
        width: 100%;
        justify-content: center;
    }
}
