/* ------------------------------------------------------------------
   Kerékhotel / gumitárolás oldal (2026-08-28-i sitebuild design).
   Minden szabály a #gpkerekhotel wrapper alá van zárva, hogy a
   foundation.min.css és az app.css globális stílusai ne szóljanak bele.
   ------------------------------------------------------------------ */

#gpkerekhotel h1,#gpkerekhotel h2,#gpkerekhotel h3,#gpkerekhotel h4,#gpkerekhotel h5,#gpkerekhotel h6{color:inherit;font-family:inherit;font-weight:700;line-height:1.2;margin:0;text-rendering:auto}
#gpkerekhotel p{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;text-rendering:auto}
#gpkerekhotel a{color:inherit;line-height:inherit;text-decoration:none}
#gpkerekhotel img{max-width:100%}

#gpkerekhotel{--kh-orange:#ff6b00;--kh-text:#202020;--kh-muted:#666;--kh-line:#e6e6e6;--kh-soft:#f7f7f7;--kh-shadow:0 8px 24px rgba(0,0,0,.08)}#gpkerekhotel,#gpkerekhotel *{box-sizing:border-box}#gpkerekhotel{font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:normal;color:var(--kh-text);background:#fff}#gpkerekhotel .kh-page{overflow:hidden}#gpkerekhotel .kh-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}#gpkerekhotel .kh-section{padding:42px 0}#gpkerekhotel .kh-section-title{font-size:30px;line-height:1.1;margin:0 0 26px;text-align:center;text-transform:uppercase;letter-spacing:-.5px}

/* Hero – a háttérkép a tartalomszélességen túl, teljes szélességben fut. */
#gpkerekhotel .kh-hero{position:relative;width:100vw;margin-left:calc(50% - 50vw);min-height:330px;overflow:hidden;background-image:linear-gradient(90deg,rgba(255,255,255,.995) 0%,rgba(255,255,255,.97) 35%,rgba(255,255,255,.86) 62%,rgba(255,255,255,.72) 100%),url('/common/images/kerekhotel/hero-bg.png');background-size:cover;background-position:72% center;background-repeat:no-repeat}#gpkerekhotel .kh-hero-content{position:relative;z-index:2;display:flex;align-items:center;min-height:330px}#gpkerekhotel .kh-hero-copy{max-width:640px;padding:36px 0}#gpkerekhotel .kh-eyebrow{font-weight:800;text-transform:uppercase;font-size:22px;margin:0 0 2px}#gpkerekhotel .kh-hero h1{font-size:58px;line-height:.95;text-transform:uppercase;margin:0;color:var(--kh-orange);letter-spacing:-1.5px}#gpkerekhotel .kh-hero-lead{font-size:20px;line-height:1.35;max-width:560px;margin:18px 0 22px}#gpkerekhotel .kh-hero-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:22px 0}#gpkerekhotel .kh-benefit{display:flex;align-items:center;gap:10px;font-weight:700;font-size:14px}#gpkerekhotel .kh-benefit img{width:48px;height:48px;flex:0 0 48px;object-fit:contain;padding:5px;border-radius:10px;background:rgba(255,255,255,.72)}#gpkerekhotel .kh-hero-actions{display:flex;justify-content:flex-start;gap:12px;flex-wrap:wrap}

#gpkerekhotel .kh-btn{display:inline-flex;justify-content:center;align-items:center;gap:7px;min-height:48px;padding:0 22px;border-radius:7px;font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:.2px;transition:.18s ease}#gpkerekhotel .kh-btn-primary{background:var(--kh-orange);color:#fff}#gpkerekhotel .kh-btn-primary:hover{filter:brightness(.95);color:#fff}

