:root {
    --red: #e51e25;
    --navy: #132a5e;
    --blue: #2547c9;
    --ink: #111;
    --muted: #68707a;
    --line: #e8e8e8;
    --soft: #fff5f4;
    --max: 1180px;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family:
        Inter,
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        Arial,
        sans-serif;
    color: var(--ink);
    line-height: 1.65;
}
a {
    text-decoration: none;
    color: inherit;
}
.container {
    max-width: var(--max);
    margin: auto;
    padding: 0 22px;
}
.topbar {
	background: #111;
	color: #fff;
	font-size: 12px;
	z-index: 9;
	position: relative;
}
.topbar .container {
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbar a {
    color: #fff;
}
.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 14px 0;
}
.nav {
    height: auto;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 15px 40px #0000000f;
    border: 1px solid #f1f1f1;
    padding: 10px 10px 10px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 158px;
    height: auto;
    display: block;
}
.navlinks {
    display: flex;
    gap: 28px;
    align-items: center;
    font-size: 14px;
    font-weight: 800;
}
.navlinks a:not(.btn) {
    position: relative;
}
.navlinks a:not(.btn):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 0;
    height: 2px;
    background: var(--red);
    transition: 0.25s;
}
.navlinks a:not(.btn):hover:after {
    width: 100%;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 10px;
    padding: 12px 18px;
    font-weight: 800;
    font-size: 14px;
    transition: 0.25s;
    cursor: pointer;
}
.btn-red {
    background: var(--red);
    color: #fff;
    box-shadow: 0 12px 28px #e51e2530;
}
.btn-red:hover {
    transform: translateY(-2px);
    background: #c9151b;
    color: #fff;
}
.btn-light {
    background: #fff;
    border: 1px solid var(--line);
}
.menu-btn {
    display: none;
    border: 0;
    background: #111;
    color: #fff;
    border-radius: 9px;
    padding: 10px 13px;
    font-size: 18px;
}
.hero {
	position: relative;
	overflow: hidden;
	background: url('../assets/images/hero-bg.png');
	padding: 200px 0 115px;
	margin-top: -110px;
	background-size: cover;
	background-position: top center;
}
.hero:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    right: 120px;
    bottom: -140px;
    background: var(--navy);
    opacity: 0.06;
}
.hero-dotgrid {
    position: absolute;
    left: 0;
    top: 90px;
    width: 180px;
    height: 180px;
    background-image: radial-gradient(#e2c8c6 1.6px, transparent 1.6px);
    background-size: 14px 14px;
    opacity: 0.6;
    z-index: 0;
}
.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 50px;
    align-items: center;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff0ef;
    color: var(--red);
    border: 1px solid #ffd6d3;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}
.hero h1 {
    font-size: clamp(42px, 5.4vw, 74px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    margin: 20px 0;
}
.hero h1 span {
    color: var(--red);
}
.hero p {
    font-size: 17px;
    color: #5d6670;
    max-width: 610px;
}
.hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 25px;
}
.hero-media {
    position: relative;
}
.hero-media img {
    width: 100%;
    display: block;
    border-radius: 34px;
    box-shadow: 0 30px 70px #00000026;
    position: relative;
    z-index: 1;
}
.floating-badge {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #111;
    color: #fff;
    padding: 11px 16px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 12px;
    box-shadow: 0 15px 30px #0003;
}
.floating-badge i {
    color: var(--red);
}
.badge-two i {
    color: #fff;
}
.badge-one {
    left: -18px;
    top: 50px;
}
.badge-two {
    right: -16px;
    bottom: 60px;
    background: var(--red);
}
.hero-dots {
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 260px;
    height: 260px;
    background-image: radial-gradient(#e5c9c6 2px, transparent 2px);
    background-size: 16px 16px;
    opacity: 0.55;
    z-index: 0;
}
.hero-trust {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
    font-size: 13px;
    color: #fff;
}
.hero-trust-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 12px;
    flex: none;
}
.stats {
    position: relative;
    margin-top: 45px;
    background: #111;
    color: #fff;
    border-radius: 18px;
    padding: 24px 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    box-shadow: 0 20px 50px #00000026;
}
.stat {
    position: relative;
}
.stat i {
    color: var(--red);
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
}
.stat strong {
    font-size: 28px;
    display: block;
    line-height: 1;
}
.stat span {
    font-size: 12px;
    color: #aaa;
}
.stat:not(:last-child) {
    border-right: 1px solid #2a2a2a;
    padding-right: 20px;
}
.section {
    padding: 95px 0;
}
.section-head {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: end;
    margin-bottom: 40px;
}
.kicker {
    font-size: 11px;
    color: var(--red);
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.section h2 {
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.03;
    letter-spacing: -0.045em;
    margin: 10px 0;
}
.section-head p {
    max-width: 420px;
    color: var(--muted);
    margin: 0;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.service-card {
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
    box-shadow: 0 8px 30px #0000000a;
}
.service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 50px #0000001f;
    border-color: #ffd1cf;
}
.service-art {
    background: #fafafa;
    padding: 18px;
    height: 220px;
}
.service-art img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service-copy {
    padding: 24px;
}
.service-copy h3 {
    font-size: 22px;
    margin: 0 0 8px;
}
.service-copy p {
    color: var(--muted);
    font-size: 14px;
    min-height: 68px;
}
.service-link {
    color: var(--red);
    font-weight: 900;
    font-size: 13px;
    margin-right: 12px;
}
.service-actions {
    display: flex;
    gap: 10px;
    margin-top: 6px;
}
.sbtn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 11px 12px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 13px;
    transition: 0.25s;
    border: 1px solid transparent;
}
.sbtn-ghost {
    background: #fff5f4;
    color: var(--red);
    border-color: #ffd6d3;
}
.sbtn-ghost:hover {
    background: #ffe4e2;
    transform: translateY(-2px);
}
.sbtn-solid {
    background: var(--red);
    color: #fff;
    box-shadow: 0 10px 22px #e51e2530;
}
.sbtn-solid:hover {
    background: #c9151b;
    transform: translateY(-2px);
}
.feature {
    background: #111;
    color: #fff;
}
.feature-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: center;
}
.feature-img {
    border-radius: 28px;
    overflow: hidden;
}
.feature-img img {
    width: 100%;
    display: block;
}
.feature h2 {
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.02;
}
.feature p {
    color: #b7b7b7;
}
.checks {
    display: grid;
    gap: 15px;
    margin: 28px 0;
}
.check {
    display: flex;
    gap: 12px;
}
.check i {
    color: var(--red);
    margin-top: 5px;
}
.check strong {
    display: block;
}
.check span {
    color: #aaa;
    font-size: 13px;
}
.brands {
    background: #fafafa;
}
.brand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.brand {
    min-height: 110px;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    box-shadow: 0 10px 25px #0000000a;
    transition: 0.25s;
}
.brand:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px #00000014;
    border-color: #ffd1cf;
}
.brand-badge {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.02em;
    flex: none;
}
.brand-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.brand strong {
    font-size: 20px;
}
.brand-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #8a8f95;
    font-size: 12px;
    font-weight: 700;
}
.brand-tag i {
    color: #2fae5b;
    font-size: 12px;
}
.cta {
    padding: 75px 0;
}
.cta-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #ffd9d6;
    background: linear-gradient(120deg, #fff4f2, #fff);
    border-radius: 30px;
    padding: 42px;
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 35px;
    align-items: center;
}
.cta-decor {
    position: absolute;
    right: -90px;
    top: -90px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: #ffe1de;
    z-index: 0;
}
.cta-copy {
    position: relative;
    z-index: 1;
}
.cta-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 22px;
}
.cta-avail {
    margin-top: 18px;
    font-size: 12.5px;
    color: #8a8f95;
    font-weight: 700;
}
.cta-avail i {
    color: var(--red);
    margin-right: 4px;
}
.contact-card {
    position: relative;
    z-index: 1;
    background: #111;
    color: #fff;
    border-radius: 22px;
    padding: 28px;
}
.contact-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #292929;
}
.contact-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--red);
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 14px;
    flex: none;
}
.contact-card-head h3 {
    margin: 0;
    font-size: 17px;
}
.contact-card-head span {
    color: #999;
    font-size: 12px;
}
.contact-card p {
    color: #bbb;
    font-size: 14px;
}
.contact-line {
    display: flex;
    gap: 12px;
    margin: 12px 0;
    font-size: 14px;
}
.contact-line i {
    color: var(--red);
    width: 20px;
}
.page-hero {
    padding: 65px 0;
    background: #111;
    color: #fff;
}
.page-hero-grid {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 50px;
    align-items: center;
}
.page-hero h1 {
    font-size: clamp(40px, 5vw, 70px);
    line-height: 1;
    letter-spacing: -0.05em;
    margin: 15px 0;
}
.page-hero p {
    color: #bbb;
    max-width: 620px;
}
.page-art img {
    width: 100%;
    border-radius: 28px;
}
.detail-grid {
    display: grid;
    grid-template-columns: 1fr 0.55fr;
    gap: 60px;
}
.detail h2 {
    font-size: 38px;
    line-height: 1.05;
}
.detail p {
    color: #59616b;
}
.list-box {
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 28px;
    background: #fff;
    box-shadow: 0 12px 35px #0000000f;
}
.list-box h3 {
    margin-top: 0;
}
.list-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-box li {
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
}
.list-box li:last-child {
    border-bottom: 0;
}
.list-box i {
    color: var(--red);
    margin-right: 10px;
}
.process {
    background: #fafafa;
}
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.step {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 26px;
    transition: 0.3s;
    overflow: hidden;
}
.step:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.3s;
}
.step:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 40px #00000014;
    border-color: #ffd1cf;
}
.step:hover:before {
    transform: scaleX(1);
}
.step-no {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #ffeceb;
    color: var(--red);
    display: grid;
    place-items: center;
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 16px;
    box-shadow: 0 8px 18px #e51e2520;
}
.faq {
    max-width: 900px;
}
.faq details {
    border-bottom: 1px solid var(--line);
    padding: 20px 0;
}
.faq summary {
    cursor: pointer;
    font-weight: 800;
    font-size: 17px;
}
.faq p {
    color: var(--muted);
    margin-bottom: 0;
}
.footer {
    background: #111;
    color: #fff;
    padding: 55px 0 25px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    gap: 50px;
}
.footer .logo {
    background: #fff;
    border-radius: 7px;
    padding: 5px;
}
.footer p,
.footer a {
    color: #aaa;
    font-size: 13px;
}
.footer h4 {
    margin-top: 0;
}
.copyright {
    border-top: 1px solid #292929;
    margin-top: 40px;
    padding-top: 20px;
    color: #666;
    font-size: 11px;
}
.float-actions {
    position: fixed;
    right: 18px;
    bottom: 20px;
    z-index: 1500;
    display: grid;
    gap: 10px;
}
.float-actions a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: 0 10px 25px #00000040;
}
.call {
    background: #111;
}
.wa {
    background: #18b957;
}
.overlay {
    position: fixed;
    inset: 0;
    background: #0000008c;
    z-index: 1900;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}
