:root {
    --paper: #f7f2f6;
    --paper-deep: #eee6ed;
    --soft: #ece8e7;
    --ink: #27262b;
    --muted: #777279;
    --line: rgba(39, 38, 43, .15);
    --dark: #252326;
    --dark-soft: #312c31;
    --dark-line: rgba(247, 242, 246, .18);
    --rose: #e99bb8;
    --rose-deep: #bf718e;
    --blue: #94bfe0;
    --yellow: #f3cc78;
    --container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }

.container { width: min(var(--container), calc(100% - 112px)); margin: 0 auto; }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 30;
    border-bottom: 1px solid transparent;
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
    background: rgba(247, 242, 246, .94);
    border-color: var(--line);
    box-shadow: 0 8px 24px rgba(39, 38, 43, .04);
    backdrop-filter: blur(16px);
}

.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }

.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 760; letter-spacing: 0; white-space: nowrap; }
.brand img { width: 36px; height: 36px; border-radius: 11px; }

.primary-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.primary-nav a { color: #706a71; font-size: 13px; transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--ink); }
.header-action { display: flex; align-items: center; gap: 13px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 680; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button i, .text-link i { font-size: 17px; }
.button--small { min-height: 38px; padding: 0 16px; font-size: 12px; }
.button--dark { background: var(--dark); color: #fff; }
.button--dark:hover { background: #454046; }
.button--primary { background: var(--dark); color: #fff; box-shadow: 0 8px 22px rgba(39, 38, 43, .12); }
.button--primary:hover { background: var(--rose-deep); }
.button--light { background: var(--paper); color: var(--ink); }
.button--light:hover { background: #fff; }

.menu-button { display: none; width: 40px; height: 40px; padding: 0; border: 1px solid var(--line); border-radius: 4px; background: transparent; cursor: pointer; }
.menu-button i { font-size: 20px; }

.hero { position: relative; min-height: 760px; padding: 164px 0 30px; background: var(--paper); overflow: hidden; }
.hero::before { position: absolute; top: 0; right: 7%; width: 1px; height: 100%; background: rgba(39, 38, 43, .08); content: ""; }
.hero::after { position: absolute; top: 143px; left: 0; width: 30%; height: 1px; background: rgba(39, 38, 43, .11); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 470px; align-items: center; gap: 80px; }
.hero-copy { padding-bottom: 25px; }
.eyebrow, .section-kicker { margin: 0; color: var(--rose-deep); font-size: 10px; font-weight: 750; letter-spacing: .15em; line-height: 1.4; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow-mark { width: 22px; height: 1px; background: var(--rose-deep); }
.hero h1 { max-width: 620px; margin: 25px 0 22px; color: var(--ink); font-family: Georgia, "Times New Roman", "Songti SC", serif; font-size: 66px; font-weight: 400; letter-spacing: 0; line-height: 1.13; }
.hero h1 span { color: var(--rose-deep); }
.hero-lede { max-width: 510px; margin: 0; color: #6c666d; font-size: 15px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 31px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--ink); padding-bottom: 6px; font-size: 13px; font-weight: 650; transition: color .2s ease, border-color .2s ease; }
.text-link:hover { color: var(--rose-deep); border-color: var(--rose-deep); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 43px; color: #777078; font-size: 11px; }
.hero-tags span { display: inline-flex; align-items: center; gap: 7px; }
.hero-tags i { color: var(--rose-deep); font-size: 16px; }

.hero-product { position: relative; justify-self: end; width: 410px; padding: 22px 20px 36px; border: 1px solid var(--line); background: #f0e9ef; box-shadow: 20px 22px 0 rgba(39, 38, 43, .04); transform: rotate(2.5deg); }
.hero-product-meta, .ability-visual-top, .showcase-top { display: flex; align-items: center; justify-content: space-between; color: #827a83; font-size: 9px; font-weight: 740; letter-spacing: .13em; }
.hero-product-meta span:last-child { color: #6c8d6f; }
.hero-product-meta i { margin-right: 4px; color: #84b88c; font-size: 8px; }
.device { position: relative; overflow: hidden; border: 8px solid #1e1c20; border-radius: 25px; background: #fff; box-shadow: 0 14px 22px rgba(39, 38, 43, .17); }
.device-speaker { position: absolute; z-index: 2; top: 7px; left: 50%; width: 66px; height: 4px; border-radius: 4px; background: #aaa5aa; transform: translateX(-50%); opacity: .8; }
.device--hero { width: 286px; margin: 15px auto 0; border-width: 7px; border-radius: 25px; }
.device--hero img { width: 100%; height: 500px; object-fit: cover; object-position: top center; }
.hero-note { position: absolute; display: flex; align-items: flex-start; gap: 8px; padding: 10px 12px; border: 1px solid var(--line); background: rgba(247, 242, 246, .92); color: #736b73; font-size: 9px; line-height: 1.55; letter-spacing: .08em; box-shadow: 6px 7px 0 rgba(39, 38, 43, .05); }
.hero-note i { color: var(--rose-deep); font-size: 15px; }
.hero-note--top { top: 102px; left: -53px; }
.hero-note--bottom { right: -41px; bottom: 45px; align-items: center; }
.hero-note--bottom strong { color: var(--rose-deep); font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.hero-footer { position: absolute; z-index: 1; bottom: 31px; left: 50%; display: flex; align-items: center; gap: 14px; color: #8d868d; font-size: 9px; letter-spacing: .16em; transform: translateX(-50%); }
.hero-line { width: 74px; height: 1px; background: rgba(39, 38, 43, .24); }

.section { position: relative; padding: 122px 0; }
.section--paper { background: var(--paper); }
.section--soft { background: var(--soft); }
.section--ink { background: var(--dark); color: var(--paper); }
.section-head { max-width: 560px; }
.section-head--split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 360px); align-items: end; gap: 70px; max-width: none; margin-bottom: 62px; }
.section-head--dark .section-kicker { color: var(--rose); }
.section h2, .closing h2 { margin: 18px 0 0; font-family: Georgia, "Times New Roman", "Songti SC", serif; font-size: 48px; font-weight: 400; letter-spacing: 0; line-height: 1.18; }
.section h2 em, .closing h2 em { color: var(--rose-deep); font-style: normal; }
.section--ink h2 em { color: var(--rose); }
.section-intro { max-width: 370px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.section-head--dark .section-intro { color: #aaa2aa; }

.showcase-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.showcase-card { position: relative; min-width: 0; padding: 20px 20px 25px; border: 1px solid var(--line); background: #fffafd; }
.showcase-card--large { grid-row: span 2; }
.showcase-card--dark { background: var(--dark); color: var(--paper); border-color: var(--dark); }
.showcase-card--profile { display: grid; grid-template-columns: 1fr 1.1fr; grid-template-rows: auto 1fr; column-gap: 28px; align-items: end; }
.showcase-card--profile .showcase-top { grid-column: 1 / -1; }
.showcase-top { margin-bottom: 16px; }
.showcase-card--dark .showcase-top { color: #bab0b9; }
.showcase-top i { color: var(--rose-deep); font-size: 20px; }
.showcase-card--dark .showcase-top i { color: var(--rose); }
.showcase-image { display: flex; justify-content: center; overflow: hidden; border: 1px solid rgba(39, 38, 43, .09); background: #eee9eb; }
.showcase-image img { width: 100%; height: 370px; object-fit: contain; object-position: center; transition: transform .5s ease; }
.showcase-card--large .showcase-image img { height: 520px; }
.showcase-card--profile .showcase-image { grid-column: 2; grid-row: 2; }
.showcase-card--profile .showcase-image img { height: 285px; }
.showcase-card:hover .showcase-image img { transform: scale(1.025); }
.showcase-copy { padding-top: 20px; }
.showcase-copy h3 { margin: 0; font-size: 18px; font-weight: 680; letter-spacing: 0; }
.showcase-copy p { margin: 7px 0 0; color: #817982; font-size: 12px; line-height: 1.7; }
.showcase-card--dark .showcase-copy p { color: #bdb4bc; }
.showcase-statement { display: flex; grid-column: 1 / -1; flex-direction: column; justify-content: center; padding: 25px 35px; background: var(--rose); color: var(--ink); }
.statement-mark { display: block; height: 36px; color: #fff; font-family: Georgia, serif; font-size: 54px; line-height: .9; }
.showcase-statement p { max-width: 270px; margin: 4px 0 35px; font-family: Georgia, "Songti SC", serif; font-size: 26px; line-height: 1.35; }
.statement-meta { color: rgba(39, 38, 43, .66); font-size: 9px; font-weight: 740; letter-spacing: .12em; }

.section-head--dark { max-width: 680px; margin-bottom: 60px; }
.ability-layout { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(360px, 1.1fr); align-items: start; gap: 88px; }
.ability-visual { position: sticky; top: 110px; padding: 18px 20px 23px; border: 1px solid var(--dark-line); background: var(--dark-soft); }
.ability-visual-top { margin-bottom: 14px; color: #b2a9b2; }
.ability-visual-top span:first-child { color: var(--rose); }
.device--ability { width: 252px; margin: 0 auto; border-width: 6px; border-radius: 22px; }
.device--ability img { width: 100%; height: 440px; object-fit: cover; object-position: top center; transition: opacity .18s ease; }
.ability-quote { margin: 19px 5px 0; color: #d0c6cf; font-family: Georgia, "Songti SC", serif; font-size: 19px; line-height: 1.45; }
.ability-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 16px; row-gap: 0; }
.ability-tab { display: grid; grid-template-columns: 27px 32px 1fr 20px; align-items: center; min-height: 76px; padding: 0; border: 0; border-bottom: 1px solid var(--dark-line); background: transparent; color: #9f969f; text-align: left; cursor: pointer; transition: color .2s ease, border-color .2s ease; }
.ability-tab:hover, .ability-tab.is-active { color: var(--paper); }
.ability-tab.is-active { border-color: var(--rose); }
.ability-number { font-size: 10px; letter-spacing: .08em; }
.ability-icon { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid currentColor; border-radius: 50%; font-size: 14px; }
.ability-name { padding-left: 10px; font-size: 14px; font-weight: 650; }
.ability-arrow { justify-self: end; font-size: 17px; opacity: .5; transition: transform .2s ease; }
.ability-tab.is-active .ability-arrow { color: var(--rose); transform: translateX(3px); opacity: 1; }
.ability-detail { grid-column: 1 / -1; margin-top: 46px; padding-top: 27px; border-top: 1px solid var(--dark-line); }
.ability-detail .section-kicker { color: var(--rose); }
.ability-detail h3 { margin: 14px 0 12px; font-family: Georgia, "Songti SC", serif; font-size: 34px; font-weight: 400; }
.ability-detail p:last-child { max-width: 460px; margin: 0; color: #aba3ab; font-size: 14px; line-height: 1.9; }

.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 80px 58px minmax(0, 1fr); align-items: center; gap: 24px; min-height: 113px; border-bottom: 1px solid var(--line); }
.step-index { align-self: stretch; display: flex; align-items: center; color: var(--rose-deep); font-family: Georgia, serif; font-size: 23px; }
.step-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--ink); border-radius: 50%; font-size: 20px; }
.step h3 { margin: 0; font-size: 17px; font-weight: 680; }
.step p { margin: 6px 0 0; color: #777178; font-size: 13px; }

.section--news { background: var(--paper-deep); }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.news-card { min-height: 250px; padding: 24px 25px 21px; border: 1px solid var(--line); background: #fffafd; display: flex; flex-direction: column; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.news-card:hover { border-color: rgba(191, 113, 142, .6); background: #fff; transform: translateY(-3px); }
.news-card--featured { background: var(--dark); color: var(--paper); border-color: var(--dark); }
.news-card--featured:hover { background: #332f33; border-color: #332f33; }
.news-meta { display: flex; align-items: center; justify-content: space-between; color: var(--rose-deep); font-size: 9px; font-weight: 760; letter-spacing: .14em; }
.news-card--featured .news-meta { color: var(--rose); }
.news-meta i { font-size: 18px; }
.news-card time { margin-top: 13px; color: #968c95; font-size: 10px; letter-spacing: .04em; }
.news-card--featured time { color: #afa4ad; }
.news-card h3 { margin: 27px 0 0; font-size: 20px; font-weight: 680; line-height: 1.35; }
.news-card p { max-width: 470px; margin: 10px 0 0; color: #7c747c; font-size: 13px; line-height: 1.8; }
.news-card--featured p { color: #c0b6bf; }
.news-index { margin-top: auto; padding-top: 25px; color: #a18b96; font-size: 9px; font-weight: 760; letter-spacing: .13em; }
.news-card--featured .news-index { color: var(--rose); }

.section--reviews { padding-bottom: 130px; }
.review-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; }
.review-card { min-height: 286px; padding: 27px; border: 1px solid var(--line); background: #fffafd; display: flex; flex-direction: column; }
.review-card--featured { background: var(--dark); color: var(--paper); border-color: var(--dark); }
.review-stars { color: var(--rose-deep); font-size: 12px; letter-spacing: .17em; }
.review-card p { margin: auto 0 35px; font-family: Georgia, "Songti SC", serif; font-size: 22px; line-height: 1.5; }
.review-card:not(.review-card--featured) p { font-size: 18px; }
.review-byline { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 650; }
.review-byline small { display: block; margin-top: 4px; color: #8c838b; font-size: 10px; font-weight: 400; }
.review-card--featured .review-byline small { color: #aaa0a8; }
.avatar { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--rose); color: var(--ink); font-family: Georgia, serif; font-size: 15px; }
.avatar--blue { background: var(--blue); }
.avatar--yellow { background: var(--yellow); }

.section--faq { background: var(--paper-deep); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-layout .section-intro { margin-top: 28px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 80px; padding: 0; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.faq-question span { display: flex; align-items: center; gap: 19px; font-size: 14px; font-weight: 650; }
.faq-question b { color: var(--rose-deep); font-size: 10px; letter-spacing: .1em; }
.faq-question i { color: var(--rose-deep); font-size: 20px; }
.faq-answer { max-width: 650px; padding: 0 50px 24px 39px; color: #776f77; font-size: 13px; line-height: 1.9; }

.closing { background: var(--dark); color: var(--paper); }
.closing-inner { min-height: 440px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.closing .section-kicker { color: var(--rose); }
.closing h2 { margin-top: 21px; font-size: 55px; }
.closing h2 em { color: var(--rose); }
.closing p:not(.section-kicker) { max-width: 440px; margin: 21px 0 29px; color: #b0a6af; font-size: 14px; line-height: 1.9; }

.site-footer { padding: 59px 0 22px; background: #1b1a1c; color: #dcd4db; }
.footer-main { display: grid; grid-template-columns: 1.2fr 1.45fr .75fr; gap: 60px; padding-bottom: 48px; }
.footer-brand .brand { color: #f7f2f6; }
.footer-brand p { margin: 17px 0 0; color: #90878f; font-size: 12px; }
.footer-links > span, .footer-action > span { display: block; margin-bottom: 18px; color: #8b828a; font-size: 9px; letter-spacing: .15em; }
.footer-links nav { display: flex; flex-wrap: wrap; gap: 13px 24px; }
.footer-links a { color: #b8afb7; font-size: 12px; transition: color .2s ease; }
.footer-links a:hover { color: var(--rose); }
.footer-action { justify-self: end; }
.footer-action .text-link { color: var(--rose); border-color: var(--rose); }
.footer-action .text-link:hover { color: #fff; border-color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(247, 242, 246, .12); color: #746d74; font-size: 9px; letter-spacing: .14em; }
.footer-bottom i { color: var(--rose); font-size: 16px; }

.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js-ready .reveal.is-visible { opacity: 1; transform: none; }
.js-ready .reveal--delay { transition-delay: .12s; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
    .js-ready .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
    .container { width: min(var(--container), calc(100% - 72px)); }
    .primary-nav { gap: 17px; }
    .hero-grid { grid-template-columns: minmax(0, 1fr) 360px; gap: 42px; }
    .hero h1 { font-size: 54px; }
    .hero-product { width: 340px; }
    .device--hero { width: 245px; }
    .device--hero img { height: 430px; }
    .ability-layout { gap: 45px; }
    .faq-layout { gap: 45px; }
}

@media (max-width: 760px) {
    .container { width: calc(100% - 36px); }
    .header-inner { height: 70px; }
    .brand { font-size: 18px; }
    .brand img { width: 32px; height: 32px; border-radius: 9px; }
    .header-action .button { display: none; }
    .menu-button { display: block; }
    .primary-nav { position: absolute; top: 70px; right: 18px; left: 18px; display: none; margin: 0; padding: 10px 14px; border: 1px solid var(--line); background: rgba(247, 242, 246, .98); box-shadow: 0 18px 35px rgba(39, 38, 43, .11); }
    .primary-nav.is-open { display: grid; }
    .primary-nav a { padding: 15px 5px; border-bottom: 1px solid var(--line); color: var(--ink); }
    .primary-nav a:last-child { border-bottom: 0; }
    .hero { min-height: auto; padding: 120px 0 55px; }
    .hero::before { right: 13px; }
    .hero::after { top: 101px; width: 29%; }
    .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 51px; }
    .hero-copy { padding: 0; }
    .hero h1 { margin-top: 22px; font-size: 43px; line-height: 1.16; }
    .hero-lede { font-size: 14px; line-height: 1.85; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; margin-top: 28px; }
    .hero-actions .button { width: 100%; }
    .hero-actions .text-link { align-self: center; }
    .hero-tags { gap: 12px; margin-top: 29px; font-size: 10px; }
    .hero-product { align-self: center; width: calc(100% - 28px); max-width: 340px; padding: 17px 13px 28px; transform: rotate(1.7deg); }
    .device--hero { width: 229px; border-width: 6px; }
    .device--hero img { height: 402px; }
    .hero-note--top { top: 84px; left: -29px; }
    .hero-note--bottom { right: -19px; bottom: 30px; }
    .hero-footer { position: static; width: calc(100% - 36px); margin: 49px auto 0; transform: none; }
    .hero-line { flex: 1; }
    .hero-footer span:last-child { white-space: nowrap; }
    .section { padding: 83px 0; }
    .section-head--split { display: block; margin-bottom: 39px; }
    .section h2, .closing h2 { font-size: 35px; }
    .section-intro { max-width: none; margin-top: 23px; font-size: 13px; }
    .showcase-grid { display: flex; flex-direction: column; gap: 14px; }
    .showcase-card, .showcase-card--large { padding: 17px 16px 21px; }
    .showcase-card--large { order: 1; }
    .showcase-card--dark { order: 2; }
    .showcase-card--profile { order: 3; display: block; }
    .showcase-statement { order: 4; min-height: 205px; padding: 23px 25px; }
    .showcase-image img, .showcase-card--large .showcase-image img, .showcase-card--profile .showcase-image img { height: 410px; }
    .showcase-card--profile .showcase-image { margin-top: 2px; }
    .showcase-statement p { font-size: 24px; }
    .section-head--dark { margin-bottom: 39px; }
    .news-grid { grid-template-columns: 1fr; gap: 14px; }
    .news-card { min-height: 220px; padding: 21px 20px 19px; }
    .news-card h3 { margin-top: 23px; font-size: 18px; }
    .news-card p { font-size: 12px; }
    .ability-layout { display: flex; flex-direction: column; gap: 40px; }
    .ability-visual { position: static; width: 100%; padding: 15px 15px 20px; }
    .device--ability { width: 225px; }
    .device--ability img { height: 394px; }
    .ability-quote { font-size: 17px; }
    .ability-list { width: 100%; column-gap: 12px; }
    .ability-tab { grid-template-columns: 22px 28px 1fr 16px; min-height: 68px; }
    .ability-icon { width: 26px; height: 26px; font-size: 13px; }
    .ability-name { padding-left: 8px; font-size: 12px; }
    .ability-detail { margin-top: 37px; }
    .ability-detail h3 { font-size: 29px; }
    .step { grid-template-columns: 45px 48px minmax(0, 1fr); gap: 14px; min-height: 103px; }
    .step-index { font-size: 19px; }
    .step-icon { width: 42px; height: 42px; font-size: 17px; }
    .step h3 { font-size: 15px; }
    .step p { font-size: 12px; line-height: 1.65; }
    .section--reviews { padding-bottom: 83px; }
    .review-grid { display: flex; flex-direction: column; gap: 14px; }
    .review-card { min-height: 232px; padding: 22px; }
    .review-card p, .review-card:not(.review-card--featured) p { margin-bottom: 28px; font-size: 18px; }
    .faq-layout { display: block; }
    .faq-layout .section-intro { margin-top: 23px; }
    .faq-list { margin-top: 41px; }
    .faq-question { min-height: 72px; }
    .faq-question span { gap: 11px; font-size: 13px; }
    .faq-answer { padding: 0 26px 22px 29px; font-size: 12px; }
    .closing-inner { min-height: 390px; }
    .closing h2 { font-size: 39px; }
    .closing p:not(.section-kicker) { font-size: 13px; }
    .closing .button { width: 100%; }
    .footer-main { display: grid; grid-template-columns: 1fr; gap: 34px; padding-bottom: 36px; }
    .footer-action { justify-self: start; }
    .footer-bottom { gap: 10px; line-height: 1.5; }
    .footer-bottom span:nth-child(2) { text-align: center; }
}
