/* Rand Autoscan — React-inspired UI overlay
   Keeps WordPress copy & images; matches the React visual system. */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800;900&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
    --ra-red: #e74a49;
    --ra-red-hover: #d43f3e;
    --ra-navy: #0a316c;
    --ra-navy-deep: #082857;
    --ra-navy-dark: #041630;
    --ra-steel: #2c639a;
    --ra-aqua: #adbdd5;
    --ra-ice: #f6faff;
    --ra-ice-2: #f5f9ff;
    --ra-amber: #f6a440;
    --ra-border: #d7dfea;
    --ra-slate-50: #f8fafc;
    --ra-slate-100: #f1f5f9;
    --ra-slate-200: #e2e8f0;
    --ra-slate-400: #94a3b8;
    --ra-slate-500: #64748b;
    --ra-slate-600: #475569;
    --ra-slate-700: #334155;
    --ra-slate-800: #1e293b;
    --ra-slate-900: #0f172a;
    --ra-slate-950: #020617;
    --ra-radius: 16px;
    --ra-radius-sm: 10px;
    --ra-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    --ra-shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.16);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    color: var(--ra-slate-900);
    background: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.font-display {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
}

body.ra-body h1,
body.ra-body h2,
body.ra-body h3,
body.ra-body h4 {
    color: var(--ra-slate-900);
}

body.ra-body .ra-hero h1,
body.ra-body .ra-page-hero h1,
body.ra-body .ra-page-hero-title,
body.ra-body .ra-cta-band h3,
body.ra-body .ra-footer h4,
body.ra-body .ra-guarantee h4,
body.ra-body .ra-about-overlay h4,
body.ra-body .ra-service-hero-caption h1,
body.ra-body .ra-modal-head h2,
body.ra-body .error-404-content h2 {
    color: #fff;
}

body.ra-body img {
    max-width: 100%;
    height: auto;
}

.ra-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Neutralise leftover Doroka floats on new chrome */
.ra-topbar,
.ra-header,
.ra-hero,
.ra-section,
.ra-page-hero,
.ra-footer,
.ra-whatsapp,
.ra-modal {
    float: none;
    width: 100%;
}

/* ---------- Top bar ---------- */
.ra-topbar {
    background: var(--ra-navy);
    color: #e2e8f0;
    font-size: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #082755;
}

.ra-topbar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 16px;
}

.ra-topbar-left,
.ra-topbar-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
}

.ra-topbar a {
    color: inherit;
    text-decoration: none;
}

.ra-topbar a:hover {
    color: #fff;
}

.ra-topbar i {
    color: var(--ra-red);
    margin-right: 6px;
}

.ra-topbar .ra-hours i {
    color: var(--ra-amber);
}

.ra-topbar-phone {
    font-weight: 700;
    color: #fff;
}

.ra-topbar-social {
    color: #cbd5e1;
}

/* ---------- Header ---------- */
.ra-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 var(--ra-border);
    transition: box-shadow 0.2s, padding 0.2s;
}

.ra-header.is-scrolled {
    box-shadow: var(--ra-shadow);
}

.ra-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
}

.ra-logo img {
    height: 48px;
    width: auto;
    display: block;
}

.ra-nav {
    display: none;
    align-items: center;
    gap: 4px;
}

.ra-nav a,
.ra-nav .ra-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    color: var(--ra-slate-700);
    text-decoration: none;
    background: transparent;
    border: 1px solid transparent;
}

.ra-nav a:hover,
.ra-nav .ra-nav-btn:hover,
.ra-nav a.current-menu-item,
.ra-nav li.current-menu-item > a,
.ra-nav li.current_page_item > a,
.ra-nav a.active {
    color: var(--ra-navy);
    background: var(--ra-ice-2);
    border-color: var(--ra-border);
}

.ra-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.ra-header-actions {
    display: none;
    align-items: center;
    gap: 12px;
}

.ra-call-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ra-slate-800);
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
}

.ra-call-chip .ra-call-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--ra-slate-100);
    border: 1px solid var(--ra-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ra-red);
}

.ra-call-chip small {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: var(--ra-slate-400);
    font-weight: 600;
    line-height: 1;
}

.ra-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: var(--ra-navy);
    border-radius: 10px;
    font-size: 22px;
}

.ra-mobile-quote {
    display: inline-flex;
}