.overlay.open {
    opacity: 1;
    visibility: visible;
}
.mobile-menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: min(88%, 390px);
    background: #fff;
    padding: 24px;
    transform: translateX(100%);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}
.overlay.open .mobile-menu {
    transform: translateX(0);
}
.mobile-menu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-menu nav {
    display: grid;
    margin-top: 35px;
}
.mobile-menu nav a {
    font-size: 24px;
    font-weight: 800;
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
}
.mobile-contact {
    margin-top: auto;
    background: #111;
    color: #fff;
    padding: 20px;
    border-radius: 18px;
}
.mobile-contact p {
    font-size: 12px;
    color: #bbb;
}
.modal-backdrop-custom {
    position: fixed;
    inset: 0;
    background: #000000a6;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}
.modal-backdrop-custom.show {
    display: flex;
}
.modal-box {
    background: #fff;
    border-radius: 24px;
    max-width: 600px;
    width: 100%;
    padding: 28px;
    position: relative;
}
.close-modal {
    position: absolute;
    right: 15px;
    top: 15px;
    border: 0;
    background: #f2f2f2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.form-control,
.form-select {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font: inherit;
}
.form-full {
    grid-column: 1/-1;
}
.form-note {
    font-size: 12px;
    color: #777;
}
@media (max-width: 900px) {
    .navlinks {
        display: none;
    }
    .menu-btn {
        display: block;
    }
    .hero-grid,
    .page-hero-grid,
    .feature-grid,
    .cta-box,
    .detail-grid {
        grid-template-columns: 1fr;
    }
    .hero {
		padding-top: 127px;
		margin-top: -100px;
		background: transparent;
		padding-bottom: 35px;
	}
    .hero-media {
        order: -1;
    }
    .stats {
        grid-template-columns: 1fr;
    }
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .brand-grid {
        grid-template-columns: 1fr 1fr;
    }
    .process-grid {
        grid-template-columns: 1fr 1fr;
    }
    .section {
        padding: 70px 0;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .section-head {
        display: block;
    }
    .section-head p {
        margin-top: 15px;
    }
}
@media (max-width: 600px) {
    .topbar .container {
        height: 32px;
        font-size: 10px;
    }
    .nav {
        height: 68px;
    }
    .logo {
        width: 125px;
    }
    .hero h1 {
        font-size: 44px;
    }
    .hero p {
        font-size: 15px;
    }
    .hero-actions .btn {
        width: 100%;
    }
    .hero-media img {
        border-radius: 22px;
    }
    .floating-badge {
        font-size: 10px;
    }
    .badge-one {
        left: 8px;
        top: 12px;
    }
    .badge-two {
        right: 8px;
        bottom: 20px;
    }
    .services-grid,
    .brand-grid,
    .process-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .service-art {
        height: 205px;
    }
    .cta-box {
        padding: 25px;
    }
    .form-grid {
        grid-template-columns: 1fr;
    }
    .form-full {
        grid-column: auto;
    }
    .page-hero {
        padding: 45px 0;
    }
    .page-art {
        order: -1;
    }
    .float-actions {
        right: 12px;
    }
    .mobile-menu nav a {
        font-size: 21px;
    }
}
/* ===== v3 additions: brand strip, services header, featured card, marquee, promo banner, hero upgrades ===== */
.btn-navy {
    background: var(--navy);
    color: #fff;
    box-shadow: 0 12px 28px #132a5e30;
}
.btn-navy:hover {
    background: #0d1e45;
    color: #fff;
    transform: translateY(-2px);
}

/* Brand strip */
.brand-strip {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 22px;
    padding: 38px 30px 26px;
    box-shadow: 0 20px 50px #0000000d;
}
.brand-strip-ribbon {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--red);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 9px 26px;
    border-radius: 999px;
    box-shadow: 0 12px 24px #e51e2540;
    white-space: nowrap;
}
.brand-strip-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.brand-wordmark {
    font-weight: 900;
    font-size: 27px;
    letter-spacing: -0.01em;
    transition: 0.25s;
}
.brand-wordmark:hover {
    transform: translateY(-3px);
}
.brand-wordmark.pr {
    color: var(--red);
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
}
.brand-wordmark.gl {
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.03em;
}
.brand-wordmark.sf {
    color: var(--navy);
    font-family: Georgia, serif;
}
.brand-wordmark.sf em {
    color: var(--red);
    font-style: italic;
}
.brand-strip-all {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 800;
    color: #333;
    border-left: 1px solid #eee;
    padding-left: 24px;
    text-align: left;
}
.brand-strip-all i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff0ef;
    color: var(--red);
    display: grid;
    place-items: center;
    font-size: 15px;
    flex: none;
}

/* Services section header (eyebrow pill) */
.eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff0ef;
    color: var(--red);
    border: 1px solid #ffd6d3;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 14px;
}
.eyebrow-pill i {
    font-size: 12px;
}

