/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/


/* AUTHOR PAGE */

.phoniyo-author-page{
    max-width:1200px;
    margin:60px auto;
    padding:0 20px;
}

.phoniyo-author-box{
    background:#fff;
    border-radius:28px;
    padding:40px;
    display:flex;
    align-items:center;
    gap:35px;
    margin-bottom:50px;
}

.phoniyo-author-avatar img{
    border-radius:50%;
}

.phoniyo-author-info h1{
    font-size:42px;
    margin:0 0 16px;
}

.author-bio{
    font-size:17px;
    line-height:1.8;
    color:#666;
    max-width:700px;
}

.phoniyo-author-info a{
    display:inline-block;
    margin-top:18px;
    color:#05014a;
    font-weight:700;
    text-decoration:none;
}

/* POSTS */

.author-posts{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.author-post-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
}

.author-post-card a{
    text-decoration:none;
    color:#111;
}

.author-post-image img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.author-post-card h2{
    padding:20px;
    font-size:20px;
    line-height:1.4;
}

/* MOBILE */

@media(max-width:991px){

.author-posts{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.phoniyo-author-box{
    flex-direction:column;
    text-align:center;
}

.author-posts{
    grid-template-columns:1fr;
}

}

/* =========================================
AUTHOR BOX
========================================= */

.phoniyo-author-box{
    display:flex;
    align-items:flex-start;
    gap:22px;
    background:#fff;
    border-radius:7px;
    padding:30px;
    margin-top:50px;
    box-shadow:0 5px 24px rgba(0,0,0,.05);
}

.phoniyo-author-avatar img{
    width:auto;
    height:auto;
    border-radius:50%;
    object-fit:cover;
}

.author-mini-label{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
    color:#777;
    margin-bottom:8px;
}

.phoniyo-author-content h3{
    margin:0 0 12px;
    font-size:26px;
    line-height:1.2;
}

.phoniyo-author-content h3 a{
    text-decoration:none;
    color:#111;
}

.phoniyo-author-content p{
    margin:0;
    color:#666;
    line-height:1.8;
    font-size:15px;
    
}

/* MOBILE */

@media(max-width:767px){

.phoniyo-author-box{
    flex-direction:column;
    padding:24px;
    border-radius:20px;
}

.phoniyo-author-avatar img{
    width:72px;
    height:72px;
}

.phoniyo-author-content h3{
    font-size:22px;
}

}

/* =========================================
SINGLE POST
========================================= */

.phoniyo-single-post{
    background:#f6f7fb;
    padding-bottom:80px;
}

/* FEATURED IMAGE */

.single-featured-image{
    width:100%;
    overflow:hidden;
    background:#fff;
}

.single-featured-image img{
    width:100%;
    max-height:620px;
    object-fit:contain;
    display:block;
}

/* CONTAINER */

.single-post-container{
    max-width:860px;
    margin:50px auto 0;
    background:#fff;
    border-radius:28px;
    padding:50px;
    box-shadow:0 10px 35px rgba(0,0,0,.04);
}

/* CATEGORY */

.single-post-category{
    margin-bottom:10px;
}

.single-post-category a{
    display:inline-flex;
    align-items:center;
    background:#f4f5fa;
    color:#111;
    text-decoration:none;
    padding:8px 14px;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
    margin-right:8px;
}

/* TITLE */

.single-post-title{
    font-size:30px;
    line-height:1.15;
    letter-spacing:-1px;
    color:#111;
    margin:0 0 7px;
    font-weight:800;
}

/* META */

.single-post-meta{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin-bottom:40px;
    font-size:14px;
    color:#777;
}

.single-post-meta a{
    color:#05014a;
    text-decoration:none;
    font-weight:700;
}

/* CONTENT */

.single-post-content{
    font-size:18px;
    line-height:1.95;
    color:#333;
}

.single-post-content p{
    margin-bottom:28px;
}

.single-post-content h2{
    font-size:36px;
    line-height:1.3;
    margin:55px 0 22px;
    color:#111;
    font-weight:800;
}

.single-post-content h3{
    font-size:28px;
    line-height:1.4;
    margin:45px 0 18px;
    color:#111;
    font-weight:700;
}

.single-post-content img{
    width:100%;
    height:auto;
    border-radius:22px;
    margin:30px 0;
}

.single-post-content ul,
.single-post-content ol{
    padding-left:22px;
    margin-bottom:28px;
}

.single-post-content li{
    margin-bottom:12px;
}

/* LINKS */

.single-post-content a{
    color:#05014a;
    font-weight:700;
}

/* BLOCKQUOTE */

.single-post-content blockquote{
    border-left:4px solid #05014a;
    padding-left:22px;
    margin:35px 0;
    color:#555;
    font-style:italic;
}

/* MOBILE */

@media(max-width:991px){

.single-post-title{
    font-size:42px;
}

.single-post-container{
    margin-top:30px;
    padding:40px;
}

}

@media(max-width:767px){

.single-post-container{
    padding:28px 22px;
    border-radius:22px;
}

.single-post-title{
    font-size:32px;
    line-height:1.2;
}

.single-post-content{
    font-size:16px;
    line-height:1.9;
}

.single-post-content h2{
    font-size:28px;
}

.single-post-content h3{
    font-size:22px;
}

.single-featured-image img{
    max-height:260px;
}

}

.compare-page{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.compare-hero{
    display:grid;
    grid-template-columns:1fr 120px 1fr;
    gap:30px;
    align-items:center;
    margin-bottom:15px;
}

.compare-phone{
    background:#fff;
    border-radius:7px;
    padding:20px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.compare-image img{
    max-width:220px;
    width:100%;
}

.compare-phone h2{
    font-size:20px;
    margin:24px 0 12px;
    font-weight:800;
}

.compare-price{
    font-size:18px;
    font-weight:700;
    color:#4f46ff;
}

.compare-vs{
    width:90px;
    height:90px;
    border-radius:50%;
    background:#05014a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:800;
    margin:auto;
}

.compare-table-wrap{
    background:#fff;
    border-radius:7px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.compare-table{
    width:100%;
    border-collapse:collapse;
}

.compare-table th{
    background:#05014a;
    color:#fff;
    padding:10px;
    font-size:16px;
}

.compare-table td{
    padding:10px;
    border-bottom:1px solid #eee;
    font-size:15px;
}

.compare-table tr:last-child td{
    border-bottom:none;
}

.compare-empty{
    text-align:center;
    padding:120px 20px;
}

.compare-empty h1{
    font-size:42px;
    margin-bottom:16px;
}

@media(max-width:991px){

.compare-hero{
    grid-template-columns:1fr;
}

.compare-vs{
    width:70px;
    height:70px;
    font-size:22px;
}

}

/* =========================================
BRAND PAGE
========================================= */

.brand-hero{
    background:#050547;
    padding:90px 0;
    color:#fff;
    text-align:center;
}

.brand-label{
    display:inline-block;
    padding:8px 18px;
    background:#ffcb21;
    color:#000;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    margin-bottom:20px;
}

.brand-hero h1{
    font-size:52px;
    font-weight:800;
    margin-bottom:18px;
}

.brand-hero p{
    max-width:760px;
    margin:auto;
    font-size:18px;
    line-height:1.8;
    opacity:.85;
}

/* MAIN */

.brand-main-section{
    padding:60px 0;
}

/* TOPBAR */

.brand-topbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:40px;
    gap:20px;
}

.brand-results{
    font-size:15px;
    font-weight:700;
    color:#111;
}

.brand-sort select{
    height:48px;
    border:none;
    background:#fff;
    border-radius:14px;
    padding:0 18px;
    font-size:14px;
    outline:none;
}

/* GRID */

.brand-phone-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

/* CARD */

.brand-phone-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    text-decoration:none;
    transition:.3s ease;
    display:block;
}

.brand-phone-card:hover{
    transform:translateY(-6px);
}

.brand-phone-image{
    background:#f5f7fb;
    padding:30px;
    text-align:center;
}

.brand-phone-image img{
    max-height:240px;
    width:auto;
}

.brand-phone-content{
    padding:24px;
}

.brand-phone-content h3{
    font-size:20px;
    line-height:1.4;
    color:#111;
    margin-bottom:16px;
}

.brand-phone-price{
    color:#050547;
    font-size:20px;
    font-weight:800;
    margin-bottom:12px;
}

.brand-phone-rating{
    color:#ffb400;
    font-size:15px;
    font-weight:700;
}

/* PAGINATION */

.brand-pagination{
    margin-top:60px;
    text-align:center;
}

.brand-pagination .page-numbers{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    background:#fff;
    border-radius:12px;
    margin:0 4px;
    color:#111;
    text-decoration:none;
    font-weight:700;
}

.brand-pagination .current{
    background:#050547;
    color:#fff;
}

/* RESPONSIVE */

@media(max-width:991px){

.brand-phone-grid{
    grid-template-columns:repeat(2,1fr);
}

.brand-hero h1{
    font-size:40px;
}

}

@media(max-width:767px){

.brand-phone-grid{
    grid-template-columns:1fr;
}

.brand-topbar{
    flex-direction:column;
    align-items:flex-start;
}

.brand-hero{
    padding:70px 0;
}

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

.brand-hero p{
    font-size:15px;
}

}

/* =========================================
FLOATING COMPARE BAR
========================================= */

.floating-compare-bar{
    position:fixed;
    left:50%;
    bottom:24px;
    transform:translateX(-50%);
    background:#05014a;
    padding:18px 22px;
    border-radius:22px;
    display:flex;
    align-items:center;
    gap:20px;
    z-index:99999;
    box-shadow:0 15px 40px rgba(0,0,0,.25);

    opacity:0;
    visibility:hidden;
    transition:.3s ease;
}

.floating-compare-bar.active{
    opacity:1;
    visibility:visible;
    bottom:34px;
}

/* SLOTS */

.compare-selected{
    display:flex;
    align-items:center;
    gap:12px;
}

.compare-phone-slot{
    min-width:180px;
    background:rgba(255,255,255,.08);
    color:#fff;
    padding:14px 18px;
    border-radius:14px;
    font-size:14px;
    font-weight:600;
}

/* BUTTON */

.compare-now-btn{
    height:48px;
    padding:0 22px;
    background:#ffcb21;
    border-radius:14px;
    color:#111;
    font-weight:800;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* ADD BUTTON */


/* MOBILE */

@media(max-width:767px){

.floating-compare-bar{
    width:calc(100% - 24px);
    padding:16px;
    border-radius:18px;
    flex-direction:column;
    align-items:stretch;
}

.compare-selected{
    flex-direction:column;
}

.compare-phone-slot{
    width:100%;
    min-width:100%;
}

.compare-now-btn{
    width:100%;
}

}

.compare-table th{
    position:sticky;
    top:0;
    z-index:5;
}

/* =========================================
MOBILE COMPARE TABLE
========================================= */

@media(max-width:767px){

.compare-table-wrap{
    overflow-x:auto;
}

.compare-table{
    min-width:700px;
}

.compare-table td,
.compare-table th{
    padding:16px;
    font-size:14px;
}

.compare-phone{
    padding:24px;
}

.compare-phone h2{
    font-size:20px;
}

.compare-image img{
    max-width:140px;
}

}

/* WINNER */

.winner{
    background:#f2fff4;
    color:#0f8b2d;
    font-weight:800;
}

/* PHONE CARD */

.winner-phone{
    border:2px solid #27c469;
}

/* BADGE */

.winner-badge{
    position:absolute;
    top:18px;
    right:18px;
    background:#27c469;
    color:#fff;
    padding:8px 14px;
    border-radius:40px;
    font-size:12px;
    font-weight:700;
}

/* HIGHLIGHTS */

.compare-highlights{
    background:#fff;
    border-radius:7px;
    padding:34px;
    margin-bottom:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.04);
}

.compare-highlights h3{
    font-size:20px;
    font-weight:600;
    margin-bottom:24px;
}

.compare-highlights ul{
    margin:0;
    padding-left:22px;
}

.compare-highlights li{
    margin-bottom:5px;
    line-height:1.7;
    font-size:18px;
}

/* PAGE TITLE */

.compare-page-title{
    font-size:30px;
    margin-top: 30px;
    line-height:1.1;
    font-weight:800;
    text-align:center;
    margin-bottom:18px;
}

.compare-page-subtitle{
    text-align:center;
    color:#666;
    font-size:18px;
    max-width:760px;
    margin:0 auto 20px;
    line-height:1.8;
}

/* BUY SECTION */

.buy-recommendation{
    margin-top:15px;
}

.buy-recommendation h2{
    font-size:28px;
    margin-bottom:15px;
    font-weight:700;
    margin-top:20px;
}

.buy-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

.buy-card{
    background:#fff;
    border-radius:7px;
    padding:32px;
    box-shadow:0 5px 20px rgba(0,0,0,.04);
}

.buy-card h3{
    font-size:20px;
    font-weight:600;
    margin-bottom:22px;
}

.buy-card ul{
    padding-left:20px;
}

.buy-card li{
    margin-bottom:5px;
    line-height:1.7;
    font-size:18px;
}

/* AI VERDICT */

.ai-verdict-box{
    background:#fff;
    color:#fff;
    border-radius:7px;
    padding:40px;
    margin-top:15px;
}

.ai-verdict-box h2{
    font-size:28px;
    font-weight:700;
    color:#000;
    margin-bottom:18px;
}

.ai-verdict-box p{
    line-height:1.9;
    color:#000;
    font-size:17px;
}

/* PROS CONS */

.pros-cons-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
    margin-top:40px;
}

.pros-cons-card{
    background:#fff;
    border-radius:24px;
    padding:30px;
}

.pros-box{
    margin-bottom:24px;
}

.pros-box strong{
    color:#16a34a;
}

.cons-box strong{
    color:#dc2626;
}

.pros-box ul,
.cons-box ul{
    margin-top:16px;
    padding-left:20px;
}

.pros-box li,
.cons-box li{
    margin-bottom:12px;
    line-height:1.7;
}

/* STICKY NAV */

.compare-sticky-nav{
    position:sticky;
    top:0;
    z-index:50;
    background:#fff;
    padding:16px;
    border-radius:7px;
    display:flex;
    gap:16px;
    margin-top:15px;
    overflow-x:auto;
}

.compare-sticky-nav a{
    white-space:nowrap;
    text-decoration:none;
    color:#111;
    font-weight:700;
}

/* =========================================
COMPARE BAR ACTIONS
========================================= */

.compare-actions{
    display:flex;
    align-items:center;
    gap:14px;
}

/* CLEAR BUTTON */

.clear-compare{
    background:#fff;
    color:#111;
    border:none;
    padding:14px 18px;
    border-radius:14px;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:8px;
    transition:.3s ease;
}

.clear-compare:hover{
    transform:translateY(-2px);
}

/* MOBILE */

@media(max-width:767px){

.compare-actions{
    width:100%;
    flex-direction:column;
}

.clear-compare,
.compare-now-btn{
    width:100%;
    justify-content:center;
}

}

/* =========================================
ARCHIVE PAGE
========================================= */

.mobiles-archive-page{
    padding:50px 0 80px;
    background:#f7f8fc;
}

/* HERO */

.mobiles-hero{
    background:
    linear-gradient(
        135deg,
        #05014a,
        #1b0f91
    );
    border-radius:7px;
    padding:40px;
    color:#fff;
    margin-bottom:15px;
    margin-top:15px;
    position:relative;
    overflow:hidden;
}

.hero-tag{
    display:inline-flex;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(255,255,255,.1);
    font-size:14px;
    margin-bottom:24px;
}

.mobiles-hero h1{
    font-size:30px;
    line-height:1.1;
    margin-bottom:20px;
    font-weight:800;
}

.mobiles-hero p{
    max-width:760px;
    line-height:1.9;
    color:rgba(255,255,255,.85);
    font-size:18px;
}

/* SEARCH */

.mobiles-search-wrap{
    margin-bottom:30px;
}

.mobiles-search-form{
    background:#fff;
    border-radius:22px;
    padding:12px;
    display:flex;
    align-items:center;
    box-shadow:0 5px 25px rgba(0,0,0,.04);
}

.mobiles-search-form input{
    flex:1;
    border:none;
    background:none;
    padding:14px 18px;
    font-size:16px;
    outline:none;
}

.mobiles-search-form button{
    width:58px;
    height:58px;
    border:none;
    border-radius:18px;
    background:#05014a;
    color:#fff;
    font-size:20px;
}

/* BRANDS */

.brand-filter-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-bottom:15px;
}

