:root { --orange: #ff6411; --orange-light: #ff9a42; --ink: #22201f; --muted: #69635f; --line: #eee8e2; --cream: #fff9f4; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, Arial, sans-serif; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.nav { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { color: var(--ink); font-size: 27px; letter-spacing: -1.2px; font-weight: 900; text-decoration: none; }.brand span { color: var(--orange); }
.nav-link { padding: 11px 20px; border: 1px solid #e7ded6; border-radius: 99px; color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 700; }
.hero { min-height: 590px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding: 44px 0 86px; }
.eyebrow { margin: 0 0 16px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; } h1 { margin-bottom: 24px; font-size: clamp(45px, 5.3vw, 76px); line-height: .98; letter-spacing: -4px; } h1 em { color: var(--orange); font-style: normal; }
.lead { max-width: 510px; margin-bottom: 32px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; }.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease; }.button:hover { transform: translateY(-2px); }.button span { margin-left: 14px; font-size: 21px; line-height: 0; }.primary { color: #fff; background: var(--orange); box-shadow: 0 12px 28px #ff641142; }.secondary { color: var(--ink); border-color: #e4ddd8; }
.hero-art { position: relative; min-height: 430px; overflow: hidden; border-radius: 36px; background: linear-gradient(140deg, var(--orange-light), var(--orange)); }.sun { position: absolute; top: 52px; right: 76px; width: 112px; height: 112px; border-radius: 50%; background: #ffbd6f; opacity: .55; }.cloud { position: absolute; width: 92px; height: 25px; border-radius: 30px; background: #fff4e8; opacity: .44; }.cloud::before, .cloud::after { position: absolute; bottom: 0; border-radius: 50%; background: inherit; content: ''; }.cloud::before { left: 16px; width: 38px; height: 38px; }.cloud::after { right: 11px; width: 28px; height: 28px; }.cloud-one { top: 90px; left: 44px; }.cloud-two { top: 193px; right: 25px; transform: scale(.6); }
.building { position: absolute; bottom: 48px; display: grid; grid-template-columns: repeat(2, 18px); gap: 18px; padding: 28px 21px; align-content: start; background: #ffb36f; box-shadow: inset -18px 0 #f99951; }.building i { width: 18px; height: 19px; background: #ff7d2a; }.tall { left: 67px; width: 112px; height: 230px; }.middle { left: 182px; width: 104px; height: 174px; }.small { right: 58px; width: 95px; height: 130px; }.ground { position: absolute; right: -70px; bottom: -85px; left: -70px; height: 145px; border-radius: 50% 50% 0 0; background: #fff; }
.features { padding: 95px 0; }.features header { max-width: 570px; }.features h2, .cta h2 { margin-bottom: 38px; font-size: clamp(31px, 3.3vw, 48px); letter-spacing: -2px; line-height: 1.07; }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.feature-grid article { min-height: 272px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; }.icon { display: grid; width: 43px; height: 43px; margin-bottom: 28px; place-items: center; border-radius: 13px; color: var(--orange); background: #fff0e5; font-size: 27px; font-weight: 700; }.feature-grid h3 { margin-bottom: 10px; font-size: 18px; }.feature-grid p { min-height: 67px; color: var(--muted); font-size: 14px; line-height: 1.55; }.feature-grid a { color: var(--orange); font-size: 13px; font-weight: 800; text-decoration: none; }.feature-grid a span { margin-left: 7px; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-bottom: 76px; padding: 56px 60px; color: #fff; border-radius: 28px; background: var(--orange); }.cta .eyebrow { color: #ffe0c4; }.cta h2 { margin: 0; }.light { flex: 0 0 auto; color: var(--orange); background: #fff; }.footer { display: flex; align-items: center; justify-content: space-between; padding: 26px 0 36px; border-top: 1px solid var(--line); }.footer p { margin: 0; color: #8a817b; font-size: 12px; }
@media (max-width: 760px) { .container { width: min(100% - 32px, 560px); }.nav { height: 76px; }.hero { min-height: auto; grid-template-columns: 1fr; gap: 38px; padding: 36px 0 64px; }.hero-art { min-height: 330px; order: -1; }.features { padding: 68px 0; }.feature-grid { grid-template-columns: 1fr; }.feature-grid article { min-height: auto; }.feature-grid p { min-height: 0; }.cta { display: block; padding: 38px 28px; }.cta h2 { margin-bottom: 28px; }.footer { gap: 15px; align-items: flex-start; flex-direction: column; } }
