:root {
    --line: #06c755;
    --line-dark: #038d3b;
    --line-soft: #eafaf0;
    --gold: #f2c84b;
    --ink: #14211a;
    --muted: #68736d;
    --border: #dfe9e3;
    --panel: #ffffff;
    --shadow: 0 14px 36px rgba(11, 86, 38, .09);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--ink);
    background:
        linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.98)),
        radial-gradient(circle at 74% 18%, rgba(6,199,85,.14), transparent 28%),
        #f8fbf9;
    font-family: "Noto Sans TC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

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

button,
summary {
    font: inherit;
}

.browser-bar {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 36px;
    padding: 0 18px;
    border-bottom: 1px solid #ecf1ee;
    background: rgba(255,255,255,.86);
    backdrop-filter: blur(16px);
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dot.red {
    background: #ff5f57;
}

.dot.yellow {
    background: #ffbd2e;
}

.dot.green {
    background: #28c840;
}

.browser-arrow {
    display: inline-grid;
    width: 18px;
    height: 18px;
    place-items: center;
    color: #c7ccc9;
    font-size: .72rem;
}

.address {
    flex: 0 1 480px;
    margin: 0 auto;
    padding: 4px 16px;
    border-radius: 5px;
    background: #e9eceb;
    color: #686f6b;
    font-size: .78rem;
    font-weight: 700;
    text-align: center;
}

.browser-tools {
    display: inline-flex;
    gap: 14px;
    color: #98a19c;
}

.site-header,
main,
.site-footer {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 18px 0;
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: max-content;
    color: #0a8f3d;
    font-weight: 900;
}

.brand span {
    display: inline-grid;
    width: 36px;
    height: 28px;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(180deg, #19d664, var(--line-dark));
    box-shadow: 0 10px 18px rgba(6, 169, 75, .22);
}

.main-nav {
    display: flex;
    justify-content: center;
    gap: clamp(16px, 3vw, 34px);
    color: #26352c;
    font-size: .94rem;
    font-weight: 800;
}

.main-nav a {
    white-space: nowrap;
}

.nav-cta,
.solid-btn,
.outline-btn,
.bottom-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    border-radius: 999px;
    font-weight: 900;
}

.nav-cta {
    min-width: 104px;
    padding: 9px 18px;
    color: #fff;
    background: linear-gradient(180deg, #12ce5c, #04923f);
    box-shadow: 0 12px 22px rgba(6, 161, 69, .22);
}

.hero {
    position: relative;
    display: grid;
    isolation: isolate;
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
    gap: 0;
    width: 100vw;
    min-height: min(820px, calc(100svh - 78px));
    margin-left: calc(50% - 50vw);
    padding: clamp(42px, 7vw, 90px) max(24px, calc((100vw - 1180px) / 2));
    align-items: center;
    border-bottom: 1px solid #eef3ef;
    background: #fff;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    right: -110px;
    bottom: 0;
    width: min(55vw, 660px);
    height: 270px;
    border-radius: 340px 0 0 0;
    background: linear-gradient(135deg, rgba(6,199,85,.12), rgba(6,199,85,.02));
    pointer-events: none;
}

.hero-image-only {
    display: block;
    min-height: auto;
    padding: 0;
    background: #fff;
}

.hero-image-only::after {
    display: none;
}

.hero-image-only .hero-copy,
.hero-image-only .hero-stage {
    display: none;
}

.hero-full-image {
    display: block;
    width: 100%;
    height: auto;
}

.hero-hotspot {
    position: absolute;
    z-index: 4;
    display: block;
    border-radius: 999px;
}

.hero-price-link {
    left: 4.75%;
    bottom: 0;
    width: 15%;
    height: 6.7%;
}

.hero-works-link {
    left: 21.75%;
    bottom: 0;
    width: 15%;
    height: 6.7%;
}

.hero-copy {
    position: relative;
    z-index: 2;
    align-self: center;
    padding: 18px 0 12px;
}

.hero h1 {
    margin: 0 0 18px;
    color: #112018;
    font-size: clamp(2.9rem, 6vw, 5.65rem);
    font-weight: 900;
    line-height: 1.15;
}

.hero h1 span {
    color: #058f3d;
}

.hero-checks {
    display: grid;
    gap: 8px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
    color: #32433a;
    font-size: 1.04rem;
    font-weight: 700;
}

.hero-checks i {
    margin-right: 8px;
    color: #078d3f;
}

.price-row {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(180px, .8fr);
    width: min(520px, 100%);
    border: 1px solid #cae7d4;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.price-card {
    position: relative;
    min-height: 126px;
    padding: 18px 20px;
    border-left: 1px solid #e4eee8;
    background: #fff;
}

.price-card:first-child {
    border-left: 0;
}

.price-card.featured {
    padding-left: 76px;
    background: linear-gradient(180deg, #fbfffc, #f1fff5);
}

.price-card p,
.plan-card p {
    margin: 0 0 8px;
    color: #058f3d;
    font-weight: 900;
}

.price-card strong {
    display: block;
    color: #078e3e;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.1;
}

.price-card small,
.plan-card small,
.plan-card span {
    color: #5f6e66;
    font-weight: 700;
}

.ribbon {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 58px;
    height: 66px;
    place-items: center;
    color: #527009;
    background: linear-gradient(135deg, #fff07b, #dfbb24);
    font-size: .92rem;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
}

.ribbon::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    border-top: 12px solid #caa520;
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
}

.bonus-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(170px, 1fr));
    gap: 10px;
    width: min(520px, 100%);
    margin-top: 12px;
}

.bonus-row span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid #dfece4;
    border-radius: 8px;
    background: #fff;
    color: #26382e;
    font-weight: 900;
}