.ra-dropdown {
    position: relative;
}

.ra-dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% - 2px);
    width: 380px;
    background: #fff;
    border: 1px solid var(--ra-border);
    border-radius: 14px;
    box-shadow: var(--ra-shadow-lg);
    padding: 10px;
    z-index: 50;
}

.ra-dropdown:hover .ra-dropdown-menu,
.ra-dropdown:focus-within .ra-dropdown-menu {
    display: grid;
    gap: 4px;
}

.ra-dropdown-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ra-slate-400);
    padding: 6px 10px;
}

.ra-dropdown-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: var(--ra-slate-800);
}

.ra-dropdown-item:hover {
    background: var(--ra-ice-2);
}

.ra-dropdown-item i {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: var(--ra-slate-100);
    color: var(--ra-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ra-dropdown-item strong {
    display: block;
    font-size: 13px;
}

.ra-dropdown-item span {
    display: block;
    font-size: 12px;
    color: var(--ra-slate-500);
    font-weight: 500;
}

.ra-dropdown-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 6px;
    padding: 10px;
    background: var(--ra-ice-2);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    color: var(--ra-navy);
    text-decoration: none;
}

.ra-mobile-drawer {
    display: none;
    background: #fff;
    border-top: 1px solid var(--ra-slate-200);
    padding: 12px 24px 24px;
    box-shadow: var(--ra-shadow);
}

.ra-header.is-open .ra-mobile-drawer {
    display: block;
}

.ra-mobile-drawer a {
    display: block;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    color: var(--ra-slate-800);
    text-decoration: none;
}

.ra-mobile-drawer a:hover,
.ra-mobile-drawer a.active {
    background: var(--ra-ice-2);
    color: var(--ra-navy);
}

.ra-mobile-drawer .ra-btn {
    width: 100%;
    margin-top: 8px;
}

@media (min-width: 992px) {
    .ra-nav,
    .ra-header-actions {
        display: flex;
    }
    .ra-menu-toggle,
    .ra-mobile-quote,
    .ra-mobile-drawer {
        display: none !important;
    }
}

/* ---------- Buttons ---------- */
.ra-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: 0.18s ease;
    line-height: 1.2;
}

.ra-btn-primary {
    background: var(--ra-red);
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(231, 74, 73, 0.28);
}

.ra-btn-primary:hover {
    background: var(--ra-red-hover);
    color: #fff !important;
    transform: translateY(-1px);
}

.ra-btn-navy {
    background: var(--ra-navy);
    color: #fff !important;
}

.ra-btn-navy:hover {
    background: var(--ra-red);
    color: #fff !important;
}

.ra-btn-ghost {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ra-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff !important;
}

.ra-btn-dark {
    background: var(--ra-slate-900);
    color: #fff !important;
}

.ra-btn-sm {
    padding: 8px 14px;
    font-size: 12px;
    border-radius: 10px;
}

.ra-btn-block {
    width: 100%;
}

/* ---------- Hero ---------- */
.ra-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--ra-navy) 0%, var(--ra-navy-deep) 55%, var(--ra-navy-dark) 100%);
    color: #fff;
    padding: 56px 0 80px;
}

.ra-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(173, 189, 213, 0.35) 1px, transparent 1px);
    background-size: 32px 32px;
    opacity: 0.25;
    pointer-events: none;
}

.ra-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.ra-hero-glow-1 {
    width: 380px;
    height: 380px;
    background: var(--ra-steel);
    top: -120px;
    right: -80px;
    opacity: 0.35;
}

.ra-hero-glow-2 {
    width: 280px;
    height: 280px;
    background: var(--ra-aqua);
    bottom: 40px;
    left: -60px;
    opacity: 0.2;
}

.ra-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 40px;
    align-items: center;
}

.ra-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ra-pill-light {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #bae6fd;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
}

.ra-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ra-red);
    animation: ra-ping 1.4s ease-out infinite;
}

@keyframes ra-ping {
    0% { box-shadow: 0 0 0 0 rgba(231, 74, 73, 0.7); }
    100% { box-shadow: 0 0 0 8px rgba(231, 74, 73, 0); }
}

.ra-hero h1 {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.12;
    font-weight: 800;
    color: #fff;
    margin: 16px 0;
}

