/*
Theme Name: Heraklion Car Rentals — Complete Homepage
Theme URI: https://heraklioncarrentals.com/
Author: Heraklion Car Rentals
Description: A complete Elementor-compatible WordPress car-rental theme with a Crafto-inspired conversion homepage and VikRentCar integration.
Version: 5.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: hcr-elementor
*/

:root {
  --hcr-deep: #061c36;
  --hcr-navy: #0d3b66;
  --hcr-blue: #174fc7;
  --hcr-teal: #00a7a5;
  --hcr-teal-dark: #008d8b;
  --hcr-aqua: #e8faf9;
  --hcr-surface: #f5f8fc;
  --hcr-white: #ffffff;
  --hcr-text: #17283a;
  --hcr-muted: #71808f;
  --hcr-line: #dfe8ef;
  --hcr-container: 1240px;
  --hcr-radius: 22px;
  --hcr-shadow: 0 24px 70px rgba(6, 28, 54, 0.12);
  --hcr-shadow-soft: 0 16px 42px rgba(6, 28, 54, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--hcr-text);
  background: #fff;
  font-family: "Commissioner", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hcr-container { width: min(calc(100% - 48px), var(--hcr-container)); margin-inline: auto; }
.hcr-section { padding: 118px 0; }
.hcr-kicker { display: inline-block; color: var(--hcr-teal-dark); font-size: .69rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hcr-kicker--light { color: #83ece6; }
h1, h2, h3, h4 { margin-top: 0; color: var(--hcr-deep); font-weight: 700; letter-spacing: -.045em; }
p { margin-top: 0; }
.hcr-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 15px;
  min-height: 54px; padding: 0 26px; border: 0; border-radius: 9px;
  background: var(--hcr-teal); color: #fff; font-size: .83rem; font-weight: 750;
  text-decoration: none; box-shadow: 0 14px 30px rgba(0, 167, 165, .22);
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}
.hcr-button:hover { transform: translateY(-2px); background: var(--hcr-teal-dark); box-shadow: 0 18px 34px rgba(0, 167, 165, .28); }
.hcr-button--light { background: #fff; color: var(--hcr-deep); box-shadow: 0 16px 38px rgba(0,0,0,.13); }
.hcr-button--light:hover { background: var(--hcr-aqua); }
.hcr-text-link { display: inline-flex; align-items: center; color: var(--hcr-teal); font-size: .82rem; font-weight: 750; text-decoration: none; border-bottom: 1px solid currentColor; }
.hcr-text-link--light { color: #fff; }
.hcr-text-link--dark { color: var(--hcr-deep); }

/* Top bar and header */
.hcr-offer-bar { background: var(--hcr-deep); color: rgba(255,255,255,.76); font-size: .71rem; }
.hcr-offer-bar__inner { min-height: 40px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.hcr-offer-bar a { display: flex; align-items: center; gap: 8px; color: #fff; text-decoration: none; }
.hcr-status-dot { width: 7px; height: 7px; border-radius: 50%; background: #70e2ac; box-shadow: 0 0 0 5px rgba(112,226,172,.12); }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(223,232,239,.78); backdrop-filter: blur(14px); }
.site-header__inner { min-height: 82px; display: flex; align-items: center; gap: 36px; }
.site-branding { flex: 0 0 250px; }
.site-branding img { display: block; max-height: 53px; width: auto; }
.custom-logo-link { display: inline-flex; }
.primary-navigation { margin-left: auto; }
.primary-navigation ul { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.primary-navigation a { position: relative; display: block; padding: 29px 0; color: var(--hcr-deep); font-size: .76rem; font-weight: 650; text-decoration: none; }
.primary-navigation a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--hcr-teal); transition: right .2s ease; }
.primary-navigation a:hover::after, .primary-navigation .current-menu-item>a::after { right: 0; }
.hcr-header-actions { display: flex; align-items: center; gap: 20px; }
.hcr-header-phone { color: var(--hcr-deep); text-decoration: none; line-height: 1.3; }
.hcr-header-phone span { display: block; color: var(--hcr-muted); font-size: .61rem; text-transform: uppercase; letter-spacing: .09em; }
.hcr-header-phone strong { display: block; font-size: .76rem; }
.hcr-header-cta { display: inline-flex; align-items: center; gap: 11px; min-height: 46px; padding: 0 18px; border-radius: 8px; background: var(--hcr-deep); color: #fff; text-decoration: none; font-size: .73rem; font-weight: 750; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle>span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--hcr-deep); }

/* Hero */
.hcr-hero { position: relative; overflow: hidden; padding: 92px 0 178px; background: linear-gradient(125deg, #0a2c64 0%, #124bc1 55%, #00a7a5 135%); color: #fff; }
.hcr-hero::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: radial-gradient(circle at 20% 25%, #fff 0 1px, transparent 1.5px); background-size: 26px 26px; }
.hcr-hero__mesh { position: absolute; width: 650px; height: 650px; right: -190px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(108,245,232,.45), rgba(108,245,232,0) 68%); }
.hcr-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr); align-items: center; gap: 72px; }
.hcr-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; color: rgba(255,255,255,.82); font-size: .69rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hcr-eyebrow i { width: 28px; height: 1px; background: #70e9df; }
.hcr-hero h1 { max-width: 720px; margin-bottom: 28px; color: #fff; font-size: clamp(3.5rem, 6.5vw, 6.4rem); line-height: .94; letter-spacing: -.072em; }
.hcr-hero__copy>p { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.78); font-size: 1.04rem; line-height: 1.85; }
.hcr-hero__actions { display: flex; align-items: center; gap: 28px; }
.hcr-hero__proof { display: flex; gap: 0; margin-top: 54px; }
.hcr-hero__proof div { min-width: 135px; padding: 0 26px; border-right: 1px solid rgba(255,255,255,.2); }
.hcr-hero__proof div:first-child { padding-left: 0; }
.hcr-hero__proof div:last-child { border-right: 0; }
.hcr-hero__proof strong { display: block; color: #fff; font-size: 1.25rem; line-height: 1.1; }
.hcr-hero__proof span { display: block; margin-top: 5px; color: rgba(255,255,255,.56); font-size: .64rem; }
.hcr-hero__visual { position: relative; min-height: 525px; display: grid; place-items: center; }
.hcr-orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.hcr-orbit--one { width: 510px; height: 510px; }
.hcr-orbit--two { width: 390px; height: 390px; border-style: dashed; }
.hcr-hero-card { position: relative; z-index: 3; width: min(100%, 510px); min-height: 375px; padding: 28px; border: 1px solid rgba(255,255,255,.46); border-radius: 28px; background: rgba(255,255,255,.92); box-shadow: 0 45px 90px rgba(0,0,0,.25); transform: rotate(-2deg); color: var(--hcr-deep); backdrop-filter: blur(10px); }
.hcr-hero-card__head, .hcr-hero-card__foot { display: flex; align-items: center; justify-content: space-between; }
.hcr-icon-tile { display: grid; place-items: center; width: 55px; height: 55px; padding: 7px; border-radius: 16px; background: var(--hcr-aqua); }
.hcr-icon-tile img { width: 100%; height: 100%; object-fit: contain; }
.hcr-live { display: inline-flex; align-items: center; gap: 8px; color: var(--hcr-deep); font-size: .66rem; font-weight: 750; }
.hcr-live i { width: 8px; height: 8px; border-radius: 50%; background: #2dcc84; box-shadow: 0 0 0 5px rgba(45,204,132,.14); }
.hcr-hero-route { display: flex; align-items: center; gap: 12px; margin: 35px 0 10px; color: var(--hcr-muted); font-size: .63rem; font-weight: 800; letter-spacing: .12em; }
.hcr-hero-route b { flex: 1; height: 1px; background: linear-gradient(90deg, var(--hcr-teal), var(--hcr-blue)); }
.hcr-css-car { position: relative; height: 155px; margin: 0 4px; }
.hcr-css-car__roof { position: absolute; left: 105px; bottom: 67px; width: 245px; height: 80px; border-radius: 58% 46% 0 0; background: linear-gradient(100deg, #174fc7, #092f75); clip-path: polygon(12% 100%, 28% 18%, 76% 10%, 100% 100%); }
.hcr-css-car__body { position: absolute; left: 18px; right: 10px; bottom: 30px; height: 78px; border-radius: 55px 80px 32px 32px; background: linear-gradient(90deg, #0d3b66, #174fc7); }
.hcr-css-car__body::after { content: ""; position: absolute; right: 18px; top: 23px; width: 72px; height: 9px; border-radius: 9px; background: rgba(255,255,255,.76); }
.hcr-css-car__wheel { position: absolute; bottom: 3px; width: 55px; height: 55px; border: 10px solid var(--hcr-deep); border-radius: 50%; background: #fff; }
.hcr-css-car__wheel--left { left: 70px; }
.hcr-css-car__wheel--right { right: 68px; }
.hcr-hero-card__foot { margin-top: 10px; padding-top: 20px; border-top: 1px solid var(--hcr-line); }
.hcr-hero-card__foot div { width: 48%; }
.hcr-hero-card__foot small { display: block; color: var(--hcr-muted); font-size: .58rem; text-transform: uppercase; letter-spacing: .1em; }
.hcr-hero-card__foot strong { display: block; margin-top: 3px; font-size: .72rem; }
.hcr-float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; min-width: 170px; padding: 13px 16px; border-radius: 14px; background: #fff; color: var(--hcr-deep); box-shadow: 0 22px 50px rgba(0,0,0,.18); }
.hcr-float-card>span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--hcr-aqua); color: var(--hcr-teal-dark); font-weight: 900; }
.hcr-float-card strong, .hcr-float-card small { display: block; line-height: 1.25; }
.hcr-float-card strong { font-size: .73rem; }
.hcr-float-card small { color: var(--hcr-muted); font-size: .57rem; }
.hcr-float-card--rating { left: -15px; top: 42px; }
.hcr-float-card--support { right: -15px; bottom: 50px; }

/* Booking */
.hcr-booking { position: relative; z-index: 8; margin-top: -94px; }
.hcr-booking__panel { padding: 34px 40px 26px; border-radius: 20px; background: #fff; box-shadow: var(--hcr-shadow); }
.hcr-booking__intro { display: flex; align-items: center; gap: 18px; margin-bottom: 26px; }
.hcr-section-index { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: var(--hcr-aqua); color: var(--hcr-teal-dark); font-size: .68rem; font-weight: 800; }
.hcr-booking__intro h2 { margin: 4px 0 0; font-size: clamp(1.45rem, 2.5vw, 2.2rem); }
.hcr-booking__notes { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 17px; color: var(--hcr-muted); font-size: .67rem; }
.hcr-booking__notes span::first-letter { color: var(--hcr-teal); }
.hcr-shortcode-placeholder { padding: 22px; border: 1px dashed #b8cbd8; border-radius: 10px; background: var(--hcr-surface); color: #617487; font-size: .78rem; text-align: center; }

/* Trust strip */
.hcr-trust-strip { padding: 42px 0 35px; background: #fff; }
.hcr-trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hcr-trust-strip article { display: flex; align-items: center; gap: 14px; min-height: 70px; padding: 0 28px; border-right: 1px solid var(--hcr-line); }
.hcr-trust-strip article:first-child { padding-left: 0; }
.hcr-trust-strip article:last-child { border-right: 0; }
.hcr-trust-strip article>span { display: grid; place-items: center; flex: 0 0 45px; height: 45px; border-radius: 13px; background: var(--hcr-aqua); color: var(--hcr-teal-dark); font-size: 1.1rem; }
.hcr-trust-strip strong, .hcr-trust-strip small { display: block; }
.hcr-trust-strip strong { color: var(--hcr-deep); font-size: .74rem; }
.hcr-trust-strip small { color: var(--hcr-muted); font-size: .6rem; }

/* Headings */
.hcr-heading { margin-bottom: 55px; }
.hcr-heading h2 { margin: 12px 0 16px; font-size: clamp(2.5rem, 4.6vw, 4.7rem); line-height: 1.01; }
.hcr-heading>p { max-width: 700px; color: var(--hcr-muted); }
.hcr-heading--center { max-width: 850px; margin-inline: auto; text-align: center; }
.hcr-heading--center p { margin-inline: auto; }
.hcr-heading--split { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 90px; }
.hcr-heading--split p { margin-bottom: 8px; }

/* Services */
.hcr-services { background: #fff; }
.hcr-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--hcr-line); border-radius: var(--hcr-radius); overflow: hidden; }
.hcr-service-grid article { position: relative; min-height: 375px; padding: 35px 31px; border-right: 1px solid var(--hcr-line); transition: transform .22s ease, background .22s ease; }
.hcr-service-grid article:last-child { border-right: 0; }
.hcr-service-grid article:hover { background: var(--hcr-surface); }
.hcr-service-grid__number { position: absolute; right: 25px; top: 21px; color: #b9c7d2; font-size: .63rem; font-weight: 800; }
.hcr-service-grid__icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 48px; border-radius: 17px; background: var(--hcr-aqua); color: var(--hcr-teal-dark); font-size: 1.7rem; }
.hcr-service-grid h3 { margin-bottom: 14px; font-size: 1.18rem; }
.hcr-service-grid p { color: var(--hcr-muted); font-size: .77rem; }
.hcr-service-grid a { position: absolute; left: 31px; bottom: 31px; color: var(--hcr-deep); font-size: .69rem; font-weight: 800; text-decoration: none; }
.hcr-service-grid a span { margin-left: 6px; color: var(--hcr-teal); }

/* Solution */
.hcr-solution { overflow: hidden; background: var(--hcr-surface); }
.hcr-solution__grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 105px; }
.hcr-solution__visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.hcr-solution__blob { position: absolute; width: 520px; height: 520px; border-radius: 43% 57% 63% 37% / 42% 37% 63% 58%; background: linear-gradient(135deg, #d9f9f6, #dfe8ff); transform: rotate(-12deg); }
.hcr-phone-card { position: relative; z-index: 2; width: 285px; min-height: 480px; padding: 28px; border: 10px solid #fff; border-radius: 40px; background: linear-gradient(160deg, #fff, #eef5fb); box-shadow: 0 35px 75px rgba(6,28,54,.18); transform: rotate(4deg); }
.hcr-phone-card__bar { width: 72px; height: 7px; margin: 0 auto 42px; border-radius: 10px; background: #c6d3df; }
.hcr-phone-card>img { display: block; width: 112px; margin: 0 auto 45px; }
.hcr-phone-card__line { display: block; width: 100%; height: 11px; margin: 14px 0; border-radius: 10px; background: #d8e4ed; }
.hcr-phone-card__line--short { width: 66%; }
.hcr-phone-card__success { position: absolute; left: 20px; right: 20px; bottom: 25px; padding: 17px; border-radius: 15px; background: var(--hcr-deep); color: #fff; font-size: .66rem; }
.hcr-phone-card__success strong { margin-left: 7px; }
.hcr-mini-card { position: absolute; z-index: 4; padding: 15px 18px; border-radius: 15px; background: #fff; box-shadow: var(--hcr-shadow-soft); }
.hcr-mini-card--steps { left: 10px; top: 105px; text-align: center; }
.hcr-mini-card--steps strong { display: block; color: var(--hcr-teal); font-size: 2rem; line-height: 1; }
.hcr-mini-card--steps span { color: var(--hcr-muted); font-size: .58rem; }
.hcr-mini-card--location { right: 0; bottom: 105px; display: flex; align-items: center; gap: 10px; }
.hcr-mini-card--location>span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--hcr-aqua); color: var(--hcr-teal-dark); }
.hcr-mini-card--location strong, .hcr-mini-card--location small { display: block; line-height: 1.3; }
.hcr-mini-card--location strong { font-size: .72rem; }
.hcr-mini-card--location small { color: var(--hcr-muted); font-size: .55rem; }
.hcr-solution__copy h2 { margin: 14px 0 25px; font-size: clamp(2.7rem, 5vw, 5.1rem); line-height: .99; }
.hcr-solution__copy>p { max-width: 650px; color: var(--hcr-muted); }
.hcr-check-list { margin: 34px 0; }
.hcr-check-list>div { display: flex; gap: 15px; padding: 21px 0; border-top: 1px solid var(--hcr-line); }
.hcr-check-list>div:last-child { border-bottom: 1px solid var(--hcr-line); }
.hcr-check-list>div>span { display: grid; place-items: center; flex: 0 0 33px; height: 33px; border-radius: 50%; background: var(--hcr-aqua); color: var(--hcr-teal-dark); font-weight: 800; }
.hcr-check-list strong { color: var(--hcr-deep); font-size: .79rem; }
.hcr-check-list p { margin: 4px 0 0; color: var(--hcr-muted); font-size: .7rem; }

/* Process */
.hcr-process { background: #fff; }
.hcr-process__grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.hcr-process__grid::before { content: ""; position: absolute; left: 16%; right: 16%; top: 52px; height: 1px; background: linear-gradient(90deg, var(--hcr-teal), #b9c9e7, var(--hcr-blue)); }
.hcr-process__grid article { position: relative; z-index: 2; padding: 34px 32px; border: 1px solid var(--hcr-line); border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(6,28,54,.04); }
.hcr-process__grid article>span { position: absolute; right: 27px; top: 25px; color: #a9b9c5; font-size: .62rem; font-weight: 800; }
.hcr-process__symbol { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 37px; border-radius: 15px; background: linear-gradient(145deg, var(--hcr-deep), var(--hcr-blue)); color: #fff; font-size: 1.25rem; box-shadow: 0 13px 25px rgba(23,79,199,.2); }
.hcr-process h3 { font-size: 1.12rem; }
.hcr-process p { margin: 0; color: var(--hcr-muted); font-size: .75rem; }

/* Fleet / VikRentCar */
.hcr-fleet { background: var(--hcr-surface); }
.hcr-heading--fleet { margin-bottom: 38px; }
.hcr-fleet__shortcode { margin-bottom: 32px; }
.hcr-fleet-fallback { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hcr-fleet__shortcode:not(:has(.hcr-shortcode-placeholder)) + .hcr-fleet-fallback { display: none; }
.hcr-fleet-fallback article { overflow: hidden; border: 1px solid var(--hcr-line); border-radius: 20px; background: #fff; box-shadow: 0 15px 38px rgba(6,28,54,.05); }
.hcr-fleet-fallback article>div { padding: 26px; }
.hcr-fleet-fallback small { color: var(--hcr-teal-dark); font-size: .62rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.hcr-fleet-fallback h3 { margin: 5px 0 10px; font-size: 1.5rem; }
.hcr-fleet-fallback p { margin: 0; color: var(--hcr-muted); font-size: .72rem; }
.hcr-car-class { position: relative; display: block; height: 190px; background: linear-gradient(135deg, #dff8f7, #dce7ff); }
.hcr-car-class::before { content: ""; position: absolute; left: 16%; right: 12%; bottom: 42px; height: 58px; border-radius: 45px 72px 25px 25px; background: linear-gradient(90deg, var(--hcr-navy), var(--hcr-blue)); }
.hcr-car-class::after { content: ""; position: absolute; left: 30%; bottom: 83px; width: 45%; height: 55px; border-radius: 55% 48% 0 0; background: #123f9f; clip-path: polygon(12% 100%, 26% 17%, 77% 9%, 100% 100%); }
.hcr-car-class--comfort { background: linear-gradient(135deg, #e7eefc, #e8faf9); }
.hcr-car-class--suv::before { height: 72px; border-radius: 24px 45px 18px 18px; }

/* Locations */
.hcr-locations { background: #fff; }
.hcr-locations__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.hcr-locations__copy h2 { margin: 14px 0 24px; font-size: clamp(2.7rem, 4.5vw, 4.8rem); line-height: 1; }
.hcr-locations__copy p { max-width: 510px; color: var(--hcr-muted); }
.hcr-locations__copy .hcr-button { margin-top: 20px; }
.hcr-locations__cards { display: grid; gap: 15px; }
.hcr-locations__cards article { display: grid; grid-template-columns: 65px 1fr; gap: 21px; align-items: start; padding: 25px 28px; border: 1px solid var(--hcr-line); border-radius: 17px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.hcr-locations__cards article:hover { transform: translateX(-7px); box-shadow: var(--hcr-shadow-soft); }
.hcr-locations__cards article>span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; background: var(--hcr-aqua); color: var(--hcr-teal-dark); font-size: 1.3rem; }
.hcr-locations__cards small { color: var(--hcr-teal-dark); font-size: .56rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.hcr-locations__cards h3 { margin: 3px 0 6px; font-size: 1.08rem; }
.hcr-locations__cards p { margin: 0; color: var(--hcr-muted); font-size: .7rem; }

/* Coverage */
.hcr-coverage { background: var(--hcr-surface); }
.hcr-coverage__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.hcr-coverage__card { min-height: 520px; padding: 55px; border-radius: 25px; background: linear-gradient(145deg, var(--hcr-deep), #123e8f); color: #fff; box-shadow: var(--hcr-shadow); }
.hcr-coverage__card h2 { margin: 14px 0 24px; color: #fff; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.02; }
.hcr-coverage__card p { max-width: 560px; color: rgba(255,255,255,.68); }
.hcr-coverage__card .hcr-button { margin-top: 24px; }
.hcr-coverage__features { padding: 22px 0; }
.hcr-coverage__features article { display: flex; gap: 18px; padding: 31px 20px; border-bottom: 1px solid var(--hcr-line); }
.hcr-coverage__features article:first-child { border-top: 1px solid var(--hcr-line); }
.hcr-coverage__features article>span { display: grid; place-items: center; flex: 0 0 40px; height: 40px; border-radius: 12px; background: var(--hcr-aqua); color: var(--hcr-teal-dark); font-weight: 850; }
.hcr-coverage__features h3 { margin-bottom: 7px; font-size: 1.03rem; }
.hcr-coverage__features p { margin: 0; color: var(--hcr-muted); font-size: .73rem; }

/* Guide CTA */
.hcr-guide { padding: 0 0 118px; background: var(--hcr-surface); }
.hcr-guide__inner { display: grid; grid-template-columns: 92px 1fr auto; gap: 30px; align-items: center; padding: 48px 52px; border-radius: 25px; background: linear-gradient(105deg, var(--hcr-deep), #164dbf 60%, var(--hcr-teal)); color: #fff; box-shadow: 0 30px 70px rgba(6,28,54,.2); }
.hcr-guide__icon { display: grid; place-items: center; width: 82px; height: 82px; padding: 11px; border-radius: 22px; background: #fff; }
.hcr-guide__icon img { width: 100%; height: 100%; object-fit: contain; }
.hcr-guide h2 { max-width: 740px; margin: 7px 0 0; color: #fff; font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.03; }

/* FAQ + Reviews */
.hcr-faq-reviews { background: #fff; }
.hcr-faq-reviews__grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 85px; align-items: start; }
.hcr-faq h2 { margin: 12px 0 30px; font-size: clamp(2.7rem, 4.5vw, 4.6rem); line-height: 1; }
.hcr-faq details { border-top: 1px solid var(--hcr-line); }
.hcr-faq details:nth-of-type(4) { border-bottom: 1px solid var(--hcr-line); }
.hcr-faq summary { position: relative; padding: 22px 42px 22px 0; color: var(--hcr-deep); font-size: .82rem; font-weight: 750; cursor: pointer; list-style: none; }
.hcr-faq summary::-webkit-details-marker { display: none; }
.hcr-faq summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--hcr-teal); font-size: 1.25rem; }
.hcr-faq details[open] summary::after { content: "−"; }
.hcr-faq details p { margin: 0; padding: 0 45px 23px 0; color: var(--hcr-muted); font-size: .72rem; }
.hcr-faq>.hcr-text-link { margin-top: 27px; }
.hcr-review-card { position: relative; overflow: hidden; min-height: 530px; padding: 54px; border-radius: 26px; background: linear-gradient(145deg, #0d3b66, #061c36); color: #fff; box-shadow: var(--hcr-shadow); }
.hcr-review-card::after { content: "“"; position: absolute; right: 30px; top: 10px; color: rgba(255,255,255,.06); font-family: Georgia, serif; font-size: 15rem; line-height: 1; }
.hcr-review-card__stars { color: #ffd76a; letter-spacing: .13em; }
.hcr-review-card blockquote { position: relative; z-index: 2; margin: 48px 0 58px; color: #fff; font-size: clamp(1.65rem, 2.9vw, 2.65rem); font-weight: 600; line-height: 1.27; letter-spacing: -.045em; }
.hcr-review-card__person { display: flex; align-items: center; gap: 14px; }
.hcr-review-card__person>span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--hcr-teal); font-size: .7rem; font-weight: 850; }
.hcr-review-card__person strong, .hcr-review-card__person small { display: block; }
.hcr-review-card__person strong { color: #fff; font-size: .75rem; }
.hcr-review-card__person small { color: rgba(255,255,255,.5); font-size: .58rem; }
.hcr-review-card__score { position: absolute; right: 54px; bottom: 58px; text-align: right; }
.hcr-review-card__score strong, .hcr-review-card__score span { display: block; }
.hcr-review-card__score strong { color: #fff; font-size: 1.42rem; }
.hcr-review-card__score span { color: rgba(255,255,255,.5); font-size: .55rem; }

/* Final CTA */
.hcr-final-cta { padding: 95px 0; background: linear-gradient(120deg, #174fc7, #0d3b66 62%, #00a7a5 145%); color: #fff; }
.hcr-final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 65px; }
.hcr-final-cta h2 { max-width: 760px; margin: 8px 0 0; color: #fff; font-size: clamp(2.5rem, 4.5vw, 4.6rem); line-height: 1; }
.hcr-final-cta__actions { display: flex; align-items: center; gap: 25px; flex: 0 0 auto; }

/* VikRentCar presentation */
.vrcdivsearch form, .vrc-searchmod-wrap form, .vrc-search-form form { display: grid !important; grid-template-columns: repeat(4, minmax(0,1fr)) auto !important; gap: 14px !important; align-items: end !important; }
.vrcdivsearch .vrcsfentry, .vrc-searchmod-wrap .vrcsfentry, .vrc-search-form .vrcsfentry { width: auto !important; float: none !important; margin: 0 !important; }
.vrcdivsearch label, .vrc-searchmod-wrap label, [class*="vrc"] label { display: block !important; margin-bottom: 7px !important; color: var(--hcr-deep) !important; font-size: .62rem !important; font-weight: 800 !important; text-transform: uppercase !important; letter-spacing: .07em !important; }
.vrcdivsearch input, .vrcdivsearch select, .vrc-searchmod-wrap input, .vrc-searchmod-wrap select, [class*="vrc"] input[type="text"], [class*="vrc"] input[type="email"], [class*="vrc"] input[type="number"], [class*="vrc"] input[type="date"], [class*="vrc"] select, [class*="vrc"] textarea { width: 100% !important; min-height: 52px !important; border: 1px solid #d4e0e9 !important; border-radius: 8px !important; background: #fff !important; padding: 11px 13px !important; color: var(--hcr-deep) !important; box-shadow: none !important; }
.vrcdivsearch input:focus, .vrcdivsearch select:focus, [class*="vrc"] input:focus, [class*="vrc"] select:focus, [class*="vrc"] textarea:focus { outline: 3px solid rgba(0,167,165,.13) !important; border-color: var(--hcr-teal) !important; }
.vrcdivsearch .vrcsfentrysubmit input, [class*="vrc"] input[type="submit"], [class*="vrc"] button, .vrc-pref-color-btn { width: 100% !important; min-height: 52px !important; border: 0 !important; border-radius: 8px !important; background: var(--hcr-teal) !important; color: #fff !important; padding: 0 22px !important; font-weight: 800 !important; box-shadow: 0 11px 24px rgba(0,167,165,.2) !important; }
.vrcdivsearch .vrcsfentrysubmit input:hover, [class*="vrc"] input[type="submit"]:hover, [class*="vrc"] button:hover { background: var(--hcr-teal-dark) !important; }
.vrccarcarat, .vrccarlistdiv, .vrc-car-result, [class*="vrc-car-card"] { overflow: hidden !important; border: 1px solid var(--hcr-line) !important; border-radius: 17px !important; background: #fff !important; box-shadow: 0 16px 38px rgba(6,28,54,.07) !important; }
.vrccarlistdiv, .vrc-car-result { margin-bottom: 22px !important; padding: 22px !important; }
.vrccarname, .vrclistcarname, [class*="vrc"] h2, [class*="vrc"] h3 { color: var(--hcr-deep) !important; letter-spacing: -.025em !important; }
.vrc-price, .vrcstartfrom, [class*="vrc"] [class*="price"] { color: var(--hcr-teal-dark) !important; font-weight: 800 !important; }
[class*="vrc"] table { width: 100%; border-collapse: collapse; background: #fff; }
[class*="vrc"] th, [class*="vrc"] td { padding: 12px; border: 1px solid var(--hcr-line); }

/* Generic content and Elementor */
.hcr-content { width: min(calc(100% - 40px), var(--hcr-container)); margin-inline: auto; padding: 86px 0; }
.hcr-content .entry-title { font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1; }
.elementor-section.elementor-section-boxed>.elementor-container { max-width: var(--hcr-container); }
.elementor-widget-button .elementor-button { border-radius: 9px; font-weight: 700; }

/* Footer */
.site-footer { padding: 88px 0 26px; background: var(--hcr-deep); color: rgba(255,255,255,.58); }
.site-footer__top { display: grid; grid-template-columns: 1.25fr .65fr .8fr 1fr; gap: 60px; }
.site-footer__brand img { width: min(100%, 270px); filter: brightness(0) invert(1); }
.site-footer__brand p { max-width: 355px; margin: 24px 0; color: rgba(255,255,255,.58); font-size: .78rem; }
.site-footer h3 { margin-bottom: 22px; color: #fff; font-size: .82rem; letter-spacing: 0; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li+li { margin-top: 9px; }
.site-footer a { color: rgba(255,255,255,.7); text-decoration: none; font-size: .75rem; }
.site-footer a:hover { color: #fff; }
.hcr-footer-social { display: flex; gap: 8px; }
.hcr-footer-social a { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; color: #fff; }
.site-footer__contact>span { display: block; margin-top: 16px; color: rgba(255,255,255,.42); font-size: .61rem; text-transform: uppercase; letter-spacing: .1em; }
.site-footer__contact>a { display: block; margin-top: 3px; color: #fff; font-size: .84rem; font-weight: 600; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .66rem; }

@media (max-width: 1120px) {
  .site-header__inner { gap: 20px; }
  .site-branding { flex-basis: 220px; }
  .primary-navigation ul { gap: 21px; }
  .hcr-header-phone { display: none; }
  .hcr-hero__grid { grid-template-columns: 1fr; gap: 60px; }
  .hcr-hero__copy { max-width: 850px; }
  .hcr-hero__visual { min-height: 500px; }
  .hcr-float-card--rating { left: 10%; }
  .hcr-float-card--support { right: 10%; }
  .hcr-service-grid { grid-template-columns: repeat(2, 1fr); border: 0; gap: 1px; background: var(--hcr-line); }
  .hcr-service-grid article { background: #fff; border: 0; }
  .hcr-solution__grid { grid-template-columns: 1fr; }
  .hcr-solution__copy { max-width: 840px; }
  .hcr-locations__grid { grid-template-columns: 1fr; gap: 55px; }
  .hcr-coverage__grid { grid-template-columns: 1fr; }
  .hcr-faq-reviews__grid { grid-template-columns: 1fr; gap: 55px; }
  .site-footer__top { grid-template-columns: 1.2fr 1fr 1fr; }
  .site-footer__contact { grid-column: 1 / -1; }
}

@media (max-width: 920px) {
  .primary-navigation { display: none; position: absolute; left: 22px; right: 22px; top: 78px; padding: 16px 22px; border: 1px solid var(--hcr-line); border-radius: 12px; background: #fff; box-shadow: var(--hcr-shadow); z-index: 100; }
  .primary-navigation.is-open { display: block; }
  .primary-navigation ul { display: block; }
  .primary-navigation li+li { border-top: 1px solid var(--hcr-line); }
  .primary-navigation a { padding: 13px 0; }
  .primary-navigation a::after { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .hcr-header-actions { margin-left: 0; }
  .hcr-trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .hcr-trust-strip article:nth-child(2) { border-right: 0; }
  .hcr-trust-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--hcr-line); }
  .hcr-heading--split { grid-template-columns: 1fr; gap: 20px; }
  .hcr-process__grid, .hcr-fleet-fallback { grid-template-columns: 1fr; }
  .hcr-process__grid::before { display: none; }
  .vrcdivsearch form, .vrc-searchmod-wrap form, .vrc-search-form form { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  .hcr-guide__inner { grid-template-columns: 80px 1fr; }
  .hcr-guide__inner .hcr-button { grid-column: 2; justify-self: start; }
  .hcr-final-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 700px) {
  .hcr-container { width: min(calc(100% - 28px), var(--hcr-container)); }
  .hcr-section { padding: 82px 0; }
  .hcr-offer-bar { display: none; }
  .site-header__inner { min-height: 72px; }
  .site-branding { flex-basis: 205px; }
  .hcr-header-actions { display: none; }
  .primary-navigation { top: 68px; left: 14px; right: 14px; }
  .hcr-hero { padding: 70px 0 150px; }
  .hcr-hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hcr-hero__actions { flex-direction: column; align-items: flex-start; gap: 22px; }
  .hcr-hero__proof { flex-wrap: wrap; gap: 20px 0; }
  .hcr-hero__proof div { min-width: 50%; padding: 0 15px; }
  .hcr-hero__proof div:nth-child(2) { border-right: 0; }
  .hcr-hero__visual { min-height: 390px; }
  .hcr-orbit--one { width: 360px; height: 360px; }
  .hcr-orbit--two { width: 280px; height: 280px; }
  .hcr-hero-card { width: 95%; min-height: 310px; padding: 19px; border-radius: 22px; }
  .hcr-css-car { height: 120px; }
  .hcr-css-car__roof { left: 65px; width: 180px; height: 58px; bottom: 54px; }
  .hcr-css-car__body { height: 57px; bottom: 29px; }
  .hcr-css-car__wheel { width: 42px; height: 42px; border-width: 8px; }
  .hcr-css-car__wheel--left { left: 50px; }
  .hcr-css-car__wheel--right { right: 50px; }
  .hcr-hero-card__foot div:nth-child(2) { display: none; }
  .hcr-hero-card__foot div { width: 100%; }
  .hcr-float-card { min-width: 145px; padding: 10px 12px; }
  .hcr-float-card--rating { left: -4px; top: 10px; }
  .hcr-float-card--support { right: -4px; bottom: 10px; }
  .hcr-booking__panel { padding: 27px 20px 23px; }
  .hcr-booking__intro { align-items: flex-start; }
  .hcr-booking__notes { gap: 10px 18px; }
  .hcr-trust-strip article { padding: 16px 10px; border-right: 0; border-bottom: 1px solid var(--hcr-line); }
  .hcr-trust-strip__grid { grid-template-columns: 1fr; }
  .hcr-service-grid { grid-template-columns: 1fr; }
  .hcr-service-grid article { min-height: 335px; }
  .hcr-solution__visual { min-height: 490px; }
  .hcr-solution__blob { width: 390px; height: 390px; }
  .hcr-phone-card { width: 240px; min-height: 405px; }
  .hcr-mini-card--steps { left: 0; top: 65px; }
  .hcr-mini-card--location { right: 0; bottom: 50px; }
  .hcr-locations__cards article { grid-template-columns: 52px 1fr; padding: 22px 18px; }
  .hcr-locations__cards article>span { width: 48px; height: 48px; }
  .hcr-coverage__card, .hcr-review-card { padding: 35px 26px; }
  .hcr-review-card__score { position: static; margin-top: 32px; text-align: left; }
  .hcr-guide { padding-bottom: 82px; }
  .hcr-guide__inner { grid-template-columns: 1fr; padding: 35px 25px; }
  .hcr-guide__inner .hcr-button { grid-column: 1; }
  .hcr-final-cta { padding: 75px 0; }
  .hcr-final-cta__actions { align-items: flex-start; flex-direction: column; }
  .vrcdivsearch form, .vrc-searchmod-wrap form, .vrc-search-form form { grid-template-columns: 1fr !important; }
  .site-footer__top { grid-template-columns: 1fr; }
  .site-footer__contact { grid-column: auto; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
}
