/*
 * stage18r2h1a-renoflow-public-frontdoor
 */

:root {
    --bg: #07111f;
    --panel: #0d1b2d;
    --panel-soft: #12243a;
    --panel-blue: #102b50;
    --line: #263e5c;
    --line-bright: #397eea;
    --text: #f4f8ff;
    --muted: #aabed7;
    --blue: #4c9cff;
    --blue-strong: #287cea;
    --green: #72d6ae;
    --orange: #f1b665;
    --shadow: 0 24px 60px rgba(0, 0, 0, .25);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(
            circle at 85% 5%,
            rgba(36, 105, 205, .18),
            transparent 27rem
        ),
        radial-gradient(
            circle at 15% 30%,
            rgba(45, 133, 224, .10),
            transparent 32rem
        ),
        var(--bg);
    color: var(--text);
    font-family:
        Inter,
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    line-height: 1.55;
}

a {
    color: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(50, 77, 109, .8);
    background: rgba(7, 17, 31, .91);
    backdrop-filter: blur(16px);
}

.header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.brand img {
    width: 76px;
    height: 48px;
    object-fit: contain;
    border-radius: 7px;
    background: white;
}

.brand-copy {
    line-height: 1.1;
}

.brand-copy strong {
    display: block;
    font-size: 19px;
    letter-spacing: -.02em;
}

.brand-copy span {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 12px;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    flex-wrap: wrap;
}

.nav a {
    padding: 9px 11px;
    border-radius: 8px;
    color: #d7e4f5;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.nav a:hover {
    background: #10233b;
    color: white;
}

.nav .sign-in {
    border: 1px solid var(--line-bright);
    background: #143e72;
    color: white;
}

.hero {
    padding: 94px 0 70px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 60px;
    align-items: center;
}

.eyebrow {
    margin-bottom: 15px;
    color: #73b0ff;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

.hero h1 {
    max-width: 760px;
    margin-bottom: 22px;
    font-size: clamp(46px, 7vw, 82px);
    line-height: .99;
    letter-spacing: -.055em;
}

.hero-lead {
    max-width: 720px;
    margin-bottom: 28px;
    color: #c4d5e8;
    font-size: clamp(18px, 2vw, 23px);
}

.actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border: 1px solid var(--line-bright);
    border-radius: 9px;
    background: #173f72;
    color: white;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.button:hover {
    background: #205493;
}

.button.primary {
    border-color: #4b9cff;
    background: var(--blue-strong);
}

.button.primary:hover {
    background: #388bf4;
}

.button.subtle {
    border-color: var(--line);
    background: #101f32;
}

.hero-points {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.hero-points span {
    padding: 7px 10px;
    border: 1px solid #203c5c;
    border-radius: 999px;
    background: rgba(14, 31, 51, .8);
    color: #aec7e4;
    font-size: 12px;
    font-weight: 700;
}

.reno-card {
    position: relative;
    overflow: hidden;
    padding: 32px;
    border: 1px solid #2d5e9f;
    border-radius: 22px;
    background:
        linear-gradient(
            155deg,
            rgba(34, 88, 155, .55),
            rgba(13, 29, 48, .96) 52%
        );
    box-shadow: var(--shadow);
}

.reno-card::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -70px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(70, 151, 255, .12);
}

.reno-avatar {
    width: 94px;
    height: 94px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    border: 1px solid #4b88d1;
    border-radius: 27px;
    background: #0e2949;
    font-size: 55px;
    transform: rotate(-3deg);
}

.reno-card h2 {
    margin-bottom: 8px;
    font-size: 28px;
}

.reno-card p {
    color: #bfd2e9;
}

.reno-quote {
    position: relative;
    z-index: 2;
    margin-top: 22px;
    padding: 15px 17px;
    border-left: 3px solid #5da8ff;
    border-radius: 7px;
    background: rgba(7, 20, 37, .65);
    color: white;
    font-weight: 750;
}

.section {
    padding: 72px 0;
}

.section.alt {
    border-top: 1px solid rgba(39, 62, 89, .7);
    border-bottom: 1px solid rgba(39, 62, 89, .7);
    background: rgba(9, 22, 38, .62);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 32px;
}

.section-heading h2 {
    margin-bottom: 12px;
    font-size: clamp(31px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.section-heading p {
    color: var(--muted);
    font-size: 17px;
}

.grid-4,
.grid-3 {
    display: grid;
    gap: 16px;
}

.grid-4 {
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
}

.grid-3 {
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
}

.feature-card,
.road-card,
.plan-mini {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--panel);
}

.feature-card {
    min-height: 210px;
    padding: 21px;
}

.feature-tag {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.feature-card h3 {
    margin-bottom: 9px;
    font-size: 21px;
}

.feature-card p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 14px;
}

.road-card {
    padding: 22px;
}

.road-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 17px;
}

.road-card span {
    color: var(--muted);
    font-size: 14px;
}

.live-box {
    overflow: hidden;
    border: 1px solid #356bb0;
    border-radius: 20px;
    background:
        linear-gradient(
            150deg,
            rgba(25, 62, 105, .5),
            rgba(13, 26, 44, .97) 44%
        );
    box-shadow: var(--shadow);
}

.live-main {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 30px;
    padding: 34px;
}

.live-main h2 {
    margin-bottom: 12px;
    font-size: clamp(31px, 4vw, 46px);
}

.live-main p {
    color: #bfd2e8;
    font-size: 16px;
}

.flow-list {
    display: grid;
    gap: 9px;
}

.flow-item {
    padding: 11px 13px;
    border: 1px solid #284766;
    border-radius: 9px;
    background: #0c1b2e;
    color: #d4e3f4;
    font-size: 14px;
    font-weight: 700;
}

.plan-area {
    padding: 30px 34px 34px;
    border-top: 1px solid #2d527d;
    background: rgba(7, 17, 30, .5);
}

.plan-area-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.plan-area-heading h3 {
    margin-bottom: 4px;
    font-size: 23px;
}

.plan-area-heading p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 13px;
}

