:root {
    --green: #00a53d;
    --navy: #09214a;
    --muted: #516473
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--navy);
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', Meiryo, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    background: #fff
}

h1,
h2,
h3,
p {
    margin: 0
}

h1,
h2,
h3 {
    line-height: 1.5
}

a {
    color: inherit
}

button {
    font: inherit
}

header {
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 18px
}

.brand {
    display: block;
    width: 242px;
    height: 38px;
    overflow: hidden;
    position: relative
}

.brand img {
    position: absolute;
    width: 282px;
    max-width: none;
    left: -25px;
    top: -26px
}

.wrap {
    width: min(1040px, calc(100% - 64px));
    margin: auto
}

.hero {
    position: relative;
    height: 720px;
    overflow: hidden
}

.hero-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    height: 100%;
    object-fit: cover;
    object-position: 65% center
}

.hero:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, white 0%, white 32%, #ffffffeb 42%, #ffffff80 54%, transparent 70%);
    pointer-events: none
}

.hero-inner {
    position: relative;
    z-index: 1;
    width: min(1200px, calc(100% - 88px));
    margin: auto;
    padding-top: 114px
}

.eyebrow {
    display: inline-block;
    border-bottom: 1px solid #c9d8db;
    font-size: 15px;
    padding: 0 12px 6px
}

.hero h1 {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1.45;
    margin: 14px 0
}

.hero h1 span {
    font-size: 34px
}

.hero em {
    color: var(--green);
    font-style: normal
}

.intro {
    font-size: 14px;
    margin-bottom: 22px
}

.chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0 28px
}

.chips span {
    background: white;
    border-radius: 3px;
    padding: 7px 12px;
    font-weight: bold;
    color: #45824d;
    box-shadow: 0 2px 9px #1233260d;
    font-size: 12px
}

.button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: fit-content;
    min-width: 345px;
    padding: 13px 25px;
    margin: 30px auto 0;
    background: linear-gradient(110deg, #18b73f, #008c26);
    color: white;
    font-weight: 800;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 4px 5px #002d3225;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s
}

.button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px #002d3225
}

.hero .button {
    margin-left: 0;
    width: 450px;
    padding: 19px 24px;
    font-size: 19px
}

.bubble {
    background: white;
    color: var(--green);
    font-size: 10px;
    line-height: 1;
    padding: 7px 5px;
    border-radius: 50%;
    position: relative
}

.micro {
    font-size: 11px;
    margin-top: 12px
}

.hero .micro {
    width: 450px;
    text-align: center
}

.section-title {
    text-align: center;
    position: relative;
    z-index: 1
}

.section-title small {
    color: var(--green);
    font-size: 11px;
    letter-spacing: .18em;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px
}

.section-title small:before,
.section-title small:after {
    content: '';
    height: 1px;
    width: 38px;
    background: #8fd9aa
}

.section-title h2 {
    font-size: 34px;
    font-weight: 900;
    letter-spacing: .05em
}

h2 span,
.assurance span,
.green {
    color: var(--green)
}

.center {
    text-align: center;
    font-size: 12px;
    margin: 16px 0 26px
}

.worry {
    background: #f2f9fb;
    padding: 70px 0 55px;
    position: relative
}

.worry .wrap {
    position: relative
}

.worry-person {
    position: absolute;
    width: 340px;
    height: 210px;
    object-fit: cover;
    right: 0;
    top: -34px;
    mix-blend-mode: multiply;
    object-position: right
}

.worry .section-title,
.worry .center {
    padding-right: 120px
}

.cards {
    display: grid;
    gap: 14px;
    position: relative;
    z-index: 1
}

.five {
    grid-template-columns: repeat(5, 1fr)
}

.four {
    grid-template-columns: repeat(4, 1fr)
}

.three {
    grid-template-columns: repeat(3, 1fr)
}

.cards article {
    background: white;
    border: 1px solid #e0e9ed;
    border-radius: 7px;
    text-align: center;
    padding: 22px 12px;
    box-shadow: 0 3px 4px #14284a06;
    transition: transform .3s
}

