:root {
    --bg: #eef2f6;
    --surface: #ffffff;
    --ink: #0f2238;
    --muted: #4a5f77;
    --accent: #cf431c;
    --accent-deep: #9f2f11;
    --accent-soft: #ffe6dc;
    --line: #d6e0ea;
    --radius: 14px;
    --shadow: 0 18px 42px rgba(9, 24, 43, 0.12);
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Sora", sans-serif;
    color: var(--ink);
    background: linear-gradient(180deg, #f3f6fa 0%, #edf3f8 100%);
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
}

.skip-link:focus {
    left: 12px;
    top: 12px;
    background: #000;
    color: #fff;
    padding: 8px 10px;
    border-radius: 8px;
    z-index: 1000;
}

.container {
    width: min(1320px, 92vw);
    margin: 0 auto;
}

.site-header,
main,
.site-footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.94);
    border: 0;
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(10px);
    border-radius: 0;
}

main {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 94px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
}

.brand-logo {
    width: 46px;
    height: 46px;
    object-fit: contain;
    border-radius: 0;
    border: 0;
    background: transparent;
    padding: 0;
}

.brand-text-wrap {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-text {
    font-size: 1.08rem;
}

.brand-subtext {
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 600;
}

.site-menu {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.nav-main-links,
.nav-right-tools {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-main-links {
    margin-left: 12px;
}

.menu-drawer-head,
.menu-close,
.menu-backdrop {
    display: none;
}

.nav-main-links a {
    padding: 10px 14px;
    border-radius: 9px;
    color: #2f3d4c;
    font-weight: 600;
    font-size: 0.95rem;
}

.nav-main-links a.active,
.nav-main-links a:hover {
    color: var(--ink);
    background: #f2f2f2;
}

.nav-phone-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 11px 16px;
    border: 1px solid #e4e4e4;
    background: #f7f7f7;
    color: #181818;
    font-weight: 700;
    white-space: nowrap;
}

.nav-phone-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #d7852f;
    font-size: 0.95rem;
}

.nav-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    padding: 11px 20px;
    background: #d7852f;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    border: 1px solid #d7852f;
}

.nav-cta-btn::after {
    content: "\2197";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    color: #d7852f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
}

.nav-cta-btn:hover {
    background: #be7023;
    border-color: #be7023;
    color: #fff;
}

.nav-cta-outline {
    background: #111;
    border-color: #111;
}

.nav-cta-outline::after {
    color: #111;
}

.nav-cta-outline:hover {
    background: #000;
    border-color: #000;
}

.menu-toggle {
    display: none;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 9px;
    padding: 9px 12px;
    font-weight: 600;
}

body.menu-open {
    overflow: hidden;
}

.hero {
    padding: 74px 0 46px;
}

.hero-wrap {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: center;
}

.hero h1 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.08;
    font-family: "Rajdhani", sans-serif;
    letter-spacing: 0.2px;
    font-weight: 700;
}

.hero p {
    color: var(--muted);
    max-width: 56ch;
}

.hero-home {
    position: relative;
    overflow: hidden;
}

.hero-home::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 85% 10%, rgba(207, 67, 28, 0.2), transparent 35%),
        linear-gradient(120deg, rgba(15, 34, 56, 0.02), rgba(15, 34, 56, 0));
    pointer-events: none;
}

.hero-home::after {
    content: "";
    position: absolute;
    left: -120px;
    bottom: -120px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 74, 117, 0.18), rgba(31, 74, 117, 0));
    pointer-events: none;
}

.hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
}

.hero-copy {
    position: relative;
    z-index: 1;
    animation: hero-rise 0.65s ease both;
}

.eyebrow {
    margin: 0 0 10px;
    display: inline-flex;
    border-radius: 999px;
    border: 1px solid #c8d4e2;
    background: #fff;
    padding: 6px 10px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #315274;
}

.brand-pills {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.brand-pills span {
    border: 1px solid #d8e2ec;
    border-radius: 999px;
    background: #fff;
    padding: 6px 11px;
    color: #315274;
    font-weight: 600;
    font-size: 0.85rem;
}

.hero-points {
    margin: 16px 0 0;
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.hero-points li {
    position: relative;
    padding-left: 24px;
    color: #2b4b6c;
    font-weight: 600;
}

.hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(145deg, #cf431c, #1f4a75);
    box-shadow: 0 0 0 3px rgba(207, 67, 28, 0.14);
}

.hero-metrics {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.hero-metric {
    border: 1px solid #dbe5ef;
    border-radius: 12px;
    padding: 10px;
    background: #fff;
}

.hero-metric strong {
    display: block;
    font-family: "Rajdhani", sans-serif;
    font-size: 1.2rem;
    color: #12365a;
    line-height: 1;
}

.hero-metric span {
    display: block;
    margin-top: 5px;
    color: #486685;
    font-size: 0.82rem;
}

.value-ribbon-wrap {
    padding-top: 4px;
}

.value-ribbon {
    background: linear-gradient(125deg, #0f2944, #1f4a73);
    color: #edf5ff;
    border-radius: 20px;
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 16px 30px rgba(10, 28, 49, 0.2);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 97% 100%, 0 100%);
}

.value-item {
    border: 1px solid rgba(236, 245, 255, 0.18);
    border-radius: 14px;
    padding: 13px;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
    transition: transform 0.24s ease, background-color 0.24s ease;
}

.value-item:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.14);
}

.value-item strong {
    display: block;
    font-size: 0.95rem;
    color: #fff;
}

.value-item p {
    margin: 6px 0 0;
    color: #d7e6f7;
    font-size: 0.88rem;
}

.signature-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 24px;
    align-items: start;
}

.service-stack {
    position: relative;
    display: grid;
    gap: 12px;
    padding-left: 14px;
}

.service-stack::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, #cf431c, rgba(207, 67, 28, 0.15));
}