.brand-chip{
    background:#fff;
    color:#111;
    text-decoration:none;
    padding:14px 20px;
    border-radius:7px;
    font-weight:700;
    transition:.3s ease;
}

.brand-chip:hover{
    background:#05014a;
    color:#fff;
}

/* TOPBAR */

.archive-topbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:34px;
}

.archive-results{
    font-size:16px;
    font-weight:700;
}

.archive-sort select{
    border:none;
    padding:14px 18px;
    border-radius:14px;
    background:#fff;
    font-weight:700;
}

/* GRID */

.mobiles-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

/* CARD */

.mobile-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    transition:.35s ease;
    box-shadow:0 5px 20px rgba(0,0,0,.04);
}

.mobile-card:hover{
    transform:translateY(-6px);
}

.mobile-image{
    display:block;
    background:#f5f7fb;
    padding:0px;
    text-align:center;
}

.mobile-image img{
    max-height:320px;
    transition:.4s ease;
}

.mobile-card:hover .mobile-image img{
    transform:scale(1.04);
}

/* CONTENT */

.mobile-card-content{
    padding:28px;
}

.mobile-brand{
    color:#4f46ff;
    font-size:14px;
    font-weight:700;
    margin-bottom:12px;
}

.mobile-card h2{
    font-size:20px;
    line-height:1.4;
    margin-bottom:10px;
}

