:root {
    --bg: #f7faf9;
    --surface: #fff;
    --soft: #eef6f5;
    --text: #132226;
    --muted: #647579;
    --line: #dbe6e5;
    --brand: #0f6f78;
    --brand-dark: #084f57;
    --accent: #27a6a3;
    --shadow: 0 24px 70px rgba(16, 53, 58, .12);
    --radius: 22px;
    --container: 1180px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

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

a {
    color: inherit
}

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

h1,
h2,
h3,
h4 {
    line-height: 1.1;
    letter-spacing: -.035em
}

h1 {
    font-size: clamp(2.7rem, 5vw, 4.9rem);
    margin-bottom: 22px
}

h2 {
    font-size: clamp(2rem, 3.2vw, 3.3rem);
    margin-bottom: 18px
}

p {
    color: var(--muted)
}

.container {
    width: min(calc(100% - 40px), var(--container));
    margin: auto
}

.section {
    padding: 104px 0
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.skip-link {
    position: fixed;
    top: -60px;
    left: 12px;
    z-index: 1000;
    background: var(--brand-dark);
    color: #fff;
    padding: 10px 14px;
    border-radius: 8px
}

.skip-link:focus {
    top: 12px
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(247, 250, 249, .92);
    border-bottom: 1px solid rgba(219, 230, 229, .9);
    backdrop-filter: blur(14px)
}

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

.brand {
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 850;
    letter-spacing: -.05em;
    color: var(--accent)
}

.brand span {
    color: var(--brand-dark)
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: 24px
}

.primary-nav>a:not(.button) {
    text-decoration: none;
    font-size: .92rem;
    font-weight: 650;
    color: #33494d
}

.primary-nav select {
    border: 0;
    background: transparent;
    color: var(--text)
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 10px
}

.nav-toggle i {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: var(--text)
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid var(--brand);
    border-radius: 10px;
    background: var(--brand);
    color: #fff;
    text-decoration: none;
    font-weight: 750;
    box-shadow: 0 8px 20px rgba(15, 111, 120, .18)
}

.button:hover {
    background: var(--brand-dark)
}

.button-small {
    min-height: 40px;
    padding: 0 15px
}

.button-secondary {
    background: #fff;
    color: var(--brand-dark);
    box-shadow: none
}

.hero {
    overflow: hidden;
    padding-top: 86px;
    background: radial-gradient(circle at 85% 20%, rgba(39, 166, 163, .13), transparent 29%), radial-gradient(circle at 62% 72%, rgba(15, 111, 120, .08), transparent 25%), linear-gradient(180deg, #fbfdfd, #f7faf9)
}

.hero-grid,
.split-grid,
.demo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(54px, 7vw, 100px)
}

.eyebrow {
    margin-bottom: 16px;
    color: var(--brand);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase
}

.hero-brand {
    margin: 0;
    color: var(--accent);
    font-size: clamp(3rem, 5.5vw, 5.7rem);
    font-weight: 850;
    line-height: .98;
    letter-spacing: -.06em
}

.hero-brand span {
    color: var(--brand-dark)
}

.hero-tagline {
    margin: 4px 0 36px;
    color: var(--brand);
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    font-weight: 750
}

.hero-lead {
    font-size: 1.08rem
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px
}

.trust-line {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 26px;
    color: #6a797d;
    font-size: .9rem
}

.wp-mark {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border: 1px solid #b9c8c9;
    border-radius: 50%;
    font-family: Georgia, serif;
    font-weight: 700
}

.dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--accent)
}

.hero-visual {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center
}

.halo {
    position: absolute;
    border-radius: 50%
}

.halo-a {
    width: 390px;
    height: 390px;
    right: -20px;
    top: 18px;
    background: rgba(39, 166, 163, .08)
}

.halo-b {
    width: 270px;
    height: 270px;
    left: 0;
    bottom: 30px;
    background: rgba(15, 111, 120, .06)
}

.laptop {
    position: relative;
    z-index: 2;
    width: min(100%, 620px)
}

.laptop-screen {
    padding: 13px;
    background: #20282b;
    border-radius: 22px 22px 12px 12px;
    box-shadow: var(--shadow)
}

.app-shell {
    min-height: 360px;
    display: grid;
    grid-template-columns: 145px 1fr;
    overflow: hidden;
    border-radius: 11px;
    background: #f8fbfa
}

.app-sidebar {
    padding: 21px 12px;
    background: #f0f6f5;
    border-right: 1px solid #dae5e4
}

.app-site {
    margin-bottom: 28px;
    font-size: .75rem;
    font-weight: 800
}

.app-nav {
    display: block;
    margin: 6px 0;
    padding: 9px 10px;
    border-radius: 8px;
    color: #536568;
    font-size: .72rem
}

.app-nav.active {
    background: #dff1ef;
    color: var(--brand-dark);
    font-weight: 750
}

.app-main {
    padding: 22px
}

.app-topbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    font-weight: 800
}

.app-topbar small {
    color: #839194
}

