:root {
    --v48-orange: #ff6500;
    --v48-orange-dark: #e55200;
    --v48-ink: #0c1420;
    --v48-slate: #5f6e82;
    --v48-line: #dfe6ef;
    --v48-soft: #f3f6fa;
    --v48-white: #fff;
    --v48-radius: 30px;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body.v48-site {
    margin: 0;
    background: #eef2f6;
    color: var(--v48-ink);
    font-family: Inter,Arial,sans-serif;
    overflow-x: hidden
}

body.v48-site.menu-open {
    overflow: hidden
}

.v48-shell {
    width: min(1240px,calc(100% - 36px));
    margin: 0 auto
}

a {
    text-decoration: none
}

.v48-main {
    min-height: 70vh;
    background: radial-gradient(circle at 6% 0,rgba(255,101,0,.12),transparent 24%), radial-gradient(circle at 96% 12%,rgba(44,107,255,.10),transparent 22%), linear-gradient(180deg,#f8fafc 0,#eef2f7 62%,#f5f7fa 100%)
}

/* Header */
.v48-header {
    position: relative;
    z-index: 100;
    padding-bottom: 14px
}

.v48-topline {
    height: 38px;
    background: #101722;
    color: #c7d0dd;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .03em
}

.v48-topline .v48-shell {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.v48-topline span {
    display: flex;
    align-items: center;
    gap: 9px
}

.v48-topline span i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 5px rgba(34,197,94,.12)
}

.v48-topline div {
    display: flex;
    gap: 22px
}

.v48-topline a {
    color: #c7d0dd
}

.v48-topline a:hover {
    color: #fff
}

.v48-nav-wrap {
    padding-top: 18px
}

.v48-nav-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 118px 1fr;
    align-items: center;
    min-height: 88px;
    padding: 0 22px;
    border: 1px solid rgba(15,23,42,.07);
    border-radius: 36px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 55px rgba(15,23,42,.08)
}

.v48-nav {
    display: flex;
    align-items: center;
    gap: 5px
}

.v48-nav-left {
    justify-content: flex-end;
    padding-right: 18px
}

.v48-nav-right {
    justify-content: flex-start;
    padding-left: 18px
}

.v48-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: 0 14px;
    border-radius: 14px;
    color: #3e4958;
    font-size: 13px;
    font-weight: 850;
    white-space: nowrap;
    transition: .2s ease
}

.v48-nav a:hover,.v48-nav a.is-active {
    color: var(--v48-ink);
    background: #f0f3f7
}

.v48-nav .v48-report {
    border: 1px solid #dce3ec;
    background: #fff;
    color: var(--v48-ink)
}

.v48-nav .v48-book {
    background: var(--v48-orange);
    color: #fff;
    padding-inline:19px;box-shadow: 0 10px 24px rgba(255,101,0,.2)
}

.v48-nav .v48-book:hover,.v48-nav .v48-book.is-active {
    background: var(--v48-orange-dark);
    color: #fff
}

.v48-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e1e7ef;
    z-index: 3
}

.v48-logo img {
    display: block;
    width: 78px;
    height: 78px;
    object-fit: contain
}

.v48-menu-btn,.v48-mobile-search {
    display: none
}

.v48-mobile-menu {
    display: none
}

.v48-mobile-dock {
    display: none
}

/* Generic public components */
.v48-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--v48-orange);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .18em
}

.v48-eyebrow i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--v48-orange);
    box-shadow: 0 0 0 6px rgba(255,101,0,.10)
}

.v48-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 17px;
    font-size: 14px;
    font-weight: 950;
    transition: .2s ease
}

.v48-btn.primary {
    background: var(--v48-orange);
    color: #fff;
    box-shadow: 0 14px 30px rgba(255,101,0,.18)
}

.v48-btn.primary:hover {
    background: var(--v48-orange-dark);
    transform: translateY(-2px)
}

.v48-btn.secondary {
    background: #fff;
    border: 1px solid var(--v48-line);
    color: var(--v48-ink)
}

.v48-section {
    padding: 74px 0
}

.v48-section.soft {
    background: rgba(255,255,255,.52);
    border-top: 1px solid rgba(216,224,234,.8);
    border-bottom: 1px solid rgba(216,224,234,.8)
}

.v48-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 30px
}

