:root{--brand-primary: #9AD600;--brand-secondary: #7CB800;--brand-dark: #000000;--brand-light: #FFFFFF;--brand-muted: #1A1A1A;--brand-primary-hover: #B0F000;--brand-primary-dark: #7CB800;--bg-white: #ffffff;--bg-light: #f8f9fa;--bg-gray: #f3f4f6;--bg-dark: #000000;--text-dark: #111827;--text-body: #374151;--text-muted: #6b7280;--text-light: #9ca3af;--text-on-dark: #f9fafb;--border-light: #e5e7eb;--border-dark: #d1d5db;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 20px rgba(0, 0, 0, .15);--radius: 8px;--section-padding: 100px}*{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden;width:100%;max-width:100%;position:relative}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-body);background:var(--bg-white);line-height:1.6;font-size:17px}main{width:100%;max-width:100%;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-dark);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}ul{list-style:none}img{max-width:100%;height:auto}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 24px;box-sizing:border-box}@media(max-width:768px){.container{padding:0 20px;width:100%;overflow-x:hidden}}@media(min-width:768px){.container{padding:0 40px}}.skip{position:absolute;left:-9999px;top:0;background:var(--brand-primary);color:var(--brand-dark);padding:8px 16px;font-weight:700;border-radius:var(--radius);z-index:10000}.skip:focus{left:16px;top:16px}.btn{display:inline-block;padding:14px 28px;font-size:16px;font-weight:700;border-radius:var(--radius);border:none;cursor:pointer;text-decoration:none!important;transition:all .2s ease;text-align:center}.btn--primary{background:var(--brand-primary);color:var(--brand-dark);border:2px solid var(--brand-primary)}.btn--primary:hover{background:var(--brand-primary-hover);color:var(--brand-dark);border-color:var(--brand-primary-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn--secondary{background:transparent;color:var(--brand-primary);border:2px solid var(--brand-primary)}.btn--secondary:hover{background:var(--brand-primary);color:var(--brand-dark);border-color:var(--brand-primary)}.btn--outline{background:transparent;color:var(--brand-primary);border:2px solid var(--brand-primary)}.btn--outline:hover{background:var(--brand-primary);color:var(--brand-dark);border-color:var(--brand-primary)}.btn--outline-dark{background:transparent;color:var(--brand-light);border:2px solid var(--brand-light)}.btn--outline-dark:hover{background:var(--brand-light);color:var(--brand-dark);border-color:var(--brand-light)}.btn--large{padding:16px 36px;font-size:18px}.btn--full{display:block;width:100%}.btn--header-cta{background:var(--brand-primary);color:var(--brand-dark);border:2px solid var(--brand-primary)}.btn--header-cta:hover{background:var(--brand-primary-hover);color:var(--brand-dark);border-color:var(--brand-primary-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}.header{background:var(--brand-dark);border-bottom:1px solid var(--border-light);padding:10px 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #00000080}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.header__brand{display:flex;align-items:center;gap:12px}.header__brand:hover{text-decoration:none}.header__logo-img{height:60px;width:auto;display:block}@media(min-width:768px){.header__logo-img{height:70px}}.header__name{font-size:18px;font-weight:700;color:var(--brand-light)}@media(min-width:768px){.header__name{font-size:20px}}.header__nav{display:none;gap:32px}@media(min-width:768px){.header__nav{display:flex}}.header__nav a{font-weight:600;font-size:17px;color:var(--brand-light);position:relative}.header__nav a:hover{color:var(--brand-primary);text-decoration:none}.header__nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--brand-primary);transition:width .3s}.header__nav a:hover:after{width:100%}.header__nav a.active{color:var(--brand-primary)}.header__nav a.active:after{width:100%}.header__cta-desktop{display:none}@media(min-width:768px){.header__cta-desktop{display:inline-flex}}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;background:transparent;border:none;cursor:pointer;z-index:1001}@media(min-width:768px){.nav-toggle{display:none}}.nav-toggle__bar{display:block;width:24px;height:2px;background:var(--brand-light);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.nav-toggle.is-open .nav-toggle__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.is-open .nav-toggle__bar:nth-child(2){opacity:0}.nav-toggle.is-open .nav-toggle__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;flex-direction:column;background:var(--brand-dark);border-top:1px solid rgba(255,255,255,.1);padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.mobile-nav.is-open{display:flex;max-height:400px;padding:16px 0}@media(min-width:768px){.mobile-nav{display:none!important}}.mobile-nav a{display:block;padding:14px 24px;font-size:17px;font-weight:600;color:var(--brand-light);text-decoration:none;transition:background .2s,color .2s}.mobile-nav a:hover,.mobile-nav a.active{background:#ffffff0d;color:var(--brand-primary)}.mobile-nav__cta{margin:16px 24px 8px;text-align:center}.hero{position:relative;background-color:var(--brand-dark);background-size:cover;background-position:center 65%;background-repeat:no-repeat;padding:140px 0 100px;min-height:500px;display:flex;align-items:center;width:100%;max-width:100%;overflow:hidden}@media(min-width:768px){.hero{padding:180px 0 140px;min-height:600px}}@media(max-width:768px){.hero{background-position:center 60%;padding:120px 0 40px;min-height:auto;overflow:visible}}.hero__overlay{position:absolute;inset:0;background:#0000008c;z-index:1}.hero__content{position:relative;z-index:10;color:var(--bg-white);max-width:900px;padding-bottom:60px}@media(min-width:769px){.hero__content{padding-bottom:110px}}@media(max-width:768px){.hero__content{padding-bottom:0}}.hero__title{font-size:36px;font-weight:800;line-height:1.15;margin-bottom:24px;color:var(--bg-white)}@media(min-width:768px){.hero__title{font-size:56px}}@media(min-width:960px){.hero__title{font-size:64px}}.hero__highlight{color:var(--brand-primary)}.hero__title-line1,.hero__title-line2{display:block}.hero__title-line1{color:var(--bg-white)}.hero__title-line2{color:var(--brand-primary)}.hero__subtitle{font-size:18px;line-height:1.6;margin-bottom:40px;color:var(--text-light);max-width:700px}@media(min-width:768px){.hero__subtitle{font-size:20px}}.hero__ctas{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:40px}@media(min-width:769px){.hero__ctas{margin-bottom:60px}}.trust-bar{background:var(--brand-dark);padding:24px 0;border-top:3px solid var(--brand-primary)}.trust-bar__grid{display:flex;flex-wrap:wrap;gap:16px;width:100%;max-width:100%}@media(max-width:768px){.trust-bar__grid{gap:12px;justify-content:center}}@media(min-width:769px){.trust-bar__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}}.trust-bar__item{display:flex;align-items:center;gap:12px;flex:1 1 45%;min-width:160px;max-width:100%}@media(max-width:768px){.trust-bar__item{flex:1 1 calc(50% - 6px);min-width:0;max-width:calc(50% - 6px)}}@media(min-width:769px){.trust-bar__item{flex:initial;min-width:initial}}.trust-bar__icon{width:36px;height:36px;border-radius:50%;background:var(--brand-primary);color:var(--brand-dark);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:18px;flex-shrink:0}.trust-bar__text{font-weight:700;color:var(--brand-light);font-size:15px;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:768px){.trust-bar__text{font-size:14px}}.section{padding:var(--section-padding) 0}@media(max-width:768px){.section{padding:60px 0}}.section{background:var(--bg-white)}.section--gray{background:var(--bg-gray)}.section--light{background:var(--bg-white)}.section--light .section__title,.section--light .section__subtitle,.section--light h2,.section--light h3,.section--light p{color:var(--text-dark)}.section--light .intro-text{color:var(--text-body)}.section--dark{background:var(--brand-dark);color:var(--bg-white)}.section--dark .section__title,.section--dark .section__subtitle{color:var(--bg-white)}.section--services{padding-bottom:60px}@media(max-width:768px){.section--services{padding-bottom:40px}}.section__title{font-size:32px;font-weight:800;text-align:center;margin:0 0 16px;color:var(--text-dark)}@media(min-width:768px){.section__title{font-size:44px}}.section__title--left{text-align:left}.text-highlight{color:var(--brand-primary)}.section__subtitle{font-size:17px;color:var(--text-body);text-align:center;max-width:650px;margin:0 auto 48px;line-height:1.6}@media(min-width:768px){.section__subtitle{font-size:19px;margin:0 auto 64px}}.services-grid{display:grid;gap:24px;grid-template-columns:1fr}@media(min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media(min-width:960px){.services-grid{grid-template-columns:repeat(3,1fr);gap:40px}}.service-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius);padding:32px;text-align:center;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s,border-color .2s}@media(min-width:768px){.service-card{padding:36px}}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--brand-primary)}.service-card__icon{font-size:48px;margin-bottom:20px}.service-card__title{font-size:20px;font-weight:700;margin:0 0 12px;color:var(--text-dark)}.service-card__desc{margin:0;color:var(--text-body);font-size:16px;line-height:1.6}.service-card__image{width:100%;height:160px;object-fit:cover;border-radius:var(--radius);margin-bottom:20px}@media(min-width:768px){.service-card__image{height:180px}}.service-card__placeholder{width:100%;height:160px;background:linear-gradient(135deg,var(--bg-gray) 0%,var(--bg-light) 100%);border-radius:var(--radius);margin-bottom:20px;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.service-card__placeholder{height:180px}}.section--how-it-works{background:var(--bg-white)}.section--how-it-works .section__title{color:var(--text-dark)}.section--how-it-works .section__subtitle{color:var(--text-body)}.steps{display:grid;gap:24px;grid-template-columns:1fr}@media(min-width:640px){.steps{grid-template-columns:repeat(2,1fr);gap:32px}}@media(min-width:960px){.steps{grid-template-columns:repeat(5,1fr);gap:24px}}.step-card{background:var(--bg-white);border:1px solid #e2e8f0;border-radius:var(--radius);padding:28px 20px;text-align:center;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 3px #0000001a}@media(min-width:768px){.step-card{padding:36px}}.step-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.step-card__number{width:56px;height:56px;border-radius:50%;background:var(--brand-primary);color:var(--brand-dark);font-size:24px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}@media(min-width:768px){.step-card__number{width:64px;height:64px;font-size:28px;margin:0 auto 20px}}.step-card__title{font-size:18px;font-weight:700;margin:0 0 8px;color:var(--text-dark)}@media(min-width:768px){.step-card__title{font-size:20px;margin:0 0 12px}}.step-card__desc{margin:0;color:var(--text-body);font-size:15px;line-height:1.5}@media(min-width:768px){.step-card__desc{font-size:16px;line-height:1.6}}.section--gallery{background:var(--bg-white)}.gallery-grid{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media(min-width:960px){.gallery-grid{grid-template-columns:repeat(4,1fr);gap:32px}}.gallery-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.gallery-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.gallery-card__placeholder{background:linear-gradient(135deg,var(--bg-gray) 0%,var(--bg-light) 100%);height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}@media(min-width:768px){.gallery-card__placeholder{height:200px}}.gallery-card__image{width:100%;height:180px;object-fit:cover}@media(min-width:768px){.gallery-card__image{height:200px}}.gallery-card__label{font-size:16px;font-weight:700;color:var(--text-muted)}@media(min-width:768px){.gallery-card__label{font-size:18px}}.gallery-card__note{font-size:13px;color:var(--text-muted);opacity:.7}@media(min-width:768px){.gallery-card__note{font-size:14px}}.gallery-card__title{padding:16px;text-align:center;font-size:16px;font-weight:700;margin:0;color:var(--text-dark);background:var(--bg-white)}@media(min-width:768px){.gallery-card__title{padding:20px;font-size:18px}}.map-section{background:var(--bg-gray)}.map-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}@media(min-width:768px){.map-grid{grid-template-columns:1.5fr 1fr;gap:32px}}@media(min-width:960px){.map-grid{grid-template-columns:3fr 2fr;gap:40px}}.map-column{width:100%}.map-container{width:100%;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--border-light)}.map-container iframe{width:100%;height:280px;border:none;display:block}@media(min-width:768px){.map-container iframe{height:380px}}@media(min-width:960px){.map-container iframe{height:420px}}.map-info{background:var(--bg-white);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}@media(min-width:768px){.map-info{padding:32px}}.map-info__title{font-size:22px;font-weight:700;color:var(--text-dark);margin:0 0 24px}@media(min-width:768px){.map-info__title{font-size:26px}}.map-info__item{display:flex;gap:14px;align-items:flex-start;margin-bottom:20px}.map-info__icon{width:40px;height:40px;background:var(--bg-gray);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.map-info__content h4{font-size:14px;font-weight:700;color:var(--text-dark);margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px}.map-info__content p{color:var(--text-body);margin:0;font-size:15px;line-height:1.5}.map-info__content a{color:var(--text-body);font-size:15px;transition:color .2s}.map-info__content a:hover{color:var(--brand-primary);text-decoration:none}.map-info__directions{display:inline-flex;align-items:center;font-weight:600;color:var(--brand-primary);font-size:16px;margin-bottom:24px;transition:color .2s}.map-info__directions:hover{color:var(--brand-primary-hover);text-decoration:none}.intro-section{background:var(--bg-white)}.intro-section .section__title{color:var(--text-dark)}.intro-content{max-width:800px;margin:0 auto;text-align:center}.intro-text{font-size:18px;line-height:1.7;color:var(--text-body);margin-bottom:32px}@media(min-width:768px){.intro-text{font-size:20px}}.rental-section{padding:60px 0;border-bottom:1px solid var(--border-light);background:var(--bg-white)}.rental-section:nth-child(2n){background:var(--bg-gray)}.rental-section:last-of-type{border-bottom:none}@media(min-width:768px){.rental-section{padding:80px 0}}.rental-grid{display:grid;gap:32px;align-items:center}@media(min-width:768px){.rental-grid{grid-template-columns:1fr 1fr;gap:60px}}.rental-grid--reverse{direction:ltr}@media(min-width:768px){.rental-grid--reverse .rental-image{order:2}.rental-grid--reverse .rental-content{order:1}}.rental-image{width:100%}.rental-image__placeholder{background:linear-gradient(135deg,var(--bg-gray) 0%,var(--bg-light) 100%);border-radius:var(--radius);height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px solid var(--border-light)}@media(min-width:768px){.rental-image__placeholder{height:300px}}.rental-image__img{width:100%;height:250px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border-light)}@media(min-width:768px){.rental-image__img{height:300px}}.rental-image__label{font-size:20px;font-weight:700;color:var(--text-muted)}.rental-image__note{font-size:14px;color:var(--text-muted);opacity:.7}.rental-content h2{font-size:28px;margin-bottom:16px;color:var(--text-dark)}@media(min-width:768px){.rental-content h2{font-size:36px}}.rental-content p{font-size:17px;line-height:1.7;color:var(--text-body);margin-bottom:24px}@media(min-width:768px){.rental-content p{font-size:18px}}.page-hero{background:linear-gradient(135deg,var(--brand-dark) 0%,var(--brand-muted) 100%);padding:120px 0 60px;text-align:center}@media(min-width:768px){.page-hero{padding:140px 0 80px}}.page-hero__title{font-size:36px;font-weight:800;color:var(--bg-white);margin-bottom:16px}@media(min-width:768px){.page-hero__title{font-size:48px}}.page-hero__subtitle{font-size:18px;color:var(--text-light);max-width:600px;margin:0 auto}@media(min-width:768px){.page-hero__subtitle{font-size:20px}}.footer{background:var(--brand-dark);color:var(--text-light);padding:60px 0 30px;border-top:1px solid var(--border-light)}.footer__grid{display:grid;gap:40px;grid-template-columns:1fr;margin-bottom:40px}@media(min-width:768px){.footer__grid{grid-template-columns:2fr 1fr 1fr;gap:60px}}.footer__brand{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer__logo-img{height:50px;width:auto;display:block}.footer__name{font-size:20px;font-weight:700;color:var(--bg-white)}.footer__tagline{line-height:1.6;color:var(--text-light);margin:0}.footer__heading{font-size:16px;font-weight:700;color:var(--brand-primary);margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:10px}.footer__links a{color:var(--text-light);font-weight:500}.footer__links a:hover{color:var(--brand-primary);text-decoration:none}.footer__contact{list-style:none;padding:0;margin:0}.footer__contact li{display:flex;align-items:center;gap:10px;margin-bottom:12px}.footer__icon{font-size:18px}.footer__contact a{color:var(--text-light);font-weight:500}.footer__contact a:hover{color:var(--brand-primary);text-decoration:none}.footer__bottom{text-align:center;padding-top:32px;border-top:1px solid rgba(255,255,255,.1)}.footer__bottom p{margin:0;color:var(--text-light);font-size:14px}.footer__service-area{margin-top:24px}.footer__service-area p{color:var(--text-light);font-size:14px;line-height:1.6;margin:0}.section-cta{text-align:center;margin-top:48px}.trust-bar{position:relative;left:auto;right:auto;width:100%;max-width:100%}@media(min-width:769px){.hero{position:relative;padding-bottom:110px}.trust-bar{margin-top:-90px;z-index:20}}@media(max-width:768px){.trust-bar{position:static!important;width:100%!important;max-width:100%!important;margin:0!important;padding:16px!important;overflow:hidden!important}.trust-bar__grid,.trust-bar__container,.trust-bar .container{width:100%!important;max-width:100%!important}.trust-bar__grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.trust-bar__item{width:100%!important;max-width:100%!important;min-width:0!important}}.gallery-full-grid{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.gallery-full-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:960px){.gallery-full-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.gallery-item{position:relative;border-radius:var(--radius);overflow:hidden;cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease;background:var(--bg-white);border:1px solid var(--border-light)}.gallery-item:hover{transform:scale(1.03);box-shadow:var(--shadow-lg)}.gallery-item__placeholder{background:linear-gradient(135deg,var(--bg-gray) 0%,var(--bg-light) 100%);aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.gallery-item__image{width:100%;aspect-ratio:1;object-fit:cover}.gallery-item__overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:40px 16px 16px;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-item__overlay{opacity:1}.gallery-item__title{color:var(--bg-white);font-size:16px;font-weight:600;margin:0}.preview-section{background:var(--bg-gray)}.preview-grid{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.preview-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.preview-item{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease;background:var(--bg-white)}.preview-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.preview-item__placeholder{background:linear-gradient(135deg,var(--bg-gray) 0%,var(--bg-light) 100%);aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.preview-item__label{font-size:14px;font-weight:600;color:var(--text-muted)}@media(min-width:768px){.preview-item__label{font-size:16px}}.rental-features{list-style:none;padding:0;margin:0 0 24px}.rental-features li{display:flex;align-items:center;gap:12px;padding:8px 0;font-size:16px;color:var(--text-body)}.rental-check{color:var(--brand-primary);font-weight:900;font-size:18px}.cta-section{background:var(--brand-dark);border-top:3px solid var(--brand-primary)}.cta-section .section__title{color:var(--bg-white)}.cta-section .section__subtitle{color:var(--text-on-dark)}