.editor-card {
    padding: 19px;
    background: #fff;
    border: 1px solid #e2ebea;
    border-radius: 12px;
    box-shadow: 0 12px 34px rgba(16, 53, 58, .08)
}

.editor-card p {
    font-size: .78rem
}

.mini-toolbar {
    display: flex;
    gap: 13px;
    margin-bottom: 16px;
    padding-bottom: 11px;
    border-bottom: 1px solid #edf1f1;
    color: #627477;
    font-size: .72rem
}

.mini-save {
    border: 0;
    padding: 8px 11px;
    border-radius: 6px;
    background: var(--brand);
    color: #fff;
    font-size: .7rem;
    font-weight: 750
}

.laptop-base {
    width: 108%;
    height: 15px;
    margin-left: -4%;
    background: linear-gradient(180deg, #bfc7c9, #788285);
    border-radius: 2px 2px 18px 18px;
    box-shadow: 0 18px 34px rgba(19, 34, 38, .18)
}

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

.centered {
    margin-inline: auto;
    text-align: center
}

.personas-section,
.client-interface-section,
.demo-section {
    background: #fff
}

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

.persona-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(10, 60, 64, .055)
}

.persona-image {
    position: relative;
    min-height: 230px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(15, 111, 120, .12), rgba(39, 166, 163, .05)), #eef5f4;
    color: #6d8184;
    text-align: center;
    font-weight: 750
}
.robert{
    background: url(../img/robert.jpg) center/cover no-repeat;
}
.john{
    background: url(../img/john.jpg) center/cover no-repeat;
}
.laura{
    background: url(../img/laura.jpg) center/cover no-repeat;
}

.persona-image span {
    position: absolute;
    left: 18px;
    bottom: -22px;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--brand);
    font-size: 1.2rem
}

.persona-body {
    padding: 32px 22px 22px
}

.persona-body p {
    margin-bottom: 0;
    font-size: .94rem
}

.section-punchline {
    margin: 34px 0 0;
    color: var(--brand);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 800
}

.workflow-section {
    background: var(--soft)
}

.content-column>p:not(.eyebrow) {
    font-size: 1.03rem
}

.check-list,
.feature-list {
    margin: 28px 0;
    padding: 0;
    list-style: none
}

.check-list li {
    position: relative;
    margin: 11px 0;
    padding-left: 30px
}

.check-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent);
    font-weight: 900
}

.callout-line {
    color: var(--brand-dark) !important;
    font-weight: 800
}

.visual-panel {
    overflow: hidden;
    min-height: 420px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 12px 34px rgba(16, 53, 58, .08)
}

.gutenberg-toolbar {
    height: 48px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 14px;
    border-bottom: 1px solid #e6eceb
}

.gutenberg-toolbar span:last-child {
    margin-left: auto
}

.gutenberg-body {
    min-height: 370px;
    display: grid;
    grid-template-columns: 170px 1fr
}

.gutenberg-sidebar {
    padding: 20px 14px;
    background: #fbfcfc;
    border-right: 1px solid #e7edec
}

.gutenberg-sidebar small {
    display: block;
    margin: 8px 0 16px;
    color: #8a989a
}

.zone {
    margin-bottom: 7px;
    padding: 9px;
    border: 1px solid #e1e8e7;
    border-radius: 7px;
    font-size: .72rem
}

.zone.active {
    background: #e6f4f3;
    border-color: #a9d6d3;
    color: var(--brand-dark);
    font-weight: 750
}

.gutenberg-sidebar button {
    width: 100%;
    padding: 8px;
    border: 0;
    border-radius: 6px;
    background: var(--brand);
    color: #fff
}

.gutenberg-canvas {
    position: relative;
    padding: 70px 34px 30px;
    background: #f1f3f3
}

.zone-label {
    position: absolute;
    left: 44px;
    top: 38px;
    padding: 5px 8px;
    background: var(--brand);
    color: #fff;
    border-radius: 5px;
    font-size: .65rem
}

.canvas-card {
    max-width: 300px;
    margin: auto;
    padding: 18px;
    background: #fff;
    border-radius: 8px
}

.screenshot-placeholder {
    min-height: 150px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #d9e9e7, #edf5f4);
    color: #6d8184
}

.feature-list li {
    margin: 11px 0;
    color: #32484c
}

.client-preview {
    padding: 26px;
    background: #f2f7f6
}

.client-app {
    min-height: 380px;
    display: grid;
    grid-template-columns: 145px 1fr;
    overflow: hidden;
    border: 1px solid #e2e9e8;
    border-radius: 14px;
    background: #fff
}

.client-app aside {
    padding: 24px 14px;
    background: #f5f9f8;
    border-right: 1px solid #e4eceb
}

.client-app aside span,
.client-app aside strong {
    display: block;
    margin: 3px 0;
    padding: 9px 10px;
    border-radius: 7px;
    font-size: .72rem
}

.client-app aside .selected {
    background: #dff1ef;
    color: var(--brand-dark);
    font-weight: 750
}