.v48-section-head span {
    display: block;
    color: var(--v48-orange);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .18em;
    margin-bottom: 10px
}

.v48-section-head h2 {
    margin: 0;
    max-width: 780px;
    font-size: clamp(34px,4vw,54px);
    line-height: 1.02;
    letter-spacing: -.055em
}

.v48-section-head p {
    margin: 12px 0 0;
    max-width: 690px;
    color: var(--v48-slate);
    font-size: 16px;
    line-height: 1.7
}

.v48-section-head>a {
    color: var(--v48-ink);
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap
}

/* Home hero */
.v48-hero {
    padding: 34px 0 22px
}

.v48-hero-grid {
    display: grid;
    grid-template-columns: minmax(0,.94fr) minmax(520px,1.06fr);
    gap: 24px;
    align-items: stretch
}

.v48-hero-copy,.v48-hero-panel {
    border: 1px solid rgba(220,227,236,.94);
    border-radius: 38px;
    background: rgba(255,255,255,.87);
    box-shadow: 0 25px 70px rgba(15,23,42,.065)
}

.v48-hero-copy {
    padding: 44px 42px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.v48-hero-copy h1 {
    margin: 18px 0 22px;
    font-size: clamp(50px,5.2vw,78px);
    line-height: .95;
    letter-spacing: -.065em
}

.v48-hero-copy h1 em {
    display: block;
    color: var(--v48-orange);
    font-style: normal
}

.v48-hero-copy>p {
    margin: 0;
    color: var(--v48-slate);
    font-size: 18px;
    line-height: 1.75;
    max-width: 700px
}

.v48-hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 28px
}

.v48-service-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;
    padding: 15px 17px;
    margin-top: 26px;
    border: 1px solid #e3e9f1;
    border-radius: 19px;
    background: #f8fafc
}

.v48-service-note>i {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: #e8f8ef;
    position: relative
}

.v48-service-note>i:after {
    content: '';
    position: absolute;
    inset: 13px;
    border-radius: 50%;
    background: #19ad69
}

.v48-service-note strong {
    display: block;
    font-size: 15px
}

.v48-service-note small {
    display: block;
    color: #748195;
    margin-top: 4px;
    line-height: 1.45
}

.v48-hero-stats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 24px;
    border-top: 1px solid #e8edf3;
    padding-top: 22px
}

.v48-hero-stats article {
    padding: 0 14px;
    border-right: 1px solid #e8edf3
}

.v48-hero-stats article:first-child {
    padding-left: 0
}

.v48-hero-stats article:last-child {
    border: 0
}

.v48-hero-stats b {
    display: block;
    font-size: 34px;
    letter-spacing: -.05em
}

.v48-hero-stats span {
    display: block;
    margin-top: 3px;
    color: #8490a0;
    font-size: 12px
}

.v48-hero-panel {
    padding: 18px;
    background: linear-gradient(145deg,#121a28,#07101c)
}

.v48-showcase {
    position: relative;
    min-height: 620px;
    border-radius: 29px;
    overflow: hidden;
    background: #0d1624
}

.v48-showcase-slide {
    position: absolute;
    inset: 0;
    padding: 22px;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: .45s ease;
    display: flex;
    flex-direction: column
}

.v48-showcase-slide.is-active {
    opacity: 1;
    transform: none;
    pointer-events: auto
}

.v48-showcase-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    color: #fff;
    margin-bottom: 15px
}

.v48-showcase-head span {
    color: #ffad72;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .18em
}

.v48-showcase-head strong {
    font-size: 23px;
    line-height: 1.1;
    letter-spacing: -.04em;
    text-align: right;
    max-width: 330px
}

.v48-showcase-slide img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    border-radius: 21px;
    background: #e7ecf3
}

.v48-showcase-slide p {
    margin: 14px 6px 0;
    color: #c8d3e0;
    font-size: 14px;
    line-height: 1.6
}

.v48-showcase-dots {
    position: absolute;
    left: 24px;
    bottom: 18px;
    z-index: 5;
    display: flex;
    gap: 8px
}

.v48-showcase-dots button {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 99px;
    background: rgba(255,255,255,.32);
    padding: 0;
    cursor: pointer
}

.v48-showcase-dots button.is-active {
    width: 28px;
    background: var(--v48-orange)
}

/* Query band */
.v48-query-band {
    padding: 14px 0 0
}