/* Featured (dark) service card */
.service-card.featured {
    background: linear-gradient(150deg, var(--navy), #0c1938);
    border-color: transparent;
    color: #fff;
}
.service-card.featured .service-art {
    background: #0f2049;
}
.service-card.featured .kicker {
    color: #ff9d92;
}
.service-card.featured h3 {
    color: #fff;
}
.service-card.featured p {
    color: #b7c0d6;
}
.service-card.featured .sbtn-ghost {
    background: #ffffff14;
    color: #fff;
    border-color: #ffffff2a;
}
.service-card.featured .sbtn-ghost:hover {
    background: #ffffff26;
}

/* Marquee */
.marquee {
    overflow: hidden;
    background: var(--navy);
    padding: 16px 0;
}
.marquee-track {
    display: flex;
    width: max-content;
    gap: 0;
    animation: marqueeScroll 26s linear infinite;
}
.marquee:hover .marquee-track {
    animation-play-state: paused;
}
.marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    padding: 0 22px;
    white-space: nowrap;
}
.marquee-item i {
    color: var(--red);
    font-size: 12px;
}
@keyframes marqueeScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Promo banner (CTA with illustration) */
.promo-banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, var(--navy), #1a3a7a);
    border-radius: 30px;
    padding: 50px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 30px;
    align-items: center;
    color: #fff;
}
.promo-banner:before {
    content: "";
    position: absolute;
    left: -60px;
    bottom: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: #ffffff0d;
}
.promo-copy {
    position: relative;
    z-index: 1;
}
.promo-copy h2 {
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.08;
    margin: 0 0 14px;
    letter-spacing: -0.03em;
}
.promo-copy p {
    color: #c3cbe0;
    max-width: 460px;
    margin: 0 0 26px;
}
.promo-art {
    position: relative;
    z-index: 1;
}
.promo-art img {
    width: 100%;
    display: block;
}