.mobile-card h2 a{
    color:#111;
    text-decoration:none;
}

.mobile-price{
    font-size:16px;
    font-weight:800;
    margin-bottom:1px;
}

/* SPECS */

.mobile-specs{
    display:flex;
    flex-direction:column;
    gap:5px;
    margin-bottom:2px;
}

.spec-item{
    display:flex;
    justify-content:space-between;
    gap:16px;
    font-size:14px;
}

.spec-item span{
    color:#777;
}

.spec-item strong{
    color:#111;
}

/* ACTIONS */

.mobile-actions{
    display:flex;
    gap:12px;
    margin-top:auto;
    
}

.view-phone-btn{
    flex:1;
    height:44px;
    border-radius:7px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:600;
    white-space:nowrap;
    background:#f3f4ff;
    color:#05004e;
}
@media(max-width:767px){

    .view-phone-btn{
        padding:16px;
    }
}

.add-compare-btn{
    padding:0 20px;
    background:#f3f4ff;
    color:#05004e;
    border:none;
    font-weight:600;
    font-size:14px;
    height:44px;
    border-radius:7px;
}

a.view-phone-btn {
    text-decoration: none;
}

/* PAGINATION */

.archive-pagination{
    margin-top:50px;
    display:flex;
    justify-content:center;
}

