:root {
    --cream: #f7f4ed;
    --green: #1c3833;
    --orange: #ff8000;
    --muted: #61716a;
    --line: #dedfd4;
    --white: #fffefa;
    --soft: #eaf0e7
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 32px
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--green);
    font-family: ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

button,input {
    font: inherit
}

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

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

.wrap {
    width: min(1184px,calc(100% - 80px));
    margin-inline:auto}

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

.brand {
     max-width: 220px;
}

.header nav {
    display: flex;
    gap: 30px;
    font-size: 14px;
    font-weight: 550
}

.header nav a:hover {
    text-decoration: underline;
    text-underline-offset: 6px
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    border: 1px solid transparent;
    border-radius: 99px;
    padding: 15px 25px;
    background: var(--orange);
    color: #18332d;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.4;
    cursor: pointer;
    transition: background .2s,transform .2s
}

.button:hover {
    background: #ff9a32;
    transform: translateY(-2px)
}

.button span {
    font-size: 21px
}

.button-small {
    padding: 10px 19px;
    font-size: 14px
}

.button-outline {
    border-color: #b3bdb3;
    background: transparent
}

.button-outline:hover {
    background: #e7ecdf
}

.hero {
    display: grid;
    grid-template-columns: 1.04fr 1fr;
    gap: 66px;
    padding-top: 45px;
    padding-bottom: 78px;
    align-items: center
}

.eyebrow {
    font-size: 12px;
    letter-spacing: 1.8px;
    font-weight: 750;
    margin: 0 0 22px;
    line-height: 1.5
}

.tiny-sun {
    color: #c46200;
    font-size: 23px;
    vertical-align: middle;
    margin-right: 7px
}

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

h1 {
    font-size: clamp(40px,4.5vw,62px);
    letter-spacing: -2.9px;
    line-height: 1.09;
    margin-bottom: 26px;
    font-weight: 680
}

h1>span {
    color: #bf5700
}

h2 {
    font-size: clamp(30px,3.1vw,42px);
    letter-spacing: -1.5px;
    line-height: 1.2;
    font-weight: 650;
    margin-bottom: 0
}

h3 {
    line-height: 1.3;
    font-weight: 650
}

.intro {
    max-width: 460px;
    font-size: 18px;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 29px
}

.hero-note {
    font-size: 13px;
    margin: 16px 0 0;
    color: var(--muted)
}

.hero-visual {
    position: relative;
    padding: 0 0 27px
}

.hero-photo {
    width: 100%;
    height: 524px;
    object-fit: cover;
    border-radius: 140px 26px 26px 26px;
    object-position: center 43%
}

.photo-caption {
    position: absolute;
    top: 25px;
    right: 22px;
    border-radius: 99px;
    padding: 8px 14px;
    color: var(--green);
    background: #fffef2ef;
    font-size: 13px;
    font-weight: 600
}

.photo-caption span {
    font-size: 19px;
    margin-right: 5px
}

.floating-card {
    position: absolute;
    left: -31px;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 19px 25px;
    background: var(--white);
    border: 1px solid #e7e7db;
    border-radius: 17px;
    box-shadow: 0 14px 36px #1c383311
}

.floating-card strong {
    display: block;
    font-size: 16px
}

.floating-card div>span {
    display: block;
    color: var(--muted);
    font-size: 12px
}

.round-icon {
    display: grid;
    place-items: center;
    background: var(--soft);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 23px
}

.image-label {
    position: absolute;
    bottom: 48px;
    right: 20px;
    color: white;
    font-size: 10px;
    letter-spacing: 2px;
    text-shadow: 0 1px 5px #000
}

