* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #172033;
    background:
        radial-gradient(circle at top left, rgba(245, 158, 11, 0.14), transparent 32rem),
        linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
    line-height: 1.6;
}

body.nav-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

.hp-container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.site-shell {
    overflow: hidden;
}

.hp-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(248, 250, 252, 0.86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(18, 32, 51, 0.08);
}

.nav-wrap {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--secondary), #f97316);
    display: grid;
    place-items: center;
    box-shadow: 0 14px 30px rgba(245, 158, 11, 0.32);
}

.brand-mark span {
    width: 22px;
    height: 8px;
    border-radius: 999px;
    background: #fff;
    transform: rotate(-35deg);
    position: relative;
}

.brand-mark span::before {
    content: "";
    width: 9px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    position: absolute;
    right: -4px;
    top: -5px;
}

.brand strong {
    display: block;
    color: var(--primary);
    font-size: 1rem;
    line-height: 1.1;
}

.brand small {
    display: block;
    color: #64748b;
    font-size: 0.76rem;
    margin-top: 3px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-nav a {
    padding: 10px 12px;
    border-radius: 999px;
    color: #334155;
    font-size: 0.92rem;
    transition: 0.2s ease;
}

.main-nav a:hover {
    color: var(--primary);
    background: #fff;
}

.main-nav .nav-cta {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 10px 24px rgba(18, 32, 51, 0.18);
}

.main-nav .nav-cta:hover {
    color: #fff;
    transform: translateY(-1px);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 12px;
    background: var(--primary);
    cursor: pointer;
    padding: 10px;
}

.nav-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #fff;
    border-radius: 999px;
}

.hero-section {
    position: relative;
    padding: 72px 0 48px;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto auto;
    width: 48vw;
    height: 48vw;
    max-width: 620px;
    max-height: 620px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.16), transparent 68%);
    pointer-events: none;
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 48px;
    align-items: center;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--secondary);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
}

.hero-copy h1,
.section-heading h2,
.about-panel h2,
.showcase-copy h2,
.faq-intro h2,
.contact-card h2 {
    margin: 14px 0;
    color: var(--primary);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.hero-copy h1 {
    font-size: clamp(2.55rem, 8vw, 5.6rem);
    max-width: 780px;
}

.hero-lead {
    color: #475569;
    font-size: 1.08rem;
    max-width: 630px;
    margin: 0 0 28px;
}

.hero-actions,
.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border-radius: 999px;
    font-weight: 800;
    transition: 0.22s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: linear-gradient(135deg, var(--secondary), #f97316);
    color: #fff;
    box-shadow: 0 18px 34px rgba(245, 158, 11, 0.28);
}

.btn-ghost {
    background: #fff;
    color: var(--primary);
    box-shadow: inset 0 0 0 1px rgba(18, 32, 51, 0.12);
}

.btn-light {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 34px;
    max-width: 560px;
}

.trust-row div {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(18, 32, 51, 0.08);
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.trust-row strong {
    display: block;
    color: var(--primary);
    font-size: 1.35rem;
}

.trust-row span {
    color: #64748b;
    font-size: 0.86rem;
}

.hero-visual {
    position: relative;
    min-height: 560px;
}

.blueprint-box {
    position: absolute;
    inset: 24px 0 0 34px;
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(18, 32, 51, 0.96), rgba(30, 49, 76, 0.95)),
        var(--primary);
    box-shadow: 0 35px 80px rgba(15, 23, 42, 0.22);
    overflow: hidden;
}

.blueprint-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 34px 34px;
}

.tool-card {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 88px;
    width: min(350px, 85%);
    background: #fff;
    border-radius: 28px;
    padding: 22px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.2);
}

.card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.card-top span {
    color: #64748b;
    font-weight: 800;
    font-size: 0.86rem;
}

.card-top strong {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #fff;
    background: var(--accent);
}

.job-list {
    display: grid;
    gap: 12px;
}

.job-list div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #334155;
    padding: 12px;
    border-radius: 15px;
    background: #f8fafc;
}

.status {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #cbd5e1;
}

.status.done {
    background: var(--accent);
}

.status.active {
    background: var(--secondary);
    box-shadow: 0 0 0 6px rgba(245, 158, 11, 0.12);
}

.floating-badge {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--primary);
    border-radius: 999px;
    padding: 12px 16px;
    font-weight: 800;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.floating-badge span {
    color: var(--accent);
}

.badge-one {
    right: 10px;
    top: 78px;
}

