﻿/* Kizuna Finance ? Landing (light mockup theme) */
.lp-body {
    --lp-bg: #f7f4fc;
    --lp-bg-soft: #efe8fb;
    --lp-card: #ffffff;
    --lp-text: #2d2150;
    --lp-muted: #6b6280;
    --lp-primary: #7c3aed;
    --lp-primary-dark: #6d28d9;
    --lp-primary-soft: #ede9fe;
    --lp-border: rgba(124, 58, 237, 0.14);
    --lp-shadow: 0 12px 40px rgba(88, 50, 160, 0.12);
    --lp-radius: 18px;
    --lp-font: "Noto Sans JP", "Noto Sans", "Segoe UI", Inter, sans-serif;
    margin: 0;
    background: var(--lp-bg);
    color: var(--lp-text);
    font-family: var(--lp-font);
    line-height: 1.65;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

.lp-body * { box-sizing: border-box; }
.lp-body a { color: inherit; text-decoration: none; }
.lp-body img { max-width: 100%; height: auto; display: block; }

.lp-wrap {
    width: min(1416px, calc(100% - 40px));
    margin: 0 auto;
}

/* Header ? mockup exact */
.lp-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(124, 58, 237, 0.08);
}
.lp-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 76px;
    padding: 8px 0;
    min-width: 0;
}
.lp-brand {
    min-width: 0;
    flex-shrink: 1;
}
.lp-brand img {
    height: 66px;
    width: auto;
    max-width: min(220px, 48vw);
}
.lp-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex: 1;
}
.lp-nav > a {
    font-size: 14px;
    font-weight: 600;
    color: #5b5270;
    white-space: nowrap;
}
.lp-nav > a:hover { color: #7c5cc4; }
.lp-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
/* Menu i?i auth: sadece mobil a??l?r men?de */
.lp-mobile-auth {
    display: none;
}
.lp-lang { min-width: 0; }
.lp-lang .lang-select,
.lp-header-actions .lang-select {
    background: #fff;
    border: 1px solid rgba(124, 58, 237, 0.14);
    color: #2d2150;
    border-radius: 999px;
    padding: 8px 28px 8px 12px;
    font-size: 12px;
    min-width: 108px;
}
.lp-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(124, 58, 237, 0.14);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
.lp-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #7c5cc4;
    border-radius: 2px;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.lp-btn:hover { transform: translateY(-1px); }
.lp-btn-primary {
    background: #7c5cc4;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(124, 92, 196, 0.28);
}
.lp-btn-primary:hover { background: #6b4db3; }
.lp-btn-login {
    background: #f3f0f8;
    color: #5b5270 !important;
    border-color: transparent;
    padding: 10px 18px;
}
.lp-btn-login:hover { background: #ebe6f5; color: #2d2150 !important; }
.lp-btn-icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.lp-btn-icon img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: block;
}
.lp-cart-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #f3f0f8;
    border: 1px solid transparent;
    transition: background .15s ease, transform .15s ease;
    flex-shrink: 0;
}
.lp-cart-btn:hover {
    background: #ebe6f5;
    transform: translateY(-1px);
}
.lp-cart-btn img {
    width: 22px;
    height: 22px;
    display: block;
}
.lp-cart-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #7c5cc4;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 16px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(124, 92, 196, 0.35);
}
.lp-mobile-auth .lp-cart-badge {
    position: static;
    margin-left: 4px;
}
.lp-btn-outline {
    background: #fff;
    color: #7c5cc4 !important;
    border-color: #7c5cc4;
}
.lp-btn-demo {
    background: #fff;
    color: #7c5cc4 !important;
    border: 2px solid #7c5cc4;
}
.lp-btn-ghost {
    background: rgba(255,255,255,.18);
    color: #fff !important;
    border-color: rgba(255,255,255,.55);
}
.lp-btn-sm { padding: 10px 18px; font-size: 13px; }
.lp-btn-lg { padding: 15px 28px; font-size: 15px; }
.lp-play {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #7c5cc4;
    color: #fff;
    font-size: 10px;
}

/* Hero ? illustration as RIGHT BACKGROUND */
.lp-hero {
    position: relative;
    background: #F3F0FC;
    padding: 0 0 28px;
    overflow-x: clip;
}
.lp-hero-stage {
    position: static;
    min-height: clamp(420px, 62vw, 560px);
    background: #F3F0FC;
    overflow: hidden;
}
.lp-hero-bg-img,
.lp-body .lp-hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: right center;
    pointer-events: none;
    z-index: 0;
    display: block;
}
.lp-hero-bg-fade {
    position: static;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        #F3F0FC 0%,
        #F3F0FC 38%,
        rgba(243, 240, 252, 0.88) 46%,
        rgba(243, 240, 252, 0.25) 60%,
        rgba(243, 240, 252, 0) 72%
    );
}
.lp-hero-bg {
    position: absolute;
    inset: 0;
    background-image: var(--lp-hero-image);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 100%;
    pointer-events: none;
    z-index: 0;
}
.lp-hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        #F3F0FC 0%,
        #F3F0FC 38%,
        rgba(243, 240, 252, 0.88) 46%,
        rgba(243, 240, 252, 0.25) 60%,
        rgba(243, 240, 252, 0) 72%
    );
}
.lp-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: clamp(420px, 62vw, 560px);
    padding: 36px 250px 48px;
}
.lp-hero-copy {
    width: min(900px, 100%);
    max-width: 80%;
    margin-left: 0;
    margin-right: 0;
}
.lp-hero h1 {
    font-size: clamp(34px, 4.6vw, 50px);
    line-height: 1.28;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
    color: #2a2148;
}
.lp-hero-lead {
    color: #6a6280;
    font-size: 16px;
    line-height: 1.85;
    margin: 0 0 28px;
}
.lp-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}
.lp-trust {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
}
.lp-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #5b5270;
    background: #fff;
    border: 1px solid rgba(124, 92, 196, 0.12);
    border-radius: 999px;
    padding: 7px 10px;
    box-shadow: 0 6px 18px rgba(88, 50, 160, 0.06);
    white-space: nowrap;
    flex: 0 1 auto;
}
.lp-trust-ico {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #efe8fb;
    display: inline-grid;
    place-items: center;
    font-size: 12px;
}

/* Icons bar under hero */
.lp-icons-grid {
    position: relative;
    z-index: 2;
    margin-top: -28px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    background: #fff;
    border: 1px solid rgba(124, 92, 196, 0.1);
    border-radius: 22px;
    padding: 18px 10px;
    box-shadow: 0 16px 40px rgba(88, 50, 160, 0.1);
    overflow: visible;
}
.lp-icon-card {
    text-align: center;
    padding: 8px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lp-icon-kizu {
    overflow: visible;
    z-index: 3;
}
.lp-icon-circle {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
    border-radius: 0;
    background: none;
    display: grid;
    place-items: center;
    box-shadow: none;
    flex-shrink: 0;
}
.lp-icon-circle img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
}
.lp-icon-kizu .lp-icon-circle {
    overflow: visible;
}
.lp-icon-kizu .lp-icon-circle img {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 96px;
    height: 96px;
    max-width: none;
    transform: translateX(-50%);
    animation: lp-kizu-bob 2.6s ease-in-out infinite;
    will-change: transform;
}
@keyframes lp-kizu-bob {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-7px); }
}
@media (prefers-reduced-motion: reduce) {
    .lp-icon-kizu .lp-icon-circle img {
        animation: none;
        transform: translateX(-50%);
    }
}
.lp-icon-card p {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #2a2148;
    line-height: 1.4;
    min-height: 2.8em;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/* Viz */
.lp-section { padding: 56px 0; }
.lp-section h2 {
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.3;
    margin: 0 0 16px;
    font-weight: 800;
}
.lp-split {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 36px;
    align-items: center;
}
.lp-checks { list-style: none; padding: 0; margin: 0 0 24px; }
.lp-checks li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    color: var(--lp-muted);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.45;
}
.lp-checks li::before {
    content: "";
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 50%;
    background: #7c5cc4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M6.3 11.5 2.8 8l1.1-1.1 2.4 2.4 5-5.1L12.4 5.4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    box-shadow: 0 4px 10px rgba(124, 92, 196, 0.28);
}