.promise-strip {
    background: #e9eee4;
    border-block:1px solid #dde4d7}

.promise-strip .wrap {
    display: flex;
    justify-content: space-around;
    gap: 22px;
    padding-block:22px;font-size: 14px;
    font-weight: 550
}

.promise-strip span::before {
    content: '✓';
    margin-right: 13px
}

.section {
    padding-block:86px}

.section-heading {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    align-items: end;
    margin-bottom: 36px
}

.section-heading .eyebrow {
    margin-bottom: 16px
}

.section-heading>p {
    max-width: 344px;
    margin: 0;
    color: var(--muted);
    font-size: 16px
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

.feature-card {
    background: var(--white);
    border: 1px solid #e4e4d9;
    border-radius: 23px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: start
}

.feature-icon {
    width: 47px;
    height: 47px;
    display: grid;
    place-items: center;
    background: #f9ead8;
    border-radius: 13px;
    margin-bottom: 24px
}

.feature-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: #94500a;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.feature-card h3 {
    font-size: 21px;
    letter-spacing: -.5px;
    max-width: 245px;
    margin-bottom: 14px
}

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

.card-tag {
    font-size: 12px;
    background: #eef1e9;
    padding: 5px 11px;
    border-radius: 99px;
    margin-top: auto
}

.animals {
    background: #eeeee4
}

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

.animal-card {
    overflow: hidden;
    border-radius: 22px;
    background: var(--cream)
}

.animal-card img {
    width: 100%;
    height: 268px;
    object-fit: cover
}

.animal-card:first-child img {
    object-position: center 42%
}

.animal-card>div {
    padding: 22px 25px
}

.animal-card h3 {
    font-size: 22px;
    letter-spacing: -.5px;
    margin-bottom: 7px
}

.animal-card p {
    font-size: 14px;
    color: var(--muted);
    margin: 0;
    max-width: 245px
}

.animals-note {
    text-align: center;
    font-size: 14px;
    color: var(--muted);
    margin: 29px 0 0
}

.insight {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
    padding-block:100px}

.dossier-stage {
    background: #e4eadf;
    border-radius: 30px;
    padding: 35px 36px 19px;
    transform: rotate(-2deg)
}

.dossier {
    background: var(--white);
    border: 1px solid #dae0d5;
    border-radius: 19px;
    padding: 24px;
    box-shadow: 0 13px 22px #233b3010;
    transform: rotate(2deg)
}

.dossier-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px
}

.mini-brand {
    font-size: 16px;
    font-weight: 750;
    letter-spacing: -.6px
}

.sample-label {
    font-size: 12px;
    border: 1px solid #d8dfd4;
    padding: 2px 9px;
    border-radius: 6px;
    color: var(--muted)
}

.pet-profile {
    display: flex;
    gap: 12px;
    align-items: center
}

.pet-profile img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%
}

.pet-profile h3 {
    font-size: 16px;
    margin: 0 0 3px
}

.pet-profile p {
    font-size: 12px;
    color: var(--muted);
    margin: 0
}

.pet-profile>span {
    margin-left: auto;
    font-size: 29px
}

.dossier-divider {
    border-top: 1px solid #e6e8df;
    margin: 22px 0
}

.measurement-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px
}

.measurement-title strong {
    display: block;
    font-size: 26px;
    font-weight: 600
}

.measurement-title small {
    font-size: 14px;
    font-weight: 400
}

.soft-label {
    background: var(--soft);
    border-radius: 99px;
    padding: 5px 10px
}

.chart {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
    overflow: visible
}

.grid-line {
    fill: none;
    stroke: #e6eadd;
    stroke-dasharray: 4 4
}

.chart-fill {
    fill: #e7efe2;
    opacity: .7
}

.chart-line {
    fill: none;
    stroke: #567c5a;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round
}

.chart circle {
    fill: var(--white);
    stroke: #567c5a;
    stroke-width: 3
}

.chart-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--muted);
    margin: 5px 0 23px
}

.care-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #e5e8df;
    padding-top: 13px;
    margin-top: 13px
}

.care-item strong {
    display: block;
    font-size: 13px
}

.care-item div>span {
    font-size: 12px;
    color: var(--muted);
    display: block
}

.care-symbol {
    display: grid;
    place-items: center;
    background: #f9ecd9;
    border-radius: 10px;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    color: #87510e
}

.care-date {
    font-size: 12px;
    margin-left: auto;
    white-space: nowrap
}

.example-note {
    font-size: 12px;
    color: var(--muted);
    text-align: center;
    margin: 18px 0 0;
    transform: rotate(2deg)
}

.insight-copy>p:not(.eyebrow) {
    color: var(--muted);
    font-size: 16px
}

.insight-copy h2 {
    margin-bottom: 24px
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    font-size: 15px
}

.check-list li {
    position: relative;
    padding-left: 29px;
    margin-bottom: 16px
}

.check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #567450;
    font-weight: 700
}

.insight-end {
    border-top: 1px solid var(--line);
    padding-top: 23px
}

.signup {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 35px;
    background: var(--green);
    color: var(--cream);
    border-radius: 30px;
    padding: 55px 60px;
    align-items: center;
    margin-bottom: 44px
}

.signup .eyebrow {
    color: #ffc283;
    margin-bottom: 17px
}

.signup h2 {
    font-size: 40px;
    margin-bottom: 20px
}

.signup-content>p:not(.eyebrow) {
    color: #d2ded5;
    font-size: 16px
}

.signup-aside {
    padding-inline:15px;text-align: center
}