.archive-pagination .page-numbers{
    width:48px;
    height:48px;
    border-radius:14px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#111;
    margin:0 6px;
    font-weight:700;
}

.archive-pagination .current{
    background:#05014a;
    color:#fff;
}

/* RESPONSIVE */

@media(max-width:991px){

.mobiles-grid{
    grid-template-columns:repeat(2,1fr);
}

.mobiles-hero{
    padding:50px;
}

.mobiles-hero h1{
    font-size:44px;
}

}

@media(max-width:767px){

.mobiles-grid{
    grid-template-columns:1fr;
}

.mobiles-hero{
    padding:34px;
    border-radius:7px;
}

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

.mobiles-hero p{
    font-size:15px;
}

.archive-topbar{
    flex-direction:column;
    gap:18px;
    align-items:flex-start;
}

.mobile-actions{
    flex-direction:column;
}

}

.filter-box{
    background:#fff;
    padding:20px;
    border-radius:7px;
    margin-bottom:30px;
    box-shadow:0 4px 15px rgba(0,0,0,.04);
}

.advanced-filters form{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr 1fr;
    gap:15px;
}

.filter-group{
    display:flex;
    flex-direction:column;
}

.filter-group label{
    font-size:13px;
    font-weight:600;
    margin-bottom:8px;
    color:#555;
}