/* Viz block ? phone image as RIGHT BACKGROUND (like hero) */
.lp-viz {
    position: relative;
    background: #F3F0FC;
    padding: 0;
    overflow: hidden;
}
.lp-viz-stage {
    position: relative;
    min-height: clamp(420px, 58vw, 560px);
    background: #F3F0FC;
}
.lp-viz-bg {
    position: absolute;
    inset: 0;
    background-image: var(--lp-viz-image);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: auto 100%;
    pointer-events: none;
    z-index: 0;
}
.lp-viz-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        #F3F0FC 0%,
        #F3F0FC 34%,
        rgba(243, 240, 252, 0.9) 44%,
        rgba(243, 240, 252, 0.25) 60%,
        rgba(243, 240, 252, 0) 72%
    );
}
.lp-viz-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: clamp(420px, 58vw, 560px);
    padding: 48px 0;
}
.lp-viz-copy {
    width: min(520px, 100%);
    max-width: 48%;
    margin-left: 100px;
}
.lp-viz-copy h2 {
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.3;
    margin: 0 0 18px;
    font-weight: 800;
    color: #2a2148;
}
.lp-phone-wrap {
    position: relative;
}
.lp-phone-wrap img {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    filter: drop-shadow(0 20px 36px rgba(88, 50, 160, 0.16));
}

/* Game */
/* Game banner ? hug art as full background, copy on the right */
.lp-game-section {
    overflow-x: clip;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    margin-top: -160px;
}
.lp-game {
    position: relative;
    width: 100%;
    max-width: 100%;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    overflow-x: clip;
}
.lp-game-bg-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    pointer-events: none;
    user-select: none;
}
.lp-game-copy {
    position: absolute;
    left: 40%;
    right: 3.5%;
    top: 14%;
    bottom: 8%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    color: #fff;
}
.lp-game-pill {
    display: inline-flex;
    align-self: flex-start;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #5b3d9a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.2;
}
.lp-game-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(22px, 2.6vw, 36px);
    line-height: 1.35;
    font-weight: 800;
    text-shadow: 0 2px 12px rgba(70, 40, 130, 0.25);
}
.lp-game-lead {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(13px, 1.2vw, 15px);
    line-height: 1.7;
    max-width: 36em;
}
.lp-game-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    padding: 16px 10px 14px;
    box-shadow: 0 10px 28px rgba(70, 40, 130, 0.18);
}
.lp-game-item {
    text-align: center;
    padding: 6px 10px;
    border-right: 1px solid rgba(124, 92, 196, 0.12);
}
.lp-game-item:last-child { border-right: none; }
.lp-game-item .ico {
    display: grid;
    place-items: center;
    margin: 0 auto 10px;
    line-height: 0;
}
.lp-body .lp-game-item .ico img {
    width: 72px;
    height: 72px;
    max-width: none;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 6px 12px rgba(70, 40, 130, 0.18));
}
.lp-game-item p {
    margin: 0;
    font-size: clamp(10px, 1vw, 12px);
    font-weight: 700;
    color: #2a2148;
    line-height: 1.35;
}

/* Reviews */
.lp-reviews-section {
    background: #f3f0fc;
}
.lp-reviews-head {
    text-align: center;
    margin-bottom: 28px;
}
.lp-reviews-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: #7c5cc4;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 12px;
}
.lp-reviews-head h2 {
    margin: 0;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    color: #2a2148;
}
.lp-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.lp-reviews-slider {
    position: relative;
}
.lp-reviews-viewport {
    overflow: hidden;
    border-radius: 4px;
}
.lp-reviews-track {
    display: flex;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}
.lp-reviews-slide {
    flex: 0 0 100%;
    min-width: 100%;
    box-sizing: border-box;
}
.lp-reviews-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}
.lp-reviews-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(124, 92, 196, 0.28);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}
.lp-reviews-dot.is-active {
    background: #7c5cc4;
    transform: scale(1.2);
}
.lp-reviews-dot:focus-visible {
    outline: 2px solid #7c5cc4;
    outline-offset: 2px;
}
.lp-review {
    background: #fff;
    border: 1px solid rgba(124, 92, 196, 0.1);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 10px 28px rgba(88, 50, 160, 0.08);
}
.lp-review-body {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.lp-avatar {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 88px;
    background: #efe8fb;
}
.lp-avatar img,
.lp-body .lp-avatar img {
    width: 88px;
    height: 88px;
    max-width: none;
    object-fit: cover;
    display: block;
}
.lp-review-content { min-width: 0; flex: 1; }
.lp-review-name {
    font-weight: 800;
    font-size: 14px;
    color: #2a2148;
    margin-bottom: 8px;
    line-height: 1.35;
}
.lp-review p {
    margin: 0 0 12px;
    color: #6a6280;
    font-size: 13px;
    line-height: 1.65;
}
.lp-stars {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1;
}
.lp-stars .is-on { color: #f5a623; }
.lp-stars .is-off { color: #d7d0e8; }

/* Pricing */
.lp-pricing-head { text-align: center; margin-bottom: 28px; }
.lp-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    align-items: stretch;
    overflow: visible;
}
.lp-plan-period-tabs {
    display: inline-flex;
    gap: 3px;
    padding: 3px;
    margin: 0 auto 12px;
    border-radius: 999px;
    background: rgba(124, 92, 196, 0.1);
    border: 1px solid rgba(124, 92, 196, 0.14);
    align-self: center;
    width: fit-content;
    max-width: 100%;
}
.lp-plan-period-tab {
    border: 0;
    background: transparent;
    color: #6a6280;
    font-weight: 800;
    font-size: 11px;
    padding: 5px 9px;
    border-radius: 999px;
    cursor: pointer;
    line-height: 1.2;
    white-space: nowrap;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.lp-plan-period-tab.is-active {
    background: #fff;
    color: #6d28d9;
    box-shadow: 0 4px 12px rgba(109, 40, 217, 0.12);
}
.lp-plan-period-panel[hidden] { display: none !important; }
.lp-plan-period-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    width: 100%;
    text-align: center;
}
.lp-plan-period-panel .lp-btn {
    margin-top: auto;
    width: 100%;
    justify-content: center;
}

.lp-plan {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: 24px;
    padding: 24px 20px;
    box-shadow: var(--lp-shadow);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: visible;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.3s ease;
}
.lp-plan:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 22px 48px rgba(124, 58, 237, 0.2);
    border-color: rgba(124, 58, 237, 0.35);
    z-index: 2;
}
.lp-plan.featured {
    border: 2px solid var(--lp-primary);
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(124, 58, 237, 0.18);
}
.lp-plan.featured:hover {
    transform: translateY(-14px) scale(1.025);
    box-shadow: 0 26px 52px rgba(124, 58, 237, 0.28);
}
.lp-plan-mascot {
    position: absolute;
    right: -72px;
    bottom: -28px;
    width: 176px;
    height: auto;
    pointer-events: none;
    opacity: 0;
    transform: translate(12px, 20px) scale(0.75);
    transition: opacity 0.35s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 3;
    filter: drop-shadow(0 8px 16px rgba(42, 33, 72, 0.2));
}
.lp-plan--expert:hover .lp-plan-mascot {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}
.lp-plan-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--lp-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 999px;
}
.lp-plan h3 {
    margin: 8px 0 12px;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    line-height: 1.2;
    color: #2a2148;
}
.lp-price {
    font-size: 34px;
    font-weight: 800;
    color: var(--lp-primary-dark);
    line-height: 1;
}
.lp-price span { font-size: 14px; color: var(--lp-muted); font-weight: 600; }
.lp-price-period {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--lp-muted);
    line-height: 1.35;
}
.lp-plan ul {
    list-style: none;
    padding: 0;
    margin: 18px auto 22px;
    flex: 1;
    width: max-content;
    max-width: 100%;
    text-align: left;
}
.lp-plan li {
    padding: 8px 0 8px 22px;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    color: var(--lp-muted);
}
.lp-plan li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 8px;
    color: var(--lp-primary, #7c5cc4);
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
}
.lp-feature-tip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    border-radius: 50%;
    background: rgba(124, 92, 196, 0.18);
    color: #6d28d9;
    font-size: 10px;
    font-weight: 800;
    cursor: help;
    vertical-align: middle;
}
.lp-price-notes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    margin-top: 22px;
    color: var(--lp-muted);
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA — soft lavender banner above footer */
.lp-cta-section {
    padding: 8px 0 48px;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(196, 181, 253, 0.22), transparent 70%),
        linear-gradient(180deg, #f6f2fc 0%, #efe8fa 100%);
}
.lp-cta {
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 28px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 28%),
        radial-gradient(circle at 78% 70%, rgba(255, 255, 255, 0.12), transparent 26%),
        radial-gradient(circle at 42% 80%, rgba(244, 184, 214, 0.22), transparent 22%),
        linear-gradient(105deg, #9b87d4 0%, #a78bfa 45%, #9575cd 100%);
    box-shadow:
        0 18px 40px rgba(107, 84, 168, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.lp-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0.35;
    background-image:
        radial-gradient(circle at 12% 30%, rgba(255, 255, 255, 0.35) 0 2px, transparent 3px),
        radial-gradient(circle at 28% 70%, rgba(255, 220, 240, 0.4) 0 3px, transparent 4px),
        radial-gradient(circle at 55% 25%, rgba(255, 255, 255, 0.28) 0 2px, transparent 3px),
        radial-gradient(circle at 70% 60%, rgba(255, 220, 240, 0.35) 0 3px, transparent 4px),
        radial-gradient(circle at 88% 35%, rgba(255, 255, 255, 0.3) 0 2px, transparent 3px);
}
.lp-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px 120px;
    padding: 28px 36px;
    text-align: center;
}
.lp-cta-copy { min-width: 0; flex: 0 1 auto; }
.lp-cta h2 {
    color: #fff;
    margin: 0 0 6px;
    font-size: clamp(1.15rem, 2.4vw, 1.65rem);
    font-weight: 800;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 0 rgba(90, 70, 140, 0.2);
}
.lp-cta-lead {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(0.88rem, 1.4vw, 1rem);
    font-weight: 600;
    line-height: 1.45;
}
.lp-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 48px;
    padding: 12px 28px;
    border-radius: 999px;
    background: #fff;
    color: #7c5cc4 !important;
    font-weight: 800;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(70, 50, 120, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.lp-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(70, 50, 120, 0.24);
    color: #6b46c1 !important;
}