.v48-query-card {
    display: grid;
    grid-template-columns: 1.05fr 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 25px 28px;
    border: 1px solid #dce4ed;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15,23,42,.05)
}

.v48-query-card span {
    display: block;
    color: var(--v48-orange);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .18em;
    margin-bottom: 7px
}

.v48-query-card h2 {
    margin: 0;
    font-size: 27px;
    line-height: 1.08;
    letter-spacing: -.045em
}

.v48-query-card form {
    display: flex;
    gap: 10px
}

.v48-query-card input {
    flex: 1;
    min-width: 0;
    height: 56px;
    padding: 0 18px;
    border: 1px solid #dce4ed;
    border-radius: 16px;
    background: #f9fbfd;
    font: inherit
}

.v48-query-card button {
    height: 56px;
    padding: 0 22px;
    border: 0;
    border-radius: 16px;
    background: var(--v48-ink);
    color: #fff;
    font-weight: 900
}

.v48-query-card>a {
    color: var(--v48-ink);
    font-weight: 900;
    white-space: nowrap
}

/* Cards */
.v48-service-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px
}

.v48-service-card {
    padding: 25px;
    border-radius: 28px;
    border: 1px solid #e1e7ef;
    background: rgba(255,255,255,.88);
    box-shadow: 0 16px 45px rgba(15,23,42,.045)
}

.v48-service-card .no {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 15px;
    background: #fff0e6;
    color: var(--v48-orange);
    font-weight: 950
}

.v48-service-card h3 {
    margin: 20px 0 9px;
    font-size: 24px;
    letter-spacing: -.04em
}

.v48-service-card p {
    margin: 0;
    color: var(--v48-slate);
    line-height: 1.7
}

.v48-package-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 19px
}

.v48-package-card {
    position: relative;
    padding: 28px;
    border: 1px solid #dfe6ef;
    border-radius: 31px;
    background: #fff
}

.v48-package-card.featured {
    background: linear-gradient(150deg,#111925,#07101b);
    color: #fff;
    border-color: #111925;
    transform: translateY(-8px);
    box-shadow: 0 25px 65px rgba(15,23,42,.18)
}

.v48-package-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.v48-package-top span {
    padding: 8px 11px;
    border-radius: 99px;
    background: #fff0e6;
    color: var(--v48-orange);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .1em
}

.v48-package-card.featured .v48-package-top span {
    background: rgba(255,255,255,.11);
    color: #ffc398
}

.v48-package-top small {
    color: #8894a4;
    font-weight: 850
}

.v48-package-card h3 {
    font-size: 29px;
    letter-spacing: -.05em;
    margin: 24px 0 10px
}

.v48-package-card p {
    min-height: 70px;
    color: #6c7889;
    line-height: 1.65
}

.v48-package-card.featured p {
    color: #aeb9c8
}

.v48-package-card>strong {
    display: block;
    font-size: 32px;
    letter-spacing: -.04em;
    margin: 18px 0
}

.v48-package-card>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    padding: 0 18px;
    border-radius: 16px;
    background: #f2f5f8;
    color: var(--v48-ink);
    font-weight: 900
}

.v48-package-card.featured>a {
    background: var(--v48-orange);
    color: #fff
}

.v48-process-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px
}

.v48-process-card {
    padding: 25px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid #dfe6ef
}

.v48-process-card b {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    border-radius: 15px;
    background: #fff0e6;
    color: var(--v48-orange)
}

.v48-process-card h3 {
    font-size: 23px;
    margin: 18px 0 8px;
    letter-spacing: -.04em
}

.v48-process-card p {
    margin: 0;
    color: var(--v48-slate);
    line-height: 1.7
}

.v48-reports-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px
}

.v48-report-card {
    padding: 21px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #e1e7ef
}

.v48-report-card header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #8390a0;
    font-size: 11px;
    font-weight: 900
}

.v48-report-card h3 {
    margin: 18px 0 6px;
    font-size: 20px;
    letter-spacing: -.03em
}

.v48-report-card p {
    margin: 0;
    color: #7c8999;
    font-size: 13px
}

.v48-report-card strong {
    display: block;
    margin-top: 18px;
    font-size: 28px;
    color: var(--v48-orange)
}

/* Page heroes */
.v48-page-hero {
    padding: 36px 0 20px
}