.cards article:hover {
    transform: translateY(-4px)
}

.cards small {
    color: var(--green);
    font-size: 12px
}

.cards svg {
    display: block;
    width: 72px;
    height: 72px;
    margin: 12px auto;
    color: var(--green)
}

.cards h3 {
    font-size: 15px;
    margin: 14px 0 10px
}

.cards p {
    font-size: 11px;
    color: var(--muted)
}

.assurance {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    margin: 24px 0 0
}

.service {
    padding: 95px 0 75px
}

.service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center
}

.service h2 {
    font-size: 25px;
    margin: 14px 0
}

.service p {
    font-size: 12px
}

.service mark {
    display: inline-block;
    background: #fff0a5;
    padding: 2px 12px;
    margin: 12px 0
}

.service .cards {
    gap: 10px
}

.service .cards article {
    padding: 12px 5px
}

.service .cards svg {
    width: 40px;
    height: 40px
}

.service .cards h3 {
    font-size: 12px
}

.service-panel {
    background: #f8fcfa;
    padding: 25px 20px;
    border-radius: 8px
}

.diagram {
    display: flex;
    justify-content: space-between;
    gap: 12px
}

.diagram>div {
    flex: 1;
    text-align: center
}

.diagram b {
    font-size: 11px
}

.diagram svg {
    display: block;
    width: 78px;
    height: 78px;
    margin: 20px auto;
    color: var(--green)
}

.comparison {
    padding: 12px;
    background: white;
    box-shadow: 0 2px 12px #17383518;
    border: 1px solid #e6eeee
}

.comparison>b {
    font-size: 10px
}

.comparison>div {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    padding: 10px 0;
    border-bottom: 1px solid #e1ebe6;
    font-size: 9px
}

.comparison strong {
    color: var(--navy)
}

.tag {
    color: var(--green);
    border: 1px solid #bae6cc;
    padding: 0 5px
}

.partner {
    padding: 68px 36px 60px;
    background: radial-gradient(circle at 0 0, #eff8f1 0 100px, transparent 101px), radial-gradient(circle at 100% 0, #eff8f1 0 90px, transparent 91px);
    margin-top: 10px
}

.round {
    border-radius: 50%;
    padding: 4px 5px;
    background: var(--green);
    color: white !important
}

.partner .cards article {
    border-color: #edf2ef
}

.partner .cards svg {
    width: 90px;
    height: 90px;
    margin-bottom: 0
}

.reason {
    padding: 95px 30px 80px
}

.reason .section-title h2 {
    font-size: 29px
}

.reason-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 26px
}

.reason-grid article {
    display: flex;
    position: relative;
    background: #f5faf6;
    min-height: 185px;
    padding: 18px 24px;
    overflow: hidden;
    border-radius: 5px
}

.reason-grid article>div:first-child {
    z-index: 1;
    position: relative;
    width: 62%
}

.reason-grid small {
    font-size: 24px;
    color: var(--green)
}

.reason-grid h3 {
    font-size: 19px;
    line-height: 1.35
}

.reason-grid p {
    font-size: 10px;
    margin-top: 12px
}

.reason-art {
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
    height: 100%
}

.reason-art:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #f5faf6, transparent 70%)
}

.reason-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 75% center
}

.reason-art svg {
    width: 100%;
    height: 100%;
    padding: 30px;
    color: var(--green)
}

.flow {
    padding: 70px 0;
    background: #fafafa
}

.flow .cards {
    margin-top: 35px
}

.step {
    font-size: 26px
}

.flow .cards h3 {
    color: var(--green);
    font-size: 14px
}

.bordered {
    border: 1px solid #baebc8;
    background: #fbfffb;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px
}

