﻿.documents-page{background:#e2dac8;flex:1}.documents-page .documents-container{max-width:1200px;margin:0 auto;padding:2rem 1rem 0.5rem 1rem}.documents-section{background:var(--White-Background);border-radius:0.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);border:1px solid var(--Border-Gray);overflow:hidden}.documents-section .section-header{background:var(--Question-Background);padding:1.5rem;border-bottom:1px solid var(--Border-Gray)}.documents-section .section-header .section-title{font-family:"Manrope", sans-serif;font-size:1.25rem;font-weight:600;color:#000;margin:0 0 0.25rem 0}.documents-section .section-header .section-description{font-family:"Source Serif Pro", serif;font-size:0.875rem;color:var(--Company-Gray);margin:0}.file-list .file-item{padding:1.5rem;border-bottom:1px solid var(--Border-Gray);transition:background-color 0.2s ease}.file-list .file-item:hover{background-color:rgba(87,148,194,0.05)}.file-list .file-item:last-child{border-bottom:none}.file-list .file-item .file-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.file-list .file-item .file-info-section{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.file-list .file-item .file-icon{flex-shrink:0;width:3rem;height:3rem;border-radius:0.5rem;display:flex;align-items:center;justify-content:center}.file-list .file-item .file-icon.pdf-icon{background-color:rgba(239,68,68,0.1);color:#dc2626}.file-list .file-item .file-icon.image-icon{background-color:rgba(16,185,129,0.1);color:#059669}.file-list .file-item .file-icon.document-icon{background-color:rgba(59,130,246,0.1);color:#2563eb}.file-list .file-item .file-icon.default-icon{background-color:rgba(107,114,128,0.1);color:#4b5563}.file-list .file-item .file-icon svg{width:1.5rem;height:1.5rem}.file-list .file-item .file-details{flex:1;min-width:0}.file-list .file-item .file-details .file-name{font-family:"Manrope", sans-serif;font-size:1.125rem;font-weight:500;color:var(--Question-Font-Color);margin:0 0 0.25rem 0;word-break:break-word}.file-list .file-item .file-details .file-meta{display:flex;align-items:center;gap:1rem;font-family:"Source Serif Pro", serif;font-size:0.875rem;color:var(--Company-Gray)}.file-list .file-item .file-details .file-meta .meta-item{position:relative}.file-list .file-item .file-details .file-meta .meta-item:not(:last-child)::after{content:"•";position:absolute;right:-0.5rem;color:var(--Border-Gray)}.file-list .file-item .file-actions{display:flex;align-items:center;gap:0.75rem;flex-shrink:0}.file-list .file-item .file-actions .btn{padding:0.5rem 1rem;font-size:0.875rem}.file-list .file-item .file-actions .btn svg{width:1rem;height:1rem;margin-right:0.5rem}.empty-state{text-align:center;padding:3rem 1.5rem}.empty-state .empty-icon{width:6rem;height:6rem;margin:0 auto 1rem;background-color:var(--Question-Background);border-radius:50%;display:flex;align-items:center;justify-content:center}.empty-state .empty-icon svg{width:3rem;height:3rem;color:var(--Company-Gray)}.empty-state .empty-title{font-family:"Manrope", sans-serif;font-size:1.25rem;font-weight:600;color:var(--Question-Font-Color);margin:0 0 0.5rem 0}.empty-state .empty-description{font-family:"Source Serif Pro", serif;color:var(--Company-Gray);margin:0}.expired-state{text-align:center;padding:3rem 1.5rem}.expired-state .expired-icon{width:6rem;height:6rem;margin:0 auto 1.5rem;background-color:rgba(245,158,11,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center}.expired-state .expired-icon svg{width:3rem;height:3rem;color:var(--Warning-Yellow)}.expired-state .expired-title{font-family:"Manrope", sans-serif;font-size:1.75rem;font-weight:600;color:var(--Question-Font-Color);margin:0 0 1rem 0}.expired-state .expired-description{font-family:"Source Serif Pro", serif;font-size:1.125rem;color:var(--Company-Gray);margin:0 0 2rem 0;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.expired-state .expired-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.expired-state .expired-actions .btn{min-width:180px}.expired-state .expired-actions .btn svg{width:1rem;height:1rem;margin-right:0.5rem}.help-section{margin-top:1rem;margin-bottom:0.5rem;background:rgba(87,148,194,0.1);border:1px solid rgba(87,148,194,0.2);border-radius:0.5rem;padding:1rem}.help-section .help-header{display:flex;align-items:flex-start;gap:0.75rem}.help-section .help-header .help-icon{flex-shrink:0;width:1.5rem;height:1.5rem;color:var(--Accent-2)}.help-section .help-header .help-content{flex:1}.help-section .help-header .help-content .help-title{font-family:"Manrope", sans-serif;font-size:0.875rem;font-weight:600;color:var(--Accent-2);margin:0 0 0.5rem 0}.help-section .help-header .help-content .help-list{list-style:none;padding:0;margin:0}.help-section .help-header .help-content .help-list li{font-family:"Source Serif Pro", serif;font-size:0.875rem;color:rgba(87,148,194,0.8);margin-bottom:0.25rem;position:relative;padding-left:1rem}.help-section .help-header .help-content .help-list li::before{content:"•";position:absolute;left:0;color:var(--Accent-2)}.help-section .help-header .help-content .help-list li:last-child{margin-bottom:0}@media screen and (max-width: 768px){.documents-page .documents-container{padding:1rem 0.5rem 0.25rem 0.5rem}.file-list .file-item{padding:1rem}.file-list .file-item .file-content{flex-direction:column;align-items:stretch;gap:1rem}.file-list .file-item .file-info-section{gap:0.75rem}.file-list .file-item .file-icon{width:2.5rem;height:2.5rem}.file-list .file-item .file-icon svg{width:1.25rem;height:1.25rem}.file-list .file-item .file-details .file-name{font-size:1rem}.file-list .file-item .file-details .file-meta{flex-direction:column;align-items:flex-start;gap:0.25rem}.file-list .file-item .file-details .file-meta .meta-item::after{display:none}.file-list .file-item .file-actions{justify-content:stretch}.file-list .file-item .file-actions .btn{flex:1;justify-content:center}.expired-state{padding:2rem 1rem}.expired-state .expired-title{font-size:1.5rem}.expired-state .expired-description{font-size:1rem;margin-bottom:1.5rem}.expired-state .expired-actions{flex-direction:column;align-items:center}.expired-state .expired-actions .btn{min-width:200px;width:100%;max-width:300px}.help-section{margin-top:0.5rem;margin-bottom:0.25rem;padding:0.75rem}}.feedback-page{background:var(--Grey-Background);flex:1}.feedback-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}.feedback-header-section{background:linear-gradient(135deg, var(--Accent-2) 0%, #4a7ba7 15%);color:white;padding:1.5rem 0;text-align:center;position:relative}.feedback-header-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%)}.feedback-header-section .page-title{font-family:"Manrope", sans-serif;font-size:2rem;font-weight:600;margin:0 0 0.75rem 0;color:white}@media (max-width: 768px){.feedback-header-section .page-title{font-size:1.75rem}}.feedback-header-section .page-description{font-family:"Source Serif Pro", serif;font-size:1rem;max-width:600px;margin:0 auto;opacity:0.95;line-height:1.5}@media (max-width: 768px){.feedback-header-section .page-description{font-size:0.9rem;padding:0 1rem}}.property-section{background:var(--White-Background);padding:2rem 0}.property-section .property-header{margin-bottom:2rem}.property-section .property-header .section-title{font-family:"Manrope", sans-serif;font-size:1.5rem;font-weight:600;color:var(--Question-Font-Color);margin:0}.property-section .property-details{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:start}@media (max-width: 768px){.property-section .property-details{grid-template-columns:1fr;gap:1.5rem}}.property-section .property-image{background:var(--Question-Background);border-radius:0.5rem;overflow:hidden;min-height:300px;border:1px solid var(--Border-Gray)}.property-section .property-image .image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;color:var(--Company-Gray)}.property-section .property-image .image-placeholder svg{width:4rem;height:4rem;margin-bottom:1rem}.property-section .property-image .image-placeholder span{font-family:"Source Serif Pro", serif;font-size:0.875rem}.property-section .property-info{background:var(--White-Background);padding:2rem;border-radius:0.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);border:1px solid var(--Border-Gray)}.property-section .property-info .info-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1.5rem}@media (max-width: 768px){.property-section .property-info .info-grid{grid-template-columns:1fr;gap:1rem}}.property-section .property-info .info-item{display:flex;flex-direction:column;gap:0.25rem}.property-section .property-info .info-item .label{font-family:"Manrope", sans-serif;font-weight:600;color:var(--Company-Gray);font-size:0.875rem}.property-section .property-info .info-item .value{font-family:"Source Serif Pro", serif;font-size:1rem;color:var(--Question-Font-Color);font-weight:400}.feedback-form-section{background:var(--Grey-Background);padding:2rem 0}.feedback-form-section .feedback-form{max-width:800px;margin:0 auto;background:var(--White-Background);padding:2.5rem;border-radius:0.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);border:1px solid var(--Border-Gray)}@media (max-width: 768px){.feedback-form-section .feedback-form{padding:1.5rem}}.feedback-form-section .feedback-form .section-title{font-family:"Manrope", sans-serif;font-size:1.5rem;font-weight:600;color:var(--Question-Font-Color);margin:0 0 2rem 0;text-align:center}.feedback-form-section .feedback-form .feedback-form-content{display:flex;flex-direction:column;gap:2rem}.feedback-form-section .feedback-form .form-group{display:flex;flex-direction:column;gap:1rem}.feedback-form-section .feedback-form .radio-group{display:flex;flex-direction:column;gap:1rem}.feedback-form-section .feedback-form .radio-item,.feedback-form-section .feedback-form .checkbox-item{display:flex;align-items:flex-start;gap:0.75rem;padding:1rem;border:1px solid var(--Border-Gray);border-radius:0.25rem;transition:all 0.2s ease}.feedback-form-section .feedback-form .radio-item:hover,.feedback-form-section .feedback-form .checkbox-item:hover{background-color:rgba(87,148,194,0.05);border-color:var(--Accent-2)}.feedback-form-section .feedback-form .radio-item input[type="radio"],.feedback-form-section .feedback-form .radio-item input[type="checkbox"],.feedback-form-section .feedback-form .checkbox-item input[type="radio"],.feedback-form-section .feedback-form .checkbox-item input[type="checkbox"]{margin-top:0.125rem;transform:scale(1.1);accent-color:var(--Accent-2)}.feedback-form-section .feedback-form .radio-item label,.feedback-form-section .feedback-form .checkbox-item label{font-family:"Source Serif Pro", serif;font-size:1rem;line-height:1.5;cursor:pointer;color:var(--Question-Font-Color)}.feedback-form-section .feedback-form .dropdown-group{margin-left:2rem;margin-top:0.5rem}.feedback-form-section .feedback-form .dropdown-group .form-select{width:100%;max-width:350px;padding:0.75rem 1rem;border:1px solid var(--Border-Gray);border-radius:0.25rem;font-family:"Source Serif Pro", serif;font-size:1rem;background:var(--White-Background);color:var(--Question-Font-Color);transition:border-color 0.2s ease}.feedback-form-section .feedback-form .dropdown-group .form-select:focus{outline:2px solid var(--Accent-2);outline-offset:2px;border-color:var(--Accent-2)}.feedback-form-section .feedback-form .message-group{display:flex;flex-direction:column;gap:0.5rem}.feedback-form-section .feedback-form .message-group .form-label{font-family:"Manrope", sans-serif;font-weight:600;color:var(--Question-Font-Color);font-size:1rem}.feedback-form-section .feedback-form .message-group .form-textarea{width:100%;padding:1rem;border:1px solid var(--Border-Gray);border-radius:0.25rem;font-family:"Source Serif Pro", serif;font-size:1rem;color:var(--Question-Font-Color);background:var(--White-Background);resize:vertical;min-height:120px;transition:border-color 0.2s ease}.feedback-form-section .feedback-form .message-group .form-textarea:focus{outline:2px solid var(--Accent-2);outline-offset:2px;border-color:var(--Accent-2)}.feedback-form-section .feedback-form .message-group .form-textarea::placeholder{color:var(--Company-Gray);opacity:0.7}.feedback-form-section .feedback-form .form-actions{display:flex;justify-content:center;margin-top:1rem}.feedback-form-section .feedback-form .date-time-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;padding:1rem;border:1px solid var(--Border-Gray);border-radius:0.25rem;transition:all 0.2s ease}.feedback-form-section .feedback-form .date-time-row:hover{border-color:var(--Accent-2);background-color:rgba(87,148,194,0.05)}.feedback-form-section .feedback-form .form-group{flex:1 1 160px;min-width:160px}.feedback-form-section .feedback-form .form-group .form-input,.feedback-form-section .feedback-form .form-group .form-select{width:100%;padding:0.75rem 1rem;border:1px solid var(--Border-Gray);border-radius:0.25rem;font-family:"Source Serif Pro", serif;font-size:1rem;color:var(--Question-Font-Color);background:var(--White-Background);transition:border-color 0.2s ease, box-shadow 0.2s ease}.feedback-form-section .feedback-form .form-group .form-input:focus,.feedback-form-section .feedback-form .form-group .form-select:focus{outline:none;border-color:var(--Accent-2);box-shadow:0 0 0 3px rgba(87,148,194,0.2)}.feedback-form-section .feedback-form .form-group .form-label{font-family:"Manrope", sans-serif;font-weight:600;color:var(--Question-Font-Color);font-size:0.875rem;margin-bottom:0.5rem;display:block}.feedback-form-section .feedback-form .remove-row:hover{background:#fef2f2 !important;border-color:#fca5a5 !important;color:#dc2626 !important}.feedback-form-section .feedback-form .row-error{flex-basis:100%;margin-top:0.25rem}.feedback-form-section .feedback-form .hint{font-family:"Source Serif Pro", serif;font-size:1rem;color:var(--Company-Gray);text-align:center;margin-bottom:1.5rem}#add-row{transition:transform 0.2s ease, background 0.2s ease}#add-row:hover{transform:scale(1.1);background:var(--Accent-2) !important;color:white !important}.thank-you-section{background:var(--Question-Background);padding:3rem 0;text-align:center}.thank-you-section .thank-you-content{max-width:600px;margin:0 auto}.thank-you-section .thank-you-content .thank-you-text,.thank-you-section .thank-you-content .feedback-request{font-family:"Source Serif Pro", serif;font-size:1.125rem;margin-bottom:1.5rem;line-height:1.6;color:var(--Question-Font-Color)}.thank-you-section .thank-you-content .feedback-request{font-style:italic;opacity:0.9}.thank-you-section .thank-you-content .google-review-link{margin-top:2rem}.thank-you-page{background:var(--Grey-Background);flex:1}.thank-you-page .thank-you-content-section{padding:4rem 0;background:var(--White-Background)}.thank-you-page .thank-you-content-section .thank-you-content{text-align:center;max-width:600px;margin:0 auto}.thank-you-page .thank-you-content-section .thank-you-content .success-icon{width:5rem;height:5rem;margin:0 auto 2rem;background:var(--Success-Green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white}.thank-you-page .thank-you-content-section .thank-you-content .success-icon svg{width:2.5rem;height:2.5rem}.thank-you-page .thank-you-content-section .thank-you-content .thank-you-title{font-family:"Manrope", sans-serif;font-size:2rem;font-weight:600;color:var(--Success-Green);margin-bottom:1.5rem}.thank-you-page .thank-you-content-section .thank-you-content .thank-you-text{font-family:"Source Serif Pro", serif;font-size:1.125rem;color:var(--Question-Font-Color);margin-bottom:2rem;line-height:1.6}.thank-you-page .thank-you-content-section .thank-you-content .feedback-request{font-family:"Source Serif Pro", serif;font-size:1rem;color:var(--Company-Gray);margin-bottom:2rem;font-style:italic}.thank-you-page .thank-you-content-section .thank-you-content .google-review-link{margin-top:2rem}.contact-section{background:var(--Question-Font-Color);color:white;padding:2rem 0;text-align:center}.contact-section .contact-info{display:flex;flex-direction:column;gap:0.25rem}.contact-section .contact-info .company-name{font-family:"Manrope", sans-serif;font-size:1.25rem;font-weight:600;margin-bottom:0.75rem}.contact-section .contact-info .address,.contact-section .contact-info .city,.contact-section .contact-info .phone{font-family:"Source Serif Pro", serif;font-size:1rem;opacity:0.9}@media (max-width: 768px){.feedback-header-section{padding:1rem 0}.property-section{padding:1.5rem 0}.feedback-form-section{padding:1.5rem 0}.thank-you-section{padding:2rem 0}.thank-you-content-section{padding:3rem 0}.thank-you-content-section .success-icon{width:4rem;height:4rem}.thank-you-content-section .success-icon svg{width:2rem;height:2rem}.thank-you-content-section .thank-you-title{font-size:1.5rem}}.main-footer{background:var(--White-Background);border-top:1px solid var(--Border-Gray);margin-top:auto}.main-footer .footer-container{max-width:1200px;margin:0 auto;padding:1rem 1rem;text-align:center}.main-footer .footer-company .company-name{font-family:"Manrope", sans-serif;font-size:1.25rem;font-weight:600;color:#000;margin:0 0 0.5rem 0}.main-footer .footer-company .company-address{font-family:"Source Serif Pro", serif;font-size:0.875rem;color:var(--Company-Gray);margin:0 0 1rem 0}.main-footer .footer-company .company-contact{font-family:"Source Serif Pro", serif;font-size:0.875rem;color:var(--Company-Gray);margin:0 0 1rem 0}.main-footer .footer-company .company-contact .contact-label{font-weight:500}.main-footer .footer-company .company-tagline{font-family:"Source Serif Pro", serif;font-size:0.75rem;color:var(--Border-Gray);margin:0;font-style:italic}@media screen and (max-width: 768px){.main-footer .footer-container{padding:0.75rem 0.5rem}.main-footer .footer-company .company-name{font-size:1.125rem}}.hero-header{background:linear-gradient(135deg, var(--Accent-2) 0%, #4a7ba7 100%);color:white;position:relative;overflow:hidden}.hero-header .hero-container{max-width:1200px;margin:0 auto;padding:1.5rem 0.5rem;text-align:center;position:relative;z-index:2}.hero-header .hero-title{font-family:"Manrope", sans-serif;font-size:1.5rem;font-weight:700;margin:0 0 0.5rem 0;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,0.1)}.hero-header .hero-subtitle{font-family:"Source Serif Pro", serif;font-size:0.625rem;font-weight:400;margin:0 0 0.5rem 0;opacity:0.9}.hero-header .hero-badges{display:flex;justify-content:center;gap:0.5rem;font-family:"Manrope", sans-serif;font-size:0.4375rem;font-weight:500;opacity:0.85}.hero-header .hero-badges .badge{position:relative}.hero-header .hero-badges .badge:not(:last-child)::after{content:"•";position:absolute;right:-0.25rem;color:rgba(255,255,255,0.6)}.hero-header::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 50%),radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 50%);z-index:1}@media screen and (max-width: 768px){.hero-header .hero-container{padding:1rem 0.25rem}.hero-header .hero-title{font-size:1rem}.hero-header .hero-subtitle{font-size:0.5625rem}.hero-header .hero-badges{flex-direction:column;gap:0.25rem}.hero-header .hero-badges .badge:not(:last-child)::after{display:none}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.6);display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;z-index:1000;overflow-y:auto}.modal-overlay.hidden{display:none}.modal-container{background:var(--White-Background);border-radius:0.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);width:100%;max-width:64rem;max-height:90vh;margin-top:2rem;display:flex;flex-direction:column}.modal-container .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--Border-Gray)}.modal-container .modal-header .modal-title{font-family:"Manrope", sans-serif;font-size:1.25rem;font-weight:600;color:var(--Question-Font-Color);margin:0;word-break:break-word}.modal-container .modal-header .modal-close{background:none;border:none;color:var(--Company-Gray);cursor:pointer;padding:0.5rem;border-radius:0.25rem;transition:all 0.2s ease}.modal-container .modal-header .modal-close:hover{color:var(--Question-Font-Color);background-color:var(--Question-Background)}.modal-container .modal-header .modal-close svg{width:1.5rem;height:1.5rem}.modal-container .modal-body{padding:1.5rem;flex:1;overflow-y:auto;text-align:center}.modal-container .modal-body .preview-loading{font-family:"Source Serif Pro", serif;color:var(--Company-Gray);padding:2rem}.modal-container .modal-body .preview-error{font-family:"Source Serif Pro", serif;color:var(--Error-Red);padding:2rem}.modal-container .modal-body .preview-content img{max-width:100%;height:auto;border-radius:0.25rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.modal-container .modal-body .preview-content iframe{width:100%;height:70vh;border:none;border-radius:0.25rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}@media screen and (max-width: 768px){.modal-overlay{padding:1rem 0.5rem;align-items:flex-start}.modal-container{margin-top:1rem;max-height:95vh}.modal-container .modal-header{padding:1rem}.modal-container .modal-header .modal-title{font-size:1.125rem}.modal-container .modal-body{padding:1rem}.modal-container .modal-body .preview-content iframe{height:60vh}}.main-navigation{background:var(--White-Background);border-bottom:1px solid var(--Border-Gray);box-shadow:0 1px 3px rgba(0,0,0,0.1);position:relative;z-index:100}.main-navigation .nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:5rem}.main-navigation .logo-section{display:flex;align-items:center}.main-navigation .logo-section .logo-link{display:flex;align-items:center;text-decoration:none;transition:opacity 0.2s ease}.main-navigation .logo-section .logo-link:hover{opacity:0.8}.main-navigation .logo-section .company-logo{height:10rem;width:auto;max-width:1600px;object-fit:contain}.main-navigation .logo-section .company-name{font-family:"Manrope", sans-serif;font-size:1.5rem;font-weight:700;color:var(--Company-Blue);margin:0}.main-navigation .logo-section .company-subtitle{font-family:"Manrope", sans-serif;font-size:0.875rem;font-weight:500;color:var(--Company-Gray);margin-left:0.5rem}.main-navigation .nav-info{display:flex;align-items:center}.main-navigation .nav-info .nav-description{font-family:"Manrope", sans-serif;font-size:0.875rem;color:var(--Company-Gray);margin:0}@media screen and (max-width: 768px){.main-navigation .nav-container{padding:0 0.5rem;height:4rem}.main-navigation .logo-section .company-logo{height:14rem;max-width:1200px}.main-navigation .logo-section .company-name{font-size:1.25rem}.main-navigation .logo-section .company-subtitle{display:none}.main-navigation .nav-info .nav-description{font-size:0.75rem}}.main-navigation{background:var(--White-Background);border-bottom:1px solid var(--Border-Gray);box-shadow:0 1px 3px rgba(0,0,0,0.1);position:relative;z-index:100}.main-navigation .nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:5rem}.main-navigation .logo-section{display:flex;align-items:center}.main-navigation .logo-section .logo-link{display:flex;align-items:center;text-decoration:none;transition:opacity 0.2s ease}.main-navigation .logo-section .logo-link:hover{opacity:0.8}.main-navigation .logo-section .company-logo{height:10rem;width:auto;max-width:1600px;object-fit:contain}.main-navigation .logo-section .company-name{font-family:"Manrope", sans-serif;font-size:1.5rem;font-weight:700;color:var(--Company-Blue);margin:0}.main-navigation .logo-section .company-subtitle{font-family:"Manrope", sans-serif;font-size:0.875rem;font-weight:500;color:var(--Company-Gray);margin-left:0.5rem}.main-navigation .nav-info{display:flex;align-items:center}.main-navigation .nav-info .nav-description{font-family:"Manrope", sans-serif;font-size:0.875rem;color:var(--Company-Gray);margin:0}@media screen and (max-width: 768px){.main-navigation .nav-container{padding:0 0.5rem;height:4rem}.main-navigation .logo-section .company-logo{height:14rem;max-width:1200px}.main-navigation .logo-section .company-name{font-size:1.25rem}.main-navigation .logo-section .company-subtitle{display:none}.main-navigation .nav-info .nav-description{font-size:0.75rem}}.hero-header{background:linear-gradient(135deg, var(--Accent-2) 0%, #4a7ba7 100%);color:white;position:relative;overflow:hidden}.hero-header .hero-container{max-width:1200px;margin:0 auto;padding:1.5rem 0.5rem;text-align:center;position:relative;z-index:2}.hero-header .hero-title{font-family:"Manrope", sans-serif;font-size:1.5rem;font-weight:700;margin:0 0 0.5rem 0;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,0.1)}.hero-header .hero-subtitle{font-family:"Source Serif Pro", serif;font-size:0.625rem;font-weight:400;margin:0 0 0.5rem 0;opacity:0.9}.hero-header .hero-badges{display:flex;justify-content:center;gap:0.5rem;font-family:"Manrope", sans-serif;font-size:0.4375rem;font-weight:500;opacity:0.85}.hero-header .hero-badges .badge{position:relative}.hero-header .hero-badges .badge:not(:last-child)::after{content:"•";position:absolute;right:-0.25rem;color:rgba(255,255,255,0.6)}.hero-header::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 50%),radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 50%);z-index:1}@media screen and (max-width: 768px){.hero-header .hero-container{padding:1rem 0.25rem}.hero-header .hero-title{font-size:1rem}.hero-header .hero-subtitle{font-size:0.5625rem}.hero-header .hero-badges{flex-direction:column;gap:0.25rem}.hero-header .hero-badges .badge:not(:last-child)::after{display:none}}.documents-page{background:#e2dac8;flex:1}.documents-page .documents-container{max-width:1200px;margin:0 auto;padding:2rem 1rem 0.5rem 1rem}.documents-section{background:var(--White-Background);border-radius:0.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);border:1px solid var(--Border-Gray);overflow:hidden}.documents-section .section-header{background:var(--Question-Background);padding:1.5rem;border-bottom:1px solid var(--Border-Gray)}.documents-section .section-header .section-title{font-family:"Manrope", sans-serif;font-size:1.25rem;font-weight:600;color:#000;margin:0 0 0.25rem 0}.documents-section .section-header .section-description{font-family:"Source Serif Pro", serif;font-size:0.875rem;color:var(--Company-Gray);margin:0}.file-list .file-item{padding:1.5rem;border-bottom:1px solid var(--Border-Gray);transition:background-color 0.2s ease}.file-list .file-item:hover{background-color:rgba(87,148,194,0.05)}.file-list .file-item:last-child{border-bottom:none}.file-list .file-item .file-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.file-list .file-item .file-info-section{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.file-list .file-item .file-icon{flex-shrink:0;width:3rem;height:3rem;border-radius:0.5rem;display:flex;align-items:center;justify-content:center}.file-list .file-item .file-icon.pdf-icon{background-color:rgba(239,68,68,0.1);color:#dc2626}.file-list .file-item .file-icon.image-icon{background-color:rgba(16,185,129,0.1);color:#059669}.file-list .file-item .file-icon.document-icon{background-color:rgba(59,130,246,0.1);color:#2563eb}.file-list .file-item .file-icon.default-icon{background-color:rgba(107,114,128,0.1);color:#4b5563}.file-list .file-item .file-icon svg{width:1.5rem;height:1.5rem}.file-list .file-item .file-details{flex:1;min-width:0}.file-list .file-item .file-details .file-name{font-family:"Manrope", sans-serif;font-size:1.125rem;font-weight:500;color:var(--Question-Font-Color);margin:0 0 0.25rem 0;word-break:break-word}.file-list .file-item .file-details .file-meta{display:flex;align-items:center;gap:1rem;font-family:"Source Serif Pro", serif;font-size:0.875rem;color:var(--Company-Gray)}.file-list .file-item .file-details .file-meta .meta-item{position:relative}.file-list .file-item .file-details .file-meta .meta-item:not(:last-child)::after{content:"•";position:absolute;right:-0.5rem;color:var(--Border-Gray)}.file-list .file-item .file-actions{display:flex;align-items:center;gap:0.75rem;flex-shrink:0}.file-list .file-item .file-actions .btn{padding:0.5rem 1rem;font-size:0.875rem}.file-list .file-item .file-actions .btn svg{width:1rem;height:1rem;margin-right:0.5rem}.empty-state{text-align:center;padding:3rem 1.5rem}.empty-state .empty-icon{width:6rem;height:6rem;margin:0 auto 1rem;background-color:var(--Question-Background);border-radius:50%;display:flex;align-items:center;justify-content:center}.empty-state .empty-icon svg{width:3rem;height:3rem;color:var(--Company-Gray)}.empty-state .empty-title{font-family:"Manrope", sans-serif;font-size:1.25rem;font-weight:600;color:var(--Question-Font-Color);margin:0 0 0.5rem 0}.empty-state .empty-description{font-family:"Source Serif Pro", serif;color:var(--Company-Gray);margin:0}.expired-state{text-align:center;padding:3rem 1.5rem}.expired-state .expired-icon{width:6rem;height:6rem;margin:0 auto 1.5rem;background-color:rgba(245,158,11,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center}.expired-state .expired-icon svg{width:3rem;height:3rem;color:var(--Warning-Yellow)}.expired-state .expired-title{font-family:"Manrope", sans-serif;font-size:1.75rem;font-weight:600;color:var(--Question-Font-Color);margin:0 0 1rem 0}.expired-state .expired-description{font-family:"Source Serif Pro", serif;font-size:1.125rem;color:var(--Company-Gray);margin:0 0 2rem 0;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.expired-state .expired-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.expired-state .expired-actions .btn{min-width:180px}.expired-state .expired-actions .btn svg{width:1rem;height:1rem;margin-right:0.5rem}.help-section{margin-top:1rem;margin-bottom:0.5rem;background:rgba(87,148,194,0.1);border:1px solid rgba(87,148,194,0.2);border-radius:0.5rem;padding:1rem}.help-section .help-header{display:flex;align-items:flex-start;gap:0.75rem}.help-section .help-header .help-icon{flex-shrink:0;width:1.5rem;height:1.5rem;color:var(--Accent-2)}.help-section .help-header .help-content{flex:1}.help-section .help-header .help-content .help-title{font-family:"Manrope", sans-serif;font-size:0.875rem;font-weight:600;color:var(--Accent-2);margin:0 0 0.5rem 0}.help-section .help-header .help-content .help-list{list-style:none;padding:0;margin:0}.help-section .help-header .help-content .help-list li{font-family:"Source Serif Pro", serif;font-size:0.875rem;color:rgba(87,148,194,0.8);margin-bottom:0.25rem;position:relative;padding-left:1rem}.help-section .help-header .help-content .help-list li::before{content:"•";position:absolute;left:0;color:var(--Accent-2)}.help-section .help-header .help-content .help-list li:last-child{margin-bottom:0}@media screen and (max-width: 768px){.documents-page .documents-container{padding:1rem 0.5rem 0.25rem 0.5rem}.file-list .file-item{padding:1rem}.file-list .file-item .file-content{flex-direction:column;align-items:stretch;gap:1rem}.file-list .file-item .file-info-section{gap:0.75rem}.file-list .file-item .file-icon{width:2.5rem;height:2.5rem}.file-list .file-item .file-icon svg{width:1.25rem;height:1.25rem}.file-list .file-item .file-details .file-name{font-size:1rem}.file-list .file-item .file-details .file-meta{flex-direction:column;align-items:flex-start;gap:0.25rem}.file-list .file-item .file-details .file-meta .meta-item::after{display:none}.file-list .file-item .file-actions{justify-content:stretch}.file-list .file-item .file-actions .btn{flex:1;justify-content:center}.expired-state{padding:2rem 1rem}.expired-state .expired-title{font-size:1.5rem}.expired-state .expired-description{font-size:1rem;margin-bottom:1.5rem}.expired-state .expired-actions{flex-direction:column;align-items:center}.expired-state .expired-actions .btn{min-width:200px;width:100%;max-width:300px}.help-section{margin-top:0.5rem;margin-bottom:0.25rem;padding:0.75rem}}.main-footer{background:var(--White-Background);border-top:1px solid var(--Border-Gray);margin-top:auto}.main-footer .footer-container{max-width:1200px;margin:0 auto;padding:1rem 1rem;text-align:center}.main-footer .footer-company .company-name{font-family:"Manrope", sans-serif;font-size:1.25rem;font-weight:600;color:#000;margin:0 0 0.5rem 0}.main-footer .footer-company .company-address{font-family:"Source Serif Pro", serif;font-size:0.875rem;color:var(--Company-Gray);margin:0 0 1rem 0}.main-footer .footer-company .company-contact{font-family:"Source Serif Pro", serif;font-size:0.875rem;color:var(--Company-Gray);margin:0 0 1rem 0}.main-footer .footer-company .company-contact .contact-label{font-weight:500}.main-footer .footer-company .company-tagline{font-family:"Source Serif Pro", serif;font-size:0.75rem;color:var(--Border-Gray);margin:0;font-style:italic}@media screen and (max-width: 768px){.main-footer .footer-container{padding:0.75rem 0.5rem}.main-footer .footer-company .company-name{font-size:1.125rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.6);display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;z-index:1000;overflow-y:auto}.modal-overlay.hidden{display:none}.modal-container{background:var(--White-Background);border-radius:0.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);width:100%;max-width:64rem;max-height:90vh;margin-top:2rem;display:flex;flex-direction:column}.modal-container .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--Border-Gray)}.modal-container .modal-header .modal-title{font-family:"Manrope", sans-serif;font-size:1.25rem;font-weight:600;color:var(--Question-Font-Color);margin:0;word-break:break-word}.modal-container .modal-header .modal-close{background:none;border:none;color:var(--Company-Gray);cursor:pointer;padding:0.5rem;border-radius:0.25rem;transition:all 0.2s ease}.modal-container .modal-header .modal-close:hover{color:var(--Question-Font-Color);background-color:var(--Question-Background)}.modal-container .modal-header .modal-close svg{width:1.5rem;height:1.5rem}.modal-container .modal-body{padding:1.5rem;flex:1;overflow-y:auto;text-align:center}.modal-container .modal-body .preview-loading{font-family:"Source Serif Pro", serif;color:var(--Company-Gray);padding:2rem}.modal-container .modal-body .preview-error{font-family:"Source Serif Pro", serif;color:var(--Error-Red);padding:2rem}.modal-container .modal-body .preview-content img{max-width:100%;height:auto;border-radius:0.25rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.modal-container .modal-body .preview-content iframe{width:100%;height:70vh;border:none;border-radius:0.25rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}@media screen and (max-width: 768px){.modal-overlay{padding:1rem 0.5rem;align-items:flex-start}.modal-container{margin-top:1rem;max-height:95vh}.modal-container .modal-header{padding:1rem}.modal-container .modal-header .modal-title{font-size:1.125rem}.modal-container .modal-body{padding:1rem}.modal-container .modal-body .preview-content iframe{height:60vh}}.feedback-page{background:var(--Grey-Background);flex:1}.feedback-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}.feedback-header-section{background:linear-gradient(135deg, var(--Accent-2) 0%, #4a7ba7 15%);color:white;padding:1.5rem 0;text-align:center;position:relative}.feedback-header-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%)}.feedback-header-section .page-title{font-family:"Manrope", sans-serif;font-size:2rem;font-weight:600;margin:0 0 0.75rem 0;color:white}@media (max-width: 768px){.feedback-header-section .page-title{font-size:1.75rem}}.feedback-header-section .page-description{font-family:"Source Serif Pro", serif;font-size:1rem;max-width:600px;margin:0 auto;opacity:0.95;line-height:1.5}@media (max-width: 768px){.feedback-header-section .page-description{font-size:0.9rem;padding:0 1rem}}.property-section{background:var(--White-Background);padding:2rem 0}.property-section .property-header{margin-bottom:2rem}.property-section .property-header .section-title{font-family:"Manrope", sans-serif;font-size:1.5rem;font-weight:600;color:var(--Question-Font-Color);margin:0}.property-section .property-details{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:start}@media (max-width: 768px){.property-section .property-details{grid-template-columns:1fr;gap:1.5rem}}.property-section .property-image{background:var(--Question-Background);border-radius:0.5rem;overflow:hidden;min-height:300px;border:1px solid var(--Border-Gray)}.property-section .property-image .image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;color:var(--Company-Gray)}.property-section .property-image .image-placeholder svg{width:4rem;height:4rem;margin-bottom:1rem}.property-section .property-image .image-placeholder span{font-family:"Source Serif Pro", serif;font-size:0.875rem}.property-section .property-info{background:var(--White-Background);padding:2rem;border-radius:0.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);border:1px solid var(--Border-Gray)}.property-section .property-info .info-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1.5rem}@media (max-width: 768px){.property-section .property-info .info-grid{grid-template-columns:1fr;gap:1rem}}.property-section .property-info .info-item{display:flex;flex-direction:column;gap:0.25rem}.property-section .property-info .info-item .label{font-family:"Manrope", sans-serif;font-weight:600;color:var(--Company-Gray);font-size:0.875rem}.property-section .property-info .info-item .value{font-family:"Source Serif Pro", serif;font-size:1rem;color:var(--Question-Font-Color);font-weight:400}.feedback-form-section{background:var(--Grey-Background);padding:2rem 0}.feedback-form-section .feedback-form{max-width:800px;margin:0 auto;background:var(--White-Background);padding:2.5rem;border-radius:0.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);border:1px solid var(--Border-Gray)}@media (max-width: 768px){.feedback-form-section .feedback-form{padding:1.5rem}}.feedback-form-section .feedback-form .section-title{font-family:"Manrope", sans-serif;font-size:1.5rem;font-weight:600;color:var(--Question-Font-Color);margin:0 0 2rem 0;text-align:center}.feedback-form-section .feedback-form .feedback-form-content{display:flex;flex-direction:column;gap:2rem}.feedback-form-section .feedback-form .form-group{display:flex;flex-direction:column;gap:1rem}.feedback-form-section .feedback-form .radio-group{display:flex;flex-direction:column;gap:1rem}.feedback-form-section .feedback-form .radio-item,.feedback-form-section .feedback-form .checkbox-item{display:flex;align-items:flex-start;gap:0.75rem;padding:1rem;border:1px solid var(--Border-Gray);border-radius:0.25rem;transition:all 0.2s ease}.feedback-form-section .feedback-form .radio-item:hover,.feedback-form-section .feedback-form .checkbox-item:hover{background-color:rgba(87,148,194,0.05);border-color:var(--Accent-2)}.feedback-form-section .feedback-form .radio-item input[type="radio"],.feedback-form-section .feedback-form .radio-item input[type="checkbox"],.feedback-form-section .feedback-form .checkbox-item input[type="radio"],.feedback-form-section .feedback-form .checkbox-item input[type="checkbox"]{margin-top:0.125rem;transform:scale(1.1);accent-color:var(--Accent-2)}.feedback-form-section .feedback-form .radio-item label,.feedback-form-section .feedback-form .checkbox-item label{font-family:"Source Serif Pro", serif;font-size:1rem;line-height:1.5;cursor:pointer;color:var(--Question-Font-Color)}.feedback-form-section .feedback-form .dropdown-group{margin-left:2rem;margin-top:0.5rem}.feedback-form-section .feedback-form .dropdown-group .form-select{width:100%;max-width:350px;padding:0.75rem 1rem;border:1px solid var(--Border-Gray);border-radius:0.25rem;font-family:"Source Serif Pro", serif;font-size:1rem;background:var(--White-Background);color:var(--Question-Font-Color);transition:border-color 0.2s ease}.feedback-form-section .feedback-form .dropdown-group .form-select:focus{outline:2px solid var(--Accent-2);outline-offset:2px;border-color:var(--Accent-2)}.feedback-form-section .feedback-form .message-group{display:flex;flex-direction:column;gap:0.5rem}.feedback-form-section .feedback-form .message-group .form-label{font-family:"Manrope", sans-serif;font-weight:600;color:var(--Question-Font-Color);font-size:1rem}.feedback-form-section .feedback-form .message-group .form-textarea{width:100%;padding:1rem;border:1px solid var(--Border-Gray);border-radius:0.25rem;font-family:"Source Serif Pro", serif;font-size:1rem;color:var(--Question-Font-Color);background:var(--White-Background);resize:vertical;min-height:120px;transition:border-color 0.2s ease}.feedback-form-section .feedback-form .message-group .form-textarea:focus{outline:2px solid var(--Accent-2);outline-offset:2px;border-color:var(--Accent-2)}.feedback-form-section .feedback-form .message-group .form-textarea::placeholder{color:var(--Company-Gray);opacity:0.7}.feedback-form-section .feedback-form .form-actions{display:flex;justify-content:center;margin-top:1rem}.feedback-form-section .feedback-form .date-time-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;padding:1rem;border:1px solid var(--Border-Gray);border-radius:0.25rem;transition:all 0.2s ease}.feedback-form-section .feedback-form .date-time-row:hover{border-color:var(--Accent-2);background-color:rgba(87,148,194,0.05)}.feedback-form-section .feedback-form .form-group{flex:1 1 160px;min-width:160px}.feedback-form-section .feedback-form .form-group .form-input,.feedback-form-section .feedback-form .form-group .form-select{width:100%;padding:0.75rem 1rem;border:1px solid var(--Border-Gray);border-radius:0.25rem;font-family:"Source Serif Pro", serif;font-size:1rem;color:var(--Question-Font-Color);background:var(--White-Background);transition:border-color 0.2s ease, box-shadow 0.2s ease}.feedback-form-section .feedback-form .form-group .form-input:focus,.feedback-form-section .feedback-form .form-group .form-select:focus{outline:none;border-color:var(--Accent-2);box-shadow:0 0 0 3px rgba(87,148,194,0.2)}.feedback-form-section .feedback-form .form-group .form-label{font-family:"Manrope", sans-serif;font-weight:600;color:var(--Question-Font-Color);font-size:0.875rem;margin-bottom:0.5rem;display:block}.feedback-form-section .feedback-form .remove-row:hover{background:#fef2f2 !important;border-color:#fca5a5 !important;color:#dc2626 !important}.feedback-form-section .feedback-form .row-error{flex-basis:100%;margin-top:0.25rem}.feedback-form-section .feedback-form .hint{font-family:"Source Serif Pro", serif;font-size:1rem;color:var(--Company-Gray);text-align:center;margin-bottom:1.5rem}#add-row{transition:transform 0.2s ease, background 0.2s ease}#add-row:hover{transform:scale(1.1);background:var(--Accent-2) !important;color:white !important}.thank-you-section{background:var(--Question-Background);padding:3rem 0;text-align:center}.thank-you-section .thank-you-content{max-width:600px;margin:0 auto}.thank-you-section .thank-you-content .thank-you-text,.thank-you-section .thank-you-content .feedback-request{font-family:"Source Serif Pro", serif;font-size:1.125rem;margin-bottom:1.5rem;line-height:1.6;color:var(--Question-Font-Color)}.thank-you-section .thank-you-content .feedback-request{font-style:italic;opacity:0.9}.thank-you-section .thank-you-content .google-review-link{margin-top:2rem}.thank-you-page{background:var(--Grey-Background);flex:1}.thank-you-page .thank-you-content-section{padding:4rem 0;background:var(--White-Background)}.thank-you-page .thank-you-content-section .thank-you-content{text-align:center;max-width:600px;margin:0 auto}.thank-you-page .thank-you-content-section .thank-you-content .success-icon{width:5rem;height:5rem;margin:0 auto 2rem;background:var(--Success-Green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white}.thank-you-page .thank-you-content-section .thank-you-content .success-icon svg{width:2.5rem;height:2.5rem}.thank-you-page .thank-you-content-section .thank-you-content .thank-you-title{font-family:"Manrope", sans-serif;font-size:2rem;font-weight:600;color:var(--Success-Green);margin-bottom:1.5rem}.thank-you-page .thank-you-content-section .thank-you-content .thank-you-text{font-family:"Source Serif Pro", serif;font-size:1.125rem;color:var(--Question-Font-Color);margin-bottom:2rem;line-height:1.6}.thank-you-page .thank-you-content-section .thank-you-content .feedback-request{font-family:"Source Serif Pro", serif;font-size:1rem;color:var(--Company-Gray);margin-bottom:2rem;font-style:italic}.thank-you-page .thank-you-content-section .thank-you-content .google-review-link{margin-top:2rem}.contact-section{background:var(--Question-Font-Color);color:white;padding:2rem 0;text-align:center}.contact-section .contact-info{display:flex;flex-direction:column;gap:0.25rem}.contact-section .contact-info .company-name{font-family:"Manrope", sans-serif;font-size:1.25rem;font-weight:600;margin-bottom:0.75rem}.contact-section .contact-info .address,.contact-section .contact-info .city,.contact-section .contact-info .phone{font-family:"Source Serif Pro", serif;font-size:1rem;opacity:0.9}@media (max-width: 768px){.feedback-header-section{padding:1rem 0}.property-section{padding:1.5rem 0}.feedback-form-section{padding:1.5rem 0}.thank-you-section{padding:2rem 0}.thank-you-content-section{padding:3rem 0}.thank-you-content-section .success-icon{width:4rem;height:4rem}.thank-you-content-section .success-icon svg{width:2rem;height:2rem}.thank-you-content-section .thank-you-title{font-size:1.5rem}}@font-face{font-family:"Source Serif Pro";src:url(/assets/source-serif-pro.regular-59aac1ee89e01724e4995397e09e87e4ccfebb6f9afb8bdf3204582fcbcefe18.ttf) format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:"Manrope";src:url(/assets/manrope.regular-ade4608ddf1eb044e088185ebd6da2b8c1f3a1f14221f20f3f21973e36917f0f.otf) format("opentype");font-weight:normal;font-style:normal}:root{--Accent-2: #5794C2;--Accent-2-Dark: #4a7ba7;--Grey-Background: #F6F6F6;--White-Background: #FFF;--Question-Background: #EAEAEA;--Question-Font-Color: #2F2F2F;--Stepper-Progressbar-Background: #D9D9D9;--Company-Blue: #2563eb;--Company-Gray: #64748b;--Border-Gray: #e5e7eb;--Success-Green: #10b981;--Error-Red: #ef4444;--Warning-Yellow: #f59e0b;font-family:"Source Serif Pro", Georgia, serif;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*::before,*::after{box-sizing:inherit}body{margin:0;padding:0;font-family:"Source Serif Pro", Georgia, serif;background:var(--Grey-Background);color:var(--Question-Font-Color);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:"Manrope", "Source Serif Pro", Georgia, serif;font-weight:600;margin:0 0 1rem 0;line-height:1.2}h1{font-size:3.75rem;color:#000}h2{font-size:2.5rem}h3{font-size:1.75rem}p{margin:0 0 1rem 0;font-size:1.125rem;font-weight:400}a{color:var(--Accent-2);text-decoration:none;transition:color 0.2s ease}a:hover{color:var(--Accent-2-Dark)}button,.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.75rem 1.5rem;font-family:"Manrope", sans-serif;font-size:0.875rem;font-weight:500;border:none;border-radius:0.125rem;cursor:pointer;transition:all 0.2s ease;text-decoration:none}button:focus,.btn:focus{outline:2px solid var(--Accent-2);outline-offset:2px}button.btn-primary,.btn.btn-primary{background-color:var(--Accent-2);color:white}button.btn-primary:hover,.btn.btn-primary:hover{background-color:var(--Accent-2-Dark);transform:translateY(-1px)}button.btn-secondary,.btn.btn-secondary{background-color:var(--White-Background);color:var(--Question-Font-Color);border:1px solid var(--Border-Gray)}button.btn-secondary:hover,.btn.btn-secondary:hover{background-color:var(--Question-Background)}button:disabled,.btn:disabled{background-color:var(--Stepper-Progressbar-Background);color:#666;cursor:not-allowed}button:disabled:hover,.btn:disabled:hover{transform:none}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.content-wrapper{width:100%;min-height:100vh;display:flex;flex-direction:column}main{flex:1;display:flex;flex-direction:column}.alert{padding:1rem 1.5rem;margin:1rem;border-radius:0.5rem;font-family:"Source Serif Pro", serif;font-size:0.875rem}.alert.alert-success{background-color:rgba(16,185,129,0.1);border:1px solid rgba(16,185,129,0.2);color:#065f46}.alert.alert-error{background-color:rgba(239,68,68,0.1);border:1px solid rgba(239,68,68,0.2);color:#991b1b}.alert.alert-warning{background-color:rgba(245,158,11,0.1);border:1px solid rgba(245,158,11,0.2);color:#92400e}@media screen and (max-width: 768px){:root{font-size:14px}h1{font-size:2.5rem}.container{padding:0 0.5rem}.alert{margin:0.5rem;padding:0.75rem 1rem}}