.filter-group input,
.filter-group select{
    height:50px;
    border:1px solid #e5e7eb;
    border-radius:7px;
    padding:0 15px;
    font-size:14px;
    background:#fff;
}

.reset-filters-btn{
    height:50px;
    border:none;
    border-radius:12px;
    background:#05004e;
    color:#fff;
    font-weight:600;
    font-size:16px;
    line-height: 0px;
    cursor:pointer;
}

.archive-topbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.archive-sort{
    display:flex;
    align-items:center;
    gap:10px;
}

.archive-sort select{
    height:45px;
    border-radius:10px;
    padding:0 15px;
}

@media(max-width:768px){

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

    .archive-topbar{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

}

/* =========================================
BEST PHONES PAGES
========================================= */

.best-phones-page{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
    background:#f7f8fc;
}

/* HERO */

.best-page-hero{
    background:
    linear-gradient(
        135deg,
        #05014a,
        #140a75
    );
    border-radius:7px;
    padding:40px;
    margin-top:15px;
    color:#fff;
    margin-bottom:15px;
}

.hero-mini-tag{
    display:inline-flex;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(255,255,255,.1);
    margin-bottom:24px;
    font-size:14px;
}

.best-page-hero h1{
    font-size:30px;
    line-height:1.1;
    margin-bottom:20px;
    font-weight:800;
}

.best-page-hero p{
    max-width:760px;
    line-height:1.9;
    color:rgba(255,255,255,.84);
}

/* GRID */

.best-phones-grid{
    display:flex;
    flex-direction:column;
    gap:28px;
}

/* CARD */

.best-phone-card{
    background:#fff;
    border-radius:7px;
    padding:34px;
    display:grid;
    grid-template-columns:120px 240px 1fr;
    gap:34px;
    align-items:center;
    position:relative;
}

/* RANK */

.phone-rank{
    width:50px;
    height:50px;
    border-radius:7px;
    background:#f3f4ff;
    color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:25px;
    font-weight:800;
}

/* IMAGE */

.best-phone-image{
    display:flex;
    justify-content:center;
}

.best-phone-image img{
    max-height:260px;
}

/* CONTENT */

.best-phone-content h2{
    font-size:25px;
    margin-bottom:16px;
}

.best-phone-content h2 a{
    color:#111;
    text-decoration:none;
}

.best-phone-price{
    font-size:18px;
    font-weight:800;
    margin-bottom:10px;
}

/* SCORE */

.best-phone-score{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:10px;
}

.score-badge{
    width:40px;
    height:40px;
    border-radius:20px;
    background:#05014a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:800;
}

/* HIGHLIGHTS */

.phone-highlights{
    padding-left:18px;
    margin-bottom:10px;
}

.phone-highlights li{
    margin-bottom:5px;
}

/* RESPONSIVE */

@media(max-width:991px){

.best-phone-card{
    grid-template-columns:1fr;
}

.phone-rank{
    width:80px;
    height:80px;
    font-size:28px;
}

.best-page-hero h1{
    font-size:42px;
}

}

@media(max-width:767px){

.best-page-hero{
    padding:34px;
}

.best-page-hero h1{
    font-size:34px;
}

.best-phone-card{
    padding:24px;
}

.best-phone-content h2{
    font-size:26px;
}

.best-phone-price{
    font-size:24px;
}

}

/* =========================================
PHONE FINDER
========================================= */

.phone-finder-page{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
    background:#f7f8fc;
}

/* HERO */

.finder-hero{
    background:
    linear-gradient(
        135deg,
        #05014a,
        #140a75
    );
    border-radius:7px;
    padding:40px;
    color:#fff;
    margin-top:15px;
    margin-bottom:15px;
}

.finder-tag{
    display:inline-flex;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(255,255,255,.1);
    margin-bottom:24px;
    font-size:14px;
}

.finder-hero h1{
    font-size:30px;
    line-height:1.1;
    margin-bottom:20px;
    font-weight:800;
}

.finder-hero p{
    max-width:760px;
    line-height:1.9;
    color:rgba(255,255,255,.85);
}

/* BOX */

.finder-box{
    background:#fff;
    border-radius:7px;
    padding:40px;
    margin-bottom:40px;
    box-shadow:0 5px 24px rgba(0,0,0,.04);
}

/* FORM */

#phoneFinderForm{
    display:grid;
    grid-template-columns:1fr 1fr auto;
    gap:20px;
}