.signup-aside>span {
    font-size: 105px;
    line-height: 1;
    color: #ffac5b;
    font-family: Georgia,serif
}

.signup-aside p {
    font-size: 17px;
    margin: 18px 0 0;
    color: #d8e1d7;
    line-height: 1.5
}

form {
    margin-top: 24px;
    max-width: 640px
}

form label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px
}

.form-row {
    display: flex;
    gap: 9px
}

input {
    min-width: 0;
    flex: 1;
    border: 1px solid #d4ded5;
    border-radius: 99px;
    padding: 14px 20px;
    background: var(--white);
    color: var(--green);
    font-size: 16px;
    width: 100%
}

input::placeholder {
    color: #6b756e
}

.form-row .button {
    font-size: 14px;
    gap: 15px;
    padding-inline:22px;white-space: nowrap
}

.form-note {
    font-size: 12px;
    color: #ced9d0;
    margin: 12px 0 0;
    max-width: 560px
}

#form-status {
    font-size: 14px;
    margin: 12px 0 0;
    max-width: 590px
}

#form-status:empty {
    display: none
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding-bottom: 36px;
    font-size: 12px;
    color: var(--muted)
}

.footer .brand {
    font-size: 21px;
    color: var(--green)
}

.footer p {
    margin: 0
}

.skip {
    position: fixed;
    top: -100px;
    left: 12px;
    padding: 10px 18px;
    background: var(--green);
    color: white;
    z-index: 10;
    border-radius: 10px
}

.skip:focus {
    top: 12px
}

@media(min-width: 1450px) {
    .hero {
        padding-top:60px;
        padding-bottom: 94px
    }
}

@media(max-width: 1050px) {
    .wrap {
        width:calc(100% - 48px)
    }

    .header nav {
        gap: 18px
    }

    .hero {
        gap: 35px;
        padding-top: 30px
    }

    .hero-photo {
        height: 480px
    }

    .floating-card {
        left: -14px;
        padding: 16px
    }

    .section-heading {
        gap: 30px
    }

    .feature-card {
        padding: 24px
    }

    .insight {
        gap: 45px
    }

    .dossier-stage {
        padding: 25px 22px 16px
    }

    .signup {
        padding: 45px 38px
    }

    .signup-aside {
        display: none
    }

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

    .animal-card img {
        height: 235px
    }

    .signup h2 {
        font-size: 36px
    }
}

@media(max-width: 760px) {
    .header {
        min-height:88px;
        gap: 12px
    }

    .header nav {
        display: none
    }

    .brand {
        font-size: 22px
    }

    .header .button-small {
        font-size: 12px;
        padding: 10px 13px;
        gap: 8px
    }

    .header .button-small span {
        display: none
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-top: 28px;
        padding-bottom: 45px
    }

    .hero-copy {
        max-width: 570px
    }

    h1 {
        font-size: clamp(41px,7.5vw,57px);
        letter-spacing: -2px
    }

    .intro {
        font-size: 17px;
        max-width: 520px
    }

    .hero-photo {
        height: 450px;
        border-radius: 100px 24px 24px 24px
    }

    .hero-visual {
        margin-left: 12px;
        margin-right: 0
    }

    .floating-card {
        left: -12px
    }

    .promise-strip .wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 9px 25px;
        padding-block:18px;font-size: 12px
    }

    .section {
        padding-block:58px}

    .section-heading {
        display: block;
        margin-bottom: 27px
    }

    .section-heading>p {
        max-width: 550px;
        margin-top: 20px
    }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .feature-card {
        padding: 25px
    }

    .feature-card h3 {
        max-width: none
    }

    .feature-card p {
        max-width: 550px;
        margin-bottom: 16px
    }

    .feature-icon {
        margin-bottom: 19px
    }

    .animal-grid {
        gap: 14px
    }

    .animal-card img {
        height: 180px
    }

    .animal-card>div {
        padding: 17px
    }

    .animal-card h3 {
        font-size: 19px
    }

    .animal-card p {
        font-size: 13px
    }

    .insight {
        grid-template-columns: 1fr;
        gap: 37px
    }

    .dossier-stage {
        max-width: 470px;
        width: calc(100% - 12px);
        margin: auto;
        grid-row: 2;
        padding: 27px 25px 17px
    }

    .insight-copy {
        grid-row: 1
    }

    .signup {
        padding: 35px 28px;
        border-radius: 24px;
        margin-top: 10px
    }

    .signup h2 {
        font-size: 32px
    }

    .footer {
        flex-wrap: wrap;
        justify-content: center;
        gap: 13px 25px;
        text-align: center
    }

    .footer p {
        width: 100%;
        order: 3
    }
}

