:root {
    --ink: #172d24;
    --green: #176b43;
    --lime: #d4fa78;
    --paper: #f5f7f2;
    --muted: #65746a;
    --line: #dfe5dd;
}
 
* {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font: 16px/1.55 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

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

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

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

button,input {
    font: inherit;
}

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

.top {
    background: var(--ink);
    color: #fff;
    font-size: 12px;
    padding: 9px 0;
}

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

.top span:last-child {
    color: #cfddcf;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 25px 0;
}

.brand {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -1.6px;
    line-height: 1;
}

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

.brand small {
    font-weight: 600;
    letter-spacing: 2.5px;
    font-size: 10px;
    display: block;
    margin-top: 8px;
}

.nav {
    display: flex;
    gap: 27px;
    align-items: center;
    font-size: 14px;
    font-weight: 650;
}

.nav a:hover,.foot a:hover {
    color: var(--green);
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 9px;
    font-weight: 750;
    font-size: 14px;
    background: var(--ink);
    color: white;
    transition: background .18s,transform .18s;
}

.btn:hover {
    background: var(--green);
    transform: translateY(-2px);
}

.btn.light {
    background: var(--lime);
    color: var(--ink);
}

.btn.light:hover {
    background: #e4ffa5;
}

.mobile {
    display: none;
}

.hero {
    background: #e4eddd;
    border: 1px solid #d9e4d2;
    border-radius: 22px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    overflow: hidden;
    min-height: 490px;
    position: relative;
}

.hero-copy {
    padding: 53px 0 50px 48px;
    position: relative;
    z-index: 2;
}

.eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dot {
    width: 7px;
    height: 7px;
    background: var(--green);
    border-radius: 50%;
    display: inline-block;
}

h1 {
    font-size: clamp(42px,4.9vw,65px);
    line-height: 1.05;
    letter-spacing: -3px;
    margin: 23px 0;
}

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

.hero p {
    font-size: 16px;
    max-width: 360px;
    color: #4e6153;
    margin: 0 0 27px;
}

.actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.text-link {
    font-size: 13px;
    font-weight: 750;
    border-bottom: 1px solid #81917e;
    padding-bottom: 3px;
}

.hero-note {
    margin-top: 26px;
    font-size: 11px;
    letter-spacing: .2px;
    color: #5c6e5e;
}

.hero-art {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 48px 28px;
}

.orb {
    position: absolute;
    width: 390px;
    height: 390px;
    max-width: 95%;
    border: 1px solid #bdcdb5;
    border-radius: 50%;
    background: radial-gradient(circle,#d2e4c2,transparent 70%);
}

.orb:after {
    content: "";
    position: absolute;
    inset: 24px;
    border: 1px dashed #bdcdb5;
    border-radius: 50%;
}

.laptop {
    position: relative;
    width: 100%;
    max-width: 430px;
    transform: rotate(-7deg);
    filter: drop-shadow(0 25px 17px #354b322d);
}

.screen {
    border: 10px solid #293831;
    border-bottom-width: 15px;
    border-radius: 13px 13px 4px 4px;
    aspect-ratio: 1.54;
    background: radial-gradient(ellipse at 80% 10%,#c6ef76 0,transparent 46%),radial-gradient(ellipse at 20% 100%,#409774 0,transparent 58%),#102b23;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #e8ffd7;
    overflow: hidden;
    position: relative;
}

.screen:before {
    content: "";
    width: 260px;
    height: 260px;
    border: 1px solid #bde99c6b;
    border-radius: 50%;
    position: absolute;
    transform: translate(60px,90px);
}

.screen b {
    font-size: 61px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -4px;
    z-index: 1;
}

.screen span {
    font-size: 9px;
    letter-spacing: 4px;
    margin-top: 14px;
    z-index: 1;
}

.base {
    height: 13px;
    background: linear-gradient(#b0bab0,#64716a);
    margin: 0 -17px;
    border-radius: 2px 2px 50% 50%;
}

.float {
    position: absolute;
    bottom: 67px;
    right: 29px;
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #e7ebe4;
    border-radius: 12px;
    box-shadow: 0 8px 25px #28382712;
    font-size: 12px;
    transform: rotate(3deg);
}

.float strong {
    display: block;
    font-size: 15px;
}

.art-label {
    position: absolute;
    top: 34px;
    right: 32px;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 700;
}

.trust {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    border-bottom: 1px solid var(--line);
    padding: 25px 8px 28px;
}

.trust-item {
    display: flex;
    gap: 13px;
    align-items: center;
}

.trust-icon {
    height: 39px;
    width: 39px;
    flex-shrink: 0;
    border: 1px solid #d4decf;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--green);
    font-size: 19px;
}

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

.trust small {
    font-size: 11px;
    color: var(--muted);
}

section {
    padding: 45px 0 0;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 23px;
}

h2 {
    font-size: 29px;
    line-height: 1.15;
    letter-spacing: -1px;
    margin: 9px 0 0;
}

.section-head p {
    color: var(--muted);
    font-size: 13px;
    margin: 10px 0 0;
}

.section-head>a {
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.cats {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 13px;
}

.cat {
    background: white;
    border: 1px solid var(--line);
    border-radius: 13px;
    padding: 22px 12px 17px;
    text-align: center;
    transition: transform .18s,border-color .18s;
}

.cat:hover {
    transform: translateY(-4px);
    border-color: #4b865b;
}

.cat .product-icon {
    height: 59px;
    width: 65px;
    object-fit: contain;
    margin: 0 auto 17px;
}

.cat strong {
    font-size: 12px;
    display: block;
}

.cat span {
    font-size: 11px;
    color: var(--muted);
}

.collections {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.collection {
    border-radius: 17px;
    min-height: 240px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #e8eaf8;
}

.collection:nth-child(2) {
    background: #eee8df;
}

.collection-copy {
    width: 58%;
    position: relative;
    z-index: 1;
}

.collection h3 {
    font-size: 27px;
    line-height: 1.12;
    letter-spacing: -1px;
    margin: 13px 0;
}

.collection p {
    font-size: 13px;
    color: #627067;
    max-width: 240px;
}

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

.collection a {
    display: inline-block;
    font-weight: 750;
    font-size: 12px;
    border-bottom: 1px solid;
    margin-top: 12px;
}

.collection .product-icon {
    width: 41%;
    height: 145px;
    object-fit: contain;
    mix-blend-mode: multiply;
    transform: rotate(-6deg);
}

.guide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
    background: var(--ink);
    color: #fff;
    border-radius: 18px;
    padding: 40px;
    margin-top: 42px;
}

.guide .eyebrow {
    color: var(--lime);
}

.guide h2 {
    font-size: 32px;
    max-width: 360px;
    margin: 15px 0;
}

.guide p {
    font-size: 13px;
    color: #bbccc1;
    max-width: 400px;
    margin-bottom: 22px;
}

.steps {
    display: grid;
    gap: 20px;
}

.step {
    display: flex;
    gap: 17px;
    align-items: flex-start;
}

.step>span {
    font-size: 11px;
    border: 1px solid #63786b;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: var(--lime);
}

.step strong {
    font-size: 14px;
}

.step p {
    margin: 3px 0 0;
    font-size: 12px;
}

.faq {
    padding-bottom: 43px;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 60px;
}

.faq h2 {
    max-width: 290px;
}

.faq-list details {
    border-bottom: 1px solid var(--line);
    padding: 17px 0;
}

.faq-list summary {
    cursor: pointer;
    font-weight: 650;
    font-size: 14px;
}

.faq-list p {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 0;
}

.foot {
    border-top: 1px solid var(--line);
    padding: 27px 0 20px;
}

.foot-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.foot-links {
    display: flex;
    gap: 22px;
    font-size: 12px;
    flex-wrap: wrap;
}

.foot-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    margin-top: 25px;
    padding-top: 17px;
    color: var(--muted);
    font-size: 10px;
    gap: 20px;
}

.skip {
    position: absolute;
    top: -100px;
    background: white;
    padding: 10px;
    z-index: 9;
}

.skip:focus {
    top: 0;
}

@media(min-width:1500px) {
    .hero {
        min-height: 510px;
    }

}

@media(max-width:950px) {
    .nav {
        gap: 16px;
    }

    .hero-copy {
        padding: 38px 0 38px 30px;
    }

    h1 {
        font-size: 48px;
    }

    .screen b {
        font-size: 45px;
    }

    .hero-art {
        padding: 35px;
    }

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

    .float {
        bottom: 65px;
        right: 15px;
    }

    .collection {
        padding: 24px;
    }

    .guide {
        gap: 30px;
    }

}

@media(max-width:650px) {
    .wrap {
        width: calc(100% - 32px);
    }

    .top {
        font-size: 10px;
    }

    .top span:last-child {
        display: none;
    }

    .header {
        padding: 21px 0;
        gap: 12px;
    }

    .brand {
        font-size: 25px;
    }

    .nav {
        display: none;
    }

    .mobile {
        display: block;
        position: relative;
        font-size: 13px;
    }

    .mobile summary {
        cursor: pointer;
        padding: 9px 13px;
        border: 1px solid var(--line);
        border-radius: 7px;
    }

    .mobile nav {
        position: absolute;
        right: 0;
        top: 45px;
        background: white;
        border: 1px solid var(--line);
        border-radius: 12px;
        min-width: 200px;
        padding: 12px;
        box-shadow: 0 12px 25px #0001;
        z-index: 5;
    }

    .mobile a {
        display: block;
        padding: 10px;
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 17px;
    }

    .hero-copy {
        padding: 31px 25px 0;
    }

    h1 {
        font-size: 47px;
        letter-spacing: -2.5px;
        margin: 20px 0;
    }

    .hero p {
        font-size: 14px;
    }

    .actions {
        gap: 19px;
    }

    .btn {
        padding: 12px 17px;
        font-size: 12px;
    }

    .hero-note {
        margin-top: 18px;
    }

    .hero-art {
        min-height: 285px;
        padding: 33px 43px 53px;
    }

    .orb {
        width: 240px;
        height: 240px;
    }

    .screen {
        border-width: 7px;
        border-bottom-width: 11px;
    }

    .screen b {
        font-size: 43px;
    }

    .screen span {
        font-size: 7px;
        letter-spacing: 3px;
    }

    .art-label {
        top: 12px;
        font-size: 8px;
    }

    .float {
        bottom: 23px;
        right: 21px;
        padding: 10px 15px;
        font-size: 10px;
    }

    .float strong {
        font-size: 12px;
    }

    .trust {
        grid-template-columns: 1fr;
        gap: 17px;
        padding: 24px 6px;
    }

    .trust strong {
        font-size: 13px;
    }

    .trust small {
        font-size: 12px;
    }

    section {
        padding-top: 33px;
    }

    h2 {
        font-size: 26px;
    }

    .section-head {
        align-items: start;
    }

    .section-head>a {
        font-size: 11px;
        padding-top: 7px;
    }

    .section-head p {
        font-size: 12px;
    }

    .cats {
        gap: 9px;
    }

    .cat {
        padding: 18px 6px 14px;
    }

    .cat .product-icon {
        height: 44px;
        width: 51px;
        margin-bottom: 11px;
    }

    .cat strong {
        font-size: 11px;
    }

    .cat span {
        font-size: 10px;
    }

    .collections {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .collection {
        min-height: 215px;
    }

    .collection h3 {
        font-size: 25px;
    }

    .guide {
        grid-template-columns: 1fr;
        gap: 29px;
        padding: 28px 24px;
        margin-top: 30px;
    }

    .guide h2 {
        font-size: 29px;
    }

    .faq {
        grid-template-columns: 1fr;
        gap: 13px;
        padding-bottom: 30px;
    }

    .faq h2 {
        max-width: none;
    }

    .foot-top,.foot-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .foot-links {
        gap: 17px;
    }

    .foot-bottom {
        gap: 8px;
    }

    .eyebrow {
        font-size: 10px;
        letter-spacing: 1.6px;
    }

}

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

    * {
        transition: none!important;
    }

}

.product-icon {
    display: block;
    color: #337550;
    max-width: 100%;
}

.collection .product-icon {
    stroke-width: 1.25;
    color: #385b4e;
}