.bonus-row i {
    color: #0ca64b;
}

.hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 16px;
    width: min(520px, 100%);
    margin-top: 14px;
}

.solid-btn,
.outline-btn {
    min-height: 48px;
    padding: 11px 22px;
    border: 2px solid #08a947;
}

.solid-btn {
    color: #fff;
    background: linear-gradient(180deg, #13c85a, #05893c);
    box-shadow: 0 16px 28px rgba(6, 153, 65, .22);
}

.outline-btn {
    color: #07883d;
    background: #fff;
}

.hero-stage {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: 0;
    pointer-events: none;
}

.hero-ai-stage {
    min-height: 0;
}

.hero-ai-art {
    position: absolute;
    inset: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.hero-ai-art::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.93) 31%, rgba(255,255,255,.52) 50%, rgba(255,255,255,.06) 76%),
        linear-gradient(180deg, rgba(255,255,255,.56), rgba(255,255,255,0) 48%);
    pointer-events: none;
}

.hero-ai-art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 68% 50%;
}

.ai-banner {
    z-index: 5;
}

.hero-chip {
    position: absolute;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 14px;
    border: 1px solid rgba(6, 159, 68, .16);
    border-radius: 8px;
    color: #10351f;
    background: rgba(255,255,255,.94);
    box-shadow: 0 14px 28px rgba(8, 83, 38, .1);
    font-size: .88rem;
    font-weight: 900;
    backdrop-filter: blur(10px);
}

.hero-chip i {
    color: var(--line-dark);
}

.chip-calendar {
    left: 58px;
    top: 170px;
}

.chip-notify {
    left: 92px;
    bottom: 162px;
}

.chip-lock {
    right: 48px;
    bottom: 122px;
}

.phone {
    position: absolute;
    z-index: 5;
    left: 36%;
    top: 48px;
    width: 238px;
    padding: 13px;
    border: 8px solid #131716;
    border-radius: 42px;
    background: #fff;
    box-shadow: 0 34px 66px rgba(8, 28, 15, .28);
    transform: translateX(-50%);
}

.phone::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    width: 84px;
    height: 24px;
    border-radius: 0 0 15px 15px;
    background: #111;
    transform: translateX(-50%);
    z-index: 2;
}

.phone-screen {
    min-height: 488px;
    padding: 18px 15px 16px;
    border-radius: 30px;
    background: #fff;
}

.phone-status {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    color: #151515;
    font-size: .74rem;
    font-weight: 900;
}

.phone-screen h2 {
    margin: 0;
    color: #222;
    font-size: 1.03rem;
    font-weight: 900;
}

.muted,
.phone-label {
    margin: 2px 0 12px;
    color: #66716a;
    font-size: .78rem;
    font-weight: 800;
}

.month-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0 10px;
    font-size: .76rem;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 16px;
}

.calendar-grid span {
    display: grid;
    aspect-ratio: 1;
    place-items: center;
    border-radius: 50%;
    color: #333;
    font-size: .58rem;
    font-weight: 800;
}

.calendar-grid .active {
    color: #fff;
    background: var(--line);
}

.time-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
}

.time-grid button {
    min-height: 30px;
    border: 1px solid #e3e9e5;
    border-radius: 6px;
    color: #37443c;
    background: #fff;
    font-size: .7rem;
    font-weight: 800;
}

