/**
 * Bilgisayar Sat Sayfası - Premium Styles
 * 
 * Yüksek kademe profesyonel tasarım
 * Advanced animations, interactions, SEO optimized
 * 
 * @package CihazSat
 * @version 1.0.0
 */

/* ========================================
   HERO SECTION - Beyaz Tonlar
   ======================================== */

.pc-hero {
    padding: 100px 0 80px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.pc-hero__content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.pc-hero__badges {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.pc-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
}

.pc-hero__badge--primary {
    background: #ecfdf5;
    border: 1px solid #10b981;
    color: #065f46;
}

.pc-hero__badge--secondary {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #1f2937;
}

.pc-hero__title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #111827;
}

.pc-hero__subtitle {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #6b7280;
    margin-bottom: 50px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.pc-hero__stats-mini {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 50px;
}

.pc-hero__stat-mini {
    text-align: center;
}

.pc-hero__stat-mini-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 8px;
}

.pc-hero__stat-mini-label {
    font-size: 0.875rem;
    color: #6b7280;
}

.pc-hero__cta-group {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.pc-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pc-hero__cta--primary {
    background: #111827;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.pc-hero__cta--primary:hover {
    background: #1f2937;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.pc-hero__cta--whatsapp {
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.pc-hero__cta--whatsapp:hover {
    background: #22c55e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.pc-hero__cta--call {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    color: #111827;
}

.pc-hero__cta--call:hover {
    background: #f9fafb;
    border-color: #d1d5db;
    transform: translateY(-2px);
}

/* ========================================
   QUICK STATS
   ======================================== */

.pc-quick-stats {
    padding: 60px 0;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.pc-quick-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.pc-quick-stats__item {
    text-align: center;
    padding: 30px 20px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.pc-quick-stats__item:hover {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.pc-quick-stats__icon {
    font-size: 3rem;
    margin-bottom: 16px;
}

.pc-quick-stats__number {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 8px;
}

.pc-quick-stats__label {
    font-size: 0.9rem;
    color: #6b7280;
}

/* ========================================
   CATEGORIES - Advanced
   ======================================== */

.pc-categories {
    padding: 100px 0;
    background: #f9fafb;
}

.pc-categories__header {
    text-align: center;
    margin-bottom: 60px;
}

.pc-categories__title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.pc-categories__subtitle {
    font-size: 1.1rem;
    color: #6b7280;
}

.pc-categories__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.pc-category-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 40px;
    transition: all 0.3s ease;
    position: relative;
}

.pc-category-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-6px);
    border-color: #10b981;
}

.pc-category-card--featured {
    border: 2px solid #10b981;
    background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
}

.pc-category-card--all {
    border: 2px dashed #d1d5db;
}

.pc-category-card__badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px 16px;
    background: #10b981;
    color: #ffffff;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
}

.pc-category-card__icon {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 24px;
}

.pc-category-card__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
    text-align: center;
}

.pc-category-card__desc {
    font-size: 1rem;
    color: #6b7280;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.6;
}

.pc-category-card__specs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.pc-category-card__specs span {
    font-size: 0.875rem;
    color: #374151;
    padding: 8px 12px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    text-align: center;
}

.pc-category-card__price-range {
    font-size: 1.25rem;
    font-weight: 700;
    color: #10b981;
    text-align: center;
    margin-bottom: 24px;
}

.pc-category-card__btn {
    display: block;
    padding: 12px 24px;
    background: #111827;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pc-category-card__btn:hover {
    background: #1f2937;
    transform: translateY(-2px);
}

/* ========================================
   GPU CARDS SECTION
   ======================================== */

.pc-gpus {
    padding: 100px 0;
    background: #ffffff;
}

.pc-gpus__header {
    text-align: center;
    margin-bottom: 60px;
}

.pc-gpus__title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.pc-gpus__subtitle {
    font-size: 1.1rem;
    color: #6b7280;
}

.pc-gpus__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.pc-gpu-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.pc-gpu-card:hover {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.pc-gpu-card--premium {
    border: 2px solid #f59e0b;
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
}

.pc-gpu-card__badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 12px;
    background: #f59e0b;
    color: #ffffff;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
}