.v48-page-hero-card {
    display: grid;
    grid-template-columns: 1fr 330px;
    gap: 30px;
    align-items: center;
    padding: 44px;
    border-radius: 38px;
    background: linear-gradient(145deg,#121a27,#07101b);
    color: #fff;
    box-shadow: 0 28px 80px rgba(15,23,42,.16)
}

.v48-page-hero-card span {
    display: block;
    color: #ffae75;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .18em;
    margin-bottom: 12px
}

.v48-page-hero-card h1 {
    margin: 0;
    font-size: clamp(44px,5vw,72px);
    line-height: .98;
    letter-spacing: -.06em
}

.v48-page-hero-card p {
    max-width: 760px;
    margin: 20px 0 0;
    color: #b9c4d2;
    font-size: 17px;
    line-height: 1.75
}

.v48-page-metrics {
    display: grid;
    gap: 10px
}

.v48-page-metrics article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 18px;
    background: rgba(255,255,255,.055)
}

.v48-page-metrics b {
    font-size: 24px;
    color: #fff
}

.v48-page-metrics small {
    color: #aeb9c7;
    text-align: right
}

.v48-detail-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px
}

.v48-detail-card {
    padding: 28px;
    border: 1px solid #e0e7ef;
    border-radius: 30px;
    background: #fff
}

.v48-detail-card header {
    display: flex;
    align-items: center;
    gap: 14px
}

.v48-detail-card header b {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #fff0e6;
    color: var(--v48-orange)
}

.v48-detail-card h2 {
    font-size: 27px;
    letter-spacing: -.04em;
    margin: 0
}

.v48-detail-card>p {
    color: var(--v48-slate);
    line-height: 1.7
}

.v48-detail-card ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0;
    margin: 20px 0 0;
    list-style: none
}

.v48-detail-card li {
    padding: 12px 14px;
    border-radius: 14px;
    background: #f5f8fb;
    font-size: 13px;
    font-weight: 800;
    color: #405064
}

.v48-dark-band {
    padding: 64px 0;
    background: #111924;
    color: #fff
}

.v48-dark-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: center
}

.v48-dark-grid h2 {
    font-size: clamp(38px,4vw,58px);
    line-height: 1;
    letter-spacing: -.055em;
    margin: 0
}

.v48-dark-grid p {
    color: #bac5d2;
    line-height: 1.8;
    font-size: 17px
}

.v48-dark-grid a {
    color: #ffae75;
    font-weight: 900
}

/* Booking */
.v48-booking-page {
    padding: 34px 0 70px
}

.v48-booking-grid {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 22px;
    align-items: start
}

.v48-booking-intro,.v48-booking-form-card {
    border: 1px solid #dfe6ef;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(15,23,42,.06)
}

.v48-booking-intro {
    padding: 34px;
    position: sticky;
    top: 20px
}

.v48-booking-intro h1 {
    font-size: clamp(42px,4.5vw,62px);
    line-height: .98;
    letter-spacing: -.06em;
    margin: 17px 0
}

.v48-booking-intro h1 em {
    display: block;
    color: var(--v48-orange);
    font-style: normal
}

.v48-booking-intro>p {
    color: var(--v48-slate);
    line-height: 1.75;
    font-size: 16px
}

.v48-booking-points {
    display: grid;
    gap: 12px;
    margin-top: 22px
}

.v48-booking-points article {
    display: flex;
    gap: 13px;
    padding: 15px;
    border-radius: 19px;
    background: #f5f8fb
}

.v48-booking-points b {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    background: #fff0e6;
    color: var(--v48-orange);
    flex: none
}

.v48-booking-points strong {
    display: block;
    font-size: 15px
}

.v48-booking-points small {
    display: block;
    color: #748195;
    line-height: 1.5;
    margin-top: 4px
}

.v48-booking-contact {
    margin-top: 18px;
    padding: 18px;
    border-radius: 21px;
    background: #111924;
    color: #fff
}

.v48-booking-contact span {
    display: block;
    color: #ffae75;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .16em
}

.v48-booking-contact strong {
    display: block;
    font-size: 25px;
    margin: 8px 0
}

.v48-booking-contact small {
    color: #b6c1ce
}

.v48-booking-form-card {
    padding: 29px
}

.v48-booking-form-head span {
    color: var(--v48-orange);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .17em
}

