:root { --green: #446348; --ink: #292a2d; --muted: #67686b; --line: #e8e8e5; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.site-header { width: min(1120px, calc(100% - 48px)); margin: 0 auto; height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; font-family: Georgia, serif; font-size: 30px; font-weight: 700; letter-spacing: -.04em; } .brand img { width: 34px; height: 34px; border-radius: 9px; }
nav { display: flex; align-items: center; gap: 28px; } nav a { color: var(--muted); text-decoration: none; font-size: 14px; } nav a:hover { color: var(--green); }
.nav-account { border: 0; padding: 9px 13px; border-radius: 999px; color: var(--green); background: #edf2ec; font: inherit; font-size: 13px; cursor: pointer; max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nav-account.is-signed-in { background: transparent; color: var(--muted); }
.nav-cta { padding: 11px 18px; color: #fff; border-radius: 999px; background: var(--green); }
.hero { width: min(1120px, calc(100% - 48px)); min-height: 680px; margin: 0 auto; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(44px, 7vw, 100px); align-items: center; }
.kicker { margin: 0 0 20px; color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; } h1 { margin: 0; font-size: clamp(44px, 5.6vw, 76px); line-height: 1.02; } h2 { margin: 0; font-size: clamp(30px, 3vw, 46px); line-height: 1.08; }
.lede { max-width: 440px; margin: 28px 0 30px; color: var(--muted); font-family: Georgia, serif; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; } .button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 650; transition: transform .2s ease, background .2s ease; } .button:hover { transform: translateY(-2px); } .button-primary { color: #fff; background: var(--green); } .button-quiet { color: var(--green); background: #edf2ec; }
.meta { margin: 20px 0 0; color: #8a8b8a; font-size: 12px; }
.demo-frame { position: relative; overflow: hidden; border: 0; border-radius: 20px; background: #f4f6f3; box-shadow: 0 24px 70px rgba(48, 63, 48, .16); } .demo-frame video { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: contain; background: #f7f8f6; } .demo-caption { padding: 14px 18px; color: var(--muted); background: #fff; font-size: 13px; } .demo-caption span { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.guide { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 92px 0; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 8vw, 130px); border-top: 1px solid var(--line); }
.section-intro h2 { margin-bottom: 22px; } .section-intro > p:last-child { max-width: 300px; color: var(--muted); line-height: 1.65; }
.guide-list { border-top: 1px solid var(--line); } .guide-list article { min-height: 112px; padding: 25px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); } .guide-list b { display: block; font-size: 18px; } .guide-list p { margin: 7px 0 0; color: #888; font-size: 14px; } kbd { display: flex; gap: 8px; padding: 12px 16px; border: 1px solid #e2e4e1; border-radius: 15px; background: #f2f3f1; box-shadow: inset 0 1px #fff; } kbd i { min-width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: #fff; color: var(--ink); font-style: normal; font-size: 20px; box-shadow: 0 1px 2px #d9dcd8; }
.product-story { width: min(1500px, calc(100% - 64px)); margin: 0 auto; padding: 105px 0; display: grid; grid-template-columns: .58fr 1.42fr; gap: clamp(48px, 6vw, 96px); align-items: center; border-top: 1px solid var(--line); } .story-copy h2 { margin-bottom: 22px; } .story-copy > p:last-child { max-width: 360px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; } .screen-card { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; } .screen-card img { display: block; width: 100%; max-width: none; height: auto; margin-left: 0; } .product-story:not(.analytics-story) .screen-card { min-width: 0; } .analytics-grid .screen-card img { width: 100%; margin-left: 0; } .reverse { grid-template-columns: 1.42fr .58fr; } .reverse .story-copy { order: 2; } .reverse .screen-card { order: 1; } .analytics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.feature-strip { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 74px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; border-top: 1px solid var(--line); } .feature-strip article { padding-right: 25px; border-right: 1px solid var(--line); } .feature-strip article:last-child { border: 0; } .feature-strip span { color: var(--green); font-size: 12px; font-weight: 700; } .feature-strip h2 { margin: 12px 0 8px; font-size: 28px; } .feature-strip p { margin: 0; color: var(--muted); line-height: 1.6; }
.pricing { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0; display: flex; align-items: end; justify-content: space-between; gap: 40px; border-top: 1px solid var(--line); } .price-card { min-width: 340px; padding: 28px; border: 0; border-radius: 18px; background: #f3f7f2; box-shadow: 0 18px 50px rgba(48, 63, 48, .1); } .plan-row { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid #dbe4d9; padding-bottom: 12px; font-size: 17px; } .plan-row span { margin: 0; color: var(--muted); } .plan-row strong { font-family: Georgia, serif; font-size: 42px; font-weight: 400; } .price-card ul { margin: 14px 0 25px; padding-left: 18px; color: var(--muted); font-size: 13px; line-height: 1.8; } .plan-row.pro { margin-top: 24px; color: var(--green); }
.checkout-note { margin: 12px 0 0; color: #7d877e; font-size: 12px; text-align: center; }
.auth-dialog { width: min(420px, calc(100% - 32px)); padding: 34px; border: 0; border-radius: 22px; color: var(--ink); background: #fff; box-shadow: 0 28px 90px rgba(35, 48, 37, .26); }
.auth-dialog::backdrop { background: rgba(36, 43, 38, .32); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 15px; right: 18px; border: 0; background: transparent; color: #777; font-size: 28px; line-height: 1; cursor: pointer; }
.auth-dialog h2 { margin: 0 0 12px; font-size: 34px; }
.auth-hint { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.auth-dialog form { display: grid; gap: 15px; }
.auth-dialog label { display: grid; gap: 7px; color: var(--muted); font-size: 13px; }
.auth-dialog input { width: 100%; padding: 12px 13px; border: 1px solid #d9dfd9; border-radius: 10px; outline: 0; font: inherit; }
.auth-dialog input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(68, 99, 72, .12); }
.auth-dialog form .button { border: 0; cursor: pointer; margin-top: 4px; }
.auth-dialog form .button:disabled { opacity: .6; cursor: wait; }
.auth-switch { display: block; margin: 18px auto 0; border: 0; color: var(--green); background: transparent; cursor: pointer; font: inherit; font-size: 13px; }
.auth-switch + .auth-switch { margin-top: 8px; }
.auth-switch:disabled { opacity: .55; cursor: wait; }
.auth-status { min-height: 20px; margin: 14px 0 0; color: #a44b3f; font-size: 13px; line-height: 1.45; }
.download { padding: 110px 24px; text-align: center; background: #f5f7f4; } .download .button { margin: 28px 0 12px; } .download p { margin: 0; color: var(--muted); font-size: 13px; }
@media (max-width: 760px) { .site-header, .hero, .feature-strip, .pricing, .guide, .product-story { width: min(100% - 36px, 620px); } nav { gap: 14px; } nav a:not(.nav-cta) { display: none; } .hero { display: block; padding: 70px 0; } .hero-copy { margin-bottom: 48px; } .feature-strip { grid-template-columns: 1fr; padding: 55px 0; } .feature-strip article { padding: 0 0 24px; border-right: 0; border-bottom: 1px solid var(--line); } .guide, .product-story { display: block; padding: 65px 0; } .section-intro, .story-copy { margin-bottom: 38px; } .reverse .story-copy, .reverse .screen-card { order: initial; } .screen-card img { width: 100%; margin-left: 0; } .analytics-grid { grid-template-columns: 1fr; } .pricing { display: block; padding: 65px 0; } .price-card { margin-top: 28px; } }