.ra-hero h1 span {
    background: linear-gradient(90deg, #f87171, #fda4af, #bae6fd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ra-hero-copy {
    font-size: 17px;
    line-height: 1.7;
    color: #e2e8f0;
    max-width: 36rem;
    margin-bottom: 20px;
}

.ra-hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.ra-hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
}

.ra-hero-chip i {
    color: #7dd3fc;
}

.ra-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.ra-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ra-hero-stats strong {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

.ra-hero-stats span {
    font-size: 12px;
    color: #cbd5e1;
}

.ra-hero-stats .is-amber strong { color: var(--ra-amber); }
.ra-hero-stats .is-green strong { color: #34d399; }

.ra-quote-card {
    background: #fff;
    color: var(--ra-slate-900);
    border-radius: 20px;
    padding: 28px;
    box-shadow: var(--ra-shadow-lg);
    border: 1px solid var(--ra-slate-200);
}

.ra-quote-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--ra-slate-100);
}

.ra-quote-card-head h2 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 4px;
    color: var(--ra-slate-900);
}

.ra-quote-card-head p {
    margin: 0;
    font-size: 12px;
    color: var(--ra-slate-500);
}

.ra-badge-green {
    font-size: 11px;
    font-weight: 700;
    color: #047857;
    background: #d1fae5;
    border: 1px solid #a7f3d0;
    padding: 4px 10px;
    border-radius: 999px;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .ra-hero-grid {
        grid-template-columns: 1.15fr 0.85fr;
    }
}

/* ---------- Forms ---------- */
.ra-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ra-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: var(--ra-slate-700);
}

.ra-field em {
    color: var(--ra-red);
    font-style: normal;
}

.ra-field input,
.ra-field select,
.ra-field textarea,
.ra-form input,
.ra-form select,
.ra-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--ra-slate-300);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    font-family: inherit;
    color: var(--ra-slate-800);
    background: #fff;
    outline: none;
}

.ra-field input:focus,
.ra-field select:focus,
.ra-field textarea:focus {
    border-color: var(--ra-steel);
    box-shadow: 0 0 0 3px rgba(44, 99, 154, 0.18);
}

.ra-field-wide { grid-column: 1; }
.ra-field-year { grid-column: 2; }
.ra-field-full { grid-column: 1 / -1; }

.ra-form-note {
    text-align: center;
    font-size: 11px;
    color: var(--ra-slate-400);
    margin: 10px 0 0;
}

.ra-hp {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ra-alert {
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 13px;
    margin-bottom: 14px;
}

.ra-alert-success {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.ra-alert-error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

@media (max-width: 575px) {
    .ra-form-grid {
        grid-template-columns: 1fr;
    }
    .ra-field-wide,
    .ra-field-year,
    .ra-field-full {
        grid-column: 1;
    }
}

/* ---------- Sections ---------- */
.ra-section {
    padding: 72px 0;
}

.ra-section-ice { background: var(--ra-ice); }
.ra-section-slate { background: var(--ra-slate-50); }
.ra-section-white { background: #fff; }

.ra-section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
}

.ra-section-head.ra-left {
    text-align: left;
    margin-left: 0;
}

.ra-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.ra-eyebrow-navy {
    background: rgba(10, 49, 108, 0.08);
    color: var(--ra-navy);
    border: 1px solid rgba(10, 49, 108, 0.18);
}

.ra-eyebrow-green {
    background: #d1fae5;
    color: #065f46;
}

.ra-eyebrow-blue {
    background: #dbeafe;
    color: #1e40af;
}

.ra-section-head h2 {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    color: var(--ra-slate-900);
    line-height: 1.2;
    margin: 0 0 10px;
}

.ra-section-head p {
    color: var(--ra-slate-600);
    font-size: 16px;
    margin: 0;
}

/* ---------- Service cards ---------- */
.ra-cards-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

@media (min-width: 768px) {
    .ra-cards-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
    .ra-cards-3 { grid-template-columns: repeat(3, 1fr); }
}

.ra-service-card {
    background: #fff;
    border: 1px solid var(--ra-border);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: 0.25s ease;
}

.ra-service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ra-shadow-lg);
}

.ra-service-media {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: var(--ra-slate-100);
}

.ra-service-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ra-service-card:hover .ra-service-media img {
    transform: scale(1.05);
}

.ra-service-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.7), transparent 55%);
}

.ra-service-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ra-service-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.ra-service-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--ra-ice-2);
    border: 1px solid var(--ra-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ra-navy);
    flex-shrink: 0;
}

