/* Questions: the heading on the left, large questions on hairlines on the right, answers that open in place. */
.qa { margin: 160px auto 0; max-width: 1240px; }
.qa__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.5fr); column-gap: 96px; align-items: start; }
.qa__side { position: sticky; top: 130px; }
.qa h2 { font-size: clamp(32px, 3.8vw, 50px); font-weight: 450; line-height: 1.1; letter-spacing: -.036em; color: #000; text-align: left; }
.qa__hint { margin-top: 20px; font-size: 16px; color: var(--secondary); }
.qa__hint a { color: #23262b; text-decoration: underline; text-underline-offset: 6px; text-decoration-color: #a8afbb; }
.qa__hint a:hover { color: var(--red-dark); text-decoration-color: var(--red); }
.qa__list { border-top: 1px solid #cfd6de; }
.qa__item { border-bottom: 1px solid #cfd6de; }
.qa__q { display: flex; justify-content: space-between; align-items: center; gap: 28px; width: 100%; padding: 26px 0; border: 0; background: none; text-align: left; font: inherit; font-size: clamp(19px, 1.7vw, 23px); font-weight: 480; letter-spacing: -.022em; line-height: 1.3; color: #23262b; cursor: pointer; transition: color 240ms var(--ease); }
.qa__q:hover { color: var(--red-dark); }
.qa__mark { position: relative; flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; border: 1px solid #c9d3dd; background: #fff; box-shadow: 0 2px 0 -1px #e1e7ee; transition: transform 360ms var(--ease), border-color 240ms var(--ease), background 240ms var(--ease); }
.qa__mark::before, .qa__mark::after { content: ""; position: absolute; left: 50%; top: 50%; width: 13px; height: 1.6px; background: #23262b; transform: translate(-50%, -50%); transition: background 240ms var(--ease); }
.qa__mark::after { transform: translate(-50%, -50%) rotate(90deg); }
.qa__q[aria-expanded="true"] .qa__mark { transform: rotate(45deg); border-color: #efc4cb; background: #fbe6e9; }
.qa__q[aria-expanded="true"] .qa__mark::before, .qa__q[aria-expanded="true"] .qa__mark::after { background: #a72135; }
.qa__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 480ms var(--ease); }
.qa__a.is-open { grid-template-rows: 1fr; }
.qa__inner { overflow: hidden; }
.qa__inner p { max-width: 62ch; margin: 0; padding: 0 70px 28px 0; font-size: 17.5px; line-height: 1.62; color: #454d58; text-wrap: pretty; }
/* The close: the invitation beside the product on a phone. */
.close { margin: 170px auto 0; max-width: 1240px; }
.close__panel { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 48px; padding: 72px 72px; overflow: hidden; border: 1px solid #fff; border-radius: 32px; background: linear-gradient(120deg, #f0f3f7 0%, #f7f8fa 44%, #fafbfc 73%, #f7f8fa 100%); box-shadow: inset 0 2px 2px #fff, inset 0 -2px 3px #cbd2dc45, 0 24px 44px -32px #66748b52; text-align: left; }
.close__copy h2, .product .close__copy h2 { text-align: left; max-width: 13ch; font-size: clamp(34px, 4vw, 56px); font-weight: 450; line-height: 1.08; letter-spacing: -.038em; color: #23262b; }
.close__copy p { margin-top: 18px; max-width: 30ch; font-size: 17px; line-height: 1.55; color: #555e67; }
.close__copy .button { margin-top: 28px; }
.close__object { display: flex; justify-content: center; align-items: flex-end; min-height: 460px; }
.phone { width: 276px; height: 560px; padding: 12px; border-radius: 46px; background: linear-gradient(160deg, #4a515e, #262a31 55%, #1c1f25); transform: rotate(-5deg) translateY(70px); box-shadow: inset 0 1px 0 #ffffff33, inset 0 -1px 0 #00000055, 0 14px 0 -4px #bfcbd7, 0 44px 60px -30px #42587299; }
.phone__screen { position: relative; height: 100%; border-radius: 35px; overflow: hidden; background: #fff; }
.phone__screen::before { content: ""; position: absolute; left: 50%; top: 10px; width: 84px; height: 22px; border-radius: 12px; background: #1c1f25; transform: translateX(-50%); z-index: 2; }
.moment--phone { width: 100%; max-width: none; margin: 0; border: 0; border-radius: 0; box-shadow: none; padding: 44px 16px 16px; }
.phone__bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; font-size: 12px; color: #6b7280; }
.ui-stats--2 { grid-template-columns: 1fr 1fr; gap: 8px; }
.moment--phone .ui-stat { padding: 10px 11px; }
.moment--phone .ui-stat strong { font-size: 22px; }
.moment--phone .ui-moments { margin-top: 6px; }
.moment--phone .ui-moment { gap: 10px; padding: 9px 0; }
.moment--phone .ui-moment strong { font-size: 13px; } .moment--phone .ui-moment small { font-size: 11.5px; }
.moment--phone .ui-play { width: 24px; height: 24px; } .moment--phone .ui-play::after { left: 9px; top: 6px; border-left-width: 7px; border-top-width: 5px; border-bottom-width: 5px; }
/* Follow pills in the footer. */
.footer-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.follow { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 10px 18px 10px 12px; border-radius: 999px; color: #fff; font-size: 14px; font-weight: 520; letter-spacing: -.005em; box-shadow: inset 0 1px 1px #ffffff55, 0 6px 14px -10px #00000066; transition: transform 220ms var(--ease), box-shadow 220ms var(--ease); }
.follow:hover { transform: translateY(-2px); box-shadow: inset 0 1px 1px #ffffff55, 0 12px 20px -12px #00000080; }
.follow svg { width: 26px; height: 26px; padding: 5px; border-radius: 8px; background: #ffffff2e; }
.follow--linkedin { background: linear-gradient(160deg, #2f74d9, #1d5fc4 70%, #174ea3); }
.follow--instagram { background: linear-gradient(115deg, #f4a03c 0%, #ee6c3c 28%, #dc2743 52%, #cc2366 74%, #b52aa6 100%); }
@media (max-width: 900px) { .close { margin-top: 110px; } .close__panel { grid-template-columns: 1fr; gap: 20px; padding: 40px 28px 0; } .close__copy h2 { max-width: none; } .close__object { min-height: 0; } .phone { transform: rotate(-3deg) translateY(60px); } .qa { margin-top: 110px; } .qa__grid { display: block; } .qa__side { position: static; margin-bottom: 28px; } .qa__q { font-size: 18px; padding: 20px 0; } .qa__inner p { padding-right: 0; } }
@media (max-width: 650px) { .close__panel { padding: 34px 22px; border-radius: 22px; } }