@media (max-width: 900px) {
    .lp-cta-inner {
        flex-direction: column;
        padding: 24px 20px;
    }
    .lp-cta h2 {
        white-space: normal;
    }
}
@media (max-width: 560px) {
    .lp-cta { border-radius: 22px; }
    .lp-cta-btn { width: 100%; max-width: 280px; }
}

/* Footer */
.lp-footer {
    background: #2d2150;
    color: rgba(255,255,255,.82);
    padding: 48px 0 24px;
}
.lp-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 28px;
}
.lp-footer h4 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 14px;
}
.lp-footer a {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,.7);
    margin: 8px 0;
}
.lp-footer a:hover { color: #fff; }
.lp-footer-brand img {
    height: 36px;
    width: auto;
    margin-bottom: 12px;
    filter: brightness(1.1);
}
.lp-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: rgba(255,255,255,.55);
}

/* Mobile ? hero: full-width content, bg fills hero height behind text */
@media (max-width: 960px) {
    .lp-split {
        grid-template-columns: 1fr;
    }
    .lp-icons-grid { grid-template-columns: repeat(3, 1fr); }
    .lp-reviews-grid { grid-template-columns: 1fr; }
    .lp-plans { grid-template-columns: 1fr; overflow-x: clip; }
    .lp-plan.featured { transform: none; }
    .lp-plan:hover,
    .lp-plan.featured:hover { transform: translateY(-4px) scale(1.01); }
    .lp-plan--expert {
        overflow: visible;
        padding-bottom: 28px;
    }
    .lp-plan-mascot,
    .lp-plan--expert:hover .lp-plan-mascot {
        display: block;
        left: 0;
        right: auto;
        bottom: -6px;
        width: 151px;
        margin-left: -15px;
        opacity: 1;
        transform: none;
    }
    .lp-footer-grid { grid-template-columns: 1fr 1fr; }

    .lp-game-copy {
        left: 38%;
        right: 3%;
        top: 12%;
        bottom: 6%;
        gap: 8px;
    }
    .lp-game-copy h2 { font-size: clamp(18px, 2.8vw, 26px); }
    .lp-game-strip { padding: 12px 8px; border-radius: 14px; }
    .lp-body .lp-game-item .ico img { width: 56px; height: 56px; }

    .lp-hero-copy {
        max-width: 100%;
        width: 100%;
        position: relative;
        z-index: 2;
        margin-left: 0;
    }
    .lp-hero-bg {
        inset: 0;
        background-position: right 0 center;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
    .lp-hero-bg-img {
        object-fit: cover;
        object-position: right center;
    }
    .lp-hero-bg::before,
    .lp-hero-bg-fade {
        background: linear-gradient(
            90deg,
            rgba(243, 240, 252, 0.96) 0%,
            rgba(243, 240, 252, 0.9) 45%,
            rgba(243, 240, 252, 0.55) 70%,
            rgba(243, 240, 252, 0.2) 100%
        );
    }
    .lp-trust {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .lp-trust-item {
        white-space: normal;
        justify-content: center;
    }

    .lp-viz-copy {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        position: relative;
        z-index: 2;
    }
    .lp-viz-bg {
        background-position: right 0 center;
        background-size: auto 100%;
    }
    .lp-viz-bg::before {
        background: linear-gradient(
            90deg,
            rgba(243, 240, 252, 0.96) 0%,
            rgba(243, 240, 252, 0.9) 45%,
            rgba(243, 240, 252, 0.55) 70%,
            rgba(243, 240, 252, 0.2) 100%
        );
    }
}

@media (max-width: 768px) {
    .lp-hero-content {
        padding: 36px 0 48px;
    }
    .lp-toggle { display: inline-flex; }
    .lp-nav { display: none; }
    .lp-reviews-grid { grid-template-columns: 1fr; }
    .lp-header-actions { gap: 8px; }
    .lp-header-actions .lp-btn-login,
    .lp-header-actions .lp-btn-primary { display: none; }
    .lp-header-actions .lp-cart-btn { display: none; }
    .lp-header-inner { gap: 10px; }
    .lp-brand img {
        height: 48px;
        max-width: min(160px, 42vw);
    }
    .lp-header-actions .lang-select {
        min-width: 0;
        max-width: 96px;
        padding: 8px 24px 8px 10px;
        font-size: 11px;
    }
    .lp-nav.is-open {
        display: flex;
        position: absolute;
        left: 20px;
        right: 20px;
        top: 76px;
        flex-direction: column;
        align-items: stretch;
        background: #fff;
        border: 1px solid rgba(124, 92, 196, 0.12);
        border-radius: 16px;
        padding: 12px;
        box-shadow: 0 16px 40px rgba(88, 50, 160, 0.12);
        gap: 0;
        flex: none;
    }
    .lp-nav.is-open > a {
        padding: 12px 10px;
        border-bottom: 1px solid rgba(124, 92, 196, 0.08);
    }
    .lp-mobile-auth {
        display: none;
        padding: 10px;
        gap: 8px;
    }
    .lp-nav.is-open .lp-mobile-auth {
        display: flex;
        flex-direction: column;
    }
    .lp-icons-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-game-section {
        margin-top: -70px;
    }
    .lp-game-copy {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-top: -6px;
        padding: 22px 18px 20px;
        background: linear-gradient(180deg, #a78bdb 0%, #8f6fc9 100%);
        border-radius: 0 0 22px 22px;
        gap: 10px;
    }
    .lp-game-strip {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 12px;
    }
    .lp-game-item {
        border-right: none;
        padding: 6px 4px;
    }
    .lp-footer-grid { grid-template-columns: 1fr; }
    .lp-wrap { width: min(1416px, calc(100% - 28px)); }

    .lp-hero-copy {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }
    .lp-hero-bg {
        background-position: right 0 center;
        background-size: auto 100%;
    }
    .lp-hero-bg-img,
.lp-body .lp-hero-bg-img  {
        width: 100% !important;
        height: 60% !important;
        object-fit: cover !important;
        opacity: 30%;
    }
    .lp-hero-bg::before,
    .lp-hero-bg-fade {
        background: linear-gradient(
            90deg,
            rgba(243, 240, 252, 0.96) 0%,
            rgba(243, 240, 252, 0.9) 40%,
            rgba(243, 240, 252, 0.65) 65%,
            rgba(243, 240, 252, 0.3) 100%
        );
    }
    .lp-trust {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .lp-trust-item {
        white-space: normal;
        font-size: 11px;
        justify-content: center;
    }
    .lp-viz-copy {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }
    .lp-viz-bg {
        background-position: right 0 center;
        background-size: auto 100%;
    }
}

/* Scroll top ? favicon only; gray drains top?bottom by scroll % (boludusakabin style) */
.lp-scrolltop {
    --scroll-progress: 0;
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(20px, env(safe-area-inset-bottom));
    z-index: 120;
    width: 56px;
    height: 56px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    -webkit-tap-highlight-color: transparent;
}
.lp-scrolltop.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
}
.lp-scrolltop:focus-visible {
    outline: 2px solid #7c3aed;
    outline-offset: 3px;
}
.lp-scrolltop-inner {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    overflow: hidden;
}
.lp-body .lp-scrolltop img {
    width: 56px !important;
    height: 56px !important;
    max-width: none !important;
    display: block;
    object-fit: contain;
}
.lp-scrolltop-base {
    position: relative;
    z-index: 0;
}
.lp-scrolltop-drain {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: calc(var(--scroll-progress) * 100%);
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    transition: height 0.08s linear;
}
.lp-scrolltop-drain img {
    position: absolute;
    top: 0;
    left: 0;
    filter: grayscale(1) brightness(0.72) contrast(1.05);
}
@media (prefers-reduced-motion: reduce) {
    .lp-scrolltop,
    .lp-scrolltop-drain { transition: none; }
}

/* Inner marketing pages (features, about, privacy, terms, pricing) */
.lp-subpage {
    padding: 60px 0 72px;
    min-height: 60vh;
}
.lp-subpage-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
}
.lp-subpage-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7c3aed;
    margin: 0 0 10px;
}
.lp-subpage-head h1 {
    margin: 0 0 12px;
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    line-height: 1.2;
    color: #2d2150;
}
.lp-subpage-lead,
.lp-subpage-meta {
    margin: 0;
    color: #6a6280;
    font-size: 1.05rem;
    line-height: 1.55;
}
.lp-subpage-lead-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lp-subpage-meta { font-size: 0.92rem; margin-top: 8px; }
.lp-prose {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid rgba(124, 58, 237, 0.1);
    border-radius: 24px;
    padding: clamp(24px, 4vw, 44px);
    box-shadow: 0 18px 50px rgba(88, 56, 160, 0.08);
}
.lp-prose-intro {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3d3358;
    margin: 0 0 28px;
}
.lp-prose-section {
    margin-bottom: 28px;
}
.lp-prose-section h2 {
    margin: 0 0 10px;
    font-size: 1.15rem;
    color: #2d2150;
}
.lp-prose-section p {
    margin: 0 0 10px;
    color: #5a5270;
    line-height: 1.7;
    font-size: 0.98rem;
}
.lp-prose-contact {
    margin: 32px 0 0;
    padding-top: 20px;
    border-top: 1px solid rgba(124, 58, 237, 0.12);
    text-align: center;
}
.lp-prose-contact a {
    color: #7c3aed;
    font-weight: 700;
    text-decoration: none;
}
.lp-prose-contact a:hover { text-decoration: underline; }
.lp-prose-cta,
.lp-subpage-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 28px 0 8px;
}
.lp-features-group {
    margin: 40px 0 18px;
    font-size: 1.2rem;
    color: #2d2150;
    text-align: center;
}
.lp-feat-section + .lp-feat-section {
    margin-top: 8px;
}
.lp-feat-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
.lp-feat-card {
    display: grid;
    grid-template-columns: minmax(96px, 130px) minmax(0, 1fr);
    align-items: stretch;
    min-height: 168px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.95) 0%, rgba(247,243,255,0.98) 55%, rgba(255,246,252,0.96) 100%);
    border: 1px solid rgba(124, 58, 237, 0.14);
    border-radius: 22px;
    overflow: hidden;
    box-shadow:
        0 12px 32px rgba(88, 56, 160, 0.08),
        inset 0 1px 0 rgba(255,255,255,0.85);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.lp-feat-card:hover {
    transform: translateY(-3px);
    border-color: rgba(124, 58, 237, 0.28);
    box-shadow:
        0 18px 40px rgba(88, 56, 160, 0.14),
        inset 0 1px 0 rgba(255,255,255,0.9);
}
.lp-feat-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-height: 100%;
    padding: 18px 12px;
    background:
        radial-gradient(circle at 30% 25%, rgba(240,171,252,0.45), transparent 55%),
        linear-gradient(165deg, #ebe4ff 0%, #ddd6fe 48%, #f5d0fe 100%);
    border-right: 1px solid rgba(124, 58, 237, 0.1);
}
.lp-feat-sparkle {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow:
        0 0 0 2px rgba(255,255,255,0.35),
        18px 22px 0 -1px rgba(255,255,255,0.7),
        -10px 28px 0 0 rgba(255,255,255,0.55);
    opacity: 0.9;
}
.lp-feat-visual img {
    width: clamp(64px, 9vw, 88px);
    height: clamp(64px, 9vw, 88px);
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 8px 14px rgba(99, 60, 180, 0.22));
}
.lp-feat-body {
    padding: 18px 18px 18px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lp-feat-body h3 {
    margin: 0 0 8px;
    font-size: 1.12rem;
    line-height: 1.25;
    color: #2d2150;
}
.lp-feat-body p {
    margin: 0 0 8px;
    color: #5a5270;
    font-size: 0.92rem;
    line-height: 1.55;
}
.lp-feat-body p:last-child { margin-bottom: 0; }
.lp-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.lp-feature-card {
    background: #fff;
    border: 1px solid rgba(124, 58, 237, 0.1);
    border-radius: 20px;
    padding: 22px 18px;
    box-shadow: 0 10px 28px rgba(88, 56, 160, 0.06);
}
.lp-feature-ico {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
}
.lp-feature-card h3 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    color: #2d2150;
}
.lp-feature-card p {
    margin: 0;
    color: #6a6280;
    font-size: 0.92rem;
    line-height: 1.55;
}
.lp-empty {
    text-align: center;
    color: #6a6280;
    margin: 24px 0;
}
@media (min-width: 960px) {
    .lp-feat-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}