.ra-service-body h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: var(--ra-slate-900);
    line-height: 1.3;
}

.ra-service-body p {
    font-size: 14px;
    color: var(--ra-slate-600);
    line-height: 1.6;
    margin: 0 0 16px;
}

.ra-service-foot {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--ra-slate-100);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ra-link {
    font-size: 12px;
    font-weight: 700;
    color: var(--ra-navy);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ra-link:hover { color: var(--ra-red); }

.ra-cta-band {
    margin-top: 48px;
    background: var(--ra-navy);
    color: #fff;
    border-radius: 20px;
    padding: 28px 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: var(--ra-shadow-lg);
}

.ra-cta-band h3 {
    color: #fff;
    font-size: 22px;
    margin: 0 0 6px;
}

.ra-cta-band p {
    color: #e2e8f0;
    margin: 0;
    font-size: 14px;
}

/* ---------- About ---------- */
.ra-about-grid {
    display: grid;
    gap: 48px;
    align-items: center;
}

@media (min-width: 992px) {
    .ra-about-grid { grid-template-columns: 1.1fr 0.9fr; }
}

.ra-about-copy h2 {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    line-height: 1.2;
    margin: 12px 0 16px;
}

.ra-about-copy p {
    color: var(--ra-slate-600);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 14px;
}

.ra-pillar-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 20px 0;
}

.ra-pillar {
    background: var(--ra-ice-2);
    border: 1px solid var(--ra-border);
    border-radius: 14px;
    padding: 16px;
}

.ra-pillar i {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--ra-border);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ra-navy);
    margin-bottom: 8px;
}

.ra-pillar h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 4px;
}

.ra-pillar p {
    font-size: 12px;
    margin: 0;
}

.ra-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.ra-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ra-slate-800);
    margin-bottom: 8px;
}

.ra-checklist i { color: var(--ra-red); margin-top: 3px; }

.ra-about-media img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.ra-about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
}

.ra-stat-tile {
    background: var(--ra-navy);
    color: #fff;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
}

.ra-stat-tile strong {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: var(--ra-amber);
}

.ra-stat-tile.is-green strong { color: #34d399; }

.ra-stat-tile span {
    font-size: 12px;
    color: #cbd5e1;
}

.ra-about-split {
    position: relative;
}

.ra-about-split .ra-about-overlay {
    position: absolute;
    left: 16px;
    bottom: 16px;
    right: 16px;
    color: #fff;
}

.ra-about-split .ra-about-overlay span {
    display: inline-block;
    background: var(--ra-navy);
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 8px;
    margin-bottom: 6px;
    border: 1px solid rgba(255,255,255,0.2);
}

.ra-about-split figure {
    position: relative;
    margin: 0;
}

.ra-about-split figure::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(to top, rgba(15,23,42,0.75), transparent 50%);
    pointer-events: none;
}

/* ---------- Gallery ---------- */
.ra-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media (min-width: 768px) {
    .ra-gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 992px) {
    .ra-gallery-grid { grid-template-columns: repeat(4, 1fr); }
}

.ra-gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 14px;
    height: 220px;
}

.ra-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.ra-gallery-item:hover img { transform: scale(1.08); }

.ra-gallery-item .ra-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 49, 108, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
    color: #fff;
    font-size: 22px;
}

.ra-gallery-item:hover .ra-gallery-overlay { opacity: 1; }

/* ---------- Testimonials ---------- */
.ra-testi-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 40px;
}

.ra-score {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--ra-slate-50);
    border: 1px solid var(--ra-slate-200);
    border-radius: 14px;
    padding: 16px 20px;
}

.ra-score-num {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    padding-right: 16px;
    border-right: 1px solid var(--ra-slate-200);
}

.ra-stars { color: var(--ra-amber); letter-spacing: 1px; }
.ra-score small { display: block; color: var(--ra-slate-500); font-size: 12px; }

.ra-testi-card {
    background: var(--ra-slate-50);
    border: 1px solid var(--ra-slate-200);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: 0.25s ease;
}

.ra-testi-card:hover {
    background: #fff;
    box-shadow: var(--ra-shadow-lg);
}

.ra-testi-card .ra-stars { margin-bottom: 12px; }

.ra-testi-card p {
    font-size: 14px;
    font-style: italic;
    color: var(--ra-slate-700);
    line-height: 1.65;
    flex: 1;
}

