:root{--brand:#1697BF;--brand-dark:#127DA0;--brand-light:#4ABBEA;--ink:#0F1B22;--text:#4A5560;--muted:#8A949C;--line:#E7ECEF;--soft:#F5F9FB;--r:14px}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body.airbyte-home{font-family:Inter,system-ui,sans-serif;color:var(--text);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
body.airbyte-home a,body.airbyte-home a:hover,body.airbyte-home a:focus,body.airbyte-home a:visited{color:inherit;text-decoration:none}
body.airbyte-home .btn-brand,body.airbyte-home .btn-brand:hover{color:#fff}
body.airbyte-home h1,body.airbyte-home h2,body.airbyte-home h3,body.airbyte-home h4{font-family:inherit}
.wrap{width:min(1120px,100% - 40px);margin-inline:auto}
h1,h2,h3{color:var(--ink);font-weight:700;letter-spacing:-.02em;line-height:1.15}
section{padding:112px 0}
.label{font-size:13px;font-weight:600;color:var(--brand);margin-bottom:14px;display:block}
.head{max-width:560px;margin-bottom:56px}
.head h2{font-size:clamp(28px,3.6vw,40px);margin-bottom:12px}
.head p{color:var(--muted);font-size:17px}
.center{text-align:center;margin-inline:auto}
.btn{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:15px;padding:13px 22px;border-radius:10px;border:1px solid transparent;transition:.2s;cursor:pointer;font-family:inherit;white-space:nowrap}
.btn-brand{background:var(--brand);color:#fff}.btn-brand:hover{background:var(--brand-dark)}
.btn-ghost{border-color:var(--line);color:var(--ink);background:#fff}.btn-ghost:hover{border-color:var(--ink)}

/* header */
header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:border-color .2s}
header.scrolled{border-color:var(--line)}
.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.nav img{height:34px;width:auto;display:block}
.links{display:flex;gap:32px;font-size:15px;font-weight:500;color:var(--text)}
.links a:hover{color:var(--ink)}
.nav-right{display:flex;align-items:center;gap:20px;font-size:15px;font-weight:500}
.menu-btn{display:none;background:none;border:0;cursor:pointer}
@media(max-width:860px){.links,.nav-right .login{display:none}.menu-btn{display:block}.nav img{height:28px}.nav-right{gap:12px}.nav-right .btn{padding:10px 14px;font-size:14px}
 .links.open{display:flex;flex-direction:column;gap:18px;position:absolute;top:72px;left:0;right:0;background:#fff;padding:24px 20px;border-bottom:1px solid var(--line)}}

/* hero */
.hero{padding:96px 0 88px;text-align:center}
.pill{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--text);border:1px solid var(--line);border-radius:99px;padding:6px 14px;margin-bottom:28px}
.pill i{width:7px;height:7px;border-radius:50%;background:var(--brand-light)}
.hero h1{font-size:clamp(38px,6vw,68px);max-width:820px;margin:0 auto 22px}
.hero h1 span{color:var(--brand)}
.hero p{font-size:clamp(17px,2vw,19px);max-width:560px;margin:0 auto 36px;color:var(--text)}
.actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
/* stats strip */
.stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:0}
.stats .wrap{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:36px 0;text-align:center}
.stat+.stat{border-left:1px solid var(--line)}
.stat strong{display:block;font-size:30px;color:var(--ink);font-weight:700;letter-spacing:-.02em}
.stat span{font-size:14px;color:var(--muted)}
@media(max-width:700px){.stats .wrap{grid-template-columns:1fr 1fr}.stat:nth-child(3){border-left:0}.stat:nth-child(n+3){border-top:1px solid var(--line)}}

/* services */
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.svc{background:#fff;padding:36px 32px;transition:background .2s}
.svc:hover{background:var(--soft)}
.svc svg{color:var(--brand);margin-bottom:20px}
.svc h3{font-size:18px;margin-bottom:8px}
.svc p{font-size:15px;color:var(--muted)}
@media(max-width:860px){.grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.grid{grid-template-columns:1fr}}

/* pricing */
.pricing{background:var(--soft)}
.plans.plans-3{grid-template-columns:repeat(3,1fr);gap:20px}
.plan li.no{color:var(--muted);text-decoration:line-through}
.plan li.no::before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238A949C' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='M6 12h12'/%3E%3C/svg%3E") center/16px no-repeat}
@media(max-width:900px){.plans.plans-3{grid-template-columns:1fr;max-width:420px}}
.plans{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;text-align:left}
.plan{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:28px 24px;display:flex;flex-direction:column}
.plan.best{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand)}
.plan-top{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;min-height:28px}
.plan h3{font-size:18px}
.tag{white-space:nowrap;font-size:12px;font-weight:600;color:var(--brand);background:#E8F5FA;padding:3px 9px;border-radius:99px}
.plan .desc{font-size:14px;color:var(--muted);margin-bottom:24px;min-height:42px}
.price{font-size:38px;font-weight:700;color:var(--ink);letter-spacing:-.03em;line-height:1}
.price small{font-size:15px;font-weight:500;color:var(--muted);letter-spacing:0}
.renew{font-size:13px;color:var(--muted);margin:8px 0 24px}
.plan .btn{justify-content:center;margin-bottom:28px}
.plan ul{list-style:none;display:grid;gap:11px;font-size:14.5px;border-top:1px solid var(--line);padding-top:24px}
.plan li{display:flex;gap:10px;align-items:flex-start}
.plan li::before{content:"";flex:none;width:16px;height:16px;margin-top:3px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231697BF' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/16px no-repeat}
.note{margin-top:28px;font-size:14px;color:var(--muted)}
@media(max-width:1000px){.plans{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.plans{grid-template-columns:1fr;max-width:420px;margin-inline:auto}}

/* migration */
.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.split .head{margin-bottom:28px}
.steps{list-style:none;display:grid;gap:0}
.steps li{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:26px 0;border-top:1px solid var(--line)}
.steps li:last-child{border-bottom:1px solid var(--line)}
.num{width:36px;height:36px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;font-size:14px;font-weight:600;color:var(--brand)}
.steps h3{font-size:17px;margin-bottom:4px}
.steps p{font-size:15px;color:var(--muted)}
@media(max-width:860px){.split{grid-template-columns:1fr;gap:32px}}

/* faq */
.faq{max-width:760px}
details{border-bottom:1px solid var(--line);padding:22px 0}
details:first-of-type{border-top:1px solid var(--line)}
summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:20px;font-weight:600;color:var(--ink);font-size:17px}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";color:var(--muted);font-weight:400;font-size:22px;line-height:1;transition:transform .2s}
details[open] summary::after{transform:rotate(45deg)}
details p{margin-top:10px;color:var(--text);font-size:15.5px;max-width:640px}

/* cta */
.cta{padding:0 0 112px}
.cta-box{background:var(--ink);border-radius:20px;padding:72px 32px;text-align:center;color:#B7C4CC}
.cta-box h2{color:#fff;font-size:clamp(28px,3.6vw,40px);margin-bottom:12px}
.cta-box p{margin-bottom:32px}
.cta-box .btn-ghost{background:transparent;color:#fff;border-color:#33434D}
.cta-box .btn-ghost:hover{border-color:#fff}

/* footer */
footer{border-top:1px solid var(--line);padding:64px 0 32px;font-size:14.5px}
.foot{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}
.foot img{height:32px;width:auto;margin-bottom:16px}
.foot p{color:var(--muted);max-width:280px}
.foot h4{font-size:14px;color:var(--ink);font-weight:600;margin-bottom:14px}
.foot ul{list-style:none;display:grid;gap:9px;color:var(--muted)}
.foot a:hover{color:var(--ink)}
.bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:13.5px;border-top:1px solid var(--line);padding-top:24px}
.bottom nav{display:flex;gap:20px}
@media(max-width:760px){.foot{grid-template-columns:1fr 1fr}.foot>div:first-child{grid-column:1/-1}}
@media(max-width:560px){section{padding:80px 0}.hero{padding:64px 0}}

/* Four-across card grid */
.grid.grid-4{grid-template-columns:repeat(4,1fr)}
@media(max-width:1000px){.grid.grid-4{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.grid.grid-4{grid-template-columns:1fr}}

/* Inner page hero */
.page-hero{padding:80px 0 56px;text-align:center}
.page-hero h1{font-size:clamp(32px,5vw,52px);max-width:760px;margin:0 auto 18px}
.page-hero p{max-width:600px;margin:0 auto;font-size:17px;color:var(--text)}
.page-hero .actions{margin-top:28px}
a.svc{display:block;color:inherit}
a.svc:hover h3{color:var(--brand)}
.split .head{margin-bottom:24px}

/* WordPress admin bar offset for the sticky header */
body.admin-bar header{top:32px}
@media screen and (max-width:782px){body.admin-bar header{top:46px}}
