:root{--ink:#202124;--muted:#5f6368;--line:#dadce0;--page:#f8fafd;--surface:#fff;--blue:#1a73e8;--blue-dark:#1557b0;--blue-soft:#e8f0fe;--green:#34a853;--yellow:#fbbc04;--red:#ea4335;--safe:env(safe-area-inset-bottom,0px)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--surface);color:var(--ink);font-family:"Google Sans","Product Sans",Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;font-size:15px;line-height:1.7;letter-spacing:0}a{color:inherit;text-decoration:none}img{max-width:100%}.wrap{width:min(1180px,calc(100% - 48px));margin:0 auto}.est-obsolete-header{height:64px;background:rgba(255,255,255,.96);color:var(--ink);border-bottom:1px solid var(--line);position:relative;z-index:3}.est-obsolete-header .wrap{height:100%;display:flex;align-items:center}.est-obsolete-brand{display:flex;align-items:center;gap:9px;font-size:17px;font-weight:600}.est-obsolete-brand img{width:32px;height:32px;object-fit:contain}.est-obsolete-nav{display:flex;align-items:center;gap:30px;margin-left:54px;color:var(--muted);font-size:14px}.est-obsolete-nav a{padding:20px 0;border-bottom:2px solid transparent}.est-obsolete-nav a:hover{color:var(--blue);border-color:var(--blue)}.est-obsolete-lang{margin-left:auto;padding:6px 11px;border:1px solid var(--line);border-radius:4px;color:var(--blue);font-size:13px;font-weight:600}.hero{background:#fff}.hero-inner{min-height:660px;display:grid;grid-template-columns:minmax(0,45%) minmax(0,55%);align-items:center;gap:54px;padding-top:56px;padding-bottom:56px}.hero-copy{padding-right:10px}.eyebrow{margin:0 0 13px;color:var(--blue);font-size:12px;font-weight:700}.hero h1{margin:0;font-size:50px;line-height:1.14;font-weight:600}.hero h1:after{content:"";display:block;width:62px;height:4px;margin-top:23px;background:linear-gradient(90deg,var(--blue) 0 25%,var(--red) 25% 50%,var(--yellow) 50% 75%,var(--green) 75%)}.hero-lead{margin:22px 0 28px;color:var(--muted);font-size:18px;line-height:1.72}.actions{display:flex;flex-wrap:wrap;gap:10px}.btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 21px;border:1px solid var(--line);border-radius:4px;font-weight:600;transition:box-shadow .18s,background .18s}.btn:hover{box-shadow:0 2px 6px rgba(60,64,67,.2)}.btn-primary{border-color:var(--blue);background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-dark)}.btn-secondary{background:#fff;color:var(--blue)}.trust{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:25px;color:var(--muted);font-size:12px}.trust span:before{content:"✓";margin-right:6px;color:var(--green);font-weight:700}.hero-media{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 8px 28px rgba(60,64,67,.16);aspect-ratio:1.18}.hero-media:before{content:"";position:absolute;z-index:2;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--blue) 0 25%,var(--red) 25% 50%,var(--yellow) 50% 75%,var(--green) 75%)}.hero-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:15% top}.answer{padding:42px 0;background:var(--blue-soft);color:var(--ink)}.answer .wrap{display:grid;grid-template-columns:245px 1fr;gap:50px;align-items:start}.answer h2{margin:0;color:var(--blue-dark);font-size:20px}.answer p{margin:0;color:#3c4043;font-size:16px}.section{padding:82px 0;background:#fff}.section.alt{background:var(--page);border-top:1px solid #eef1f4;border-bottom:1px solid #eef1f4}.section-head{max-width:760px;margin-bottom:38px}.kicker{margin:0 0 8px;color:var(--blue);font-size:12px;font-weight:700}.section h2{margin:0;font-size:34px;line-height:1.3;font-weight:600}.section-intro{margin:12px 0 0;color:var(--muted);font-size:16px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{min-height:220px;padding:27px;border:1px solid var(--line);border-radius:8px;background:#fff}.feature:nth-child(4n+1){border-top:4px solid var(--blue)}.feature:nth-child(4n+2){border-top:4px solid var(--red)}.feature:nth-child(4n+3){border-top:4px solid var(--yellow)}.feature:nth-child(4n+4){border-top:4px solid var(--green)}.feature-index{color:var(--muted);font-size:12px;font-weight:700}.feature h3{margin:29px 0 7px;font-size:18px;font-weight:600}.feature p{margin:0;color:var(--muted);font-size:14px}.io-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.io{padding:28px;border:1px solid var(--line);border-radius:8px;background:#fff}.io:first-child{border-top:4px solid var(--blue)}.io:last-child{border-top:4px solid var(--green)}.io h3{margin:0 0 17px;font-size:20px;font-weight:600}.io ul{margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:11px 20px;list-style:none;color:var(--muted)}.io li:before{content:"•";margin-right:8px;color:var(--blue)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.step{padding:25px;border:1px solid var(--line);border-radius:8px}.step-num{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--blue-soft);color:var(--blue);font-size:13px;font-weight:700}.step h3{margin:20px 0 6px;font-size:17px;font-weight:600}.step p{margin:0;color:var(--muted);font-size:14px}.use-cases{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.use-case{padding:25px;border:1px solid var(--line);border-radius:8px;background:#fff}.use-case h3{margin:0 0 7px;font-size:16px;font-weight:600}.use-case p{margin:0;color:var(--muted);font-size:13px}.faq{max-width:860px}.faq details{border-bottom:1px solid var(--line)}.faq summary{padding:20px 0;color:#3c4043;font-size:16px;font-weight:600;cursor:pointer}.faq summary::marker{color:var(--blue)}.faq p{margin:-4px 0 21px;color:var(--muted)}.cta{padding:62px 0;background:var(--blue-soft);color:var(--ink)}.cta .wrap{display:flex;align-items:center;gap:30px}.cta-copy{flex:1}.cta h2{margin:0;font-size:29px;font-weight:600}.cta p{margin:7px 0 0;color:var(--muted)}.est-obsolete-footer{padding:34px 0;background:#fff;color:var(--muted);border-top:1px solid var(--line);font-size:12px}.est-obsolete-footer .wrap{display:flex;justify-content:space-between;gap:20px}.est-obsolete-footer strong{color:var(--ink)}.sticky{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:840px){body{padding-bottom:calc(70px + var(--safe))}.wrap{width:min(100% - 32px,680px)}.est-obsolete-header{height:56px}.est-obsolete-nav{display:none}.hero-inner{min-height:0;display:flex;flex-direction:column;gap:30px;padding-top:44px;padding-bottom:38px}.hero-copy{width:100%}.hero h1{font-size:37px}.hero-lead{font-size:16px}.hero-media{width:100%;aspect-ratio:1.12}.answer .wrap{grid-template-columns:1fr;gap:8px}.section{padding:56px 0}.section h2{font-size:27px}.feature-grid,.io-grid,.steps{grid-template-columns:1fr}.feature{min-height:0}.use-cases{grid-template-columns:1fr 1fr}.cta .wrap{display:block}.cta .btn{margin-top:21px}.est-obsolete-footer .wrap{display:block}.est-obsolete-footer span{display:block;margin-top:5px}.sticky{position:fixed;z-index:20;right:0;bottom:0;left:0;display:grid;padding:9px 12px calc(9px + var(--safe));background:rgba(255,255,255,.97);border-top:1px solid var(--line);box-shadow:0 -4px 14px rgba(60,64,67,.12)}.sticky .btn{width:100%}}
@media(max-width:390px){.hero h1{font-size:33px}.actions .btn{width:100%}.use-cases{grid-template-columns:1fr}.io ul{grid-template-columns:1fr}}

/* Preserve the full 1914 x 869 product screenshot at every breakpoint. */
.hero-media{width:100%;height:auto;aspect-ratio:1914/869}
.hero-media img{width:100%;height:100%;object-fit:contain;object-position:center}
@media(max-width:840px){.hero-media{width:100%;height:auto;aspect-ratio:1914/869}}

/* Product carousel: fixed dimensions prevent layout shift while every image remains complete. */
.hero-media.carousel{position:relative;width:100%;height:auto;aspect-ratio:4/3;background:#f1f3f4}
.carousel-track,.carousel-slide{position:absolute;inset:0}
.carousel-slide{display:none;align-items:center;justify-content:center;margin:0;padding:0}
.carousel-slide.is-active{display:flex}
.carousel-slide img,.hero-media.carousel .carousel-slide img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}
.carousel-control{position:absolute;z-index:3;top:50%;width:36px;height:42px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid var(--line);border-radius:4px;background:rgba(255,255,255,.94);color:var(--blue);box-shadow:0 1px 4px rgba(60,64,67,.2);font-size:25px;line-height:1;cursor:pointer}
.carousel-prev{left:10px}.carousel-next{right:10px}
.carousel-dots{position:absolute;z-index:3;right:0;bottom:11px;left:0;display:flex;justify-content:center;gap:7px}
.carousel-dot{width:8px;height:8px;padding:0;border:1px solid #9aa0a6;border-radius:50%;background:#fff;cursor:pointer}
.carousel-dot:nth-child(1).is-active{background:var(--blue);border-color:var(--blue)}.carousel-dot:nth-child(2).is-active{background:var(--red);border-color:var(--red)}.carousel-dot:nth-child(3).is-active{background:var(--green);border-color:var(--green)}
@media(max-width:840px){.hero-media.carousel{width:100%;aspect-ratio:4/3}.carousel-control{width:34px;height:40px}}

/* Large product presentation: copy above, full-width screenshots below. */
@media(min-width:841px){.hero-inner{display:block;padding-top:62px;padding-bottom:74px}.hero-copy{max-width:850px;padding:0 0 40px}.hero-media.carousel{width:100%;aspect-ratio:3/2;margin:0}}
.carousel-control{display:none}


.page-anchor-nav{position:sticky;top:0;z-index:15;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid #eef0f3}
.page-anchor-nav-inner{max-width:1240px;margin:0 auto;padding:0 clamp(16px,4vw,30px);min-height:52px;display:flex;align-items:center;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch}
.page-anchor-nav-inner a{flex:0 0 auto;padding:14px 12px;font-size:14px;color:#5f6368;white-space:nowrap;text-decoration:none}
.page-anchor-nav-inner a:hover,.page-anchor-nav-inner a.is-active{color:#0b57d0}
.page-anchor-nav-inner .page-anchor-cta{margin-left:auto;background:#0b57d0;color:#fff!important;border-radius:5px;padding:8px 16px;font-weight:600}
.page-anchor-nav-inner .page-anchor-cta:hover{background:#0842a0}
html{scroll-padding-top:72px}
@media(max-width:600px){.page-anchor-nav-inner{gap:4px;padding:0 12px}.page-anchor-nav-inner a{padding:12px 8px;font-size:13px}.page-anchor-nav-inner .page-anchor-cta{padding:6px 12px;margin-left:12px}}

.header,.est-obsolete-footer{display:none!important}

/* host-button-fix: bx-cover a:link{background:none} beats plain .btn-primary */
body.estimator-landing a.btn,
body.estimator-landing a.btn:link,
body.estimator-landing a.btn:visited,
body.estimator-landing a.btn:hover,
body.estimator-landing a.btn:active,
body.estimator-landing a.btn:focus{
  text-decoration:none!important;
  box-sizing:border-box;
}
body.estimator-landing a.btn-primary,
body.estimator-landing a.btn-primary:link,
body.estimator-landing a.btn-primary:visited,
body.estimator-landing a.btn-primary:hover,
body.estimator-landing a.btn-primary:active,
body.estimator-landing a.btn-primary:focus{
  background:#1a73e8!important;
  background-color:#1a73e8!important;
  color:#fff!important;
  border:1px solid #1a73e8!important;
}
body.estimator-landing a.btn-primary:hover,
body.estimator-landing a.btn-primary:focus{
  background:#1557b0!important;
  background-color:#1557b0!important;
  border-color:#1557b0!important;
  color:#fff!important;
}
body.estimator-landing a.btn-secondary,
body.estimator-landing a.btn-secondary:link,
body.estimator-landing a.btn-secondary:visited,
body.estimator-landing a.btn-secondary:hover,
body.estimator-landing a.btn-secondary:active,
body.estimator-landing a.btn-secondary:focus{
  background:#fff!important;
  background-color:#fff!important;
  color:#1a73e8!important;
  border:1px solid #dadce0!important;
}
body.estimator-landing .cta a.btn-primary,
body.estimator-landing .sticky a.btn-primary{
  background:#1a73e8!important;
  background-color:#1a73e8!important;
  color:#fff!important;
}