.faq {
    padding: 100px 0 130px;
    background: radial-gradient(ellipse at 0 60%, #dde5da55, transparent 40%), linear-gradient(120deg, #efede8, white 65%, #f0ece6)
}

.narrow {
    max-width: 960px
}

.faq .section-title {
    background: #ffffffbf;
    padding-top: 35px
}

.faq h2 {
    font-size: 48px;
    letter-spacing: .2em
}

.faq details {
    background: white;
    margin-top: 22px;
    border-top: 1px solid #dce1ea;
    padding: 22px 27px
}

.faq summary {
    list-style: none;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px
}

.faq summary::-webkit-details-marker {
    display: none
}

.faq summary>span {
    color: var(--green);
    font-size: 20px
}

.faq summary:after {
    content: '−';
    margin-left: auto;
    color: var(--green)
}

.faq details:not([open]) summary:after {
    content: '+'
}

.answer {
    font-size: 13px;
    line-height: 2;
    max-width: 820px;
    padding: 28px 0 18px
}

.contact {
    background: #041a3e;
    color: white;
    text-align: center;
    padding: 110px 0;
    position: relative
}

.contact:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #041a3e, #041a3ee8), url('assets/truck.webp') right center/cover;
    opacity: .7
}

.contact .wrap {
    position: relative
}

.contact h2 {
    font-size: 35px;
    line-height: 1.5
}

.contact h2 span {
    color: #30d542
}

.contact p {
    font-size: 12px;
    margin-top: 16px
}

.contact .chips {
    justify-content: center
}

.contact .button {
    width: 640px;
    max-width: 100%;
    font-size: 25px;
    margin-top: 0;
    padding: 17px 26px
}

.contact .bubble {
    font-size: 13px
}

footer {
    background: #111820;
    color: white;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 35px 8%;
    font-size: 10px
}

footer b {
    font-size: 16px;
    line-height: 1.25
}

footer a {
    font-size: 11px
}

.reveal {
    animation: enter .65s both
}

@keyframes enter {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
    outline: 3px solid #e2a326;
    outline-offset: 5px
}

@media(min-width:1450px) {
    .hero {
        height: 780px
    }
}

