* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f7f7f4;
    color: #202124;
}

a {
    color: inherit;
}

.business-hero {
    min-height: 650px;
    padding: 80px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:
        linear-gradient(
            rgba(25, 28, 31, 0.88),
            rgba(25, 28, 31, 0.88)
        ),
        radial-gradient(circle at top, #555, #202124);
    color: white;
}

.hero-inner {
    max-width: 980px;
}

.brand {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 38px;
}

.business-hero h1 {
    font-size: clamp(48px, 7vw, 82px);
    line-height: 1.03;
    margin: 0 auto 28px auto;
    max-width: 950px;
}

.hero-copy {
    max-width: 780px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.55;
    color: #e6e6e6;
}

.hero-actions {
    margin-top: 42px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.button {
    display: inline-block;
    padding: 16px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
}

.button.primary {
    background: white;
    color: #202124;
}

.button.secondary {
    border: 1px solid rgba(255,255,255,0.65);
    color: white;
}

.benefit-strip {
    max-width: 1150px;
    margin: -35px auto 0 auto;
    background: white;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.benefit-strip div {
    text-align: center;
    padding: 28px 12px;
    font-weight: 700;
    font-size: 18px;
    border-right: 1px solid #ececec;
}

.benefit-strip div:last-child {
    border-right: none;
}

main section {
    padding: 90px 25px;
}

.intro-section,
.service-section,
.process-section,
.example-section,
.family-section {
    max-width: 1150px;
    margin: 0 auto;
}

.eyebrow {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #666;
}

.eyebrow.light {
    color: #c9c9c9;
}

.intro-section h2,
.service-section h2,
.selection-section h2,
.care-section h2,
.process-section h2,
.family-section h2 {
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.1;
    margin: 0 0 30px 0;
}

.large-copy {
    font-size: 21px;
    line-height: 1.7;
    max-width: 900px;
    color: #4f5256;
}

.service-section {
    padding-top: 35px;
}

.service-grid {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card {
    background: white;
    border-radius: 14px;
    padding: 34px;
    box-shadow: 0 5px 22px rgba(0,0,0,0.07);
}

.service-icon {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #777;
}

.service-card h3 {
    margin: 0 0 15px 0;
    font-size: 27px;
}

.service-card p {
    font-size: 17px;
    line-height: 1.55;
    color: #555;
}

.service-card ul {
    margin: 22px 0 0 0;
    padding-left: 20px;
    line-height: 1.8;
    color: #444;
}

.selection-section {
    max-width: none;
    background: #202124;
    color: white;
}

.selection-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.selection-section p:not(.eyebrow) {
    font-size: 20px;
    line-height: 1.7;
    color: #dedede;
    max-width: 850px;
}

.care-section {
    max-width: 1150px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.35fr 0.8fr;
    gap: 55px;
    align-items: start;
}

.care-list {
    margin-top: 38px;
}

.care-list div {
    padding: 20px 0;
    border-top: 1px solid #ddd;
}

.care-list strong {
    display: block;
    font-size: 19px;
    margin-bottom: 6px;
}

.care-list span {
    color: #555;
    line-height: 1.5;
}

.care-box {
    background: white;
    border-radius: 16px;
    padding: 38px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.09);
}

.small-label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: 700;
    color: #777;
    margin-bottom: 20px;
}

.care-box h3 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.care-box p {
    line-height: 1.65;
    color: #555;
}

.fine-print {
    font-size: 13px;
    margin-top: 25px;
}

.process-section {
    padding-top: 45px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.process-grid div {
    background: white;
    border-radius: 12px;
    padding: 28px;
}

.process-grid span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #202124;
    color: white;
    font-weight: bold;
}

.process-grid h3 {
    margin: 22px 0 10px;
}

.process-grid p {
    color: #555;
    line-height: 1.55;
}

.example-section {
    padding-top: 35px;
}

.example-card {
    background: #e9ece7;
    border-radius: 18px;
    padding: 45px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}

.example-card h2 {
    font-size: 38px;
    margin: 0 0 20px 0;
}

.example-card p {
    font-size: 19px;
    line-height: 1.6;
    color: #505050;
}

.example-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.example-details span {
    background: white;
    border-radius: 8px;
    padding: 16px;
    font-size: 15px;
    font-weight: 600;
}

.family-section {
    text-align: center;
    max-width: 900px;
}

.family-section .large-copy {
    margin-left: auto;
    margin-right: auto;
}

.family-links {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.family-links a {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.business-footer {
    background: #202124;
    color: white;
    text-align: center;
    padding: 50px 25px;
}

.footer-brand {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.business-footer p {
    color: #ccc;
}

.topnav {
    background: #202124;
    padding: 18px 30px;
}

.topnav a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.project-page {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 25px;
}

.project-page h1 {
    font-size: 56px;
    margin-bottom: 10px;
}

.intro {
    font-size: 22px;
    margin-bottom: 40px;
    color: #555;
}

.content-box {
    background: white;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.content-box h2 {
    margin-top: 0;
}

.content-box p {
    font-size: 18px;
    line-height: 1.6;
}

@media (max-width: 950px) {
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .care-section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .business-hero {
        min-height: 580px;
    }

    .hero-copy {
        font-size: 20px;
    }

    .benefit-strip {
        margin-left: 15px;
        margin-right: 15px;
        grid-template-columns: 1fr;
    }

    .benefit-strip div {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding: 16px;
    }

    .service-grid,
    .process-grid,
    .example-card,
    .example-details {
        grid-template-columns: 1fr;
    }

    main section {
        padding: 65px 22px;
    }

    .family-links {
        flex-direction: column;
        gap: 18px;
    }
}