.v48-booking-form-head h2 {
    font-size: 35px;
    letter-spacing: -.05em;
    margin: 9px 0
}

.v48-booking-form-head p {
    color: var(--v48-slate);
    line-height: 1.6;
    margin: 0 0 22px
}

.v48-booking-form section {
    padding: 20px 0;
    border-top: 1px solid #e8edf3
}

.v48-booking-form section:first-of-type {
    border-top: 0;
    padding-top: 0
}

.v48-step {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 14px
}

.v48-step>b {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #fff0e6;
    color: var(--v48-orange)
}

.v48-step strong {
    display: block;
    font-size: 17px
}

.v48-step small {
    display: block;
    color: #7b8797;
    margin-top: 3px
}

.v48-fields {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 13px
}

.v48-fields.cols-3 {
    grid-template-columns: repeat(3,1fr)
}

.v48-fields label {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.v48-fields label.wide {
    grid-column: 1/-1
}

.v48-fields label>span {
    font-size: 12px;
    font-weight: 850;
    color: #344256
}

.v48-fields input,.v48-fields select,.v48-fields textarea {
    width: 100%;
    min-height: 53px;
    border: 1px solid #dce4ed;
    border-radius: 15px;
    background: #f9fbfd;
    padding: 0 15px;
    font: inherit;
    outline: none
}

.v48-fields textarea {
    padding: 14px;
    resize: vertical
}

.v48-fields input:focus,.v48-fields select:focus,.v48-fields textarea:focus {
    border-color: var(--v48-orange);
    box-shadow: 0 0 0 4px rgba(255,101,0,.1)
}

.v48-package-options {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px
}

.v48-package-options label {
    cursor: pointer
}

.v48-package-options input {
    position: absolute;
    opacity: 0
}

.v48-package-options label>span {
    display: flex;
    flex-direction: column;
    min-height: 180px;
    padding: 18px;
    border: 1px solid #dfe6ef;
    border-radius: 20px;
    background: #f8fafc;
    transition: .2s
}

.v48-package-options input:checked+span {
    border-color: var(--v48-orange);
    box-shadow: 0 0 0 4px rgba(255,101,0,.09);
    background: #fff8f3
}

.v48-package-options b {
    font-size: 18px
}

.v48-package-options small {
    color: #728094;
    line-height: 1.55;
    margin: 9px 0 auto
}

.v48-package-options strong {
    font-size: 22px;
    color: var(--v48-orange);
    margin-top: 12px
}

.v48-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
    border-radius: 16px;
    background: #f4f7fa;
    color: #536174;
    font-size: 12px;
    line-height: 1.55
}

.v48-submit {
    width: 100%;
    height: 58px;
    margin-top: 16px;
    border: 0;
    border-radius: 17px;
    background: var(--v48-orange);
    color: #fff;
    font-weight: 950;
    font-size: 14px;
    cursor: pointer
}

.v48-submit:hover {
    background: var(--v48-orange-dark)
}

/* Search */
.v48-search-hero {
    padding: 36px 0 24px
}

.v48-search-grid {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 22px
}

.v48-search-copy,.v48-search-box {
    padding: 38px;
    border-radius: 34px;
    border: 1px solid #dfe6ef;
    background: #fff;
    box-shadow: 0 20px 60px rgba(15,23,42,.055)
}

.v48-search-copy h1 {
    font-size: clamp(44px,5vw,70px);
    line-height: .97;
    letter-spacing: -.06em;
    margin: 16px 0
}

.v48-search-copy h1 em {
    display: block;
    color: var(--v48-orange);
    font-style: normal
}

.v48-search-copy p {
    color: var(--v48-slate);
    font-size: 17px;
    line-height: 1.75
}

.v48-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px
}

.v48-trust-row span {
    padding: 9px 12px;
    border-radius: 99px;
    background: #f3f6f9;
    font-size: 12px;
    font-weight: 850
}

.v48-search-box {
    background: linear-gradient(145deg,#111925,#07101b);
    color: #000000;
}

.v48-search-box-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px
}

.v48-search-box-head small {
    display: block;
    color: #ffae75;
    font-weight: 950;
    letter-spacing: .15em;
    margin-bottom: 6px
}

.v48-search-box-head strong {
    font-size: 25px
}

.v48-search-box-head>span {
    padding: 8px 11px;
    border-radius: 99px;
    background: rgba(255,255,255,.09);
    color: #b8c3d1;
    font-size: 10px;
    font-weight: 900
}

