.ha-page {
    --ha-green:#23634e;
    overflow:hidden;
    background:#fffefa;
}

.ha-symbols {
    position:absolute;
    width:0;
    height:0;
    overflow:hidden;
}

.ha-icon {
    width:24px;
    height:24px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
    flex-shrink:0;
}

.ha-hero {
    position:relative;
    background:radial-gradient(ellipse at 18% 48%,#e9efe4 0,transparent 50%),#f6f3eb;
    border-bottom:1px solid #e9e4da;
}

.ha-hero__grid {
    display:grid;
    grid-template-columns:1.05fr 1fr;
    align-items:center;
    gap:50px;
    min-height:710px;
    padding-block:64px;
}

.ha-eyebrow {
    display:inline-flex;
    align-items:center;
    gap:9px;
    color:var(--brand);
    font-size:13px;
    font-weight:700;
}

.ha-eyebrow>span {
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--brand);
}

.ha-hero h1 {
    font-size:clamp(42px,4.8vw,66px);
    line-height:1.35;
    letter-spacing:-1.4px;
    margin:22px 0;
}

.ha-hero h1 em {
    font-style:normal;
    color:var(--brand);
    position:relative;
}

.ha-lead {
    font-size:18px;
    line-height:2;
    color:var(--muted);
    margin-bottom:30px;
}

.ha-hero__actions {
    display:flex;
    align-items:center;
    gap:22px;
    flex-wrap:wrap;
}

.ha-button {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    padding:16px 24px;
    border-radius:12px;
    background:white;
    color:var(--brand);
    font-weight:700;
    font-size:15px;
    transition:background .2s,transform .2s;
}

.ha-button:hover {
    transform:translateY(-2px);
}

.ha-button--primary {
    background:var(--brand);
    color:#fff;
    box-shadow:0 8px 20px #8e174f18;
}

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

.ha-text-link {
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    font-weight:700;
}

.ha-text-link .ha-icon {
    width:18px;
}

.ha-availability {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
    color:var(--muted);
    font-size:12px;
    margin-top:18px;
}

.ha-availability i {
    width:3px;
    height:3px;
    background:currentColor;
    border-radius:50%;
}

.ha-hero__note {
    display:flex;
    gap:8px;
    align-items:center;
    margin-top:40px;
    font-size:13px;
    color:var(--ha-green);
}

.ha-hero__note .ha-icon {
    width:18px;
    height:18px;
}

.ha-preview {
    position:relative;
    margin:0;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:580px;
}

.ha-orbit {
    position:absolute;
    border:1px solid #ced8c9;
    border-radius:50%;
    width:450px;
    height:450px;
    transform:rotate(-25deg);
}

.ha-orbit--two {
    width:535px;
    height:535px;
    border-style:dashed;
    opacity:.65;
}

.ha-orbit--one:after {
    content:"";
    width:12px;
    height:12px;
    background:#a1b19a;
    position:absolute;
    left:56px;
    top:58px;
    border:4px solid #f6f3eb;
    box-sizing:content-box;
    border-radius:50%;
}

.ha-phone {
    position:relative;
    z-index:1;
    width:284px;
    background:#faf9f7;
    border:7px solid #29282a;
    border-radius:42px;
    padding:36px 16px 13px;
    box-shadow:12px 25px 50px #38443224,inset 0 0 0 1px #b3b2b0;
    transform:rotate(-5deg);
}

.ha-phone__camera {
    position:absolute;
    width:75px;
    height:18px;
    border-radius:0 0 14px 14px;
    background:#29282a;
    top:0;
    left:50%;
    transform:translateX(-50%);
}

.ha-phone__header {
    display:flex;
    align-items:center;
    gap:7px;
    margin-bottom:19px;
}

.ha-phone__header strong {
    font-size:13px;
}

.ha-phone__header small {
    font-size:10px;
    font-weight:400;
    display:block;
    color:var(--muted);
}

.ha-avatar {
    display:grid;
    place-items:center;
    background:#efe9e4;
    border-radius:50%;
    height:28px;
    width:28px;
    font-size:12px;
    margin-inline-start:auto;
}

.ha-phone__welcome {
    display:flex;
    flex-direction:column;
    gap:6px;
    background:var(--brand);
    color:white;
    border-radius:16px;
    padding:16px 12px;
}

.ha-phone__welcome>span {
    font-size:10px;
    color:#eedde5;
}

.ha-phone__welcome strong {
    font-size:14px;
}

.ha-phone__welcome small {
    font-size:9px;
    color:#eedde5;
}

.ha-phone__stats {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-top:13px;
}