.finder-group{
    display:flex;
    flex-direction:column;
}

.finder-group label{
    font-size:15px;
    font-weight:700;
    margin-bottom:14px;
}

.finder-group select{
    height:60px;
    border:none;
    background:#f5f7fb;
    border-radius:7px;
    font-size:16px;
    padding:0 18px;
    outline:none;
}

.finder-submit-btn{
    height:60px;
    padding:0 34px;
    border:none;
    font-size:16px;
    border-radius:7px;
    background:#05014a;
    color:#fff;
    font-weight:700;
    align-self:end;
}

/* RESULTS */

.finder-results-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.finder-phone-card{
    background:#fff;
    border-radius:7px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.04);
}

.finder-phone-image{
    background:#f5f7fb;
    padding:5px;
    text-align:center;
}

.finder-phone-image img{
    max-height:260px;
}

.finder-phone-content{
    padding:28px;
}

.finder-phone-content h2{
    font-size:20px;
    margin-bottom:16px;
}

.finder-phone-price{
    font-size:18px;
    font-weight:800;
    margin-bottom:24px;
}

/* LOADING */

.finder-loading{
    text-align:center;
    padding:40px;
    font-size:20px;
    font-weight:700;
}

/* RESPONSIVE */

@media(max-width:991px){

#phoneFinderForm{
    grid-template-columns:1fr;
}

