:root{
            --brand:#0A74DA;
            --brand-weak:#EAF3FF;
            --line:#ddd;
            --muted:#777;
            --bg:#fff;
        }
        body{margin:0;font:14px/1.45 system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial;background:#fafafa;padding-bottom:80px;color:#222}
        a{text-decoration:none;color:inherit}
        .wrap{max-width:1200px;margin:0 auto;padding:16px}
        header{display:flex;align-items:center;gap:16px;margin-bottom:16px}
        header .logo img{height:36px;width:auto}
        header h1{font-size:18px;margin:0;color:var(--muted);font-weight:600}

        .breadcrumb{font-size:13px;color:var(--muted);margin-bottom:16px}
        .breadcrumb a{color:var(--brand)}

        .top{display:grid;grid-template-columns:320px 1fr;gap:20px;margin-bottom:24px}
        @media(max-width:768px){.top{grid-template-columns:1fr}}

        /* GALERİ */
        .gallery .main img{max-height:330px;width:100%;object-fit:contain;border-radius:10px;border:1px solid var(--line);background:#fff}
        .thumbs{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap;justify-content:center}
        .thumbs img{width:60px;height:60px;object-fit:cover;border:1px solid #ccc;border-radius:8px;cursor:pointer}

        /* BİLGİLER */
        .info h1{margin:0 0 10px;font-size:22px}
        .info .meta{color:var(--muted);margin-bottom:10px}
        .btn{display:inline-block;padding:6px 12px;border-radius:6px;background:var(--brand);color:#fff;font-size:13px}

        /* Fiyat kutusu */
        .pricebox{margin:16px 0;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:16px;font-weight:600}

        /* Puan dairesi */
        .score{--p:0;
            width:80px;height:80px;border-radius:50%;
            background:conic-gradient(var(--brand) calc(var(--p)*1%), var(--brand-weak) 0);
            display:flex;align-items:center;justify-content:center;
            font-weight:700;font-size:20px;margin-top:12px;position:relative}
        .score span{
            background:#fff;width:60px;height:60px;border-radius:50%;
            display:flex;align-items:center;justify-content:center;flex-direction:column;
        }
        .score span::after{content:"puan";font-size:11px;color:#777;font-weight:400;margin-top:2px}

        /* Summary */
        .summary{
            margin-top:16px;
            display:grid;
            grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
            gap:10px;font-size:13px;
        }
        .summary div{
            padding:10px;border:1px solid #eee;border-radius:8px;
            background:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.05);
        }
        .summary strong{display:block;font-size:12px;color:#555;margin-bottom:4px}
        .summary span{font-size:14px;font-weight:600;color:var(--brand)}

        /* Spec tablolar */
        .specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}
        .specs section{background:#fff;border:1px solid #eee;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,0.05);padding:12px}
        .specs h2{margin:0 0 10px;font-size:16px;color:#333;border-bottom:1px solid var(--brand-weak);padding-bottom:6px}
        .specs table{width:100%;border-collapse:collapse;font-size:13px}
        .specs td{padding:6px 8px;border-bottom:1px solid #f7f7f7}
        .specs td:first-child{color:#555;width:40%}
        .specs tr:nth-child(even) td{background:#fafafa}

        /* Compare Bar */
        .compare-bar{position:fixed;bottom:0;left:0;right:0;background:var(--brand);color:#fff;display:flex;align-items:center;padding:8px 16px;z-index:1000;box-shadow:0 -2px 6px rgba(0,0,0,0.2)}
        .compare-items{display:flex;flex:1;gap:8px}
        .compare-items img{width:40px;height:60px;object-fit:contain;border:1px solid #fff;border-radius:4px;background:#fff;padding:2px}
        .compare-btn,.compare-clear{margin-left:8px;padding:6px 12px;border:none;border-radius:4px;cursor:pointer;}
        .compare-btn{background:#fff;color:var(--brand);font-weight:bold;}
        .compare-clear{background:#333;color:#fff;}
        .compare-btn .compare-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--brand);color:#fff;font-size:16px;font-weight:bold;}
        .compare-btn.active{color:#2e7d32;font-weight:600;}
        .compare-btn.active .compare-icon{background:#2e7d32;}
        .topnav{background:#fff;border-bottom:1px solid #eee;box-shadow:0 1px 4px rgba(0,0,0,.05);position:sticky;top:0;z-index:1000;}
        .topnav .container{width:1200px;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;}
        .brand{display:flex;align-items:center;gap:8px;font-weight:700;color:#222;font-size:15px;text-decoration:none;}
        .brand img{display:block}
        .menu-toggle{display:none;font-size:22px;background:none;border:0;cursor:pointer;margin-left:auto;}
        @media(max-width:768px){
            .menu-toggle{display:block}
            .topnav nav{display:none;position:absolute;top:56px;right:12px;background:#fff;border:1px solid #eee;border-radius:8px;padding:10px;box-shadow:0 2px 6px rgba(0,0,0,.1);}
            .topnav nav ul{flex-direction:column;gap:10px}
            .topnav.open nav{display:block}
        }
        .seo-content{
            margin-top:30px;
            padding:20px;
            background:#fff;
            border:1px solid #eee;
            border-radius:10px;
            font-size:14px;
        }
        .seo-content h2,
        .seo-content h3{
            font-size:16px;
            margin-bottom:10px;
        }
        .seo-content p,
        .seo-content li{
            color:#555;
        }
        .same-brand {
            margin: 40px 0;
        }

        .same-brand h2 {
            font-size: 18px;
            margin-bottom: 14px;
            color: #222;
        }

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

        .brand-card {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 10px;
            padding: 10px;
            text-decoration: none;
            transition: all .2s ease;
        }

        .brand-card:hover {
            border-color: var(--brand);
            transform: translateY(-2px);
            box-shadow: 0 4px 10px rgba(0,0,0,0.06);
        }

        .brand-thumb {
            height: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 8px;
        }

        .brand-thumb img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .brand-meta strong {
            display: block;
            font-size: 13px;
            color: #111;
        }

        .brand-meta span {
            display: block;
            font-size: 12px;
            color: #555;
            margin-top: 2px;
        }

        .brand-meta em {
            display: block;
            margin-top: 6px;
            font-size: 13px;
            font-weight: 600;
            color: var(--brand);
        }
        .price-history {
            margin-top: 32px;
            padding: 20px;
            background: #fff;
            border: 1px solid #eee;
            border-radius: 10px;
        }

        .price-history h2 {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .price-history-desc {
            font-size: 14px;
            color: #555;
            margin-bottom: 14px;
        }

        .price-history-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 13px;
            margin-bottom: 20px;
        }

        .price-history-table th,
        .price-history-table td {
            border: 1px solid #eee;
            padding: 8px 10px;
        }

        .price-history-table th {
            background: #f7f7f7;
            text-align: left;
        }
        .offer-section {
            margin: 30px 0;
            background: #fff;
            border: 1px solid #eee;
            border-radius: 12px;
            overflow: hidden;
        }

        .offer-section h2 {
            margin: 0;
            padding: 14px 16px;
            background: #F8F4E0;
            font-size: 18px;
            color: #222;
        }

        .offer-list {
            display: flex;
            flex-direction: column;
        }

        .offer-card {
            display: grid;
            grid-template-columns: 120px 1fr 170px 120px;
            gap: 14px;
            align-items: center;
            padding: 14px 16px;
            border-top: 1px solid #eee;
        }

        .offer-logo img {
            max-width: 105px;
            max-height: 36px;
            object-fit: contain;
        }

        .offer-name strong {
            display: block;
            font-size: 14px;
            color: #222;
            margin-bottom: 4px;
        }

        .offer-name span {
            display: block;
            font-size: 12px;
            color: #666;
        }

        .offer-name em {
            display: inline-block;
            margin-top: 5px;
            font-size: 12px;
            color: #2e7d32;
            font-style: normal;
        }

        .offer-price strong {
            display: block;
            font-size: 18px;
            color: var(--brand);
        }

        .offer-price span {
            display: block;
            font-size: 12px;
            color: #666;
            margin-top: 4px;
        }

        .offer-go {
            text-align: right;
        }

        .offer-go a {
            display: inline-block;
            padding: 8px 12px;
            background: var(--brand);
            color: #fff;
            border-radius: 6px;
            font-size: 13px;
            font-weight: 600;
        }

        @media(max-width:768px) {
            .offer-card {
                grid-template-columns: 1fr;
                gap: 8px;
            }

            .offer-go {
                text-align: left;
            }

        }
        .offer-card {
            display: none;
        }

        .offer-card.is-visible {
            display: grid;
        }

        .offer-pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 14px;
            padding: 14px 16px;
            border-top: 1px solid #eee;
            background: #fafafa;
        }

        .offer-pagination button {
            border: 1px solid #ddd;
            background: #fff;
            color: #333;
            padding: 7px 12px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 13px;
        }

        .offer-pagination button:hover:not(:disabled) {
            border-color: var(--brand);
            color: var(--brand);
        }

        .offer-pagination button:disabled {
            opacity: .45;
            cursor: not-allowed;
        }

        .offer-pagination span {
            font-size: 13px;
            color: #555;
        }
        .price-summary-inline {
            margin-top: 16px;
            grid-template-columns: repeat(4, 1fr);
            gap: 10px;
        }

        .price-summary-inline div {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 10px;
            padding: 12px;
            box-shadow: 0 1px 3px rgba(0,0,0,.04);
        }

        .price-summary-inline strong {
            display: block;
            font-size: 12px;
            color: #666;
            margin-bottom: 5px;
        }

        .price-summary-inline span {
            font-size: 15px;
            font-weight: 700;
            color: var(--brand);
        }

        .price-summary-inline .up { color: #c0392b; }
        .price-summary-inline .down { color: #2e7d32; }

        .price-history-full {
            grid-column: 1 / -1;
            margin-top: 30px;
        }

        @media(max-width:768px) {
            .price-summary-inline {
                grid-template-columns: 1fr 1fr;
            }
        }
        .offer-card {
            cursor: pointer;
        }

        .offer-card:hover {
            background: #fafcff;
        }

        .offer-go a {
            pointer-events: none;
        }
        .best-price-badge {
            display: inline-flex !important;
            align-items: center;
            width: auto !important;
            max-width: max-content !important;
            margin: 6px 0 8px 0 !important;
            padding: 4px 11px !important;
            border-radius: 999px !important;
            background: #2e7d32 !important;
            color: #fff !important;
            font-size: 12px !important;
            font-weight: 700 !important;
            line-height: 1.2 !important;
            font-style: normal !important;
            animation: bestPricePulse 1.8s infinite;
        }

        @keyframes bestPricePulse {
            0% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(46,125,50,.45);
            }
            70% {
                transform: scale(1.04);
                box-shadow: 0 0 0 7px rgba(46,125,50,0);
            }
            100% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(46,125,50,0);
            }
        }

/* Detail page layout correction */
.page-notebook-detail .top{
  display:grid;
  grid-template-columns:minmax(320px,420px) minmax(0,1fr);
  gap:34px;
  align-items:start;
  margin:8px 0 28px;
}
.page-notebook-detail .gallery{background:#fff;border:1px solid #e5e9f0;border-radius:16px;padding:14px;box-shadow:0 8px 24px rgba(16,24,40,.06)}
.page-notebook-detail .gallery .main{height:360px;display:flex;align-items:center;justify-content:center}
.page-notebook-detail .gallery .main img{width:100%;height:100%;max-height:none;border:0;object-fit:contain}
.page-notebook-detail .info{min-width:0;padding:4px 0}
.page-notebook-detail .info h1{font-size:30px;line-height:1.2;margin:0 0 8px}
.page-notebook-detail .info .meta{margin-bottom:16px}
.page-notebook-detail .info>.compare-btn{margin:0 12px 16px 0;display:inline-flex;align-items:center;gap:6px}
.page-notebook-detail .info>.score{display:inline-flex;vertical-align:middle;margin:0 0 16px;width:76px;height:76px}
.page-notebook-detail .pricebox{margin:4px 0 18px;padding:16px 18px;font-size:22px;border-radius:12px}
.page-notebook-detail .summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.page-notebook-detail .summary div{min-height:78px;padding:14px;border-radius:12px}
.page-notebook-detail .seo-content{margin-top:20px}
.page-notebook-detail .price-history,
.page-notebook-detail .offer-section,
.page-notebook-detail .price-summary-section{width:100%}
.page-notebook-detail .specs{margin-top:28px}
@media(max-width:900px){
  .page-notebook-detail .top{grid-template-columns:1fr;gap:22px}
  .page-notebook-detail .gallery{max-width:560px;width:100%;margin:0 auto}
  .page-notebook-detail .summary{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .page-notebook-detail .info h1{font-size:24px}
  .page-notebook-detail .gallery .main{height:280px}
  .page-notebook-detail .summary{grid-template-columns:1fr}
}


/* Price overview layout */
.price-overview-grid{display:grid;grid-template-columns:minmax(340px,.85fr) minmax(0,1.45fr);gap:24px;align-items:stretch;margin-top:30px}
.price-overview-grid .seo-content{margin-top:0;height:100%}
.price-chart-card{min-width:0}
.price-chart-wrap{position:relative;min-height:330px;width:100%}
.price-chart-wrap canvas{width:100%!important;height:330px!important}
@media(max-width:900px){.price-overview-grid{grid-template-columns:1fr}.price-chart-wrap{min-height:280px}.price-chart-wrap canvas{height:280px!important}}

/* Detail content layout: offers remain full width; the remaining blocks use two columns. */
.page-notebook-detail .price-overview-grid {
    display: grid !important;
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.4fr) !important;
    gap: 24px;
    align-items: stretch;
}

.page-notebook-detail .detail-content-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
    align-items: start;
}

.page-notebook-detail .detail-content-grid > .seo-content,
.page-notebook-detail .detail-content-grid > .same-brand {
    margin: 0;
    min-width: 0;
    height: 100%;
}

.page-notebook-detail .detail-content-grid > .specs {
    grid-column: 1 / -1;
    margin-top: 0;
}

.page-notebook-detail .detail-content-grid .price-summary-inline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 0;
}

.page-notebook-detail .offer-section {
    width: 100%;
    grid-column: 1 / -1;
}

@media (max-width: 960px) {
    .page-notebook-detail .price-overview-grid,
    .page-notebook-detail .detail-content-grid {
        grid-template-columns: 1fr !important;
    }

    .page-notebook-detail .detail-content-grid > .specs {
        grid-column: auto;
    }
}

@media (max-width: 560px) {
    .page-notebook-detail .detail-content-grid .price-summary-inline {
        grid-template-columns: 1fr;
    }
}
.price-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 24px;
    align-items: stretch;
    margin: 24px 0;
}

.price-overview-grid > .seo-content {
    grid-column: auto;
    width: auto;
    min-width: 0;
    margin: 0;
}

.price-analysis-card,
.price-chart-card {
    height: 100%;
}

.price-chart-card {
    display: flex;
    flex-direction: column;
}

.price-chart-wrap {
    position: relative;
    width: 100%;
    min-height: 360px;
    flex: 1;
}

.price-chart-wrap canvas {
    width: 100% !important;
    height: 100% !important;
    max-height: 430px;
}

.offer-section {
    display: block;
    width: 100%;
    margin: 24px 0;
    grid-column: 1 / -1;
}

.detail-content-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
    margin: 24px 0;
}

.detail-content-grid > .seo-content {
    grid-column: auto;
    width: auto;
    min-width: 0;
    height: 100%;
    margin: 0;
}

.price-summary-inline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.price-summary-inline > div {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
}

.technical-specifications-section,
.same-brand {
    width: 100%;
    margin: 24px 0;
}

@media (max-width: 900px) {
    .price-overview-grid,
    .detail-content-grid {
        grid-template-columns: 1fr;
    }

    .price-summary-inline {
        grid-template-columns: 1fr;
    }

    .price-chart-wrap {
        min-height: 300px;
    }
}
.price-overview-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 0.85fr)
        minmax(0, 1.15fr);
    gap: 24px;
    align-items: stretch;
    margin: 24px 0;
}

.price-overview-grid > .seo-content {
    grid-column: auto !important;
    min-width: 0;
    width: auto;
    margin: 0;
}

.offer-section {
    display: block;
    width: 100%;
    margin: 24px 0;
}

.offer-list {
    display: flex;
    flex-direction: column;
}

.offer-card {
    display: none;
    grid-template-columns:
        130px
        minmax(0, 1fr)
        minmax(150px, 190px)
        120px;
    gap: 20px;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #e5e7eb;
}

.offer-card.is-visible {
    display: grid;
}

.offer-card:first-child {
    border-top: 0;
}

.offer-logo img {
    display: block;
    max-width: 120px;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.offer-name {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.offer-price {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.offer-price strong {
    color: #0876df;
    font-size: 1.25rem;
}

.offer-go {
    display: flex;
    justify-content: flex-end;
}

.offer-go a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    background: #0876df;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.detail-content-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
    margin: 24px 0;
}

.detail-content-grid > .seo-content {
    grid-column: auto !important;
    min-width: 0;
    width: auto;
    height: 100%;
    margin: 0;
}

.technical-specifications-section,
.related-products-section,
.same-brand {
    display: block;
    width: 100%;
    margin: 24px 0;
    grid-column: 1 / -1;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.price-summary-inline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.price-summary-inline > div {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
}

@media (max-width: 1000px) {
    .offer-card {
        grid-template-columns:
            110px
            minmax(0, 1fr)
            150px;
    }

    .offer-go {
        grid-column: 2 / -1;
        justify-content: flex-start;
    }

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

@media (max-width: 900px) {
    .price-overview-grid,
    .detail-content-grid {
        grid-template-columns: 1fr;
    }

    .price-summary-inline {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .offer-card,
    .offer-card.is-visible {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .offer-go {
        grid-column: auto;
        justify-content: stretch;
    }

    .offer-go a {
        width: 100%;
    }

    .brand-grid {
        grid-template-columns: 1fr;
    }
}
.brand-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
@media (max-width: 1200px) {
    .brand-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .brand-grid {
        grid-template-columns: 1fr;
    }
}
/* Score ring receives --p from app.js through data-score. */
.page-notebook-detail .info .score[data-score] {
    --p: 0;
}


/* Phase 21: notebook detail comparison suggestions */
.page-notebook-detail .compare-suggestion-section {
    display: block;
    width: 100%;
    grid-column: 1 / -1;
    margin: 28px 0;
}

.page-notebook-detail .compare-suggestion-section + .compare-suggestion-section {
    margin-top: 32px;
}

.page-notebook-detail .compare-suggestion-heading {
    margin-bottom: 14px;
}

.page-notebook-detail .compare-suggestion-heading h2 {
    margin: 0 0 6px;
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1.25;
}

.page-notebook-detail .compare-suggestion-heading p {
    margin: 0;
    color: #667085;
    line-height: 1.6;
}

.page-notebook-detail .compare-suggestion-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.page-notebook-detail .compare-suggestion-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    width: 100%;
    padding: 16px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .04);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.page-notebook-detail .compare-suggestion-card:hover {
    border-color: #ff8c1a;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .09);
    transform: translateY(-1px);
}

.page-notebook-detail .compare-suggestion-product {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.page-notebook-detail .compare-suggestion-product img {
    width: 86px;
    height: 66px;
    object-fit: contain;
}

.page-notebook-detail .compare-suggestion-product strong {
    min-width: 0;
    font-size: 15px;
    line-height: 1.4;
}

.page-notebook-detail .compare-suggestion-vs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff3e8;
    color: #d96800;
    font-size: 13px;
    font-weight: 900;
}

.page-notebook-detail .compare-suggestion-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 128px;
    padding: 10px 14px;
    border-radius: 9px;
    background: #ff8c1a;
    color: #fff;
    font-weight: 800;
    white-space: nowrap;
}

@media (max-width: 820px) {
    .page-notebook-detail .compare-suggestion-card {
        grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr);
    }

    .page-notebook-detail .compare-suggestion-action {
        grid-column: 1 / -1;
        width: 100%;
    }

    .page-notebook-detail .compare-suggestion-product {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
}

@media (max-width: 520px) {
    .page-notebook-detail .compare-suggestion-card {
        gap: 10px;
        padding: 14px;
    }

    .page-notebook-detail .compare-suggestion-product img {
        width: 72px;
        height: 56px;
    }

    .page-notebook-detail .compare-suggestion-product strong {
        font-size: 13px;
    }
}

/* Phase 22: TV detail style comparison cards for notebook detail */
.page-notebook-detail .compare-suggestions {
    width: 100%;
    grid-column: 1 / -1;
    margin: 28px 0;
    padding: 22px;
    border: 1px solid #dfe6ee;
    border-radius: 16px;
    background: #fff;
}

.page-notebook-detail .compare-suggestions + .compare-suggestions {
    margin-top: 32px;
}

.page-notebook-detail .compare-suggestions__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 18px;
}

.page-notebook-detail .compare-suggestions__heading h2 {
    margin: 2px 0 0;
    font-size: clamp(21px, 2.2vw, 28px);
    line-height: 1.25;
}

.page-notebook-detail .compare-suggestions__heading > p {
    max-width: 520px;
    margin: 0;
    color: #64748b;
    line-height: 1.55;
}

.page-notebook-detail .compare-suggestions__eyebrow {
    margin: 0;
    color: var(--brand, #ff8c1a);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.page-notebook-detail .compare-suggestions__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.page-notebook-detail .compare-suggestion-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.page-notebook-detail .compare-suggestion-card:hover {
    border-color: var(--brand, #ff8c1a);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .09);
    transform: translateY(-2px);
}

.page-notebook-detail .compare-suggestion-card__products {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
}

.page-notebook-detail .compare-suggestion-card__product {
    min-width: 0;
    text-align: center;
}

.page-notebook-detail .compare-suggestion-card__product img {
    display: block;
    width: 100%;
    height: 118px;
    object-fit: contain;
    margin: 0 auto 8px;
}

.page-notebook-detail .compare-suggestion-card__product strong {
    display: block;
    min-height: 42px;
    font-size: 14px;
    line-height: 1.35;
}

.page-notebook-detail .compare-suggestion-card__vs {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff3e8;
    color: #d96800;
    font-size: 12px;
    font-weight: 900;
}

.page-notebook-detail .compare-suggestion-card__badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
}

.page-notebook-detail .compare-suggestion-card__badges span {
    max-width: 100%;
    padding: 3px 7px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 11px;
    line-height: 1.35;
}

.page-notebook-detail .compare-suggestion-card__action {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 15px;
    padding-top: 13px;
    border-top: 1px solid #edf2f7;
    color: var(--brand, #ff8c1a);
    font-weight: 800;
}

@media (max-width: 900px) {
    .page-notebook-detail .compare-suggestions__heading {
        display: block;
    }

    .page-notebook-detail .compare-suggestions__heading > p {
        margin-top: 8px;
    }

    .page-notebook-detail .compare-suggestions__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .page-notebook-detail .compare-suggestions {
        padding: 14px;
    }

    .page-notebook-detail .compare-suggestion-card {
        padding: 12px;
    }

    .page-notebook-detail .compare-suggestion-card__products {
        grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
    }

    .page-notebook-detail .compare-suggestion-card__product img {
        height: 82px;
    }

    .page-notebook-detail .compare-suggestion-card__vs {
        width: 32px;
        height: 32px;
    }
}