@media (max-width: 960px) {
    .lp-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
    .lp-subpage { padding-top: 60px; }
    .lp-subpage.lp-commerce { padding-top: 60px; }
    .lp-feature-grid { grid-template-columns: 1fr; }
    .lp-feat-card {
        grid-template-columns: 84px minmax(0, 1fr);
        min-height: 0;
    }
    .lp-feat-visual { padding: 14px 8px; }
    .lp-feat-visual img { width: 56px; height: 56px; }
    .lp-feat-body { padding: 14px 12px 14px 10px; }
    .lp-feat-body h3 { font-size: 1.02rem; }
    .lp-feat-body p { font-size: 0.88rem; }
}

/* Cart / Checkout commerce */
.lp-subpage.lp-commerce {
    padding-top: 60px;
}
.lp-commerce-wrap {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.lp-commerce-card {
    background: #fff;
    border: 1px solid rgba(124, 58, 237, 0.1);
    border-radius: 24px;
    padding: clamp(22px, 3.5vw, 36px);
    box-shadow: 0 18px 50px rgba(88, 56, 160, 0.08);
}
.lp-commerce-empty {
    margin: 0;
    text-align: center;
    color: #6a6280;
    font-size: 1.02rem;
}
.lp-commerce-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 4px 0 16px;
    border-bottom: 1px solid rgba(124, 58, 237, 0.1);
}
.lp-commerce-line strong { color: #2d2150; }
.lp-commerce-price { font-size: 1.15rem; white-space: nowrap; }
.lp-commerce-meta {
    display: block;
    margin-top: 4px;
    color: #6a6280;
    font-size: 0.9rem;
}
.lp-commerce-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.lp-commerce-actions form { margin: 0; }
.lp-btn-block {
    width: 100%;
}
.lp-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}
.lp-commerce-link {
    display: inline-block;
    text-align: center;
    color: #7c3aed !important;
    font-weight: 700;
    font-size: 0.95rem;
    margin-top: 4px;
}
.lp-commerce-link:hover { text-decoration: underline; }
.lp-commerce-foot {
    text-align: center;
    margin: 18px 0 0;
}
.lp-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
    gap: 20px;
    align-items: start;
    max-width: 980px;
    margin: 0 auto;
}
.lp-commerce-summary-title {
    margin: 0 0 16px;
    font-size: 1.05rem;
    color: #2d2150;
}
.lp-commerce-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(124, 58, 237, 0.12);
    font-size: 1.1rem;
    color: #2d2150;
}
.lp-commerce-success {
    text-align: center;
}
.lp-commerce-success h1 {
    margin: 0 0 10px;
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #2d2150;
}
.lp-commerce-mascot {
    margin: 0 auto 18px;
    width: 120px;
}
.lp-commerce-mascot img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    object-fit: contain;
    animation: float 3s ease-in-out infinite;
}
.lp-alert {
    padding: 12px 14px;
    border-radius: 14px;
    margin-bottom: 16px;
    font-size: 0.92rem;
    line-height: 1.45;
}
.lp-alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}
.lp-alert-success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #047857;
}
.lp-form-group {
    margin-bottom: 16px;
}
.lp-form-label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #3d3358;
}
.lp-form-input,
.lp-form-select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(124, 58, 237, 0.18);
    border-radius: 14px;
    background: #fbf9ff;
    color: #2d2150;
    font: inherit;
    font-size: 0.98rem;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.lp-form-input[readonly] {
    background: #f3f0f8;
    color: #5b5270;
    cursor: default;
}
.lp-form-help {
    margin: 6px 0 0;
    color: #6a6280;
    font-size: 0.85rem;
    line-height: 1.45;
}
@media (max-width: 800px) {
    .lp-checkout-layout { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
    .lp-commerce-mascot img { animation: none; }
}

/* =========================================================
   How To page — design-matched (desktop + mobile)
   ========================================================= */
.lp-howto {
    --ht-bg: #f4f0fa;
    --ht-ink: #4f3f7a;
    --ht-muted: #6d6488;
    --ht-lilac: #ebe4f8;
    --ht-warn: #e5394d;
    --ht-panel: #ffffff;
    --ht-purple: #5b4a8a;
    padding-bottom: 0;
    background: var(--ht-bg);
    overflow-x: visible;
}
.lp-howto .ht-main {
    width: min(1520px, calc(100% - 28px));
    overflow: visible;
}

/* --- Hero --- */
.ht-hero {
    position: relative;
    margin: -60px 0 8px;
    padding: 88px 0 40px;
    overflow: hidden;
    background-color: #efe7fb;
    background-image: url("../images/landing/howto-hero-bg.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.ht-hero-sky {
    position: unset;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(244, 240, 250, 0.82) 0%,
        rgba(244, 240, 250, 0.55) 42%,
        rgba(244, 240, 250, 0.28) 70%,
        rgba(244, 240, 250, 0.12) 100%
    );
}
.ht-hero-petals {
    display: none;
}
.ht-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
    gap: 24px 28px;
    align-items: center;
}
.ht-title {
    margin: 0 0 8px;
    font-size: clamp(2.8rem, 6.2vw, 4.4rem);
    line-height: 1;
    font-weight: 800;
    color: var(--ht-ink);
    letter-spacing: -0.03em;
    font-style: italic;
}
.ht-kicker {
    margin: 0 0 16px;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    font-weight: 800;
    color: #65528f;
}
.ht-lead {
    margin: 0;
    max-width: 36em;
    color: var(--ht-muted);
    font-size: 1.02rem;
    line-height: 1.8;
}
.ht-hero-art {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 280px;
}
.ht-hero-kizu {
    width: min(300px, 72vw);
    height: auto;
    filter: drop-shadow(0 20px 34px rgba(82, 69, 130, 0.24));
    animation: ht-float 4.5s ease-in-out infinite;
}
.ht-speech {
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 2;
    max-width: 180px;
    padding: 14px 16px;
    background: #fff;
    border: 2px solid rgba(82, 69, 130, 0.1);
    border-radius: 22px 22px 22px 8px;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.45;
    color: var(--ht-ink);
    box-shadow: 0 14px 30px rgba(82, 69, 130, 0.12);
    white-space: pre-line;
}
.ht-speech::after {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 18px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-right: 2px solid rgba(82, 69, 130, 0.1);
    border-bottom: 2px solid rgba(82, 69, 130, 0.1);
    transform: rotate(-45deg);
}