.finder-results-grid{
    grid-template-columns:repeat(2,1fr);
}

.finder-hero h1{
    font-size:44px;
}

}

@media(max-width:767px){

.finder-results-grid{
    grid-template-columns:1fr;
}

.finder-hero{
    padding:34px;
}

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

.finder-box{
    padding:24px;
}

}

/* =========================================
PHONIYO AWARDS
========================================= */

.phoniyo-award-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:5px 10px;
    border-radius:7px;
    font-size:13px;
    font-weight:800;
    margin-bottom:5px;
    position:relative;
    overflow:hidden;
}

/* ICON */

.award-icon{
    font-size:18px;
    line-height:1;
}

/* GOLD */

.award-gold{
    background:
    linear-gradient(
        135deg,
        #ffcc21,
        #ff9f0a
    );
    color:#111;
    box-shadow:
    0 8px 24px rgba(255,180,0,.22);
}

/* CAMERA */

.award-camera{
    background:
    linear-gradient(
        135deg,
        #6a5cff,
        #4f46ff
    );
    color:#fff;
}

/* GAMING */

.award-gaming{
    background:
    linear-gradient(
        135deg,
        #00c853,
        #00a844
    );
    color:#fff;
}

/* BATTERY */

.award-battery{
    background:
    linear-gradient(
        135deg,
        #00b8ff,
        #0077ff
    );
    color:#fff;
}

/* VALUE */

.award-value{
    background:
    linear-gradient(
        135deg,
        #ff5c8a,
        #ff2f6d
    );
    color:#fff;
}

/* EDITOR */

.award-editor{
    background:
    linear-gradient(
        135deg,
        #111,
        #333
    );
    color:#fff;
}

/* PREMIUM */

.award-premium{
    background:
    linear-gradient(
        135deg,
        #ff5722,
        #ff2d00
    );
    color:#fff;
}

.mobiles-archive-page{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}

.card-rating-badge{
position:absolute;
top:15px;
right:15px;
background:#fff;
padding:6px 12px;
border-radius:50px;
font-weight:700;
font-size:13px;
box-shadow:0 5px 15px rgba(0,0,0,.08);
z-index:10;
}

.card-award-badge{
position:absolute;
top:0px;
left:7px;
background:#05004e;
color:#fff;
padding:6px 12px;
border-radius:10px;
font-size:12px;
font-weight:600;
z-index:10;
}

.mobile-card{
position:relative;
}

.mobile-status{
display:inline-block;
background:#f3f4f6;
padding:4px 10px;
border-radius:50px;
font-size:12px;
font-weight:600;
margin-bottom:10px;
}

.mobiles-grid{
gap:30px;
}

.mobile-image{
display:flex;
align-items:center;
justify-content:center;
}

.mobile-image img{
max-height:220px;
width:auto;
}

.finder-best-badge{
    position:absolute;
    top:12px;
    left:12px;
    background:#ff6b00;
    color:#fff;
    padding:7px 12px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    z-index:10;
}

.finder-results-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:30px;
}

@media(max-width:768px){

    .finder-results-grid{
        grid-template-columns:1fr;
    }

}

/*=====================================
RELATED COMPARE PREMIUM
=====================================*/

.related-comparisons{
    margin-top:20px;
}

.related-comparisons h2{
    font-size:28px;
    font-weight:700;
    margin-bottom:30px;
}

.related-compare-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.uni-related-compare-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:7px;
    padding:25px;
    text-decoration:none;
    transition:.3s;
    overflow:hidden;
}

.uni-related-compare-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.uni-related-compare-images{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-bottom:20px;
}

.uni-related-phone{
    width:110px;
    height:110px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px;
}

.uni-related-phone img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}

.uni-related-vs{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#05054f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:15px;
    flex-shrink:0;
}