.time-grid .active,
.booking-btn {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(180deg, #16d863, #059641);
}

.booking-btn {
    width: 100%;
    min-height: 42px;
    margin-top: 15px;
    border: 0;
    border-radius: 8px;
    font-weight: 900;
}

.floating-card,
.metric-card,
.lock-card {
    position: absolute;
    z-index: 7;
    width: 166px;
    padding: 14px;
    border: 1px solid #e1eae5;
    border-radius: 8px;
    background: rgba(255,255,255,.94);
    box-shadow: var(--shadow);
}

.floating-card span,
.metric-card strong,
.lock-card strong {
    display: block;
    color: #1d2c23;
    font-size: .84rem;
    font-weight: 900;
}

.floating-card p,
.metric-card p,
.lock-card p {
    margin: 6px 0 0;
    color: #53625a;
    font-size: .78rem;
    font-weight: 700;
}

.floating-card > i {
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: var(--line);
}

.floating-card strong {
    display: block;
    margin-top: 8px;
    font-size: .82rem;
}

.line-card {
    left: 3%;
    top: 174px;
}

.calendar-card {
    left: 6%;
    top: 370px;
}

.green-banner {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    display: grid;
    width: 220px;
    height: 178px;
    place-items: center;
    padding: 22px 26px 18px 46px;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 18%);
    color: #fff;
    background:
        linear-gradient(135deg, rgba(6,199,85,.94), rgba(2,113,48,.96)),
        linear-gradient(45deg, transparent, rgba(255,255,255,.18));
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
}

.green-banner span {
    display: block;
    color: #e9ff73;
    font-size: .92rem;
}

.green-banner strong {
    display: block;
    font-size: 2.9rem;
    line-height: 1;
}

.metric-card {
    right: 60px;
    top: 246px;
}

.lock-card {
    right: 36px;
    top: 390px;
}

.metric-card i,
.lock-card i {
    float: left;
    margin-right: 10px;
    color: var(--line);
    font-size: 1.7rem;
}

.hero-photo {
    position: absolute;
    right: -140px;
    bottom: -28px;
    z-index: 1;
    width: 500px;
    height: 370px;
    margin: 0;
    overflow: hidden;
    border-radius: 180px 0 0 0;
    opacity: .92;
}

.hero-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.82), rgba(255,255,255,.08));
    z-index: 1;
}

.hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% 50%;
}

.section {
    padding: 34px 0;
    border-top: 1px solid #edf2ee;
}

.section.compact {
    padding-top: 24px;
}

.section-title {
    max-width: 760px;
    margin: 0 auto 20px;
    text-align: center;
}

.section-title h2 {
    margin: 0 0 8px;
    color: #17251d;
    font-size: clamp(1.6rem, 3vw, 2.15rem);
    font-weight: 900;
    line-height: 1.25;
}

.section-title p {
    margin: 0;
    color: var(--muted);
    font-weight: 700;
}

.promo-video-section {
    padding: 34px;
    border: 1px solid rgba(6, 199, 85, .13);
    border-radius: 24px;
    background: linear-gradient(180deg, #f4fff8, #fff);
}

.promo-video-frame {
    overflow: hidden;
    border: 1px solid rgba(6, 199, 85, .18);
    border-radius: 20px;
    background: #07130e;
    box-shadow: 0 18px 46px rgba(11, 72, 35, .12);
}

.promo-video-frame video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #07130e;
}

.intro-strip {
    padding: 34px;
    border: 1px solid rgba(6, 199, 85, .12);
    border-radius: 24px;
    background: linear-gradient(180deg, #fff, #f6fff9);
}

.system-visual {
    margin: 0 auto 20px;
    overflow: hidden;
    max-width: 940px;
    border: 1px solid rgba(6, 199, 85, .14);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(11, 72, 35, .1);
}

.system-visual img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.mobile-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.proof-card {
    min-height: 178px;
    padding: 22px;
    border: 1px solid #dfece4;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(8, 83, 38, .06);
    text-align: center;
}

.proof-card i {
    display: inline-grid;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    place-items: center;
    border-radius: 15px;
    color: #079240;
    background: #ecfff3;
    font-size: 1.35rem;
}

.proof-card h3 {
    margin: 0 0 8px;
    color: #17251d;
    font-size: 1.08rem;
    font-weight: 900;
}

.proof-card p {
    margin: 0;
    color: var(--muted);
    font-weight: 700;
}

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

.info-card,
.business-card,
.step-card,
.template-card,
.plan-card {
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(20, 60, 35, .05);
}

.info-card {
    min-height: 146px;
    padding: 22px 16px;
    text-align: center;
}

.info-card i,
.business-card i,
.step-card > i {
    color: #14a84f;
    font-size: 2.15rem;
}

.card-svg-icon {
    display: block;
    width: 46px;
    height: 46px;
    margin: 0 auto;
    object-fit: contain;
}

.info-card h3,
.business-card h3,
.step-card h3,
.template-card h3 {
    margin: 12px 0 6px;
    color: #1a2b21;
    font-size: 1rem;
    font-weight: 900;
}

.info-card p,
.business-card p,
.step-card p {
    margin: 0;
    color: #626f68;
    font-size: .88rem;
    font-weight: 700;
}

.business-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.business-card {
    min-height: 150px;
    padding: 22px 14px;
    text-align: center;
}

.steps-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 78px;
    width: min(980px, 100%);
    margin: 0 auto;
}

