/* BuildIC.ai core page styling */
.page-hero{background:linear-gradient(135deg,#172336,#0d1420);color:#fff;padding:110px 0 86px;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 15%,rgba(255,149,50,.18),transparent 32%)}.page-hero .container{position:relative}.page-hero h1{color:#fff;font-size:clamp(42px,6vw,76px);line-height:1;letter-spacing:-.05em;margin:0 0 18px}.page-hero p{max-width:820px;color:rgba(255,255,255,.72);font-size:clamp(17px,2vw,22px)}.page-section{padding:82px 0}.page-section.alt{background:#f5f8fc}.page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.page-card{background:#fff;border:1px solid #e4e7ec;border-radius:26px;padding:30px;box-shadow:0 16px 44px rgba(20,30,45,.07)}.page-card h3{margin-bottom:12px}.page-card p,.rich-copy p,.rich-copy li{color:#667085;font-size:17px}.rich-copy{max-width:900px}.rich-copy h2{margin:0 0 18px}.rich-copy ul{list-style:none;display:grid;gap:12px;margin:22px 0}.rich-copy li:before{content:"✓";color:#ff9532;font-weight:900;margin-right:10px}.estimate-tool{background:#fff;border:1px solid #e4e7ec;border-radius:30px;box-shadow:0 24px 60px rgba(20,30,45,.12);padding:34px;max-width:760px}.estimate-tool label{display:block;font-weight:800;margin:0 0 8px}.estimate-tool select,.estimate-tool input,.estimate-tool textarea{width:100%;border:1px solid #e4e7ec;border-radius:16px;padding:15px;margin:0 0 18px}.estimate-result{display:none;background:#effaf3;border:1px solid #bfe6c8;border-radius:18px;padding:20px;color:#173b22;margin-top:18px}.cta-strip{background:#172336;color:#fff;border-radius:34px;padding:54px;margin-top:45px}.cta-strip h2{color:#fff}.cta-strip p{color:rgba(255,255,255,.72)}@media(max-width:900px){.page-grid{grid-template-columns:1fr}.page-hero{padding:88px 0 70px}}