/* Hero checklist + guarantee badge */
.hero-checks {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 22px;
}
.hero-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #444;
}
.hero-check i {
    color: var(--red);
}
.badge-guarantee {
    position: absolute;
    z-index: 2;
    right: -10px;
    bottom: 120px;
    background: var(--navy);
    color: #fff;
    border-radius: 18px;
    padding: 18px 20px;
    text-align: center;
    box-shadow: 0 20px 40px #132a5e40;
    width: 126px;
}
.badge-guarantee i {
    font-size: 18px;
    color: #ff9d92;
    margin-bottom: 6px;
    display: block;
}
.badge-guarantee strong {
    display: block;
    font-size: 20px;
}
.badge-guarantee span {
    display: block;
    font-size: 10.5px;
    color: #c3cbe0;
    margin-top: 2px;
    line-height: 1.3;
}

/* Hero quick form */
.hero-quickform {
    position: relative;
    z-index: 2;
    margin-top: -46px;
    margin-bottom: 36px;
}
.qf-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 30px 60px #00000022;
    border: 1px solid #eee;
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr auto;
    gap: 12px;
    align-items: center;
}
.qf-field {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 12px 14px;
}
.qf-field i {
    color: var(--red);
    width: 16px;
    text-align: center;
}
.qf-field input,
.qf-field select {
    border: 0;
    outline: 0;
    font: inherit;
    width: 100%;
    background: transparent;
    color: var(--ink);
}
.qf-submit {
    background: var(--red);
    color: #fff;
    border: 0;
    border-radius: 12px;
    padding: 13px 22px;
    font-weight: 800;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: 0.25s;
}
.qf-submit:hover {
    background: #c9151b;
    transform: translateY(-2px);
}
@media (max-width: 900px) {
    .qf-card {
        grid-template-columns: 1fr 1fr;
    }
    .qf-submit {
        grid-column: 1/-1;
    }
    .brand-strip-row {
        justify-content: center;
        text-align: center;
    }
    .brand-strip-all {
        border-left: 0;
        padding-left: 0;
        border-top: 1px solid #eee;
        padding-top: 16px;
        width: 100%;
        justify-content: center;
    }
    .promo-banner {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 34px;
    }
    .promo-copy p {
        margin-left: auto;
        margin-right: auto;
    }
    .promo-art {
        order: -1;
        max-width: 260px;
        margin: auto;
    }
    @media (max-width: 900px) {
        .badge-guarantee {
            right: auto;
            left: 14px;
            bottom: 14px;
            width: 100px;
            padding: 12px 10px;
        }
        .badge-guarantee strong {
            font-size: 17px;
        }
        .badge-guarantee span {
            font-size: 9.5px;
        }
    }
    .badge-guarantee i {
        margin-bottom: 0;
    }
}
@media (max-width: 600px) {
    .qf-card {
        grid-template-columns: 1fr;
    }
    .qf-submit {
        grid-column: auto;
    }
    .hero-quickform {
        margin-top: 20px;
    }
    .stat:not(:last-child) {
        border-right: 0;
        padding-right: 0;
    }
    .stat {
        border-bottom: 1px solid #2a2a2a;
        padding-bottom: 14px;
    }
    .stat:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

/* Numbered service card index (v4) */
.card-index {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.card-no {
    font-size: 26px;
    font-weight: 900;
    color: #eee;
    letter-spacing: -0.02em;
}
.service-card.featured .card-no {
    color: #ffffff26;
}
.card-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: #fff0ef;
    color: var(--red);
    display: grid;
    place-items: center;
    font-size: 15px;
    flex: none;
}
.service-card.featured .card-icon {
    background: #ffffff14;
    color: #ff9d92;
}

/* ===== v5: clean icon service cards + full-bleed wavy promo ===== */
.section-head-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    max-width: 420px;
}
.section-head-right p {
    margin: 0;
    text-align: right;
}
@media (max-width: 900px) {
    .section-head-right {
        align-items: flex-start;
    }
    .section-head-right p {
        text-align: left;
    }
}