.steps-grid::before {
    content: "";
    position: absolute;
    left: 30%;
    right: 30%;
    top: 50%;
    height: 2px;
    background: #cad4ce;
    transform: translateY(-50%);
}

.step-card {
    position: relative;
    min-height: 178px;
    padding: 28px 22px 22px;
    text-align: center;
}

.step-num {
    position: absolute;
    top: 26px;
    left: 28px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #0aa648;
    font-weight: 900;
}

.step-note {
    margin: 14px 0 0;
    color: #626f68;
    font-weight: 900;
    text-align: center;
}

.compare-table {
    width: min(780px, 100%);
    margin: 0 auto;
    border: 1px solid #d6e3dc;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow);
}

.compare-head,
.compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.compare-head span {
    padding: 12px 18px;
    color: #fff;
    background: linear-gradient(90deg, #11c759, #04933f);
    font-weight: 900;
    text-align: center;
}

.compare-head span + span {
    color: #354139;
    background: #e7e7e7;
}

.compare-row span {
    min-height: 44px;
    padding: 10px 18px;
    border-top: 1px solid #e9efeb;
    color: #354139;
    font-weight: 800;
}

.compare-row span:first-child {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f0fff5;
}

.compare-row i {
    width: 22px;
    color: #0ba44a;
    text-align: center;
}

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

.template-card {
    overflow: hidden;
    text-align: center;
}

.template-preview {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    margin: 0;
    overflow: hidden;
    background: #f7faf8;
}

.template-preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .25s ease;
}

.template-card:hover .template-preview img {
    transform: scale(1.025);
}

.template-card h3 {
    margin: 12px 0 16px;
}

.pricing-block {
    padding-bottom: 22px;
}

.plan-card {
    position: relative;
    min-height: 248px;
    padding: 30px 30px 24px;
}

.plan-card.annual {
    border: 2px solid #19af54;
    background: #fcfffd;
}

.plan-card.annual p {
    margin-left: 48px;
}

.plan-card em {
    display: inline-flex;
    margin-left: 8px;
    padding: 4px 9px;
    border-radius: 999px;
    color: #63720b;
    background: #eff56f;
    font-size: .8rem;
    font-style: normal;
}

.plan-card strong {
    display: block;
    color: #111f17;
    font-size: 2.6rem;
    font-weight: 900;
}

.plan-card.annual strong {
    color: #0a9542;
}

.plan-card > i {
    display: block;
    margin-bottom: 20px;
    color: #7c8780;
    font-size: 2rem;
}

.plan-card ul {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    color: #24342b;
    font-weight: 900;
}

.plan-card li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.plan-card li i {
    color: #0aa84b;
}

.assist strong {
    font-size: 1.8rem;
}

.booking-tools-section {
    padding-top: 26px;
}

.calendar-guide-card {
    display: grid;
    gap: 10px;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid rgba(6, 199, 85, .18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(236, 255, 244, .96), rgba(255,255,255,.98)),
        #fff;
    box-shadow: 0 16px 36px rgba(8, 83, 38, .08);
    color: #14211a;
}

.calendar-guide-card span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #07883d;
    font-weight: 900;
}

.calendar-guide-card h2 {
    margin: 0;
    color: #17251d;
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    font-weight: 900;
}

.calendar-guide-card p {
    max-width: 880px;
    margin: 0;
    color: var(--muted);
    font-weight: 700;
}

.calendar-guide-card strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #07883d;
    font-weight: 900;
}

.line-addon-section {
    padding-top: 34px;
}

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

.line-addon-card {
    display: grid;
    overflow: hidden;
    min-height: 330px;
    border: 1px solid #d9efe3;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(8, 83, 38, .08);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.line-addon-card:hover {
    transform: translateY(-4px);
    border-color: rgba(6, 199, 85, .4);
    box-shadow: 0 20px 40px rgba(8, 83, 38, .12);
}