#gpkerekhotel .kh-pricing{padding-top:32px}#gpkerekhotel .kh-pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;max-width:1000px;margin:auto}#gpkerekhotel .kh-price-card{display:grid;grid-template-columns:190px 1fr;align-items:center;gap:26px;border:1px solid #ff8d45;border-radius:14px;padding:28px;background:#fff;box-shadow:var(--kh-shadow)}#gpkerekhotel .kh-price-card h2{font-size:25px;text-transform:uppercase;margin:0 0 3px}#gpkerekhotel .kh-price-visual{display:block;width:160px;height:175px;object-fit:contain;margin:auto}#gpkerekhotel .kh-muted,#gpkerekhotel .kh-small{margin:0;color:var(--kh-muted)}#gpkerekhotel .kh-price{font-size:38px;color:var(--kh-orange);font-weight:900;margin-top:20px}#gpkerekhotel .kh-price-small{font-size:29px;margin-top:2px}#gpkerekhotel .kh-price-unit{font-size:15px}#gpkerekhotel .kh-divider{height:1px;background:var(--kh-line);margin:17px 0}#gpkerekhotel .kh-pricing-note{text-align:center;color:var(--kh-muted);font-size:13px;margin:14px 0 0}

/* A lépés sorszáma mindig a piktogram fölé kerül. */
#gpkerekhotel .kh-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}#gpkerekhotel .kh-step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:18px 12px}#gpkerekhotel .kh-step-num{order:1;display:inline-grid;place-items:center;width:26px;height:26px;margin:0 0 7px;background:var(--kh-orange);color:#fff;border-radius:50%;font-weight:800}#gpkerekhotel .kh-step-icon{order:2;width:62px;height:58px;object-fit:contain;margin:0 auto 12px}#gpkerekhotel .kh-step h3{order:3;text-transform:uppercase;font-size:15px;margin:0 0 8px}#gpkerekhotel .kh-step p{order:4;font-size:14px;line-height:1.5;color:#555;margin:0}

#gpkerekhotel .kh-why{padding-top:10px}#gpkerekhotel .kh-why-panel{background:var(--kh-soft);border-radius:18px;padding:34px}#gpkerekhotel .kh-why-grid{display:grid;grid-template-columns:repeat(5,1fr)}#gpkerekhotel .kh-why-grid article{text-align:center;padding:10px 18px;border-right:1px solid #ddd}#gpkerekhotel .kh-why-grid article:last-child{border-right:0}#gpkerekhotel .kh-why-icon{display:block;width:56px;height:52px;object-fit:contain;margin:0 auto 10px}#gpkerekhotel .kh-why h3{text-transform:uppercase;font-size:14px;line-height:1.25;margin:0 0 8px}#gpkerekhotel .kh-why p{font-size:13px;line-height:1.45;color:#555;margin:0}

#gpkerekhotel .kh-stored{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:28px;padding:26px 30px;background:linear-gradient(100deg,#111,#222);color:#fff;border-radius:12px}#gpkerekhotel .kh-stored h2{font-size:24px;text-transform:uppercase;margin:0 0 8px}#gpkerekhotel .kh-stored p{margin:0;color:#eee}#gpkerekhotel .kh-stored-cta{display:flex;flex-direction:column;align-items:flex-end;gap:8px}#gpkerekhotel .kh-stored-cta>span{font-size:12px;color:#ddd}

#gpkerekhotel .kh-locations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}#gpkerekhotel .kh-location-card{border:1px solid var(--kh-line);border-radius:12px;padding:22px;background:#fff}#gpkerekhotel .kh-location-card h3{text-transform:uppercase;font-size:17px;margin:0 0 12px}#gpkerekhotel .kh-location-card p{font-size:14px;line-height:1.5;color:#555;margin:0 0 14px}#gpkerekhotel .kh-location-card a{color:var(--kh-orange);font-size:13px;font-weight:900;text-transform:uppercase}

#gpkerekhotel .kh-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px}#gpkerekhotel .kh-faq details{border:1px solid var(--kh-line);border-radius:8px;background:#fff}#gpkerekhotel .kh-faq summary{position:relative;cursor:pointer;list-style:none;padding:15px 44px 15px 18px;font-weight:700;font-size:14px}#gpkerekhotel .kh-faq summary::-webkit-details-marker{display:none}#gpkerekhotel .kh-faq summary:after{content:"+";position:absolute;right:16px;top:11px;color:var(--kh-orange);font-size:20px}#gpkerekhotel .kh-faq details[open] summary:after{content:"\2212"}#gpkerekhotel .kh-faq details p{padding:0 18px 16px;margin:0;color:#555;font-size:14px;line-height:1.5}

