@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');
:root{--ink:#17222b;--muted:#61707a;--line:#dce1df;--sand:#f5f2ec;--cream:#fbfaf7;--gold:#a9793e;--gold-d:#865d2d;--sea:#164b55;--white:#fff;--max:1180px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font:16px/1.6 'DM Sans',Arial,sans-serif;background:var(--cream)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
h1,h2,h3{font-family:'Playfair Display',Georgia,serif;line-height:1.1;margin:0;color:#132028}
h1{font-size:clamp(2.7rem,5.8vw,5.7rem);letter-spacing:-.045em}
h2{font-size:clamp(2rem,3.5vw,3.65rem);letter-spacing:-.035em}
h3{font-size:1.45rem}
.shell{max-width:var(--max);margin:auto;padding:0 24px}
.eyebrow{font-size:.73rem;letter-spacing:.15em;text-transform:uppercase;font-weight:700;color:var(--gold)}
.section{padding:94px 0}
.section-head{max-width:700px;margin-bottom:42px}
.section-head p{color:var(--muted);font-size:1.05rem;margin:17px 0 0}
.home-centered-copy .section-head{margin-left:auto;margin-right:auto;text-align:center}
.intro-split{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(0,1fr);gap:64px;align-items:center}
.intro-split .section-head{margin-bottom:0}
.home-intro-image{margin:0;aspect-ratio:4/5;overflow:hidden}
.home-intro-image img{width:100%;height:100%;object-fit:cover;object-position:62% center}
.home-editorial-split{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:64px;align-items:center}
.home-editorial-split .section-head{max-width:none;margin-bottom:0}
.home-editorial-image{margin:0;aspect-ratio:4/5;overflow:hidden}
.home-editorial-image img{width:100%;height:100%;object-fit:cover}
.home-editorial-reverse .section-head{grid-column:2;grid-row:1}
.home-editorial-reverse .home-editorial-image{grid-column:1;grid-row:1}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:49px;padding:0 21px;border:1px solid transparent;font-weight:700;font-size:.9rem;letter-spacing:.01em;transition:.2s;cursor:pointer}
.btn-primary{background:var(--gold);color:#fff}
.btn-primary:hover{background:var(--gold-d);transform:translateY(-1px)}
.btn-plain{border-color:#c6cecc;background:#fff}
.btn-plain:hover{border-color:var(--ink)}
.link-arrow{font-size:.88rem;font-weight:700}
.link-arrow:after{content:' →';color:var(--gold)}
.topbar{background:var(--ink);color:#edf0ee;font-size:.76rem;padding:8px 0}
.topbar .shell{display:flex;justify-content:space-between;gap:15px}
.header{background:rgba(251,250,247,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}
.header .shell{height:83px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{width:158px;height:52px;object-fit:contain;object-position:left}
.nav{display:flex;align-items:center;gap:25px;font-weight:600;font-size:.88rem}
.nav a{padding:8px 0}
.nav a:hover,.nav a.active{color:var(--gold)}
.language-switcher{position:relative;font-size:.82rem;z-index:20}
.language-switcher summary{list-style:none;cursor:pointer;padding:8px 0;white-space:nowrap;display:flex;align-items:center;gap:8px}
.language-switcher summary::-webkit-details-marker{display:none}
.language-current{display:inline-flex;align-items:center;gap:6px;font-weight:600}
.language-current:after{content:'▾';display:inline-block;margin-left:2px;color:var(--ink);font-size:.76rem;line-height:1;transition:transform .18s ease}
.language-switcher[open] .language-current:after{transform:rotate(180deg)}
.language-label{display:none}
.language-menu{position:absolute;right:0;top:calc(100% + 10px);width:220px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:4px;box-shadow:0 16px 34px rgba(20,35,40,.16)}
.language-menu a{padding:9px 10px!important;font-weight:500;line-height:1.35;display:flex!important;align-items:center;gap:9px;border-radius:2px}
.language-menu a:hover,.language-menu a:focus-visible{background:var(--sand);color:var(--ink)}
.language-menu a[aria-current="true"]{background:var(--sand);color:var(--gold-d);font-weight:700}
.language-switcher summary:focus-visible,.language-menu a:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
html[dir="rtl"] body{text-align:right}
html[dir="rtl"] .topbar .shell,html[dir="rtl"] .header .shell{flex-direction:row-reverse}
html[dir="rtl"] .nav{flex-direction:row-reverse}
html[dir="rtl"] .language-menu{left:0;right:auto}
html[dir="rtl"] .breadcrumbs,html[dir="rtl"] .footer,html[dir="rtl"] .legal{text-align:right}
.menu-toggle{display:none;border:0;background:none;font-weight:700}
.hero{min-height:clamp(500px,48vw,620px);background:linear-gradient(90deg,rgba(12,24,30,.77),rgba(12,24,30,.32)),url('/assets/hero/palma-de-mallorca-hero.jpg') center/cover;color:#fff;display:flex;align-items:center}
.hero .shell{width:100%;text-align:center}
.hero h1{color:#fff;max-width:980px;margin-left:auto;margin-right:auto;font-size:clamp(3.5rem,4.5vw,4.25rem);line-height:1.04}
.hero-copy{max-width:760px;margin:18px auto 0;font-size:1.12rem;color:#f0f2f0}
.hero .breadcrumbs{text-align:center}
.localrent-compact-section{width:100%;max-width:1000px;margin:24px auto 40px;padding:0 20px}
.localrent-compact-section [data-localrent-widget="compact"]{width:100%}
.widget-title{font-weight:700;font-size:.9rem}
.widget-note{margin:4px 0 0;color:var(--muted);font-size:.81rem}
.widget-actions{display:flex;align-items:center;gap:12px;margin-top:16px}
.widget-placeholder{border:1px dashed #b6bfbc;background:#f8f8f5;min-height:76px;padding:16px;display:flex;align-items:center;color:var(--muted);font-size:.85rem}
.trust{background:var(--sea);color:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.trust-item{padding:28px;border-right:1px solid rgba(255,255,255,.2)}
.trust-item:last-child{border:0}
.trust-item strong{display:block;font-size:1.04rem}
.trust-item p{font-size:.86rem;color:#d5e0df;margin:5px 0 0}
.grid{display:grid;gap:22px}
.category-grid{grid-template-columns:repeat(3,1fr)}
.category-card{background:#fff;border:1px solid var(--line);padding:10px;transition:.25s}
.category-card:hover{box-shadow:0 12px 30px rgba(20,35,40,.09);transform:translateY(-2px)}
.category-card img{aspect-ratio:1.15;object-fit:contain;background:var(--sand)}
.category-card h3{margin:17px 8px 4px}
.category-card p{font-size:.83rem;color:var(--muted);margin:0 8px 12px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.image-panel{min-height:460px;position:relative}
.image-panel img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.no-deposit-banner{background:var(--sand);display:flex;align-items:center;justify-content:center}
.no-deposit-banner img{position:static;inset:auto;object-fit:contain;padding:10px}
.no-deposit{background:var(--sand)}
.no-deposit .feature-list{padding:0;margin:25px 0;list-style:none}
.feature-list li{border-top:1px solid #d8d2c7;padding:12px 0;color:#405058}
.feature-list li:before{content:'✓';color:var(--gold);font-weight:700;margin-right:12px}
.chart-wrap{background:#fff;border:1px solid var(--line);padding:25px;overflow-x:auto}
.chart{height:230px;min-width:650px;display:flex;align-items:end;gap:12px;border-bottom:1px solid var(--line);padding:0 8px}
.bar{flex:1;min-width:34px;background:var(--sea);position:relative;transition:.2s}
.bar:hover{background:var(--gold)}
.bar span{position:absolute;bottom:-28px;left:50%;transform:translateX(-50%);font-size:.68rem;color:var(--muted)}
.chart-note{margin:37px 0 0;font-size:.78rem;color:var(--muted)}
.feature-banner{background:var(--ink);color:#fff}
.feature-banner h2{color:#fff}
.feature-banner p{color:#cdd9d8}
.dest-grid{grid-template-columns:repeat(4,1fr)}
.dest-card{background:#fff}
.dest-card img{width:100%;height:210px;object-fit:cover}
.dest-card div{padding:17px}
.dest-card h3{font-size:1.35rem}
.dest-card p{font-size:.82rem;color:var(--muted);margin:6px 0}
.dest-meta{font-size:.73rem;color:var(--gold)!important;font-weight:700}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}
.step-num{font-family:'Playfair Display';font-size:3.8rem;color:#d6cbb9;line-height:1}
.step h3{margin:14px 0 6px}
.step p{color:var(--muted);font-size:.9rem}
.faq{border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line);padding:18px 0}
summary{font-weight:700;cursor:pointer;list-style:none;padding-right:25px;position:relative}
summary:after{content:'+';position:absolute;right:0;color:var(--gold);font-size:1.3rem}
details[open] summary:after{content:'−'}
details p{color:var(--muted);margin:13px 28px 0 0}
.cta{background:linear-gradient(120deg,#164b55,#1f3339);color:#fff;text-align:center}
.cta h2{color:#fff}
.cta p{color:#d6e0df;max-width:560px;margin:15px auto 25px}
.footer{background:#101b21;color:#d5dddc;padding:54px 0 0;font-size:.85rem}
.footer-grid{display:grid;grid-template-columns:minmax(0,40fr) minmax(0,18fr) minmax(0,18fr) minmax(0,24fr);gap:34px;align-items:start}
.footer-grid>div:first-child{max-width:460px}
.footer h3{font-family:'DM Sans';font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin:0 0 12px}
.footer p{margin:0 0 14px;line-height:1.6}
.footer a{display:block;padding:4px 0}
.footer a:hover{color:#fff}
.footer .logo{filter:brightness(0) invert(1);margin-bottom:18px}
.legal{border-top:1px solid #314048;margin-top:30px;padding:26px 0;color:#8fa09f;font-size:.75rem}
.page-hero{background:var(--sand);padding:86px 0 68px;border-bottom:1px solid #e5e1da}
.page-hero h1{max-width:820px}
.page-hero p{max-width:680px;color:var(--muted);font-size:1.08rem}
.booking-hero .shell{text-align:center}
.booking-hero h1,.booking-hero p{margin-left:auto;margin-right:auto}
.booking-localrent-section{width:100%;padding:56px 20px 80px}
.booking-localrent-container{width:100%;max-width:1100px;margin:0 auto;box-sizing:border-box}
.booking-localrent-container [data-localrent-widget="booking"]{width:100%;min-width:0}
.page-hero-split{padding:68px 0}
.hero-split{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(280px,1fr);gap:64px;align-items:center}
.credit-hero-image{margin:0;aspect-ratio:4/5;overflow:hidden}
.credit-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.breadcrumbs{font-size:.78rem;color:var(--muted);margin-bottom:20px}
.breadcrumbs a{color:var(--gold)}
.content{max-width:820px}
.article-image{display:block;width:100%;height:auto;max-width:100%;margin-bottom:38px}
.content h2{font-size:2rem;margin:47px 0 15px}
.content h3{margin:30px 0 9px}
.content p,.content li{color:#4d5c63}
.content ul{padding-left:21px}
.callout{margin:32px 0;padding:22px;background:var(--sand);border-left:3px solid var(--gold)}
.cars-grid{grid-template-columns:repeat(3,1fr)}
.car-card{background:#fff;border:1px solid var(--line);padding:13px;display:flex;flex-direction:column;min-height:390px}
.car-card img{height:188px;width:100%;object-fit:contain;background:var(--sand)}
.car-card h3{font-size:1.35rem;margin:15px 0 5px;min-height:3rem}
.car-description{color:var(--muted);font-size:.85rem;margin:8px 0 12px;min-height:4.2rem}
.specs{display:grid;grid-template-columns:1fr 1fr;gap:4px 12px;color:var(--muted);font-size:.78rem;margin:13px 0 17px}
.specs span:before{content:'•';color:var(--gold);padding-right:6px}
.price-note{font-size:.76rem;color:var(--muted);margin:0 0 12px}
.car-card .link-arrow{margin-top:auto}
.cars-section{padding-top:56px}
.booking-panel{background:#fff;border:1px solid var(--line);padding:30px}
.booking-section{max-width:1500px;margin:0 auto;padding-left:24px;padding-right:24px}
.booking-section .booking-panel{width:100%}
.booking-section [data-localrent-widget="full"]{width:100%}
.booking-panel .widget-placeholder{min-height:180px;justify-content:center;text-align:center}
.contact-grid{grid-template-columns:1fr 1fr}
.contact-card{background:#fff;border:1px solid var(--line);padding:30px}
.contact-card p{color:var(--muted)}
.map-frame{display:block;width:100%;border:0;border-radius:2px;min-height:360px}
.not-found{min-height:50vh;display:grid;place-items:center;text-align:center}
@media(max-width:800px){.topbar{display:none}
.header .shell{height:67px}
.logo{width:130px}
.menu-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:72px;min-height:44px;padding:0 14px;font-size:.95rem}
.nav{display:none;position:absolute;left:0;right:0;top:67px;background:var(--cream);padding:17px 24px;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:2px}
.nav.open{display:flex}
.language-switcher{width:100%;margin-top:10px;padding-top:12px;border-top:1px solid var(--line)}
.language-switcher summary{padding:8px 0;justify-content:space-between}
.language-label{display:inline;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:700}
.language-current{margin-left:auto}
.language-menu{position:static;width:auto;margin:6px 0 0;padding:6px;box-shadow:none;background:#fff}
.language-menu a{min-height:42px}
html[dir="rtl"] .nav{flex-direction:column}
.hero{min-height:460px}
.section{padding:66px 0}
.category-grid,.dest-grid{grid-template-columns:repeat(2,1fr);gap:14px}
.cars-grid{grid-template-columns:1fr 1fr}
.split{grid-template-columns:1fr;gap:30px}
.intro-split{grid-template-columns:1fr;gap:30px}.home-intro-image{aspect-ratio:auto}.home-intro-image img{height:auto}
.home-editorial-split{grid-template-columns:1fr;gap:30px}.home-editorial-reverse .section-head,.home-editorial-reverse .home-editorial-image{grid-column:auto;grid-row:auto}.home-editorial-image{aspect-ratio:16/10}.home-editorial-image img{height:100%;object-fit:cover;object-position:center}
.image-panel{min-height:320px;order:-1}
.trust-grid{grid-template-columns:1fr}
.trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.2);padding:20px 0}
.steps{grid-template-columns:1fr;gap:25px}
.footer-grid{grid-template-columns:1fr 1fr;gap:30px}
.page-hero{padding:60px 0 50px}
.widget-actions{flex-wrap:wrap}
.dest-card img{height:155px}
}
@media(max-width:650px){.hero-split{grid-template-columns:1fr;gap:28px}.credit-hero-image{aspect-ratio:4/5}}
@media(max-width:480px){.shell{padding:0 20px}
.booking-localrent-section{padding:40px 20px 64px}
.section.shell{padding-left:24px;padding-right:24px}
.category-grid,.cars-grid{grid-template-columns:1fr}
.footer-grid,.contact-grid{grid-template-columns:1fr}
.footer-grid{gap:28px}
.hero h1{font-size:2.25rem;line-height:1.05}
.hero-copy{font-size:1rem}
.btn{width:100%}
}
