:root{--red: #e83c1b;--teal: #00a9b7;--ink: #2f2c29;--muted: #8d8780;--paper: #f7f5f2;--soft: #f0efed;--soft-red: #fff1ed;--soft-teal: #ecfbfc;--white: #ffffff;font-family:Montserrat Alternates,Montserrat,Arial,sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--paper)}.install-page{min-height:100vh;display:grid;place-items:center;padding:clamp(18px,5vw,64px)}.hero{width:min(1080px,100%);display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:clamp(22px,6vw,72px);align-items:center}.copy{display:grid;gap:22px}.logo{width:min(300px,78vw);height:auto}h1,h2,p{margin:0}h1{max-width:720px;font-size:clamp(38px,6vw,70px);line-height:.98;letter-spacing:0;font-weight:760}.copy p{max-width:520px;color:var(--muted);font-size:clamp(18px,2.4vw,24px);line-height:1.4;font-weight:500}.actions{display:flex;flex-wrap:wrap;gap:10px}a{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:0 18px;text-decoration:none;font-weight:700}.primary-action{background:var(--red);color:var(--white);box-shadow:0 12px 24px #e83c1b2e}.soft-action{background:var(--white);color:var(--ink)}.store-action{padding-left:14px}.store-logo{width:23px;height:23px;flex:0 0 auto}.store-action span{line-height:1}.note{max-width:520px;padding:12px 14px;border-radius:8px;background:var(--soft-red);color:var(--ink)!important;font-size:14px!important}.steps{display:flex;gap:12px;flex-wrap:wrap}.step{width:116px;display:grid;gap:9px;justify-items:center;color:var(--ink);font-size:13px;text-align:center}.step span{width:64px;height:64px;display:grid;place-items:center;border-radius:50%;background:var(--white);color:var(--red)}.phone-preview{min-height:620px;padding:18px;border-radius:30px;background:var(--white);box-shadow:0 26px 70px #2f2c291f}.preview-top{display:grid;grid-template-columns:42px 1fr 42px;gap:10px;align-items:center}.preview-top img{width:42px;height:42px;object-fit:contain;border-radius:10px}.preview-top strong{display:block;font-weight:650}.preview-top span{color:var(--muted);font-size:12px;font-weight:500}.preview-top svg{color:var(--red);justify-self:end}.quick-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0 34px}.quick-row span{min-height:78px;display:grid;place-items:center;border-radius:999px;background:var(--soft);font-weight:650}.phone-preview h2{margin-bottom:14px;font-size:30px;line-height:1;font-weight:700}.offer-card{display:grid;gap:8px;min-height:150px;margin-bottom:12px;padding:16px;border-radius:8px;background:var(--soft-red)}.muted-card{background:var(--soft)}.offer-card strong{font-size:22px;line-height:1.1;font-weight:650}.offer-card p{color:var(--muted);font-weight:500;line-height:1.35}.status{width:max-content;padding:7px 11px;border-radius:999px;background:var(--white);color:var(--red);font-size:12px;font-weight:650}.status.teal{color:var(--teal)}@media(max-width:860px){.hero{grid-template-columns:1fr;gap:20px}.phone-preview{display:none}.actions a{width:100%}h1{font-size:34px;line-height:1.05}.copy{gap:18px}.copy p{font-size:16px}}@media(max-width:460px){.install-page{padding:16px}.phone-preview{border-radius:20px}.steps,.step{width:100%}.step{grid-template-columns:52px 1fr;align-items:center;justify-items:start;text-align:left}.step span{width:52px;height:52px}}