.ra-testi-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid var(--ra-slate-200);
}

.ra-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--ra-red);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    flex-shrink: 0;
}

.ra-testi-author strong { display: block; font-size: 14px; }
.ra-testi-author span { font-size: 12px; color: var(--ra-slate-500); }

.ra-guarantee {
    margin-top: 40px;
    background: var(--ra-slate-900);
    color: #fff;
    border-radius: 20px;
    padding: 24px 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ra-guarantee h4 { color: #fff; margin: 0 0 4px; font-size: 15px; }
.ra-guarantee p { margin: 0; font-size: 13px; color: #94a3b8; }
.ra-guarantee .ra-badge-green {
    background: #022c22;
    color: #34d399;
    border-color: #065f46;
}

/* ---------- FAQ ---------- */
.ra-faq-grid {
    display: grid;
    gap: 16px;
}

@media (min-width: 992px) {
    .ra-faq-grid { grid-template-columns: 1fr 1fr; align-items: start; }
}

.ra-faq-item {
    background: #fff;
    border: 1px solid var(--ra-slate-200);
    border-radius: 14px;
    overflow: hidden;
}

#faq-section {
    scroll-margin-top: 110px;
}

.ra-faq-item.is-open {
    border-color: var(--ra-steel);
    box-shadow: 0 0 0 1px rgba(44, 99, 154, 0.2);
}

.ra-faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: 0;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    color: var(--ra-slate-900);
    cursor: pointer;
}

.ra-faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--ra-slate-100);
    color: var(--ra-slate-500);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: 0.2s;
}

.ra-faq-item.is-open .ra-faq-icon {
    background: var(--ra-navy);
    color: #fff;
    transform: rotate(180deg);
}

.ra-faq-a {
    display: none;
    padding: 0 20px 18px;
    font-size: 14px;
    color: var(--ra-slate-600);
    line-height: 1.65;
    border-top: 1px solid var(--ra-slate-100);
}

.ra-faq-item.is-open .ra-faq-a {
    display: block;
    padding-top: 14px;
}

.ra-faq-help {
    margin-top: 40px;
    background: #fff;
    border: 1px solid var(--ra-slate-200);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ra-faq-help h3 { font-size: 16px; margin: 0 0 4px; }
.ra-faq-help p { margin: 0; font-size: 13px; color: var(--ra-slate-500); }

/* ---------- Contact ---------- */
.ra-contact-grid {
    display: grid;
    gap: 40px;
}

@media (min-width: 992px) {
    .ra-contact-grid { grid-template-columns: 0.42fr 0.58fr; }
}

.ra-contact-card {
    display: flex;
    gap: 16px;
    padding: 20px;
    border-radius: 18px;
    background: var(--ra-slate-50);
    border: 1px solid var(--ra-slate-200);
    text-decoration: none;
    color: inherit;
    margin-bottom: 14px;
    transition: 0.2s;
}

a.ra-contact-card:hover {
    border-color: var(--ra-steel);
    background: #eff6ff;
}

.ra-contact-card.is-wa {
    background: #ecfdf5;
    border-color: #a7f3d0;
}

.ra-contact-card.is-dark {
    background: var(--ra-slate-900);
    color: #fff;
    border: 0;
}

.ra-contact-ico {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--ra-navy);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

.ra-contact-card.is-wa .ra-contact-ico { background: #059669; }
.ra-contact-card.is-dark .ra-contact-ico { background: transparent; color: #60a5fa; width: auto; height: auto; }

.ra-contact-card small {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ra-slate-400);
}

.ra-contact-card strong {
    display: block;
    font-size: 16px;
    color: var(--ra-slate-900);
}

.ra-contact-card.is-dark strong,
.ra-contact-card.is-dark small { color: #fff; }
.ra-contact-card.is-dark small { color: #94a3b8; }

.ra-contact-form-wrap {
    background: var(--ra-slate-50);
    border: 1px solid var(--ra-slate-200);
    border-radius: 20px;
    padding: 28px;
}

.ra-map-wrap {
    margin-top: 48px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--ra-border);
    height: 360px;
}

.ra-map-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* ---------- Page hero ---------- */
.ra-page-hero {
    background: var(--ra-slate-900);
    color: #fff;
    padding: 56px 0;
    text-align: center;
}

.ra-page-hero h1 {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px;
}

.ra-page-hero p {
    color: #cbd5e1;
    margin: 0 auto 16px;
    max-width: 640px;
}

.ra-breadcrumbs ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #94a3b8;
}

.ra-breadcrumbs li:not(:last-child)::after {
    content: '/';
    margin-left: 8px;
    color: #64748b;
}

.ra-breadcrumbs a { color: #cbd5e1; text-decoration: none; }
.ra-breadcrumbs a:hover { color: #fff; }

/* ---------- Service detail ---------- */
.ra-service-hero-card {
    background: #fff;
    border: 1px solid var(--ra-slate-200);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--ra-shadow);
    margin-bottom: 28px;
}

.ra-service-hero-img {
    position: relative;
    height: 280px;
    background: var(--ra-slate-900);
}

.ra-service-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.ra-service-hero-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2,6,23,0.9), transparent 50%);
}

