@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
    --ink: #10231d;
    --muted: #607069;
    --line: #dbe4df;
    --paper: #f5f9f7;
    --white: #fff;
    --mint: #d9fbe8;
    --green: #0f8f5b;
    --green-dark: #087046;
    --navy: #0b211b;
    --navy-soft: #17372e;
    --shadow: 0 24px 70px rgba(16, 46, 41, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
code { font-family: "DM Mono", monospace; }

.announcement {
    min-height: 38px; padding: 8px 20px; color: #cce4da; background: var(--navy);
    display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 12px;
}
.announcement span { padding: 3px 7px; border-radius: 999px; color: var(--navy); background: #7ce6b1; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.announcement a { color: white; font-weight: 700; }
.site-header {
    width: min(1220px, calc(100% - 40px)); height: 78px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
}
.logo { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 800; }
.logo span, .logo img { width: 35px; height: 35px; border-radius: 10px; }
.logo span { display: grid; place-items: center; color: white; background: linear-gradient(135deg, #19ad72, #087046); font-size: 11px; }
.logo img { object-fit: cover; }
nav { display: flex; gap: 28px; font-size: 13px; font-weight: 650; }
nav a:hover, .footer-links a:hover { color: var(--green); }
.header-actions, .hero-actions { display: flex; align-items: center; gap: 10px; }
.button {
    min-height: 42px; padding: 0 18px; border: 1px solid transparent; border-radius: 9px;
    display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 750; transition: .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: var(--green); box-shadow: 0 9px 24px rgba(15, 143, 91, .2); }
.button-primary:hover { background: var(--green-dark); }
.button-quiet { color: var(--ink); }
.button-outline { border-color: var(--line); background: white; }
.button-outline:hover { border-color: #a9c4b8; background: #f8fbf9; }
.button-light { color: var(--navy); background: white; }
.button-large { min-height: 52px; padding: 0 25px; font-size: 14px; }
.text-link { color: var(--green); font-size: 13px; font-weight: 800; }

.hero {
    position: relative; width: min(1220px, calc(100% - 40px)); min-height: 690px; margin: 0 auto; padding: 90px 0 110px;
    display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 70px;
}
.hero::before {
    content: ""; position: absolute; width: 650px; height: 650px; right: -200px; top: -100px; z-index: -1;
    border-radius: 50%; background: radial-gradient(circle, rgba(102, 229, 164, .2), transparent 66%);
}
.eyebrow, .kicker { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px var(--mint); }
.hero h1 { max-width: 650px; margin: 23px 0; font-size: clamp(52px, 6vw, 78px); line-height: .98; letter-spacing: -.06em; }
.hero-copy > p { max-width: 610px; margin: 0 0 31px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; color: var(--muted); font-size: 11px; font-weight: 650; }
.hero-notes span::before, .pricing-card li::before, .sandbox-section li::before { content: "\2713"; color: var(--green); margin-right: 7px; }

.product-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 78%; height: 78%; border-radius: 50%; background: #bdf4d5; filter: blur(80px); opacity: .6; }
.dashboard-preview {
    position: relative; width: 100%; max-width: 610px; padding: 18px; border: 1px solid #d6e4dd; border-radius: 20px;
    background: rgba(255,255,255,.94); box-shadow: 0 38px 90px rgba(16,46,41,.18); backdrop-filter: blur(12px); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}
.preview-top { padding: 3px 4px 17px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; }
.preview-top div { display: flex; gap: 5px; }
.preview-top i { width: 7px; height: 7px; border-radius: 50%; background: #d1ddd7; }
.preview-top b { padding: 4px 8px; border-radius: 999px; color: var(--green-dark); background: #e2f8ec; font-size: 9px; }
.preview-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.preview-stats article { padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #fbfdfc; }
.preview-stats small, .preview-stats strong, .preview-stats em { display: block; }
.preview-stats small { color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.preview-stats strong { margin: 7px 0 4px; font-size: 22px; letter-spacing: -.04em; }
.preview-stats em { color: var(--green); font-size: 9px; font-style: normal; font-weight: 700; }
.preview-chart { margin-top: 10px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; }
.chart-label { display: flex; justify-content: space-between; align-items: center; font-size: 11px; }
.chart-label span { color: var(--muted); font-size: 9px; }
.chart-bars { height: 145px; margin-top: 18px; display: flex; align-items: end; gap: 8px; border-bottom: 1px solid var(--line); }
.chart-bars i { flex: 1; border-radius: 5px 5px 0 0; background: linear-gradient(180deg, #58d497, #0f8f5b); opacity: .82; }
.preview-message { margin-top: 10px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 12px; display: flex; align-items: center; gap: 11px; font-size: 10px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #1cad70; box-shadow: 0 0 0 4px #dff7ea; }
.preview-message div { flex: 1; }
.preview-message b, .preview-message small { display: block; }
.preview-message small { margin-top: 3px; color: var(--muted); }
.preview-message > strong { color: var(--green); }
.preview-message time { color: var(--muted); }
.floating-card {
    position: absolute; padding: 13px 16px; border: 1px solid var(--line); border-radius: 11px; background: white;
    box-shadow: 0 16px 40px rgba(16,46,41,.14); font-size: 9px;
}
.floating-card span, .floating-card b { display: block; }
.floating-card span { color: var(--muted); }
.floating-card b { margin-top: 5px; color: var(--green-dark); }
.floating-event { right: -24px; top: 78px; }
.floating-domain { left: -28px; bottom: 55px; }

.trust-strip { padding: 33px 20px; border-block: 1px solid var(--line); text-align: center; background: var(--paper); }
.trust-strip p { margin: 0 0 19px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.trust-strip div { display: flex; justify-content: center; flex-wrap: wrap; gap: clamp(28px, 6vw, 75px); color: #788a82; font-size: 14px; font-weight: 800; }
.section, .pricing-section, .faq-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 115px 0; }
.section-heading { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; }
.section-heading h2, .proof-copy h2, .sandbox-section h2, .final-cta h2 {
    margin: 14px 0 18px; font-size: clamp(35px, 4.5vw, 53px); line-height: 1.08; letter-spacing: -.045em;
}
.section-heading p, .sandbox-section > div > p { color: var(--muted); line-height: 1.75; }
.proof-section { display: grid; grid-template-columns: 1fr 1.25fr; align-items: end; gap: 90px; padding-block: 90px; }
.proof-copy h2 { margin-bottom: 0; font-size: 38px; }
.proof-metrics { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-metrics div { padding: 10px 25px; border-left: 1px solid var(--line); }
.proof-metrics strong, .proof-metrics span { display: block; }
.proof-metrics strong { color: var(--green); font: 26px "DM Mono", monospace; }
.proof-metrics span { margin-top: 12px; color: var(--muted); font-size: 11px; line-height: 1.5; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-grid article {
    min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: white;
    transition: .25s ease; box-shadow: 0 2px 3px rgba(16,35,29,.02);
}
.feature-grid article:hover { transform: translateY(-4px); border-color: #b9d7c9; box-shadow: 0 20px 50px rgba(16,35,29,.08); }
.feature-grid .feature-highlight { color: white; background: var(--navy); border-color: var(--navy); }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; color: var(--green-dark); background: var(--mint); font: 10px "DM Mono", monospace; }
.feature-grid h3 { margin: 38px 0 12px; font-size: 19px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.feature-highlight p { color: #b9cdc6; }
.feature-highlight a { display: inline-block; margin-top: 22px; color: #79e3ac; font-size: 11px; font-weight: 800; }

.workflow-section { padding: 110px max(20px, calc((100% - 1180px) / 2)); background: var(--paper); }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.workflow-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 14px; display: flex; gap: 20px; background: white; }
.workflow-grid article > span { color: var(--green); font: 13px "DM Mono", monospace; }
.workflow-grid h3 { margin: 0 0 10px; font-size: 17px; }
.workflow-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.sandbox-section {
    padding: 115px max(20px, calc((100% - 1180px) / 2)); color: white; background:
    radial-gradient(circle at 80% 20%, #1c4b3e 0, transparent 34%), var(--navy);
    display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center;
}
.sandbox-section p { color: #b9cdc6 !important; }
.sandbox-section ul, .pricing-card ul { margin: 28px 0 34px; padding: 0; list-style: none; }
.sandbox-section li { margin: 15px 0; color: #d0e0da; font-size: 13px; line-height: 1.55; }
.sandbox-section li::before { color: #71e4aa; }
.sandbox-section code { color: #8cf0ba; }
.inbox-card { overflow: hidden; border: 1px solid #3c5c53; border-radius: 17px; background: #173932; box-shadow: 0 30px 65px rgba(0,0,0,.24); }
.inbox-head { padding: 20px 22px; display: flex; justify-content: space-between; border-bottom: 1px solid #3c5c53; }
.inbox-head span { color: #9bb8ae; font-size: 10px; }
.inbox-row { padding: 19px 22px; display: flex; align-items: center; gap: 13px; border-bottom: 1px solid #315047; }
.mail-icon { width: 35px; height: 35px; border-radius: 9px; background: var(--mint); position: relative; }
.mail-icon::after { content: "@"; color: var(--green-dark); position: absolute; inset: 0; display: grid; place-items: center; font-weight: 800; }
.inbox-row div { flex: 1; }
.inbox-row b, .inbox-row small { display: block; }
.inbox-row b { font-size: 12px; }
.inbox-row small, .inbox-row time { color: #9bb8ae; font-size: 9px; }
.event-pill { padding: 4px 7px; border-radius: 999px; color: #7ce6b1; background: #214d40; font-size: 8px; text-transform: uppercase; }
.inbox-code { padding: 15px 22px; display: flex; justify-content: space-between; color: #9bb8ae; background: #102f27; font-size: 9px; }
.inbox-code code { color: #9df2c3; }

.developer-section {
    padding: 110px max(20px, calc((100% - 1180px) / 2)); display: grid;
    grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: center; background: var(--paper);
}
.hero-console { overflow: hidden; border: 1px solid #24483e; border-radius: 16px; color: #dffbed; background: #0c211c; box-shadow: var(--shadow); }
.console-top { height: 50px; padding: 0 18px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid #234039; }
.console-top span { width: 8px; height: 8px; border-radius: 50%; background: #4c6b62; }
.console-top b { margin-left: 9px; color: #87a59c; font: 10px "DM Mono", monospace; }
.hero-console pre { min-height: 315px; margin: 0; padding: 28px 24px; overflow: auto; font: 11px/2 "DM Mono", monospace; }
.hero-console i { color: #77e6af; font-style: normal; }
.hero-console em { color: #e6c975; font-style: normal; }
.hero-console strong { color: #9dc8ff; font-weight: 400; }
.console-result { padding: 17px 23px; border-top: 1px solid #234039; background: #102a23; display: flex; justify-content: space-between; gap: 15px; font: 9px "DM Mono", monospace; }
.console-result span { color: #71e4aa; font-weight: 500; }

.pricing-section { width: min(1240px, calc(100% - 40px)); }
.billing-toggle { width: max-content; margin: 24px auto 0; padding: 5px; border: 1px solid var(--line); border-radius: 999px; display: flex; gap: 5px; background: var(--paper); font-size: 10px; }
.billing-toggle span, .billing-toggle b { padding: 7px 12px; border-radius: 999px; }
.billing-toggle b { color: var(--green-dark); background: white; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; align-items: stretch; }
.pricing-card { position: relative; padding: 31px 27px; border: 1px solid var(--line); border-radius: 15px; display: flex; flex-direction: column; background: white; }
.pricing-card.popular { border: 2px solid var(--green); box-shadow: 0 24px 65px rgba(15,143,91,.13); transform: translateY(-10px); }
.popular-label { position: absolute; top: -13px; left: 50%; padding: 6px 12px; border-radius: 999px; color: white; background: var(--green); font-size: 9px; font-weight: 800; transform: translateX(-50%); text-transform: uppercase; white-space: nowrap; }
.plan-name { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price { min-height: 58px; margin: 15px 0 8px; display: flex; align-items: end; gap: 5px; }
.price strong { font-size: 34px; line-height: 1; letter-spacing: -.05em; }
.price small { color: var(--muted); font-size: 10px; }
.pricing-card > p { min-height: 45px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.pricing-card ul { flex: 1; margin: 24px 0 28px; }
.pricing-card li { margin: 11px 0; color: #43564f; font-size: 11px; line-height: 1.45; }
.pricing-card .button { width: 100%; }
.pricing-note { margin: 27px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

.testimonial-section { padding: 100px 20px; color: white; background: var(--navy); text-align: center; }
.testimonial-section blockquote { max-width: 900px; margin: auto; font-size: clamp(27px, 4vw, 43px); line-height: 1.3; letter-spacing: -.035em; font-weight: 650; }
.testimonial-section > div { margin-top: 34px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.quote-avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--navy); background: #77e6af; font-size: 10px; font-weight: 800; }
.testimonial-section p { margin: 0; text-align: left; }
.testimonial-section b, .testimonial-section small { display: block; }
.testimonial-section small { margin-top: 4px; color: #9bb8ae; }

.faq-grid { max-width: 900px; margin: auto; border-top: 1px solid var(--line); }
.faq-grid details { padding: 22px 3px; border-bottom: 1px solid var(--line); }
.faq-grid summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; font-size: 15px; font-weight: 750; }
.faq-grid summary::after { content: "+"; color: var(--green); font-size: 21px; }
.faq-grid details[open] summary::after { content: "-"; }
.faq-grid p { max-width: 760px; margin: 13px 0 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.final-cta { padding: 105px 20px; color: white; background: linear-gradient(135deg, #0f8f5b, #087046); text-align: center; }
.final-cta .kicker { color: #caffdf; }
.final-cta h2 { max-width: 730px; margin: 15px auto; }
.final-cta p { margin: 0 auto 30px; color: #cce9dc; }

footer {
    padding: 65px max(20px, calc((100% - 1180px) / 2)) 30px; color: #adc1ba; background: #081a15;
    display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px;
}
footer .logo { color: white; }
.footer-brand p { max-width: 330px; margin: 18px 0 0; font-size: 11px; line-height: 1.7; }
.footer-links { display: flex; flex-direction: column; gap: 11px; font-size: 11px; }
.footer-links b { margin-bottom: 4px; color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-bottom { grid-column: 1 / -1; padding-top: 26px; border-top: 1px solid #ffffff12; font-size: 10px; }

@media (max-width: 1050px) {
    .site-header nav { display: none; }
    .hero { grid-template-columns: 1fr; padding-top: 65px; }
    .hero-copy { max-width: 800px; text-align: center; margin: auto; }
    .eyebrow, .hero-actions, .hero-notes { justify-content: center; }
    .product-visual { width: min(720px, 100%); margin: auto; }
    .proof-section { grid-template-columns: 1fr; gap: 45px; }
    .feature-grid, .workflow-grid { grid-template-columns: repeat(2, 1fr); }
    .sandbox-section, .developer-section { grid-template-columns: 1fr; }
    .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .pricing-card.popular { transform: none; }
}

@media (max-width: 650px) {
    .announcement { display: none; }
    .site-header { width: calc(100% - 24px); height: 68px; }
    .header-actions .button-quiet { display: none; }
    .site-header .button { min-height: 38px; padding: 0 13px; }
    .hero, .section, .pricing-section, .faq-section { width: calc(100% - 28px); }
    .hero { min-height: auto; padding: 55px 0 80px; gap: 45px; }
    .hero h1 { font-size: 48px; }
    .hero-copy > p { font-size: 16px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-notes { align-items: flex-start; flex-direction: column; gap: 8px; }
    .dashboard-preview { padding: 10px; transform: none; }
    .preview-stats { grid-template-columns: 1fr 1fr; }
    .preview-stats article:last-child { display: none; }
    .chart-bars { gap: 4px; }
    .floating-card { display: none; }
    .trust-strip div { gap: 19px; font-size: 11px; }
    .proof-metrics, .feature-grid, .workflow-grid, .pricing-grid { grid-template-columns: 1fr; }
    .proof-metrics div { padding: 18px 0; border-left: 0; border-bottom: 1px solid var(--line); }
    .section, .pricing-section, .faq-section { padding: 85px 0; }
    .sandbox-section, .developer-section, .workflow-section { padding-top: 85px; padding-bottom: 85px; gap: 50px; }
    .inbox-row time { display: none; }
    .developer-section .section-heading { margin-bottom: 0; }
    .hero-console pre { padding: 22px 16px; font-size: 9px; }
    .console-result { align-items: flex-start; flex-direction: column; }
    footer { grid-template-columns: 1fr 1fr; gap: 35px; }
    .footer-brand, .footer-bottom { grid-column: 1 / -1; }
}