.plan-grid {
    display: grid;
    grid-template-columns:
        repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.plan-mini {
    min-height: 145px;
    padding: 15px;
}

.plan-mini.recommended {
    border-color: #3d8cff;
}

.plan-mini .name {
    margin-bottom: 6px;
    color: #75afff;
    font-size: 12px;
    font-weight: 850;
}

.plan-mini .price {
    margin-bottom: 7px;
    font-size: 23px;
    font-weight: 850;
}

.plan-mini .price small {
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
}

.plan-mini p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 12px;
}

.tester-box {
    padding: 25px;
    border: 1px dashed #35516f;
    border-radius: 14px;
    background: #0b192a;
}

.tester-box strong {
    display: block;
    margin-bottom: 7px;
}

.tester-box p {
    margin-bottom: 0;
    color: var(--muted);
}

.cw-box {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 34px;
    padding: 36px;
    border: 1px solid #344e6c;
    border-radius: 20px;
    background:
        linear-gradient(
            135deg,
            #101f32,
            #0b1828
        );
}

.cw-box h2 {
    margin-bottom: 12px;
    font-size: clamp(29px, 4vw, 43px);
}

.cw-box p {
    color: var(--muted);
}

.service-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.service-list div {
    padding: 11px 13px;
    border: 1px solid #29425e;
    border-radius: 9px;
    background: #0c1b2c;
    color: #d6e4f3;
    font-size: 13px;
    font-weight: 700;
}

.footer {
    padding: 35px 0 45px;
    border-top: 1px solid #25384e;
    color: #8ea6c1;
    font-size: 12px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 980px) {
    .hero-grid,
    .live-main,
    .cw-box {
        grid-template-columns: 1fr;
    }

    .grid-4 {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .plan-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .shell {
        width: min(100% - 24px, 1180px);
    }

    .header-inner {
        padding: 12px 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .nav {
        width: 100%;
        justify-content: flex-start;
    }

    .brand img {
        width: 66px;
        height: 42px;
    }

    .hero {
        padding: 62px 0 48px;
    }

    .hero-grid {
        gap: 34px;
    }

    .grid-4,
    .grid-3,
    .plan-grid,
    .service-list {
        grid-template-columns: 1fr;
    }

    .feature-card {
        min-height: 0;
    }

    .live-main,
    .plan-area,
    .cw-box {
        padding: 24px;
    }

    .plan-area-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}
