:root{--ink:#101816;--muted:#61706b;--cream:#f5f2e9;--paper:#fffef9;--green:#48f59b;--deep:#0d392c;--line:#d9ded8;--orange:#ff7448}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.site-header{height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);border-bottom:1px solid var(--line);position:relative;z-index:5;background:rgba(255,254,249,.94)}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800;letter-spacing:-.04em}.brand-mark{width:31px;height:31px;border-radius:8px;background:var(--ink);color:var(--green);display:grid;place-items:center;font-size:17px}.site-header nav{display:flex;gap:34px;font-size:14px;font-weight:600}.site-header nav a:hover,.footer-links a:hover{color:#15945b}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:8px;padding:14px 20px;font-size:14px;font-weight:800;transition:.2s transform,.2s background}.button:hover{transform:translateY(-2px)}.button-small{padding:10px 16px}.button-dark{background:var(--ink);color:white}.button-primary{background:var(--green);color:var(--ink);box-shadow:0 7px 0 #163c2f}.hero{min-height:690px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:7vw;padding:72px max(7vw,28px) 90px;background:radial-gradient(circle at 86% 18%,#dbffea 0,transparent 25%),var(--paper);overflow:hidden}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.17em;font-size:12px;font-weight:850;color:#356357}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow span{height:8px;width:8px;background:var(--green);border-radius:50%;box-shadow:0 0 0 5px #d8f9e7}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(48px,6vw,82px);line-height:.96;letter-spacing:-.065em;margin:24px 0 28px;max-width:720px}.hero h1 em,.final-cta h2 em{font-family:Georgia,serif;font-weight:400;color:#227456}.hero-lead{font-size:19px;line-height:1.65;color:var(--muted);max-width:570px}.hero-actions{display:flex;align-items:center;gap:28px;margin:34px 0}.text-link{font-size:14px;font-weight:800;border-bottom:1px solid}.privacy-note{font-size:13px;color:#567068}.privacy-note span{color:#168052;font-weight:900}.demo{position:relative;max-width:620px}.browser{background:#edf1ee;border:1px solid #bac5bf;border-radius:15px;box-shadow:0 28px 70px #244d3c29;overflow:hidden;transform:rotate(1deg)}.browser-top{height:66px;background:#dfe5e1;display:flex;align-items:center;gap:7px;padding:15px}.browser-dot{width:9px;height:9px;background:#a5b1aa;border-radius:50%}.omnibox{margin-left:8px;height:38px;flex:1;background:white;border-radius:20px;display:flex;align-items:center;padding:0 15px;gap:10px;font-size:13px;box-shadow:0 1px 3px #1838291a}.omnibox-icon{background:var(--ink);color:var(--green);font-weight:900;width:22px;height:22px;display:grid;place-items:center;border-radius:5px}.omnibox-prefix{color:#738079}.typed-text{font-weight:800}.cursor{height:17px;border-left:2px solid var(--ink);animation:blink 1s infinite}@keyframes blink{50%{opacity:0}}.suggestion{margin:0 16px;background:white;border-top:1px solid var(--line);display:flex;align-items:center;padding:12px 16px;gap:12px}.suggestion .app-icon{width:32px;height:32px;background:#1767e9;color:white;border-radius:6px;display:grid;place-items:center;font-weight:900}.suggestion div:nth-child(2){display:flex;flex-direction:column;font-size:13px}.suggestion small{color:#7b8982}.suggestion kbd{margin-left:auto;background:#f0f2f0;border:1px solid #d2d8d4;padding:5px 8px;border-radius:5px;font-size:10px}.login-card{width:80%;margin:34px auto 55px;background:white;border-radius:10px;padding:30px 40px;box-shadow:0 15px 30px #19342814;position:relative}.jira-logo{font-weight:900;color:#1767e9;letter-spacing:.08em}.login-card p{font-size:17px;font-weight:800;margin:22px 0}.login-card label{display:block;font-size:10px;font-weight:700;margin:12px 0 5px;color:#68736e}.fake-input{border:1px solid #cbd3ce;border-radius:4px;padding:10px;font-size:11px;color:#59645e}.fake-input span{float:right;color:#15945b}.fake-button{background:#1767e9;color:white;text-align:center;padding:10px;border-radius:4px;margin-top:16px;font-size:11px;font-weight:700}.autofill-toast{position:absolute;right:-42px;bottom:-20px;background:var(--ink);color:white;padding:10px 14px;border-radius:7px;font-size:10px;box-shadow:0 9px 20px #172e2445}.autofill-toast span{color:var(--green)}.local-badge{position:absolute;right:-30px;top:-38px;background:var(--deep);color:white;border-radius:12px;padding:14px 18px 14px 48px;display:flex;flex-direction:column;box-shadow:0 12px 26px #172e243d;transform:rotate(-3deg)}.local-badge>span{position:absolute;left:17px;top:21px;color:var(--green);font-size:20px}.local-badge strong{font-size:12px}.local-badge small{font-size:9px;color:#a9c5b9}.trust-strip{min-height:72px;background:var(--ink);color:#d5dfda;display:flex;align-items:center;justify-content:center;gap:35px;font-size:12px;font-weight:700;letter-spacing:.05em}.trust-strip i{width:4px;height:4px;background:var(--green);border-radius:50%}.section{padding:110px max(7vw,28px)}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:55px}.section-heading h2,.pricing h2{font-size:clamp(36px,4vw,56px);line-height:1;letter-spacing:-.055em;margin:13px 0 0}.section-heading>p{max-width:430px;color:var(--muted);margin:0}.steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.steps article{padding:30px 40px 10px 0;border-right:1px solid var(--line);position:relative}.steps article+article{padding-left:40px}.steps article:last-child{border-right:0}.step-number{font-family:Georgia,serif;font-style:italic;color:#8f9994;font-size:14px}.step-visual{height:150px;margin:30px 0;display:flex;align-items:center;justify-content:center;background:#f1f3ed;border-radius:8px}.command{gap:9px;font-size:15px}.command span{background:var(--ink);color:var(--green);height:32px;width:32px;border-radius:6px;display:grid;place-items:center;font-weight:900}.command i{height:21px;border-left:2px solid}.key kbd{background:white;border:1px solid #cbd3ce;border-bottom:4px solid #aab4ae;padding:16px 28px;border-radius:8px;font:700 14px inherit}.fields{flex-direction:column;gap:10px;padding:25px}.fields i{font-style:normal;background:white;border:1px solid #cbd3ce;width:100%;padding:10px;border-radius:4px;font-size:11px;color:#69736e}.fields b{float:right;color:#15945b}.steps h3,.feature-grid h3{font-size:20px;margin-bottom:10px}.steps p,.feature-grid p{color:var(--muted);font-size:14px}.features{background:var(--cream)}.centered{display:block;text-align:center;max-width:700px;margin:0 auto 55px}.centered p{margin:18px auto 0}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:1100px;margin:auto}.feature-grid article{background:var(--paper);border:1px solid #dcded7;border-radius:12px;padding:34px;overflow:hidden}.feature-grid .feature-large{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr 1.5fr;align-items:center;gap:25px}.feature-icon{display:grid;place-items:center;width:43px;height:43px;background:#dcf9e9;border-radius:9px;color:#176744;font-size:16px;font-weight:900}.feature-large p{margin-bottom:0}.speed-lines{display:flex;align-items:center;font-size:10px;font-weight:800;color:#6e7973}.speed-lines i{height:1px;background:#c8cfca;flex:1}.speed-lines span{background:#f0f2ed;padding:8px;border-radius:4px}.speed-lines .active{background:var(--deep);color:var(--green)}.alias-cloud{display:flex;gap:8px;margin-top:30px}.alias-cloud span{background:#eef1ec;border:1px solid #dbe0db;border-radius:5px;padding:8px 15px;font:700 11px monospace}.device-orbit{height:110px;display:grid;place-items:center;position:relative;margin-top:15px}.device-orbit span{height:68px;width:68px;border-radius:50%;background:var(--deep);color:var(--green);display:grid;place-items:center;font-size:8px;font-weight:900;z-index:1}.device-orbit:before,.device-orbit:after{content:"";position:absolute;border:1px solid #c7d7ce;border-radius:50%;width:110px;height:70px}.device-orbit:after{transform:rotate(60deg)}.pricing{display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center}.pricing-copy>p{color:var(--muted);max-width:450px;margin-top:25px}.price-card{border:1px solid var(--line);border-radius:13px;padding:35px;box-shadow:10px 10px 0 #e5f8ec}.plan-head{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:25px}.plan-head div{display:flex;flex-direction:column}.plan-head div span{font-size:22px;font-weight:850}.plan-head small{font-size:11px;color:var(--muted);font-weight:500}.plan-head>strong{font-size:33px}.plan-head>strong small{font-size:11px}.price-card ul{list-style:none;padding:20px 0;margin:0}.price-card li{padding:7px 0;font-size:14px}.price-card li:before{content:"✓";color:#148053;font-weight:900;margin-right:12px}.button-full{width:100%}.pro-note{margin-top:14px;background:#f1f3ef;padding:10px;text-align:center;border-radius:5px;font-size:11px;color:var(--muted)}.pro-note span{background:var(--orange);color:white;padding:2px 5px;border-radius:3px;font-size:8px;font-weight:900;margin-right:8px}.final-cta{text-align:center;padding:110px 24px;background:var(--deep);color:white;position:relative;overflow:hidden}.final-cta:before,.final-cta:after{content:"";position:absolute;border:1px solid #3c6f5d;border-radius:50%;width:500px;height:500px;left:-300px;top:-250px}.final-cta:after{left:auto;top:auto;right:-300px;bottom:-250px}.final-cta .kicker{color:var(--green)}.final-cta h2{font-size:clamp(48px,6vw,78px);line-height:.95;letter-spacing:-.06em;margin:22px 0 35px}.final-cta h2 em{color:var(--green)}.button-light{background:white;color:var(--ink)}.final-cta p{font-size:11px;color:#a5c2b7;margin:18px 0 0}footer{background:var(--ink);color:white;padding:70px max(7vw,28px) 25px}.brand-light .brand-mark{background:var(--green);color:var(--ink)}.footer-main{display:flex;justify-content:space-between;padding-bottom:65px}.footer-main>div>p{color:#8fa39a;font-size:13px;margin-top:20px}.footer-links{display:flex;gap:80px}.footer-links div{display:flex;flex-direction:column;gap:12px;font-size:12px}.footer-links strong{color:#8fa39a;text-transform:uppercase;font-size:9px;letter-spacing:.15em;margin-bottom:5px}.footer-bottom{border-top:1px solid #29332f;padding-top:23px;display:flex;justify-content:space-between;font-size:10px;color:#72827a}
.legal-page{background:var(--paper)}.legal-header{max-width:800px;margin:0 auto;padding:90px 24px 35px}.legal-header h1{font-size:clamp(42px,6vw,68px);letter-spacing:-.055em;margin:15px 0}.legal-header p{color:var(--muted)}.legal-content{max-width:800px;margin:0 auto;padding:20px 24px 100px}.legal-content h2{font-size:22px;margin:38px 0 10px}.legal-content p,.legal-content li{color:#52615b;font-size:15px}.legal-content a{color:#16734d;text-decoration:underline}.support-card{background:var(--cream);border:1px solid var(--line);border-radius:12px;padding:30px;margin-top:35px}.support-card a{font-size:20px;font-weight:800}
@media(max-width:850px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.hero-copy{text-align:center}.hero-lead{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.demo{margin:50px auto 0;width:90%}.local-badge{right:-10px}.trust-strip{flex-wrap:wrap;gap:15px 25px;padding:18px}.section-heading{display:block}.section-heading>p{margin-top:20px}.steps{grid-template-columns:1fr}.steps article,.steps article+article{border-right:0;border-bottom:1px solid var(--line);padding:30px 0}.feature-grid{grid-template-columns:1fr}.feature-grid .feature-large{grid-column:auto;grid-template-columns:auto 1fr}.speed-lines{grid-column:1/-1}.pricing{grid-template-columns:1fr}.footer-main{display:block}.footer-links{margin-top:45px;gap:45px}.footer-bottom{gap:20px}}@media(max-width:520px){.site-header .button{display:none}.hero h1{font-size:47px}.hero-actions{flex-direction:column}.browser{transform:none}.login-card{width:88%;padding:25px 22px}.local-badge{top:-45px}.section{padding:80px 22px}.feature-grid .feature-large{display:block}.feature-icon{margin-bottom:20px}.speed-lines{margin-top:30px}.footer-links{display:grid;grid-template-columns:1fr 1fr}.footer-main{padding-bottom:45px}}