@media(max-width:700px) {
    body {
        font-size: 13px
    }

    header {
        height: 52px
    }

    .brand {
        width: 210px
    }

    .brand img {
        width: 245px;
        left: -22px;
        top: -22px
    }

    .wrap {
        width: calc(100% - 36px)
    }

    .hero {
        height: 650px
    }

    .hero-image {
        width: 100%;
        height: 340px;
        top: auto;
        bottom: 0;
        object-position: center
    }

    .hero:after {
        background: linear-gradient(180deg, white 0%, white 42%, #ffffffee 49%, transparent 70%)
    }

    .hero-inner {
        width: calc(100% - 36px);
        padding-top: 25px
    }

    .eyebrow {
        font-size: 10px;
        padding: 0
    }

    .hero h1 {
        font-size: 29px;
        margin: 13px 0
    }

    .hero h1 span {
        font-size: 21px
    }

    .intro {
        font-size: 11px
    }

    .chips {
        gap: 5px;
        margin: 12px 0
    }

    .chips span {
        font-size: 9px;
        padding: 4px 6px
    }

    .hero .button {
        width: 290px;
        min-width: 0;
        font-size: 14px;
        margin-top: 14px;
        padding: 12px 20px
    }

    .hero .micro {
        width: 290px
    }

    .worry {
        padding: 44px 0
    }

    .worry-person {
        width: 140px;
        height: 130px;
        right: -10px;
        top: -20px;
        opacity: .6
    }

    .worry .section-title,
    .worry .center {
        padding-right: 0
    }

    .section-title h2 {
        font-size: 23px;
        letter-spacing: 0
    }

    .center {
        font-size: 10px;
        position: relative
    }

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

    .five article:last-child {
        grid-column: 1/-1
    }

    .cards article {
        padding: 15px 8px
    }

    .cards h3 {
        font-size: 13px
    }

    .cards svg {
        width: 60px;
        height: 60px
    }

    .assurance {
        font-size: 12px
    }

    .button {
        min-width: 270px;
        font-size: 13px
    }

    .service {
        padding: 60px 0
    }

    .service-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .service h2 {
        font-size: 22px
    }

    .partner {
        padding: 38px 10px
    }

    .four {
        grid-template-columns: 1fr 1fr
    }

    .partner .cards svg {
        width: 70px;
        height: 70px
    }

    .reason {
        padding: 60px 0
    }

    .reason .section-title h2 {
        font-size: 22px
    }

    .reason-grid {
        grid-template-columns: 1fr
    }

    .flow {
        padding: 45px 0
    }

    .flow .cards {
        grid-template-columns: 1fr
    }

    .flow .cards article {
        display: grid;
        grid-template-columns: 35px 64px 1fr;
        align-items: center;
        text-align: left;
        gap: 10px
    }

    .flow .cards p {
        grid-column: 3
    }

    .flow .cards svg {
        margin: 0;
        grid-row: span 2
    }

    .flow .cards h3 {
        margin: 0
    }

    .flow .cards .step {
        grid-row: span 2;
        font-size: 22px
    }

    .faq {
        padding: 55px 0
    }

    .faq h2 {
        font-size: 30px
    }

    .faq details {
        padding: 18px 16px
    }

    .faq summary {
        font-size: 12px
    }

    .answer {
        font-size: 12px;
        padding: 18px 0 8px
    }

    .contact {
        padding: 65px 0
    }

    .contact h2 {
        font-size: 25px
    }

    .contact .button {
        font-size: 17px;
        min-width: 0
    }

    footer {
        padding: 25px 18px;
        gap: 20px
    }

    footer small {
        font-size: 8px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    * {
        animation: none !important;
        transition: none !important
    }
}

.footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.answer p {
    line-height: 2.2
}

@media(max-width:700px) {
    footer {
        flex-wrap: wrap
    }

    .footer-links {
        width: 100%;
        gap: 16px
    }
}

/* Alternate art direction: spacious environmental editorial */
:root {
    --green: #078654;
    --navy: #132e36;
    --muted: #627870
}

body {
    background: #fcfdf9;
    color: var(--navy)
}

header {
    height: 88px;
    padding: 0 5%;
    background: #fff
}

.brand {
    width: 265px
}

.hero {
    height: 740px;
    margin: 0 24px;
    border-radius: 24px;
    background: #eef3e9
}

.hero-image {
    width: 48%;
    height: calc(100% - 48px);
    top: 24px;
    right: 24px;
    border-radius: 180px 20px 20px 20px;
    object-position: 68% center
}

.hero:after {
    inset: 0 50% 0 0;
    background: radial-gradient(ellipse at 20% 90%, #dceaca, transparent 65%)
}

.hero-inner {
    width: 90%;
    padding-top: 115px
}

.eyebrow {
    font-size: 12px;
    letter-spacing: .06em;
    border: 1px solid #bbd3bf;
    padding: 6px 12px;
    border-radius: 50px;
    background: #fafff8;
    width: fit-content;
    max-width: 46%
}

.hero h1 {
    font-size: clamp(30px, 3.5vw, 48px);
    line-height: 1.6;
    max-width: 49%;
    letter-spacing: -.06em;
    margin: 24px 0
}

.hero h1 span {
    display: block;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0
}

.hero .intro {
    max-width: 46%;
    color: #405d4e;
    line-height: 2
}

.hero .chips {
    max-width: 46%;
    gap: 6px
}

.chips span {
    background: #ffffffd9;
    border: 1px solid #dce8dc;
    border-radius: 30px;
    font-size: 10px
}

.button {
    background: #078654;
    border-radius: 50px;
    box-shadow: 0 10px 20px #09553816;
    padding: 15px 26px;
    min-width: 330px;
    transition: background .2s, transform .2s
}

.button:hover {
    background: #065f3e;
    box-shadow: 0 12px 25px #09553825
}

.hero .button {
    width: 360px;
    font-size: 16px;
    border-radius: 50px
}

.hero .micro {
    width: 360px;
    color: #658171
}

.wrap {
    width: min(1080px, calc(100% - 72px))
}

.section-title h2 {
    font-size: 36px;
    letter-spacing: -.035em;
    line-height: 1.6
}

.section-title small {
    font-size: 10px;
    letter-spacing: .24em;
    color: #668778
}

.section-title small:before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #078654
}

.section-title small:after {
    display: none
}

.worry {
    background: #fcfdf9;
    padding: 125px 0 100px
}

.worry-person {
    width: 280px;
    top: -40px;
    height: 210px;
    opacity: .85;
    border-radius: 100px 100px 0 0
}

.worry .section-title {
    text-align: left
}

.worry .center {
    text-align: left;
    margin: 15px 0 40px
}

.cards {
    gap: 18px
}

.cards article {
    border: 0;
    border-radius: 18px;
    padding: 28px 14px;
    box-shadow: none;
    background: #f1f5ee
}

.cards small {
    font-size: 10px;
    letter-spacing: .12em
}

.cards svg {
    color: #078654;
    margin: 20px auto
}

.cards h3 {
    font-weight: 700;
    line-height: 1.7
}

.cards p {
    color: #73816d
}

.worry .cards article {
    background: #fff;
    border: 1px solid #e1e9dc;
    box-shadow: 0 12px 30px #283c1405
}

.assurance {
    font-size: 15px;
    margin-top: 32px
}

.service {
    border-top: 1px solid #dfe8db;
    padding: 105px 0
}

.service-grid {
    gap: 70px
}

.service h2 {
    font-size: 29px;
    line-height: 1.8
}

.service mark {
    background: #e5efbb;
    border-radius: 3px
}

.service-panel {
    padding: 32px;
    border-radius: 24px;
    background: #eaf2e4;
    transform: rotate(-2deg)
}

.diagram {
    transform: rotate(2deg)
}

.comparison {
    border-radius: 10px;
    box-shadow: 0 20px 40px #304b2010;
    padding: 18px;
    transform: rotate(2deg)
}

.comparison>div {
    padding: 16px 0
}

.service .cards article {
    background: transparent;
    border-right: 1px solid #dae4d5;
    border-radius: 0
}

.service .cards article:last-child {
    border-right: 0
}

.partner {
    width: min(1200px, calc(100% - 48px));
    padding: 80px 60px;
    border-radius: 24px;
    background: #163c32;
    color: white
}

.partner h2 span {
    color: #a1df91
}

.partner .center {
    color: #b6cabc
}

.partner .section-title small {
    color: #b6cabc
}

.partner .cards {
    margin-top: 35px
}

.partner .cards article {
    background: #ffffff0b;
    border: 1px solid #ffffff22
}

.partner .cards svg {
    color: #a1df91
}

.round {
    background: #b8e899;
    color: #163c32 !important
}

.partner .button {
    background: #b8e899;
    color: #163c32
}

.reason {
    padding: 120px 0
}

.reason .section-title h2 {
    font-size: 31px
}

.reason-grid {
    gap: 24px;
    margin-top: 45px
}

.reason-grid article {
    min-height: 245px;
    border-radius: 18px;
    padding: 26px;
    background: #eef3e9
}

.reason-grid small {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d977b
}

.reason-grid h3 {
    font-size: 23px;
    margin-top: 7px
}

.reason-grid p {
    font-size: 11px;
    line-height: 1.9
}

.reason-art:after {
    background: linear-gradient(90deg, #eef3e9, transparent 90%)
}

.reason-art svg {
    padding: 42px
}

.flow {
    background: #eff3e9;
    padding: 90px 0
}

.flow .cards article {
    background: #fff;
    border-radius: 14px;
    position: relative
}

.step {
    font-size: 35px;
    font-weight: 400;
    color: #6e9378
}

.bordered {
    border: none;
    background: transparent;
    font-size: 15px
}

.faq {
    background: #fcfdf9;
    padding: 110px 0
}

.faq .section-title {
    background: none
}

.faq h2 {
    letter-spacing: .04em;
    font-size: 40px
}

.faq details {
    border: 1px solid #dfe7da;
    border-radius: 12px;
    padding: 23px 30px;
    margin-top: 14px;
    box-shadow: 0 4px 15px #283c1403
}

.faq summary {
    font-size: 14px;
    line-height: 1.9
}

.answer {
    color: #466052;
    font-size: 13px;
    padding-top: 24px
}

.contact {
    background: #163c32;
    margin: 0 24px;
    border-radius: 24px;
    padding: 85px 0
}

.contact:before {
    border-radius: 24px;
    background: linear-gradient(90deg, #163c32, #163c32ee), url('assets/truck.webp') right center/cover;
    opacity: .85
}

.contact h2 span {
    color: #b8e899
}

.contact .button {
    background: #b8e899;
    color: #163c32;
    border-radius: 60px;
    width: 550px;
    font-size: 22px
}

.contact .chips span {
    color: #264737
}

.contact .micro {
    color: #c2d5c8
}

footer {
    background: #fcfdf9;
    color: #355243;
    padding: 50px 6%;
    align-items: center
}

.footer-links a {
    text-decoration: none;
    border-bottom: 1px solid #b9cebd
}

.reveal {
    animation-duration: .8s
}

@media(max-width:1000px) and (min-width:701px) {
    .hero {
        height: 690px
    }

    .hero-inner {
        padding-top: 65px
    }

    .hero h1 {
        font-size: 32px
    }

    .hero .button,
    .hero .micro {
        width: 310px
    }

    .hero h1 span {
        font-size: 22px
    }

    .service-grid {
        gap: 30px
    }

    .cards {
        gap: 10px
    }

    .cards h3 {
        font-size: 13px
    }
}

@media(max-width:700px) {
    header {
        height: 65px;
        padding: 0 20px
    }

    .brand {
        width: 225px
    }

    .hero {
        height: 830px;
        margin: 0 12px;
        border-radius: 20px
    }

    .hero-image {
        width: calc(100% - 24px);
        height: 335px;
        right: 12px;
        top: auto;
        bottom: 12px;
        border-radius: 110px 14px 14px 14px;
        object-position: center
    }

    .hero:after {
        inset: 0 0 340px;
        background: radial-gradient(ellipse at 0 100%, #dceaca, transparent 65%)
    }

    .hero-inner {
        padding-top: 30px;
        width: calc(100% - 36px)
    }

    .eyebrow {
        max-width: 100%;
        font-size: 9px;
        padding: 5px 9px
    }

    .hero h1 {
        max-width: 100%;
        font-size: 29px;
        margin: 17px 0;
        line-height: 1.5
    }

    .hero h1 span {
        font-size: 20px;
        line-height: 1.9
    }

    .hero .intro {
        max-width: 100%;
        font-size: 11px
    }

    .hero .chips {
        max-width: 100%;
        margin: 14px 0
    }

    .hero .chips span {
        font-size: 8px;
        padding: 5px 7px
    }

    .hero .button {
        width: 100%;
        min-width: 0;
        font-size: 14px;
        padding: 13px 20px
    }

    .hero .micro {
        width: 100%
    }

    .wrap {
        width: calc(100% - 40px)
    }

    .worry {
        padding: 70px 0
    }

    .worry-person {
        width: 130px;
        height: 125px;
        top: -15px;
        right: -6px;
        opacity: .35
    }

    .worry .section-title {
        padding-right: 0
    }

    .section-title h2 {
        font-size: 25px
    }

    .worry .center {
        margin-bottom: 25px;
        font-size: 10px
    }

    .cards {
        gap: 12px
    }

    .cards article {
        padding: 18px 10px;
        border-radius: 13px
    }

    .cards h3 {
        font-size: 13px
    }

    .cards svg {
        margin: 10px auto
    }

    .assurance {
        font-size: 12px
    }

    .button {
        min-width: 270px
    }

    .service {
        padding: 65px 0
    }

    .service h2 {
        font-size: 24px
    }

    .service-grid {
        gap: 35px
    }

    .service-panel {
        padding: 23px;
        transform: none
    }

    .diagram,
    .comparison {
        transform: none
    }

    .partner {
        width: calc(100% - 24px);
        padding: 50px 18px;
        border-radius: 20px
    }

    .partner .center {
        font-size: 10px
    }

    .partner .cards article {
        padding: 20px 7px
    }

    .reason {
        padding: 70px 0
    }

    .reason .section-title h2 {
        font-size: 22px
    }

    .reason-grid {
        gap: 16px;
        margin-top: 28px
    }

    .reason-grid article {
        min-height: 215px;
        padding: 23px
    }

    .reason-grid h3 {
        font-size: 21px
    }

    .reason-grid small {
        font-size: 31px
    }

    .flow {
        padding: 60px 0
    }

    .flow .cards article {
        padding: 17px 13px
    }

    .bordered {
        font-size: 12px
    }

    .faq {
        padding: 70px 0
    }

    .faq h2 {
        font-size: 30px
    }

    .faq details {
        padding: 19px 17px
    }

    .faq summary {
        font-size: 12px;
        gap: 9px
    }

    .answer {
        font-size: 12px
    }

    .contact {
        margin: 0 12px;
        padding: 60px 0;
        border-radius: 20px
    }

    .contact .wrap {
        width: calc(100% - 30px)
    }

    .contact h2 {
        font-size: 23px
    }

    .contact .button {
        width: 100%;
        font-size: 16px;
        padding: 15px 17px
    }

    .contact .chips {
        gap: 4px
    }

    .contact .chips span {
        font-size: 9px
    }

    footer {
        padding: 35px 22px
    }

    .footer-links {
        gap: 15px
    }
}

/* Friendly, image-rich variation */
:root {
    --green: #00a84c;
    --navy: #12364b
}

.hero {
    background: #edf9f2
}

.hero:after {
    background: radial-gradient(circle at 0 80%, #c3f2d4, transparent 70%)
}

.hero-image {
    border-radius: 125px 20px 125px 20px
}

.hero-inset {
    position: absolute;
    width: 210px;
    height: 150px;
    object-fit: cover;
    right: 12px;
    top: 510px;
    border: 8px solid white;
    border-radius: 25px;
    box-shadow: 0 15px 40px #143d442e;
    transform: rotate(5deg)
}

.button {
    background: linear-gradient(100deg, #0ab94c, #009e53)
}

.worry {
    background: radial-gradient(circle at 4% 20%, #e5f5ed 0 80px, transparent 81px), radial-gradient(circle at 96% 85%, #eef5d4 0 110px, transparent 111px), #f4fafc
}

.worry .cards article {
    border-bottom: 5px solid #b2e9c8
}

.worry .cards article:nth-child(2n) {
    border-bottom-color: #bde3eb
}

.worry .cards article:nth-child(3n) {
    border-bottom-color: #e9e5b0
}

.cards svg {
    background: #ecf9ef;
    border-radius: 22px;
    padding: 10px;
    width: 85px;
    height: 85px;
    stroke-width: 1.8
}

.cards article:nth-child(2n) svg {
    background: #eaf6fc;
    color: #228997
}

.cards article:nth-child(3n) svg {
    background: #faf8dc;
    color: #57a142
}

.cards h3 {
    color: #183e50
}

.worry-person {
    width: 310px;
    height: 210px;
    opacity: 1
}

.service-photo {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center 40%;
    border-radius: 14px;
    margin-top: 20px
}

.service-panel {
    background: radial-gradient(circle at top right, #d7f2d5, transparent 70%), #edf8f2;
    border: 2px solid #cbe6d6
}

.service .cards svg {
    width: 56px;
    height: 56px;
    padding: 7px
}

.partner {
    background: radial-gradient(circle at 0 100%, #dcecd1 0 115px, transparent 116px), radial-gradient(circle at 100% 0, #d8f0e8 0 95px, transparent 96px), #eff9f2;
    color: var(--navy);
    border: 1px solid #dfebe1
}

.partner h2 span {
    color: #00a84c
}

.partner .center,
.partner .section-title small {
    color: #4e7e63
}

.partner .cards article {
    background: white;
    border: 1px solid #dcefe2;
    box-shadow: 0 10px 25px #23523c08
}

.partner .cards svg {
    color: #149b52;
    background: #ecf9ef
}

.partner .button {
    background: #0baa4d;
    color: white
}

.reason-grid {
    gap: 20px
}

.reason-grid article {
    background: #edf8f2;
    border: 1px solid #d8ede0;
    min-height: 255px
}

.reason-grid article:nth-child(2) {
    background: #eef7fb
}

.reason-grid article:nth-child(3) {
    background: #fffbed
}

.reason-art {
    width: 60%
}

.reason-art:after {
    background: linear-gradient(90deg, #edf8f2, transparent 95%)
}

.reason-grid article:nth-child(2) .reason-art:after {
    background: linear-gradient(90deg, #eef7fb, transparent 95%)
}

.reason-grid article:nth-child(3) .reason-art:after {
    background: linear-gradient(90deg, #fffbed, transparent 95%)
}

.reason-art img {
    object-position: 60% center
}

.reason-grid article>div:first-child {
    width: 66%
}

.reason-grid small {
    color: #02a54d
}

.flow {
    background: radial-gradient(circle at 90% 15%, #e5f3dd 0 100px, transparent 101px), #f5faf8
}

.flow .cards article {
    border: 1px solid #dfeee3;
    padding: 18px 10px
}

.flow .cards article:not(:last-child):after {
    content: '›';
    position: absolute;
    right: -17px;
    top: 48%;
    background: #00a84c;
    color: white;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    line-height: 21px;
    z-index: 2
}

.step-photo {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 9px;
    display: block;
    margin: 20px auto
}

.flow .cards svg {
    height: 110px;
    width: 100%;
    margin: 20px auto;
    border-radius: 9px;
    padding: 20px
}

.step {
    color: #123e52
}

.faq {
    background: radial-gradient(ellipse at 0 80%, #dcefe4aa, transparent 35%), radial-gradient(ellipse at 100% 10%, #f3efdbaa, transparent 30%), #fcfdf9
}

.faq details {
    box-shadow: 0 8px 25px #26493a06
}

.contact {
    background: #083f3a
}

.contact:before {
    background: linear-gradient(90deg, #083f3af5, #083f3acc), url('assets/truck.webp') center/cover
}

.section-title h2 span {
    position: relative
}

.section-title h2 span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: #9debc140;
    z-index: -1
}

@media(max-width:1000px) and (min-width:701px) {
    .hero-inset {
        width: 160px;
        height: 120px;
        top: 500px
    }
}

@media(max-width:700px) {
    .hero-inset {
        width: 120px;
        height: 90px;
        right: 0;
        top: 660px;
        border: 5px solid white;
        border-radius: 16px
    }

    .hero-image {
        border-radius: 90px 12px 55px 12px
    }

    .worry-person {
        width: 135px;
        height: 120px;
        opacity: .35
    }

    .cards svg {
        width: 70px;
        height: 70px;
        padding: 8px
    }

    .service-photo {
        height: 160px
    }

    .reason-grid article {
        min-height: 230px
    }

    .flow .cards article {
        padding: 17px 13px
    }

    .flow .cards .step-photo {
        width: 64px;
        height: 68px;
        grid-row: span 2;
        margin: 0;
        object-fit: cover
    }

    .flow .cards svg {
        width: 64px;
        height: 68px;
        padding: 7px;
        margin: 0
    }

    .flow .cards article:not(:last-child):after {
        right: calc(50% - 11px);
        top: auto;
        bottom: -18px;
        transform: rotate(90deg)
    }

    .flow .cards {
        gap: 20px
    }

    .partner .cards h3 {
        font-size: 12px
    }
}