@keyframes ht-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.ht-main { padding-bottom: 8px; }

/* --- Disclaimer --- */
.ht-warn {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0 22px;
    align-items: center;
    width: 1250px;
    max-width: calc(100% - 32px);
    margin: 28px auto 0;
    box-sizing: border-box;
    background: #faf4f7;
    border: 1px solid rgba(124, 92, 196, 0.1);
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 10px 28px rgba(82, 69, 130, 0.05);
}
.ht-warn-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 78px;
    padding-right: 22px;
    border-right: 1px solid rgba(82, 69, 130, 0.14);
    color: #4f3f7a;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}
.ht-warn-tri {
    width: 58px;
    height: 52px;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(196, 61, 106, 0.25));
}
.ht-warn-body {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 18px 24px;
    align-items: center;
    min-width: 0;
}
.ht-warn-copy h2 {
    margin: 0 0 8px;
    font-size: 1.12rem;
    color: #4f3f7a;
    line-height: 1.4;
    font-weight: 800;
}
.ht-warn-copy p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #5c5478;
}
.ht-warn-icons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px 10px;
}
.ht-ban { text-align: center; }
.ht-ban-ring {
    position: relative;
    width: 56px;
    height: 56px;
    margin: 0 auto 8px;
    display: grid;
    place-items: center;
    background: transparent;
    border: none;
    box-shadow: none;
}
.ht-ban-ring svg {
    width: 56px;
    height: 56px;
    display: block;
}
.ht-ban-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.35;
    color: #4f3f7a;
}

/* --- Steps --- */
.ht-steps-sec {
    position: relative;
    margin-bottom: 56px;
    padding-bottom: 72px;
    padding-inline: 0;
    overflow: visible;
}
.ht-sec-title {
    text-align: center;
    margin: 0 0 28px;
    font-size: clamp(1.2rem, 2.6vw, 1.6rem);
    color: var(--ht-ink);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-weight: 800;
}
.ht-sakura { font-size: 1.1rem; }
.ht-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    overflow: visible;
}
.ht-step {
    position: relative;
    background: var(--ht-panel);
    border: 1px solid rgba(82, 69, 130, 0.1);
    border-radius: 22px;
    padding: 16px 12px 18px;
    text-align: center;
    box-shadow: 0 14px 32px rgba(82, 69, 130, 0.07);
    overflow: visible;
}
.ht-step--first,
.ht-step--last {
    z-index: 2;
}
.ht-step-head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    min-height: 3.2em;
}
.ht-num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--ht-purple);
    color: #fff;
    font-weight: 800;
    display: grid;
    place-items: center;
    font-size: 1rem;
    flex-shrink: 0;
    box-shadow: 0 6px 14px rgba(91, 74, 138, 0.28);
}
.ht-step h3 {
    margin: 0;
    font-size: 0.9rem;
    color: var(--ht-ink);
    line-height: 1.3;
    font-weight: 800;
    text-align: left;
}
.ht-step-desc {
    margin: 14px 0 0;
    font-size: 0.8rem;
    line-height: 1.55;
    color: var(--ht-muted);
}
.ht-meet {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 4px 12px 4px 4px;
    background: #f7f0ff;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
    color: #6d5a9a;
}
.ht-meet img { width: 32px; height: 32px; object-fit: contain; border-radius: 50%; }
.ht-chibi {
    position: absolute;
    bottom: 0;
    width: min(300px, 28vw);
    height: auto;
    object-fit: contain;
    pointer-events: none;
    z-index: 5;
    filter: drop-shadow(0 14px 28px rgba(82, 69, 130, 0.22));
}
.ht-chibi--l {
    left: 0;
    transform: translate(-80%, 18%);
}
.ht-chibi--r {
    right: 0;
    transform: translate(80%, 18%);
}