.v48-search-box label {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.v48-search-box label span {
    font-size: 12px;
    color: #c7d0dc;
    font-weight: 850
}

.v48-search-box input {
    height: 60px;
    border: 0;
    border-radius: 17px;
    padding: 0 17px;
    font: inherit
}

.v48-search-box button {
    width: 100%;
    height: 58px;
    border: 0;
    border-radius: 17px;
    background: var(--v48-orange);
    color: #fff;
    font-weight: 950;
    margin-top: 12px
}

.v48-search-help {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    color: #9fadbd;
    font-size: 12px;
    line-height: 1.6
}

/* Footer */
.v48-footer {
    background: #0d141f;
    color: #d5dde8;
    padding-top: 58px
}

.v48-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .7fr .7fr 1fr;
    gap: 36px;
    padding-bottom: 42px
}

.v48-footer-brand {
    display: flex;
    gap: 16px;
    align-items: flex-start
}

.v48-footer-brand>a {
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #fff;
    flex: none
}

.v48-footer-brand img {
    width: 58px;
    height: 58px;
    object-fit: contain
}

.v48-footer-brand strong {
    font-size: 21px;
    color: #fff
}

.v48-footer-brand p {
    max-width: 350px;
    margin: 8px 0 0;
    color: #95a3b5;
    line-height: 1.65;
    font-size: 13px
}

.v48-footer-links,.v48-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.v48-footer-links b,.v48-footer-contact b {
    color: #fff;
    font-size: 12px;
    letter-spacing: .13em;
    margin-bottom: 5px
}

.v48-footer a {
    color: #9ca9ba;
    font-size: 13px
}

.v48-footer a:hover {
    color: #fff
}

.v48-footer-contact span {
    color: #9ca9ba;
    font-size: 13px;
    line-height: 1.5
}

.v48-footer-book {
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    height: 43px;
    padding: 0 15px;
    border-radius: 14px;
    background: var(--v48-orange);
    color: #fff!important;
    font-weight: 900;
    margin-top: 6px
}

.v48-footer-uptic {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,.07)
}

.v48-footer-uptic span {
    font-size: 9px;
    letter-spacing: .16em;
    color: #738196;
    text-transform: uppercase
}

.v48-footer-uptic img {
    display: block;
    width: 92px;
    height: 28px;
    object-fit: contain
}

.v48-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.06);
    padding: 17px 0;
    color: #758297;
    font-size: 11px
}

.v48-footer-bottom .v48-shell {
    display: flex;
    align-items: center;
    justify-content: space-between
}

/* Existing schema reverted clean styling */
.photo-vehicle-schema .vehicle-photo-stage {
    position: relative;
    overflow: hidden;
    padding: 45px 12px 48px;
    border-radius: 28px;
    background: linear-gradient(180deg,#f8fafc,#edf2f7);
    border: 1px solid #dde5ee
}

.photo-vehicle-schema .vehicle-photo-stage img {
    display: block;
    width: min(100%,560px);
    height: auto;
    margin: auto;
    filter: drop-shadow(0 22px 28px rgba(15,23,42,.11))
}

.photo-vehicle-schema .vehicle-direction {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    padding: 7px 11px;
    border-radius: 99px;
    background: #fff;
    border: 1px solid #e0e7ef;
    color: var(--v48-orange);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .17em
}

.photo-vehicle-schema .vehicle-direction.front {
    top: 12px
}

.photo-vehicle-schema .vehicle-direction.rear {
    bottom: 12px
}

.photo-vehicle-schema .vehicle-hotspot {
    position: absolute;
    left: var(--x);
    top: var(--y);
    transform: translate(-50%,-50%);
    z-index: 5;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer
}

.photo-vehicle-schema .vehicle-hotspot span {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 4px rgba(15,23,42,.08),0 8px 16px rgba(15,23,42,.16)
}

.photo-vehicle-schema .vehicle-hotspot b {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%,-8px);
    opacity: 0;
    pointer-events: none;
    padding: 7px 9px;
    border-radius: 10px;
    background: #101722;
    color: #fff;
    font-size: 10px;
    white-space: nowrap;
    transition: .15s
}

.photo-vehicle-schema .vehicle-hotspot:hover b,.photo-vehicle-schema .vehicle-hotspot:focus b {
    opacity: 1
}