.line-addon-card figure {
    margin: 0;
    background: #f6fff9;
}

.line-addon-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.line-addon-card div {
    display: grid;
    gap: 8px;
    align-content: start;
    padding: 20px;
}

.line-addon-card h3 {
    margin: 0;
    color: #17251d;
    font-size: 1.24rem;
    font-weight: 900;
}

.line-addon-card strong {
    color: #07883d;
    font-size: 1.15rem;
    font-weight: 900;
}

.faq-list {
    width: min(1040px, 100%);
    margin: 0 auto;
    border: 1px solid #dde7e1;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.faq-item {
    border-top: 1px solid #e8efeb;
}

.faq-item:first-child {
    border-top: 0;
}

.faq-item summary {
    display: grid;
    grid-template-columns: 72px minmax(180px, .8fr) 1fr 42px;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 0 16px;
    cursor: pointer;
    list-style: none;
}

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

.faq-item span,
.faq-item strong,
.faq-item em {
    color: #26352c;
    font-style: normal;
    font-weight: 900;
}

.faq-item em {
    color: #596861;
    font-size: .94rem;
}

.faq-item i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    justify-self: end;
    border: 1px solid #e6eeea;
    border-radius: 8px;
    transition: transform .2s ease;
}

.faq-item[open] i {
    transform: rotate(180deg);
}

.faq-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
    gap: 18px;
    padding: 0 58px 20px 104px;
    color: #4e5d55;
}

.faq-body p {
    margin: 0;
    line-height: 1.85;
    font-weight: 700;
}

.faq-body ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq-body li {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    color: #24362c;
    font-weight: 900;
}

.faq-body li i {
    display: inline-grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--line);
    font-size: .7rem;
}

.work-demo-section {
    padding-top: 40px;
}

.work-demo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.work-demo-card {
    position: relative;
    display: grid;
    gap: 10px;
    min-height: 230px;
    padding: 22px;
    border: 1px solid #dcebe3;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff, #f6fff9);
    box-shadow: 0 14px 30px rgba(8, 83, 38, .07);
    color: #17251d;
    overflow: hidden;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.work-demo-card:hover {
    transform: translateY(-4px);
    border-color: rgba(6, 199, 85, .42);
    box-shadow: 0 18px 36px rgba(8, 83, 38, .12);
}

.work-demo-card span {
    position: absolute;
    right: 18px;
    top: 14px;
    color: rgba(6, 143, 61, .13);
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
}

.work-demo-card i {
    display: inline-grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 16px;
    color: #079240;
    background: #ecfff3;
    font-size: 1.35rem;
}

.work-demo-card h3 {
    margin: 2px 0 0;
    color: #17251d;
    font-size: 1.2rem;
    font-weight: 900;
}

.work-demo-card p {
    margin: 0;
    color: var(--muted);
    font-weight: 700;
}

.work-demo-card strong {
    align-self: end;
    color: #07883d;
    font-weight: 900;
}

.bottom-cta {
    position: relative;
    margin: 24px 0 0;
    padding: clamp(28px, 5vw, 48px) 24px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(4, 142, 61, .82), rgba(4, 160, 113, .68)),
        url('../img/cta-bg-ai.png') center / cover no-repeat,
        #08b956;
}

.bottom-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 45%, rgba(0, 112, 45, .26), rgba(0, 105, 48, .08) 42%, transparent 70%);
}

.bottom-cta::before {
    content: "";
    position: absolute;
    bottom: -72px;
    left: -120px;
    width: 300px;
    height: 150px;
    border-radius: 50%;
    border: 18px solid rgba(255,255,255,.18);
}

.bottom-cta h2,
.bottom-cta p,
.bottom-cta div {
    position: relative;
    z-index: 2;
}

.bottom-cta h2 {
    margin: 0 0 10px;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 900;
}

.bottom-cta p {
    margin: 0 0 22px;
    color: rgba(255,255,255,.86);
    font-size: 1.15rem;
    font-weight: 800;
}