/* Phone mockups */
.ht-phone { display: flex; justify-content: center; }
.ht-bezel {
    width: 132px;
    background: linear-gradient(180deg, #2f2648, #1f1833);
    border-radius: 22px;
    padding: 11px 9px 13px;
    box-shadow:
        0 16px 30px rgba(42, 33, 72, 0.3),
        inset 0 0 0 1px rgba(255,255,255,0.08);
}
.ht-notch {
    width: 42px;
    height: 5px;
    margin: 0 auto 8px;
    border-radius: 999px;
    background: #4a3d6e;
}
.ht-screen {
    background: linear-gradient(180deg, #fbf8ff, #f1ecfb);
    border-radius: 14px;
    min-height: 188px;
    padding: 12px 10px;
}
.ht-auth-logo {
    width: 40px; height: 40px; margin: 2px auto 6px;
    border-radius: 12px; overflow: hidden;
    background: #fff;
    display: grid; place-items: center;
    box-shadow: 0 4px 10px rgba(82, 69, 130, 0.12);
}
.ht-auth-logo img { width: 32px; height: 32px; object-fit: contain; }
.ht-auth-brand {
    text-align: center; font-size: 11px; font-weight: 800;
    letter-spacing: 0.12em; color: #524582; margin-bottom: 12px;
}
.ht-field {
    height: 20px; border-radius: 8px; background: #fff;
    border: 1px solid #e4dcf5; margin-bottom: 8px; padding: 0 8px;
    display: flex; align-items: center;
}
.ht-field span {
    display: block; height: 4px; width: 55%; border-radius: 999px; background: #e9e2f8;
}
.ht-pill-btn {
    height: 24px; border-radius: 999px; margin-top: 10px;
    background: linear-gradient(90deg, #7c5cc4, #a78bfa);
    box-shadow: 0 4px 10px rgba(124, 92, 196, 0.35);
}
.ht-auth-links {
    display: flex; justify-content: center; gap: 8px; margin-top: 10px;
}
.ht-auth-links i {
    display: block; width: 28px; height: 3px; border-radius: 999px; background: #ddd6fe;
}

.ht-tabs {
    display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 10px;
}
.ht-tabs b {
    height: 18px; border-radius: 999px; background: #e9e2f8; display: block;
}
.ht-tabs b.is-on { background: linear-gradient(90deg, #f472b6, #fb7185); }
.ht-amt {
    font-size: 15px; font-weight: 800; color: #524582;
    text-align: center; margin-bottom: 8px;
}
.ht-cat-row {
    display: flex; align-items: center; gap: 6px;
    background: #fff; border: 1px solid #e4dcf5; border-radius: 10px;
    padding: 6px 8px; margin-bottom: 8px;
}
.ht-cat { font-size: 12px; line-height: 1; }
.ht-cat-row i {
    flex: 1; height: 5px; border-radius: 999px; background: #e9e2f8; display: block;
}
.ht-keypad {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-bottom: 6px;
}
.ht-keypad span {
    height: 14px; border-radius: 6px; background: #fff; border: 1px solid #ebe4f7;
}

.ht-donut {
    width: 84px; height: 84px; margin: 4px auto 8px; border-radius: 50%;
    background: conic-gradient(#818cf8 0 34%, #f472b6 34% 58%, #60a5fa 58% 78%, #34d399 78% 100%);
    -webkit-mask: radial-gradient(circle at center, transparent 42%, #000 43%);
    mask: radial-gradient(circle at center, transparent 42%, #000 43%);
}
.ht-report-total {
    text-align: center; font-size: 12px; font-weight: 800; color: #524582; margin-bottom: 8px;
}
.ht-legend { list-style: none; margin: 0; padding: 0; display: grid; gap: 5px; }
.ht-legend li { display: flex; align-items: center; gap: 6px; }
.ht-legend i { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.ht-legend span {
    flex: 1; height: 5px; border-radius: 999px; background: #e9e2f8; display: block;
}

.ht-brow {
    display: grid; grid-template-columns: 18px 1fr 28px;
    gap: 6px; align-items: center; margin-bottom: 12px;
}
.ht-brow em {
    width: 18px; height: 18px; border-radius: 6px; background: #ede9fe; display: block;
}
.ht-brow small {
    font-size: 8px; font-weight: 800; color: #6d5a9a; text-align: right;
}
.ht-bar {
    height: 8px; border-radius: 999px; background: #ece6f8; overflow: hidden;
}
.ht-bar b { display: block; height: 100%; border-radius: 999px; }
.ht-bar--lg { height: 10px; margin: 8px 0; }

.ht-fuji {
    height: 58px; border-radius: 10px; overflow: hidden; margin-bottom: 8px;
}
.ht-goal-name {
    height: 6px; width: 50%; border-radius: 999px; background: #ddd6fe; margin-bottom: 6px;
}
.ht-goal-amt {
    font-size: 9px; font-weight: 700; color: #6b6288; margin-bottom: 4px;
}
.ht-goal-pct {
    font-size: 11px; font-weight: 800; color: #7c5cc4;
}

/* --- Trio --- */
.ht-trio {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 48px;
    overflow: visible;
}
.ht-panel {
    position: relative;
    background: #fbf8ff;
    border: 1.5px solid rgba(124, 92, 196, 0.16);
    border-radius: 20px;
    padding: 22px 20px 24px;
    box-shadow: 0 10px 28px rgba(82, 69, 130, 0.05);
    overflow: visible;
}
.ht-panel-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    font-size: 1.08rem;
    color: #4f3f7a;
    font-weight: 800;
}
.ht-chev {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #b9a7e0;
    flex-shrink: 0;
}
.ht-feat-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: start;
}
.ht-list { list-style: none; margin: 0; padding: 0; }
.ht-list--feat li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 12px;
    color: #4f3f7a;
    font-size: 0.88rem;
    line-height: 1.4;
    font-weight: 600;
}
.ht-list--feat li:last-child { padding-bottom: 0; }
.ht-li-ico {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background: transparent;
    border-radius: 0;
}
.ht-li-ico svg { width: 20px; height: 20px; display: block; }
.ht-feat-art {
    width: 176px;
    opacity: 1;
    margin-top: 0;
    align-self: center;
}
.ht-feat-art svg { width: 100%; height: auto; display: block; }

.ht-panel--who {
    padding-right: 150px;
    padding-bottom: 28px;
    min-height: 280px;
}
.ht-list--who {
    max-width: 15em;
}
.ht-list--who li {
    position: relative;
    padding: 0 0 12px 28px;
    color: #4f3f7a;
    font-size: 0.88rem;
    line-height: 1.4;
    font-weight: 600;
}
.ht-list--who li:last-child { padding-bottom: 0; }
.ht-list--who li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f8b4c4;
    box-shadow: inset 0 0 0 1px rgba(232, 100, 130, 0.25);
}
.ht-list--who li::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 6px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.ht-who-mascot {
    position: absolute;
    right: -6px;
    bottom: -28px;
    width: min(200px, 46%);
    height: auto;
    object-fit: contain;
    pointer-events: none;
    z-index: 3;
    filter: drop-shadow(0 12px 22px rgba(82, 69, 130, 0.18));
}

.ht-panel--dev {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ht-panel--dev .ht-panel-title {
    align-self: flex-start;
}
.ht-dev-icons {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 18px;
    margin: 8px 0 18px;
}
.ht-dev-ico {
    display: block;
    color: #5b4a8a;
}
.ht-dev-ico:nth-child(1) { width: 34px; height: auto; }
.ht-dev-ico:nth-child(2) { width: 52px; height: auto; }
.ht-dev-ico:nth-child(3) { width: 56px; height: auto; }
.ht-dev-lead {
    margin: 0 0 6px;
    color: #4f3f7a;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.45;
}
.ht-dev-sub {
    margin: 0 0 20px;
    color: #6d6488;
    font-size: 0.86rem;
    line-height: 1.5;
    max-width: 18em;
}
.ht-os {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: auto;
}
.ht-os-badge {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 0 4px 10px rgba(82, 69, 130, 0.12);
}
.ht-os-badge--ios { background: #7c5cc4; }
.ht-os-badge--android { background: #7cb342; }
.ht-os-badge--web { background: #42a5f5; }

/* --- Tips + closing (matches design footer) --- */
.ht-footer-band {
    position: relative;
    background:
        radial-gradient(circle at 8% 20%, rgba(248, 164, 184, 0.28), transparent 40%),
        radial-gradient(circle at 92% 70%, rgba(167, 139, 250, 0.2), transparent 42%),
        linear-gradient(180deg, #ebe4f7 0%, #e7dff5 100%);
    padding: 28px 0 48px;
    overflow: hidden;
}
.ht-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.9fr) minmax(180px, 0.55fr);
    gap: 16px;
    align-items: stretch;
}
.ht-tips-block {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(124, 92, 196, 0.12);
    border-radius: 20px;
    padding: 18px 18px 20px;
    position: relative;
}
.ht-tips-ribbon {
    display: inline-flex;
    align-items: center;
    background: var(--ht-purple);
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.06em;
    font-size: 0.85rem;
    padding: 8px 18px 8px 14px;
    border-radius: 0 999px 999px 0;
    margin: -18px 0 16px -18px;
    box-shadow: 0 8px 18px rgba(91, 74, 138, 0.28);
}
.ht-tips {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.ht-tip {
    display: flex;
    gap: 12px;
    align-items: center;
}
.ht-tip-ico {
    width: 68px;
    height: 68px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
}
.ht-tip-ico svg {
    width: 68px;
    height: 68px;
    display: block;
}
.ht-tip > div {
    min-width: 0;
    flex: 1 1 auto;
}
.ht-tip strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.9rem;
    color: var(--ht-ink);
}
.ht-tip p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.5;
    color: var(--ht-muted);
}
.ht-closing {
    background: #fff;
    border: 1px solid rgba(124, 92, 196, 0.12);
    border-radius: 20px;
    padding: 18px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 12px 28px rgba(82, 69, 130, 0.08);
}
.ht-closing-logo {
    width: 48px; height: 48px; object-fit: contain;
    filter: drop-shadow(0 6px 12px rgba(82, 69, 130, 0.15));
}
.ht-closing p {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.45;
    color: var(--ht-ink);
}
.ht-closing-cta { margin-top: 4px; }

@media (prefers-reduced-motion: reduce) {
    .ht-hero-kizu { animation: none; }
}

/* --- Responsive --- */
@media (max-width: 1100px) {
    .ht-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ht-chibi { width: min(200px, 26vw); }
    .ht-footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
    .ht-warn {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        gap: 16px;
    }
    .ht-warn-badge {
        flex-direction: row;
        gap: 10px;
        min-width: 0;
        padding-right: 0;
        border-right: none;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(82, 69, 130, 0.14);
        width: 100%;
        justify-content: center;
    }
    .ht-warn-body {
        grid-template-columns: 1fr;
        width: 100%;
    }
    .ht-warn-icons { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ht-trio { grid-template-columns: 1fr; }
    .ht-tips { grid-template-columns: 1fr; }
    .ht-panel--who {
        padding-right: 20px;
        padding-bottom: 160px;
        min-height: 0;
    }
    .ht-who-mascot {
        width: min(180px, 55%);
        right: 8px;
        bottom: -20px;
    }
    .ht-feat-layout { grid-template-columns: minmax(0, 1fr) 140px; }
    .ht-list--who { max-width: none; }
    .ht-chibi { width: min(150px, 36vw); }
    .ht-steps-sec { padding-bottom: 56px; }
}
@media (max-width: 800px) {
    .ht-hero { margin-top: -60px; padding-top: 76px; }
    .ht-hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 12px;
    }
    .ht-lead { margin: 0 auto; }
    .ht-hero-art { min-height: 220px; order: -1; }
    .ht-speech {
        left: auto;
        right: 4%;
        top: 8px;
        text-align: left;
    }
    .ht-steps { grid-template-columns: 1fr 1fr; }
    .ht-step-head { min-height: 0; }
}
@media (max-width: 560px) {
    .ht-steps {
        grid-template-columns: 1fr;
        max-width: 300px;
        margin: 0 auto;
    }
    .ht-steps-sec {
        padding-inline: 0;
        padding-bottom: 48px;
    }
    .ht-chibi {
        width: min(120px, 34vw);
    }
    .ht-bezel { width: 148px; }
    .ht-title { font-size: 2.5rem; }
    .ht-warn-icons { grid-template-columns: 1fr 1fr; gap: 12px; }
    .ht-tips-ribbon { margin-left: -18px; }
    .ht-who-mascot { width: min(150px, 48%); }
}

/* =========================================================
   About page
   ========================================================= */
.lp-about {
    --ab-ink: #4f3f7a;
    --ab-muted: #6d6488;
    --ab-card: #ffffff;
    background: #f3eef8;
    overflow-x: clip;
    padding-bottom: 48px;
}
.ab-hero {
    position: relative;
    margin: -60px 0 0;
    padding: 108px 0 0;
    overflow: visible;
    min-height: 420px;
}
.ab-hero-bg {
    position: absolute;
    inset: 0 0 100px 0;
    background-image: url("../images/landing/about-hero-bg.png");
    background-size: cover;
    background-position: center 35%;
    background-repeat: no-repeat;
    pointer-events: none;
}
.ab-hero-veil {
    position: absolute;
    inset: 0 0 100px 0;
    background:
        linear-gradient(180deg, rgba(255, 248, 255, 0.18) 0%, rgba(244, 240, 250, 0.28) 40%, rgba(243, 238, 248, 0.88) 100%),
        radial-gradient(ellipse 70% 50% at 50% 28%, rgba(255, 255, 255, 0.45), transparent 70%);
    pointer-events: none;
}
.ab-hero-copy {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    padding: 36px 16px 56px;
}
.ab-hero-title {
    margin: 0 0 16px;
    font-size: clamp(2.35rem, 5.2vw, 3.35rem);
    font-weight: 800;
    color: var(--ab-ink);
    letter-spacing: -0.02em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}
.ab-hero-lead {
    margin: 0 auto;
    max-width: 36em;
    font-size: clamp(0.98rem, 1.6vw, 1.08rem);
    line-height: 1.8;
    color: var(--ab-ink);
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.ab-intro-wrap {
    position: relative;
    z-index: 2;
    margin-top: -28px;
    padding-bottom: 8px;
}
.ab-intro-card {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) auto auto;
    column-gap: 10px;
    row-gap: 8px;
    align-items: end;
    background: var(--ab-card);
    border: 1.5px solid rgba(124, 92, 196, 0.12);
    border-radius: 30px;
    padding: 28px 14px 0 28px;
    box-shadow:
        0 22px 48px rgba(82, 69, 130, 0.12),
        0 2px 0 rgba(255, 255, 255, 0.9) inset;
    overflow: visible;
}
.ab-intro-text {
    min-width: 0;
    padding: 8px 12px 28px 0;
    align-self: center;
}
.ab-h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    font-size: clamp(1.18rem, 2.4vw, 1.45rem);
    color: var(--ab-ink);
    font-weight: 800;
}
.ab-intro-text .ab-h2 {
    font-size: clamp(1.35rem, 2.8vw, 1.7rem);
    margin-bottom: 14px;
}
.ab-sakura { font-size: 1.05rem; line-height: 1; }
.ab-intro-text .ab-sakura { font-size: 1.2rem; }
.ab-intro-text p {
    margin: 0;
    color: var(--ab-muted);
    font-size: clamp(1.02rem, 1.7vw, 1.12rem);
    line-height: 1.8;
    font-weight: 500;
}
.ab-intro-mid {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    padding-bottom: 20px;
    z-index: 1;
    position: relative;
}
.ab-jar {
    width: min(128px, 20vw);
    height: auto;
    object-fit: contain;
    margin-right: -10px;
    margin-bottom: 2px;
    filter: drop-shadow(0 8px 16px rgba(82, 69, 130, 0.12));
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}
.ab-phone {
    width: 178px;
    flex-shrink: 0;
    background: linear-gradient(165deg, #3a3158, #1e1732);
    border-radius: 28px;
    padding: 12px 10px 14px;
    box-shadow:
        0 20px 40px rgba(42, 33, 72, 0.32),
        0 0 0 2px rgba(255, 255, 255, 0.08) inset;
}
.ab-phone-notch {
    width: 46px; height: 5px; margin: 0 auto 8px;
    border-radius: 999px; background: #524878;
}
.ab-phone-screen {
    background: linear-gradient(180deg, #fcfaff, #f0eafb);
    border-radius: 20px;
    min-height: 268px;
    padding: 14px 11px 12px;
}
.ab-phone-label {
    text-align: center;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #9a90b8;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.ab-phone-total {
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    color: #524582;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}
.ab-phone-donut {
    width: 88px; height: 88px; margin: 0 auto 12px; border-radius: 50%;
    background: conic-gradient(#818cf8 0 34%, #f472b6 34% 58%, #60a5fa 58% 78%, #34d399 78% 100%);
    -webkit-mask: radial-gradient(circle at center, transparent 40%, #000 41%);
    mask: radial-gradient(circle at center, transparent 40%, #000 41%);
    box-shadow: 0 4px 10px rgba(124, 92, 196, 0.15);
}
.ab-phone-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
}
.ab-phone-list li {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px;
    font-size: 8.5px;
    line-height: 1.2;
}
.ab-phone-list i {
    width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0;
}
.ab-phone-list b {
    font-weight: 700;
    color: #6a5f88;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ab-phone-list em {
    font-style: normal;
    font-weight: 800;
    color: #524582;
}
.ab-intro-art {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-self: end;
    margin: 0;
    padding-right: 2px;
    z-index: 2;
    overflow: visible;
    height: 100%;
    min-height: 300px;
}
.ab-intro-art img {
    width: min(420px, 46vw);
    max-width: none;
    height: auto;
    object-fit: contain;
    object-position: right bottom;
    /* Ayaklar kartın alt çizgisinde; telefona 10px gap (column-gap) */
    align-self: flex-end;
    margin-top: -140px;
    filter: drop-shadow(0 16px 30px rgba(82, 69, 130, 0.22));
    pointer-events: none;
}
.ab-main {
    width: min(1180px, calc(100% - 28px));
    padding-top: 36px;
}
.ab-vision {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1.15fr) minmax(0, 1.05fr);
    gap: 22px 24px;
    align-items: end;
    background: #fff;
    border: 1.5px solid rgba(124, 92, 196, 0.12);
    border-radius: 28px;
    padding: 28px 30px 0;
    margin-bottom: 44px;
    box-shadow: 0 14px 34px rgba(82, 69, 130, 0.07);
    overflow: visible;
}
.ab-vision-mascot {
    width: min(230px, 34vw);
    height: auto;
    object-fit: contain;
    object-position: bottom center;
    align-self: end;
    margin: -48px 0 0;
    filter: drop-shadow(0 10px 20px rgba(82, 69, 130, 0.15));
}
.ab-vision-copy {
    align-self: center;
    padding-bottom: 28px;
}
.ab-vision-copy .ab-h2 { margin-bottom: 10px; }
.ab-vision-copy p {
    margin: 0;
    color: var(--ab-muted);
    font-size: 0.96rem;
    line-height: 1.75;
}
.ab-vision-icons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-self: center;
    padding-bottom: 28px;
}
.ab-vicon {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.ab-vicon-circle {
    width: 84px; height: 84px; border-radius: 50%;
    box-sizing: border-box;
    padding: 5px;
    background: linear-gradient(160deg, #faf7ff, #f3e8ff);
    border: 1.5px solid rgba(124, 92, 196, 0.16);
    display: grid; place-items: center;
    box-shadow: 0 6px 14px rgba(82, 69, 130, 0.08);
}
.ab-vicon-circle svg {
    width: 100%;
    height: 100%;
    display: block;
}
.ab-vicon > span:last-child {
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--ab-ink);
    line-height: 1.4;
    max-width: 9.5em;
}
.ab-feats { margin-bottom: 44px; }
.ab-sec-title {
    text-align: center;
    margin: 0 0 24px;
    font-size: clamp(1.25rem, 2.6vw, 1.55rem);
    color: var(--ab-ink);
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.ab-feat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.ab-feat-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1.5px solid rgba(124, 92, 196, 0.14);
    border-radius: 20px;
    padding: 22px 18px 0;
    min-height: 0;
    box-shadow: 0 8px 22px rgba(82, 69, 130, 0.05);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ab-feat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(82, 69, 130, 0.09);
}
.ab-feat-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.ab-feat-ico {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    background: none;
    border-radius: 0;
    margin: 0;
}
.ab-feat-ico svg {
    width: 28px;
    height: 28px;
    display: block;
}
.ab-feat-card h3 {
    margin: 0;
    font-size: clamp(1.08rem, 1.5vw, 1.2rem);
    color: var(--ab-ink);
    font-weight: 800;
    line-height: 1.3;
}
.ab-feat-card p {
    margin: 0 0 10px;
    font-size: 0.88rem;
    line-height: 1.65;
    color: #5c5478;
    flex: 0 0 auto;
}
.ab-feat-art {
    display: block;
    width: 100%;
    max-width: none;
    /* 1. görsel oranı (267×211) — tüm kutularda aynı yükseklik */
    aspect-ratio: 267 / 211;
    height: auto;
    margin: 0 auto;
    padding-top: 0;
    object-fit: contain;
    object-position: bottom center;
    pointer-events: none;
    user-select: none;
}
.ab-disc {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px 22px;
    align-items: center;
    background: linear-gradient(105deg, #fff9eb, #fff6df);
    border: 1.5px solid rgba(224, 166, 40, 0.3);
    border-radius: 24px;
    padding: 22px 24px;
    margin-bottom: 28px;
    box-shadow: 0 10px 26px rgba(180, 140, 40, 0.08);
    overflow: visible;
}
.ab-disc-badge { flex-shrink: 0; }
.ab-disc-copy h2 {
    margin: 0 0 8px;
    font-size: clamp(1rem, 2vw, 1.12rem);
    color: var(--ab-ink);
    font-weight: 800;
    line-height: 1.4;
}
.ab-disc-copy p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--ab-muted);
}
.ab-disc-mascot {
    width: 118px;
    height: auto;
    margin-bottom: -32px;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(82, 69, 130, 0.15));
}
.ab-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding-bottom: 12px;
}

@media (max-width: 1100px) {
    .ab-intro-card {
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 10px;
        padding: 24px 12px 0 22px;
    }
    .ab-intro-mid { grid-column: 1; justify-content: flex-start; }
    .ab-intro-art {
        grid-column: 2;
        grid-row: 1 / span 2;
        margin-left: 0;
        justify-content: flex-end;
        min-height: 260px;
    }
    .ab-intro-art img { width: min(340px, 46vw); margin-top: -100px; }
    .ab-feat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ab-vision { grid-template-columns: auto minmax(0, 1fr); }
    .ab-vision-icons { grid-column: 1 / -1; max-width: 480px; margin: 0 auto; width: 100%; }
}
@media (max-width: 800px) {
    .ab-hero { padding-top: 88px; min-height: 0; }
    .ab-hero-bg, .ab-hero-veil { inset: 0 0 70px 0; background-position: center 30%; }
    .ab-hero-copy { padding: 24px 14px 44px; }
    .ab-intro-wrap { margin-top: -16px; }
    .ab-intro-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 24px 18px 0;
        column-gap: 10px;
        row-gap: 10px;
    }
    .ab-intro-text { order: 1; padding: 0 0 8px; }
    .ab-intro-mid { order: 2; justify-content: center; padding-bottom: 8px; }
    .ab-intro-art {
        order: 3;
        grid-column: auto;
        grid-row: auto;
        justify-content: center;
        margin-left: 0;
        margin-bottom: 0;
        min-height: 0;
        height: auto;
    }
    .ab-intro-art img {
        width: min(300px, 80vw);
        margin-top: -48px;
        object-position: center bottom;
    }
    .ab-phone { width: 160px; }
    .ab-phone-screen { min-height: 240px; }
    .ab-jar { width: min(110px, 28vw); }
    .ab-h2 { justify-content: center; }
    .ab-main { width: min(100%, calc(100% - 20px)); padding-top: 28px; }
    .ab-vision {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 16px 18px 0;
        align-items: center;
    }
    .ab-vision-mascot {
        margin: -24px auto 0;
        width: min(180px, 52vw);
        order: -1;
    }
    .ab-vision-copy,
    .ab-vision-icons { padding-bottom: 22px; }
    .ab-vision-icons { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ab-h2 { flex-wrap: wrap; }
    .ab-disc {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        padding: 20px 16px 12px;
    }
    .ab-disc-mascot { margin-bottom: -18px; width: 100px; }
    .ab-feat-card:hover { transform: none; }
}
@media (max-width: 560px) {
    .ab-feat-grid { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
    .ab-vision-icons { grid-template-columns: 1fr; gap: 14px; max-width: 280px; }
    .ab-vicon { flex-direction: row; text-align: left; gap: 14px; }
    .ab-vicon > span:last-child { max-width: none; }
    .ab-hero-title { font-size: 2rem; }
    .ab-phone { width: 148px; }
}