.ha-phone__stats>div {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
    background:#fff;
    padding:12px 9px;
    border:1px solid #eee8e2;
    border-radius:13px;
}

.ha-phone__stats .ha-icon {
    width:18px;
    height:18px;
    color:var(--brand);
}

.ha-phone__stats span {
    font-size:10px;
    color:var(--muted);
}

.ha-phone__stats b {
    font-size:21px;
    line-height:1.3;
}

.ha-phone__stats b small {
    font-size:9px;
    font-weight:400;
}

.ha-phone__section {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:18px 0 10px;
    font-size:11px;
}

.ha-phone__section>span {
    font-size:9px;
    color:var(--muted);
}

.ha-calendar {
    display:grid;
    grid-template-columns:repeat(7,1fr);
    text-align:center;
    gap:5px 0;
    font-size:10px;
    background:#fff;
    border:1px solid #eee8e2;
    border-radius:12px;
    padding:10px 5px;
}

.ha-calendar>span {
    font-size:8px;
    color:var(--muted);
    padding-bottom:4px;
}

.ha-calendar b {
    font-weight:500;
    padding:3px 0;
}

.ha-calendar .booked {
    background:#e9f0e6;
    color:#356147;
}

.ha-calendar .selected {
    background:var(--brand);
    color:#fff;
    border-radius:6px;
}

.ha-phone__reservation {
    display:flex;
    align-items:center;
    gap:7px;
    background:white;
    border:1px solid #eee8e2;
    border-radius:12px;
    padding:10px 8px;
    margin-top:13px;
}

.ha-mini-icon {
    display:grid;
    place-items:center;
    width:36px;
    height:36px;
    border-radius:11px;
    background:#eaf1e8;
    color:var(--ha-green);
    flex-shrink:0;
}

.ha-phone__reservation strong,.ha-phone__reservation small {
    display:block;
    font-size:10px;
}

.ha-phone__reservation small {
    color:var(--muted);
    font-size:8px;
}

.ha-phone__reservation>.ha-icon {
    width:15px;
    margin-inline-start:auto;
}

.ha-phone__reservation .ha-mini-icon {
    width:28px;
    height:28px;
}

.ha-phone__reservation .ha-mini-icon svg {
    width:16px;
}

.ha-phone__nav {
    display:flex;
    justify-content:space-around;
    padding-top:15px;
    color:#817b7e;
}

.ha-phone__nav>span {
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:3px;
    font-size:8px;
}

.ha-phone__nav .ha-icon {
    width:18px;
    height:18px;
}

.ha-phone__nav .active {
    color:var(--brand);
}

.ha-float {
    position:absolute;
    z-index:2;
    display:flex;
    align-items:center;
    gap:11px;
    border-radius:15px;
    background:#fff;
    padding:14px 17px;
    border:1px solid #e6e8df;
    box-shadow:0 10px 35px #31453412;
}

.ha-float strong,.ha-float small {
    display:block;
}

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

.ha-float small {
    font-size:10px;
    color:var(--muted);
}

.ha-float--reservation {
    left:-5px;
    top:112px;
    transform:rotate(3deg);
}

.ha-float--home {
    right:-9px;
    bottom:96px;
    transform:rotate(3deg);
    font-size:11px;
    color:var(--ha-green);
}

.ha-preview figcaption {
    position:absolute;
    bottom:-25px;
    font-size:10px;
    color:var(--muted);
}

.ha-download {
    padding-block:76px 42px;
    scroll-margin-top:100px;
}

.ha-section-heading {
    text-align:center;
    margin-bottom:34px;
}

.ha-section-heading h2 {
    margin:10px 0 12px;
    font-size:32px;
}

.ha-section-heading p {
    color:var(--muted);
    font-size:15px;
}

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

.ha-download-card {
    padding:26px;
    border:1px solid #e3ded5;
    border-radius:20px;
    background:#fff;
    display:flex;
    flex-direction:column;
    min-width:0;
}

.ha-download-card--bazaar {
    background:#f1f5ed;
    border-color:#cddac5;
    transition:border-color .2s,transform .2s;
}

.ha-download-card--bazaar:hover {
    border-color:var(--ha-green);
    transform:translateY(-3px);
}

.ha-download-card__top {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:23px;
}

.ha-store-icon {
    width:49px;
    height:49px;
    display:grid;
    place-items:center;
    background:#f7f2f5;
    color:var(--brand);
    border-radius:14px;
}

.ha-store-icon .ha-icon {
    width:28px;
    height:28px;
}

.ha-download-card--bazaar .ha-store-icon {
    background:#e2ecd9;
    color:var(--ha-green);
}