.bottom-cta div {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.bottom-cta a {
    min-width: 150px;
    padding: 10px 22px;
    color: #07903f;
    background: #fff;
}

.bottom-cta a + a {
    color: #fff;
    border: 2px solid rgba(255,255,255,.8);
    background: transparent;
}

.site-footer {
    display: grid;
    grid-template-columns: minmax(260px, 1.1fr) minmax(220px, .8fr) minmax(240px, .8fr);
    gap: 28px;
    align-items: start;
    margin-top: 22px;
    padding: 32px 0 30px;
    border-top: 1px solid #e5efe9;
    color: #37443c;
    font-size: .92rem;
}

.footer-brand-block {
    display: grid;
    gap: 10px;
}

.footer-brand-block p {
    max-width: 430px;
    margin: 0;
    color: #596b61;
    font-weight: 700;
    line-height: 1.75;
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px;
    font-weight: 800;
}

.footer-nav a {
    color: #26352c;
}

.footer-nav a:hover {
    color: #079240;
}

.footer-contact {
    display: grid;
    gap: 7px;
    margin: 0;
    color: #4d5a53;
    font-style: normal;
    font-weight: 800;
}

.footer-contact strong {
    color: #17251d;
    font-size: 1rem;
}

.site-footer small {
    grid-column: 1 / -1;
    color: #7b8780;
    text-align: center;
}

@media (max-width: 1080px) {
    .site-header,
    main,
    .site-footer {
        width: min(100% - 32px, 920px);
    }

    .site-header {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .main-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .hero-stage {
        min-height: 610px;
    }

    .hero-ai-stage {
        min-height: 540px;
    }

    .hero-ai-art {
        inset: 12px -28px 12px -28px;
    }

    .phone {
        left: 50%;
    }

    .line-card {
        left: 4%;
    }

    .calendar-card {
        left: 8%;
    }

    .green-banner {
        right: 3%;
    }

    .hero-chip {
        transform: scale(.94);
    }

    .chip-calendar {
        left: 24px;
        top: 150px;
    }

    .chip-notify {
        left: 44px;
        bottom: 96px;
    }

    .chip-lock {
        right: 28px;
        bottom: 82px;
    }

    .metric-card {
        right: 8%;
    }

    .lock-card {
        right: 5%;
    }

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

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

    .steps-grid {
        gap: 24px;
    }

    .work-demo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .line-addon-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .browser-bar {
        display: none;
    }

    .site-header {
        top: 0;
    }

    .nav-cta {
        min-width: 0;
    }

    .hero {
        min-height: auto;
        padding-top: 34px;
        padding-bottom: 34px;
        grid-template-columns: 1fr;
    }

    .hero-image-only {
        padding: 0;
    }

    .hero h1 {
        font-size: clamp(2.2rem, 12vw, 3.5rem);
    }

    .price-row,
    .bonus-row,
    .hero-actions,
    .feature-grid,
    .business-grid,
    .steps-grid,
    .template-grid,
    .pricing-grid,
    .compare-head,
    .compare-row {
        grid-template-columns: 1fr;
    }

    .price-card {
        border-top: 1px solid #e4eee8;
        border-left: 0;
    }

    .price-card:first-child {
        border-top: 0;
    }

    .hero-ai-art::after {
        background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.86) 46%, rgba(255,255,255,.18) 100%);
    }

    .hero-ai-art img {
        object-position: 64% center;
        opacity: .42;
    }

    .promo-video-section,
    .intro-strip {
        padding: 18px;
        border-radius: 18px;
    }

    .promo-video-frame,
    .system-visual {
        border-radius: 16px;
    }

    .mobile-proof-grid {
        grid-template-columns: 1fr;
    }

    .work-demo-grid {
        grid-template-columns: 1fr;
    }

    .line-addon-grid {
        grid-template-columns: 1fr;
    }

    .line-addon-card {
        min-height: auto;
    }

    .hero-ai-art {
        inset: 10px -90px 10px -84px;
        border-radius: 22px;
    }

    .hero-ai-art img {
        object-position: 52% 50%;
    }

    .phone {
        top: 114px;
        width: min(238px, 78vw);
    }

    .line-card,
    .calendar-card,
    .metric-card,
    .lock-card,
    .green-banner,
    .hero-chip {
        transform: scale(.88);
    }

    .line-card {
        left: 0;
        top: 24px;
    }

    .calendar-card {
        left: 0;
        top: 602px;
    }

    .green-banner {
        right: -16px;
        top: 0;
    }

    .chip-calendar {
        left: -8px;
        top: 110px;
    }

    .chip-notify {
        left: 10px;
        bottom: 42px;
    }

    .chip-lock {
        right: -10px;
        bottom: 76px;
    }

    .metric-card {
        right: -14px;
        top: 545px;
    }

    .lock-card {
        right: -12px;
        top: 650px;
    }

    .hero-photo {
        right: -210px;
        bottom: 40px;
        opacity: .45;
    }

    .steps-grid::before {
        display: none;
    }

    .faq-item summary {
        grid-template-columns: 52px 1fr 34px;
        min-height: auto;
        padding: 14px;
    }

    .faq-item em {
        grid-column: 2 / 4;
    }

    .faq-body {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0 16px 18px 66px;
    }

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

    .site-footer nav {
        flex-wrap: wrap;
        gap: 12px 20px;
    }

    .site-footer address {
        text-align: center;
    }
}

