/* About page (static) — faithful restore of the original in-app About UI.
   Ported from src/views/About.vue. No framework/rem runtime here, so values are
   plain px; percentage-based banner geometry is kept identical to the original. */

html,
body.page-about {
    height: auto !important;
    min-height: 100% !important;
    width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

body.page-about {
    background: #fff;
    color: #0f172a;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.about-page {
    width: 100%;
    box-sizing: border-box;
    padding: clamp(76px, 5.5vw, 96px) 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

.about-max-width {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}

/* ---- Hero + app download ---- */
.about-hero-section {
    display: grid;
    grid-template-columns: minmax(0, 520px) minmax(330px, 390px);
    position: relative;
    z-index: 20;
    align-items: center;
    justify-content: center;
    gap: clamp(28px, 3vw, 44px);
    min-height: 420px;
    margin-top: 8px;
    padding-top: 56px;
    padding-bottom: 64px;
    border-bottom: 1px solid #eeeaf5;
    background:
        radial-gradient(circle at 28% 72%, rgba(124, 58, 237, 0.16), transparent 28%),
        radial-gradient(circle at 72% 34%, rgba(167, 139, 250, 0.22), transparent 30%);
}

.about-hero-copy {
    padding-left: 30px;
}

.about-hero-copy h1 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: clamp(36px, 3.2vw, 50px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
    color: #0f172a;
}

.about-hero-lead {
    margin: 26px 0 0;
    font-size: clamp(18px, 1.5vw, 22px);
    font-weight: 500;
    line-height: 1.3;
    color: #273142;
}

.about-hero-desc {
    max-width: 640px;
    margin: 14px 0 0;
    font-size: 16px;
    line-height: 1.65;
    color: #475569;
}

.about-hero-download {
    padding: 34px 34px 30px;
    border: 1px solid #e7e2f1;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 20px 48px rgba(64, 48, 105, 0.08);
    text-align: center;
    backdrop-filter: blur(10px);
}

.about-hero-download h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
}

.about-hero-download > p {
    max-width: 280px;
    margin: 12px auto 24px;
    font-size: 15px;
    line-height: 1.5;
    color: #64748b;
}

.about-hero-qr-frame {
    display: inline-flex;
    padding: 5px;
    border: 3px solid #8c55f2;
    border-radius: 20px;
    background: #fff;
}

.about-hero-qr-frame img {
    display: block;
    width: 180px;
    height: 180px;
    aspect-ratio: 1;
    object-fit: contain;
}

.about-hero-download > .about-hero-download-hint {
    max-width: none;
    margin: 14px auto 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

.about-hero-download-hint a {
    margin-left: 4px;
    color: #7c3aed;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.about-hero-download-hint a:hover,
.about-hero-download-hint a:focus-visible {
    color: #5b21b6;
}

/* ---- Scan-to-install QR popover (desktop hover) ---- */
.app-download-wrap {
    position: relative;
    display: inline-block;
}

.app-qr-pop {
    position: absolute;
    bottom: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    width: 200px;
    padding: 16px;
    background: #fff;
    border: 1px solid #ece8f6;
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
    z-index: 200;
}

.app-qr-pop:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: #fff;
    filter: drop-shadow(0 2px 1px rgba(15, 23, 42, 0.06));
}

/* Right-aligned variant to avoid clipping for the footer button */
.app-qr-pop-right {
    left: auto;
    right: 0;
    transform: translateX(0) translateY(6px);
}

.app-qr-pop-right:after {
    left: auto;
    right: 28px;
    transform: none;
}

.app-qr-pop img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    object-fit: contain;
}

.app-qr-pop-title {
    margin: 12px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.app-qr-pop-desc {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.4;
    color: #64748b;
}

.is-desktop-app-download .app-download-wrap:hover .app-qr-pop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.is-desktop-app-download .app-download-wrap:hover .app-qr-pop-right {
    transform: translateX(0) translateY(0);
}

.is-desktop-app-download .js-app-download {
    cursor: default;
}

/* ==== Feature coverflow banner (ported verbatim from About.vue) ==== */
.section-1 {
    position: relative;
    z-index: 1;
    margin-top: 80px;
}

.section-1-banner {
    width: 100%;
    padding-bottom: 36%;
    position: relative;
}

.section-1-banner:before {
    content: '';
    position: absolute;
    display: block;
    transform: scale(1.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/assets/images/about/banner/line.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.section-1-banner ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-1-banner li {
    height: 100%;
    width: 16.4%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    transform-origin: center;
    top: 0;
    transition: all 0.3s;
    cursor: pointer;
    margin: 0;
    list-style: none;
}

.section-1-banner li img {
    display: block;
}

.section-1-banner li:nth-child(1) {
    background-image: url('/assets/images/about/banner/s1.png');
}

.section-1-banner li:nth-child(1) .s1-float1 {
    position: absolute;
    width: 90%;
    left: 24%;
    top: 49%;
    transform: translateX(50px) translateY(50px);
    opacity: 0;
    transition: all 0.2s;
    transition-delay: 0.1s;
}

.section-1-banner li:nth-child(1).active .s1-float1 {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.section-1-banner li:nth-child(2) {
    background-image: url('/assets/images/about/banner/s2.png');
}

.section-1-banner li:nth-child(2) .s2-float1 {
    position: absolute;
    width: 110%;
    left: 50%;
    top: 60%;
    transform: translateX(calc(-50% + 50px)) translateY(50px);
    opacity: 0;
    transition: all 0.2s;
    transition-delay: 0.1s;
}

.section-1-banner li:nth-child(2) .s2-float2 {
    position: absolute;
    width: 24.4%;
    left: -40%;
    top: 55%;
    transform: translateX(50px) translateY(50px);
    opacity: 0;
    transition: all 0.2s;
    transition-delay: 0.1s;
}

.section-1-banner li:nth-child(2).active .s2-float1 {
    opacity: 1;
    transform: translateX(-50%) translateX(0);
}

.section-1-banner li:nth-child(2).active .s2-float2 {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.section-1-banner li:nth-child(3) {
    background-image: url('/assets/images/about/banner/s3.png');
}

.section-1-banner li:nth-child(3) .s3-float1 {
    position: absolute;
    width: 62.5%;
    left: -18%;
    top: 30%;
    transform: translateX(50px) translateY(50px);
    opacity: 0;
    transition: all 0.2s;
    transition-delay: 0.1s;
}

.section-1-banner li:nth-child(3).active .s3-float1 {
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.section-1-banner li:nth-child(4) {
    background-image: url('/assets/images/about/banner/s4.png');
}

.section-1-banner li:nth-child(4) .s4-float1 {
    position: absolute;
    width: 70%;
    left: 65%;
    top: 58%;
    transform: translateX(50px) translateY(50px);
    opacity: 0;
    transition: all 0.2s;
    transition-delay: 0.1s;
}

.section-1-banner li:nth-child(4) .s4-float2 {
    position: absolute;
    width: 70%;
    left: -40%;
    top: 20%;
    transform: translateX(50px) translateY(50px);
    opacity: 0;
    transition: all 0.2s;
    transition-delay: 0.1s;
}

.section-1-banner li:nth-child(4) .s4-float3 {
    position: absolute;
    width: 27%;
    left: 100%;
    top: 48%;
    transform: translateX(50px) translateY(50px);
    opacity: 0;
    transition: all 0.2s;
    transition-delay: 0.1s;
}

.section-1-banner li:nth-child(4).active .s4-float1,
.section-1-banner li:nth-child(4).active .s4-float2,
.section-1-banner li:nth-child(4).active .s4-float3 {
    opacity: 1;
    transform: translateX(0);
}

.section-1-banner li:nth-child(5) {
    background-image: url('/assets/images/about/banner/s5.png');
}

.section-1-banner li:nth-child(5) .s5-float1 {
    position: absolute;
    width: 66%;
    left: -20%;
    top: 15%;
    transform: translateX(50px) translateY(50px);
    opacity: 0;
    transition: all 0.2s;
    transition-delay: 0.1s;
}

.section-1-banner li:nth-child(5) .s5-float2 {
    position: absolute;
    width: 80%;
    left: 60%;
    top: 50%;
    transform: translateX(50px) translateY(50px);
    opacity: 0;
    transition: all 0.2s;
    transition-delay: 0.1s;
}

.section-1-banner li:nth-child(5).active .s5-float1,
.section-1-banner li:nth-child(5).active .s5-float2 {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

/* Position states */
.section-1-banner li.active {
    left: 50%;
    transform: skew(0, 0) translateX(-50%) scale(1) translateY(0);
    z-index: 5;
}

.section-1-banner li.prev-1 {
    left: 27%;
    opacity: 0.5;
    transform: skew(0, 10deg) translateX(-50%) scale(0.9) translateY(0);
    z-index: 3;
}

.section-1-banner li.prev-2 {
    left: 8.3%;
    transform: skew(0, 20deg) translateX(-50%) scale(0.8) translateY(-10%);
    opacity: 0.3;
    z-index: 1;
}

.section-1-banner li.next-1 {
    left: 73%;
    opacity: 0.5;
    transform: skew(0, -10deg) translateX(-50%) scale(0.9) translateY(-9.5%);
    z-index: 3;
}

.section-1-banner li.next-2 {
    left: 91.7%;
    transform: skew(0, -20deg) translateX(-50%) scale(0.8) translateY(-30%);
    opacity: 0.3;
    z-index: 1;
}

/* Caption */
.section-1-content {
    position: relative;
    z-index: 10;
    margin-top: 40px;
    text-align: center;
}

.about-cap-title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
}

.about-cap-desc {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 1.5;
    color: #475569;
}

/* ==== Stats ==== */
.about-stats {
    margin-top: 140px;
    text-align: center;
}

.about-stats-title {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: #0f172a;
    border: 0;
    padding: 0;
}

.about-stats-title span {
    position: relative;
    font-weight: 700;
}

.about-stats-title span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding-bottom: 16.5%;
    background-image: url('/assets/images/cline.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.about-stats-grid {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 60px 0 0;
    padding: 0;
    list-style: none;
}

.about-stats-grid li {
    width: 25%;
    flex-shrink: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-stats-value {
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    color: #8c55f2;
}

.about-stats-value sup {
    display: inline-block;
    transform: translateY(-8px);
    font-weight: 700;
}

.about-stats-value sub {
    display: inline-block;
    font-size: 50px;
    transform: translateY(-6px);
    font-weight: 700;
}

.about-stats-desc {
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 1.5;
    color: #475569;
}

/* ==== Solve all subjects ==== */
.all-projects {
    margin-top: 120px;
}

.all-projects-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
}

.all-projects-image {
    display: block;
    width: 100%;
    height: auto;
}

.all-projects-inner {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    width: 356px;
    max-width: 42%;
}

.all-projects-title {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    color: #0f172a;
    border: 0;
    padding: 0;
}

.all-projects-desc {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 1.5;
    color: #475569;
}

.all-projects-cta {
    display: inline-block;
    margin-top: 24px;
    padding: 13px 34px;
    border-radius: 999px;
    background: linear-gradient(90deg, #8c55f2 0%, #6d28d9 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(124, 58, 237, 0.28);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.all-projects-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(124, 58, 237, 0.34);
}

/* ==== Reviews ==== */
.scored-section {
    width: 100%;
    margin-top: 150px;
}

.scored-title {
    margin: 0 0 48px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #0f172a;
    border: 0;
    padding: 0;
}

.scored-items {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
}

.scored-items:active {
    cursor: grabbing;
}

.scored-items::-webkit-scrollbar {
    display: none;
}

.scored-items-track {
    display: flex;
    width: max-content;
    padding: 6px 50px;
    will-change: transform;
}

.scored-items-item {
    flex: 0 0 auto;
    width: 460px;
    margin: 0 24px 0 0;
    padding: 36px 30px;
    background-color: #f9f9f9;
    border-radius: 32px;
    box-sizing: border-box;
}

.scored-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.scored-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.scored-name {
    color: #0f172a;
    font-weight: 600;
    font-size: 15px;
    word-break: break-word;
}

.scored-stars {
    margin-left: auto;
    color: #ffd04d;
    font-size: 18px;
    letter-spacing: 2px;
    white-space: nowrap;
}

.scored-item-title {
    margin: 24px 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
}

.scored-item-body {
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
}

/* ==== SEO copy & FAQ Section (below reviews) ==== */
.about-seo {
    width: 100%;
    max-width: 900px;
    margin: 100px auto 90px;
    padding: 0 24px;
    box-sizing: border-box;
    color: #1e293b;
}

.about-seo-title,
.about-seo h2[data-i18n="about.seoTitle"],
.about-seo > h2:first-child {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.025em;
    color: #0f172a;
    text-align: center;
    margin: 0 0 52px;
}

.about-seo h2:not(:first-child) {
    margin-top: 44px;
}

.about-seo p {
    margin: 0 0 20px;
    font-size: 15.5px;
    line-height: 1.75;
    color: #475569;
}

.about-seo p.intro {
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
}

.about-faq-list,
.about-seo-list {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.about-faq-item,
.about-seo-item {
    position: relative;
    padding: 0;
}

.about-faq-q,
.about-seo-item-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
    color: #0f172a;
    margin: 0 0 12px;
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.about-faq-num,
.about-seo-num {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
}

.about-faq-link,
.about-seo-item-link {
    color: #7c3aed;
    text-decoration: none;
    transition: color 0.15s ease;
}

.about-faq-link:hover,
.about-seo-item-link:hover {
    color: #6d28d9;
    text-decoration: underline;
}

.about-faq-a,
.about-seo-item-desc {
    font-size: 15.5px;
    line-height: 1.75;
    color: #475569;
    margin: 0;
}

.about-faq-a p,
.about-seo-item-desc p {
    font-size: 15.5px;
    line-height: 1.75;
    color: #475569;
    margin: 0 0 14px;
}

.about-faq-a p.intro,
.about-seo-item-desc p.intro {
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
}

/* Sub-tool cards / chips */
.about-subtool-chips {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.about-subtool-chip {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 18px;
    text-decoration: none;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
    transition: all 0.2s ease;
}

.about-subtool-chip:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 4px 14px rgb(15 23 42 / 6%);
    transform: translateY(-2px);
}

.about-subtool-chip strong {
    font-size: 15px;
    font-weight: 700;
    color: #7c3aed;
    transition: color 0.15s ease;
}

.about-subtool-chip:hover strong {
    color: #6d28d9;
}

.about-subtool-chip span {
    color: #64748b;
    font-size: 13.5px;
    line-height: 1.5;
}

/* Fallback list compatibility */
.about-offers-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-offers-list > li {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px 24px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.about-offers-list > li:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgb(15 23 42 / 4%);
}

.about-offers-list > li > a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #7c3aed;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.15s ease;
}

.about-offers-list > li > a:hover {
    color: #6d28d9;
    text-decoration: underline;
}

.about-offers-list > li > span {
    font-size: 15px;
    line-height: 1.65;
    color: #64748b;
    margin-left: 4px;
}

.about-offers-list ul {
    list-style: none;
    margin: 16px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid #edf2f7;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-offers-list ul li {
    position: relative;
    padding-left: 18px;
    font-size: 14.5px;
    line-height: 1.65;
    color: #475569;
}

.about-offers-list ul li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a78bfa;
}

.about-offers-list ul li a {
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    transition: color 0.15s ease;
}

.about-offers-list ul li a:hover {
    color: #7c3aed;
    text-decoration: underline;
}

.about-offers-list ul li span {
    color: #64748b;
    margin-left: 2px;
}

/* ==== Footer ==== */
.about-footer {
    border-top: 1px solid #e5e7eb;
    background: #fff;
    padding: 56px 24px;
}

.about-footer-inner {
    max-width: 1152px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 64px;
    justify-content: space-between;
}

.about-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-footer-tagline {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #000;
    border: 0;
    padding: 0;
}

.about-footer-email {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

.about-footer-email:hover {
    opacity: 0.8;
}

.about-footer-socials {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 4px;
}

.about-social-btn {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #000;
    color: #fff;
    transition: transform 0.15s ease;
}

.about-social-btn:hover {
    transform: scale(1.06);
}

.about-social-btn-img {
    background: transparent;
}

.about-social-btn-img img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.about-footer-col,
.about-footer-download {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-footer-heading {
    font-size: 17px;
    font-weight: 700;
    color: #000;
}

.about-footer-col a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.about-footer-col a:hover {
    opacity: 0.8;
}

.about-footer-store img {
    height: 46px;
    width: auto;
    object-fit: contain;
    border-radius: 10px;
}

.about-footer-download .app-download-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.about-footer-store {
    display: block;
}

/* ==== Responsive ==== */
@media (max-width: 900px) {
    .about-hero-section {
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 32px;
    }

    .about-hero-copy {
        padding-left: 8px;
    }

    .about-stats-value {
        font-size: 52px;
    }

    .about-stats-value sub {
        font-size: 38px;
    }

    .about-stats-title,
    .scored-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .about-page {
        padding: 68px 0 80px;
    }

    .about-max-width {
        padding: 0 20px;
    }

    .about-hero-section {
        grid-template-columns: 1fr;
        gap: 36px;
        min-height: 0;
        margin-top: 0;
        padding-top: 42px;
        padding-bottom: 52px;
    }

    .about-hero-copy {
        max-width: 580px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .about-hero-copy h1 {
        font-size: 34px;
    }

    .about-hero-lead {
        margin-top: 18px;
        font-size: 19px;
    }

    .about-hero-desc {
        margin-top: 10px;
        font-size: 15px;
    }

    .about-hero-download {
        width: min(100%, 400px);
        margin: 0 auto;
        box-sizing: border-box;
    }

    .section-1 {
        margin-top: 64px;
    }

    /* Mobile coverflow: keep the active phone prominent instead of shrinking
       every slide to the desktop 16.4% width. */
    .section-1-banner {
        height: clamp(320px, 70vw, 500px);
        padding-bottom: 0;
    }

    .section-1-banner li {
        width: clamp(108px, 28vw, 190px);
    }

    .section-1-banner li.active {
        left: 50%;
        transform: translateX(-50%) scale(1.05);
    }

    .section-1-banner li.prev-1 {
        left: 24%;
        opacity: 0.48;
        transform: skew(0, 8deg) translateX(-50%) scale(0.86) translateY(2%);
    }

    .section-1-banner li.prev-2 {
        left: 4%;
        opacity: 0.24;
        transform: skew(0, 14deg) translateX(-50%) scale(0.7) translateY(-4%);
    }

    .section-1-banner li.next-1 {
        left: 76%;
        opacity: 0.48;
        transform: skew(0, -8deg) translateX(-50%) scale(0.86) translateY(-3%);
    }

    .section-1-banner li.next-2 {
        left: 96%;
        opacity: 0.24;
        transform: skew(0, -14deg) translateX(-50%) scale(0.7) translateY(-10%);
    }

    .section-1-content {
        margin-top: 28px;
    }

    .about-cap-title {
        font-size: 24px;
    }

    .about-stats {
        margin-top: 80px;
    }

    .about-stats-grid {
        flex-wrap: wrap;
        gap: 32px 0;
    }

    .about-stats-grid li {
        width: 50%;
    }

    .all-projects {
        margin-top: 72px;
    }

    .all-projects-inner {
        position: static;
        transform: none;
        width: 100%;
        max-width: 100%;
        padding: 28px 24px 30px;
        box-sizing: border-box;
        text-align: center;
    }

    .all-projects-card {
        display: flex;
        flex-direction: column;
        background: linear-gradient(180deg, #ffffff 0%, #f7f3ff 100%);
    }

    .all-projects-image {
        width: 100%;
        height: 198px;
        border-radius: 0;
        object-fit: cover;
        object-position: 58% center;
    }

    .scored-section {
        margin-top: 90px;
    }

    .scored-items-track {
        padding: 6px 20px;
    }

    .scored-items-item {
        width: 78vw;
        max-width: 320px;
        padding: 22px 20px;
        border-radius: 18px;
    }

    .scored-avatar {
        width: 42px;
        height: 42px;
    }

    .about-seo {
        margin: 64px auto 56px;
        padding: 0 20px;
    }

    .about-seo-title,
    .about-seo h2[data-i18n="about.seoTitle"],
    .about-seo > h2:first-child {
        font-size: 26px;
        margin-bottom: 36px;
    }

    .about-seo h2 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .about-seo h2:not(:first-child) {
        margin-top: 32px;
    }

    .about-faq-list,
    .about-seo-list {
        gap: 28px;
    }

    .about-faq-q,
    .about-seo-item-title {
        font-size: 17.5px;
    }

    .about-subtool-chips {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .about-faq-a,
    .about-faq-a p,
    .about-seo-item-desc,
    .about-seo p,
    .about-seo p.intro {
        font-size: 14.5px;
        line-height: 1.7;
    }

    .about-offers-list {
        gap: 14px;
        margin-top: 18px;
    }

    .about-offers-list > li {
        padding: 16px 18px;
        border-radius: 14px;
    }

    .about-offers-list > li > a {
        font-size: 15.5px;
    }

    .about-offers-list > li > span {
        font-size: 14px;
    }

    .about-offers-list ul {
        margin-top: 12px;
        padding-top: 12px;
        gap: 8px;
    }

    .about-offers-list ul li {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .about-footer {
        padding: 40px 20px;
    }

    .about-footer-inner {
        gap: 32px;
    }
}

@media (max-width: 480px) {
    .about-hero-section {
        gap: 28px;
        padding-top: 30px;
        padding-bottom: 38px;
    }

    .about-hero-copy h1 {
        font-size: 29px;
    }

    .about-hero-lead {
        font-size: 17px;
    }

    .about-hero-download {
        padding: 26px 20px 24px;
        border-radius: 22px;
    }

    .about-hero-download h2 {
        font-size: 24px;
    }

    .about-hero-download > p {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .about-hero-qr-frame img {
        width: 150px;
        height: 150px;
    }

    .all-projects-inner {
        padding: 26px 20px 32px;
    }

    .all-projects-title {
        font-size: 28px;
    }

    .all-projects-cta {
        margin-top: 20px;
    }

    .all-projects-image {
        height: 180px;
        object-position: 60% center;
    }

    .about-seo {
        margin: 48px auto 36px;
        padding: 0 16px;
    }

    .about-seo-title,
    .about-seo h2[data-i18n="about.seoTitle"],
    .about-seo > h2:first-child {
        font-size: 22px;
        margin-bottom: 28px;
    }

    .about-seo h2 {
        font-size: 20px;
    }

    .about-seo h2:not(:first-child) {
        margin-top: 28px;
    }

    .about-faq-list,
    .about-seo-list {
        gap: 24px;
    }

    .about-faq-q,
    .about-seo-item-title {
        font-size: 16px;
    }

    .about-subtool-chip {
        padding: 12px 14px;
        border-radius: 12px;
    }

    .about-faq-a,
    .about-faq-a p,
    .about-seo-item-desc,
    .about-seo p,
    .about-seo p.intro {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 14px;
    }

    .about-offers-list > li {
        padding: 14px;
        border-radius: 12px;
    }

    .about-offers-list > li > a {
        font-size: 15px;
    }

    .about-offers-list > li > span {
        font-size: 13.5px;
    }

    .about-offers-list ul li {
        font-size: 13px;
        line-height: 1.55;
        padding-left: 14px;
    }

    .about-offers-list ul li::before {
        left: 2px;
        top: 8px;
        width: 5px;
        height: 5px;
    }
}