.ha-badge {
    border:1px solid #dddcd2;
    border-radius:20px;
    padding:3px 12px;
    font-size:11px;
    color:var(--muted);
}

.ha-download-card>small {
    font-size:12px;
    color:var(--muted);
}

.ha-download-card h3 {
    font-size:27px;
    margin:5px 0 8px;
}

.ha-download-card p {
    font-size:13px;
    color:var(--muted);
    margin-bottom:24px;
}

.ha-download-card__action {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    border:0;
    border-top:1px solid #e5e1d8;
    padding:17px 0 0;
    margin-top:auto;
    font-size:14px;
    font-weight:700;
    color:var(--brand);
    background:transparent;
    text-align:right;
    width:100%;
    min-height:44px;
}

.ha-download-card__action .ha-icon {
    width:20px;
}

.ha-download-card--bazaar .ha-download-card__action {
    color:var(--ha-green);
    border-color:#d4dfcc;
}

.ha-download-card--soon {
    background:#f7f6f3;
    border-style:dashed;
}

.ha-ios {
    font-family:Arial,sans-serif;
    font-size:21px;
    font-weight:bold;
    background:#eae8e3;
    color:#5c5a58;
}

.ha-badge--soon {
    background:#ebe9e3;
    color:#62605a;
    border-color:transparent;
}

.ha-download-card__action:disabled,.ha-unavailable {
    color:#77736c;
    cursor:default;
}

.ha-download-help {
    text-align:center;
    margin:23px 0 0;
    font-size:13px;
    color:var(--muted);
}

.ha-download-help a {
    color:var(--brand);
    font-weight:700;
    display:inline-block;
    margin-inline-start:8px;
}

.ha-features {
    padding:54px 0 65px;
}

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

.ha-feature-grid article {
    padding:10px 15px;
    text-align:center;
}

.ha-feature-icon {
    display:grid;
    place-items:center;
    width:52px;
    height:52px;
    border-radius:16px;
    background:#f5eaf0;
    color:var(--brand);
    margin:0 auto 20px;
}

.ha-feature-grid h3 {
    font-size:19px;
    margin-bottom:10px;
}

.ha-feature-grid p {
    font-size:14px;
    line-height:2;
    color:var(--muted);
    margin:0;
}

.ha-guide {
    padding-block:65px;
    border-top:1px solid #eae5dd;
    display:grid;
    grid-template-columns:1fr 1.25fr;
    gap:90px;
    scroll-margin-top:100px;
}

.ha-guide h2 {
    line-height:1.6;
    margin:12px 0;
    font-size:32px;
}

.ha-guide>div>p {
    font-size:14px;
    line-height:2;
    color:var(--muted);
}

.ha-guide .ha-text-link {
    color:var(--brand);
    margin-top:8px;
}

.ha-steps {
    padding:0;
    margin:0;
    list-style:none;
}

.ha-steps li {
    position:relative;
    display:flex;
    gap:20px;
    padding-bottom:28px;
}

.ha-steps li:not(:last-child):before {
    content:"";
    position:absolute;
    width:1px;
    background:#e7dedf;
    right:20px;
    top:44px;
    bottom:4px;
}

.ha-steps li>span {
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    flex-shrink:0;
    border:1px solid #e5d6dd;
    border-radius:50%;
    font-size:18px;
    color:var(--brand);
    background:#fff;
}

.ha-steps h3 {
    font-size:17px;
    margin:6px 0;
}

.ha-steps p {
    font-size:14px;
    line-height:2;
    color:var(--muted);
    margin:0;
}

.ha-faq {
    padding-block:15px 65px;
    max-width:860px;
}

.ha-faq h2 {
    text-align:center;
    font-size:27px;
    margin-bottom:28px;
}

.ha-faq details {
    border-bottom:1px solid #e5dfd6;
}

.ha-faq summary {
    cursor:pointer;
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    font-size:16px;
    font-weight:600;
    padding:20px 0;
}

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

.ha-faq summary span {
    font-size:25px;
    color:var(--brand);
    font-weight:400;
}

.ha-faq details[open] summary span {
    transform:rotate(45deg);
}

.ha-faq p {
    font-size:14px;
    color:var(--muted);
    line-height:2;
    padding-bottom:10px;
}

.ha-faq p a {
    color:var(--brand);
    text-decoration:underline;
    text-underline-offset:4px;
}

.ha-end {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:24px;
    border-radius:24px;
    padding:35px 45px;
    background:#442c38;
    color:white;
    margin-bottom:72px;
}

.ha-end>div>span {
    color:#d8c3cc;
    font-size:13px;
}

.ha-end h2 {
    font-size:28px;
    margin:7px 0 0;
}

