/* Extend the existing Studio A8S theme for readable purchase and example flows. */
.nav { gap: 18px; } .nav .studio-back { margin-left: 0; } .language-link { font-size: .9rem; white-space: nowrap; }
.hero { grid-template-columns: 1.05fr 1fr; gap: 40px; min-height: 780px; }
.hero h1 { font-size: clamp(3rem, 5.7vw, 5.8rem); }
.mac-preview { align-self: center; } .mac-preview img { width: 100%; height: auto; border: 1px solid #3b4244; border-radius: 18px; box-shadow: 0 25px 90px #0009; }
.purchase-note { font-size: .9rem; color: #aaa6b5; line-height: 1.6; margin: 14px 0 24px; }
.eyebrow { font-size: .875rem; } .proof { font-size: .9rem; }
.example-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 40px; }
.example-link { padding: 28px; border: 1px solid #35333e; border-radius: 20px; background: #14131c; }
.example-link > span { color: #97ec8c; } .example-link h3 { font-size: 1.4rem; line-height: 1.3; margin: 22px 0 14px; }
.example-link p { color: #b8b5c0; font-size: 1rem; line-height: 1.7; } .example-link b { display: block; margin-top: 20px; }
.feature { min-height: 300px; } .feature h3 { margin-top: 28px; }
.platform-photo { display: flex; justify-content: center; align-items: center; padding: 40px; background: #14131c; }
.platform-photo img { display: block; height: auto; max-height: 540px; max-width: 100%; object-fit: contain; border-radius: 18px; }
.purchase-footer { padding: 20px 0 80px; } .purchase-footer h2 { font-size: clamp(2rem,4vw,3rem); } .purchase-footer > p { margin: 20px 0; color: #b8b5c0; }
.guide { max-width: 850px; padding-top: 80px; padding-bottom: 100px; } .guide h1 { font-size: clamp(2.5rem,6vw,4.5rem); margin: 30px 0; }
.guide .eyebrow { margin-top: 36px; } .guide section { margin: 40px 0; } .guide h2 { font-size: 1.4rem; margin-bottom: 16px; }
.guide pre { white-space: pre-wrap; overflow-wrap: anywhere; background: #161822; border: 1px solid #303744; border-radius: 12px; padding: 20px; font: 1rem/1.7 monospace; }
.guide p { line-height: 1.7; } .copy-button { font: inherit; cursor: pointer; padding: 9px 16px; margin-top: 10px; border-radius: 8px; color: #dfecdf; background: #273428; border: 1px solid #668366; }
.copy-status { min-height: 1.7em; } a:focus-visible, button:focus-visible { outline: 3px solid #a0f290; outline-offset: 5px; }
@media(max-width:980px) { .hero { grid-template-columns: 1fr; min-height: auto; padding-bottom: 50px; } .mac-preview { max-width: 650px; margin: auto; } .example-grid { grid-template-columns: 1fr; } .nav .studio-back { display: none; } }
@media(max-width:680px) { .nav { flex-wrap: wrap; gap: 12px; padding-block: 14px; } .language-link { margin-left: auto; } .nav-cta { display: inline-flex; font-size: .875rem; } .hero h1 { font-size: clamp(2.7rem,11vw,4.5rem); } .hero { padding-top: 24px; } .hero-copy { padding-top: 20px; } }
