* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background:
        radial-gradient(circle at top left, rgba(255, 153, 0, 0.25), transparent 28%),
        linear-gradient(180deg, #141a2d 0%, #1b2340 36%, #eef2ff 36%, #f6f8fc 100%);
    color: #111827;
    min-height: 100vh;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.a360-shell {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100vh;
    background: transparent;
    position: relative;
    padding: 0 16px 110px;
}

.a360-hero {
    padding: 24px 24px 72px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(8, 12, 24, 0.2), rgba(8, 12, 24, 0.7)),
        url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1200&q=80") center/cover;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    box-shadow: 0 20px 50px rgba(7, 10, 20, 0.3);
}

.a360-hero-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.a360-brand {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -1px;
}

.a360-brand span {
    color: #ffb300;
}

.a360-hero-icons {
    display: flex;
    gap: 10px;
}

.a360-icon-btn {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.28);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    backdrop-filter: blur(8px);
}

.a360-hero-copy h1 {
    margin: 0 0 8px;
    font-size: 32px;
    line-height: 1.05;
}

.a360-hero-copy p {
    margin: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
    max-width: 560px;
}

.a360-content {
    padding: 0;
}

.a360-action-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: -48px;
}

.a360-action-card {
    min-height: 168px;
    border: none;
    border-radius: 22px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.18);
    cursor: pointer;
    text-align: left;
}

.a360-action-card strong {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
}

.a360-action-card span {
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.86);
}

.a360-action-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.a360-action-card i.fa-arrow-right {
    align-self: flex-end;
    opacity: 0.9;
}

.green { background: linear-gradient(135deg, #2e8b57, #69c16f); }
.blue { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.orange { background: linear-gradient(135deg, #ff8a00, #f97316); }
.red { background: linear-gradient(135deg, #ef4444, #dc2626); }
.indigo { background: linear-gradient(135deg, #5364ff, #3345d3); }
.emerald { background: linear-gradient(135deg, #0f766e, #10b981); }

.a360-summary-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0;
}

.a360-stat-pill {
    background: #fff;
    border-radius: 20px;
    padding: 18px 14px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
    text-align: center;
}

.a360-stat-pill strong {
    display: block;
    font-size: 20px;
    color: #0f172a;
}

.a360-stat-pill span {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #64748b;
    font-weight: 700;
}

.a360-panel {
    background: #fff;
    border-radius: 26px;
    padding: 18px;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
    margin-bottom: 18px;
}

.a360-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.a360-panel-head h3 {
    margin: 0;
    font-size: 17px;
}

.a360-panel-head a {
    font-size: 12px;
    color: #475569;
    font-weight: 800;
}

.a360-card-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.a360-car-card {
    background: #f8fafc;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    display: block;
}

.a360-car-thumb {
    position: relative;
    aspect-ratio: 1.12;
    background: linear-gradient(135deg, #1e293b, #475569);
}

.a360-car-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.a360-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(17, 24, 39, 0.84);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 999px;
}

.a360-car-body {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.a360-car-body strong {
    font-size: 14px;
    line-height: 1.35;
}

.a360-car-body span {
    font-size: 14px;
    font-weight: 800;
    color: #111827;
}

.a360-car-body small {
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
}

.a360-group-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.a360-group-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 14px;
}

.a360-group-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    flex-shrink: 0;
}

.a360-group-item div {
    flex: 1;
    min-width: 0;
}

.a360-group-item strong {
    display: block;
    font-size: 14px;
}

.a360-group-item small {
    display: block;
    margin-top: 2px;
    color: #64748b;
    font-size: 12px;
}

.a360-bottom-nav {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(100%, 1180px);
    max-width: calc(100% - 32px);
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom, 0));
    background: rgba(17, 24, 39, 0.95);
    backdrop-filter: blur(12px);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
    gap: 8px;
    z-index: 50;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    box-shadow: 0 -12px 30px rgba(15, 23, 42, 0.22);
}

.a360-bottom-nav a,
.a360-plus-btn {
    color: rgba(255, 255, 255, 0.82);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    border: none;
    background: transparent;
}

.a360-bottom-nav a.active {
    color: #ffd23f;
}

.a360-plus-btn {
    width: 58px;
    height: 58px;
    margin: -28px auto 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffb300, #ff6b00);
    color: #111827;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 18px 26px rgba(255, 136, 0, 0.32);
    cursor: pointer;
}

.a360-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.58);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
    z-index: 100;
}

.a360-modal-backdrop[hidden] {
    display: none !important;
}

.a360-modal-card {
    width: 100%;
    max-width: 760px;
    background: #fff;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.24);
}

.a360-modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.a360-modal-head h3 {
    margin: 0;
    font-size: 18px;
}

.a360-modal-head button {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
}

.a360-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.a360-form-grid input,
.a360-form-grid select,
.a360-form-grid textarea {
    width: 100%;
    border: 1px solid #dbe2ea;
    border-radius: 14px;
    padding: 12px 14px;
    font: inherit;
}

.a360-form-grid textarea {
    min-height: 110px;
    grid-column: 1 / -1;
    resize: vertical;
}

.a360-submit-btn,
.a360-form-note {
    grid-column: 1 / -1;
}

.a360-submit-btn {
    border: none;
    border-radius: 14px;
    padding: 14px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.a360-form-note {
    min-height: 18px;
    font-size: 12px;
    color: #475569;
}

@media (max-width: 380px) {
    .a360-action-grid,
    .a360-card-row {
        grid-template-columns: 1fr;
    }

    .a360-summary-strip {
        grid-template-columns: 1fr;
    }

    .a360-form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .a360-shell {
        max-width: 920px;
    }

    .a360-action-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .a360-card-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .a360-shell {
        padding: 0 12px 102px;
    }

    .a360-hero {
        padding: 18px 16px 28px;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
    }

    .a360-hero-copy h1 {
        font-size: 32px;
    }

    .a360-hero-copy p {
        font-size: 14px;
        max-width: 320px;
    }

    .a360-action-grid {
        gap: 12px;
        margin-top: -36px;
    }

    .a360-action-card {
        min-height: 120px;
        border-radius: 18px;
        padding: 14px;
    }

    .a360-action-card strong {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .a360-action-card span {
        font-size: 12px;
    }

    .a360-summary-strip {
        gap: 10px;
        margin: 18px 0;
    }

    .a360-stat-pill {
        border-radius: 18px;
        padding: 14px 10px;
    }

    .a360-panel {
        border-radius: 22px;
        padding: 14px;
        margin-bottom: 16px;
    }

    .a360-panel-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .a360-card-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .a360-modal-card {
        max-width: 100%;
        padding: 16px;
    }
}