.scard {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 28px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}
.scard:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px #00000014;
    border-color: #ffd1cf;
}
.scard-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 22px;
    margin-bottom: 20px;
    box-shadow: 0 12px 24px #e51e2530;
}
.scard h3 {
    margin: 0 0 8px;
    font-size: 19px;
}
.scard p {
    color: var(--muted);
    font-size: 14px;
    flex: 1;
    margin: 0 0 18px;
}
.scard-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--navy);
    font-weight: 800;
    font-size: 13px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
}
.scard-more i {
    font-size: 11px;
    transition: 0.25s;
}
.scard-more:hover {
    color: var(--red);
}
.scard-more:hover i {
    transform: translate(2px, -2px);
}

/* Full-bleed wavy promo banner */
.promo-full {
    position: relative;
    overflow: hidden;
    background: linear-gradient(100deg, #3355e0, var(--navy));
    padding: 0;
}
.promo-full-wave {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background-image: repeating-radial-gradient(
            circle at 15% 30%,
            #ffffff14 0,
            #ffffff14 2px,
            transparent 3px,
            transparent 60px
        ),
        repeating-linear-gradient(115deg, #ffffff10 0, #ffffff10 2px, transparent 2px, transparent 90px);
}
.promo-full-inner {
    position: relative;
    z-index: 1;
    max-width: var(--max);
    margin: auto;
    padding: 64px 22px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 30px;
}
.promo-full-copy h2 {
    color: #fff;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0 0 16px;
}
.promo-full-copy p {
    color: #dbe2fb;
    max-width: 480px;
    margin: 0 0 26px;
}
.promo-full-art {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    min-height: 260px;
}
.promo-full-art img {
    position: relative;
    bottom: -30px;
    max-height: 360px;
    width: auto;
    filter: drop-shadow(0 25px 30px #00000030);
}
@media (max-width: 900px) {
    .promo-full-inner {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 50px 22px;
    }
    .promo-full-copy p {
        margin-left: auto;
        margin-right: auto;
    }
    .promo-full-art {
        order: -1;
        min-height: 220px;
    }
    .promo-full-art img {
        max-height: 240px;
        bottom: -16px;
    }
}

/* ===== v6: mobile services list, floating dock, clean slide-menu contact card ===== */

/* Clean white slide-menu contact card */
.mobile-contact {
    margin-top: auto;
    background: #fff;
    color: #111;
    padding: 20px;
    border-radius: 18px;
    border: 1px solid #eee;
    box-shadow: 0 12px 30px #0000000d;
}
.mc-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #eee;
}
.mc-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 13px;
    flex: none;
}
.mc-head strong {
    display: block;
    font-size: 14px;
}
.mc-head span {
    font-size: 11px;
    color: #888;
}
.mc-row {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 12.5px;
    align-items: flex-start;
}
.mc-row i {
    color: var(--red);
    width: 16px;
    margin-top: 2px;
    flex: none;
}
.mc-row b {
    display: block;
    font-size: 10.5px;
    color: #999;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1px;
}
.mc-row span {
    color: #222;
}
.mc-row a {
    color: #222;
}

/* Floating mobile dock (Home / Call / WhatsApp / Book) */
.mobile-dock {
    display: none;
}
@media (max-width: 600px) {
    body {
        padding-bottom: 82px;
    }
    .float-actions {
        display: none;
    }
    .mobile-dock {
        display: flex;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        bottom: 14px;
        z-index: 1500;
        background: #fff;
        border-radius: 999px;
        box-shadow: 0 20px 45px #00000033;
        padding: 7px;
        gap: 2px;
        border: 1px solid #f0f0f0;
    }
    .mobile-dock a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3px;
        padding: 8px 13px;
        border-radius: 999px;
        color: #666;
        font-size: 9.5px;
        font-weight: 800;
        min-width: 52px;
        transition: 0.2s;
    }
    .mobile-dock i {
        font-size: 15px;
    }
    .mobile-dock a:last-child {
        background: var(--red);
        color: #fff;
    }
}

