:root{--hyundai-blue: #002c5f;--hyundai-blue-hover: #074186;--active-blue: #00aad2;--light-sand: #f6f3f2;--sand: #e4dcd3;--grey-1000: #1c1b1b;--grey-900: #323232;--grey-700: #666666;--grey-600: #767676;--grey-300: #e5e5e5;--grey-100: #f2f2f2;--white: #ffffff;--black: #000000;--font: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;--max: 1120px;--radius: 4px;--radius-card: 12px;--radius-panel: 16px;--shadow: 0 8px 30px rgba(28, 27, 27, .08);--modal-pad-x: 2rem;--modal-pad-y: 2rem;--modal-pad-top: 2.75rem;--modal-gap: 1rem;--modal-title-size: 1.4rem;--modal-media-bg: var(--grey-100);--z-flyout: 10000;--z-modal: 10050;--z-modal-nested: 10060}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-bottom:6rem}body{margin:0;font-family:var(--font);color:var(--grey-1000);background:var(--white);line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:var(--hyundai-blue);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}.container{width:min(100% - 2.5rem,var(--max));margin-inline:auto}.eyebrow{display:inline-block;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--grey-600);font-weight:600;margin:0 0 .75rem}.section-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 .75rem}.section-lead{margin:0;color:var(--grey-900);font-size:1.05rem;max-width:40rem}.section{padding:4.5rem 0}.section--sand{background:var(--light-sand)}.section--dark{background:var(--hyundai-blue);color:var(--white)}.section--dark .section-lead,.section--dark .eyebrow{color:#fffc}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:3.25rem;padding:.85rem 1.4rem;border:2px solid transparent;border-radius:var(--radius);font-size:.9rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;cursor:pointer;overflow:hidden;transition:color .25s ease,border-color .25s ease,background .25s ease;z-index:0}.btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:scaleX(0);transform-origin:left;transition:transform .28s ease;z-index:-1}.btn:hover:before,.btn:focus-visible:before{transform:scaleX(1)}.btn:hover,.btn:focus-visible{text-decoration:none}.btn--primary{background:var(--hyundai-blue);color:var(--white);border-color:var(--hyundai-blue)}.btn--primary:before{background:var(--hyundai-blue-hover)}.btn--secondary{background:transparent;color:var(--hyundai-blue);border-color:var(--hyundai-blue)}.btn--secondary:before{background:var(--hyundai-blue)}.btn--secondary:hover,.btn--secondary:focus-visible{color:var(--white)}.btn--ghost{background:#1c1b1bb8;color:var(--white);border-color:transparent;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn--ghost:before{background:#00000073}.btn--on-dark{background:transparent;color:var(--white);border-color:var(--white)}.btn--on-dark:before{background:var(--white)}.btn--on-dark:hover,.btn--on-dark:focus-visible{color:var(--hyundai-blue)}.btn:disabled{opacity:.65;cursor:wait}.btn__arrow{transition:transform .25s ease}.btn:hover .btn__arrow{transform:translate(3px)}.hero{position:relative;min-height:min(92vh,820px);display:flex;flex-direction:column;color:var(--white);overflow:hidden;isolation:isolate}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.04);animation:heroZoom 12s ease-out forwards}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#002c5f8c,#00000059 45%,#000000b8),linear-gradient(90deg,rgba(0,0,0,.45) 0%,transparent 55%)}.hero__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0 0;animation:fadeUp .8s ease both}.hero__brand{display:flex;align-items:center;gap:.85rem}.hero__brand img{height:22px;width:auto}.hero__brand-divider{width:1px;height:1.1rem;background:#ffffff73}.hero__brand-label{font-size:.95rem;font-weight:500;letter-spacing:.02em;opacity:.92}.hero__back{color:#ffffffe6;font-size:.9rem;font-weight:500}.hero__back:hover{color:var(--white)}.hero__content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:3rem 0 4rem;text-align:center;animation:fadeUp .9s .12s ease both}.hero__content h1{margin:0 0 .85rem;font-size:clamp(2.4rem,6vw,4.2rem);font-weight:700;letter-spacing:-.03em;line-height:1.05}.hero__content p{margin:0 auto 2rem;max-width:34rem;font-size:1.1rem;color:#ffffffe6}.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;max-width:42rem;margin:0 auto;width:100%}.hero__grid .btn{width:100%}.hero__grid .btn--primary{background:var(--hyundai-blue);border-color:var(--white)}@media (max-width: 640px){.hero__grid{grid-template-columns:1fr}.hero__top{flex-direction:column;align-items:flex-start}}.jump-overlap{position:relative;z-index:3;margin-top:-3.25rem;margin-bottom:-3.25rem}.jump-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.jump-card{background:var(--white);border:1px solid var(--grey-300);border-radius:var(--radius-card);padding:1.25rem 1.35rem;box-shadow:0 12px 36px #1c1b1b1f;display:flex;gap:1rem;align-items:flex-start;color:inherit;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.jump-card:hover{transform:translateY(-3px);border-color:var(--active-blue);box-shadow:0 16px 40px #1c1b1b24;text-decoration:none}.jump-card__icon{flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:8px;background:#00aad21f;color:var(--hyundai-blue);display:grid;place-items:center}.jump-card h3{margin:0 0 .2rem;font-size:1.05rem}.jump-card p{margin:0;color:var(--grey-600);font-size:.92rem}#process{padding-top:7.75rem}@media (max-width: 800px){.jump-overlap{margin-top:0;margin-bottom:0}.jump-cards{grid-template-columns:1fr;margin:1.5rem 0}#process{padding-top:4.5rem}}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2.5rem;counter-reset:step}.step{position:relative;padding:1.5rem 1.25rem;background:var(--white);border:1px solid var(--grey-300);border-radius:var(--radius-card);counter-increment:step;animation:fadeUp .7s ease both}.step:before{content:counter(step,decimal-leading-zero);display:block;font-size:.8rem;font-weight:700;letter-spacing:.08em;color:var(--active-blue);margin-bottom:.75rem}.step h3{margin:0 0 .5rem;font-size:1.1rem}.step p{margin:0;color:var(--grey-900);font-size:.95rem}@media (max-width: 900px){.steps{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.steps{grid-template-columns:1fr}}.cost-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.25rem}.cost-card{background:var(--white);border:1px solid var(--grey-300);border-radius:var(--radius-card);padding:1.75rem 1.5rem;text-align:center}.cost-card--accent{border-color:var(--hyundai-blue);box-shadow:0 0 0 1px var(--hyundai-blue)}.cost-card h3{margin:0 0 .35rem;font-size:1rem;color:var(--grey-600);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.cost-card .price{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--hyundai-blue);letter-spacing:-.03em;margin:.5rem 0}.cost-card p{margin:0;color:var(--grey-900);font-size:.92rem}.cost-card__cta{display:inline-block;margin-top:1rem;font-size:.85rem;font-weight:600;color:var(--hyundai-blue);text-decoration:underline;text-underline-offset:.15em;line-height:1.35}.cost-card__cta:hover{color:var(--hyundai-blue-hover)}.cost-note{margin-top:1rem;font-size:.85rem;color:var(--grey-600)}@media (max-width: 720px){.cost-grid{grid-template-columns:1fr}}.charger-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.25rem}.charger-card{position:relative;background:var(--white);border:1px solid var(--grey-300);border-radius:var(--radius-card);padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:transform .25s ease,box-shadow .25s ease}.charger-card--featured{border-color:var(--hyundai-blue);box-shadow:var(--shadow)}.charger-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.charger-card__ribbon{position:absolute;top:-.7rem;left:50%;transform:translate(-50%);background:var(--hyundai-blue);color:var(--white);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .75rem;border-radius:999px;white-space:nowrap}.charger-card__image{height:11rem;overflow:hidden;display:grid;place-items:center;background:var(--grey-100);border-radius:10px;padding:1rem}.charger-card__image img{max-height:9rem;max-width:100%;width:auto;height:auto;object-fit:contain}.charger-card h3{margin:0;font-size:1.25rem}.charger-features{margin:0;padding:.85rem 1rem;list-style:none;display:grid;gap:.45rem;background:var(--light-sand);border-radius:8px}.charger-features li{position:relative;padding-left:1.15rem;font-size:.92rem;color:var(--grey-900)}.charger-features li:before{content:"✓";position:absolute;left:0;top:0;color:var(--hyundai-blue);font-weight:700}.charger-compat p{margin:0 0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--grey-600)}.charger-meta{display:grid;gap:.85rem;width:100%}.spec-chips{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.spec-popout--chip{display:inline-flex;min-height:0}.spec-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .65rem;border:1px solid var(--grey-300);border-radius:999px;background:var(--grey-100);color:var(--grey-1000);font:inherit;font-size:.8rem;font-weight:600;line-height:1.2;cursor:pointer}.spec-chip:hover,.spec-chip[aria-expanded=true]{border-color:var(--hyundai-blue);color:var(--hyundai-blue)}.spec-chip__value{white-space:nowrap}.energy-logos{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.energy-logos img{width:2rem;height:2rem;border-radius:50%;object-fit:cover;background:var(--white);border:1px solid var(--grey-300)}.energy-logos--card img{width:1.75rem;height:1.75rem}.charger-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.5rem}.charger-card__footer .btn{min-width:7.5rem;flex-shrink:0}.charger-price{font-size:.85rem;color:var(--grey-600)}.charger-price strong{display:block;font-size:1.35rem;color:var(--grey-1000)}@media (max-width: 900px){.charger-grid{grid-template-columns:1fr}}.compare{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:2.25rem}.compare-card{position:relative;background:var(--white);border:1px solid var(--grey-300);border-radius:var(--radius-card);padding:1.75rem}.compare-card__open{display:inline-flex;align-items:center;gap:.35rem;margin:0 0 .75rem;padding:0;border:none;background:none;color:var(--hyundai-blue);font:inherit;font-size:.85rem;font-weight:700;text-decoration:underline;cursor:pointer}.compare-card__open:hover{opacity:.75}.compare-card h3{margin:0 0 .75rem;font-size:1.35rem}.compare-card p{margin:0 0 1rem;color:var(--grey-900)}.compare-card ul{margin:0;padding:0;list-style:none;display:grid;gap:.55rem}.compare-card li{padding-left:1.2rem;position:relative}.compare-card li:before{content:"→";position:absolute;left:0;color:var(--hyundai-blue);font-weight:700}@media (max-width: 720px){.compare{grid-template-columns:1fr}}.help-cta{background:var(--white);border:1px solid var(--grey-300);border-radius:var(--radius-panel);padding:clamp(1.75rem,4vw,3rem);text-align:center;box-shadow:var(--shadow);max-width:48rem;margin:0 auto}.help-cta h2{margin:0 0 .65rem;font-size:clamp(1.5rem,3vw,2rem)}.help-cta p{margin:0 auto 1.5rem;max-width:32rem;color:var(--grey-900)}.faq-list{margin-top:2rem;display:grid;gap:.75rem}.faq-item{border:1px solid var(--grey-300);border-radius:10px;background:var(--white);overflow:hidden}.faq-item summary{list-style:none;cursor:pointer;padding:1.1rem 1.25rem;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.35rem;font-weight:400;color:var(--hyundai-blue);transition:transform .2s ease}.faq-item[open] summary:after{content:"–"}.faq-item .faq-answer{padding:0 1.25rem 1.2rem;color:var(--grey-900);margin:0}.offer-list{margin-top:2rem;display:grid;gap:.75rem}.offer-item{border:1px solid var(--grey-300);border-radius:10px;background:var(--white);overflow:hidden}.offer-item summary{list-style:none;cursor:pointer;padding:1.1rem 1.25rem;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1rem}.offer-item summary::-webkit-details-marker{display:none}.offer-item summary:after{content:"+";margin-left:auto;font-size:1.35rem;font-weight:400;color:var(--hyundai-blue)}.offer-item[open] summary:after{content:"–"}.offer-item__model{font-weight:700;font-size:1.05rem;color:var(--grey-1000)}.offer-item__summary{color:var(--grey-600);font-size:.92rem}.offer-item__body{padding:0 1.25rem 1.2rem;color:var(--grey-900)}.offer-item__body p{margin:0;max-width:42rem;line-height:1.55}.site-footer{padding:2.5rem 0 2rem;background:var(--grey-1000);color:#ffffffbf;font-size:.9rem}.site-footer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem}.site-footer img{height:20px;width:auto;opacity:.95}.site-footer a{color:var(--white)}.site-footer nav{display:flex;flex-wrap:wrap;gap:1.25rem}.sticky-cta{position:fixed;right:1.25rem;bottom:1.25rem;z-index:40;box-shadow:0 10px 30px #002c5f59;animation:fadeUp .6s .8s ease both;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}body.modal-open .sticky-cta,.sticky-cta.is-hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(.75rem)}@media (max-width: 640px){.sticky-cta{left:1rem;right:1rem;bottom:1rem}.sticky-cta .btn{width:100%}}body.modal-open{overflow:hidden}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);display:grid;place-items:center;padding:1rem}.modal-overlay--nested{z-index:var(--z-modal-nested)}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.modal-panel{position:relative;z-index:1;display:flex;flex-direction:column;width:min(100%,980px);max-height:min(92vh,900px);overflow:hidden;background:var(--white);border-radius:var(--radius-panel);box-shadow:0 24px 80px #00000047;animation:fadeUp .25s ease both}.modal-panel__scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto}.modal-panel--wide{width:min(100%,980px)}.modal-panel--medium{width:min(100%,860px)}.modal-panel--compare{width:min(100%,56rem)}.modal-close{position:absolute;top:.85rem;right:calc(.85rem + 10px);z-index:5;width:2.5rem;height:2.5rem;border:1px solid var(--grey-300);border-radius:50%;background:var(--white);color:var(--grey-1000);font-size:1.5rem;line-height:1;cursor:pointer;box-shadow:0 4px 14px #00000014}.modal-close:hover{border-color:var(--hyundai-blue);color:var(--hyundai-blue)}.btn--block{width:100%}.modal-body{padding:var(--modal-pad-top) var(--modal-pad-x) var(--modal-pad-y)}.modal-stack{display:flex;flex-direction:column;gap:0;flex:1}.modal-badge{display:inline-block;width:fit-content;margin:0 0 .75rem;padding:.3rem .65rem;border-radius:999px;background:var(--grey-100);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--grey-900)}.modal-title{margin:0;padding-right:2.75rem;font-size:var(--modal-title-size);font-weight:700;line-height:1.2;color:var(--grey-1000)}.modal-price{margin:.4rem 0 0;font-size:1.5rem;font-weight:700;color:var(--grey-1000)}.modal-lead,.modal-copy{margin:.65rem 0 0;color:var(--grey-900);line-height:1.55}.modal-lead{margin-bottom:1.25rem}.modal-subtitle{margin:1.35rem 0 .65rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--grey-600)}.modal-list{margin:.35rem 0 0;padding-left:1.2rem;color:var(--grey-900)}.modal-list li{margin-bottom:.4rem}.modal-list li:last-child{margin-bottom:0}.modal-actions{margin-top:5px;padding:1.5rem var(--modal-pad-x) var(--modal-pad-y);border-top:1px solid var(--grey-300)}.modal-split{display:grid;grid-template-columns:1fr 1fr;min-height:28rem;align-items:stretch}.modal-split--lead{grid-template-columns:.9fr 1.1fr}.modal-split__media,.modal-split__aside{background:var(--modal-media-bg);display:grid;place-items:center;padding:var(--modal-pad-y) var(--modal-pad-x);min-height:100%}.modal-split__aside{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;place-items:unset;background:var(--light-sand);border-right:1px solid var(--grey-300)}.modal-split__media img{max-width:100%;max-height:26rem;object-fit:contain}.modal-split__thumb{width:100%;margin:.75rem 0 1rem;height:10rem;display:grid;place-items:center;background:var(--white);border-radius:10px;padding:.75rem}.modal-split__thumb img{max-height:100%;object-fit:contain}.modal-split__body{display:flex;flex-direction:column;min-height:100%;padding:0;overflow-x:hidden}.modal-split__body>.modal-stack{padding:var(--modal-pad-top) var(--modal-pad-x) 0}.modal-split__body>.lead-form>.modal-stack,.modal-split__body.lead-form>.modal-stack{padding:var(--modal-pad-top) var(--modal-pad-x) 0}.modal-split__body.lead-form{padding:0}.feature-list{margin:0;padding:0;list-style:none;display:grid;gap:.75rem}.feature-list li{display:grid;gap:.2rem;padding-left:1.35rem;position:relative}.feature-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--hyundai-blue);font-weight:700}.feature-list span{color:var(--grey-900);font-size:.92rem}.config-options{display:grid;gap:1rem}.config-label{margin:0 0 .5rem;font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--grey-900)}.swatch-row,.choice-row{display:flex;flex-wrap:wrap;gap:.55rem}.swatch{width:2rem;height:2rem;border-radius:50%;border:2px solid var(--grey-300);cursor:pointer;padding:0}.swatch.is-active{outline:2px solid var(--hyundai-blue);outline-offset:2px;border-color:var(--white)}.choice-pill{border:1px solid var(--grey-300);background:var(--white);color:var(--grey-1000);border-radius:999px;padding:.55rem .9rem;font-size:.85rem;font-weight:600;cursor:pointer}.choice-pill.is-active{background:var(--hyundai-blue);border-color:var(--hyundai-blue);color:var(--white)}.lead-options{margin:1rem 0 0;padding:0;list-style:none;display:grid;gap:.4rem;font-size:.95rem}.lead-form{gap:0}.form-field{display:grid;gap:.4rem;margin-bottom:var(--modal-gap)}.form-field:last-of-type{margin-bottom:0}.form-field label{font-size:.9rem;font-weight:600}.form-field input{height:3.25rem;border:2px solid var(--grey-300);border-radius:var(--radius);padding:0 .9rem;font:inherit;color:var(--grey-1000)}.form-field input:focus{outline:none;border-color:var(--hyundai-blue)}.form-legal,.form-check,.form-status{margin:var(--modal-gap) 0 0}.form-legal{font-size:.82rem;color:var(--grey-900);line-height:1.45}.form-check{display:flex;gap:.65rem;align-items:flex-start;font-size:.88rem;color:var(--grey-900)}.form-check input{margin-top:.2rem;width:1.1rem;height:1.1rem;accent-color:var(--hyundai-blue)}.form-status{font-size:.88rem;color:var(--grey-600)}.form-status.is-error{color:#c62828}.form-status.is-success{color:#1b5e20}.comparison-table-wrap{overflow-x:auto;border:1px solid var(--grey-300);border-radius:8px}.comparison-table{width:100%;min-width:640px;border-collapse:collapse;text-align:left;font-size:.875rem}.comparison-table thead tr{background:var(--light-sand)}.comparison-table th,.comparison-table td{padding:.75rem;border-bottom:1px solid var(--grey-300);vertical-align:top}.comparison-table thead th{font-weight:700;min-width:140px}.comparison-table tbody th{font-weight:600;color:var(--grey-900);background:var(--white);min-width:11rem}.tethered-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.25rem 0 .25rem}.tethered-compare-card{text-align:center}.tethered-compare-card p{margin:.35rem 0 0;font-size:.85rem;font-weight:700}.tethered-compare-card strong{font-size:.9rem;font-weight:500;color:var(--grey-600)}.tethered-compare-media{display:flex;align-items:center;justify-content:center;min-height:160px;padding:.75rem;background:var(--modal-media-bg);border:1px solid var(--grey-300);border-radius:8px}.tethered-compare-media img{max-height:140px;width:auto;object-fit:contain}@media (max-width: 800px){.modal-split,.modal-split--lead{grid-template-columns:1fr}.modal-split__media{min-height:14rem}.modal-split__aside{border-right:0;border-bottom:1px solid var(--grey-300)}.modal-body{--modal-pad-x: 1.5rem;padding:var(--modal-pad-top) var(--modal-pad-x) var(--modal-pad-y)}.modal-split__body>.modal-stack,.modal-split__body.lead-form>.modal-stack{--modal-pad-x: 1.5rem;padding:var(--modal-pad-top) var(--modal-pad-x) 0}.modal-actions{--modal-pad-x: 1.5rem}}@media (max-width: 640px){.tethered-compare-grid{grid-template-columns:1fr}}.compare-trigger-line{margin:1rem 0 0;color:var(--grey-900)}.text-link{padding:0;border:none;background:none;color:var(--hyundai-blue);font:inherit;font-weight:700;text-decoration:underline;cursor:pointer}.text-link:hover{opacity:.75}.charger-specs{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;width:100%}.spec-popout{position:relative;display:flex;min-height:100%}.spec-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;width:100%;min-height:5.25rem;padding:.65rem .35rem;text-align:center;background:var(--grey-100);border:1px solid var(--grey-300);border-radius:var(--radius);color:var(--grey-1000);cursor:pointer;font:inherit;box-sizing:border-box}.spec-tile:hover,.spec-tile[aria-expanded=true]{border-color:var(--hyundai-blue)}.spec-tile__icon{color:var(--hyundai-blue);display:grid;place-items:center}.spec-tile__value{font-size:.8rem;font-weight:700}.spec-tile__label{display:inline-flex;align-items:center;justify-content:center;gap:.2rem;min-height:2.1em;max-width:100%;font-size:.6rem;letter-spacing:.05em;text-transform:uppercase;color:var(--grey-600);line-height:1.2}.spec-tile__hint{display:inline-grid;place-items:center;flex-shrink:0;box-sizing:border-box;width:14px;height:14px;min-width:14px;min-height:14px;border-radius:50%;border:1px solid currentColor;font-size:9px;font-weight:700;font-style:normal;line-height:1;text-transform:lowercase}.spec-popout__panel{position:fixed;z-index:var(--z-flyout);transform:translate(-50%);width:20rem;max-width:min(20rem,calc(100vw - 2rem));padding:1rem;background:var(--white);border:1px solid var(--grey-300);border-radius:8px;box-shadow:0 12px 30px #00000024;font-size:.8125rem;line-height:1.5;color:var(--grey-900);text-align:left}.spec-explainer p{margin:0 0 .65rem}.spec-explainer p:last-child{margin-bottom:0}.spec-explainer__ratings{display:grid;gap:.45rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--grey-300)}.spec-explainer__ratings p{margin:0;color:var(--grey-600)}.spec-explainer__ratings .is-current{color:var(--grey-1000)}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes heroZoom{0%{transform:scale(1.08)}to{transform:scale(1)}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