@media (max-width: 460px) {
    .site-header,
    main,
    .site-footer {
        width: min(100% - 24px, 420px);
    }

    .brand {
        min-width: 0;
        font-size: .92rem;
    }

    .hero h1 {
        font-size: 2.45rem;
    }

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

    .hero-ai-stage {
        min-height: 410px;
    }

    .floating-card,
    .metric-card,
    .lock-card {
        width: 148px;
    }

    .green-banner {
        width: 188px;
    }
}

.hero-composed {
    display: grid;
    grid-template-columns: minmax(420px, 620px) minmax(0, 1fr);
    min-height: clamp(660px, calc(100svh - 78px), 860px);
    align-items: start;
    padding: clamp(30px, 4vw, 54px) clamp(48px, 6vw, 112px) clamp(36px, 4vw, 70px);
}

.hero-composed .hero-copy {
    z-index: 4;
    max-width: 760px;
    padding: 0;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    margin: 0 0 26px;
    padding: 7px 16px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(180deg, #15d263, #079543);
    box-shadow: 0 12px 24px rgba(6, 153, 65, .18);
    font-size: .98rem;
    font-weight: 900;
}

.hero-composed h1 {
    margin-bottom: 18px;
    max-width: 760px;
    color: #101d16;
    font-size: clamp(3rem, 4vw, 5.25rem);
    line-height: 1.08;
}

.hero-composed .hero-checks {
    gap: 8px;
    margin-bottom: 18px;
    font-size: clamp(1rem, 1.15vw, 1.16rem);
}

.hero-composed .price-row,
.hero-composed .bonus-row,
.hero-composed .hero-actions {
    width: min(600px, 100%);
}

.hero-composed .price-card {
    min-height: 112px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.hero-composed .price-card strong {
    font-size: 1.82rem;
}

.hero-composed .hero-stage {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: 0;
}

.hero-composed .hero-visual-art {
    position: absolute;
    inset: 0;
    margin: 0;
    overflow: hidden;
}

.hero-composed .hero-visual-art::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 34%, rgba(255,255,255,.36) 52%, rgba(255,255,255,0) 76%),
        linear-gradient(180deg, rgba(255,255,255,.34), rgba(255,255,255,0) 42%);
    pointer-events: none;
}

.hero-composed .hero-visual-art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 68% 50%;
}

.hero-composed .green-banner {
    right: clamp(22px, 4vw, 76px);
    top: clamp(18px, 3vw, 46px);
}

.hero-composed .hero-chip {
    display: none;
}

.hero-quick-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0 8px;
}

.hero-quick-strip a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 66px;
    padding: 14px 18px;
    border: 1px solid #dcebe3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(20, 60, 35, .05);
    color: #1b2b21;
    font-weight: 900;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.hero-quick-strip a:hover {
    transform: translateY(-2px);
    border-color: rgba(6, 199, 85, .34);
    box-shadow: 0 16px 30px rgba(8, 83, 38, .09);
}

.hero-quick-strip i,
.panel-label i {
    color: #079240;
}

.showcase-section {
    padding: clamp(34px, 5vw, 62px);
    border: 1px solid rgba(6, 199, 85, .13);
    border-radius: 8px;
    background: linear-gradient(180deg, #f7fffa, #fff);
}

.showcase-heading {
    margin-bottom: 28px;
}

.eyebrow,
.panel-label {
    color: #07883d;
    font-size: .84rem;
    font-weight: 900;
    text-transform: uppercase;
}

.showcase-layout {
    display: grid;
    grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
    gap: clamp(22px, 4vw, 48px);
    align-items: start;
}

.promo-video-panel,
.mobile-admin-panel {
    min-width: 0;
}

.promo-video-panel {
    display: grid;
    justify-items: center;
    padding: 24px;
    border: 1px solid #dcebe3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(8, 83, 38, .07);
    text-align: center;
}

.promo-video-panel h3 {
    margin: 10px 0 8px;
    color: #17251d;
    font-size: 1.45rem;
    font-weight: 900;
}

.promo-video-panel p {
    margin: 0 0 18px;
    color: var(--muted);
    font-weight: 700;
}

.promo-video-panel .promo-video-frame {
    width: min(286px, 100%);
    border-radius: 22px;
}

.promo-video-panel .promo-video-frame video {
    aspect-ratio: 9 / 16;
    object-fit: cover;
}

.mobile-admin-panel {
    display: grid;
    gap: 16px;
}

.mobile-admin-panel .system-visual {
    max-width: none;
    margin: 0;
}

.mobile-admin-panel .mobile-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 1680px) {
    .site-header,
    main,
    .site-footer {
        width: min(1440px, calc(100% - 96px));
    }

    .hero-composed {
        padding-left: clamp(84px, 6vw, 128px);
        padding-right: clamp(84px, 6vw, 128px);
    }
}