.photo-vehicle-schema .vehicle-schema-help {
    text-align: center;
    color: #728095;
    font-size: 12px;
    margin: 12px 0 0
}

/* Responsive */
@media(max-width: 1080px) {
    .v48-nav-card {
        grid-template-columns:1fr 102px 1fr;
        padding: 0 12px
    }

    .v48-nav a {
        padding: 0 9px;
        font-size: 12px
    }

    .v48-logo {
        width: 98px;
        height: 98px
    }

    .v48-logo img {
        width: 68px;
        height: 68px
    }

    .v48-hero-grid,.v48-booking-grid,.v48-search-grid {
        grid-template-columns: 1fr
    }

    .v48-hero-panel {
        min-height: 640px
    }

    .v48-booking-intro {
        position: static
    }

    .v48-query-card {
        grid-template-columns: 1fr
    }

    .v48-footer-grid {
        grid-template-columns: 1.3fr 1fr 1fr
    }

    .v48-footer-contact {
        grid-column: 1/-1
    }
}

@media(max-width: 820px) {
    .v48-shell {
        width:min(100% - 24px,720px)
    }

    .v48-topline {
        display: none
    }

    .v48-nav-wrap {
        padding-top: 12px
    }

    .v48-nav-card {
        display: flex;
        justify-content: space-between;
        min-height: 78px;
        border-radius: 27px;
        padding: 0 13px
    }

    .v48-nav {
        display: none
    }

    .v48-logo {
        position: absolute;
        width: 88px;
        height: 88px
    }

    .v48-logo img {
        width: 61px;
        height: 61px
    }

    .v48-mobile-search,.v48-menu-btn {
        display: grid;
        place-items: center;
        width: 46px;
        height: 46px;
        border-radius: 15px;
        border: 1px solid #dfe6ef;
        background: #fff
    }

    .v48-mobile-search svg,.v48-menu-btn svg {
        width: 21px;
        height: 21px;
        fill: #172131
    }

    .v48-menu-btn {
        margin-left: auto;
        gap: 4px;
        padding: 12px
    }

    .v48-menu-btn span {
        display: block;
        width: 20px;
        height: 2px;
        background: #172131;
        border-radius: 99px
    }

    .v48-mobile-menu {
        display: block;
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 82px;
        z-index: 150;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(18px);
        transition: .25s ease;
        border-radius: 27px;
        background: rgba(255,255,255,.98);
        box-shadow: 0 24px 70px rgba(15,23,42,.22)
    }

    .v48-mobile-menu.open {
        max-height: 610px;
        opacity: 1;
        transform: none;
        padding: 18px
    }

    .v48-mobile-menu-head {
        padding: 4px 4px 15px;
        border-bottom: 1px solid #e7edf4;
        margin-bottom: 8px
    }

    .v48-mobile-menu-head strong {
        display: block;
        font-size: 20px
    }

    .v48-mobile-menu-head small {
        color: #8490a0
    }

    .v48-mobile-menu a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 13px 9px;
        color: #182334;
        font-weight: 850;
        border-bottom: 1px solid #edf1f5
    }

    .v48-mobile-menu a.primary {
        justify-content: center;
        margin-top: 12px;
        border: 0;
        border-radius: 15px;
        background: var(--v48-orange);
        color: #fff
    }

    .v48-mobile-dock {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: max(9px,env(safe-area-inset-bottom));
        z-index: 140;
        display: grid;
        grid-template-columns: 1fr 1fr 1.2fr 1fr 1fr;
        align-items: end;
        padding: 8px 8px 7px;
        border: 1px solid rgba(215,223,233,.92);
        border-radius: 24px;
        background: rgba(255,255,255,.96);
        backdrop-filter: blur(16px);
        box-shadow: 0 18px 55px rgba(15,23,42,.2)
    }

    .v48-mobile-dock a,.v48-mobile-dock button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        min-width: 0;
        height: 48px;
        border: 0;
        background: transparent;
        color: #7a8797;
        font-size: 9px;
        font-weight: 850
    }

    .v48-mobile-dock svg {
        width: 19px;
        height: 19px;
        fill: currentColor
    }

    .v48-mobile-dock .is-active {
        color: var(--v48-orange)
    }

    .v48-mobile-dock .v48-dock-cta {
        height: 64px;
        margin-top: -24px;
        border-radius: 20px;
        background: var(--v48-orange);
        color: #fff;
        box-shadow: 0 12px 25px rgba(255,101,0,.28)
    }

    .v48-main {
        padding-bottom: 90px
    }

    .v48-hero {
        padding-top: 15px
    }

    .v48-hero-copy {
        padding: 30px 23px
    }

    .v48-hero-copy h1 {
        font-size: 52px
    }

    .v48-hero-copy>p {
        font-size: 16px
    }

    .v48-showcase {
        min-height: 510px
    }

    .v48-showcase-slide img {
        height: 350px
    }

    .v48-hero-stats {
        grid-template-columns: repeat(2,1fr);
        gap: 12px
    }

    .v48-hero-stats article {
        border: 0;
        padding: 8px 0
    }

    .v48-section {
        padding: 55px 0
    }

    .v48-section-head {
        align-items: flex-start;
        flex-direction: column
    }

    .v48-section-head h2 {
        font-size: 39px
    }

    .v48-service-grid,.v48-package-grid,.v48-process-grid,.v48-reports-grid,.v48-detail-grid {
        grid-template-columns: 1fr
    }

    .v48-package-card.featured {
        transform: none
    }

    .v48-page-hero-card {
        grid-template-columns: 1fr;
        padding: 30px 24px
    }

    .v48-page-hero-card h1 {
        font-size: 48px
    }

    .v48-dark-grid {
        grid-template-columns: 1fr
    }

    .v48-footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .v48-footer-brand {
        grid-column: 1/-1
    }

    .v48-footer-contact {
        grid-column: 1/-1
    }

    .v48-fields.cols-3 {
        grid-template-columns: 1fr 1fr
    }

    .v48-package-options {
        grid-template-columns: 1fr
    }
}