.uni-related-compare-content h3{
    font-size:18px;
    font-weight:700;
    line-height:1.5;
    color:#111;
    margin:0;
    text-align:center;
}

.uni-related-compare-content span{
    color:#ffcb21;
    margin:0 6px;
}

/* MOBILE */

@media(max-width:768px){

.related-compare-grid{
    grid-template-columns:1fr;
}

.uni-related-phone{
    width:85px;
    height:85px;
}

.uni-related-vs{
    width:45px;
    height:45px;
    font-size:13px;
}

.uni-related-compare-content h3{
    font-size:16px;
}

}

/* ===================================
BRAND PAGE
=================================== */

.phyo-brand-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}

/* ===================================
HERO
=================================== */

.phyo-brand-hero{
    background:#fff;
    border:1px solid #eee;
    border-radius:12px;
    padding:35px;
    margin-bottom:25px;
    margin-top:15px;
}

.phyo-brand-hero-left{
    display:flex;
    align-items:center;
    gap:30px;
}

.phyo-brand-logo-wrap{
    width:120px;
    height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border:1px solid #eee;
    border-radius:12px;
    flex-shrink:0;
}

.phyo-brand-logo-wrap img{
    max-width:90px;
    max-height:90px;
}

.phyo-brand-tag{
    display:inline-block;
    background:#f5f5f5;
    padding:6px 12px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
    margin-bottom:12px;
}

.phyo-brand-hero-content h1{
    font-size:36px;
    font-weight:800;
    margin-bottom:12px;
}

.phyo-brand-hero-content p{
    color:#666;
    line-height:1.7;
    max-width:850px;
}

.phyo-brand-stat{
    display:inline-flex;
    gap:8px;
    align-items:center;
    margin-top:15px;
    background:#fafafa;
    padding:10px 16px;
    border-radius:8px;
}

/* ===================================
TOPBAR
=================================== */

.phyo-brand-topbar{
    margin-bottom:25px;
}

.phyo-brand-results{
    font-size:15px;
    font-weight:700;
}

/* ===================================
GRID
=================================== */

.phyo-mobiles-grid{
    display:grid;
    grid-template-columns:
    repeat(auto-fill,minmax(300px,1fr));
    gap:25px;
}

/* ===================================
CARD
=================================== */

.phyo-mobile-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:12px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    transition:.3s;
    height:100%;
}

.phyo-mobile-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.phyo-mobile-image{
    display:flex;
    justify-content:center;
    padding:5px;
}

.phyo-mobile-image img{
    max-height:250px;
    object-fit:contain;
}

.phyo-mobile-card-content{
    padding:20px;
    display:flex;
    flex-direction:column;
    flex:1;
}

.phyo-mobile-brand{
    color:#666;
    font-size:13px;
    margin-bottom:8px;
}

.phyo-mobile-card-content h2{
    font-size:20px;
    line-height:1.4;
    margin-bottom:10px;
}

.phyo-mobile-card-content h2 a{
    text-decoration:none;
    color:#111;
}

.phyo-mobile-price{
    font-size:15px;
    font-weight:700;
    margin-bottom:18px;
}

.phyo-mobile-specs{
    margin-bottom:20px;
}

.phyo-spec-item{
    display:flex;
    justify-content:space-between;
    padding:10px 0;
    border-bottom:1px solid #f2f2f2;
}

.phyo-spec-item span{
    color:#666;
}

.phyo-spec-item strong{
    font-weight:700;
}

/* ===================================
BUTTONS
=================================== */

.phyo-mobile-actions{
    margin-top:auto;
    display:flex;
    gap:10px;
}

.phyo-view-phone-btn,
.phyo-mobile-actions .add-compare-btn{
    flex:1;
    text-align:center;
    padding:12px;
    border-radius:8px;
    font-weight:700;
}

.phyo-view-phone-btn{
    background:#020135;
    color:#fff;
    text-decoration:none;
}

/* ===================================
PAGINATION
=================================== */

.phyo-archive-pagination{
    margin-top:40px;
    text-align:center;
}

/* ===================================
MOBILE
=================================== */

@media(max-width:768px){

.phyo-brand-hero-left{
    flex-direction:column;
    text-align:center;
}

.phyo-brand-hero-content h1{
    font-size:28px;
}

.phyo-mobiles-grid{
    grid-template-columns:1fr;
}

}