.ha-end .ha-button {
    flex-shrink:0;
}

.ha-page a:focus-visible,.ha-page summary:focus-visible {
    outline:3px solid var(--brand);
    outline-offset:5px;
}

@media(min-width:1000px) {
    .ha-download-grid {
        padding-inline:45px;
    }
}

@media(max-width:1050px) {
    .ha-hero__grid {
        gap:24px;
    }
    .ha-float--reservation {
        left:-8px;
        top:85px;
    }
    .ha-float--home {
        right:-5px;
        bottom:63px;
    }
    .ha-orbit--two {
        width:430px;
        height:430px;
    }
    .ha-orbit--one {
        width:360px;
        height:360px;
    }
    .ha-guide {
        gap:45px;
    }
    .ha-feature-grid {
        gap:15px;
    }
}

@media(max-width:760px) {
    .ha-hero__grid {
        grid-template-columns:1fr;
        padding-block:38px 50px;
        gap:30px;
    }
    .ha-hero__copy {
        text-align:center;
    }
    .ha-hero h1 {
        font-size:46px;
        margin:15px 0;
    }
    .ha-lead {
        font-size:16px;
        margin-bottom:24px;
    }
    .ha-hero__actions,.ha-availability,.ha-hero__note {
        justify-content:center;
    }
    .ha-hero__note {
        margin-top:22px;
    }
    .ha-hero__actions {
        gap:18px;
    }
    .ha-preview {
        min-height:550px;
        max-width:460px;
        width:100%;
        margin:auto;
    }
    .ha-float--reservation {
        left:0;
        top:100px;
    }
    .ha-float--home {
        right:0;
        bottom:72px;
    }
    .ha-preview figcaption {
        bottom:-24px;
    }
    .ha-download {
        padding-block:48px 25px;
    }
    .ha-download-grid {
        grid-template-columns:1fr;
        gap:14px;
        max-width:500px;
        margin:auto;
    }
    .ha-download-card {
        padding:22px;
    }
    .ha-download-card__top {
        margin-bottom:13px;
    }
    .ha-download-card h3 {
        font-size:24px;
    }
    .ha-download-card p {
        margin-bottom:18px;
    }
    .ha-download-card--soon {
        display:grid;
        grid-template-columns:1fr auto;
        column-gap:10px;
    }
    .ha-download-card--soon .ha-download-card__top {
        grid-column:1/-1;
    }
    .ha-download-card--soon>small,.ha-download-card--soon>h3,.ha-download-card--soon>p {
        grid-column:1/-1;
    }
    .ha-download-card--soon .ha-download-card__action {
        grid-column:1/-1;
    }
    .ha-section-heading h2 {
        font-size:27px;
    }
    .ha-section-heading p {
        font-size:14px;
    }
    .ha-feature-grid {
        grid-template-columns:1fr;
        gap:28px;
    }
    .ha-feature-grid article {
        padding:0 20px;
    }
    .ha-feature-icon {
        margin-bottom:12px;
    }
    .ha-features {
        padding-block:40px 45px;
    }
    .ha-guide {
        grid-template-columns:1fr;
        gap:30px;
        padding-block:40px;
    }
    .ha-guide h2 {
        font-size:28px;
    }
    .ha-guide h2 br {
        display:none;
    }
    .ha-guide>div>p br {
        display:none;
    }
    .ha-faq {
        padding-bottom:40px;
    }
    .ha-faq h2 {
        font-size:24px;
    }
    .ha-faq summary {
        font-size:14px;
    }
    .ha-end {
        padding:28px 22px;
        flex-direction:column;
        text-align:center;
        border-radius:18px;
        margin-bottom:40px;
    }
    .ha-end h2 {
        font-size:25px;
    }
    .ha-end .ha-button {
        width:100%;
        max-width:320px;
    }
}

@media(max-width:380px) {
    .ha-hero h1 {
        font-size:40px;
    }
    .ha-preview {
        transform:scale(.9);
        margin-block:-25px;
    }
    .ha-float--reservation {
        left:-9px;
        padding:10px;
    }
    .ha-float--home {
        right:-8px;
        padding:10px;
    }
    .ha-phone {
        width:270px;
    }
    .ha-hero__actions {
        flex-direction:column;
    }
    .ha-hero__actions .ha-button {
        width:100%;
    }
    .ha-availability {
        font-size:11px;
        gap:8px;
    }
    .ha-section-heading h2 {
        font-size:24px;
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior:auto;
    }
    .ha-page * {
        transition:none!important;
    }
    .ha-button:hover,.ha-download-card--bazaar:hover {
        transform:none;
    }
}
