@charset "utf-8";

/*
    Theme Name: 特狗app
    Theme URI: 
    Author: 阿叶
    Author URI: 
    Description:
    Version: 0.0.1
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body {
    background: linear-gradient(180deg, #0a0a12, #0f0f23);
    color: #f8f8ff;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.te-container {
    width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1400px;
}

.te-btn {
    padding: 1.1rem 2.5rem;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    border: none;
    outline: none;
    text-decoration: none;
}

.te-btn-primary {
    background: linear-gradient(135deg, #ffb200, #ffc833);
    color: #000;
    box-shadow: 0 0 25px rgba(255, 178, 0, 0.3);
}

.te-btn-primary:hover {
    background: linear-gradient(135deg, #e69e00, #ffb200);
    box-shadow: 0 0 35px rgba(255, 178, 0, 0.4);
    transform: translateY(-3px) scale(1.02);
}

.te-btn-secondary {
    background: linear-gradient(135deg, #7b61ff, #9a86ff);
    color: #f8f8ff;
    box-shadow: 0 0 25px rgba(123, 97, 255, 0.3);
}

.te-btn-secondary:hover {
    background: linear-gradient(135deg, #6a54e0, #7b61ff);
    box-shadow: 0 0 35px rgba(123, 97, 255, 0.4);
    transform: translateY(-3px) scale(1.02);
}

.te-btn-outline {
    background: transparent;
    color: #f8f8ff;
    border: 2px solid #ffb200;
    box-shadow: 0 0 15px rgba(255, 178, 0, 0.1);
}

.te-btn-outline:hover {
    background: rgba(255, 178, 0, 0.1);
    border-color: #ffc833;
    box-shadow: 0 0 25px rgba(255, 178, 0, 0.2);
    transform: translateY(-3px) scale(1.02);
}

.te-section-header {
    text-align: center;
    margin-bottom: 5rem;
}

.te-section-badge {
    display: inline-block;
    background: rgba(255, 178, 0, 0.2);
    color: #ffc833;
    padding: 0.7rem 1.5rem;
    border-radius: 9999px;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.te-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #f8f8ff, #b0b0c8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.te-section-desc {
    color: #8a8aac;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
}

.te-navbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(10, 10, 18, 0.8);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 178, 0, 0.1);
    padding: 1.2rem 0;
}

.te-navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.te-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
}

.te-logo-icon {
    width: 2.8rem;
    height: 2.8rem;
    background: linear-gradient(135deg, #ffb200, #ffc833);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 0 25px rgba(255, 178, 0, 0.3);
}
.te-logo-icon  img {
    width: 100%;
    height: 100%;
}

.te-logo-text {
    font-size: 1.6rem;
    font-weight: 700;
    color: #f8f8ff;
}

.te-logo-text span {
    color: #ffb200;
}

.te-nav-links {
    display: none;
    align-items: center;
    gap: 3rem;
}
.te-nav-links a {
    color: #ffb200;
    text-decoration: none;
}

.te-nav-link {
    color: #8a8aac;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
}

.te-nav-link:hover {
    color: #ffc833;
    transform: translateY(-2px);
}

.te-nav-actions {
    display: none;
    align-items: center;
    gap: 1.5rem;
}

.te-menu-btn {
    display: block;
    background: transparent;
    border: none;
    color: #f8f8ff;
    font-size: 1.8rem;
    cursor: pointer;
}

.te-menu-btn:hover {
    color: #ffb200;
}

.te-hero {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
}

.te-hero::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 160%;
    background: radial-gradient(circle, rgba(255, 178, 0, 0.08) 0%, transparent 50%);
    border-radius: 50%;
    z-index: 1;
}

.te-hero::after {
    content: "";
    position: absolute;
    bottom: -40%;
    left: -20%;
    width: 70%;
    height: 140%;
    background: radial-gradient(circle, rgba(123, 97, 255, 0.08) 0%, transparent 50%);
    border-radius: 50%;
    z-index: 1;
}

.te-hero-stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./static/images/star.png");
    z-index: 1;
    opacity: 0.5;
}

.te-hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8rem;
}

.te-hero-text {
    text-align: center;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.te-hero-badge {
    width: 300px;
    display: inline-block;
    background: rgba(255, 178, 0, 0.2);
    color: #ffc833;
    padding: 0.8rem 2rem;
    border-radius: 9999px;
    font-size: 1rem;
    margin: 0 auto;
    border: 1px solid rgba(255, 178, 0, 0.3);
}

.te-hero-title {
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.1;
}
.te-hero-title .t1 {
    color: #fff;
}
.te-hero-title .t2 {
    color: #ffb200
}
.te-hero-title span {
    display: block;
    background: linear-gradient(135deg, #ffb200, #ffc833);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 30px rgba(255, 178, 0, 0.2);
}

.te-hero-desc {
    color: #b0b0c8;
    font-size: 1.2rem;
    line-height: 1.9;
    max-width: 700px;
    margin: 0 auto;
}

.te-hero-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.te-hero-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    padding: 1.5rem 2rem;
    background: rgba(18, 18, 34, 0.5);
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 178, 0, 0.1);
}

.te-rating-stars {
    display: flex;
    align-items: center;
    color: #ffb200;
    font-size: 1.2rem;
}

.te-rating-score {
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 0.5rem;
}

.te-rating-users {
    color: #8a8aac;
    font-size: 0.9rem;
}

.te-hero-img {
    width: 100%;
    max-width: 400px;
    position: relative;
}

.te-hero-phone {
    width: 100%;
    border-radius: 3rem;
    overflow: hidden;
    border: 5px solid #1a1a2e;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 25px rgba(255, 178, 0, 0.3);
    transform: translateY(0);
    animation: te-float 6s ease-in-out infinite;
}

@keyframes te-float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

.te-hero-phone-bg {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: linear-gradient(135deg, #ffb200, #ffc833);
    border-radius: 3rem;
    filter: blur(50px);
    opacity: 0.2;
    z-index: -1;
    animation: te-floatBg 6s ease-in-out infinite;
}

@keyframes te-floatBg {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.te-features {
    padding: 8rem 0;
    background: #0f0f23;
    position: relative;
}

.te-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 2rem;
}

.te-feature-card {
    background: #1a1a2e;
    border-radius: 1.5rem;
    padding: 2.5rem;
    border: 1px solid rgba(255, 178, 0, 0.1);
    transition: all 0.5s ease;
}

.te-feature-card:hover {
    background: #2e2e44;
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 0 25px rgba(255, 178, 0, 0.3), 0 10px 30px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 178, 0, 0.2);
}

.te-feature-icon {
    width: 3.5rem;
    height: 3.5rem;
    background: rgba(255, 178, 0, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #ffb200;
    margin-bottom: 1.8rem;
}

.te-feature-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.te-feature-desc {
    color: #8a8aac;
    line-height: 1.7;
    font-size: 1rem;
}

.te-highlights {
    padding: 8rem 0;
    position: relative;
    background: linear-gradient(180deg, #0f0f23, #0a0a12);
}

.te-highlights-container {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.te-highlights-img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 25px rgba(123, 97, 255, 0.3);
}

.te-highlights-img img {
    width: 100%;
    height: auto;
    display: block;
}

.te-highlights-list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.te-highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background: rgba(18, 18, 34, 0.5);
    padding: 2rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(123, 97, 255, 0.1);
}

.te-highlight-icon {
    width: 3rem;
    height: 3rem;
    background: rgba(123, 97, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #7b61ff;
    flex-shrink: 0;
    margin-top: 0.5rem;
}

.te-highlight-text h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.te-highlight-text p {
    color: #8a8aac;
    line-height: 1.7;
    font-size: 1rem;
}

.te-reviews {
    padding: 8rem 0;
    background: #0a0a12;
}

.te-reviews-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

.te-review-card {
    background: #1a1a2e;
    border-radius: 1.5rem;
    padding: 2.5rem;
    border: 1px solid rgba(255, 178, 0, 0.1);
    transition: all 0.5s ease;
}

.te-review-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 25px rgba(255, 178, 0, 0.3), 0 10px 30px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 178, 0, 0.2);
}

.te-review-stars {
    display: flex;
    gap: 0.5rem;
    color: #ffb200;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.te-review-text {
    color: #b0b0c8;
    line-height: 1.8;
    font-size: 1.05rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.te-review-user {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.te-review-avatar {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #2e2e44;
}

.te-review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.te-review-user-info h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.te-review-user-info p {
    color: #8a8aac;
    font-size: 0.9rem;
}

.te-download {
    padding: 10rem 0;
    position: relative;
    background: linear-gradient(135deg, #0f0f23, #1a1a2e);
    overflow: hidden;
}

.te-download::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./static/images/download.png");
    z-index: 1;
    opacity: .3;
}

.te-download-container {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.te-download-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.te-download-desc {
    color: #b0b0c8;
    font-size: 1.2rem;
    margin-bottom: 3rem;
    line-height: 1.8;
}

.te-download-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.te-footer {
    background: #0a0a12;
    padding: 8rem 0 3rem;
    border-top: 1px solid rgba(255, 178, 0, 0.1);
}

.te-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-bottom: 5rem;
}

.te-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.te-footer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    margin-bottom: 1rem;
}

.te-footer-logo-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(135deg, #ffb200, #ffc833);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: 0 0 25px rgba(255, 178, 0, 0.3);
}
.te-footer-logo-icon img {
    width: 100%;
    height: 100%;
}

.te-footer-logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f8f8ff;
}

.te-footer-logo-text span {
    color: #ffb200;
}

.te-footer-desc {
    color: #8a8aac;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 300px;
}

.te-footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.te-footer-social-link {
    width: 2.8rem;
    height: 2.8rem;
    background: #1a1a2e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b0b0c8;
    text-decoration: none;
    font-size: 1.1rem;
}

.te-footer-social-link:hover {
    background: linear-gradient(135deg, #ffb200, #ffc833);
    color: #f8f8ff;
    box-shadow: 0 0 25px rgba(255, 178, 0, 0.3);
    transform: translateY(-3px);
}

.te-footer-heading {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #f8f8ff;
}

.te-footer-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.te-footer-link {
    color: #8a8aac;
    text-decoration: none;
    font-size: 1rem;
}

.te-footer-link:hover {
    color: #ffc833;
    padding-left: 0.5rem;
}

.te-footer-copyright {
    text-align: center;
    color: #8a8aac;
    font-size: 0.9rem;
    padding-top: 2rem;
    border-top: 1px solid #1a1a2e;
}

@media (min-width: 1024px) {
    .te-nav-links {
        display: flex;
    }

    .te-nav-actions {
        display: flex;
    }

    .te-menu-btn {
        display: none;
    }

    .te-hero-title {
        font-size: 5rem;
    }

    .te-hero-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 5rem;
    }

    .te-hero-text {
        text-align: left;
        margin: 0;
    }

    .te-hero-badge {
        margin: 0;
    }

    .te-hero-desc {
        margin: 0;
    }

    .te-hero-btns {
        justify-content: flex-start;
    }

    .te-hero-rating {
        justify-content: flex-start;
    }

    .te-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .te-highlights-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 8rem;
    }

    .te-highlights-img {
        width: 50%;
        margin: 0;
    }

    .te-highlights-list {
    }

    .te-reviews-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .te-footer-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .te-section-title {
        font-size: 3rem;
    }
}