.badge-two {
    right: 44px;
    bottom: 84px;
}

.tool-shape {
    position: absolute;
    opacity: 0.95;
}

.hammer {
    width: 180px;
    height: 22px;
    border-radius: 999px;
    background: var(--secondary);
    right: 80px;
    top: 210px;
    transform: rotate(-35deg);
}

.hammer::before {
    content: "";
    position: absolute;
    width: 74px;
    height: 44px;
    border-radius: 12px;
    background: #e2e8f0;
    right: -32px;
    top: -11px;
}

.wrench {
    width: 170px;
    height: 20px;
    border-radius: 999px;
    background: #e2e8f0;
    right: 130px;
    bottom: 150px;
    transform: rotate(28deg);
}

.wrench::before {
    content: "";
    position: absolute;
    left: -25px;
    top: -15px;
    width: 48px;
    height: 48px;
    border: 10px solid var(--accent);
    border-right-color: transparent;
    border-radius: 50%;
}

.measure-line {
    position: absolute;
    left: 80px;
    bottom: 70px;
    width: 240px;
    height: 18px;
    border-radius: 999px;
    background: repeating-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.9) 0 8px,
        rgba(255, 255, 255, 0.25) 8px 16px
    );
    transform: rotate(-8deg);
}

.quick-strip {
    padding: 18px 0;
}

.strip-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--primary);
    color: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.18);
}

.strip-grid div {
    padding: 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.strip-grid div:last-child {
    border-right: 0;
}

.strip-grid span {
    display: block;
    color: #cbd5e1;
    font-size: 0.8rem;
    margin-bottom: 4px;
}

.strip-grid strong {
    display: block;
    font-size: 0.98rem;
}

.section-pad {
    padding: 82px 0;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 34px;
}

.section-heading.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-heading h2,
.about-panel h2,
.showcase-copy h2,
.faq-intro h2,
.contact-card h2 {
    font-size: clamp(2rem, 5vw, 3.35rem);
}

.section-heading p,
.about-panel p,
.showcase-copy p,
.faq-intro p,
.contact-card p {
    color: #64748b;
    margin: 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.service-card,
.process-card,
.testimonial-card,
.trust-card {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(18, 32, 51, 0.08);
    border-radius: 26px;
    padding: 24px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
    transition: 0.25s ease;
}

.service-card:hover,
.process-card:hover,
.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
}

.icon-box {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(245, 158, 11, 0.14);
    font-size: 1.45rem;
    margin-bottom: 16px;
}

.service-card h3,
.process-card h3,
.trust-card h3,
.testimonial-card strong {
    color: var(--primary);
    margin: 0 0 8px;
}

.service-card p,
.process-card p,
.trust-card p,
.testimonial-card p {
    color: #64748b;
    margin: 0;
}

.about-section {
    background: linear-gradient(135deg, rgba(18, 32, 51, 0.04), rgba(245, 158, 11, 0.08));
}

.about-grid,
.showcase-grid,
.faq-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 42px;
    align-items: center;
}

.about-panel {
    background: #fff;
    border-radius: 32px;
    padding: 34px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.check-list {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.check-list div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #334155;
    font-weight: 700;
}

.check-list span {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.14);
    color: var(--accent);
}

.trust-stack {
    display: grid;
    gap: 16px;
}

.trust-card {
    position: relative;
}

.trust-card.offset {
    margin-left: 42px;
}

.trust-card strong {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--primary);
    color: #fff;
    margin-bottom: 14px;
}

.process-section {
    background: #fff;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.process-card span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--secondary), #f97316);
    color: #fff;
    font-weight: 900;
    margin-bottom: 16px;
}

.showcase-section {
    background:
        radial-gradient(circle at 15% 15%, rgba(245, 158, 11, 0.12), transparent 28rem),
        var(--primary);
    color: #fff;
}

.showcase-section .section-kicker,
.showcase-copy h2 {
    color: #fff;
}

.showcase-copy p {
    color: #cbd5e1;
}

.feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.feature-pills span {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #f8fafc;
    font-weight: 700;
}

.repair-board {
    background: #f8fafc;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 34px 70px rgba(0, 0, 0, 0.24);
}

.board-header {
    display: flex;
    gap: 8px;
    padding: 18px;
    background: #e2e8f0;
}

.board-header span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #94a3b8;
}

.board-content {
    padding: 26px;
}