.ra-service-hero-caption {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 1;
    color: #fff;
}

.ra-service-hero-caption h1 {
    color: #fff;
    font-size: clamp(24px, 4vw, 36px);
    margin: 0;
}

.ra-service-content {
    padding: 28px 32px;
}

.ra-service-content .entry-content h3,
.ra-service-content h3 {
    font-size: 18px;
    margin: 24px 0 10px;
}

.ra-service-content .entry-content p,
.ra-service-content .entry-content li {
    color: var(--ra-slate-700);
    font-size: 15px;
}

.ra-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: var(--ra-slate-600);
    background: #fff;
    border: 1px solid var(--ra-slate-200);
    border-radius: 10px;
    padding: 8px 12px;
    text-decoration: none;
    margin-bottom: 20px;
}

.ra-back:hover { color: var(--ra-navy); }

.ra-related a {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 12px;
    background: var(--ra-slate-50);
    border: 1px solid var(--ra-slate-100);
    border-radius: 12px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: var(--ra-slate-800);
    margin-bottom: 8px;
}

.ra-related a:hover {
    background: #eff6ff;
    border-color: #bfdbfe;
}

/* ---------- Footer ---------- */
.ra-footer {
    background: var(--ra-slate-950);
    color: #cbd5e1;
    padding: 64px 0 32px;
    border-top: 1px solid #1e293b;
}

.ra-footer-grid {
    display: grid;
    gap: 36px;
    padding-bottom: 40px;
    border-bottom: 1px solid #1e293b;
}

@media (min-width: 768px) {
    .ra-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 992px) {
    .ra-footer-grid { grid-template-columns: 1.3fr 0.7fr 1fr 1fr; }
}

.ra-footer-logo {
    display: inline-block;
    background: #fff;
    padding: 10px 14px;
    border-radius: 14px;
    margin-bottom: 14px;
}

.ra-footer-logo img { height: 40px; width: auto; }

.ra-footer p {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.65;
}

.ra-footer h4 {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.ra-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ra-footer li { margin-bottom: 8px; }

.ra-footer a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 13px;
}

.ra-footer a:hover { color: #93c5fd; }

.ra-socials {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.ra-socials a {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #0f172a;
    border: 1px solid #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
}

.ra-socials a:hover {
    background: var(--ra-navy);
    color: #fff;
}

.ra-footer-contact li {
    display: flex;
    gap: 8px;
    font-size: 13px;
    color: #94a3b8;
}

.ra-footer-contact i {
    color: #60a5fa;
    margin-top: 3px;
}

.ra-copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    padding-top: 28px;
    font-size: 12px;
    color: #64748b;
}

.ra-copyright-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.ra-copyright-links a {
    color: #93c5fd;
}

.ra-copyright-links a:hover {
    color: #fff;
}

.ra-sitemap-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .ra-sitemap-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.ra-sitemap-card {
    background: #fff;
    border: 1px solid var(--ra-border);
    border-radius: 16px;
    padding: 22px 24px;
}

.ra-sitemap-card h3 {
    margin: 0 0 12px;
    font-size: 20px;
}

.ra-sitemap-card ul {
    margin: 0;
    padding-left: 18px;
}

.ra-sitemap-card li {
    margin-bottom: 8px;
}

.ra-sitemap-card a {
    color: var(--ra-navy);
}

.ra-sitemap-card a:hover {
    color: var(--ra-red);
}

.ra-sitemap-xml-links {
    margin-top: 28px;
    font-size: 14px;
    color: var(--ra-slate-600);
}

/* ---------- WhatsApp ---------- */
.ra-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 45;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ra-wa-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    border: 0;
    box-shadow: 0 10px 24px rgba(34, 197, 94, 0.4);
    font-size: 26px;
    cursor: pointer;
    position: relative;
}