.pc-gpu-card__icon {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.pc-gpu-card__name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.pc-gpu-card__desc {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 16px;
}

.pc-gpu-card__price {
    font-size: 1.5rem;
    font-weight: 800;
    color: #10b981;
    margin-bottom: 8px;
}

.pc-gpu-card__info {
    font-size: 0.8rem;
    color: #9ca3af;
}

.pc-gpus__note {
    text-align: center;
    font-size: 0.95rem;
    color: #6b7280;
    padding: 20px;
    background: #f0fdf4;
    border: 1px solid #d1fae5;
    border-radius: 8px;
}

/* ========================================
   VALUATOR SECTION - AI Tool
   ======================================== */

.pc-valuator {
    padding: 100px 0;
    background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%);
}

.pc-valuator__wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}

.pc-valuator__info-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: #10b981;
    color: #ffffff;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.pc-valuator__info-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.pc-valuator__info-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #6b7280;
    margin-bottom: 40px;
}

.pc-valuator__features {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.pc-valuator__feature {
    display: flex;
    align-items: start;
    gap: 16px;
}

.pc-valuator__feature svg {
    flex-shrink: 0;
    color: #10b981;
    margin-top: 2px;
}

.pc-valuator__feature strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}

.pc-valuator__feature p {
    font-size: 0.9rem;
    color: #6b7280;
}

.pc-valuator__guarantee {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
    background: #ffffff;
    border: 2px solid #10b981;
    border-radius: 12px;
}

.pc-valuator__guarantee-icon {
    font-size: 3rem;
}

.pc-valuator__guarantee-text strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}

.pc-valuator__guarantee-text p {
    font-size: 0.9rem;
    color: #6b7280;
}

/* Form Card */

.pc-valuator__form-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.pc-valuator__form-header {
    margin-bottom: 30px;
}