.service-row {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 10px 12px;
    border: 1px solid #dce6ef;
    border-radius: 14px;
    background: linear-gradient(165deg, #ffffff, #f8fbff);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.service-row:hover {
    transform: translateX(3px);
    box-shadow: 0 10px 22px rgba(9, 24, 43, 0.12);
}

.service-index {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(145deg, #e55f2f, #ba4418);
    box-shadow: 0 8px 16px rgba(186, 68, 24, 0.35);
}

.service-copy h3 {
    margin: 0 0 4px;
    font-size: 1.08rem;
}

.service-copy p {
    margin: 0;
    color: #4d617a;
}

.service-detail-grid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.service-detail-card {
    background: #fff;
    border: 1px solid #d9e3ed;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 8px 16px rgba(9, 24, 43, 0.06);
}

.service-detail-card h3 {
    margin: 0 0 10px;
}

.experience-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.experience-panel,
.addon-panel {
    border-radius: 16px;
    padding: 18px;
    border: 1px solid #d3dfeb;
    background: #fff;
}

.experience-panel {
    border-top: 4px solid #2b5680;
}

.flow-steps {
    margin-top: 12px;
    position: relative;
    display: grid;
    gap: 10px;
}

.flow-step {
    margin: 0;
    background: #f5f8fb;
    border: 1px solid #dce6ef;
    border-radius: 12px;
    padding: 10px 12px;
}

.flow-step strong {
    color: #1f476f;
}

.addon-panel {
    background: linear-gradient(160deg, #112c4a, #1f4a75);
    color: #eaf3fc;
    border-color: rgba(255, 255, 255, 0.2);
}

.addon-panel h3,
.addon-panel p {
    color: #eaf3fc;
}

.addon-panel .check-list li {
    color: #d4e4f3;
}

.addon-badge {
    margin: 0 0 8px;
    display: inline-flex;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    padding: 5px 10px;
    font-size: 0.78rem;
    font-weight: 700;
}

.package-band-wrap {
    position: relative;
}

.package-band {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.package-tile {
    border: 1px solid #d9e3ee;
    border-radius: 18px;
    padding: 18px;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.package-tile::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #cf431c, #1f4a75);
}

.package-tile h3 {
    margin: 0 0 6px;
}

.package-tile p {
    margin: 0;
    color: var(--muted);
}

.package-tile.featured {
    background: linear-gradient(165deg, #102b47, #1f4a75);
    border-color: #2c5a86;
    transform: translateY(-6px);
}

.package-tile.featured h3,
.package-tile.featured p,
.package-tile.featured .package-tag {
    color: #fff;
}

.package-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 26px rgba(9, 24, 43, 0.14);
}

.package-tile.featured:hover {
    transform: translateY(-8px);
}

.quote-wall {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.quote {
    border-radius: 14px;
    background: linear-gradient(160deg, #ffffff, #f2f7fc);
    border: 1px solid #d8e4ee;
    padding: 14px;
    position: relative;
}

.quote p {
    margin: 0;
    color: #193a5a;
}

.quote-author {
    display: block;
    margin-top: 10px;
    color: #496786;
    font-size: 0.88rem;
    font-weight: 700;
}

.quote:nth-child(2) {
    transform: translateY(12px);
}

.trust-track-wrap {
    padding-top: 2px;
}

.trust-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    background: linear-gradient(180deg, #f6f9fc, #eef4fa);
    border: 1px solid #d4e0eb;
    border-radius: 16px;
    padding: 10px;
}

.trust-metric {
    border-radius: 12px;
    border-left: 4px solid #cf431c;
    background: #ffffff;
    padding: 12px;
    box-shadow: 0 8px 16px rgba(9, 24, 43, 0.06);
}

.trust-metric strong {
    display: block;
    font-family: "Rajdhani", sans-serif;
    font-size: 1.15rem;
    line-height: 1;
}

.trust-metric span {
    margin-top: 6px;
    display: block;
    color: var(--muted);
    font-size: 0.84rem;
}

.faq-shell {
    align-items: start;
}

.booking-service-panel {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 16px;
    align-items: stretch;
}

.booking-service-points {
    border: 1px solid #d8e3ee;
    border-radius: 14px;
    padding: 16px;
    background: linear-gradient(170deg, #f6f9fc, #edf3fa);
}

.booking-service-points h3 {
    margin: 0 0 10px;
}

.before-after-grid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.before-after-item {
    margin: 0;
    border: 1px solid #d8e3ee;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.before-after-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.before-after-item figcaption {
    padding: 10px 12px;
    font-weight: 700;
    color: #234668;
}

.map-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 16px;
    align-items: stretch;
}

.map-embed-wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #d6e1ec;
    min-height: 320px;
}

.map-embed-wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
}

.promise-panel {
    border: 1px solid #d7e3ef;
    border-radius: 16px;
    padding: 20px;
    background: linear-gradient(160deg, #112c4a, #1f4a75);
    color: #ecf3fb;
}

.promise-panel h2 {
    color: #fff;
}

.promise-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.promise-points span {
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    padding: 7px 12px;
    font-weight: 600;
    font-size: 0.9rem;
}

.floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1400;
    background: #1fae56;
    color: #fff;
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 12px 24px rgba(8, 26, 44, 0.28);
}

.floating-whatsapp:hover {
    background: #16964a;
}

.trust-chips {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.trust-chips span {
    border-radius: 999px;
    border: 1px dashed #cad7e5;
    background: #f8fbff;
    color: #315274;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 6px 10px;
}

.hero-panel {
    background: linear-gradient(160deg, #0e2742, #1f426a);
    color: #f0f4f8;
    border-radius: 22px;
    padding: 18px;
    box-shadow: var(--shadow);
    animation: hero-rise 0.72s ease both;
    animation-delay: 0.08s;
    position: relative;
    overflow: hidden;
}

.hero-panel::after {
    content: "";
    position: absolute;
    right: -58px;
    bottom: -58px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.hero-logo-wrap {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 12px;
    padding: 8px;
    display: inline-flex;
}

.hero-logo {
    width: 126px;
    height: auto;
    object-fit: contain;
}

.hero-bike {
    margin-top: 12px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
}

.hero-panel-body {
    margin-top: 12px;
}

.hero-panel h2 {
    margin: 0 0 6px;
    color: #fff;
}

.hero-panel p {
    color: #d8e6f5;
    margin: 4px 0;
}

.hero-panel-extended .hero-panel-body {
    margin-bottom: 10px;
}

.hero-panel-cta {
    margin-top: 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 10px;
}

.quick-note {
    margin: 0 0 8px;
    color: #f3f8ff;
    font-size: 0.9rem;
    font-weight: 600;
}

.brand-strip-wrap {
    padding: 0 0 12px;
}

.brand-strip {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    padding: 8px 4px 2px;
    scrollbar-width: thin;
}

.brand-strip span {
    white-space: nowrap;
    border: 1px solid #d8e2ec;
    border-radius: 999px;
    background: linear-gradient(160deg, #fff, #f3f8fd);
    padding: 7px 12px;
    color: #2d5074;
    font-weight: 700;
    font-size: 0.83rem;
}

.hero-card {
    background: linear-gradient(145deg, #112c4a, #28466b);
    color: #fff;
    border-radius: var(--radius);
    padding: 26px;
    box-shadow: var(--shadow);
}

.hero-stats {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.hero-stats span {
    border: 1px solid #d2dfe8;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 0.9rem;
    background: #fff;
    color: #274566;
}

.actions {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    padding: 11px 16px;
    font-weight: 700;
    border: 1px solid transparent;
    transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.btn-primary {
    background: var(--accent);
    color: #fff;
}

.btn-primary:hover {
    background: var(--accent-deep);
}

.btn-light {
    background: #fff;
    border-color: var(--line);
    color: var(--ink);
}

.btn-dark {
    background: #0d1117;
    color: #fff;
}

.btn-dark:hover {
    background: #000;
}

.btn-spinner {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid currentColor;
    border-right-color: transparent;
    display: none;
    animation: btn-spin 0.8s linear infinite;
}

.js-loading-btn.is-loading {
    pointer-events: none;
    opacity: 0.82;
}

.js-loading-btn.is-loading .btn-spinner {
    display: inline-block;
}

.section {
    padding: 30px 0;
}

.section-soft {
    background: linear-gradient(180deg, #edf3f8, #f6f8fa);
    border-top: 1px solid #dbe5ee;
    border-bottom: 1px solid #dbe5ee;
}

.section h2,
.section h1 {
    margin: 0 0 8px;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.section p.lead {
    margin-top: 0;
    color: var(--muted);
    max-width: 62ch;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: 0 10px 20px rgba(16, 36, 61, 0.06);
}

.card h3 {
    margin: 0 0 6px;
    font-size: 1.15rem;
}

.card p {
    margin: 0;
    color: var(--muted);
}

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.kpi-card {
    border-top: 4px solid var(--accent);
}

.process-wrap {
    position: relative;
}

.process-grid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.process-card .step {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-weight: 700;
    color: #fff;
    background: var(--accent);
}

.process-card {
    border-radius: 16px;
    border: 1px solid #d9e4ef;
    background: linear-gradient(165deg, #ffffff, #f6f9fc);
    position: relative;
    overflow: hidden;
}

.process-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #cf431c, #1f4a75);
}

.process-card h3 {
    margin: 0 0 6px;
}

.process-card p {
    margin: 0;
    color: #496784;
}

.faq-card details {
    border: 1px solid #dce4eb;
    border-radius: 10px;
    padding: 9px 11px;
    margin-bottom: 8px;
    background: #fff;
}

.faq-card summary {
    cursor: pointer;
    font-weight: 700;
}

.faq-card details p {
    margin: 8px 0 0;
}

.blog-content {
    color: #284866;
    line-height: 1.8;
    font-size: 1rem;
}

.blog-content p {
    margin: 0 0 12px;
}

.package-grid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.package-card {
    position: relative;
}

.package-card-featured {
    border-color: #c5d8eb;
    box-shadow: 0 16px 28px rgba(16, 36, 61, 0.12);
    background: linear-gradient(165deg, #ffffff, #f6fbff);
}

.package-tag {
    margin: 0 0 8px;
    display: inline-flex;
    border-radius: 999px;
    background: #edf4fc;
    color: #2a4b6d;
    border: 1px solid #d5e3f1;
    padding: 4px 10px;
    font-size: 0.78rem;
    font-weight: 700;
}

.check-list {
    margin: 0 0 14px;
    padding-left: 18px;
}

.check-list li {
    margin-bottom: 8px;
    color: #2f4f71;
}

.process-list p {
    margin: 0 0 10px;
}

.info-strip {
    border-top: 4px solid #2f5b87;
    background: linear-gradient(170deg, #ffffff, #f4f9ff);
}

.reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card {
    background: linear-gradient(165deg, #ffffff, #f6f9fc);
}

.review-stars {
    margin: 0 0 8px;
    letter-spacing: 1px;
    color: #e08d1a;
    font-size: 1.05rem;
}

.review-author {
    margin-top: 10px;
    color: #2f4f71;
    font-weight: 700;
    font-size: 0.9rem;
}

.cta-strip {
    padding-top: 4px;
}

.cta-inner {
    background: linear-gradient(145deg, #112c4a, #1f456e);
    border-radius: 16px;
    color: #edf3fa;
    padding: 26px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 18px;
    align-items: center;
}

.cta-inner h2 {
    color: #fff;
    margin-bottom: 6px;
}

.cta-inner p {
    color: #cfdeee;
}

.strip {
    background: #112c4a;
    color: #fff;
    border-radius: var(--radius);
    padding: 20px;
    margin-top: 16px;
}

.page-hero {
    padding: 52px 0 22px;
}

.page-hero h1 {
    margin: 0;
    font-family: "Rajdhani", sans-serif;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    font-weight: 700;
    letter-spacing: 0.2px;
}

.page-hero p {
    color: var(--muted);
    max-width: 62ch;
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.list-clean {
    margin: 0;
    padding-left: 18px;
}

.list-clean li {
    margin-bottom: 8px;
}

.form-wrap {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px;
}

.form-row {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}

label {
    font-weight: 600;
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid #b9c7d4;
    border-radius: 10px;
    padding: 11px 12px;
    font: inherit;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

.alert {
    padding: 10px 12px;
    border-radius: 10px;
    margin-bottom: 12px;
}

.alert-success {
    background: #e8f8ef;
    border: 1px solid #b9e7ca;
    color: #0b6a2f;
}

.alert-error {
    background: #fff0ec;
    border: 1px solid #ffd0c0;
    color: #8a2b10;
}

.login-shell {
    min-height: calc(100vh - 80px);
    display: grid;
    place-items: center;
    padding: 28px 0 44px;
}

.login-card {
    width: min(460px, 92vw);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 22px;
}

.login-card h1 {
    margin: 0 0 8px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
}

.login-card p {
    margin: 0 0 16px;
    color: var(--muted);
}

.otp-meta {
    margin-bottom: 16px;
    border: 1px solid #d4e0ec;
    border-radius: 12px;
    padding: 10px 12px;
    background: #f5f9fd;
}

.otp-meta p {
    margin: 0;
}

.otp-meta p + p {
    margin-top: 6px;
}

.otp-secondary-form {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.otp-change-link {
    font-weight: 600;
    color: #244466;
    text-decoration: underline;
}

.page-loader {
    position: fixed;
    inset: 0;
    background: rgba(9, 24, 43, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1200;
}

.page-loader.is-active {
    display: flex;
}

.page-loader__spinner {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.55);
    border-top-color: #ffffff;
    animation: btn-spin 0.8s linear infinite;
}

@keyframes btn-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.site-footer {
    margin-top: 0;
    background: #10243d;
    color: #d7deea;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
}

@keyframes hero-rise {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-grid {
    padding: 34px 0;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 20px;
}

.site-footer h2,
.site-footer h3 {
    margin: 0 0 8px;
    color: #fff;
}

.site-footer ul {
    margin: 0;
    padding-left: 16px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    padding: 10px;
}

.voltaro-home {
    position: relative;
}

.voltaro-home .section {
    padding: 56px 0;
}

.voltaro-heading {
    margin-bottom: 20px;
}

.voltaro-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 0, rgba(207, 67, 28, 0.28), transparent 34%),
        linear-gradient(135deg, #061427 0%, #0f2944 45%, #11345a 100%);
    padding: 78px 0 68px;
    color: #e9f3ff;
}

.voltaro-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent);
    pointer-events: none;
}

.voltaro-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 26px;
    align-items: center;
}

.voltaro-hero-copy h1 {
    margin: 0 0 12px;
    font-size: clamp(2.1rem, 4.4vw, 3.9rem);
    line-height: 1.02;
    color: #fff;
}

.voltaro-lead {
    margin: 0;
    color: #c7d9eb;
    font-size: 1.02rem;
    max-width: 62ch;
}

.voltaro-home .actions {
    margin-top: 22px;
}

.voltaro-mini-points {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.voltaro-mini-points span {
    border-radius: 999px;
    border: 1px solid rgba(233, 243, 255, 0.26);
    background: rgba(233, 243, 255, 0.1);
    color: #fff;
    padding: 7px 11px;
    font-size: 0.84rem;
    font-weight: 600;
}

.voltaro-hero-media {
    position: relative;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    overflow: hidden;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
    box-shadow: 0 26px 46px rgba(0, 0, 0, 0.24);
    min-height: 420px;
}

.voltaro-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.voltaro-float-card {
    position: absolute;
    width: min(72%, 260px);
    border-radius: 14px;
    padding: 12px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(8, 26, 44, 0.7);
    color: #e8f3ff;
}

.voltaro-float-card.top {
    top: 14px;
    left: 14px;
}

.voltaro-float-card.bottom {
    right: 14px;
    bottom: 14px;
}

.voltaro-float-card strong {
    display: block;
    color: #fff;
    margin-bottom: 4px;
}

.voltaro-float-card p {
    margin: 0;
    color: #d0e2f6;
    font-size: 0.86rem;
}

.voltaro-brand-ribbon {
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

.voltaro-brand-ribbon ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.voltaro-brand-ribbon li {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #d3dfeb;
    background: transparent;
    color: #24476a;
    padding: 6px 4px;
    font-weight: 700;
    font-size: 0.82rem;
}

.voltaro-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.voltaro-showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.voltaro-showcase-grid figure {
    margin: 0;
}

.voltaro-showcase-grid img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

.voltaro-feature-card {
    border-radius: 0;
    border: 0;
    border-left: 3px solid #cf431c;
    background: transparent;
    box-shadow: none;
    padding: 6px 0 6px 14px;
    position: relative;
    overflow: hidden;
}

.voltaro-feature-card::before {
    display: none;
}

.voltaro-feature-card h2 {
    margin: 0 0 6px;
    font-size: 1.35rem;
}

.voltaro-feature-card p {
    margin: 0;
    color: #4c6078;
}

.voltaro-services-layout {
    position: relative;
    overflow: hidden;
}

.voltaro-services-layout::before {
    content: "";
    position: absolute;
    right: -180px;
    top: -180px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 74, 117, 0.22), rgba(31, 74, 117, 0));
    pointer-events: none;
}

.voltaro-service-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.voltaro-service-card {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #d3dfeb;
    background: transparent;
    padding: 14px 0 0;
    box-shadow: none;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.voltaro-service-card:hover {
    transform: translateY(-2px);
    box-shadow: none;
}

.voltaro-service-card span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 0;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(145deg, #cf431c, #a63613);
}

.voltaro-service-card h3 {
    margin: 10px 0 6px;
}

.voltaro-service-card p {
    margin: 0;
    color: #4b5f77;
}

.voltaro-process-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.voltaro-process-line::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 21px;
    height: 2px;
    background: linear-gradient(90deg, #cf431c, #1f4a75);
}

.voltaro-process-line article {
    position: relative;
    border-radius: 0;
    border: 0;
    border-left: 3px solid #1f4a75;
    background: transparent;
    padding: 16px 14px;
    box-shadow: none;
}

.voltaro-process-line article strong {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 4px 10px;
    background: #112f4e;
    color: #fff;
    font-size: 0.78rem;
}

.voltaro-process-line article h3 {
    margin: 10px 0 6px;
}

.voltaro-process-line article p {
    margin: 0;
    color: #4a5f78;
}

.voltaro-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.voltaro-pricing-grid article {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #d6e2ed;
    background: transparent;
    padding: 4px 0 14px;
}

.voltaro-pricing-grid article.featured {
    background: transparent;
    color: inherit;
    border-bottom: 3px solid #cf431c;
    transform: none;
    box-shadow: none;
}

.voltaro-pricing-grid article.featured h3,
.voltaro-pricing-grid article.featured p,
.voltaro-pricing-grid article.featured .plan-chip {
    color: inherit;
}

.voltaro-pricing-grid h3 {
    margin: 8px 0;
}

.voltaro-pricing-grid p {
    margin: 0;
    color: #4e627b;
}

.plan-chip {
    margin: 0;
    display: inline-flex;
    border-radius: 0;
    padding: 5px 10px;
    border: 0;
    border-bottom: 1px solid #d4e2ef;
    background: transparent;
    font-size: 0.8rem;
    color: #25486b;
    font-weight: 700;
}

.voltaro-dual-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 16px;
    align-items: start;
}

.voltaro-before-after,
.voltaro-reviews {
    border-radius: 0;
    border: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.voltaro-before-after h2,
.voltaro-reviews h2 {
    margin: 0 0 12px;
}

.voltaro-reviews .quote-wall {
    grid-template-columns: 1fr;
}

.voltaro-reviews .quote:nth-child(2) {
    transform: none;
}

.voltaro-location-copy .actions {
    margin-top: 14px;
}

.voltaro-home .before-after-item {
    border: 0;
    border-radius: 0;
    background: transparent;
}

.voltaro-home .before-after-item img {
    height: 180px;
}

.voltaro-home .before-after-item figcaption {
    padding: 8px 0 0;
}

.voltaro-home .quote {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0 0 12px 12px;
    border-left: 3px solid #d2deea;
}

.voltaro-home .map-embed-wrap {
    border: 0;
    border-radius: 0;
    min-height: 340px;
}

.voltaro-faq-wrap .faq-card details {
    border: 0;
    border-left: 3px solid #d7e3ee;
    border-radius: 0;
    background: transparent;
}

.voltaro-final-cta .cta-inner {
    background: linear-gradient(145deg, #071829, #12365a);
    border-radius: 0;
}

.rev-home {
    background: #f0f0f0;
}

.rev-hero {
    position: relative;
    overflow: hidden;
    background: #ececec;
    padding: 70px 0 46px;
}

.rev-hero::before {
    content: "";
    position: absolute;
    left: -120px;
    top: 160px;
    width: 380px;
    height: 160px;
    background: #e2d5c8;
    transform: rotate(-35deg);
    border-radius: 26px;
    opacity: 0.62;
}

.rev-hero::after {
    content: "";
    position: absolute;
    left: 180px;
    top: 136px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #e2d5c8;
    opacity: 0.62;
}

.rev-hero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.rev-kicker {
    margin: 0 0 8px;
    color: #1f1f1f;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 0.95rem;
}

.rev-hero h1 {
    margin: 0;
    font-family: "Rajdhani", sans-serif;
    font-size: clamp(2.5rem, 6.2vw, 6.4rem);
    line-height: 0.96;
    letter-spacing: -0.4px;
}

.rev-hero h1 span {
    color: #d7852f;
}

.rev-subtitle {
    margin: 16px auto 0;
    color: #4e4e4e;
    max-width: 52ch;
    font-size: 1.04rem;
}

.rev-hero-actions {
    justify-content: center;
    margin-top: 22px;
}

.rev-hero .btn {
    border-radius: 999px;
    padding: 12px 24px;
}

.rev-hero-bike {
    margin: 34px auto 0;
    max-width: 860px;
}

.rev-hero-bike img {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 18px 34px rgba(9, 24, 43, 0.14);
}

.rev-hero-stats {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.rev-hero-stats article {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #dbdbdb;
    border-radius: 14px;
    padding: 12px;
}

.rev-hero-stats strong {
    display: block;
    font-family: "Rajdhani", sans-serif;
    font-size: 1.45rem;
    line-height: 1;
}

.rev-hero-stats span {
    display: block;
    margin-top: 3px;
    color: #5c5c5c;
    font-size: 0.9rem;
}

.rev-safety {
    background: #ececec;
}

.rev-safety h2,
.rev-faq h2 {
    text-align: center;
    font-size: clamp(2rem, 4.6vw, 5rem);
    line-height: 0.98;
}

.rev-center-text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.rev-safety-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.rev-safety-card {
    background: #f3f3f3;
    border-radius: 24px;
    padding: 26px 20px;
    border: 1px solid #e1e1e1;
}

.rev-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #dfc6a8;
    color: #d7852f;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rev-safety-card h3 {
    margin: 14px 0 8px;
    font-size: clamp(1.45rem, 2.4vw, 2.25rem);
    line-height: 1.05;
}

.rev-safety-card p {
    margin: 0;
    color: #5e5e5e;
    font-size: 1.02rem;
}

.rev-center-title {
    text-align: center;
}

.rev-services-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.rev-services-grid article {
    border-radius: 16px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 16px;
}

.rev-services-grid h3 {
    margin: 0 0 6px;
    font-size: 1.15rem;
}

.rev-services-grid p {
    margin: 0;
    color: #565656;
}

.rev-faq {
    background: #ececec;
}

.rev-faq-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
}

.rev-faq-item {
    border-radius: 16px;
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
    padding: 0 16px;
}

.rev-faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    list-style: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 18px 0;
}

.rev-faq-item summary::-webkit-details-marker {
    display: none;
}

.rev-faq-item summary span {
    font-size: 1.9rem;
    line-height: 1;
    color: #111;
}

.rev-faq-item[open] summary span {
    transform: rotate(45deg);
}

.rev-faq-item p {
    margin: 0 0 16px;
    color: #5b5b5b;
}

.rev-cta .cta-inner {
    background: linear-gradient(145deg, #0d1d31, #132d4b);
}

@media (max-width: 960px) {
    .site-header,
    main,
    .site-footer {
        width: 100%;
    }

    .site-header {
        top: 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    main {
        border: 0;
        box-shadow: none;
    }

    .site-footer {
        border-radius: 0;
        margin-bottom: 0;
    }

    .hero-wrap,
    .grid,
    .trust-track,
    .value-ribbon,
    .signature-layout,
    .service-detail-grid,
    .experience-split,
    .booking-service-panel,
    .before-after-grid,
    .map-layout,
    .quote-wall,
    .package-band,
    .service-grid,
    .highlight-grid,
    .kpi-grid,
    .package-grid,
    .process-grid,
    .cta-inner,
    .two-col,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .site-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: min(84vw, 340px);
        height: 100vh;
        padding: 14px;
        background: #ffffff;
        border-left: 1px solid var(--line);
        box-shadow: -14px 0 35px rgba(10, 28, 49, 0.2);
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        transform: translateX(105%);
        transition: transform 0.28s ease, opacity 0.28s ease;
        z-index: 120;
        opacity: 0;
        pointer-events: none;
    }

    .site-menu.open {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    .nav-main-links,
    .nav-right-tools {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .nav-main-links {
        margin-left: 0;
    }

    .site-menu .nav-main-links a {
        background: #f5f8fb;
        border: 1px solid #e1e9f1;
    }

    .nav-right-tools {
        margin-top: 2px;
        padding-top: 8px;
        border-top: 1px solid #e4e4e4;
    }

    .nav-phone-pill,
    .nav-cta-btn {
        width: 100%;
        justify-content: center;
    }

    .menu-drawer-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 2px 8px;
    }

    .menu-drawer-head strong {
        font-size: 1.05rem;
        color: var(--ink);
    }

    .menu-close {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        border-radius: 10px;
        border: 1px solid var(--line);
        background: #fff;
        font-size: 1.35rem;
        line-height: 1;
        color: #294a6b;
        cursor: pointer;
    }

    .menu-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(9, 24, 43, 0.42);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.28s ease;
        z-index: 110;
    }

    .menu-backdrop.open {
        opacity: 1;
        pointer-events: auto;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .brand-subtext {
        display: none;
    }

    .service-row {
        grid-template-columns: 1fr;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }

    .service-stack {
        padding-left: 0;
    }

    .service-stack::before {
        display: none;
    }

    .service-index {
        width: 40px;
        height: 40px;
    }

    .quote:nth-child(2) {
        transform: none;
    }

    .before-after-item img {
        height: 200px;
    }

    .floating-whatsapp {
        right: 12px;
        bottom: 12px;
        padding: 9px 13px;
    }

    .brand-strip {
        padding-bottom: 8px;
    }

    .voltaro-home .section {
        padding: 46px 0;
    }

    .voltaro-hero {
        padding: 56px 0 52px;
    }

    .voltaro-hero-grid,
    .voltaro-showcase-grid,
    .voltaro-feature-grid,
    .voltaro-service-cards,
    .voltaro-process-line,
    .voltaro-pricing-grid,
    .voltaro-dual-grid {
        grid-template-columns: 1fr;
    }

    .voltaro-showcase-grid img {
        height: 220px;
    }

    .voltaro-hero-media,
    .voltaro-hero-media img {
        min-height: 340px;
    }

    .voltaro-float-card {
        width: calc(100% - 28px);
        position: static;
        margin: 10px 14px 0;
    }

    .voltaro-process-line::before {
        display: none;
    }

    .voltaro-pricing-grid article.featured {
        transform: none;
    }

    .voltaro-brand-ribbon ul {
        justify-content: flex-start;
    }

    .rev-hero {
        padding: 52px 0 30px;
    }

    .rev-hero::before,
    .rev-hero::after {
        display: none;
    }

    .rev-hero h1 {
        font-size: clamp(2.3rem, 11vw, 3.4rem);
        line-height: 0.95;
    }

    .rev-hero-stats,
    .rev-safety-grid,
    .rev-services-grid,
    .rev-faq-grid {
        grid-template-columns: 1fr;
    }

    .rev-faq-item summary {
        font-size: 1rem;
    }

    .rev-safety h2,
    .rev-faq h2 {
        font-size: clamp(1.9rem, 9vw, 3rem);
    }

    .otp-secondary-form {
        flex-direction: column;
        align-items: stretch;
    }
}
/* Online consultation */
.consultation-hero { padding:70px 0 64px; background:radial-gradient(circle at 76% 14%, rgba(245,185,116,.2), transparent 24%), linear-gradient(120deg,#fffaf0,#fff4df); color:#2f241d; overflow:hidden; }
.consultation-hero-inner { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr); align-items:center; gap:58px; }
.consultation-hero-copy { position:relative; z-index:1; }
.consultation-hero h1 { max-width:760px; margin:8px 0 14px; color:#57321f; font:700 clamp(2.6rem,5vw,4.5rem)/.98 "Rajdhani", sans-serif; letter-spacing:-.03em; }
.consultation-hero h2 { margin:0 0 22px; max-width:720px; color:#75452d; font-size:clamp(1.25rem,2.4vw,2rem); font-style:italic; }
.consultation-hero p:not(.eyebrow) { max-width:760px; color:#322a25; font-size:1.08rem; line-height:1.75; }
.consultation-hero .eyebrow { color:#eb8c22; }
.verified-mark { display:inline-grid; place-items:center; width:30px; height:30px; border-radius:50%; background:#1da95b; color:#fff; font:700 1.2rem/1 Arial,sans-serif; vertical-align:middle; }
.consultation-hero-stats { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; margin-top:34px; max-width:780px; }
.consultation-hero-stats > div { display:grid; grid-template-columns:38px 1fr; column-gap:9px; align-items:center; }
.consultation-hero-stats .stat-icon { grid-row:span 2; display:grid; place-items:center; width:38px; height:46px; border:1px solid #f0cfa8; border-radius:12px; color:#e8972f; font-weight:700; }
.consultation-hero-stats strong { color:#e28b20; font-size:1rem; }
.consultation-hero-stats small { color:#364050; font-weight:600; line-height:1.15; }
.consultation-hero-visual { position:relative; min-height:390px; }
.consultation-hero-visual::before { content:""; position:absolute; inset:0 -80px -50px 45px; border-radius:50%; background:rgba(238,194,127,.22); }
.consultation-hero-visual img { position:relative; z-index:1; display:block; width:100%; height:390px; object-fit:cover; background-size:cover; border-radius:20px; background:#fff; box-shadow:0 20px 45px rgba(96,61,31,.16); }
.consultation-photo-caption { position:absolute; z-index:2; right:-20px; bottom:-18px; min-width:220px; padding:14px 18px; border-radius:14px; background:#fff; box-shadow:0 12px 28px rgba(96,61,31,.15); }
.consultation-photo-caption span, .consultation-photo-caption small { display:block; color:#8d7665; font-size:.78rem; }
.consultation-photo-caption strong { display:block; color:#5a3423; font-size:1rem; }
.consultation-section { background:linear-gradient(180deg,#f7fafc,#fff); }
.consultation-grid { display:grid; grid-template-columns:minmax(0, .9fr) minmax(0, 1.1fr); gap:24px; align-items:start; }
.content-card { background:rgba(255,255,255,.96); border:1px solid rgba(21,31,45,.1); border-radius:18px; padding:28px; box-shadow:0 12px 35px rgba(20,30,45,.08); }
.consultation-badge { display:inline-block; color:#f15a29; font-size:.76rem; font-weight:700; letter-spacing:.12em; }
.consultation-intro h2, .content-card h2 { margin-top:10px; }
.consultation-intro { background:linear-gradient(155deg,#fff,#f2f7fb); }
.consultation-feature { display:flex; align-items:center; gap:12px; margin-top:18px; padding:13px 14px; border:1px solid #e1e8ef; border-radius:14px; background:#fff; }
.consultation-feature > span { display:grid; place-items:center; width:34px; height:34px; border-radius:10px; background:#eaf5ef; color:#197047; font-weight:700; }
.consultation-feature strong, .consultation-feature small { display:block; }
.consultation-feature small, .field-hint, .otp-panel small { color:#667085; }
.consultation-card-heading { display:flex; justify-content:space-between; align-items:flex-start; gap:12px; }
.secure-pill { padding:7px 10px; border-radius:999px; color:#197047; background:#eaf5ef; font-size:.78rem; font-weight:700; }
.check-list { padding-left:20px; line-height:2; }
.consultation-price { margin-top:24px; padding:18px; border-radius:14px; background:#fff2eb; display:flex; justify-content:space-between; align-items:center; }
.consultation-price small { display:block; color:#667085; }
.consultation-price strong { font-size:2rem; color:#f15a29; }
.consultation-form .form-row { margin-bottom:16px; }
.consultation-form label { display:block; margin-bottom:6px; font-weight:600; }
.consultation-form input, .consultation-form select, .consultation-form textarea { width:100%; border:1px solid #d8dee8; border-radius:10px; padding:11px 12px; background:#fff; }
.consultation-form input:focus, .consultation-form textarea:focus { outline:0; border-color:#e4572e; box-shadow:0 0 0 3px rgba(228,87,46,.12); }
.field-hint { display:block; margin-top:6px; font-size:.8rem; }
.logged-user-note { margin:0 0 16px; padding:11px 13px; border-radius:10px; background:#eaf5ef; color:#197047; font-size:.88rem; font-weight:600; }
.otp-panel { margin:4px 0 16px; padding:14px; border:1px dashed #e4572e; border-radius:12px; background:#fff8f4; }
.otp-input-row { display:flex; gap:8px; }
.otp-input-row input { flex:1; }
.text-button { border:0; background:transparent; color:#e4572e; font-weight:700; cursor:pointer; }
.consultation-submit { width:100%; margin-top:4px; padding:13px 18px; }
.form-status.is-error { color:#b42318; }
.consultation-form .two-col { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-status { min-height:24px; margin:14px 0 0; color:#667085; }
@media (max-width: 900px) { .consultation-hero-inner { grid-template-columns:1fr; gap:34px; } .consultation-hero-visual { max-width:560px; width:100%; margin:0 auto; } }
@media (max-width: 760px) { .consultation-hero { padding:48px 0 42px; } .consultation-hero-stats { grid-template-columns:repeat(2,minmax(0,1fr)); } .consultation-hero-visual { min-height:270px; } .consultation-hero-visual img { height:270px; } .consultation-photo-caption { right:8px; bottom:-14px; } .consultation-grid, .consultation-form .two-col { grid-template-columns:1fr; } .content-card { padding:20px; } }

/* Customer dashboard */
.dashboard-hero { padding:54px 0 48px; background:radial-gradient(circle at 82% 12%, rgba(255,126,71,.2), transparent 28%), linear-gradient(135deg, #102c47 0%, #0d1e32 100%); color:#fff; }
.dashboard-hero-inner { display:flex; justify-content:space-between; align-items:center; gap:24px; }
.dashboard-kicker { color:#f27a45; font-size:.72rem; font-weight:800; letter-spacing:.15em; }
.dashboard-hero h1 { margin:8px 0 8px; color:#fff; font-size:clamp(2rem,4vw,3.2rem); }
.dashboard-hero p { margin:0; color:rgba(255,255,255,.72); }
.dashboard-bike-chip { display:flex; align-items:center; gap:12px; padding:13px 18px; min-width:205px; border:1px solid rgba(255,255,255,.16); border-radius:15px; background:rgba(255,255,255,.09); }
.bike-chip-icon { display:grid; place-items:center; width:38px; height:38px; border-radius:11px; background:#f15a29; font-size:20px; }
.dashboard-bike-chip small { display:block; color:rgba(255,255,255,.62); font-size:.72rem; }.dashboard-bike-chip strong { display:block; color:#fff; font-size:1.05rem; }
.dashboard-section { padding:30px 0 52px; background:#f4f7fa; }.dashboard-layout { display:grid; grid-template-columns:280px minmax(0,1fr); gap:24px; align-items:start; }
.dashboard-sidebar { display:grid; gap:18px; }.dashboard-profile-card, .dashboard-stats-card, .dashboard-booking-card { border:1px solid #e1e8ef; border-radius:20px; background:#fff; box-shadow:0 14px 36px rgba(16,44,71,.08); }
.dashboard-profile-card { padding:24px; background:linear-gradient(160deg,#fff 0%,#f9fbfc 100%); }.profile-avatar { display:grid; place-items:center; width:55px; height:55px; border-radius:16px; background:#fff0e9; font-size:25px; margin-bottom:18px; }.profile-label { color:#f15a29; font-size:.68rem; font-weight:800; letter-spacing:.12em; }.dashboard-profile-card h2 { margin:7px 0 2px; font-size:1.45rem; color:#102c47; }.profile-model { margin:0 0 21px; color:#617185; }.profile-details { display:grid; gap:11px; padding-top:17px; border-top:1px solid #e5ebf0; color:#53677b; font-size:.82rem; }.dashboard-stats-card { padding:20px 22px; }.dashboard-stats-card h3 { margin:0 0 15px; font-size:1rem; color:#102c47; }.overview-stat { display:flex; align-items:center; gap:11px; padding:12px 0; border-top:1px solid #edf1f4; }.stat-icon { display:grid; place-items:center; width:32px; height:32px; border-radius:10px; font-weight:800; }.stat-icon.pending { color:#bd7210; background:#fff4da; }.stat-icon.approved { color:#137354; background:#e6f7ef; }.stat-icon.completed { color:#5261ad; background:#eceeff; }.overview-stat strong { display:block; color:#102c47; font-size:1.16rem; line-height:1.1; }.overview-stat small { color:#78899a; font-size:.75rem; }
.dashboard-booking-card { padding:30px; }.booking-card-heading { display:flex; justify-content:space-between; gap:20px; padding-bottom:22px; border-bottom:1px solid #e8edf1; }.booking-card-heading h2 { margin:6px 0 5px; color:#102c47; font-size:1.7rem; }.booking-card-heading p { margin:0; color:#718196; }.booking-step { color:#f15a29; font-size:1.35rem; font-weight:800; white-space:nowrap; }.booking-step small { color:#9caab7; font-size:.8rem; font-weight:600; }.service-booking-form { padding-top:24px; }.service-booking-form .form-row { margin-bottom:23px; }.service-booking-form label, .slot-picker-title label { display:block; margin-bottom:8px; color:#233c56; font-size:.9rem; font-weight:750; }.service-booking-form input[type=date], .service-booking-form input[type=number] { width:100%; border:1px solid #dce5ec; border-radius:11px; padding:13px 14px; color:#19334d; background:#fbfcfd; outline:0; }.service-booking-form input:focus { border-color:#f15a29; box-shadow:0 0 0 3px rgba(241,90,41,.12); }.service-booking-form .form-row > small { display:block; margin-top:6px; color:#8997a5; font-size:.74rem; }.input-with-icon { position:relative; }.input-with-icon > span { position:absolute; left:14px; top:11px; color:#f15a29; pointer-events:none; }.input-with-icon input { padding-left:40px !important; }.slot-picker-title { display:flex; justify-content:space-between; align-items:center; }.slot-picker-title span { color:#8997a5; font-size:.75rem; }.slot-picker { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:11px; }.slot-option { position:relative; display:flex; align-items:center; gap:12px; min-height:72px; padding:12px 13px; border:1px solid #dfe7ee; border-radius:13px; cursor:pointer; background:#fff; transition:.2s ease; }.slot-option:hover { border-color:#f15a29; transform:translateY(-1px); box-shadow:0 7px 16px rgba(241,90,41,.1); }.slot-option input { position:absolute; opacity:0; }.slot-option:has(input:checked) { border-color:#f15a29; background:#fff5f0; box-shadow:0 0 0 2px rgba(241,90,41,.12); }.slot-option.is-full { opacity:.52; cursor:not-allowed; background:#f7f9fa; }.slot-option-body { min-width:78px; padding-right:11px; border-right:1px solid #e7edf1; }.slot-option-body strong, .slot-option-body small, .slot-option-meta b, .slot-option-meta small { display:block; }.slot-option-body strong { color:#102c47; font-size:.92rem; }.slot-option-body small { color:#8997a5; font-size:.7rem; margin-top:2px; }.slot-option-meta { min-width:0; }.slot-option-meta b { overflow:hidden; color:#304861; font-size:.76rem; text-overflow:ellipsis; white-space:nowrap; }.slot-option-meta small { margin-top:3px; color:#f15a29; font-size:.7rem; font-weight:700; }.slot-option.is-full .slot-option-meta small { color:#8a98a6; }.slot-check { display:grid; place-items:center; width:20px; height:20px; margin-left:auto; border:1px solid #d6e0e8; border-radius:50%; color:transparent; font-size:.72rem; }.slot-option:has(input:checked) .slot-check { border-color:#f15a29; background:#f15a29; color:#fff; }.empty-slots { grid-column:1/-1; padding:16px; border:1px dashed #d5dee6; border-radius:12px; color:#758596; text-align:center; }.km-field { max-width:310px; }.booking-submit { display:flex; align-items:center; justify-content:space-between; width:100%; max-width:310px; padding:13px 17px; }.booking-submit b { font-size:1.3rem; }
@media (max-width: 800px) { .dashboard-hero-inner { align-items:flex-start; flex-direction:column; }.dashboard-bike-chip { width:100%; }.dashboard-layout { grid-template-columns:1fr; }.dashboard-sidebar { grid-template-columns:1fr 1fr; }.dashboard-profile-card, .dashboard-stats-card { min-width:0; } }
@media (max-width: 560px) { .dashboard-hero { padding:38px 0; }.dashboard-section { padding-top:18px; }.dashboard-sidebar { grid-template-columns:1fr; }.dashboard-booking-card { padding:20px 16px; }.booking-card-heading { gap:10px; }.booking-card-heading h2 { font-size:1.4rem; }.slot-picker { grid-template-columns:1fr; }.slot-option { min-height:67px; } }

/* Compact five-column slot picker */
.slot-picker { grid-template-columns:repeat(5,minmax(0,1fr)); gap:9px; }
.slot-option { min-height:unset; padding:14px 8px; gap:7px; border-color:#b9dfc7; border-radius:11px; background:#effaf2; }
.slot-option { justify-content:center; text-align:center; }
.slot-option:hover { border-color:#4eae70; box-shadow:0 6px 14px rgba(53,139,82,.12); }
.slot-option:has(input:checked) { border-color:#176b38; background:#176b38; color:#fff; }
.slot-option.is-full { border-color:#efb8b8; background:#fff0f0; opacity:1; }
.slot-option.is-full:hover { transform:none; box-shadow:none; }
.slot-option-body { min-width:0; padding-right:0; border-right:0; }
.slot-option-body strong { color:#173d27; font-size:.82rem; white-space:nowrap; }
.slot-option:has(input:checked) .slot-option-body strong { color:#fff; }
.slot-option-body small { color:#62816d; font-size:.62rem; margin-top:1px; white-space:nowrap; }
.slot-option-meta b { display:none; }
.slot-option-meta small { margin-top:0; color:#258049; font-size:.65rem; font-weight:800; }
.slot-option.is-full .slot-option-body { border-color:rgba(171,80,80,.2); }.slot-option.is-full .slot-option-body strong { color:#6d2828; }.slot-option.is-full .slot-option-body small,.slot-option.is-full .slot-option-meta small { color:#c05252; }
.slot-check { display:none; }
.slot-option.is-available .slot-option-body { border-right:0; padding-right:0; }
.slot-option.is-full .slot-option-body { border-right:0; padding-right:0; }
.slot-unavailable { color:#a52929 !important; font-size:.66rem !important; font-weight:800; letter-spacing:.02em; text-transform:uppercase; }
.slot-option.is-full .slot-check { display:none; }
.slot-option.is-past { border-color:#c9ced3; background:#eef0f2; cursor:not-allowed; opacity:1; }
.slot-option.is-past:hover { border-color:#c9ced3; box-shadow:none; transform:none; }
.slot-option.is-past .slot-option-body strong, .slot-option.is-past .slot-unavailable { color:#7d858d !important; }
.booking-cooldown { display:flex; align-items:flex-start; gap:14px; margin-top:24px; padding:19px; border:1px solid #cfe5d7; border-radius:14px; background:#effaf2; color:#315d42; }.cooldown-icon { display:grid; place-items:center; width:32px; height:32px; flex:0 0 32px; border-radius:50%; background:#176b38; color:#fff; font-weight:800; }.booking-cooldown strong { color:#176b38; }.booking-cooldown p { margin:4px 0 2px; color:#4c6f59; }.booking-cooldown small { color:#7c9584; font-size:.75rem; }
.booking-submit:disabled { cursor:not-allowed; opacity:.55; filter:grayscale(.2); }
.confirmation-hero { padding:58px 0 72px; background:linear-gradient(135deg,#102c47,#0d1e32); color:#fff; text-align:center; }.confirmation-check { display:grid; place-items:center; width:64px; height:64px; margin:0 auto 18px; border-radius:50%; background:#2e9957; color:#fff; font-size:2rem; font-weight:800; }.confirmation-hero h1 { margin:10px 0 8px; color:#fff; }.confirmation-hero p { margin:0; color:rgba(255,255,255,.72); }.confirmation-section { padding-top:0; margin-top:-34px; background:#f4f7fa; }.confirmation-card { max-width:760px; margin:0 auto; padding:28px; border:1px solid #e1e8ef; border-radius:20px; background:#fff; box-shadow:0 14px 36px rgba(16,44,71,.1); }.confirmation-card-head { display:flex; justify-content:space-between; align-items:flex-start; gap:18px; padding-bottom:22px; border-bottom:1px solid #e8edf1; }.confirmation-card-head small, .confirmation-details small { display:block; color:#8997a5; font-size:.7rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }.confirmation-card-head h2 { margin:5px 0 0; color:#102c47; }.confirmation-status { padding:8px 12px; border-radius:20px; color:#8b5b11; background:#fff3d5; font-size:.78rem; font-weight:800; }.confirmation-details { display:grid; grid-template-columns:1fr 1fr; gap:22px 18px; padding:24px 0; }.confirmation-details strong { display:block; margin-top:5px; color:#213b55; }.confirmation-actions { display:flex; gap:12px; padding-top:20px; border-top:1px solid #e8edf1; }.btn-outline { display:inline-flex; align-items:center; justify-content:center; border:1px solid #cfd9e2; border-radius:10px; padding:11px 16px; color:#26425d; background:#fff; cursor:pointer; }.btn-outline:hover { border-color:#f15a29; color:#f15a29; }
@media print { .site-header, .site-footer, .confirmation-actions { display:none !important; }.confirmation-hero { padding:20px; color:#000; background:#fff; }.confirmation-hero h1 { color:#000; }.confirmation-section { margin:0; padding:20px; } }
@media (max-width:560px) { .confirmation-card { padding:20px; }.confirmation-details { grid-template-columns:1fr; gap:16px; }.confirmation-actions { flex-direction:column; } }
.date-picker { display:flex; gap:9px; overflow-x:auto; padding:2px 2px 10px; scroll-snap-type:x proximity; scrollbar-width:thin; scrollbar-color:#b9c9d6 transparent; }
.date-option { display:flex; flex:0 0 82px; flex-direction:column; align-items:center; justify-content:center; min-height:82px; padding:10px 8px; border:1px solid #dce5ec; border-radius:12px; color:#617185; background:#f8fafb; text-align:center; text-decoration:none; scroll-snap-align:start; transition:.2s ease; }
.date-option:hover { border-color:#f15a29; color:#f15a29; transform:translateY(-1px); }
.date-option.is-loading { opacity:.6; pointer-events:none; }.slot-picker-wrap.is-loading { opacity:.55; pointer-events:none; }
.date-option span { font-size:.66rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }.date-option strong { margin:3px 0 0; color:#19334d; font-size:1.35rem; line-height:1; }.date-option small { margin-top:5px; color:#8291a0; font-size:.68rem; font-weight:700; text-transform:uppercase; }.date-option.is-selected { border-color:#176b38; background:#176b38; color:#fff; box-shadow:0 6px 14px rgba(23,107,56,.18); }.date-option.is-selected strong,.date-option.is-selected small { color:#fff; }
@media (max-width:900px) { .slot-picker { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:560px) { .slot-picker { grid-template-columns:repeat(2,minmax(0,1fr)); }.slot-option { min-height:unset; padding-top:14px; padding-bottom:14px; } }