/* Mobile services list (card-row style) */
@media (max-width: 600px) {
    .services-grid {
        display: block;
        background: var(--red);
        border-radius: 26px;
        padding: 22px 0;
    }
    .scard {
        flex-direction: row;
        align-items: center;
        gap: 14px;
        background: #fff;
        border-radius: 999px;
        padding: 8px;
        margin: 0 16px 14px;
        box-shadow: 0 15px 30px #00000022;
        border: 0;
    }
    .scard:last-child {
        margin-bottom: 0;
    }
    .scard-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 0;
        flex: none;
    }
    .scard h3 {
        font-size: 14.5px;
        margin: 0;
    }
    .scard p {
        display: none;
    }
    .scard-more {
        border-top: 0;
        padding-top: 0;
        margin-left: auto;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #fff5f4;
        justify-content: center;
        flex: none;
    }
    .scard-more span {
        display: none;
    }
}

/* ===== v7: hero media bleed composition (technician illustration + arc) ===== */
.hero-media {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.hero-media-arc {
    position: absolute;
    right: -10%;
    top: -6%;
    width: 105%;
    height: 112%;
    border-radius: 50%;
    background: #dbe3fb;
    z-index: 0;
}
.hero-tech-img {
    position: relative;
    z-index: 1;
    width: auto;
    height: 100%;
    max-height: 560px;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 30px 30px #00000022);
}
.hero-dot {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}
.hero-dot-a {
    width: 120px;
    height: 120px;
    background: #c9d6fb;
    right: 0;
    bottom: 30px;
}
.hero-dot-b {
    width: 26px;
    height: 26px;
    background: var(--navy);
    right: 60px;
    bottom: 10px;
}
@media (max-width: 900px) {
    .hero-media {
        min-height: auto;
        order: -1;
    }
    .hero-media-arc {
        right: 0;
        left: 0;
        margin: auto;
        width: 82%;
        height: 100%;
    }
    .hero-tech-img {
        max-height: 380px;
    }
    .hero-dot-a,
    .hero-dot-b {
        display: none;
    }
}

/* ================================================================
   UNIQUE SERVICES — form validation styles
   Works WITH the existing .qf-card grid layout and .form-grid modal
   layout above — does not redefine display/grid-template-columns,
   only adds error/valid/invalid states.
   ================================================================ */

/* ---------- Hero quick-form (#quickForm) ---------- */
.qf-field {
    position: relative;
}
.qf-error {
    position: absolute;
    top: 100%;
    left: 2px;
    margin-top: 4px;
    color: #e5231b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
}
.qf-field.qf-invalid input,
.qf-field.qf-invalid select {
    border-color: #e5231b !important;
    box-shadow: 0 0 0 3px rgba(229, 35, 27, 0.12);
}
.qf-field.qf-valid input,
.qf-field.qf-valid select {
    border-color: #1a9c4c !important;
}
.qf-form-msg {
    grid-column: 1 / -1;
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 8px;
    display: none;
}
.qf-form-msg.qf-msg-error {
    display: block;
    background: #fff1f0;
    color: #e5231b;
}
.qf-form-msg.qf-msg-success {
    display: block;
    background: #eafaf0;
    color: #1a9c4c;
}
.qf-submit[disabled] {
    opacity: 0.65;
    cursor: not-allowed;
}
@media (max-width: 900px) {
    .qf-error {
        position: static;
        margin: 4px 2px 0;
        white-space: normal;
    }
}

/* ---------- Popup modal form (#serviceModal) ---------- */
.field-wrap {
    position: relative;
}
.field-error {
    display: block;
    position: absolute;
    top: 100%;
    left: 2px;
    margin-top: 4px;
    color: #e5231b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
}
.form-control.modal-invalid,
.form-select.modal-invalid {
    border-color: #e5231b !important;
    box-shadow: 0 0 0 3px rgba(229, 35, 27, 0.12);
}
.form-control.modal-valid,
.form-select.modal-valid {
    border-color: #1a9c4c !important;
}
.modal-form-msg {
    font-size: 13.5px;
    font-weight: 600;
    margin: 0 0 12px;
    padding: 10px 14px;
    border-radius: 8px;
    display: none;
}
.modal-form-msg.modal-msg-error {
    display: block;
    background: #fff1f0;
    color: #e5231b;
}
.modal-form-msg.modal-msg-success {
    display: block;
    background: #eafaf0;
    color: #1a9c4c;
}
.modal-box button[type="submit"][disabled] {
    opacity: 0.65;
    cursor: not-allowed;
}