.client-editor {
    padding: 28px
}

.hours-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid #edf1f1;
    font-size: .78rem
}

.benefits-strip {
    padding: 56px 0;
    background: linear-gradient(180deg, #eef8f7, #e6f3f2);
    border-block: 1px solid #d8e8e6
}

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

.benefit-grid article {
    padding: 12px 34px;
    border-right: 1px solid #cfe0de
}

.benefit-grid article:first-child {
    padding-left: 0
}

.benefit-grid article:last-child {
    border: 0
}

.benefit-grid article>div {
    font-size: 2rem;
    color: var(--brand)
}

.benefit-grid h3 {
    color: var(--brand-dark)
}

.steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    padding: 0;
    list-style: none
}

.steps li {
    position: relative;
    display: flex;
    gap: 12px
}

.steps li:not(:last-child):after {
    content: "→";
    position: absolute;
    right: -18px;
    top: 5px;
    color: #a3b8b8
}

.steps li>span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #d8eeec;
    color: var(--brand);
    font-size: .78rem;
    font-weight: 900
}

.steps strong,
.steps small {
    display: block
}

.steps small {
    color: #768689;
    line-height: 1.45
}

.video-placeholder {
    min-height: 330px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(7, 63, 70, .97), rgba(15, 111, 120, .9));
    border-radius: var(--radius);
    color: #fff
}

.video-placeholder .play {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    font-size: 1.4rem
}

.download-section {
    padding: 72px 0;
    background: radial-gradient(circle at 85% 0%, rgba(39, 166, 163, .38), transparent 25%), linear-gradient(120deg, var(--brand-dark), var(--brand));
    color: #fff
}

.download-inner {
    display: grid;
    grid-template-columns: 1.4fr auto;
    gap: 50px;
    align-items: center
}

.download-section h2,
.download-section p {
    color: #fff
}

.download-section p {
    color: rgba(255, 255, 255, .8)
}

.light {
    color: #bdebea
}

.download-actions {
    display: grid;
    gap: 10px
}

.button-light {
    background: #fff;
    border-color: #fff;
    color: var(--brand-dark)
}

.button-outline-light {
    background: transparent;
    border-color: rgba(255, 255, 255, .65);
    box-shadow: none
}

.site-footer {
    padding: 34px 0
}

.footer-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 35px
}

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

.footer-inner nav a {
    text-decoration: none;
    color: #6a7b7e;
    font-size: .8rem
}

.footer-inner p {
    margin: 5px 0 0;
    font-size: .78rem
}

.utility-page {
    min-height: 60vh;
    padding: 90px 0
}

.content-narrow {
    max-width: 760px
}

@media(max-width:980px) {
    .nav-toggle {
        display: block
    }

    .primary-nav {
        position: absolute;
        top: 74px;
        left: 20px;
        right: 20px;
        display: none;
        padding: 18px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 14px;
        box-shadow: var(--shadow)
    }

    .primary-nav.is-open {
        display: grid;
        gap: 10px
    }

    .hero-grid,
    .split-grid,
    .demo-grid,
    .download-inner {
        grid-template-columns: 1fr
    }

    .persona-grid,
    .benefit-grid {
        grid-template-columns: 1fr
    }

    .benefit-grid article,
    .benefit-grid article:first-child {
        padding: 25px 0;
        border-right: 0;
        border-bottom: 1px solid #cfe0de
    }

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

    .steps li:after {
        display: none
    }

    .footer-inner {
        grid-template-columns: 1fr;
        text-align: center
    }
}

@media(max-width:680px) {
    .container {
        width: min(calc(100% - 28px), var(--container))
    }

    .section {
        padding: 72px 0
    }

    .hero {
        padding-top: 64px
    }

    .hero-copy {
        text-align: center
    }

    .eyebrow {
        text-align: center
    }

    .hero-actions {
        display: grid
    }

    .trust-line {
        justify-content: center
    }

    .hero-visual {
        min-height: auto
    }

    .app-shell {
        grid-template-columns: 105px 1fr;
        min-height: 300px
    }

    .app-sidebar {
        padding: 14px 8px
    }

    .app-main {
        padding: 14px
    }

    .editor-card {
        padding: 13px
    }

    .editor-card p {
        font-size: .65rem
    }

    .persona-image {
        min-height: 190px
    }

    .gutenberg-body {
        grid-template-columns: 112px 1fr
    }

    .gutenberg-sidebar {
        padding: 14px 8px
    }

    .gutenberg-canvas {
        padding: 65px 14px 20px
    }

    .client-preview {
        padding: 12px
    }

    .client-app {
        grid-template-columns: 105px 1fr
    }

    .client-app aside {
        padding: 16px 7px
    }

    .client-editor {
        padding: 18px 14px
    }

    .hours-row {
        grid-template-columns: 1fr;
        gap: 5px
    }

    .download-actions {
        display: grid
    }

    .footer-inner nav {
        gap: 14px
    }
}

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