#gpkerekhotel .kh-contact{padding-top:14px;padding-bottom:50px}#gpkerekhotel .kh-contact-bar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 28px;background:#121212;color:#fff;border-radius:12px}#gpkerekhotel .kh-contact-bar strong{display:block;text-transform:uppercase;font-size:17px;margin-bottom:5px}#gpkerekhotel .kh-contact-bar>div span{font-size:14px;color:#ddd}#gpkerekhotel .kh-contact-bar>div a{color:#ddd}

@media(max-width:900px){#gpkerekhotel .kh-hero{min-height:300px;background-position:65% center}#gpkerekhotel .kh-hero-content{min-height:300px}#gpkerekhotel .kh-hero h1{font-size:48px}#gpkerekhotel .kh-hero-benefits{grid-template-columns:1fr 1fr}#gpkerekhotel .kh-pricing-grid,#gpkerekhotel .kh-faq-grid{grid-template-columns:1fr}#gpkerekhotel .kh-price-card{grid-template-columns:140px 1fr}#gpkerekhotel .kh-steps{grid-template-columns:1fr 1fr}#gpkerekhotel .kh-why-grid{grid-template-columns:1fr 1fr}#gpkerekhotel .kh-why-grid article{border-right:0;border-bottom:1px solid #ddd}#gpkerekhotel .kh-why-grid article:last-child{grid-column:1/-1;border-bottom:0}#gpkerekhotel .kh-locations-grid{grid-template-columns:1fr 1fr}#gpkerekhotel .kh-stored{flex-direction:column;align-items:flex-start}#gpkerekhotel .kh-stored-cta{align-items:flex-start}}

@media(max-width:640px){#gpkerekhotel .kh-container{width:min(100% - 24px,1180px)}#gpkerekhotel .kh-section{padding:30px 0}#gpkerekhotel .kh-section-title{font-size:23px;margin-bottom:20px}#gpkerekhotel .kh-hero{min-height:0;background-image:linear-gradient(180deg,rgba(255,255,255,.995) 0%,rgba(255,255,255,.96) 58%,rgba(255,255,255,.88) 100%),url('/common/images/kerekhotel/hero-bg.png');background-position:70% center}#gpkerekhotel .kh-hero-content{min-height:0}#gpkerekhotel .kh-hero-copy{padding:26px 0 28px}#gpkerekhotel .kh-eyebrow{font-size:16px}#gpkerekhotel .kh-hero h1{font-size:42px}#gpkerekhotel .kh-hero-lead{font-size:16px;margin:13px 0 18px}#gpkerekhotel .kh-hero-benefits{grid-template-columns:1fr;gap:10px;margin:16px 0}#gpkerekhotel .kh-benefit{font-size:13px}#gpkerekhotel .kh-hero-actions{display:grid;grid-template-columns:1fr;width:100%}#gpkerekhotel .kh-btn{width:100%;min-height:50px}#gpkerekhotel .kh-pricing-grid{gap:14px}#gpkerekhotel .kh-price-card{grid-template-columns:1fr;text-align:center;padding:22px}#gpkerekhotel .kh-price-visual{margin-bottom:2px}#gpkerekhotel .kh-price{font-size:34px}#gpkerekhotel .kh-price-small{font-size:27px}#gpkerekhotel .kh-steps{grid-template-columns:1fr;gap:4px}#gpkerekhotel .kh-step{padding:16px 12px 20px}#gpkerekhotel .kh-step-icon{width:52px;height:50px;margin:0 auto 10px}#gpkerekhotel .kh-step h3{margin:0 0 6px}#gpkerekhotel .kh-step p{max-width:300px}#gpkerekhotel .kh-why-panel{padding:24px 16px}#gpkerekhotel .kh-why-grid{grid-template-columns:1fr}#gpkerekhotel .kh-why-grid article:last-child{grid-column:auto}#gpkerekhotel .kh-stored{padding:22px 18px}#gpkerekhotel .kh-stored h2{font-size:20px}#gpkerekhotel .kh-stored-cta{width:100%}#gpkerekhotel .kh-locations-grid{grid-template-columns:1fr;gap:8px}#gpkerekhotel .kh-location-card{padding:18px}#gpkerekhotel .kh-faq-grid{gap:8px}#gpkerekhotel .kh-contact-bar{flex-direction:column;align-items:flex-start;padding:20px}#gpkerekhotel .kh-contact-bar .kh-btn{width:100%}}