.before-after {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.before-after small {
    display: block;
    color: #64748b;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.wall-demo {
    position: relative;
    min-height: 190px;
    border-radius: 24px;
    background:
        linear-gradient(90deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px),
        linear-gradient(#fff, #f1f5f9);
    background-size: 20px 20px;
    border: 1px solid #e2e8f0;
}

.wall-demo.cracked::before,
.wall-demo.cracked::after {
    content: "";
    position: absolute;
    width: 5px;
    background: #475569;
    border-radius: 999px;
    transform-origin: top;
}

.wall-demo.cracked::before {
    height: 120px;
    left: 48%;
    top: 28px;
    transform: rotate(18deg);
}

.wall-demo.cracked::after {
    height: 70px;
    left: 54%;
    top: 80px;
    transform: rotate(-42deg);
}

.wall-demo.fixed::before {
    content: "✓";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 4rem;
    color: var(--accent);
    font-weight: 900;
}

.mini-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 16px;
}

.mini-stats div {
    background: #fff;
    border-radius: 20px;
    padding: 18px;
}

.mini-stats strong {
    display: block;
    color: var(--primary);
    font-size: 1.7rem;
}

.mini-stats span {
    color: #64748b;
    font-size: 0.88rem;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.stars {
    color: var(--secondary);
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.testimonial-card strong {
    display: block;
    margin-top: 16px;
}

.testimonial-card span {
    color: #94a3b8;
    font-size: 0.9rem;
}

.faq-section {
    background: #fff;
}

.faq-grid {
    align-items: start;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    border: 1px solid rgba(18, 32, 51, 0.1);
    border-radius: 22px;
    background: #f8fafc;
    overflow: hidden;
}

.faq-item button {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    color: var(--primary);
    font-weight: 900;
    text-align: left;
}

.faq-item button span {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--primary);
    color: #fff;
}

.faq-answer {
    display: none;
    padding: 0 20px 20px;
    color: #64748b;
}

.faq-answer p {
    margin: 0;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active button span {
    background: var(--secondary);
}

.contact-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    background:
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.24), transparent 22rem),
        linear-gradient(135deg, var(--primary), #1e314c);
    border-radius: 34px;
    color: #fff;
    padding: 38px;
    box-shadow: 0 34px 80px rgba(15, 23, 42, 0.22);
}

.contact-card .section-kicker,
.contact-card h2 {
    color: #fff;
}

.contact-card p {
    color: #cbd5e1;
}

.hp-footer {
    padding: 30px 0;
    background: #0f172a;
    color: #fff;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer-grid p,
.footer-grid span {
    color: #94a3b8;
    margin: 6px 0 0;
}

.footer-grid a {
    display: block;
    color: #fff;
    margin-top: 6px;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 60;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 999px;
    background: #22c55e;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(34, 197, 94, 0.35);
    transition: 0.2s ease;
}

.whatsapp-float:hover {
    transform: translateY(-3px);
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 920px) {
    .nav-toggle {
        display: block;
    }

    .main-nav {
        position: fixed;
        inset: 76px 16px auto 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
    }

    body.nav-open .main-nav {
        display: flex;
    }

    .main-nav a {
        padding: 14px;
    }

    .hero-grid,
    .about-grid,
    .showcase-grid,
    .faq-grid,
    .contact-card {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 480px;
    }

    .services-grid,
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .strip-grid {
        grid-template-columns: 1fr;
    }

    .strip-grid div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .strip-grid div:last-child {
        border-bottom: 0;
    }

    .trust-card.offset {
        margin-left: 0;
    }

    .footer-grid {
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .hp-container {
        width: min(100% - 22px, 1120px);
    }

    .nav-wrap {
        min-height: 68px;
    }

    .brand small {
        display: none;
    }

    .hero-section {
        padding: 46px 0 30px;
    }

    .hero-copy h1 {
        font-size: clamp(2.35rem, 15vw, 4rem);
    }

    .hero-actions,
    .contact-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .trust-row,
    .services-grid,
    .process-grid,
    .testimonial-grid,
    .before-after,
    .mini-stats {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 420px;
    }

    .blueprint-box {
        inset: 20px 0 0 0;
    }

    .tool-card {
        top: 70px;
        width: 92%;
    }

    .badge-one {
        top: 18px;
        right: 8px;
    }

    .badge-two {
        right: 8px;
        bottom: 40px;
    }

    .section-pad {
        padding: 58px 0;
    }

    .about-panel,
    .contact-card {
        padding: 24px;
        border-radius: 26px;
    }

    .contact-card {
        text-align: left;
    }

    .whatsapp-float {
        right: 12px;
        bottom: 12px;
    }
}