﻿body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Inter', 'Roboto', 'Arial', sans-serif;
    background: linear-gradient(135deg, #0f2027 0%, #232526 100%),
                radial-gradient(circle at 80% 20%, #00eaff22 0%, transparent 60%),
                radial-gradient(circle at 20% 80%, #1a2980 0%, transparent 70%);
    color: #e3f2fd;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container {
    max-width: 420px;
    margin: 0 auto;
    padding: 28px 12px 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(120deg, #1a2233cc 60%, #232946ee 100%);
    border-radius: 22px;
    box-shadow: 0 8px 32px 0 #00eaff33, 0 0 0 2px #00eaff22 inset;
    border: 1.5px solid #00eaff33;
    backdrop-filter: blur(4px);
}
.ai-logo {
    width: 88px;
    height: 88px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00eaff 0%, #232526 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 8px #1a2233, 0 0 32px #00eaff77;
    position: relative;
    overflow: hidden;
}
.ai-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: #0f2027;
    border: 2.5px solid #00eaff;
}
.title {
    font-size: 2.1rem;
    font-weight: 900;
    margin-bottom: 8px;
    color: #00eaff;
    text-align: center;
    letter-spacing: 1.2px;
    text-shadow: 0 2px 24px #00eaff55, 0 1px 8px #1a2980cc;
}
.subtitle {
    font-size: 1.13rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #7fffd4;
    text-align: center;
    line-height: 1.2;
    text-shadow: 0 1px 8px #00eaff33;
}
.desc-box {
    background: linear-gradient(120deg, #232946cc 60%, #1a2233ee 100%);
    border-radius: 16px;
    padding: 20px 14px;
    margin-bottom: 24px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 2px 18px #00eaff11;
    border: 1.5px solid #00eaff33;
    color: #e3f2fd;
    font-size: 1.05rem;
    line-height: 1.8;
    font-weight: 500;
    backdrop-filter: blur(2px);
}
.desc-box strong {
    color: #00eaff;
    font-weight: bold;
}
.input-group {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-direction: row;
}
.input-group input {
    flex: 1;
    padding: 16px 16px;
    border-radius: 12px;
    border: 2px solid #00eaff99;
    background: #181f2a;
    color: #e3f2fd;
    font-size: 1.08rem;
    outline: none;
    box-sizing: border-box;
    box-shadow: 0 2px 12px #00eaff22, 0 0 0 2px #00eaff22 inset;
    transition: border 0.25s, box-shadow 0.25s, background 0.3s;
    letter-spacing: 1px;
}
.input-group input:focus {
    border: 2.5px solid #00eaff;
    background: #232946;
    box-shadow: 0 0 16px 2px #00eaff55, 0 2px 12px #00eaff22;
    color: #fff;
}
.cta-btn {
    padding: 16px 0;
    border: none;
    border-radius: 14px;
    background: linear-gradient(90deg, #00eaff 0%, #1a2980 100%);
    color: #232946;
    font-size: 1.13rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 2px 24px 0 #00eaff55, 0 0 0 2px #00eaff44 inset;
    letter-spacing: 1.1px;
    transition: box-shadow 0.25s, transform 0.15s, background 0.3s;
    position: relative;
    overflow: hidden;
    width: 150px;
    margin-left: 10px;
    text-shadow: 0 1px 8px #fff8;
}
.cta-btn:active {
    box-shadow: 0 1px 8px 0 #00eaff99, 0 0 0 2px #00eaff88 inset;
    background: linear-gradient(90deg, #1a2980 0%, #00eaff 100%);
    transform: scale(0.98);
}
.cta-btn:hover {
    box-shadow: 0 0 32px 8px #00eaffcc, 0 2px 16px 0 #1a298033, 0 0 0 2px #00eaff88 inset;
    background: linear-gradient(90deg, #1a2980 0%, #00eaff 100%);
    transform: translateY(-2px) scale(1.04);
}
.features {
    margin: 28px 0 16px 0;
    width: 100%;
}
.features-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.features-list li {
    background: linear-gradient(90deg, #181f2a 0%, #232946 100%);
    border-left: 5px solid #00eaff;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 1.01rem;
    color: #7fffd4;
    font-weight: 600;
    box-shadow: 0 1px 8px #00eaff11;
}
.faq {
    margin: 28px 0 0 0;
    width: 100%;
}
.accordion {
    margin-bottom: 14px;
    border: 1.5px solid #00eaff33;
    border-radius: 10px;
    overflow: hidden;
    background: #181f2aee;
    box-shadow: 0 2px 12px #00eaff11;
    transition: box-shadow 0.2s;
    backdrop-filter: blur(2px);
}
.accordion-header {
    background-color: #232946;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 800;
    color: #00eaff;
    border-bottom: 1px solid #00eaff22;
    position: relative;
    font-size: 1.07rem;
    transition: background 0.2s;
    letter-spacing: 0.5px;
}
.accordion-header:hover {
    background-color: #00eaff22;
}
.accordion-header:after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #7fffd4;
    transition: transform 0.2s;
}
.accordion-active .accordion-header:after {
    content: "-";
    transform: translateY(-50%) rotate(180deg);
}
.accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.32s cubic-bezier(.4,2,.6,1), padding 0.32s;
    color: #7fffd4;
    font-size: 1.01rem;
    background: #181f2aee;
}
.accordion-active .accordion-content {
    padding: 12px 20px;
    max-height: 400px;
}
.footer {
    width:100%;
    max-width:420px;
    margin:28px auto 0 auto;
    padding:0 12px 18px 12px;
    box-sizing:border-box;
    text-align:center;
    font-size:1.01rem;
    color:#7fffd4;
    background:#181f2aee;
    border-radius:0 0 18px 18px;
    box-shadow:0 2px 12px #00eaff11;
    backdrop-filter: blur(2px);
}
.footer a {
    color:#00eaff;
    text-decoration:underline;
    margin:0 10px;
    transition:color 0.2s;
}
.footer a:hover {
    color:#7fffd4;
}
.modal-bg {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(15,32,39,0.88);
    z-index: 9999;
}
.modal-box {
    background: linear-gradient(135deg, #232946 60%, #181f2a 100%);
    border-radius: 16px;
    box-shadow: 0 4px 32px #00eaff22;
    max-width: 96vw;
    margin: 80px auto 0 auto;
    padding: 22px 10px 18px 10px;
    position: relative;
    color: #e3f2fd;
    border: 1.5px solid #00eaff33;
    animation: modal-in 0.3s cubic-bezier(.4,2,.6,1) 1;
    backdrop-filter: blur(2px);
}
@keyframes modal-in {
    0% { transform: scale(0.92) translateY(40px); opacity: 0; }
    100% { transform: scale(1) translateY(0); opacity: 1; }
}
.modal-title {
    font-size: 1.13rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: #00eaff;
    text-align: center;
}
.progress-box {
    margin-bottom: 16px;
}
.progress-item {
    margin-bottom: 12px;
}
.progress-label {
    font-size: 1.01rem;
    margin-bottom: 4px;
    color: #7fffd4;
    font-weight: 700;
}
.progress-bar-bg {
    background: #232946;
    border-radius: 10px;
    height: 12px;
    width: 100%;
    overflow: hidden;
}
.progress-bar {
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, #00eaff 0%, #1a2980 100%);
    width: 0%;
    transition: width 0.25s;
}
.modal-close {
    position: absolute;
    top: 12px; right: 16px;
    color: #00eaff;
    background: none;
    border: none;
    font-size: 1.3rem;
    cursor: pointer;
    z-index: 2;
    transition: color 0.2s;
}
.modal-close:hover {
    color: #7fffd4;
}
.modal-result {
    display: none;
    text-align: center;
}
.get-report-btn {
    margin-top: 16px;
    padding: 12px 0;
    width: 100%;
    border: none;
    border-radius: 12px;
    background: linear-gradient(90deg, #00eaff 0%, #1a2980 100%);
    color: #232946;
    font-size: 1.07rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 2px 16px 0 #00eaff33, 0 0 0 2px #00eaff44 inset;
    letter-spacing: 1px;
    transition: box-shadow 0.25s, transform 0.15s, background 0.3s;
    text-shadow: 0 1px 8px #fff8;
}
.get-report-btn:hover {
    box-shadow: 0 0 24px 4px #00eaffcc, 0 2px 16px 0 #1a298033, 0 0 0 2px #7fffd488 inset;
    background: linear-gradient(90deg, #1a2980 0%, #00eaff 100%);
    transform: translateY(-2px) scale(1.03);
}
@media (max-width: 600px) {
    .container {
        max-width: 100vw;
        border-radius: 0;
        box-shadow: none;
        padding: 8px 0 0 0;
        background: linear-gradient(120deg, #181f2acc 60%, #232946ee 100%);
    }
    .ai-logo { width: 64px; height: 64px; }
    .title { font-size:1.15rem; margin-bottom: 4px; }
    .subtitle { font-size: 0.97rem; margin-bottom: 10px; }
    .desc-box { font-size: 0.97rem; padding: 10px 4px; border-radius: 10px; }
    .features { margin: 14px 0 8px 0; }
    .features-list li { font-size: 0.97rem; padding: 8px 8px; border-radius: 6px; }
    .faq { margin: 10px 0 0 0; }
    .accordion-header { font-size: 1.01rem; padding: 10px 10px; }
    .accordion-content { font-size: 0.97rem; padding: 0 10px; }
    .accordion-active .accordion-content { padding: 8px 10px; }
    .input-group { flex-direction: column; gap: 0; }
    .input-group input { font-size: 0.97rem; padding: 10px 8px; border-radius: 8px; }
    .cta-btn { width: 100%; font-size: 1.07rem; margin-left: 0; margin-top: 8px; border-radius: 10px; padding: 12px 0; }
    .modal-box { max-width: 98vw; padding: 10px 2px 10px 2px; border-radius: 10px; }
    .footer { max-width: 100vw; border-radius: 0 0 10px 10px; font-size: 0.97rem; padding: 0 2px 10px 2px; }
}