@media (max-width: 1080px) {
    .hero-composed {
        grid-template-columns: minmax(360px, 540px) minmax(0, 1fr);
        min-height: 680px;
        padding: 42px 32px;
    }

    .hero-composed h1 {
        font-size: clamp(2.85rem, 6vw, 4.6rem);
    }

    .hero-composed .hero-visual-art img {
        object-position: 72% 50%;
    }

    .hero-quick-strip,
    .showcase-layout {
        grid-template-columns: 1fr;
    }

    .mobile-admin-panel .mobile-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .hero-composed {
        display: flex;
        width: 100%;
        min-height: auto;
        margin-left: 0;
        padding: 24px 20px 0;
        flex-direction: column;
        border-bottom: 0;
    }

    .hero-composed .hero-copy {
        max-width: none;
    }

    .hero-kicker {
        margin-bottom: 16px;
        font-size: .88rem;
    }

    .hero-composed h1 {
        margin-bottom: 16px;
        font-size: clamp(2.25rem, 11.5vw, 3.2rem);
    }

    .hero-composed .hero-checks {
        font-size: .98rem;
    }

    .hero-composed .price-row,
    .hero-composed .bonus-row,
    .hero-composed .hero-actions {
        width: 100%;
    }

    .hero-composed .price-row,
    .hero-composed .bonus-row,
    .hero-composed .hero-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-composed .price-card {
        min-height: 104px;
        padding: 13px 12px;
    }

    .hero-composed .price-card.featured {
        padding-left: 58px;
    }

    .hero-composed .price-card strong {
        font-size: 1.42rem;
    }

    .hero-composed .price-card p {
        margin-bottom: 5px;
        font-size: .9rem;
    }

    .hero-composed .price-card small {
        font-size: .76rem;
    }

    .hero-composed .ribbon {
        width: 48px;
        height: 56px;
        font-size: .78rem;
    }

    .hero-composed .ribbon::after {
        border-left-width: 24px;
        border-right-width: 24px;
    }

    .hero-composed .bonus-row span {
        min-height: 40px;
        padding: 8px 10px;
        font-size: .82rem;
    }

    .hero-composed .solid-btn,
    .hero-composed .outline-btn {
        min-height: 44px;
        padding: 9px 10px;
        font-size: .92rem;
    }

    .hero-composed .hero-stage {
        position: relative;
        inset: auto;
        width: calc(100% + 40px);
        height: 260px;
        margin: 18px -20px 0;
        overflow: hidden;
    }

    .hero-composed .hero-visual-art {
        inset: 0;
    }

    .hero-composed .hero-visual-art::after {
        background: linear-gradient(180deg, rgba(255,255,255,.3), rgba(255,255,255,0) 34%);
    }

    .hero-composed .hero-visual-art img {
        object-position: 70% 50%;
    }

    .hero-composed .green-banner {
        top: 10px;
        right: 10px;
        width: 142px;
        height: 116px;
        padding: 16px 16px 12px 30px;
        font-size: .95rem;
    }

    .hero-composed .green-banner span {
        font-size: .72rem;
    }

    .hero-composed .green-banner strong {
        font-size: 2rem;
    }

    .hero-quick-strip {
        grid-template-columns: 1fr;
        margin-top: 16px;
    }

    .hero-quick-strip a {
        min-height: 56px;
    }

    .showcase-section {
        padding: 22px;
        border-radius: 8px;
    }

    .mobile-admin-panel .mobile-proof-grid {
        grid-template-columns: 1fr;
    }

    .promo-video-panel {
        padding: 18px;
    }
}

@media (max-width: 460px) {
    .hero-composed {
        padding-inline: 14px;
    }

    .hero-composed .hero-stage {
        width: calc(100% + 28px);
        height: 230px;
        margin-inline: -14px;
    }

    .hero-composed .bonus-row,
    .hero-composed .hero-actions {
        gap: 10px;
    }

    .promo-video-panel .promo-video-frame {
        width: min(240px, 100%);
    }
}