.ra-wa-btn:hover { background: #16a34a; transform: scale(1.06); }

.ra-wa-dot {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 16px;
    height: 16px;
    background: var(--ra-red);
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ra-wa-panel {
    display: none;
    width: 320px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--ra-shadow-lg);
    border: 1px solid var(--ra-slate-200);
    margin-bottom: 12px;
}

.ra-whatsapp.is-open .ra-wa-panel { display: block; }

.ra-wa-head {
    background: #059669;
    color: #fff;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ra-wa-head strong { display: block; font-size: 14px; }
.ra-wa-head span { font-size: 11px; opacity: 0.9; }

.ra-wa-close {
    background: none;
    border: 0;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.ra-wa-body { padding: 14px; background: var(--ra-slate-50); }

.ra-wa-body p {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--ra-slate-500);
    margin: 0 0 8px;
}

.ra-wa-msg {
    display: block;
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid var(--ra-slate-200);
    border-radius: 12px;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 8px;
    color: var(--ra-slate-700);
    cursor: pointer;
}

.ra-wa-msg:hover {
    border-color: #10b981;
    background: #ecfdf5;
}

/* ---------- Modal ---------- */
.ra-modal {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: rgba(2, 6, 23, 0.7);
    backdrop-filter: blur(4px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
}

.ra-modal.is-open { display: flex; }

.ra-modal-dialog {
    background: #fff;
    width: 100%;
    max-width: 640px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.ra-modal-head {
    background: var(--ra-navy);
    color: #fff;
    padding: 24px 28px;
}

.ra-modal-head h2 {
    color: #fff;
    font-size: 22px;
    margin: 8px 0 4px;
}

.ra-modal-head p { color: #cbd5e1; font-size: 13px; margin: 0; }

.ra-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    color: #fff;
    border: 0;
    cursor: pointer;
}

.ra-modal-body { padding: 24px 28px 28px; }

/* ---------- Generic page / blog ---------- */
.ra-prose {
    max-width: 800px;
    margin: 0 auto;
}

.ra-prose img { max-width: 100%; height: auto; border-radius: 12px; }
.ra-article-card {
    background: #fff;
    border: 1px solid var(--ra-border);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
}

.ra-article-card img { width: 100%; height: 200px; object-fit: cover; }
.ra-article-card .ra-article-body { padding: 20px; }

.error-404-content h2 { font-size: 72px; color: var(--ra-red); margin: 0; }
.error-404-content h3 { margin: 8px 0 12px; }

/* Hide old Doroka chrome remnants if any leftover wrappers exist */
.topbar-con,
.header-con,
.footer-con {
    /* leftover templates still load inside new chrome; keep harmless */
}

#button { display: none !important; }

body.ra-body .page-title,
body.ra-body .inner-banner,
body.ra-body .breadcrumb-area:not(.ra-breadcrumbs) {
    display: none !important;
}

.ra-page-hero-title {
    font-family: Outfit, 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px;
}

.ra-areas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin: 0 0 20px;
}

.ra-areas li {
    background: var(--ra-ice);
    border: 1px solid var(--ra-border);
    border-radius: 999px;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 14px;
    color: var(--ra-navy);
}

.ra-areas-note {
    text-align: center;
    color: var(--ra-slate-600);
    max-width: 680px;
    margin: 0 auto;
}

.ra-service-local {
    margin-top: 18px;
    font-size: 15px;
    color: var(--ra-slate-700);
    line-height: 1.6;
}

.ra-service-content {
    position: relative;
    z-index: 2;
    background: #fff;
}

.ra-service-hero-caption h1 {
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
}

@media (max-width: 767px) {
    .ra-hero { padding: 36px 0 56px; }
    .ra-section { padding: 52px 0; }
    .ra-gallery-item { height: 160px; }
    .ra-logo img { height: 40px; }
    .ra-hero-stats { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
    .ra-hero-stats strong { font-size: 18px; }
    .ra-pillar-grid { grid-template-columns: 1fr; }
}
