.hero-primary { padding-inline: 30px; font-size: 16px; }
.home-intro { padding: 100px clamp(24px,7vw,110px); text-align: center; }
.home-intro > h2 { max-width: 780px; margin: 14px auto 18px; font-size: clamp(38px,5vw,62px); line-height: 1.08; }
.home-intro > p { max-width: 700px; margin: auto; color: var(--muted); line-height: 1.7; }
.feature-showcase { display: grid; gap: 28px; margin-top: 60px; text-align: left; }
.feature-panel { min-height: 500px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; padding: 55px 7%; border-radius: 34px; overflow: hidden; }
.feature-panel.reverse .feature-copy { order: 2; }
.feature-sage { background: #dce9df; }
.feature-cream { background: #f1e7d6; }
.feature-copy h3 { margin: 14px 0 16px; font-size: clamp(34px,4vw,52px); line-height: 1.08; }
.feature-copy p { color: #536861; line-height: 1.7; }
.feature-number { color: var(--gold); font-weight: 800; letter-spacing: .15em; }
.text-action { padding: 10px 0; border: 0; background: none; color: var(--green); font-weight: 800; cursor: pointer; }
.phone-preview { width: min(320px,100%); min-height: 410px; margin: auto; padding: 25px 22px; display: flex; flex-direction: column; gap: 14px; background: white; border: 8px solid var(--ink); border-radius: 42px; box-shadow: 0 30px 55px rgba(23,58,51,.2); }
.phone-top { text-align: center; font-family: "Playfair Display"; font-weight: 700; }
.phone-progress { height: 5px; margin: 8px 0 28px; overflow: hidden; background: var(--cream); border-radius: 5px; }
.phone-progress i { display: block; width: 55%; height: 100%; background: var(--gold); }
.phone-preview > strong { margin-bottom: 8px; font-family: "Playfair Display"; font-size: 24px; line-height: 1.25; }
.phone-choice { padding: 14px; border: 1px solid var(--line); border-radius: 13px; font-size: 13px; font-weight: 700; }
.phone-choice.selected { border-color: var(--green); background: var(--sage); }
.match-preview { justify-content: center; }
.preview-symbol { width: 62px; height: 62px; display: grid; place-items: center; background: var(--sage); border-radius: 50%; color: var(--green); font-size: 27px; }
.preview-line { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.preview-line b { color: var(--green); }
.safety-section { padding: 100px clamp(24px,8vw,130px); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; background: var(--ink); color: white; }
.safety-copy h2 { margin: 14px 0 20px; font-size: clamp(42px,5vw,65px); line-height: 1.05; }
.safety-copy > p { color: #bfd0ca; line-height: 1.7; }
.safety-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; color: #e2ece8; font-size: 14px; }
.safety-orbit { width: min(430px,90vw); aspect-ratio: 1; position: relative; margin: auto; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.safety-orbit:before { content:""; position:absolute; inset:18%; border:1px solid rgba(255,255,255,.18); border-radius:50%; }
.orbit-center { position: absolute; inset: 36%; display: grid; place-items: center; background: var(--gold); border-radius: 50%; font: 700 58px "Playfair Display"; }
.orbit-item { position: absolute; padding: 10px 14px; color: var(--ink); background: white; border-radius: 30px; font-size: 12px; font-weight: 800; box-shadow: var(--shadow); }
.orbit-one { top: 8%; left: 8%; }.orbit-two { top: 40%; right: -5%; }.orbit-three { bottom: 7%; left: 10%; }
.home-cta { padding: 110px 24px; text-align: center; background: var(--sage); }
.home-cta h2 { margin: 12px 0; font-size: clamp(48px,6vw,76px); }
.home-cta p { margin: 0 0 28px; color: var(--muted); }
.site-footer { min-height: 130px; padding: 35px clamp(24px,5vw,72px); display: flex; align-items: center; justify-content: space-between; gap: 25px; background: var(--paper); }
.site-footer p { color: var(--muted); }
.site-footer button { border: 0; background: none; cursor: pointer; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; font-weight: 700; }
.principles-title { grid-column: 1 / -1; font-size: clamp(30px,4vw,44px); margin-bottom: 4px; }
@media(max-width:850px){.feature-panel,.safety-section{grid-template-columns:1fr}.feature-panel.reverse .feature-copy{order:0}.feature-copy{text-align:center}.safety-list{grid-template-columns:1fr}.site-footer{flex-direction:column;text-align:center}.home-intro{padding-block:75px}}
@media(max-width:520px){.feature-panel{padding:42px 18px;border-radius:24px}.phone-preview{min-height:380px}.safety-section{padding:75px 22px}.safety-orbit{transform:scale(.9)}.home-cta{padding-block:80px}}
