:root{--bg:#080808;--bg2:#0d0d0d;--card:#181818;--border:#303030;--red:#ed174c;--white:#fff;--text:#b8bbc5;--muted:#7e8493;--container:1150px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:var(--bg);color:#fff;font-family:Poppins,Arial,sans-serif;font-weight:300;line-height:1.65;overflow-x:hidden}body.no-scroll{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container,.container-wide{width:min(calc(100% - 40px),var(--container));margin:auto}.container-wide{--container:1220px}.site-header{position:fixed;inset:0 0 auto;z-index:1000;height:72px;background:rgba(8,8,8,.93);border-bottom:1px solid rgba(237,23,76,.22);transition:.25s}.site-header.scrolled{box-shadow:0 12px 30px rgba(0,0,0,.4);backdrop-filter:blur(14px)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:8px;letter-spacing:.14em}.brand span{font-size:11px;border-top:2px solid var(--red);border-bottom:2px solid var(--red);padding:4px 1px}.brand strong{font-size:30px;font-weight:600;line-height:1;color:#fff}.brand strong::first-letter{color:var(--red)}.desktop-nav{display:flex;gap:34px}.desktop-nav a{font-size:13px;color:#c4c4ca;padding:25px 0;position:relative}.desktop-nav a:hover,.desktop-nav a.active{color:var(--red)}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:5px;padding:12px 18px;text-transform:uppercase;letter-spacing:.055em;font-size:11px;font-weight:500;cursor:pointer;transition:.18s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--red);border-color:var(--red);color:#fff}.button-light{background:#fff;color:#080808}.button-dark{background:#141414;border-color:#333;color:#fff}.menu-button{display:none;width:46px;height:46px;background:#111;border:1px solid #333;border-radius:5px;place-content:center;gap:5px}.menu-button span{display:block;width:20px;height:1px;background:#fff}.mobile-menu{position:fixed;z-index:1200;right:0;top:0;width:min(88vw,360px);height:100vh;background:#0b0b0b;border-left:1px solid rgba(237,23,76,.3);padding:22px;transform:translateX(102%);transition:.25s;display:grid;align-content:start;gap:7px}.mobile-menu.open{transform:none}.mobile-menu>a:not(.button){padding:15px 0;border-bottom:1px solid #222}.menu-close,.modal-close{margin-left:auto;width:44px;height:44px;border:1px solid #333;border-radius:50%;background:#111;color:#fff;font-size:26px}.hero{position:relative;min-height:720px;display:flex;align-items:center;overflow:hidden;padding-top:72px;background:#070707}.hero-car{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;filter:brightness(.62) saturate(.95) contrast(1.08);transform:scale(1.12)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,8,.98) 0%,rgba(8,8,8,.92) 42%,rgba(8,8,8,.25) 78%,rgba(8,8,8,.82) 100%),linear-gradient(180deg,transparent 50%,#080808 100%)}.hero-content{position:relative;z-index:2}.hero-copy{max-width:700px;padding:70px 0 48px}.eyebrow{color:var(--red);font-size:10px;letter-spacing:.18em;font-weight:500;margin:0 0 10px}.outlined{display:inline-block;border:1px solid rgba(237,23,76,.4);border-radius:4px;padding:7px 10px;background:rgba(0,0,0,.2)}h1,h2,h3{line-height:1.17;margin-top:0;font-weight:400}h1{font-size:clamp(38px,5.5vw,74px);max-width:850px;margin-bottom:20px}h2{font-size:clamp(31px,4vw,49px);margin-bottom:13px}.hero-description{color:#d0d1d6;font-size:17px;max-width:570px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 48px}.hero-stats{display:flex;gap:0}.hero-stats>div{display:grid;padding:0 28px;border-left:1px solid #444}.hero-stats>div:first-child{padding-left:0;border:0}.hero-stats strong{font-size:27px}.hero-stats .accent{color:var(--red)}.hero-stats span{font-size:10px;color:#999;text-transform:uppercase;letter-spacing:.12em}.section{padding:90px 0}.section-heading{text-align:center;max-width:730px;margin:0 auto 42px}.section-heading>span{display:block;width:42px;height:2px;background:var(--red);margin:18px auto}.section-heading>p:last-child{color:var(--text)}.vehicles-section{background:#080808}.vehicle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.vehicle-card{background:#141414;border:1px solid #2a2a2a;border-radius:7px;overflow:hidden;transition:.22s}.vehicle-card:hover{transform:translateY(-5px);border-color:rgba(237,23,76,.55);box-shadow:0 20px 50px rgba(0,0,0,.35)}.vehicle-image-wrap{width:100%;height:245px;padding:0;border:0;background:#111;position:relative;cursor:pointer;overflow:hidden}.vehicle-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 55%;transition:.35s}.vehicle-card:hover img{transform:scale(1.04)}.photo-count{position:absolute;right:12px;bottom:12px;background:rgba(0,0,0,.78);border:1px solid #555;border-radius:3px;padding:5px 8px;font-size:9px;letter-spacing:.1em}.vehicle-body{padding:20px}.vehicle-number{color:var(--red);font-size:9px;letter-spacing:.18em;margin:0 0 7px}.vehicle-body h3{font-size:21px;margin-bottom:14px}.specs{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:19px}.specs span{font-size:9px;color:#a7a7ad;border:1px solid #333;padding:5px 7px;border-radius:3px}.vehicle-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.gallery-section{padding:75px 0;background:#0d0d0d;overflow:hidden}.gallery-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:25px}.gallery-heading h2{margin-bottom:0}.gallery-heading>p{color:#8c8c94;font-size:12px}.marquee{overflow:hidden}.marquee-track{display:flex;width:max-content;gap:14px;animation:marquee 42s linear infinite}.marquee-track:hover{animation-play-state:paused}.marquee button{border:0;padding:0;background:none;cursor:pointer}.marquee img{width:330px;height:220px;object-fit:cover;border-radius:6px;filter:brightness(.82);transition:.2s}.marquee img:hover{filter:brightness(1)}@keyframes marquee{to{transform:translateX(-50%)}}.why-section{background:#080808}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.benefit-grid article{min-height:245px;background:#151515;border:1px solid #2a2a2a;border-radius:6px;padding:28px}.benefit-grid b{display:grid;place-items:center;width:48px;height:48px;border:1px solid #444;border-radius:5px;color:var(--red);font-size:20px;margin-bottom:24px}.benefit-grid h3{font-size:20px}.benefit-grid p{color:var(--text);font-size:13px}.benefit-grid .red-card{background:var(--red);border-color:var(--red)}.red-card small{letter-spacing:.15em}.red-card p{color:#fff}.red-card a{font-size:12px;text-transform:uppercase;font-weight:600}.reviews{padding:90px 0;background:#0d0d0d}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-grid article{background:#151515;border:1px solid #2c2c2c;border-radius:6px;padding:28px}.review-grid article div{color:#ffbd2e;letter-spacing:.16em}.review-grid p{color:#d1d1d5;font-size:14px}.review-grid strong{font-size:12px;color:var(--red)}.booking{background:#080808}.booking-grid{display:grid;grid-template-columns:.8fr 1.4fr;gap:70px;align-items:start}.booking-grid>div>p:last-child{color:var(--text)}form{background:#111;border:1px solid #2a2a2a;border-radius:7px;padding:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-grid label{font-size:11px;color:#d6d6da}.form-grid .full{grid-column:1/-1}input,select,textarea{width:100%;margin-top:7px;border:1px solid #303030;background:#0b0b0b;color:#fff;border-radius:4px;padding:12px;outline:0}input:focus,select:focus,textarea:focus{border-color:var(--red)}textarea{resize:vertical}.submit{width:100%;margin-top:20px}.contact{background:#0d0d0d}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact-grid>div>p:last-child{color:var(--text)}.contact-card{background:#151515;border:1px solid #2b2b2b;border-radius:7px;padding:28px}.contact-card p{font-size:10px;color:#85858c;text-transform:uppercase;letter-spacing:.12em;margin-bottom:3px}.contact-card a{display:block;font-size:20px;margin-bottom:19px}.contact-card a:hover{color:var(--red)}footer{padding:35px 0;border-top:1px solid #222;background:#070707}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-grid p{margin:0;color:#777;font-size:11px}.modal[hidden]{display:none}.modal{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;padding:18px}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.86);backdrop-filter:blur(7px)}.modal-panel{position:relative;width:min(950px,100%);max-height:94vh;overflow:auto;background:#0d0d0d;border:1px solid #333;border-radius:8px}.modal-close{position:absolute;right:14px;top:14px;z-index:3;background:rgba(0,0,0,.75)}.modal-gallery{position:relative;height:min(58vh,560px);background:#050505;display:grid;place-items:center}.modal-gallery img{width:100%;height:100%;object-fit:contain}.arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:44px;height:60px;border:1px solid #444;background:rgba(0,0,0,.65);color:#fff;font-size:36px}.arrow.left{left:12px}.arrow.right{right:12px}.thumbs{display:flex;gap:8px;padding:11px;overflow-x:auto;background:#080808}.thumbs button{flex:0 0 84px;height:58px;padding:0;border:2px solid transparent;background:none}.thumbs button.active{border-color:var(--red)}.thumbs img{width:100%;height:100%;object-fit:cover}.modal-info{padding:26px}.modal-info h2{margin-bottom:15px}.modal-specs{display:grid;grid-template-columns:1fr 1fr;gap:10px;color:#bbb;font-size:12px}.modal-specs span{border:1px solid #303030;padding:10px;border-radius:4px}.notice{color:#aaa;font-size:12px;border-left:2px solid var(--red);padding-left:12px;margin:20px 0}
@media(max-width:900px){.desktop-nav,.header-cta{display:none}.menu-button{display:grid}.hero{min-height:680px}.hero-car{object-position:64% center}.vehicle-grid,.benefit-grid,.review-grid{grid-template-columns:repeat(2,1fr)}.booking-grid,.contact-grid{grid-template-columns:1fr;gap:35px}.footer-grid{flex-direction:column;text-align:center}}@media(max-width:620px){.container,.container-wide{width:min(calc(100% - 28px),var(--container))}.section{padding:70px 0}.hero{min-height:720px;align-items:end}.hero-copy{padding:75px 0 38px}.hero-overlay{background:linear-gradient(180deg,rgba(8,8,8,.22),rgba(8,8,8,.8) 42%,#080808 92%)}.hero-car{object-position:center 38%;height:70%}.hero-stats{justify-content:space-between}.hero-stats>div{padding:0 12px}.hero-stats strong{font-size:21px}.hero-stats span{font-size:8px}.vehicle-grid,.benefit-grid,.review-grid{grid-template-columns:1fr}.vehicle-image-wrap{height:255px}.gallery-heading{align-items:start;flex-direction:column}.gallery-heading>p{margin-top:8px}.marquee img{width:270px;height:185px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.footer-grid{align-items:center}.modal{padding:0}.modal-panel{max-height:100vh;height:100%;border-radius:0}.modal-gallery{height:44vh}.modal-specs{grid-template-columns:1fr}}

.brand-logo{display:inline-flex;align-items:center}.brand-logo img{width:142px;height:auto;display:block;object-fit:contain}
.mobile-menu-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:16px;border-bottom:1px solid #222;margin-bottom:4px}.mobile-menu-top .brand-logo img{width:128px}
.contact{background:#0d0d0d}.contact-heading{max-width:980px}.contact-heading p:last-child{color:#c8c9d0;font-size:17px;line-height:1.75}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px}.contact-info-card{background:#151515;border:1px solid #2b2b2b;border-radius:7px;padding:32px 24px;text-align:center}.contact-icon{width:52px;height:52px;margin:0 auto 18px;border:1px solid #37404f;border-radius:6px;display:grid;place-items:center;color:var(--red);font-size:24px;background:#111}.contact-icon.whatsapp{color:#25d366}.contact-icon.instagram{color:var(--red)}.contact-info-card p{font-size:11px;color:#7f8ea5;letter-spacing:.16em;text-transform:uppercase;margin:0 0 8px}.contact-info-card a{font-size:18px;font-weight:500;color:#fff}.contact-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin:24px 0 34px}.contact-actions .button{min-width:245px}.delivery-card{max-width:650px;margin:0 auto;background:#151515;border:1px solid #2b2b2b;border-radius:8px;padding:26px 24px;display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start}.delivery-icon{width:32px;height:32px;border-radius:50%;border:1px solid var(--red);color:var(--red);display:grid;place-items:center;font-weight:600;margin-top:4px}.delivery-card h3{font-size:24px;margin-bottom:10px;text-transform:uppercase}.delivery-card p{margin:0;color:#b8bbc5;font-size:15px;line-height:1.75}
@media(max-width:900px){.contact-cards{grid-template-columns:1fr;gap:14px}.contact-actions{flex-direction:column;align-items:stretch}.contact-actions .button{min-width:0;width:100%}.delivery-card{max-width:100%}}
@media(max-width:620px){.brand-logo img{width:118px}.contact-heading p:last-child{font-size:15px}.delivery-card{grid-template-columns:1fr;padding:22px}.delivery-card h3{font-size:20px}}

/* Përmirësime responsive për telefon dhe tablet */
@media (max-width: 1024px){
  .container,.container-wide{width:min(calc(100% - 32px),var(--container))}
  .desktop-nav,.header-cta{display:none}
  .menu-button{display:grid;flex:0 0 46px}
  .header-inner{gap:14px}
  .brand-logo img{width:125px}
  .vehicle-grid,.benefit-grid,.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .booking-grid{grid-template-columns:1fr;gap:34px}
  .contact-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
  .footer-grid{flex-wrap:wrap;justify-content:center;text-align:center}
}

@media (max-width: 700px){
  html{scroll-padding-top:72px}
  body{min-width:0}
  .container,.container-wide{width:min(calc(100% - 28px),var(--container))}
  .site-header{height:68px}
  .header-inner{height:68px}
  .brand-logo img{width:112px}
  .menu-button{width:43px;height:43px}
  .mobile-menu{width:min(88vw,340px);padding:18px;overflow-y:auto}
  .mobile-menu-top .brand-logo img{width:118px}
  .mobile-menu>a:not(.button){min-height:50px;display:flex;align-items:center}
  .mobile-menu .button{width:100%;margin-top:12px}

  .hero{min-height:700px;padding-top:68px;align-items:flex-end}
  .hero-car{height:72%;object-position:center 38%;transform:scale(1.01)}
  .hero-overlay{background:linear-gradient(180deg,rgba(8,8,8,.08) 0%,rgba(8,8,8,.52) 38%,rgba(8,8,8,.94) 69%,#080808 100%)}
  .hero-copy{padding:60px 0 34px;max-width:100%}
  h1{font-size:clamp(34px,10vw,48px);line-height:1.1}
  h2{font-size:clamp(28px,8vw,38px)}
  .hero-description{font-size:15px;line-height:1.7}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin:24px 0 34px}
  .hero-actions .button{width:100%;min-height:50px}
  .hero-stats{display:grid;grid-template-columns:repeat(3,1fr);width:100%}
  .hero-stats>div{padding:0 8px;text-align:center;border-left:1px solid #3b3b3b}
  .hero-stats>div:first-child{padding-left:8px}
  .hero-stats strong{font-size:20px}
  .hero-stats span{font-size:7px;line-height:1.4}

  .section{padding:66px 0}
  .section-heading{margin-bottom:30px}
  .section-heading>p:last-child{font-size:14px}
  .vehicle-grid,.benefit-grid,.review-grid,.contact-cards{grid-template-columns:1fr}
  .vehicle-card{width:100%}
  .vehicle-image-wrap{height:250px}
  .vehicle-image-wrap img{object-position:center 52%}
  .vehicle-body{padding:18px}
  .vehicle-body h3{font-size:20px}
  .vehicle-actions{grid-template-columns:1fr;gap:10px}
  .vehicle-actions .button{width:100%;min-height:48px}
  .specs{gap:6px}

  .gallery-section{padding:58px 0}
  .gallery-heading{align-items:flex-start;flex-direction:column;gap:4px}
  .marquee img{width:260px;height:180px}

  .benefit-grid article,.review-grid article{min-height:auto;padding:23px}
  .booking-grid{gap:28px}
  form{padding:20px 16px}
  .form-grid{grid-template-columns:1fr;gap:14px}
  .form-grid .full{grid-column:auto}
  input,select,textarea{font-size:16px;min-height:48px}
  textarea{min-height:120px}
  .submit{min-height:52px}

  .contact-heading p:last-child{font-size:14px;line-height:1.7}
  .contact-info-card{padding:25px 18px}
  .contact-info-card a{font-size:17px;overflow-wrap:anywhere}
  .contact-actions{display:grid;grid-template-columns:1fr;width:100%;gap:10px}
  .contact-actions .button{width:100%;min-width:0;min-height:50px}
  .delivery-card{grid-template-columns:1fr;padding:21px 18px;gap:12px}
  .delivery-card h3{font-size:18px}
  .delivery-card p{font-size:13px}

  footer{padding:30px 0}
  .footer-grid{flex-direction:column;gap:14px}
  .footer-grid .brand-logo img{width:126px}

  .modal{padding:0}
  .modal-panel{height:100dvh;max-height:100dvh;border-radius:0}
  .modal-gallery{height:42dvh}
  .arrow{width:40px;height:54px}
  .thumbs button{flex-basis:74px;height:52px}
  .modal-info{padding:21px 16px 28px}
  .modal-specs{grid-template-columns:1fr}
  .modal-info .button{width:100%;min-height:50px}
}

@media (max-width: 390px){
  .container,.container-wide{width:min(calc(100% - 22px),var(--container))}
  .brand-logo img{width:104px}
  .hero{min-height:680px}
  .hero-stats strong{font-size:18px}
  .vehicle-image-wrap{height:230px}
  .marquee img{width:235px;height:165px}
}

/* Logo e re katrore Rent A Car 007 */
.brand-logo img{width:64px!important;height:64px!important;object-fit:contain!important;border-radius:4px}
.mobile-menu-top .brand-logo img{width:72px!important;height:72px!important}
.footer-grid .brand-logo img{width:86px!important;height:86px!important}
@media(max-width:620px){.brand-logo img{width:56px!important;height:56px!important}.mobile-menu-top .brand-logo img{width:66px!important;height:66px!important}}

/* Logo më e madhe dhe e dukshme në header */
.site-header{height:96px}
.header-inner{height:96px}
.hero{padding-top:96px}
.header-inner .brand-logo img{width:94px!important;height:94px!important;object-fit:contain!important;border-radius:6px}
.mobile-menu-top .brand-logo img{width:86px!important;height:86px!important}
.footer-grid .brand-logo img{width:105px!important;height:105px!important}

@media(max-width:900px){
  .site-header{height:82px}
  .header-inner{height:82px}
  .hero{padding-top:82px}
  .header-inner .brand-logo img{width:78px!important;height:78px!important}
}

@media(max-width:620px){
  .site-header{height:70px}
  .header-inner{height:70px}
  .hero{padding-top:70px}
  .header-inner .brand-logo img{width:64px!important;height:64px!important}
  .mobile-menu-top .brand-logo img{width:74px!important;height:74px!important}
}

.vehicle-image-wrap::after{content:"PAMJA PËRPARA";position:absolute;left:12px;bottom:12px;background:rgba(237,23,76,.92);color:#fff;border-radius:3px;padding:5px 8px;font-size:8px;font-weight:600;letter-spacing:.08em}.photo-count{z-index:2}
