.rsa-booking-page {
font-family: 'Montserrat', sans-serif;
color: #1B1D21;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
} .rsa-booking-page a,
.rsa-booking-page a:visited,
.rsa-booking-page a:link {
color: inherit;
}
.rsa-booking-page a:visited {
color: inherit !important;
}
.rsa-booking-page *,
.rsa-booking-page *::before,
.rsa-booking-page *::after {
box-sizing: border-box;
}
.rsa-container {
max-width: 1170px;
margin: 0 auto;
padding: 0 20px;
} .rsa-section-label {
display: block;
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
color: #43BAFF;
margin-bottom: 12px;
}
.rsa-section-label.rsa-label-dark {
color: #43BAFF;
} .rsa-hero-section {
background: #1a1a2e;
padding: 50px 0 60px;
color: #fff;
}
.rsa-hero-section .rsa-section-label {
color: #43BAFF;
}
.rsa-hero-grid {
display: flex;
align-items: center;
gap: 60px;
}
.rsa-hero-text {
flex: 1;
min-width: 0;
}
.rsa-hero-image {
flex: 0 0 auto;
width: 340px;
display: flex;
align-items: center;
justify-content: center;
}
.rsa-hero-image img {
max-width: 100%;
height: auto;
max-height: 380px;
object-fit: contain;
} .rsa-device-showcase {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
padding-bottom: 80px;
} .rsa-device-showcase::before {
content: '';
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
width: 500px;
height: 500px;
background: radial-gradient(
ellipse at center,
rgba(67, 150, 255, 0.5) 0%,
rgba(80, 100, 255, 0.3) 25%,
rgba(67, 186, 255, 0.15) 45%,
transparent 65%
);
border-radius: 50%;
filter: blur(30px);
z-index: 0;
pointer-events: none;
}
.rsa-device-showcase .rsa-device-img {
position: relative;
z-index: 1;
max-width: 100%;
max-height: 380px;
object-fit: contain;
filter:
brightness(1.3)
drop-shadow(0 20px 50px rgba(0, 0, 0, 0.5))
drop-shadow(0 0 40px rgba(67, 150, 255, 0.3));
animation: rsa-float 6s ease-in-out infinite;
}
.rsa-device-showcase .rsa-device-reflection {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%) scaleY(-1);
z-index: 1;
max-width: 100%;
max-height: 380px;
object-fit: contain;
opacity: 0.2;
mask-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, transparent 40%);
-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, transparent 40%);
filter: blur(2px) brightness(1.3);
pointer-events: none;
}
@keyframes rsa-float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
.rsa-device-placeholder {
width: 160px;
max-height: 300px;
opacity: 0.4;
}
.rsa-device-placeholder svg {
width: 100%;
height: auto;
max-height: 300px;
}
.rsa-breadcrumb {
font-size: 13px;
margin-bottom: 30px;
}
.rsa-breadcrumb a,
.rsa-breadcrumb a:visited {
color: rgba(255,255,255,0.7);
text-decoration: none;
}
.rsa-breadcrumb a:hover {
color: #fff;
text-decoration: underline;
}
.rsa-breadcrumb span {
margin: 0 6px;
color: rgba(255,255,255,0.5);
}
.rsa-hero-text h1,
.rsa-hero-content h1 {
font-family: 'Montserrat', sans-serif;
font-size: 42px;
font-weight: 800;
margin: 0 0 16px;
line-height: 1.15;
color: #fff !important;
}
.rsa-hero-desc {
font-size: 17px;
line-height: 1.7;
opacity: 0.85;
max-width: 700px;
margin: 0 0 24px;
} .rsa-hero-highlights {
display: flex;
gap: 32px;
margin-top: 28px;
flex-wrap: wrap;
}
.rsa-hero-stat {
display: flex;
flex-direction: column;
gap: 4px;
}
.rsa-hero-stat strong {
font-family: 'Montserrat', sans-serif;
font-size: 22px;
font-weight: 800;
color: #43BAFF;
}
.rsa-hero-stat span {
font-size: 11px;
color: rgba(255,255,255,0.5);
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 600;
}
.rsa-hero-reviews {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}
.rsa-hero-rating {
font-size: 16px;
font-weight: 700;
color: #fff;
}
.rsa-hero-stars {
display: flex;
align-items: center;
gap: 2px;
}
.rsa-hero-reviews-link {
font-size: 14px;
color: rgba(255,255,255,0.6);
text-decoration: none;
margin-left: 4px;
}
.rsa-hero-reviews-link:hover {
color: #43BAFF;
} .rsa-about-section {
background: #fff;
padding: 60px 0;
}
.rsa-about-section h2 {
font-family: 'Montserrat', sans-serif;
font-size: 32px;
font-weight: 800;
margin: 0 0 16px;
color: #1B1D21;
}
.rsa-about-desc {
font-size: 16px;
line-height: 1.8;
color: #555;
max-width: 800px;
margin: 0 0 28px;
}
.rsa-model-numbers {
margin-bottom: 28px;
font-size: 14px;
color: #555;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 8px;
}
.rsa-model-numbers strong {
color: #1B1D21;
margin-right: 4px;
}
.rsa-model-tag {
display: inline-block;
padding: 4px 12px;
background: #F0F1F4;
border-radius: 4px;
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-weight: 600;
color: #555;
letter-spacing: 0.5px;
}
.rsa-common-issues {
margin-bottom: 28px;
}
.rsa-common-issues h3 {
font-family: 'Montserrat', sans-serif;
font-size: 18px;
font-weight: 700;
margin: 0 0 14px;
color: #1B1D21;
}
.rsa-common-issues ul {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
display: grid !important;
grid-template-columns: 1fr 1fr;
gap: 10px;
}
.rsa-common-issues ul li::before {
display: none !important;
}
.rsa-common-issues li {
display: flex;
align-items: center;
gap: 10px;
font-size: 14px;
color: #555;
padding: 8px 0;
}
.rsa-common-issues li i {
color: #43BAFF;
font-size: 16px;
width: 20px;
text-align: center;
flex-shrink: 0;
}
.rsa-part-table-wrap {
margin-bottom: 28px;
font-size: 14px;
color: #555;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.rsa-part-table-wrap strong {
display: block;
color: #1B1D21;
margin-bottom: 10px;
}
.rsa-part-table {
width: 100%;
border-collapse: collapse;
font-size: 13px;
font-family: 'Montserrat', sans-serif;
}
.rsa-part-table th {
background: #1B1D21;
color: #fff;
font-weight: 700;
padding: 10px 14px;
text-align: left;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.rsa-part-table th:first-child {
border-radius: 4px 0 0 0;
}
.rsa-part-table th:last-child {
border-radius: 0 4px 0 0;
}
.rsa-part-table td {
padding: 10px 14px;
border-bottom: 1px solid #E8E9EC;
color: #555;
}
.rsa-part-table td:first-child {
color: #1B1D21;
font-weight: 600;
}
.rsa-part-table tbody tr:last-child td:first-child {
border-radius: 0 0 0 4px;
}
.rsa-part-table tbody tr:last-child td:last-child {
border-radius: 0 0 4px 0;
}
.rsa-part-table tbody tr:hover td {
background: #F8F9FA;
}
@media (max-width: 600px) {
.rsa-part-table {
font-size: 11px;
}
.rsa-part-table th,
.rsa-part-table td {
padding: 8px 8px;
}
}
.rsa-about-links {
margin-top: 8px;
}
.rsa-about-links p {
font-size: 14px;
color: #888;
margin: 0;
}
.rsa-about-links a {
color: #43BAFF;
text-decoration: none;
font-weight: 600;
}
.rsa-about-links a:hover {
text-decoration: underline;
} .rsa-repairs-section {
background: #1c1842;
padding: 60px 0;
color: #fff;
}
.rsa-repairs-section h2 {
font-family: 'Montserrat', sans-serif;
font-size: 32px;
font-weight: 800;
margin: 0 0 8px;
color: #fff !important;
}
.rsa-repairs-section .rsa-section-label {
color: #43BAFF;
}
.rsa-repairs-section .rsa-section-subtitle {
color: rgba(255,255,255,0.7);
}
.rsa-repairs-section .rsa-section-subtitle strong {
color: #fff;
}
.rsa-section-subtitle {
font-size: 16px;
color: #666;
margin: 0 0 32px;
max-width: 600px;
}
.rsa-repair-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 12px;
}
.rsa-repair-card {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
padding: 24px 16px;
background: rgba(255,255,255,0.06);
border: 2px solid rgba(255,255,255,0.1);
border-radius: 8px;
cursor: pointer;
transition: all 0.2s ease;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight: 600;
color: #fff;
text-align: center;
}
.rsa-repair-card i {
font-size: 28px;
color: #43BAFF;
transition: transform 0.2s ease;
}
.rsa-repair-card:hover {
border-color: #43BAFF;
background: rgba(67,186,255,0.1);
}
.rsa-repair-card:hover i {
transform: scale(1.1);
}
.rsa-repair-card.active {
border-color: #43BAFF;
background: #43BAFF;
color: #fff;
}
.rsa-repair-card.active i {
color: #fff;
} .rsa-booking-section {
background: #F8F9FB;
padding: 60px 0;
color: #1B1D21;
}
.rsa-booking-section h2 {
font-family: 'Montserrat', sans-serif;
font-size: 28px;
font-weight: 800;
margin: 0 0 8px;
color: #1B1D21 !important;
}
.rsa-booking-section .rsa-section-subtitle {
color: #666;
} .rsa-urgency-content {
text-align: center;
max-width: 600px;
margin: 0 auto;
padding: 20px 0;
}
.rsa-urgency-content h2 {
color: #1B1D21 !important;
margin-bottom: 28px;
}
.rsa-urgency-points {
display: flex;
flex-direction: column;
gap: 16px;
margin-bottom: 28px;
}
.rsa-urgency-item {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
font-size: 16px;
color: #333;
}
.rsa-urgency-item i {
color: #22c55e;
font-size: 20px;
flex-shrink: 0;
}
.rsa-urgency-cta {
font-size: 14px;
color: #888;
margin: 0 0 20px;
} .rsa-urgency-content .rsa-btn.rsa-btn-primary,
.rsa-urgency-content .rsa-btn.rsa-btn-primary:visited,
.rsa-urgency-content .rsa-btn.rsa-btn-primary:link {
color: #fff !important;
background: #43BAFF !important;
text-decoration: none !important;
} .rsa-booking-form-state .rsa-step-num {
color: #1B1D21;
background: rgba(0,0,0,0.08);
}
.rsa-booking-form-state .rsa-progress-step.active .rsa-step-num {
background: #43BAFF;
color: #fff;
}
.rsa-booking-form-state .rsa-progress-step.completed .rsa-step-num {
background: #43BAFF;
color: #fff;
}
.rsa-booking-form-state .rsa-step-label {
color: #1B1D21;
}
.rsa-booking-form-state .rsa-progress-line {
background: rgba(0,0,0,0.12);
} .rsa-booking-form-state .rsa-calendar-wrap {
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 8px;
}
.rsa-booking-form-state .rsa-cal-month {
color: #1B1D21;
}
.rsa-booking-form-state .rsa-cal-nav {
background: #F0F1F4;
color: #1B1D21;
}
.rsa-booking-form-state .rsa-cal-nav:hover:not(:disabled) {
background: #43BAFF;
color: #fff;
}
.rsa-booking-form-state .rsa-cal-day-name {
color: #999;
}
.rsa-booking-form-state .rsa-cal-day-name.rsa-cal-sunday {
color: #ccc;
}
.rsa-booking-form-state .rsa-cal-day {
background: #F5F7FA;
color: #1B1D21;
border-radius: 6px;
}
.rsa-booking-form-state .rsa-cal-day:hover:not(.rsa-cal-disabled):not(.rsa-cal-empty) {
background: #43BAFF;
color: #fff;
}
.rsa-booking-form-state .rsa-cal-day.rsa-cal-empty {
background: transparent;
}
.rsa-booking-form-state .rsa-cal-day.rsa-cal-disabled {
background: transparent;
color: #ccc;
}
.rsa-booking-form-state .rsa-cal-day.rsa-cal-selected {
background: #43BAFF;
color: #fff;
}
.rsa-booking-form-state .rsa-cal-day.rsa-cal-today {
border: 2px solid #43BAFF;
}
.rsa-booking-form-state .rsa-cal-day.rsa-cal-sunday {
color: #ccc;
} .rsa-booking-form-state .rsa-time-wrap h3 {
color: #1B1D21;
}
.rsa-booking-form-state .rsa-time-btn {
background: #fff;
border: 2px solid #e5e7eb;
color: #1B1D21;
border-radius: 8px;
}
.rsa-booking-form-state .rsa-time-btn:hover {
border-color: #43BAFF;
background: #EDF7FF;
}
.rsa-booking-form-state .rsa-time-btn.active {
background: #43BAFF;
border-color: #43BAFF;
color: #fff;
} .rsa-booking-form-state .rsa-field label {
color: #1B1D21;
}
.rsa-booking-form-state .rsa-field input,
.rsa-booking-form-state .rsa-field textarea {
background: #fff;
border: 2px solid #e5e7eb;
color: #1B1D21;
border-radius: 8px;
}
.rsa-booking-form-state .rsa-field input::placeholder,
.rsa-booking-form-state .rsa-field textarea::placeholder {
color: #aaa;
}
.rsa-booking-form-state .rsa-field input:focus,
.rsa-booking-form-state .rsa-field textarea:focus {
border-color: #43BAFF;
} .rsa-booking-form-state .rsa-summary {
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 8px;
}
.rsa-booking-form-state .rsa-summary-row {
border-bottom-color: #eee;
}
.rsa-booking-form-state .rsa-summary-label {
color: #888;
}
.rsa-booking-form-state .rsa-summary-value {
color: #1B1D21;
} .rsa-booking-form-state .rsa-btn-ghost {
border-color: rgba(0,0,0,0.2);
color: #1B1D21;
}
.rsa-booking-form-state .rsa-btn-ghost:hover {
border-color: #1B1D21;
} .rsa-booking-form-state .rsa-success p {
color: #555;
}
.rsa-booking-form-state .rsa-success-info {
background: #F5F7FA;
border-radius: 8px;
}
.rsa-booking-form-state .rsa-success-info p {
color: #555;
} .rsa-booking-form-state .rsa-error-message {
border-radius: 8px;
} .rsa-progress {
display: flex;
align-items: center;
justify-content: center;
gap: 0;
margin-bottom: 48px;
padding: 0 20px;
}
.rsa-progress-step {
display: flex;
align-items: center;
gap: 8px;
opacity: 0.4;
transition: opacity 0.3s;
}
.rsa-progress-step.active {
opacity: 1;
}
.rsa-step-num {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
background: rgba(255,255,255,0.15);
color: #fff;
font-weight: 700;
font-size: 14px;
font-family: 'Montserrat', sans-serif;
border-radius: 50%;
}
.rsa-progress-step.active .rsa-step-num {
background: #43BAFF;
}
.rsa-progress-step.completed .rsa-step-num {
background: #43BAFF;
}
.rsa-step-label {
font-size: 13px;
font-weight: 600;
color: #fff;
}
.rsa-progress-line {
width: 40px;
height: 2px;
background: rgba(255,255,255,0.2);
margin: 0 12px;
} .rsa-datetime-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
margin-bottom: 32px;
}
.rsa-calendar-wrap {
background: rgba(255,255,255,0.06);
padding: 24px;
border-radius: 8px;
}
.rsa-calendar-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}
.rsa-cal-month {
font-size: 18px;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
}
.rsa-cal-nav {
background: rgba(255,255,255,0.1);
border: none;
color: #fff;
width: 36px;
height: 36px;
font-size: 20px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.2s;
border-radius: 8px;
}
.rsa-cal-nav:hover:not(:disabled) {
background: #43BAFF;
}
.rsa-cal-nav:disabled {
opacity: 0.3;
cursor: not-allowed;
}
.rsa-calendar-grid {
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 4px;
}
.rsa-cal-day-name {
text-align: center;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
color: rgba(255,255,255,0.5);
padding: 8px 0;
}
.rsa-cal-day-name.rsa-cal-sunday {
color: rgba(255,255,255,0.2);
}
.rsa-cal-day {
text-align: center;
padding: 10px 4px;
font-size: 14px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
background: rgba(255,255,255,0.08);
color: #fff;
border: none;
cursor: pointer;
transition: all 0.15s;
border-radius: 6px;
}
.rsa-cal-day:hover:not(.rsa-cal-disabled):not(.rsa-cal-empty) {
background: #43BAFF;
}
.rsa-cal-day.rsa-cal-empty {
background: transparent;
cursor: default;
}
.rsa-cal-day.rsa-cal-disabled {
opacity: 0.2;
cursor: not-allowed;
background: transparent;
}
.rsa-cal-day.rsa-cal-today {
border: 2px solid #43BAFF;
}
.rsa-cal-day.rsa-cal-selected {
background: #43BAFF;
color: #fff;
}
.rsa-cal-day.rsa-cal-sunday {
color: rgba(255,255,255,0.3);
} .rsa-time-wrap h3 {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 700;
margin: 0 0 16px;
color: #fff;
}
.rsa-time-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 8px;
}
.rsa-time-btn {
padding: 12px 8px;
background: rgba(255,255,255,0.08);
border: 2px solid transparent;
color: #fff;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: all 0.15s;
text-align: center;
border-radius: 8px;
}
.rsa-time-btn:hover {
border-color: #43BAFF;
background: rgba(67,186,255,0.15);
}
.rsa-time-btn.active {
background: #43BAFF;
border-color: #43BAFF;
color: #fff;
} .rsa-form-fields {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 32px;
max-width: 700px;
}
.rsa-field-full {
grid-column: 1 / -1;
}
.rsa-field label {
display: block;
font-size: 14px;
font-weight: 600;
margin-bottom: 6px;
color: #fff;
}
.rsa-required {
color: #e63946;
}
.rsa-optional {
font-weight: 400;
opacity: 0.6;
font-size: 12px;
}
.rsa-field input,
.rsa-field textarea {
width: 100%;
padding: 12px 16px;
background: rgba(255,255,255,0.08);
border: 2px solid rgba(255,255,255,0.15);
color: #fff;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
transition: border-color 0.2s;
border-radius: 8px;
}
.rsa-field input::placeholder,
.rsa-field textarea::placeholder {
color: rgba(255,255,255,0.35);
}
.rsa-field input:focus,
.rsa-field textarea:focus {
outline: none;
border-color: #43BAFF;
}
.rsa-field input.rsa-field-error,
.rsa-field textarea.rsa-field-error {
border-color: #e63946;
} .rsa-postcode-row {
display: flex;
gap: 10px;
align-items: flex-end;
}
.rsa-postcode-row .rsa-field {
flex: 1;
}
.rsa-postcode-row .rsa-btn-find-address {
height: 47px;
padding: 0 20px;
white-space: nowrap;
flex-shrink: 0;
font-size: 14px;
margin-bottom: 0;
}
.rsa-address-dropdown {
grid-column: 1 / -1;
}
.rsa-address-dropdown select {
width: 100%;
padding: 12px 16px;
background: #fff;
border: 2px solid #e5e7eb;
color: #1B1D21;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
border-radius: 8px;
cursor: pointer;
appearance: auto;
}
.rsa-booking-form-state .rsa-address-dropdown select {
background: #fff;
border: 2px solid #e5e7eb;
color: #1B1D21;
}
.rsa-booking-form-state .rsa-address-dropdown select:focus {
border-color: #43BAFF;
outline: none;
} .rsa-summary {
background: rgba(255,255,255,0.06);
padding: 24px;
margin-bottom: 32px;
max-width: 600px;
border-radius: 8px;
}
.rsa-summary-row {
display: flex;
justify-content: space-between;
padding: 12px 0;
border-bottom: 1px solid rgba(255,255,255,0.08);
}
.rsa-summary-row:last-child {
border-bottom: none;
}
.rsa-summary-label {
font-size: 14px;
font-weight: 600;
color: rgba(255,255,255,0.6);
}
.rsa-summary-value {
font-size: 14px;
font-weight: 700;
color: #fff;
text-align: right;
} .rsa-step-actions {
display: flex;
gap: 12px;
align-items: center;
}
.rsa-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 14px 28px;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 700;
border: none;
cursor: pointer;
transition: all 0.2s;
text-decoration: none;
border-radius: 8px;
}
.rsa-btn-primary {
background: #43BAFF;
color: #fff;
}
.rsa-btn-primary:hover:not(:disabled) {
background: #2aa8f0;
}
.rsa-btn-primary:disabled {
opacity: 0.4;
cursor: not-allowed;
}
.rsa-btn-ghost {
background: transparent;
border: 2px solid rgba(255,255,255,0.3);
color: #fff;
}
.rsa-btn-ghost:hover {
border-color: #fff;
}
.rsa-btn-submit {
background: #43BAFF;
min-width: 200px;
justify-content: center;
}
.rsa-btn-submit:hover:not(:disabled) {
background: #2aa8f0;
} .rsa-error-message {
background: rgba(230,57,70,0.15);
border: 1px solid #e63946;
color: #e63946;
padding: 14px 20px;
margin-top: 16px;
font-size: 14px;
max-width: 600px;
border-radius: 8px;
} .rsa-success {
text-align: center;
padding: 20px 0;
}
.rsa-success-icon {
font-size: 64px;
color: #43BAFF;
margin-bottom: 20px;
}
.rsa-success h2 {
text-align: center;
}
.rsa-success p {
font-size: 16px;
color: rgba(255,255,255,0.8);
}
.rsa-success-details {
max-width: 500px;
margin: 32px auto;
}
.rsa-success-info {
background: rgba(255,255,255,0.06);
padding: 32px;
margin-top: 32px;
max-width: 500px;
margin-left: auto;
margin-right: auto;
text-align: left;
border-radius: 8px;
}
.rsa-success-info h3 {
font-family: 'Montserrat', sans-serif;
font-size: 18px;
font-weight: 700;
margin: 0 0 12px;
color: #43BAFF;
}
.rsa-success-info p {
margin: 0 0 12px;
font-size: 14px;
line-height: 1.7;
}
.rsa-success-info a {
color: #43BAFF;
text-decoration: none;
font-weight: 600;
} .rsa-faq-section {
background: #1a1a2e;
padding: 60px 0;
color: #fff;
}
.rsa-faq-section .rsa-section-label {
color: #43BAFF;
}
.rsa-faq-section h2 {
font-family: 'Montserrat', sans-serif;
font-size: 32px;
font-weight: 800;
margin: 0 0 32px;
color: #fff !important;
}
.rsa-faq-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
}
.rsa-faq-item {
background: rgba(255,255,255,0.06);
padding: 24px;
border-left: 4px solid #43BAFF;
border-radius: 8px;
}
.rsa-faq-item h3 {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 700;
margin: 0 0 8px;
color: #fff;
}
.rsa-faq-item p {
font-size: 14px;
line-height: 1.7;
margin: 0;
color: rgba(255,255,255,0.7);
} .rsa-map-section {
background: #fff;
padding: 60px 0;
}
.rsa-map-section h2 {
font-family: 'Montserrat', sans-serif;
font-size: 32px;
font-weight: 800;
margin: 0 0 24px;
color: #1B1D21 !important;
}
.rsa-map-wrap {
margin-bottom: 32px;
border-radius: 8px;
overflow: hidden;
}
.rsa-map-wrap iframe {
display: block;
width: 100%;
height: 400px;
}
.rsa-map-info {
display: flex;
gap: 48px;
flex-wrap: wrap;
}
.rsa-map-info-item {
display: flex;
align-items: flex-start;
gap: 14px;
font-size: 15px;
line-height: 1.6;
color: #555;
}
.rsa-map-info-item i {
color: #43BAFF;
font-size: 20px;
margin-top: 3px;
flex-shrink: 0;
}
.rsa-map-info-item strong {
color: #1B1D21;
}
.rsa-map-info-item a {
color: #43BAFF;
text-decoration: none;
font-weight: 600;
}
.rsa-map-info-item a:hover {
text-decoration: underline;
} .rsa-cta-section {
background: #1c1842;
padding: 70px 0;
color: #fff;
}
.rsa-cta-content {
text-align: center;
}
.rsa-cta-label {
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
color: #43BAFF;
margin-bottom: 12px;
}
.rsa-cta-content h2 {
font-family: 'Montserrat', sans-serif;
font-size: 30px;
font-weight: 800;
line-height: 30px;
margin: 0 0 12px;
color: #fff !important;
}
.rsa-cta-address {
font-size: 16px;
color: rgba(255,255,255,0.6);
margin: 0 0 32px;
}
.rsa-cta-address strong {
color: #fff;
font-weight: 700;
}
.rsa-reviews-bar {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-bottom: 32px;
flex-wrap: wrap;
}
.rsa-reviews-google-text {
font-size: 14px;
font-weight: 700;
color: #fff;
margin-left: 4px;
}
.rsa-reviews-rating {
font-size: 20px;
font-weight: 800;
color: #fff;
}
.rsa-reviews-stars {
display: flex;
align-items: center;
gap: 2px;
}
.rsa-reviews-link {
font-size: 13px;
color: rgba(255,255,255,0.6);
text-decoration: none;
margin-left: 4px;
}
.rsa-reviews-link:hover {
color: #43BAFF;
}
.rsa-cta-buttons {
display: flex;
justify-content: center;
gap: 16px;
flex-wrap: wrap;
}
.rsa-cta-call-btn {
background-color: #43BAFF !important;
border-radius: 8px !important;
color: #fff !important;
padding: 16px 32px !important;
font-size: 15px !important;
font-weight: 700 !important;
line-height: 28px !important;
display: inline-flex !important;
align-items: center;
justify-content: center;
gap: 10px;
text-decoration: none !important;
}
.rsa-cta-call-btn:hover {
background-color: #2aa8f0 !important;
color: #fff !important;
}
.rsa-cta-book-btn {
background: transparent !important;
border: 2px solid rgba(255,255,255,0.2) !important;
border-radius: 8px !important;
color: #fff !important;
padding: 16px 32px !important;
font-size: 15px !important;
font-weight: 700 !important;
line-height: 28px !important;
display: inline-flex !important;
align-items: center;
justify-content: center;
gap: 10px;
text-decoration: none !important;
}
.rsa-cta-book-btn:hover {
border-color: #fff !important;
color: #fff !important;
} .rsa-search-section {
background: #fff;
padding: 48px 0 32px;
}
.rsa-search-wrap {
max-width: 700px;
margin: 0 auto;
}
.rsa-search-input-wrap {
position: relative;
}
.rsa-search-icon {
position: absolute;
left: 18px;
top: 50%;
transform: translateY(-50%);
color: #999;
font-size: 18px;
pointer-events: none;
}
.rsa-search-input {
width: 100%;
padding: 16px 20px 16px 56px !important;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
border: 2px solid #ddd;
border-radius: 8px;
background: #fff;
transition: border-color 0.2s;
}
.rsa-search-input:focus {
outline: none;
border-color: #43BAFF;
}
.rsa-search-help {
font-size: 13px;
color: #888;
margin: 12px 0 0;
text-align: center;
}
.rsa-search-results {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #fff;
border: 2px solid #43BAFF;
border-top: none;
border-radius: 0 0 8px 8px;
z-index: 100;
max-height: 320px;
overflow-y: auto;
box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.rsa-search-result {
display: flex;
align-items: center;
gap: 14px;
padding: 14px 20px;
text-decoration: none;
color: #1B1D21;
transition: background 0.15s;
border-bottom: 1px solid #eee;
}
.rsa-search-result:last-child {
border-bottom: none;
}
.rsa-search-result:hover {
background: #EDF7FF;
}
.rsa-search-result i {
color: #43BAFF;
font-size: 20px;
}
.rsa-search-result-thumb {
width: 36px;
height: 36px;
border-radius: 6px;
overflow: hidden;
background: #f5f7fa;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
}
.rsa-search-result-thumb img {
width: 100%;
height: 100%;
object-fit: contain;
}
.rsa-search-result strong {
display: block;
font-size: 15px;
}
.rsa-search-brand {
font-size: 12px;
color: #999;
}
.rsa-search-empty {
padding: 20px;
text-align: center;
color: #888;
font-size: 14px;
}  .rsa-brands-section {
background: #F5F7FA;
padding: 48px 0;
}
.rsa-brands-section h2 {
font-family: 'Montserrat', sans-serif;
font-size: 28px;
font-weight: 800;
margin: 0 0 24px;
}
.rsa-brand-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
gap: 12px;
}
.rsa-brand-card {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
padding: 28px 20px;
background: #fff;
border: 2px solid transparent;
border-radius: 8px;
text-decoration: none;
color: #1B1D21;
transition: all 0.2s;
}
.rsa-brand-card:hover {
border-color: #43BAFF;
color: #1B1D21;
}
.rsa-brand-name {
font-size: 18px;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
}
.rsa-brand-count {
font-size: 13px;
color: #999;
} .rsa-devices-section {
background: #fff;
padding: 48px 0 60px;
}
.rsa-brand-group {
margin-bottom: 40px;
}
.rsa-brand-group:last-child {
margin-bottom: 0;
}
.rsa-brand-group h3 {
font-family: 'Montserrat', sans-serif;
font-size: 22px;
font-weight: 800;
margin: 0 0 16px;
padding-bottom: 12px;
border-bottom: 2px solid #43BAFF;
display: inline-block;
}
.rsa-device-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: 10px;
}
.rsa-device-card {
display: flex;
align-items: center;
gap: 14px;
padding: 16px 20px;
background: #F5F7FA;
text-decoration: none;
color: #1B1D21;
transition: all 0.2s;
border: 2px solid transparent;
border-radius: 8px;
}
.rsa-device-card:visited {
color: #1B1D21;
}
.rsa-device-card:hover {
border-color: #43BAFF;
background: #EDF7FF;
color: #1B1D21;
}
.rsa-device-thumb {
width: 44px;
height: 44px;
flex-shrink: 0;
border-radius: 8px;
overflow: hidden;
background: #fff;
}
.rsa-device-thumb img {
width: 100%;
height: 100%;
object-fit: contain;
}
.rsa-device-icon {
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 8px;
flex-shrink: 0;
}
.rsa-device-icon i {
font-size: 20px;
color: #43BAFF;
}
.rsa-device-info {
flex: 1;
min-width: 0;
}
.rsa-device-name {
display: block;
font-size: 15px;
font-weight: 700;
}
.rsa-device-type {
display: block;
font-size: 12px;
color: #999;
}
.rsa-device-arrow {
color: #ccc;
font-size: 14px;
transition: color 0.2s;
}
.rsa-device-card:hover .rsa-device-arrow {
color: #43BAFF;
}
.rsa-no-devices {
text-align: center;
padding: 60px 20px;
color: #888;
} @media (max-width: 768px) {
.rsa-hero-grid {
flex-direction: column;
gap: 30px;
}
.rsa-hero-image {
width: 100%;
max-width: 250px;
}
.rsa-device-showcase::before {
width: 300px;
height: 300px;
}
.rsa-device-showcase .rsa-device-img,
.rsa-device-showcase .rsa-device-reflection {
max-height: 260px;
}
.rsa-hero-text h1 {
font-size: 28px;
}
.rsa-hero-desc {
font-size: 15px;
}
.rsa-about-section h2 {
font-size: 24px;
}
.rsa-common-issues ul {
grid-template-columns: 1fr;
}
.rsa-repair-grid {
grid-template-columns: repeat(2, 1fr);
gap: 8px;
}
.rsa-repair-card {
padding: 18px 12px;
font-size: 12px;
}
.rsa-repair-card i {
font-size: 22px;
}
.rsa-datetime-grid {
grid-template-columns: 1fr;
gap: 24px;
}
.rsa-time-grid {
grid-template-columns: repeat(3, 1fr);
}
.rsa-form-fields {
grid-template-columns: 1fr;
}
.rsa-faq-grid {
grid-template-columns: 1fr;
}
.rsa-progress {
padding: 0;
}
.rsa-step-label {
display: none;
}
.rsa-progress-line {
width: 20px;
margin: 0 4px;
}
.rsa-step-actions {
flex-wrap: wrap;
}
.rsa-btn {
padding: 12px 20px;
font-size: 14px;
}
.rsa-map-wrap iframe {
height: 300px;
}
.rsa-map-info {
flex-direction: column;
gap: 20px;
}
.rsa-cta-buttons {
flex-direction: column;
align-items: stretch;
}
.rsa-cta-buttons .rsa-btn {
justify-content: center;
}
.rsa-hero-highlights {
gap: 20px;
}
.rsa-hero-stat strong {
font-size: 18px;
}
.rsa-brand-grid {
grid-template-columns: repeat(2, 1fr);
}
.rsa-device-grid {
grid-template-columns: 1fr;
}
.rsa-brands-section h2,
.rsa-faq-section h2,
.rsa-cta-content h2,
.rsa-repairs-section h2,
.rsa-map-section h2 {
font-size: 24px;
}
.rsa-booking-section h2 {
font-size: 22px;
}
}
@media (max-width: 480px) {
.rsa-repair-grid {
grid-template-columns: 1fr 1fr;
}
.rsa-time-grid {
grid-template-columns: repeat(2, 1fr);
}
.rsa-hero-text h1 {
font-size: 24px;
}
} .rsa-booking-page .entry-content {
padding-top: 0 !important;
} .single-rsa_device .page-header,
.single-rsa_device .pheader,
.single-rsa_device #pheader,
.single-rsa_device .page-title-area,
.post-type-archive-rsa_device .page-header,
.post-type-archive-rsa_device .pheader,
.post-type-archive-rsa_device #pheader,
.post-type-archive-rsa_device .page-title-area {
display: none !important;
} .rsa-hero-section,
.rsa-about-section,
.rsa-search-section,
.rsa-brands-section,
.rsa-repairs-section,
.rsa-booking-section,
.rsa-faq-section,
.rsa-map-section,
.rsa-cta-section,
.rsa-devices-section {
width: 100vw;
position: relative;
left: 50%;
margin-left: -50vw;
} .rsa-about-section::before,
.rsa-booking-section::before,
.rsa-map-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Crect x='1' y='1' width='58' height='58' fill='none' stroke='%23141D38' stroke-width='0.5' opacity='0.06'/%3E%3Crect x='15' y='15' width='30' height='30' fill='none' stroke='%23141D38' stroke-width='0.3' opacity='0.04'/%3E%3C/svg%3E");
background-size: 60px 60px;
pointer-events: none;
z-index: 0;
}
.rsa-about-section > .rsa-container,
.rsa-booking-section > .rsa-container,
.rsa-map-section > .rsa-container {
position: relative;
z-index: 1;
}