:root {
    --pp-primary-blue: #0077A5;
    --pp-secondary-blue: #3C8DBC;
    --pp-accent-green: #22947A;
    --pp-dark-blue: #141871;
    --pp-orange: #C27600;
    --pp-light-gray: #f8f9fa;
    --pp-border-color: #e9ecef;
}

.pro-profile-1 {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

.pro-profile-1 .property-report {
    max-width: 8.5in;
    margin: 0 auto;
    background: white;
}

.pro-profile-1 .report-page {
    background: white;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    overflow: hidden;
}

.pro-profile-1 .cover-page {
    background: linear-gradient(135deg, var(--pp-primary-blue) 0%, var(--pp-secondary-blue) 100%);
    color: white;
    padding: 60px 40px;
    text-align: center;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.pro-profile-1 .cover-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
}

.pro-profile-1 .cover-overlay {
    background: linear-gradient(135deg, rgba(0, 119, 165, 0.85) 0%, rgba(60, 141, 188, 0.75) 100%);
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.pro-profile-1 .cover-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.pro-profile-1 .cover-address h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

.pro-profile-1 .section-wrapper {
    display: flex;
    gap: 0;
    margin-bottom: 0;
}

.pro-profile-1 .section-content {
    flex: 1;
    min-width: 0;
    padding: 25px;
}

.pro-profile-1 .section-sidebar {
    flex: 0 0 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-profile-1 .section-sidebar-blue {
    background: linear-gradient(180deg, var(--pp-secondary-blue), var(--pp-primary-blue));
}

.pro-profile-1 .section-sidebar-orange {
    background: linear-gradient(180deg, var(--pp-orange), #a86200);
}

.pro-profile-1 .section-sidebar-green {
    background: linear-gradient(180deg, var(--pp-accent-green), #1e7a65);
}

.pro-profile-1 .section-sidebar-darkblue {
    background: linear-gradient(180deg, var(--pp-dark-blue), #0f1454);
}

.pro-profile-1 .sidebar-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    color: white;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pro-profile-1 .section-header {
    background: linear-gradient(135deg, var(--pp-secondary-blue), var(--pp-primary-blue));
    color: white;
    padding: 15px 20px;
    margin: 0 0 20px 0;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.pro-profile-1 .section-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20px;
    width: 80px;
    height: 200%;
    background: rgba(255,255,255,0.1);
    transform: rotate(15deg);
}

.pro-profile-1 .section-header h2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pro-profile-1 .section-header-orange {
    background: linear-gradient(135deg, var(--pp-orange), #a86200);
}

.pro-profile-1 .section-header-green {
    background: linear-gradient(135deg, var(--pp-accent-green), #1e7a65);
}

.pro-profile-1 .section-header-darkblue {
    background: linear-gradient(135deg, var(--pp-dark-blue), #0f1454);
}

.pro-profile-1 .info-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    border: 1px solid var(--pp-border-color);
}

.pro-profile-1 .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.pro-profile-1 .info-row:last-child {
    border-bottom: none;
}

.pro-profile-1 .info-label {
    font-weight: 500;
    color: #666;
    flex: 0 0 40%;
}

.pro-profile-1 .info-value {
    color: #333;
    text-align: right;
    flex: 1;
    font-weight: 500;
}

.pro-profile-1 .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-bottom: 25px;
}

.pro-profile-1 .stat-box {
    background: var(--pp-light-gray);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    border: 1px solid var(--pp-border-color);
}

.pro-profile-1 .stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--pp-primary-blue);
    display: block;
}

.pro-profile-1 .stat-label {
    font-size: 0.8rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pro-profile-1 .comp-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    border: 1px solid var(--pp-border-color);
    margin-bottom: 15px;
}

.pro-profile-1 .comp-header {
    background: linear-gradient(135deg, var(--pp-accent-green) 0%, #1e7a65 100%);
    color: white;
    padding: 12px;
    position: relative;
}

.pro-profile-1 .comp-number {
    position: absolute;
    top: -8px;
    right: 15px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.8rem;
}

.pro-profile-1 .comp-address {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.pro-profile-1 .comp-price {
    font-size: 1.2rem;
    font-weight: 700;
}

.pro-profile-1 .comp-details {
    padding: 12px;
}

.pro-profile-1 .comp-row {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.85rem;
}

.pro-profile-1 .comp-row:last-child {
    border-bottom: none;
}

.pro-profile-1 .data-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.pro-profile-1 .data-table th {
    background: linear-gradient(135deg, var(--pp-secondary-blue), var(--pp-primary-blue));
    color: white;
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
}

.pro-profile-1 .data-table td {
    padding: 10px 15px;
    border-bottom: 1px solid #e9ecef;
}

.pro-profile-1 .data-table tr:nth-child(even) {
    background: var(--pp-light-gray);
}

.pro-profile-1 .data-table tr:hover {
    background: #e3f2fd;
}

.pro-profile-1 .school-card {
    background: white;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 12px;
    border-left: 4px solid var(--pp-dark-blue);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.pro-profile-1 .school-name {
    font-weight: 600;
    color: var(--pp-dark-blue);
    margin-bottom: 5px;
}

.pro-profile-1 .school-type {
    font-size: 0.8rem;
    color: #666;
}

.pro-profile-1 .demo-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    border: 1px solid var(--pp-border-color);
}

.pro-profile-1 .demo-title {
    color: var(--pp-accent-green);
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.pro-profile-1 .report-footer {
    background: var(--pp-light-gray);
    padding: 30px;
    margin-top: 30px;
    border-radius: 12px;
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.8;
}

.pro-profile-1 .report-footer strong {
    color: var(--pp-primary-blue);
}

@media print {
    .pro-profile-1 .report-page {
        box-shadow: none;
        margin-bottom: 0;
    }
    
    .pro-profile-1 .section-sidebar {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