.pc-valuator__form-title {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.pc-valuator__form-subtitle {
    font-size: 1rem;
    color: #6b7280;
}

/* Form Styles */

.pc-form__group {
    margin-bottom: 24px;
}

.pc-form__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.pc-form__label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.pc-form__input,
.pc-form__select {
    width: 100%;
    padding: 14px 16px;
    font-size: 1rem;
    color: #111827;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.pc-form__input:focus,
.pc-form__select:focus {
    outline: none;
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.pc-form__select {
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="%236b7280"%3E%3Cpath stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"%3E%3C/path%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 40px;
}

.pc-form__radio-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.pc-form__radio {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pc-form__radio:hover {
    background: #ffffff;
    border-color: #10b981;
}

.pc-form__radio input[type="radio"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.pc-form__radio input[type="radio"]:checked + span {
    font-weight: 700;
}

.pc-form__radio span {
    font-size: 0.95rem;
    color: #374151;
}

.pc-form__divider {
    font-size: 0.875rem;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 30px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}

.pc-form__checkbox {
    display: flex;
    align-items: start;
    gap: 12px;
    cursor: pointer;
}

.pc-form__checkbox input {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.pc-form__checkbox span {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.6;
}

.pc-form__submit {
    width: 100%;
    padding: 18px 24px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
}

.pc-form__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(16, 185, 129, 0.4);
}

.pc-form__guarantee {
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
}

/* ========================================
   REVIEWS SECTION - Verified
   ======================================== */

.pc-reviews {
    padding: 100px 0;
    background: #ffffff;
}

.pc-reviews__header {
    text-align: center;
    margin-bottom: 20px;
}

.pc-reviews__title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.pc-reviews__rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 60px;
}

.pc-reviews__stars {
    font-size: 1.5rem;
}

.pc-reviews__score {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
}

.pc-reviews__count {
    font-size: 1rem;
    color: #6b7280;
}

.pc-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.pc-review-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
}

.pc-review-card:hover {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.pc-review-card__header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 16px;
}

.pc-review-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pc-review-card__avatar {
    font-size: 2.5rem;
}

.pc-review-card__name {
    font-weight: 700;
    color: #111827;
    margin-bottom: 2px;
}

.pc-review-card__location {
    font-size: 0.875rem;
    color: #6b7280;
}

.pc-review-card__rating {
    font-size: 1rem;
}

.pc-review-card__text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #374151;
    font-style: italic;
    margin-bottom: 16px;
}

.pc-review-card__device {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 10px;
}

.pc-review-card__verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #d1fae5;
    border: 1px solid #10b981;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #065f46;
}

/* ========================================
   FAQ SECTION - Accordion
   ======================================== */

.pc-faq {
    padding: 100px 0;
    background: #f9fafb;
}

.pc-faq__header {
    text-align: center;
    margin-bottom: 60px;
}

.pc-faq__title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.pc-faq__subtitle {
    font-size: 1.1rem;
    color: #6b7280;
}

.pc-faq__accordion {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pc-faq__item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pc-faq__item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.pc-faq__question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 30px;
    background: transparent;
    border: none;
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pc-faq__question:hover {
    color: #10b981;
}

.pc-faq__question svg {
    flex-shrink: 0;
    color: #9ca3af;
    transition: transform 0.3s ease;
}

.pc-faq__answer {
    padding: 0 30px 24px;
    font-size: 1rem;
    line-height: 1.8;
    color: #6b7280;
}

/* ========================================
   TURKEY MAP SECTION
   ======================================== */

.pc-turkey-map {
    padding: 100px 0;
    background: #ffffff;
}

.pc-turkey-map__content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: center;
}

.pc-turkey-map__visual {
    position: relative;
    text-align: center;
}

.pc-turkey-map__icon {
    margin-bottom: 30px;
    color: #111827;
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.pc-turkey-map__badge {
    display: inline-block;
    padding: 16px 40px;
    background: #111827;
    color: #ffffff;
    border-radius: 50px;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 30px;
}

.pc-turkey-map__cities-float {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.pc-turkey-map__cities-float span {
    padding: 10px 20px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
}

.pc-turkey-map__title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.pc-turkey-map__description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #6b7280;
    margin-bottom: 30px;
}

.pc-turkey-map__description strong {
    color: #111827;
    font-weight: 700;
}

.pc-turkey-map__features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pc-turkey-map__feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    font-weight: 500;
    color: #374151;
}

.pc-turkey-map__feature svg {
    flex-shrink: 0;
    color: #10b981;
}

/* ========================================
   FINAL CTA - Beyaz Tonlar
   ======================================== */

.pc-final-cta {
    padding: 80px 0;
    background: #111827;
    color: #ffffff;
    text-align: center;
}

.pc-final-cta__content {
    margin-bottom: 40px;
}

.pc-final-cta__title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.pc-final-cta__text {
    font-size: 1.1rem;
    opacity: 0.8;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.pc-final-cta__buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.pc-final-cta__btn {
    display: inline-flex;
    align-items: center;
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pc-final-cta__btn--primary {
    background: #ffffff;
    color: #111827;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.pc-final-cta__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.pc-final-cta__btn--outline {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.pc-final-cta__btn--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.pc-final-cta__trust {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

.pc-final-cta__trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.pc-final-cta__trust-item svg {
    color: #10b981;
}

.pc-final-cta__trust-item span {
    font-size: 0.9rem;
    font-weight: 600;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1024px) {
    .pc-categories__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pc-gpus__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pc-valuator__wrapper {
        grid-template-columns: 1fr;
    }
    
    .pc-reviews__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pc-turkey-map__content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .pc-hero {
        padding: 80px 0 60px;
    }
    
    .pc-hero__title {
        font-size: 2.5rem;
    }
    
    .pc-hero__stats-mini {
        flex-direction: column;
        gap: 30px;
    }
    
    .pc-quick-stats__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .pc-categories__grid,
    .pc-gpus__grid,
    .pc-reviews__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .pc-form__radio-group,
    .pc-form__row {
        grid-template-columns: 1fr;
    }
    
    .pc-final-cta__card {
        padding: 40px 25px;
    }
    
    .pc-final-cta__trust {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .pc-hero__title {
        font-size: 2rem;
    }
    
    .pc-quick-stats__grid {
        grid-template-columns: 1fr;
    }
    
    .pc-valuator__form-card {
        padding: 30px 20px;
    }
}

