:root {
  --ink: #13231b;
  --muted: #607068;
  --green: #176b48;
  --green-dark: #0d4f34;
  --mint: #dff2e7;
  --soft: #f3f7f4;
  --line: #dce5df;
  --cream: #fbfcfa;
  --shadow: 0 28px 70px rgba(18, 51, 35, .14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; overflow-x: hidden; background: #eef5f0; }
a { color: inherit; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 72px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgba(220,229,223,.85); background: rgba(238,245,240,.92); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; text-decoration: none; font-size: 17px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; color: white; border-radius: 9px 4px 9px 4px; background: var(--green); font-family: Georgia, serif; font-size: 17px; }
.site-header nav { display: flex; gap: 30px; }
.site-header nav a { color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 650; }
.site-header nav a:hover { color: var(--green); }
.site-header > .button { justify-self: end; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 9px; text-decoration: none; font-size: 14px; font-weight: 750; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 38px; padding: 0 15px; font-size: 12px; }
.button-outline { border-color: var(--line); background: white; }
.button-outline:hover { border-color: #acc8b8; box-shadow: 0 8px 20px rgba(25,74,49,.08); }
.button-primary { color: white; background: var(--green); box-shadow: 0 12px 25px rgba(23,107,72,.22); }
.button-primary:hover { background: var(--green-dark); box-shadow: 0 15px 30px rgba(23,107,72,.28); }

.hero { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; min-height: 750px; padding-block: 92px 86px; }
.hero > * { min-width: 0; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow > span { width: 20px; height: 2px; background: currentColor; }
.hero h1 { max-width: 610px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5.2vw, 72px); font-weight: 500; letter-spacing: -.055em; line-height: .99; }
.hero-lead { max-width: 580px; margin: 27px 0 31px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.text-link { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 750; }
.text-link span { margin-left: 5px; color: var(--green); }
.trust-row { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 31px; color: var(--muted); font-size: 11px; }
.trust-row b { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 4px; color: var(--green); border-radius: 50%; background: var(--mint); font-size: 10px; }
.hero-visual { position: relative; overflow: visible; border: 1px solid #cedbd3; border-radius: 14px; background: white; box-shadow: var(--shadow); transform: rotate(.6deg); }
.hero-visual::before { content: ""; position: absolute; z-index: -1; inset: -80px -120px; border-radius: 50%; background: radial-gradient(circle, rgba(157,216,182,.35), transparent 68%); }
.browser-bar { display: flex; align-items: center; gap: 6px; height: 36px; padding: 0 12px; border-bottom: 1px solid var(--line); background: #f7f9f7; border-radius: 14px 14px 0 0; }
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #c5cec8; }
.browser-bar span { margin-left: 7px; color: #7a8780; font-size: 8px; }
.hero-visual > img { display: block; width: 100%; max-width: 100%; border-radius: 0 0 14px 14px; }
.floating-proof { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 166px; padding: 11px 13px; border: 1px solid #d6e1da; border-radius: 10px; background: rgba(255,255,255,.94); box-shadow: 0 14px 32px rgba(18,51,35,.14); backdrop-filter: blur(10px); transform: rotate(-.6deg); }
.floating-proof > span { display: grid; place-items: center; width: 31px; height: 31px; color: var(--green); border-radius: 7px; background: var(--mint); font-family: monospace; font-weight: 800; }
.floating-proof b, .floating-proof small { display: block; }
.floating-proof b { font-size: 10px; }
.floating-proof small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.proof-data { left: -42px; bottom: 50px; }
.proof-output { top: 80px; right: -36px; }

.problem-strip { color: white; background: var(--green-dark); }
.problem-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; min-height: 180px; }
.problem-grid > p { margin: 0; color: #b8d5c6; font-family: Georgia, serif; font-size: 24px; line-height: 1.35; }
.problem-grid > div { padding-left: 45px; border-left: 1px solid rgba(255,255,255,.2); }
.problem-grid strong, .problem-grid span { display: block; }
.problem-grid strong { font-size: 18px; }
.problem-grid span { margin-top: 8px; color: #a9c7b7; font-size: 13px; }

.section { padding-block: 110px; }
.section-heading { max-width: 680px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .privacy-copy h2, .final-cta h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(37px, 4vw, 52px); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.section-heading > p:last-child { color: var(--muted); font-size: 15px; line-height: 1.65; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: steps; }
.steps article { position: relative; min-height: 280px; padding: 31px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; }
.step-number { position: absolute; top: 25px; right: 25px; color: #a2b0a8; font-family: monospace; font-size: 10px; }
.step-icon, .card-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 48px; color: var(--green); border: 1px solid #bad6c7; border-radius: 12px 5px 12px 5px; background: var(--mint); font-family: monospace; font-size: 13px; font-weight: 800; }
.steps h3, .feature-card h3, .use-grid h3 { margin: 0; font-size: 17px; letter-spacing: -.025em; }
.steps p, .feature-card p, .use-grid p { margin: 11px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.feature-section { background: #e3efe7; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; max-width: none; align-items: end; }
.split-heading > p { margin: 0 0 5px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { min-height: 250px; padding: 32px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.feature-card .card-icon { margin-bottom: 36px; }
.feature-large { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; min-height: 340px; padding: 48px; background: #fdfefd; }
.feature-copy h3 { max-width: 470px; font-family: Georgia, serif; font-size: 34px; font-weight: 500; letter-spacing: -.04em; line-height: 1.1; }
.feature-kicker { display: block; margin-bottom: 14px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mini-import { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 190px; padding: 28px; border-radius: 12px; background: #edf5f0; }
.mini-import > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 10px; align-items: center; width: 190px; padding: 15px; border: 1px solid #cfddd5; border-radius: 9px; background: white; box-shadow: 0 8px 18px rgba(18,51,35,.07); }
.mini-import > div > span { grid-row: 1 / 3; display: grid; place-items: center; height: 42px; color: var(--green); border-radius: 6px; background: var(--mint); font-size: 10px; font-weight: 850; }
.mini-import b { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.mini-import small { color: var(--muted); font-size: 8px; }
.mini-import > i { color: var(--green); font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.privacy-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; width: min(1180px, calc(100% - 48px)); min-height: 470px; margin-block: 110px; padding: 70px 90px; overflow: hidden; color: white; border-radius: 20px; background: #113e2b; }
.privacy-visual { position: relative; display: grid; place-items: center; height: 280px; }
.privacy-ring { display: grid; place-items: center; width: 160px; height: 160px; border: 1px solid rgba(155,216,183,.45); border-radius: 50%; box-shadow: 0 0 0 35px rgba(122,199,158,.06), 0 0 0 70px rgba(122,199,158,.04); }
.privacy-ring span { display: grid; place-items: center; width: 72px; height: 72px; color: #174f36; border-radius: 20px 8px 20px 8px; background: #aee0c5; font-size: 29px; }
.orbit { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #9bd8b7; box-shadow: 0 0 15px #9bd8b7; }
.orbit-one { top: 25px; left: 65px; }
.orbit-two { right: 42px; bottom: 47px; }
.eyebrow.light { color: #9bd8b7; }
.privacy-copy p:not(.eyebrow) { max-width: 610px; color: #b8d2c4; font-size: 15px; line-height: 1.7; }
.privacy-points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.privacy-points span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 20px; color: #d7e9df; font-size: 10px; }

.use-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.use-grid article { min-height: 230px; padding: 27px; border-top: 2px solid var(--green); background: var(--soft); }
.use-grid article > span { display: inline-block; margin-bottom: 65px; color: var(--green); font-family: monospace; font-size: 10px; font-weight: 850; letter-spacing: .08em; }

.api-section { color: white; background: #102f22; }
.api-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.api-copy h2 { max-width: 560px; margin: 0; font-family: Georgia, serif; font-size: clamp(37px, 4vw, 52px); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.api-copy > p:not(.eyebrow, .api-plan-note) { max-width: 590px; margin: 24px 0; color: #b8d2c4; font-size: 15px; line-height: 1.75; }
.api-points { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 28px; }
.api-points span { position: relative; padding-left: 20px; color: #d8e8df; font-size: 12px; line-height: 1.45; }
.api-points span::before { content: "✓"; position: absolute; left: 0; color: #91d5b0; font-weight: 800; }
.api-plan-note { margin: 27px 0 0; color: #91d5b0; font-size: 11px; font-weight: 750; }
.api-example { overflow: hidden; border: 1px solid #315542; border-radius: 15px; background: #091c13; box-shadow: 0 25px 60px rgba(0,0,0,.28); }
.code-heading { display: flex; align-items: center; gap: 12px; height: 48px; padding: 0 18px; border-bottom: 1px solid #284738; color: #b8d2c4; font-size: 12px; }
.code-heading span { padding: 4px 7px; border-radius: 5px; color: #b9f0d0; background: #176b48; font-size: 9px; font-weight: 800; }
.api-example pre { min-height: 365px; margin: 0; padding: 24px; overflow: auto; color: #cce8d8; font: 12px/1.65 "Cascadia Code", Consolas, monospace; tab-size: 2; }
.code-result { display: flex; align-items: center; gap: 9px; padding: 14px 18px; border-top: 1px solid #284738; color: #91d5b0; font-size: 10px; }
.code-result span { width: 7px; height: 7px; border-radius: 50%; background: #57c588; box-shadow: 0 0 0 4px rgba(87,197,136,.12); }

.pricing-section { background: #dfece4; }

main { background: linear-gradient(180deg,#eef5f0 0,#fbfcfa 760px); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.price-card.featured-price { border-color: #6dac8c; box-shadow: 0 18px 45px rgba(23,107,72,.13); }
.popular-label { position: absolute; top: 0; right: 22px; padding: 6px 10px; color: white; border-radius: 0 0 7px 7px; background: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.price-heading { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.price-heading p { margin: 0 0 17px; color: var(--green); font-size: 12px; font-weight: 800; }
.price-heading h3 { margin: 0; font-family: Georgia, serif; font-size: 39px; font-weight: 500; letter-spacing: -.045em; }
.price-heading h3 small { margin-left: 3px; color: var(--muted); font-family: Inter, sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0; }
.price-heading span { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; }
.price-card ul { display: grid; gap: 11px; margin: 24px 0 30px; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 18px; color: #435049; font-size: 11px; line-height: 1.4; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.price-card .button { width: 100%; min-height: 42px; margin-top: auto; font-size: 12px; }
.pricing-notes { display: flex; justify-content: space-between; gap: 35px; margin-top: 25px; padding: 20px 23px; border: 1px solid var(--line); border-radius: 11px; background: white; }
.pricing-notes p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.pricing-notes a { color: var(--green); font-weight: 750; }

.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 60px; min-height: 350px; margin-block: 30px 100px; padding: 70px 80px; color: white; border-radius: 20px; background: linear-gradient(120deg, #176b48, #0d4a32); }
.final-cta p:not(.eyebrow) { margin-bottom: 0; color: #b9d4c6; }
.button-light { flex: 0 0 auto; color: var(--green-dark); background: white; box-shadow: 0 14px 30px rgba(0,0,0,.15); }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 110px; border-top: 1px solid var(--line); }
.site-footer p { color: var(--muted); font-size: 11px; }
.site-footer > a:last-child { justify-self: end; color: var(--green); font-size: 12px; font-weight: 750; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 65px; padding-top: 70px; }
  .hero-copy { max-width: 720px; }
  .proof-output { right: 10px; }
  .proof-data { left: 10px; }
  .problem-grid, .privacy-section { grid-template-columns: 1fr; gap: 35px; }
  .problem-grid { padding-block: 45px; }
  .problem-grid > div { padding: 30px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .privacy-section { padding: 55px; }
  .privacy-visual { display: none; }
  .use-grid { grid-template-columns: repeat(2, 1fr); }
  .api-grid { grid-template-columns: 1fr; gap: 50px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .section-shell { width: min(100% - 30px, 1180px); }
  .site-header { height: 64px; padding-inline: 15px; }
  .site-header .button { min-height: 36px; }
  .hero { min-height: auto; padding-block: 60px 70px; }
  .hero h1 { font-size: 45px; }
  .hero-visual { width: 100%; min-width: 0; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { flex-direction: column; gap: 10px; }
  .floating-proof { display: none; }
  .section { padding-block: 80px; }
  .steps, .feature-grid, .feature-large, .use-grid { grid-template-columns: 1fr; }
  .pricing-grid, .api-points { grid-template-columns: 1fr; }
  .pricing-notes { flex-direction: column; }
  .feature-large { padding: 31px; }
  .mini-import { flex-direction: column; }
  .privacy-section { width: calc(100% - 30px); margin-block: 75px; padding: 42px 28px; }
  .final-cta { align-items: flex-start; flex-direction: column; margin-bottom: 70px; padding: 45px 30px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { display: none; }
}
.billing-cycle{display:flex;width:max-content;margin:0 auto 24px;padding:4px;border:1px solid var(--line);border-radius:10px;background:#fff}.billing-cycle button{min-width:92px;padding:9px 14px;border:0;border-radius:7px;color:var(--muted);background:transparent;font-weight:700;cursor:pointer}.billing-cycle button.active{color:#fff;background:var(--green)}
