.phev-calc-container {
max-width: 640px;
margin: 0 auto;
padding: 40px 30px;
background: #000;
border-radius: 12px;
color: #fff;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
text-align: center;
font-family: futura-pt-bold, sans-serif;
box-sizing: border-box;
} .phev-input-label {
display: block;
font-weight: bold;
font-size: 1.05em;
margin-bottom: 10px;
text-align: left;
font-family: futura-pt-bold, sans-serif;
}
.phev-label-hint {
display: block;
font-size: 0.75em;
color: #aaa;
font-weight: normal;
margin-top: 3px;
} .phev-calc-container .phev-unit-badge {
display: inline-block !important;
background: #d0202e !important;
color: #fff !important;
font-size: 0.7em !important;
font-weight: bold !important;
padding: 2px 8px !important;
border-radius: 999px !important;
vertical-align: middle !important;
margin-left: 6px !important;
letter-spacing: 0.05em !important;
line-height: 1.5 !important;
font-family: futura-pt-bold, sans-serif;
} .phev-calc-container input[type="number"] {
width: 100%;
padding: 15px;
font-size: 1em;
background: #222;
border: none;
color: #fff;
border-radius: 6px;
margin-bottom: 14px;
box-sizing: border-box;
font-family: futura-pt-bold, sans-serif;
}
.phev-calc-container input[type="number"]::placeholder {
color: rgba(255,255,255,0.6);
} .phev-unit-toggle {
display: flex;
justify-content: space-between;
margin-bottom: 28px;
gap: 10px;
flex-wrap: wrap;
}
.phev-unit-btn {
flex: 1 1 30%;
padding: 12px;
background: #111;
color: #fff;
border: 2px solid #d0202e;
font-weight: bold;
font-size: 0.95em;
border-radius: 8px;
cursor: pointer;
transition: background 0.2s ease;
font-family: futura-pt-bold, sans-serif;
}
.phev-unit-btn:hover,
.phev-unit-btn.active {
background: #d0202e;
color: #fff;
} .phev-trip-toggle {
display: flex;
justify-content: space-between;
margin-bottom: 28px;
gap: 10px;
flex-wrap: wrap;
}
.phev-trip-btn {
flex: 1 1 30%;
padding: 12px 8px;
background: #111;
color: #fff;
border: 2px solid #444;
font-weight: bold;
font-size: 0.85em;
border-radius: 8px;
cursor: pointer;
transition: background 0.2s ease, border-color 0.2s ease;
font-family: futura-pt-bold, sans-serif;
line-height: 1.3;
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
}
.phev-trip-btn span {
font-size: 0.78em;
color: #aaa;
font-weight: normal;
}
.phev-trip-btn:hover,
.phev-trip-btn.active {
background: #1a1a1a;
border-color: #d0202e;
}
.phev-trip-btn.active span {
color: #d0202e;
} #phev_calculate_btn {
width: 100%;
background: #d0202e;
color: #fff;
padding: 16px;
font-size: 1.1em;
font-weight: bold;
border: none;
border-radius: 8px;
cursor: pointer;
margin-bottom: 28px;
transition: background 0.2s ease;
font-family: futura-pt-bold, sans-serif;
letter-spacing: 0.03em;
}
#phev_calculate_btn:hover {
background: #a0001e;
} .phev-results {
text-align: center;
} .phev-years-wrap {
background: #111;
border-radius: 10px;
padding: 18px 20px 14px;
margin-bottom: 14px;
text-align: left;
}
.phev-years-header {
display: flex;
justify-content: space-between;
align-items: baseline;
margin-bottom: 12px;
}
.phev-years-label {
font-size: 0.85em;
color: #aaa;
font-family: futura-pt-bold, sans-serif;
text-transform: uppercase;
letter-spacing: 0.07em;
}
.phev-years-value {
font-size: 1.1em;
font-weight: bold;
color: #d0202e;
font-family: futura-pt-bold, sans-serif;
}
.phev-slider {
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 4px;
border-radius: 2px;
background: linear-gradient(to right, #d0202e 0%, #d0202e var(--slider-pct, 50%), #333 var(--slider-pct, 50%), #333 100%);
outline: none;
cursor: pointer;
margin-bottom: 8px;
}
.phev-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 22px;
height: 22px;
border-radius: 50%;
background: #fff;
box-shadow: 0 2px 8px rgba(0,0,0,0.4);
cursor: pointer;
transition: transform 0.15s;
}
.phev-slider::-webkit-slider-thumb:hover {
transform: scale(1.15);
}
.phev-slider::-moz-range-thumb {
width: 22px;
height: 22px;
border-radius: 50%;
background: #fff;
box-shadow: 0 2px 8px rgba(0,0,0,0.4);
cursor: pointer;
border: none;
}
.phev-slider-ticks {
display: flex;
justify-content: space-between;
font-size: 0.7em;
color: #555;
font-family: futura-pt-bold, sans-serif;
padding: 0 10px;
margin-top: 4px;
}
.phev-slider-ticks span {
flex: 1;
text-align: center;
}
.phev-slider-ticks span:first-child { text-align: left; }
.phev-slider-ticks span:last-child  { text-align: right; } .phev-headline {
background: #111;
border-radius: 10px;
padding: 28px 24px 22px;
margin-bottom: 16px;
}
.phev-headline-label {
font-size: 1em;
color: #ccc;
margin: 0 0 8px;
font-family: futura-pt-bold, sans-serif;
}
.phev-accent {
color: #d0202e;
font-weight: bold;
}
.phev-headline-amount {
font-size: 3em;
font-weight: bold;
color: #fff;
line-height: 1;
margin: 0 0 10px;
animation: phevFadeIn 0.4s ease-in-out;
font-family: futura-pt-bold, sans-serif;
}
.phev-headline-amount.is-negative {
color: #ff6b6b;
}
.phev-headline-sub {
font-size: 0.85em;
color: #aaa;
margin: 0;
font-family: futura-pt-bold, sans-serif;
} .phev-breakdown-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
margin-bottom: 16px;
} .phev-breakdown-grid.phev-cols-1 { grid-template-columns: 1fr; }
.phev-breakdown-grid.phev-cols-2 { grid-template-columns: repeat(2, 1fr); }
.phev-breakdown-grid.phev-cols-3 { grid-template-columns: repeat(3, 1fr); } @media (max-width: 480px) {
.phev-breakdown-grid,
.phev-breakdown-grid.phev-cols-3 {
grid-template-columns: 1fr;
}
.phev-breakdown-card {
padding: 14px 8px;
}
}
@media (max-width: 360px) {
.phev-breakdown-grid.phev-cols-2 {
grid-template-columns: 1fr;
}
}
.phev-breakdown-card {
background: #111;
border-radius: 10px;
padding: 18px 14px;
text-align: center;
transition: opacity 0.2s;
}
.phev-breakdown-card.is-excluded {
opacity: 0.4;
}
.phev-card-icon {
font-size: 1.4em;
margin-bottom: 6px;
}
.phev-card-label {
font-size: 0.75em;
color: #888;
text-transform: uppercase;
letter-spacing: 0.08em;
margin-bottom: 8px;
font-family: futura-pt-bold, sans-serif;
}
.phev-card-amount {
font-size: 1.25em;
font-weight: bold;
color: #fff;
margin-bottom: 4px;
font-family: futura-pt-bold, sans-serif;
}
.phev-card-amount.is-negative {
color: #ff6b6b;
}
.phev-card-sub {
font-size: 0.72em;
color: #777;
font-family: futura-pt-bold, sans-serif;
} .phev-disclaimer {
font-size: 0.72em;
color: #555;
margin: 0;
font-family: futura-pt-bold, sans-serif;
} @keyframes phevFadeIn {
from { opacity: 0; transform: translateY(6px); }
to   { opacity: 1; transform: translateY(0); }
}.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible;-webkit-tap-highlight-color:transparent}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}sr7-col-bg.sr7-img-col-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.sr7-layer[data-subtype=slidebg],sr7bg{pointer-events:none}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:block}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}@-moz-document url-prefix(){sr7-slide.sr7-staticslide{transform:scale(1)}}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}.sr7-layer .materical-icons,sr7-module .material-icons,sr7-txt .material-icons{font-size:inherit;vertical-align:top;line-height:inherit}#sr-announcer{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}