@media(max-width: 560px) {
    .v48-shell {
        width:calc(100% - 18px)
    }

    .v48-nav-card {
        border-radius: 22px
    }

    .v48-logo {
        width: 82px;
        height: 82px
    }

    .v48-logo img {
        width: 56px;
        height: 56px
    }

    .v48-hero-copy,.v48-hero-panel,.v48-page-hero-card,.v48-search-copy,.v48-search-box,.v48-booking-intro,.v48-booking-form-card {
        border-radius: 27px
    }

    .v48-hero-copy {
        padding: 25px 19px
    }

    .v48-hero-copy h1 {
        font-size: 43px
    }

    .v48-hero-actions {
        display: grid
    }

    .v48-btn {
        width: 100%
    }

    .v48-service-note {
        grid-template-columns: auto 1fr
    }

    .v48-hero-panel {
        padding: 10px
    }

    .v48-showcase {
        min-height: 445px;
        border-radius: 22px
    }

    .v48-showcase-slide {
        padding: 13px
    }

    .v48-showcase-head {
        display: block
    }

    .v48-showcase-head strong {
        display: block;
        text-align: left;
        margin-top: 6px;
        font-size: 20px
    }

    .v48-showcase-slide img {
        height: 280px;
        border-radius: 16px
    }

    .v48-query-card {
        padding: 20px;
        border-radius: 23px
    }

    .v48-query-card h2 {
        font-size: 23px
    }

    .v48-query-card form {
        display: grid
    }

    .v48-query-card button {
        width: 100%
    }

    .v48-page-hero-card h1,.v48-search-copy h1 {
        font-size: 41px
    }

    .v48-page-hero-card {
        padding: 27px 20px
    }

    .v48-page-metrics article {
        padding: 13px
    }

    .v48-detail-card ul {
        grid-template-columns: 1fr
    }

    .v48-fields,.v48-fields.cols-3 {
        grid-template-columns: 1fr
    }

    .v48-booking-intro,.v48-booking-form-card {
        padding: 21px
    }

    .v48-booking-intro h1 {
        font-size: 42px
    }

    .v48-booking-form-head h2 {
        font-size: 29px
    }

    .v48-footer-grid {
        grid-template-columns: 1fr
    }

    .v48-footer-brand,.v48-footer-contact {
        grid-column: auto
    }

    .v48-footer-bottom .v48-shell {
        gap: 10px;
        flex-direction: column;
        text-align: center
    }

    .photo-vehicle-schema .vehicle-hotspot b {
        display: none
    }
}