@media(max-width: 480px) {
    .wrap {
        width:calc(100% - 36px)
    }

    .header .brand {
        font-size: 20px;
        gap: 6px
    }

    .header .brand img {
        width: 27px;
        height: 27px
    }

    .header .button {
        max-width: 145px;
        font-size: 11px
    }

    .hero-photo {
        height: 380px
    }

    .photo-caption {
        top: 19px;
        right: 15px;
        font-size: 12px
    }

    .floating-card {
        padding: 14px 16px
    }

    .floating-card strong {
        font-size: 14px
    }

    .floating-card div>span {
        font-size: 11px
    }

    .image-label {
        bottom: 66px;
        font-size: 9px
    }

    .hero-note {
        font-size: 12px
    }

    .eyebrow {
        font-size: 11px;
        letter-spacing: 1.5px
    }

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

    .animal-card {
        display: grid;
        grid-template-columns: 40% 1fr;
        align-items: center;
        min-height: 160px
    }

    .animal-card img {
        height: 100%;
        min-height: 160px
    }

    .animal-card>div {
        padding: 19px
    }

    .animal-card h3 {
        font-size: 20px
    }

    .animal-card p {
        font-size: 14px
    }

    .animals-note {
        font-size: 13px
    }

    .form-row {
        flex-direction: column;
        gap: 10px
    }

    .form-row .button {
        min-height: 52px
    }

    .signup {
        padding: 31px 23px
    }

    .signup h2 {
        font-size: 29px;
        letter-spacing: -1px
    }

    .signup-content>p:not(.eyebrow) {
        font-size: 15px
    }

    .dossier {
        padding: 18px
    }

    .dossier-stage {
        padding: 21px 17px 15px
    }

    .pet-profile h3 {
        font-size: 14px
    }

    .pet-profile p {
        font-size: 11px
    }

    .example-note {
        font-size: 11px
    }

    .care-item div>span {
        font-size: 11px
    }
}

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

    *,*::before,*::after {
        transition: none!important
    }
}

/* Gezondheid en kosten: Beestenboel-huisstijl */
.hero h1 {
    font-size: clamp(2.6rem,4.3vw,4rem);
    line-height: 1.1;
    letter-spacing: -.045em
}

.cost-section {
    background: var(--green);
    color: var(--cream)
}

.cost-layout {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 80px;
    align-items: center
}

.cost-copy .eyebrow {
    color: #ffad59
}

.cost-copy h2 {
    margin-top: 16px
}

.cost-copy>p:not(.eyebrow) {
    color: #e0e7df;
    font-size: 17px;
    max-width: 480px
}

.cost-footnote {
    display: block;
    font-size: 14px;
    color: #bdcfc5;
    margin-top: 26px
}

.cost-breakdown {
    border: 1px solid #536b62;
    border-radius: 24px;
    padding: 28px 30px;
    background: #25443d
}

.cost-label {
    font-size: 12px;
    letter-spacing: 1.6px;
    color: #c5d7cc;
    margin: 0 0 12px
}

.cost-row {
    display: grid;
    grid-template-columns: 26px 1fr auto;
    gap: 14px;
    padding: 23px 0;
    border-bottom: 1px solid #52695e;
    align-items: start
}

.cost-number {
    color: #ffad59;
    font-size: 14px;
    padding-top: 3px
}

.cost-row h3 {
    font-size: 19px;
    margin: 0 0 5px
}

.cost-row p {
    font-size: 15px;
    line-height: 1.6;
    color: #dde5dc;
    margin: 0
}

.cost-frequency {
    font-size: 12px;
    border: 1px solid #698273;
    padding: 4px 8px;
    border-radius: 20px;
    white-space: nowrap
}

.cost-bottom {
    font-size: 14px;
    color: #ffbc78;
    margin: 22px 0 0
}

.eyebrow {
    font-size: 14px
}

.hero-note {
    font-size: 14px
}

@media(max-width: 900px) {
    .cost-layout {
        grid-template-columns:1fr;
        gap: 30px
    }

    .cost-copy>p:not(.eyebrow) {
        max-width: none
    }

    .header nav {
        gap: 16px
    }
}

@media(max-width: 600px) {
    .cost-breakdown {
        padding:22px 18px
    }

    .cost-row {
        grid-template-columns: 22px 1fr;
        gap: 10px
    }

    .cost-frequency {
        grid-column: 2;
        justify-self: start
    }

    .hero h1 {
        font-size: 2.6rem
    }
}
