:root{
 --navy:#071d3a;--navy2:#0b2f60;--blue:#1769e8;--green:#28b84f;--red:#e82924;
 --text:#10203a;--muted:#66768d;--border:#e2e8f0;--soft:#f5f8fc;--white:#fff;
 --shadow:0 12px 32px rgba(8,29,58,.09)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #edf1f5}.nav-wrap{min-height:78px;display:flex;align-items:center;gap:25px}.brand{display:flex;align-items:center;gap:10px;margin-right:auto}.logo-mark{width:47px;height:47px;border-radius:13px;display:grid;place-items:center;background:#eef5ff;font-size:25px}.brand-name{font-size:28px;font-weight:850;letter-spacing:-1.2px}.brand-name span{color:var(--green)}.brand-tag{font-size:9px;font-weight:800;letter-spacing:1.4px;color:#145ec6}.main-nav{display:flex;gap:24px;font-size:14px;font-weight:650}.main-nav a:hover{color:var(--blue)}.nav-cta{white-space:nowrap}.menu-btn{display:none;border:0;background:transparent;font-size:28px}
.btn{border:0;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;padding:12px 22px;font-weight:750;cursor:pointer}.btn-primary{background:var(--blue);color:#fff}.btn-green{background:var(--green);color:#fff}.btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.55)}.btn-large{padding:15px 27px;min-width:180px}
.hero{color:#fff;background:radial-gradient(circle at 80% 40%,rgba(40,184,79,.16),transparent 30%),linear-gradient(125deg,#06172f,#0b356c)}.hero-grid{min-height:580px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:55px;padding:55px 0}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:850;color:#86baff}.eyebrow.dark{color:var(--blue)}.hero h1{font-size:52px;line-height:1.08;letter-spacing:-2px;margin:10px 0 18px}.hero h1 span{color:var(--green)}.hero-text{font-size:18px;color:#d4e1f1;line-height:1.65;max-width:690px}.hero-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:26px 0;color:#edf5ff;font-size:14px}.hero-actions{display:flex;gap:14px;margin-top:30px}
.hero-card{background:#fff;color:var(--text);border-radius:18px;padding:20px;box-shadow:0 30px 60px rgba(0,0,0,.24)}.hero-card-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:1px solid var(--border)}.hero-card-top span{color:var(--muted);font-size:12px}.price-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:14px 0}.price-cards>div{background:var(--soft);border-radius:10px;padding:10px}.price-cards small{display:block;color:var(--muted);font-size:9px}.price-cards strong{font-size:18px}.sample-row{display:grid;grid-template-columns:1.4fr repeat(4,.7fr);gap:5px;align-items:center;padding:11px 2px;border-top:1px solid #edf1f5;font-size:12px}.sample-row small{display:block;color:var(--muted)}.lower{color:var(--red)!important;font-weight:800}.good{color:var(--green)}
.section{padding:78px 0}.soft{background:var(--soft)}.section-heading{text-align:center;max-width:750px;margin:0 auto 36px}.section-heading h2{font-size:38px;letter-spacing:-1.3px;margin:8px 0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-card,.step{background:#fff;border:1px solid var(--border);border-radius:14px;padding:24px;box-shadow:0 6px 18px rgba(9,35,70,.04)}.feature-icon{font-size:31px}.feature-card h3,.step h3{margin:13px 0 8px}.feature-card p,.step p{color:var(--muted);line-height:1.55;font-size:14px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:white;font-weight:800}
footer{background:#04162d;color:#bfcddd;padding:24px 0}.footer-wrap{display:flex;justify-content:space-between;gap:20px;font-size:13px}
.app-body{background:var(--soft)}.app-shell{min-height:100vh;display:grid;grid-template-columns:245px 1fr}.sidebar{background:var(--navy);color:#dce8f5;padding:20px 14px;position:sticky;top:0;height:100vh}.app-brand{color:white;margin:2px 8px 28px}.app-brand .logo-mark{background:rgba(255,255,255,.1)}.app-brand .brand-name{font-size:23px}.app-brand .brand-tag{color:#75aaf2}.side-nav{display:grid;gap:7px}.side-nav a{padding:13px 14px;border-radius:9px;font-size:14px;font-weight:650}.side-nav a:hover,.side-nav a.active{background:#123764;color:#fff}.app-main{padding:26px;min-width:0}.app-topbar{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}.app-topbar h1{margin:0 0 4px;font-size:30px}.app-topbar p{margin:0;color:var(--muted)}.sidebar-toggle{display:none;border:0;background:#fff;border-radius:8px;padding:9px 12px;font-size:20px;box-shadow:var(--shadow)}
.panel{background:#fff;border:1px solid var(--border);border-radius:14px;padding:22px;margin-bottom:20px;box-shadow:0 4px 16px rgba(9,35,70,.04)}.setup-panel{display:flex;gap:14px;align-items:end}.field{display:flex;flex-direction:column;gap:7px}.field.grow{flex:1}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:800;color:#42516a}.field input,.field select,.table-toolbar select{height:43px;border:1px solid #ccd6e2;border-radius:8px;padding:0 12px;background:#fff;color:var(--text);font:inherit}.table-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:14px}.table-toolbar h2,.panel h2{margin:0 0 5px}.table-toolbar p{margin:0;color:var(--muted);font-size:13px}.status-pill{background:#eaf3ff;color:#1261d8;padding:6px 10px;border-radius:20px;font-size:11px;font-weight:800}.table-wrap{overflow:auto}.price-table{width:100%;border-collapse:collapse;min-width:760px}.price-table th,.price-table td{text-align:left;padding:14px 12px;border-bottom:1px solid #e9eef4;font-size:14px}.price-table th{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#65748b;background:#f8fafc}.price-table td small{display:block;color:var(--muted);margin-top:4px}.my-station{background:#eef6ff}.hint{font-size:12px;color:var(--muted);margin:14px 0 0}
.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:20px}.summary-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px}.summary-card small,.summary-card span{display:block;color:var(--muted)}.summary-card strong{display:block;font-size:29px;margin:7px 0}.summary-card.recommended{border:2px solid rgba(40,184,79,.45);background:#f6fff8}
.notification-head{display:flex;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid var(--border);padding-bottom:16px}.notification-head h2{margin:0}.notification-head p{margin:6px 0 0;color:var(--muted)}.switch{position:relative;width:52px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;inset:0;background:#c8d0db;border-radius:20px;cursor:pointer}.slider:before{content:"";position:absolute;width:22px;height:22px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s}.switch input:checked+.slider{background:var(--green)}.switch input:checked+.slider:before{transform:translateX(24px)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:20px 0}.subheading{font-size:14px;margin:22px 0 10px}.check-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.check-card{border:1px solid var(--border);border-radius:9px;padding:12px;background:#fff;font-size:13px;font-weight:650}.station-select-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.station-select-list label{display:flex;gap:10px;align-items:center;border:1px solid var(--border);border-radius:9px;padding:12px}.station-select-list span{display:flex;flex-direction:column}.station-select-list small{color:var(--muted);margin-top:2px}.alert-rule{background:#f6f9fd;border-left:4px solid var(--blue);padding:14px 16px;margin:20px 0}.alert-rule p{margin:5px 0 0;color:var(--muted);font-size:13px}.save-message{margin-top:12px;color:var(--green);font-weight:700;font-size:13px}.alert-preview{display:flex;gap:15px;align-items:flex-start;background:#f8fafc;border-radius:11px;padding:17px}.alert-icon{font-size:27px}.alert-preview p{margin:5px 0;color:var(--muted)}.alert-preview small{color:#8a97a9}.empty-state{text-align:center;padding:50px 20px;color:var(--muted)}.empty-state>div{font-size:42px}.empty-state h3{color:var(--text);margin-bottom:6px}
@media(max-width:1000px){
 .main-nav,.nav-cta{display:none}.menu-btn{display:block}.main-nav.open{display:flex;position:absolute;top:78px;left:0;right:0;background:#fff;flex-direction:column;padding:20px 4%;box-shadow:var(--shadow)}
 .hero-grid{grid-template-columns:1fr;padding:55px 0}.hero-copy{text-align:center}.hero-points{max-width:650px;margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-card{max-width:620px;margin:auto}
 .feature-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}
 .app-shell{grid-template-columns:1fr}.sidebar{position:fixed;left:-270px;top:0;width:245px;z-index:60;transition:.2s}.sidebar.open{left:0}.sidebar-toggle{display:block}
 .summary-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
 .brand-name{font-size:23px}.brand-tag{font-size:8px}.logo-mark{width:40px;height:40px}.hero h1{font-size:39px}.hero-text{font-size:16px}.hero-points{grid-template-columns:1fr}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-card{padding:14px}.price-cards{grid-template-columns:1fr 1fr}.sample-row{grid-template-columns:1.3fr repeat(4,.8fr);font-size:10px;overflow:auto}
 .feature-grid,.steps-grid,.summary-grid,.check-grid,.station-select-list,.form-grid{grid-template-columns:1fr}.app-main{padding:16px}.setup-panel{flex-direction:column;align-items:stretch}.field.grow{width:100%}.table-toolbar{flex-direction:column}.panel{padding:16px}.app-topbar h1{font-size:25px}.notification-head{align-items:flex-start}.footer-wrap{flex-direction:column;text-align:center}
}

/* Clickable sortable table headers */
.price-table th.sortable{
  cursor:pointer;
  user-select:none;
  white-space:nowrap;
}
.price-table th.sortable:hover{
  background:#eef4fb;
  color:#1769e8;
}
.sort-arrow{
  display:inline-block;
  margin-left:5px;
  font-size:12px;
  font-weight:900;
}

/* =========================================================
   GasPriceIQ NEW LANDING PAGE
   Matches the current index.html while preserving app pages.
   ========================================================= */

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:#fff;
  border-bottom:1px solid #edf1f5;
  min-height:82px;
  display:flex;
  align-items:center;
  gap:28px;
  padding:12px max(4%, calc((100vw - 1180px)/2));
}

.site-header > .brand{
  margin-right:auto;
  flex-shrink:0;
}

.site-header .main-nav{
  display:flex;
  align-items:center;
  gap:30px;
}

.site-header .main-nav a{
  color:var(--text);
  font-size:14px;
  font-weight:700;
}

.site-header .main-nav a:hover{
  color:var(--blue);
}

.brand-tag{
  font-size:9px;
  font-weight:800;
  letter-spacing:1.35px;
  color:#145ec6;
  line-height:1.2;
  margin-top:2px;
}

/* Hero */
.hero{
  color:#fff;
  background:
    radial-gradient(circle at 78% 42%, rgba(40,184,79,.14), transparent 29%),
    linear-gradient(125deg,#06172f,#0b356c);
  padding:62px max(4%, calc((100vw - 1180px)/2));
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);
  gap:58px;
  align-items:center;
}

.hero-copy{
  min-width:0;
}

.hero .eyebrow{
  margin:0 0 12px;
  font-size:12px;
  letter-spacing:1.8px;
  font-weight:850;
  color:#86baff;
}

.hero h1{
  font-size:54px;
  line-height:1.06;
  letter-spacing:-2.2px;
  margin:0 0 20px;
}

.hero h1 span{
  color:var(--green);
}

.hero-copy > p:not(.eyebrow):not(.hero-note){
  font-size:18px;
  color:#d4e1f1;
  line-height:1.65;
  max-width:650px;
  margin:0 0 28px;
}

.hero-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  background:var(--green);
  color:#fff;
  border-radius:11px;
  min-height:60px;
  padding:0 27px;
  font-size:17px;
  font-weight:850;
  letter-spacing:.2px;
  box-shadow:0 14px 30px rgba(40,184,79,.22);
  transition:transform .15s ease, box-shadow .15s ease;
}

.hero-cta:hover{
  transform:translateY(-1px);
  box-shadow:0 17px 34px rgba(40,184,79,.28);
}

.hero-note{
  margin:14px 0 0;
  color:#aec0d6;
  font-size:13px;
}

/* Snapshot card in the new homepage */
.hero .hero-card{
  background:#fff;
  color:var(--text);
  border-radius:18px;
  padding:22px;
  box-shadow:0 30px 60px rgba(0,0,0,.24);
  width:100%;
  overflow:hidden;
}

.hero .hero-card-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  padding-bottom:14px;
  border-bottom:1px solid var(--border);
}

.hero .hero-card-top > span:first-child{
  color:var(--muted);
  font-size:12px;
  font-weight:800;
  letter-spacing:.5px;
}

.hero .hero-card .status-pill{
  background:#eaf3ff;
  color:#1261d8;
  padding:6px 10px;
  border-radius:20px;
  font-size:11px;
  font-weight:800;
}

.hero .hero-card .sample-row{
  display:grid;
  grid-template-columns:1.2fr .8fr .9fr;
  gap:12px;
  align-items:center;
  padding:14px 4px;
  border-top:1px solid #edf1f5;
  font-size:13px;
}

.hero .hero-card .sample-row:first-of-type{
  border-top:0;
}

.hero .hero-card .sample-head{
  color:#65748b;
  text-transform:uppercase;
  letter-spacing:.45px;
  font-size:10px;
  font-weight:800;
  padding-top:16px;
}

.hero .hero-card .sample-row b,
.hero .hero-card .sample-row strong{
  font-size:15px;
}

/* Four benefit tiles */
.feature-strip{
  width:min(1180px,92%);
  margin:0 auto;
  padding:64px 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.feature-strip article{
  text-align:center;
  padding:14px 28px;
  border-right:1px solid var(--border);
}

.feature-strip article:last-child{
  border-right:0;
}

.feature-strip .feature-icon{
  width:68px;
  height:68px;
  margin:0 auto 15px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#eef5ff;
  font-size:31px;
}

.feature-strip article:nth-child(1) .feature-icon{background:#eefaf2;}
.feature-strip article:nth-child(3) .feature-icon{background:#fff6e9;}
.feature-strip article:nth-child(4) .feature-icon{background:#f5efff;}

.feature-strip h3{
  margin:0 0 8px;
  font-size:18px;
}

.feature-strip p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
  font-size:14px;
}

/* How it works */
.how-it-works{
  background:linear-gradient(180deg,#f3f8ff,#eef6ff);
  padding:68px max(4%, calc((100vw - 1180px)/2));
}

.how-it-works .section-heading,
.about-section .section-heading{
  text-align:center;
  max-width:760px;
  margin:0 auto 38px;
}

.how-it-works .section-heading h2,
.about-section .section-heading h2{
  font-size:38px;
  letter-spacing:-1.2px;
  margin:0 0 10px;
}

.how-it-works .section-heading p,
.about-section .section-heading p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}

.steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.step-card{
  position:relative;
  background:#fff;
  border:1px solid var(--border);
  border-radius:15px;
  padding:28px 24px 25px;
  text-align:center;
  box-shadow:0 7px 22px rgba(9,35,70,.05);
}

.step-number{
  width:36px;
  height:36px;
  margin:0 auto 14px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  font-weight:850;
}

.step-card h3{
  margin:0 0 8px;
  font-size:18px;
}

.step-card p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
  font-size:14px;
}

/* About */
.about-section{
  padding:65px max(4%, calc((100vw - 1180px)/2));
}

/* New landing footer */
.site-footer{
  background:#04162d;
  color:#bfcddd;
  padding:28px max(4%, calc((100vw - 1180px)/2));
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:24px;
  align-items:center;
}

.site-footer .footer-brand{
  color:#fff;
  margin:0;
}

.site-footer .footer-brand .logo-mark{
  background:rgba(255,255,255,.1);
}

.site-footer .footer-brand .brand-name{
  font-size:21px;
}

.site-footer .footer-brand .brand-tag{
  color:#75aaf2;
}

.site-footer p{
  margin:0;
  font-size:13px;
}

.site-footer p:nth-of-type(1){
  text-align:center;
}

.site-footer p:nth-of-type(2){
  text-align:right;
}

/* Responsive landing page */
@media(max-width:1000px){
  .site-header{
    min-height:76px;
  }

  .site-header .main-nav{
    display:none;
    position:absolute;
    top:76px;
    left:0;
    right:0;
    background:#fff;
    flex-direction:column;
    align-items:flex-start;
    padding:18px 4%;
    box-shadow:var(--shadow);
  }

  .site-header .main-nav.open{
    display:flex;
  }

  .site-header .menu-btn{
    display:block;
  }

  .hero{
    grid-template-columns:1fr;
    gap:38px;
    text-align:center;
    padding-top:50px;
    padding-bottom:50px;
  }

  .hero-copy > p:not(.eyebrow):not(.hero-note){
    margin-left:auto;
    margin-right:auto;
  }

  .hero .hero-card{
    max-width:650px;
    margin:0 auto;
    text-align:left;
  }

  .feature-strip{
    grid-template-columns:repeat(2,1fr);
    gap:0;
  }

  .feature-strip article{
    border-right:0;
    border-bottom:1px solid var(--border);
    padding:28px 24px;
  }

  .feature-strip article:nth-last-child(-n+2){
    border-bottom:0;
  }

  .steps{
    grid-template-columns:1fr;
    max-width:700px;
    margin:0 auto;
  }

  .site-footer{
    grid-template-columns:1fr;
    text-align:center;
  }

  .site-footer .footer-brand{
    justify-self:center;
  }

  .site-footer p:nth-of-type(1),
  .site-footer p:nth-of-type(2){
    text-align:center;
  }
}

@media(max-width:650px){
  .site-header{
    padding-left:4%;
    padding-right:4%;
  }

  .site-header > .brand{
    min-width:0;
  }

  .site-header .brand-name{
    font-size:22px;
  }

  .site-header .brand-tag{
    font-size:7px;
    letter-spacing:.9px;
  }

  .hero{
    padding-left:4%;
    padding-right:4%;
  }

  .hero h1{
    font-size:39px;
    letter-spacing:-1.4px;
  }

  .hero-copy > p:not(.eyebrow):not(.hero-note){
    font-size:16px;
  }

  .hero-cta{
    width:100%;
    min-height:58px;
    padding:0 16px;
    font-size:15px;
  }

  .hero .hero-card{
    padding:15px;
  }

  .hero .hero-card .sample-row{
    grid-template-columns:1.05fr .8fr .95fr;
    gap:7px;
    font-size:11px;
  }

  .hero .hero-card .sample-row b,
  .hero .hero-card .sample-row strong{
    font-size:12px;
  }

  .feature-strip{
    grid-template-columns:1fr;
    padding:30px 0;
  }

  .feature-strip article,
  .feature-strip article:nth-last-child(-n+2){
    border-bottom:1px solid var(--border);
  }

  .feature-strip article:last-child{
    border-bottom:0;
  }

  .how-it-works,
  .about-section{
    padding-left:4%;
    padding-right:4%;
  }

  .how-it-works .section-heading h2,
  .about-section .section-heading h2{
    font-size:30px;
  }
}


/* Hero image replaces the Local Price Snapshot card */
.hero-image-wrap{
  width:100%;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 30px 60px rgba(0,0,0,.24);
  min-height:390px;
  background:#dce7f2;
}
.hero-image-wrap img{
  display:block;
  width:100%;
  height:100%;
  min-height:390px;
  object-fit:cover;
}
@media(max-width:1000px){
  .hero-image-wrap{
    max-width:700px;
    margin:0 auto;
    min-height:340px;
  }
  .hero-image-wrap img{
    min-height:340px;
  }
}
@media(max-width:650px){
  .hero-image-wrap,
  .hero-image-wrap img{
    min-height:260px;
  }
}


/* =========================================================
   MOCKUP-MATCH HERO OVERRIDES
   White/light hero with image flowing in from the right.
   ========================================================= */
.hero{
  position:relative;
  overflow:hidden;
  min-height:610px;
  color:#0b2342;
  background:#fff;
  padding:58px 0 45px max(4%, calc((100vw - 1180px)/2));
  display:grid;
  grid-template-columns:minmax(0,52%) minmax(0,48%);
  gap:0;
  align-items:center;
}

.hero-copy{
  position:relative;
  z-index:3;
  padding-right:34px;
}

.hero .eyebrow{
  color:#1769e8;
  margin-bottom:14px;
}

.hero h1{
  color:#092849;
  font-size:54px;
  line-height:1.08;
  letter-spacing:-2px;
  margin:0 0 24px;
}

.hero h1 span{
  color:#0aa143;
}

.hero-copy > p:not(.eyebrow):not(.hero-note){
  color:#314766;
  font-size:18px;
  line-height:1.65;
  max-width:620px;
  margin:0 0 30px;
}

.hero-cta{
  background:#079c3a;
  color:#fff;
  min-width:390px;
  min-height:68px;
  border-radius:11px;
  font-size:18px;
  box-shadow:0 13px 27px rgba(7,156,58,.25);
}

.hero-note{
  color:#56667c;
  font-size:14px;
  margin-top:16px;
}

.hero-image-wrap{
  position:relative;
  align-self:stretch;
  width:100%;
  min-height:610px;
  border-radius:0;
  overflow:hidden;
  box-shadow:none;
  background:#eef4fa;
}

.hero-image-wrap img{
  display:block;
  width:100%;
  height:100%;
  min-height:610px;
  object-fit:cover;
  object-position:center center;
}

/* Soft white fade between the copy and photograph, like the mockup. */
.hero-image-wrap::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:34%;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.88) 22%,rgba(255,255,255,.35) 64%,rgba(255,255,255,0) 100%);
}

/* Bring landing sections closer to the approved mockup. */
.feature-strip{
  width:100%;
  max-width:none;
  margin:0;
  padding:45px max(4%, calc((100vw - 1180px)/2));
  border-top:1px solid #e6ebf1;
  border-bottom:1px solid #e6ebf1;
  background:#fff;
}

.feature-strip article{
  padding:18px 26px;
}

.how-it-works{
  background:linear-gradient(180deg,#eef7ff,#eaf5ff);
}

@media(max-width:1000px){
  .hero{
    grid-template-columns:1fr;
    padding:46px 4% 0;
    min-height:auto;
    text-align:center;
  }

  .hero-copy{
    padding-right:0;
    padding-bottom:38px;
  }

  .hero-cta{
    min-width:0;
    width:min(100%,470px);
  }

  .hero-image-wrap{
    width:calc(100% + 8%);
    margin-left:-4%;
    min-height:430px;
  }

  .hero-image-wrap img{
    min-height:430px;
  }

  .hero-image-wrap::before{
    inset:0 0 auto 0;
    width:100%;
    height:28%;
    background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.55) 52%,rgba(255,255,255,0) 100%);
  }
}

@media(max-width:650px){
  .hero{
    padding-top:38px;
  }

  .hero h1{
    font-size:40px;
    letter-spacing:-1.2px;
  }

  .hero-copy > p:not(.eyebrow):not(.hero-note){
    font-size:16px;
  }

  .hero-cta{
    min-height:60px;
    font-size:15px;
  }

  .hero-image-wrap,
  .hero-image-wrap img{
    min-height:320px;
  }
}

/* =========================================================
   COMPACT / CENTERED LANDING HERO
   ========================================================= */
.hero{
  width:min(1480px,92%);
  margin:28px auto 34px;
  min-height:500px;
  padding:0;
  grid-template-columns:minmax(0,54%) minmax(0,46%);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 34px rgba(9,35,70,.08);
  background:#fff;
}

.hero-copy{
  padding:46px 42px 42px 48px;
  align-self:center;
}

.hero .eyebrow{
  margin-bottom:12px;
}

.hero h1{
  font-size:50px;
  margin-bottom:18px;
}

.hero-copy > p:not(.eyebrow):not(.hero-note){
  margin-bottom:24px;
  line-height:1.55;
}

.hero-cta{
  min-height:62px;
  min-width:360px;
}

.hero-image-wrap{
  min-height:500px;
}

.hero-image-wrap img{
  min-height:500px;
}

.feature-strip{
  padding-top:36px;
  padding-bottom:36px;
}

@media(max-width:1000px){
  .hero{
    width:min(92%,760px);
    margin:22px auto 30px;
    grid-template-columns:1fr;
    min-height:auto;
    padding:0;
    text-align:center;
  }

  .hero-copy{
    padding:40px 32px 34px;
  }

  .hero-image-wrap{
    width:100%;
    margin:0;
    min-height:360px;
  }

  .hero-image-wrap img{
    min-height:360px;
  }
}

@media(max-width:650px){
  .hero{
    width:94%;
    margin-top:14px;
    border-radius:14px;
  }

  .hero-copy{
    padding:32px 20px 28px;
  }

  .hero h1{
    font-size:38px;
  }

  .hero-cta{
    min-width:0;
    width:100%;
  }

  .hero-image-wrap,
  .hero-image-wrap img{
    min-height:280px;
  }
}


/* =========================================================
   FINAL APPROVED HOMEPAGE LAYOUT
   More side indentation + compact dusk hero
   ========================================================= */
body:not(.app-body){
  background:#f6f8fb;
}

.site-header{
  width:min(1360px,88%);
  margin:18px auto 0;
  padding:14px 22px;
  border:1px solid #edf0f4;
  border-bottom:0;
  border-radius:18px 18px 0 0;
  box-shadow:0 8px 28px rgba(9,35,70,.05);
}

.hero{
  width:min(1360px,88%);
  margin:0 auto;
  min-height:470px;
  grid-template-columns:minmax(0,43%) minmax(0,57%);
  border-radius:18px;
  box-shadow:0 8px 28px rgba(9,35,70,.07);
}

.hero-copy{
  padding:42px 18px 40px 42px;
}

.hero h1{
  font-size:48px;
  line-height:1.08;
  margin-bottom:18px;
}

.hero-copy > p:not(.eyebrow):not(.hero-note){
  font-size:17px;
  line-height:1.55;
  margin-bottom:23px;
}

.hero-cta{
  min-width:340px;
  min-height:60px;
  font-size:16px;
}

.hero-image-wrap,
.hero-image-wrap img{
  min-height:470px;
}

.hero-image-wrap img{
  object-position:center center;
}

.hero-image-wrap::before{
  width:28%;
}

.feature-strip{
  width:min(1360px,88%);
  margin:26px auto 0;
  padding:0;
  gap:14px;
  border:0;
  background:transparent;
}

.feature-strip article{
  background:#fff;
  border:1px solid #e3e9f0 !important;
  border-radius:14px;
  padding:22px 18px;
  min-height:150px;
  box-shadow:0 4px 14px rgba(9,35,70,.035);
}

.how-it-works,
.about-section{
  width:min(1360px,88%);
  margin:26px auto 0;
  border-radius:18px;
}

.site-footer{
  width:min(1360px,88%);
  margin:26px auto 18px;
  border-radius:18px;
}

@media(max-width:1000px){
  .site-header,
  .hero,
  .feature-strip,
  .how-it-works,
  .about-section,
  .site-footer{
    width:92%;
  }

  .hero{
    grid-template-columns:1fr;
  }

  .hero-copy{
    padding:38px 30px 32px;
  }

  .hero-image-wrap,
  .hero-image-wrap img{
    min-height:340px;
  }
}

@media(max-width:650px){
  .site-header,
  .hero,
  .feature-strip,
  .how-it-works,
  .about-section,
  .site-footer{
    width:94%;
  }

  .hero h1{
    font-size:37px;
  }

  .hero-copy{
    padding:30px 20px 26px;
  }
}

/* =========================================================
   FINAL HOMEPAGE — APPROVED TWILIGHT VERSION
   Same strong side indentation as prior layout
   ========================================================= */

body:not(.app-body){
  background:#f4f6f9;
}

/* Stronger left/right indentation */
.site-header,
.hero,
.feature-strip,
.how-it-works,
.about-section,
.site-footer{
  width:min(1320px,86%);
}

/* Top bar blended with the twilight hero */
.site-header{
  margin:20px auto 0;
  padding:14px 24px;
  min-height:88px;
  background:
    linear-gradient(100deg,
      #c997aa 0%,
      #bd90aa 20%,
      #7f78aa 50%,
      #465c94 78%,
      #334e88 100%);
  border:none;
  border-radius:18px 18px 0 0;
  box-shadow:0 8px 28px rgba(9,35,70,.10);
}

.site-header .brand-name,
.site-header .main-nav a{
  color:#fff;
}

.site-header .brand-tag{
  color:#f4f7ff;
}

.site-header .logo-mark{
  background:rgba(255,255,255,.90);
}

.site-header .main-nav a:hover{
  color:#eaf2ff;
}

/* Compact hero to remove excessive white space */
.hero{
  margin:0 auto;
  min-height:455px;
  grid-template-columns:minmax(0,42%) minmax(0,58%);
  border-radius:0 0 18px 18px;
  box-shadow:0 10px 30px rgba(9,35,70,.09);
  overflow:hidden;
  background:#fff;
}

/* Text stays entirely on its side */
.hero-copy{
  position:relative;
  z-index:4;
  padding:38px 22px 36px 38px;
}

.hero h1{
  font-size:46px;
  line-height:1.08;
  margin:0 0 17px;
  max-width:590px;
}

.hero-copy > p:not(.hero-note){
  max-width:540px;
  font-size:17px;
  line-height:1.55;
  margin-bottom:22px;
}

.hero-cta{
  min-width:330px;
  min-height:58px;
  font-size:16px;
}

.hero-note{
  margin-top:14px;
}

/* Right photo */
.hero-image-wrap{
  position:relative;
  min-height:455px;
  overflow:hidden;
  background:#ddd;
}

.hero-image-wrap img{
  width:100%;
  height:100%;
  min-height:455px;
  object-fit:cover;
  object-position:center center;
}

/* Soft blend only — no text ghosting/overlap */
.hero-image-wrap::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:22%;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    #fff 0%,
    rgba(255,255,255,.84) 28%,
    rgba(255,255,255,.34) 66%,
    rgba(255,255,255,0) 100%
  );
}

/* Feature cards close to hero */
.feature-strip{
  margin:20px auto 0;
  padding:0;
  gap:12px;
  background:transparent;
}

.feature-strip article{
  padding:20px 17px;
  min-height:145px;
}

/* Keep lower sections compact too */
.how-it-works,
.about-section{
  margin:22px auto 0;
}

.site-footer{
  margin:22px auto 20px;
}

@media(max-width:1000px){
  .site-header,
  .hero,
  .feature-strip,
  .how-it-works,
  .about-section,
  .site-footer{
    width:92%;
  }

  .site-header{
    border-radius:16px 16px 0 0;
  }

  .hero{
    grid-template-columns:1fr;
    border-radius:0 0 16px 16px;
  }

  .hero-copy{
    padding:34px 28px 28px;
    text-align:center;
  }

  .hero h1,
  .hero-copy > p:not(.hero-note){
    margin-left:auto;
    margin-right:auto;
  }

  .hero-image-wrap,
  .hero-image-wrap img{
    min-height:330px;
  }

  .hero-image-wrap::before{
    width:100%;
    height:25%;
    top:0;
    bottom:auto;
    background:linear-gradient(
      180deg,
      #fff 0%,
      rgba(255,255,255,.55) 52%,
      rgba(255,255,255,0) 100%
    );
  }
}

@media(max-width:650px){
  .site-header,
  .hero,
  .feature-strip,
  .how-it-works,
  .about-section,
  .site-footer{
    width:94%;
  }

  .hero h1{
    font-size:36px;
  }

  .hero-copy{
    padding:28px 18px 25px;
  }

  .hero-cta{
    min-width:0;
    width:100%;
  }

  .hero-image-wrap,
  .hero-image-wrap img{
    min-height:270px;
  }
}

/* =========================================================
   RESPONSIVE HERO FIX
   Prevents clipped/overlapping text and keeps hero side-by-side
   on normal desktop/tablet browser widths.
   ========================================================= */

.hero{
  display:grid !important;
  grid-template-columns:minmax(0, 43%) minmax(0, 57%) !important;
  align-items:stretch !important;
  overflow:hidden !important;
}

.hero-copy{
  position:relative !important;
  z-index:5 !important;
  min-width:0 !important;
  width:auto !important;
  margin:0 !important;
  transform:none !important;
  overflow:visible !important;
  padding:34px 20px 34px 36px !important;
  align-self:center !important;
  text-align:left !important;
}

.hero h1{
  width:auto !important;
  max-width:100% !important;
  margin:0 0 16px !important;
  font-size:clamp(34px, 3.25vw, 46px) !important;
  line-height:1.08 !important;
  white-space:normal !important;
  overflow:visible !important;
}

.hero-copy > p:not(.hero-note){
  width:auto !important;
  max-width:100% !important;
  margin:0 0 21px !important;
  font-size:clamp(14px, 1.35vw, 17px) !important;
  line-height:1.5 !important;
}

.hero-cta{
  min-width:0 !important;
  width:min(100%, 390px) !important;
}

.hero-image-wrap{
  position:relative !important;
  z-index:1 !important;
  width:100% !important;
  max-width:none !important;
  height:100% !important;
  min-height:445px !important;
  margin:0 !important;
  align-self:stretch !important;
  overflow:hidden !important;
  border-radius:0 !important;
  transform:none !important;
}

.hero-image-wrap img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:445px !important;
  object-fit:cover !important;
  object-position:center center !important;
  margin:0 !important;
  transform:none !important;
}

/* Gentle blend only at the seam. */
.hero-image-wrap::before{
  left:0 !important;
  top:0 !important;
  bottom:0 !important;
  width:15% !important;
  height:100% !important;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,.92) 0%,
    rgba(255,255,255,.48) 45%,
    rgba(255,255,255,0) 100%
  ) !important;
}

/* Keep the split layout at the browser width shown in your screenshot. */
@media (min-width: 681px) and (max-width: 1000px){
  .site-header,
  .hero,
  .feature-strip,
  .how-it-works,
  .about-section,
  .site-footer{
    width:94% !important;
  }

  .hero{
    grid-template-columns:minmax(0, 44%) minmax(0, 56%) !important;
    min-height:400px !important;
    text-align:left !important;
  }

  .hero-copy{
    padding:28px 16px 28px 26px !important;
    text-align:left !important;
  }

  .hero h1{
    font-size:clamp(29px, 4vw, 38px) !important;
  }

  .hero-copy > p:not(.hero-note){
    font-size:14px !important;
  }

  .hero-image-wrap,
  .hero-image-wrap img{
    width:100% !important;
    margin:0 !important;
    min-height:400px !important;
  }

  .hero-image-wrap::before{
    width:13% !important;
    height:100% !important;
    background:linear-gradient(
      90deg,
      rgba(255,255,255,.90) 0%,
      rgba(255,255,255,.38) 48%,
      rgba(255,255,255,0) 100%
    ) !important;
  }
}

/* Only stack on genuinely small/mobile screens. */
@media (max-width: 680px){
  .hero{
    grid-template-columns:1fr !important;
    min-height:auto !important;
  }

  .hero-copy{
    padding:28px 20px 26px !important;
    text-align:center !important;
  }

  .hero h1{
    font-size:34px !important;
  }

  .hero-copy > p:not(.hero-note){
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .hero-cta{
    width:100% !important;
  }

  .hero-image-wrap{
    width:100% !important;
    min-height:275px !important;
    margin:0 !important;
  }

  .hero-image-wrap img{
    min-height:275px !important;
  }

  .hero-image-wrap::before{
    width:100% !important;
    height:18% !important;
    left:0 !important;
    right:0 !important;
    top:0 !important;
    bottom:auto !important;
    background:linear-gradient(
      180deg,
      rgba(255,255,255,.90) 0%,
      rgba(255,255,255,.30) 55%,
      rgba(255,255,255,0) 100%
    ) !important;
  }
}


/* =========================================================
   STATIC DESKTOP LAYOUT
   Keeps site at fixed desktop width; browser shows horizontal
   scroll bar when window is narrower.
   ========================================================= */

html, body{
  min-width: 1340px;
  overflow-x: auto;
}

body:not(.app-body){
  background:#f4f6f9;
}

/* Fixed desktop canvas */
.site-header,
.hero,
.feature-strip,
.how-it-works,
.about-section,
.site-footer{
  width:1320px !important;
  min-width:1320px !important;
  max-width:1320px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Top blended bar */
.site-header{
  margin-top:20px !important;
  padding:14px 24px !important;
  min-height:88px !important;
  background:linear-gradient(100deg,#c997aa 0%,#bd90aa 20%,#7f78aa 50%,#465c94 78%,#334e88 100%) !important;
  border:none !important;
  border-radius:18px 18px 0 0 !important;
  box-shadow:0 8px 28px rgba(9,35,70,.10) !important;
}

.site-header .brand-name,
.site-header .main-nav a{
  color:#fff !important;
}
.site-header .brand-tag{ color:#f4f7ff !important; }
.site-header .logo-mark{ background:rgba(255,255,255,.90) !important; }
.site-header .main-nav a:hover{ color:#eaf2ff !important; }
.site-header .menu-btn{ display:none !important; }

/* Fixed side-by-side hero */
.hero{
  display:grid !important;
  grid-template-columns: 520px 800px !important;
  gap:0 !important;
  margin-top:0 !important;
  min-height:455px !important;
  border-radius:0 0 18px 18px !important;
  overflow:hidden !important;
  background:#fff !important;
  box-shadow:0 10px 30px rgba(9,35,70,.09) !important;
  text-align:left !important;
}

.hero-copy{
  position:relative !important;
  z-index:4 !important;
  padding:38px 22px 36px 38px !important;
  width:520px !important;
  min-width:520px !important;
  overflow:visible !important;
  text-align:left !important;
}

.hero h1{
  font-size:46px !important;
  line-height:1.08 !important;
  margin:0 0 17px !important;
  max-width:100% !important;
  color:#092849 !important;
}

.hero h1 span{
  color:#0aa143 !important;
}

.hero-copy > p:not(.hero-note){
  max-width:500px !important;
  font-size:17px !important;
  line-height:1.55 !important;
  margin:0 0 22px !important;
  color:#314766 !important;
}

.hero-cta{
  min-width:330px !important;
  min-height:58px !important;
  width:330px !important;
  font-size:16px !important;
}

.hero-note{
  margin-top:14px !important;
  color:#56667c !important;
}

/* Clean image area; no text overlap */
.hero-image-wrap{
  position:relative !important;
  width:800px !important;
  min-width:800px !important;
  max-width:800px !important;
  min-height:455px !important;
  overflow:hidden !important;
  background:#ddd !important;
  z-index:1 !important;
}
.hero-image-wrap img{
  display:block !important;
  width:800px !important;
  min-width:800px !important;
  height:455px !important;
  min-height:455px !important;
  object-fit:cover !important;
  object-position:center center !important;
  margin:0 !important;
}
.hero-image-wrap::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  bottom:0 !important;
  width:80px !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.58) 46%, rgba(255,255,255,0) 100%) !important;
}

/* Fixed lower sections */
.feature-strip{
  display:grid !important;
  grid-template-columns:repeat(4, 1fr) !important;
  gap:12px !important;
  margin-top:20px !important;
  padding:0 !important;
  background:transparent !important;
}
.feature-strip article{
  background:#fff !important;
  border:1px solid #e3e9f0 !important;
  border-radius:14px !important;
  padding:20px 17px !important;
  min-height:145px !important;
  box-shadow:0 4px 14px rgba(9,35,70,.035) !important;
}
.how-it-works,
.about-section{
  margin-top:22px !important;
  border-radius:18px !important;
}
.site-footer{
  margin-top:22px !important;
  margin-bottom:20px !important;
  border-radius:18px !important;
}

/* Disable mobile stacking rules for public landing page only */
@media(max-width:1000px){
  html, body{ min-width:1340px !important; overflow-x:auto !important; }
  .site-header,
  .hero,
  .feature-strip,
  .how-it-works,
  .about-section,
  .site-footer{
    width:1320px !important;
    min-width:1320px !important;
    max-width:1320px !important;
  }
  .hero{
    grid-template-columns: 520px 800px !important;
  }
  .hero-copy{
    width:520px !important;
    min-width:520px !important;
    text-align:left !important;
  }
  .hero-image-wrap,
  .hero-image-wrap img{
    width:800px !important;
    min-width:800px !important;
    max-width:800px !important;
    min-height:455px !important;
    height:455px !important;
  }
  .hero-image-wrap::before{
    width:80px !important;
    height:100% !important;
    top:0 !important;
    bottom:0 !important;
    background:linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.58) 46%, rgba(255,255,255,0) 100%) !important;
  }
  .site-header .main-nav{
    display:flex !important;
    position:static !important;
    flex-direction:row !important;
    padding:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }
}

/* =========================================================
   FINAL STATIC HOMEPAGE LAYOUT
   Separate top bar + stronger page indentation + soft hero fade
   ========================================================= */

/* More indentation on both sides while preserving fixed desktop canvas */
html, body{
  min-width: 1280px !important;
  overflow-x:auto !important;
}

.site-header,
.hero,
.feature-strip,
.how-it-works,
.about-section,
.site-footer{
  width:1180px !important;
  min-width:1180px !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Separate top bar */
.site-header{
  margin-top:22px !important;
  margin-bottom:14px !important;
  min-height:84px !important;
  padding:14px 24px !important;
  background:linear-gradient(100deg,#c89caf 0%,#b48eaa 24%,#7c76a7 54%,#50649a 80%,#3d568c 100%) !important;
  border:none !important;
  border-radius:18px !important;
  box-shadow:0 8px 24px rgba(9,35,70,.10) !important;
}

.site-header .brand-name,
.site-header .main-nav a{
  color:#fff !important;
}
.site-header .brand-tag{
  color:#f6f7ff !important;
}
.site-header .logo-mark{
  background:rgba(255,255,255,.92) !important;
}
.site-header .menu-btn{
  display:none !important;
}

/* Hero remains a separate box under the top bar */
.hero{
  display:grid !important;
  grid-template-columns: 470px 710px !important;
  gap:0 !important;
  min-height:430px !important;
  margin-top:0 !important;
  border-radius:18px !important;
  overflow:hidden !important;
  background:#f4e8e4 !important;
  box-shadow:0 10px 28px rgba(9,35,70,.08) !important;
}

/* Left side: twilight-soft background matching the station photo */
.hero-copy{
  position:relative !important;
  z-index:4 !important;
  width:470px !important;
  min-width:470px !important;
  padding:42px 22px 36px 36px !important;
  text-align:left !important;
  background:
    radial-gradient(circle at 92% 40%, rgba(255,196,158,.34), transparent 42%),
    linear-gradient(135deg,#f7e8e3 0%,#f5e3df 38%,#efe1e6 72%,#e4d9e4 100%) !important;
}

/* Fade the left panel naturally into the station image */
.hero-copy::after{
  content:"";
  position:absolute;
  top:0;
  right:-90px;
  width:110px;
  height:100%;
  z-index:5;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    rgba(228,217,228,1) 0%,
    rgba(228,217,228,.86) 24%,
    rgba(228,217,228,.52) 52%,
    rgba(228,217,228,.18) 78%,
    rgba(228,217,228,0) 100%
  );
}

.hero h1{
  font-size:43px !important;
  line-height:1.08 !important;
  margin:0 0 17px !important;
  max-width:420px !important;
  color:#0a2c4d !important;
}
.hero h1 span{
  color:#0aa143 !important;
}
.hero-copy > p:not(.hero-note){
  max-width:405px !important;
  margin:0 0 22px !important;
  font-size:16px !important;
  line-height:1.55 !important;
  color:#314766 !important;
}
.hero-cta{
  width:325px !important;
  min-width:325px !important;
  min-height:58px !important;
  font-size:16px !important;
}
.hero-note{
  margin-top:14px !important;
  color:#56667c !important;
}

/* Right photo */
.hero-image-wrap{
  position:relative !important;
  width:710px !important;
  min-width:710px !important;
  max-width:710px !important;
  min-height:430px !important;
  overflow:hidden !important;
  background:#ddd !important;
  z-index:1 !important;
}
.hero-image-wrap img{
  display:block !important;
  width:710px !important;
  min-width:710px !important;
  height:430px !important;
  min-height:430px !important;
  object-fit:cover !important;
  object-position:center center !important;
  margin:0 !important;
}

/* Remove older image-side white overlay so only left panel handles the fade */
.hero-image-wrap::before{
  display:none !important;
}

/* Lower content retains same stronger indentation */
.feature-strip{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:12px !important;
  margin-top:18px !important;
  padding:0 !important;
  background:transparent !important;
}
.feature-strip article{
  background:#fff !important;
  border:1px solid #e3e9f0 !important;
  border-radius:14px !important;
  padding:20px 17px !important;
  min-height:145px !important;
  box-shadow:0 4px 14px rgba(9,35,70,.035) !important;
}
.how-it-works,
.about-section{
  margin-top:22px !important;
  border-radius:18px !important;
}
.site-footer{
  margin-top:22px !important;
  margin-bottom:22px !important;
  border-radius:18px !important;
}

/* Keep static desktop layout on narrow browser windows; browser provides scrollbar */
@media(max-width:1000px){
  html, body{
    min-width:1280px !important;
    overflow-x:auto !important;
  }
  .site-header,
  .hero,
  .feature-strip,
  .how-it-works,
  .about-section,
  .site-footer{
    width:1180px !important;
    min-width:1180px !important;
    max-width:1180px !important;
  }
  .site-header{
    border-radius:18px !important;
  }
  .site-header .main-nav{
    display:flex !important;
    position:static !important;
    flex-direction:row !important;
    padding:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }
  .hero{
    grid-template-columns:470px 710px !important;
  }
  .hero-copy{
    width:470px !important;
    min-width:470px !important;
    text-align:left !important;
  }
  .hero-image-wrap,
  .hero-image-wrap img{
    width:710px !important;
    min-width:710px !important;
    max-width:710px !important;
    min-height:430px !important;
    height:430px !important;
  }
}

/* =========================================================
   HERO SEAM + IMAGE ZOOM FIX
   ========================================================= */
.hero{
  grid-template-columns:470px 710px !important;
  isolation:isolate !important;
}

.hero-copy{
  width:470px !important;
  min-width:470px !important;
  box-sizing:border-box !important;
  overflow:hidden !important;
  z-index:3 !important;
}

/* Do not allow the left panel to physically extend into the image. */
.hero-copy::after{
  display:none !important;
  content:none !important;
}

.hero-image-wrap{
  width:710px !important;
  min-width:710px !important;
  max-width:710px !important;
  height:430px !important;
  min-height:430px !important;
  box-sizing:border-box !important;
  overflow:hidden !important;
  z-index:1 !important;
}

.hero-image-wrap img{
  width:100% !important;
  min-width:0 !important;
  height:100% !important;
  min-height:0 !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#e8dce3 !important;
}

/* Fade occurs entirely inside the image column, so there is no overlap. */
.hero-image-wrap::after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  z-index:2 !important;
  left:0 !important;
  top:0 !important;
  bottom:0 !important;
  width:72px !important;
  pointer-events:none !important;
  background:linear-gradient(
    90deg,
    rgba(228,217,228,.95) 0%,
    rgba(228,217,228,.52) 45%,
    rgba(228,217,228,0) 100%
  ) !important;
}

.hero-image-wrap::before{
  display:none !important;
}

@media(max-width:1000px){
  .hero{
    grid-template-columns:470px 710px !important;
  }
  .hero-copy{
    width:470px !important;
    min-width:470px !important;
  }
  .hero-image-wrap{
    width:710px !important;
    min-width:710px !important;
    max-width:710px !important;
    height:430px !important;
    min-height:430px !important;
  }
}

/* =========================================================
   FINAL APPROVED HOMEPAGE STYLE
   Separate header, stronger indentation, soft hero fade
   ========================================================= */

html, body{
  min-width:1240px !important;
  overflow-x:auto !important;
}

body:not(.app-body){
  background:#f5f6f8 !important;
}

/* More indentation on both sides */
.site-header,
.hero,
.feature-strip,
.how-it-works,
.about-section,
.site-footer{
  width:1140px !important;
  min-width:1140px !important;
  max-width:1140px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Separate top bar */
.site-header{
  margin-top:24px !important;
  margin-bottom:18px !important;
  padding:14px 24px !important;
  min-height:84px !important;
  border:none !important;
  border-radius:16px !important;
  background:linear-gradient(100deg,#76508d 0%,#5e5596 34%,#3e5697 66%,#143b86 100%) !important;
  box-shadow:0 8px 22px rgba(9,35,70,.10) !important;
}

.site-header .brand-name,
.site-header .main-nav a{
  color:#fff !important;
}
.site-header .brand-tag{
  color:#f4f7ff !important;
}
.site-header .logo-mark{
  background:rgba(255,255,255,.95) !important;
}
.site-header .menu-btn{
  display:none !important;
}

/* Hero */
.hero{
  display:grid !important;
  grid-template-columns:455px 685px !important;
  gap:0 !important;
  min-height:405px !important;
  height:405px !important;
  margin-top:0 !important;
  border-radius:16px !important;
  overflow:hidden !important;
  background:#f5e6e2 !important;
  box-shadow:0 9px 24px rgba(9,35,70,.08) !important;
  isolation:isolate !important;
}

/* Left panel */
.hero-copy{
  position:relative !important;
  z-index:3 !important;
  width:455px !important;
  min-width:455px !important;
  box-sizing:border-box !important;
  padding:42px 22px 34px 36px !important;
  overflow:hidden !important;
  text-align:left !important;
  background:
    radial-gradient(circle at 100% 48%, rgba(255,207,180,.35), transparent 44%),
    linear-gradient(135deg,#f9ebe6 0%,#f6e7e3 45%,#efe1e6 100%) !important;
}

/* Keep fade contained; no overlap box */
.hero-copy::after{
  display:none !important;
  content:none !important;
}

.hero h1{
  max-width:405px !important;
  margin:0 0 16px !important;
  font-size:41px !important;
  line-height:1.08 !important;
  color:#0a2b4b !important;
}
.hero h1 span{
  color:#0a9f48 !important;
}
.hero-copy > p:not(.hero-note){
  max-width:390px !important;
  margin:0 0 20px !important;
  font-size:15px !important;
  line-height:1.54 !important;
  color:#304866 !important;
}
.hero-cta{
  width:318px !important;
  min-width:318px !important;
  min-height:55px !important;
  font-size:15px !important;
}
.hero-note{
  margin-top:13px !important;
  font-size:13px !important;
  color:#536780 !important;
}

/* Right station picture */
.hero-image-wrap{
  position:relative !important;
  z-index:1 !important;
  width:685px !important;
  min-width:685px !important;
  max-width:685px !important;
  height:405px !important;
  min-height:405px !important;
  overflow:hidden !important;
  background:#eadde3 !important;
}
.hero-image-wrap img{
  display:block !important;
  width:685px !important;
  min-width:685px !important;
  max-width:685px !important;
  height:405px !important;
  min-height:405px !important;
  object-fit:contain !important;
  object-position:center center !important;
  margin:0 !important;
}

/* Soft fade into picture, entirely inside image area */
.hero-image-wrap::before{
  display:none !important;
}
.hero-image-wrap::after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  bottom:0 !important;
  width:78px !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:linear-gradient(
    90deg,
    rgba(239,225,230,.98) 0%,
    rgba(239,225,230,.72) 26%,
    rgba(239,225,230,.38) 56%,
    rgba(239,225,230,0) 100%
  ) !important;
}

/* Feature cards */
.feature-strip{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:12px !important;
  margin-top:18px !important;
  padding:0 !important;
  background:transparent !important;
}
.feature-strip article{
  background:#fff !important;
  border:1px solid #e4e9ef !important;
  border-radius:13px !important;
  padding:18px 15px !important;
  min-height:138px !important;
  box-shadow:0 4px 13px rgba(9,35,70,.035) !important;
}

.how-it-works,
.about-section{
  margin-top:22px !important;
  border-radius:16px !important;
}
.site-footer{
  margin-top:22px !important;
  margin-bottom:24px !important;
  border-radius:16px !important;
}

/* Fixed desktop behavior */
@media(max-width:1000px){
  html, body{
    min-width:1240px !important;
    overflow-x:auto !important;
  }

  .site-header,
  .hero,
  .feature-strip,
  .how-it-works,
  .about-section,
  .site-footer{
    width:1140px !important;
    min-width:1140px !important;
    max-width:1140px !important;
  }

  .site-header .main-nav{
    display:flex !important;
    position:static !important;
    flex-direction:row !important;
    padding:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }

  .hero{
    grid-template-columns:455px 685px !important;
    min-height:405px !important;
    height:405px !important;
  }

  .hero-copy{
    width:455px !important;
    min-width:455px !important;
  }

  .hero-image-wrap,
  .hero-image-wrap img{
    width:685px !important;
    min-width:685px !important;
    max-width:685px !important;
    height:405px !important;
    min-height:405px !important;
  }
}

/* =========================================================
   SINGLE-IMAGE HERO FIX
   Hero text + photo are one image, eliminating seam/overlap issues.
   ========================================================= */

html, body{
  min-width:1240px !important;
  overflow-x:auto !important;
}

body:not(.app-body){
  background:#f5f6f8 !important;
}

/* More indentation on both sides */
.site-header,
.hero-single,
.feature-strip,
.how-it-works,
.about-section,
.site-footer{
  width:1140px !important;
  min-width:1140px !important;
  max-width:1140px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Keep top bar separate */
.site-header{
  margin-top:24px !important;
  margin-bottom:18px !important;
  padding:14px 24px !important;
  min-height:84px !important;
  border:none !important;
  border-radius:16px !important;
  background:linear-gradient(100deg,#76508d 0%,#5e5596 34%,#3e5697 66%,#143b86 100%) !important;
  box-shadow:0 8px 22px rgba(9,35,70,.10) !important;
}

.site-header .brand-name,
.site-header .main-nav a{
  color:#fff !important;
}
.site-header .brand-tag{
  color:#f4f7ff !important;
}
.site-header .logo-mark{
  background:rgba(255,255,255,.95) !important;
}
.site-header .menu-btn{
  display:none !important;
}

/* One-piece center hero */
.hero-single{
  position:relative !important;
  height:auto !important;
  border-radius:16px !important;
  overflow:hidden !important;
  box-shadow:0 9px 24px rgba(9,35,70,.08) !important;
  background:#fff !important;
}

.hero-single > img{
  display:block !important;
  width:1140px !important;
  height:auto !important;
  margin:0 !important;
}

/* Invisible clickable area directly over the button baked into the hero image */
.hero-click-target{
  position:absolute !important;
  left:4.2% !important;
  top:69.0% !important;
  width:29.2% !important;
  height:11.2% !important;
  z-index:5 !important;
  cursor:pointer !important;
  border-radius:10px !important;
  text-decoration:none !important;
}

/* Optional keyboard focus for accessibility */
.hero-click-target:focus{
  outline:3px solid rgba(255,255,255,.95) !important;
  outline-offset:-5px !important;
}

/* Feature cards remain directly underneath */
.feature-strip{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:12px !important;
  margin-top:18px !important;
  padding:0 !important;
  background:transparent !important;
}

.feature-strip article{
  background:#fff !important;
  border:1px solid #e4e9ef !important;
  border-radius:13px !important;
  padding:18px 15px !important;
  min-height:138px !important;
  box-shadow:0 4px 13px rgba(9,35,70,.035) !important;
}

.how-it-works,
.about-section{
  margin-top:22px !important;
  border-radius:16px !important;
}

.site-footer{
  margin-top:22px !important;
  margin-bottom:24px !important;
  border-radius:16px !important;
}

/* Fixed desktop behavior with horizontal scrollbar */
@media(max-width:1000px){
  html, body{
    min-width:1240px !important;
    overflow-x:auto !important;
  }

  .site-header,
  .hero-single,
  .feature-strip,
  .how-it-works,
  .about-section,
  .site-footer{
    width:1140px !important;
    min-width:1140px !important;
    max-width:1140px !important;
  }

  .site-header .main-nav{
    display:flex !important;
    position:static !important;
    flex-direction:row !important;
    padding:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }

  .hero-single > img{
    width:1140px !important;
  }
}
/* Slightly more side indentation */
.site-header,
.hero-single,
.feature-strip,
.how-it-works,
.about-section,
.site-footer {
    width: 1080px !important;
    min-width: 1080px !important;
    max-width: 1080px !important;
}

.hero-single > img {
    width: 1080px !important;
}
/* Fix How It Works on large monitors */
@media (min-width: 1500px) {
    .how-it-works {
        padding: 58px 40px !important;
        box-sizing: border-box !important;
    }

    .how-it-works .steps {
        width: 100% !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 22px !important;
    }
}
/* Fix bottom blue bar on large monitors */
@media (min-width: 1500px) {
    .site-footer {
        padding-left: 40px !important;
        padding-right: 40px !important;
        box-sizing: border-box !important;
    }

    .site-footer .footer-inner {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }
}
/* ==========================================
   MOBILE HOMEPAGE FIX
   Desktop layout remains unchanged
   ========================================== */

@media (max-width: 600px) {

    html,
    body {
        min-width: 0 !important;
        width: 100% !important;
        overflow-x: hidden !important;
    }

    .site-header,
    .hero-single,
    .feature-strip,
    .how-it-works,
    .about-section,
    .site-footer {
        width: calc(100% - 24px) !important;
        min-width: 0 !important;
        max-width: none !important;
        margin-left: 12px !important;
        margin-right: 12px !important;
        box-sizing: border-box !important;
    }

    /* Scale the complete hero image down to phone width */
    .hero-single > img {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
    }

    /* Four feature boxes become one column */
    .feature-strip {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    /* How It Works */
    .how-it-works {
        padding: 30px 18px !important;
    }

    .how-it-works .steps {
        grid-template-columns: 1fr !important;
        width: 100% !important;
        gap: 14px !important;
    }

    /* Footer */
    .site-footer {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}
/* ==========================================
   MOBILE TOP BAR FIX
   ========================================== */

@media (max-width: 600px) {

    .site-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
        padding: 14px 16px !important;
        min-height: auto !important;
    }

    .site-header .brand {
        width: 100% !important;
    }

    .site-header .main-nav {
        position: static !important;
        display: flex !important;
        width: 100% !important;
        justify-content: flex-start !important;
        gap: 18px !important;
        padding: 0 !important;
        margin: 0 !important;
        flex-wrap: wrap !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .site-header .main-nav a {
        font-size: 14px !important;
        white-space: nowrap !important;
    }

    .site-header .brand-tag {
        font-size: 11px !important;
    }
}
/* Mobile Check Prices button */
.mobile-price-button {
    display: none;
}

@media (max-width: 600px) {

    .mobile-price-button {
        display: block !important;
        width: calc(100% - 24px) !important;
        box-sizing: border-box !important;
        margin: 12px auto 18px !important;
        padding: 16px 12px !important;

        background: #08a94f !important;
        color: white !important;

        text-align: center !important;
        text-decoration: none !important;
        font-size: 17px !important;
        font-weight: 800 !important;

        border-radius: 10px !important;
        box-shadow: 0 5px 14px rgba(0,0,0,.18) !important;
    }
}
/* Mobile header - distinguish logo from navigation links */
@media (max-width: 600px) {

    /* Brand/logo stays white */
    .site-header .brand-name {
        color: #ffffff !important;
        font-weight: 800 !important;
    }

    /* Tagline slightly softer */
    .site-header .brand-tag {
        color: #d9e2f2 !important;
    }

    /* Clickable navigation links */
    .site-header .main-nav a {
        color: #72e6b1 !important;
        font-weight: 700 !important;
    }

    /* Give links a little more separation */
    .site-header .main-nav {
        gap: 22px !important;
    }
}
/* =========================================================
   GOOGLE MAPS + STATION SEARCH — PRICE COMPARISON PAGE
   ========================================================= */
.field-help{font-size:11px;color:var(--muted);margin-top:1px}
.map-panel{padding:22px}
.map-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:14px}
.map-toolbar h2{margin:0 0 5px}
.map-toolbar p{margin:0;color:var(--muted);font-size:13px}
.map-results-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);gap:16px}
.station-map{width:100%;height:430px;border:1px solid var(--border);border-radius:12px;background:#eef3f8;overflow:hidden}
.nearby-station-list{height:430px;overflow:auto;border:1px solid var(--border);border-radius:12px;background:#fff}
.map-empty{padding:28px 18px;text-align:center;color:var(--muted);font-size:13px}
.nearby-station-item{padding:14px 15px;border-bottom:1px solid #e9eef4;cursor:pointer}
.nearby-station-item:last-child{border-bottom:0}
.nearby-station-item:hover{background:#f7faff}
.nearby-station-item strong{display:block;font-size:14px;margin-bottom:4px}
.nearby-station-item small{display:block;color:var(--muted);line-height:1.4}
.nearby-station-item .station-distance{margin-top:5px;color:var(--blue);font-weight:750}
@media(max-width:850px){.map-results-grid{grid-template-columns:1fr}.station-map{height:360px}.nearby-station-list{height:auto;max-height:360px}}
@media(max-width:650px){.map-toolbar{flex-direction:column}.station-map{height:310px}.map-panel{padding:16px}}




/* =========================================================
   GOOGLE PLACES (NEW) — CUSTOM SEARCH DROPDOWN
   ========================================================= */
.station-search-wrap{
  position:relative;
  width:100%;
}
.station-search-wrap input{
  width:100%;
}
.station-suggestions{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 5px);
  z-index:1000;
  background:#fff;
  border:1px solid #d7e0ea;
  border-radius:10px;
  box-shadow:0 14px 30px rgba(8,29,58,.14);
  overflow:hidden;
  max-height:320px;
  overflow-y:auto;
}
.station-suggestion{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:3px;
  padding:12px 14px;
  border:0;
  border-bottom:1px solid #edf1f5;
  background:#fff;
  text-align:left;
  cursor:pointer;
  color:var(--text);
}
.station-suggestion:last-child{
  border-bottom:0;
}
.station-suggestion:hover,
.station-suggestion:focus{
  background:#f4f8fd;
  outline:none;
}
.station-suggestion strong{
  font-size:14px;
}
.station-suggestion small{
  color:var(--muted);
  font-size:12px;
}
#searchBtn:disabled{
  opacity:.72;
  cursor:wait;
}


/* =========================================================
   PRICE COMPARISON SEARCH BAR ALIGNMENT
   Keeps My Station, Radius and Find Nearby Stations aligned.
   ========================================================= */
.setup-panel{
  align-items:flex-start !important;
}

.setup-panel .search-action-field .action-label{
  visibility:hidden;
}

.setup-panel .search-action-field #searchBtn{
  height:43px;
  white-space:nowrap;
}

@media(min-width:651px){
  .setup-panel .search-action-field{
    flex:0 0 auto;
  }
}

@media(max-width:650px){
  .setup-panel .search-action-field{
    width:100%;
  }

  .setup-panel .search-action-field .action-label{
    display:none;
  }

  .setup-panel .search-action-field #searchBtn{
    width:100%;
  }
}


/* Keyboard highlight for Google station suggestions */
.station-suggestion.is-active,
.station-suggestion[aria-selected="true"]{
  background:#eaf3ff !important;
  box-shadow:inset 3px 0 0 #1f6fd1;
}
/* Contact section: keep text on one line on desktop/large monitor */
#contact .section-heading{
    width:100% !important;
    max-width:none !important;
    text-align:center !important;
}

#contact .section-heading h2,
#contact .section-heading p{
    white-space:nowrap !important;
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

/* Let it wrap normally on phones */
@media (max-width:600px){
    #contact .section-heading h2,
    #contact .section-heading p{
        white-space:normal !important;
    }
}
/* Center Contact content correctly on large monitors */
@media (min-width:1500px){

    #contact{
        padding-left:40px !important;
        padding-right:40px !important;
        box-sizing:border-box !important;
    }

    #contact .section-heading{
        width:100% !important;
        max-width:none !important;
        margin:0 auto !important;
        text-align:center !important;
    }

    #contact .section-heading h2,
    #contact .section-heading p{
        width:100% !important;
        text-align:center !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
}

/* =========================================================
   UNIFIED MY STATION SEARCH — Recommendations + Notifications
   Matches the simple Price Comparison setup-panel layout.
   ========================================================= */
#recommendationSearchBtn,
#loadCompetitors{
  height:43px;
  white-space:nowrap;
}

@media(max-width:650px){
  #recommendationSearchBtn,
  #loadCompetitors{
    width:100%;
  }
}



/* =========================================================
   HOMEPAGE OWNER VALUE STRIP — approved September 2026
   ========================================================= */
.owner-audience{
  width:1080px !important;
  min-width:1080px !important;
  max-width:1080px !important;
  margin:16px auto 0 !important;
  padding:16px 28px !important;
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
  gap:22px !important;
  background:linear-gradient(100deg,#f5fff1 0%,#eefaff 100%) !important;
  border:1.5px solid #16a34a !important;
  border-radius:14px !important;
  box-shadow:0 5px 16px rgba(9,35,70,.06) !important;
}
.owner-audience-icon{
  flex:0 0 68px !important;
  width:68px !important;
  height:68px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:14px !important;
  background:#e9f9ec !important;
  color:#07883d !important;
  font-size:34px !important;
}
.owner-audience-copy{
  min-width:0 !important;
}
.owner-audience h2{
  margin:0 0 5px !important;
  color:#082a59 !important;
  font-size:27px !important;
  line-height:1.15 !important;
  letter-spacing:-.45px !important;
  font-weight:850 !important;
}
.owner-audience p{
  margin:0 0 4px !important;
  color:#17385f !important;
  font-size:16px !important;
  line-height:1.4 !important;
  font-weight:650 !important;
}
.owner-audience small{
  display:block !important;
  color:#526b87 !important;
  font-size:13px !important;
  line-height:1.35 !important;
}
@media(max-width:600px){
  .owner-audience{
    width:calc(100% - 24px) !important;
    min-width:0 !important;
    max-width:none !important;
    margin:12px 12px 0 !important;
    padding:18px 16px !important;
    align-items:flex-start !important;
    gap:13px !important;
  }
  .owner-audience-icon{
    flex-basis:48px !important;
    width:48px !important;
    height:48px !important;
    font-size:25px !important;
    border-radius:11px !important;
  }
  .owner-audience h2{
    font-size:21px !important;
    letter-spacing:-.2px !important;
  }
  .owner-audience p{
    font-size:14px !important;
  }
  .owner-audience small{
    font-size:12px !important;
  }
}


/* =========================================================
   SIDEBAR-FREE COMPARISON DESKTOP — approved September 2026
   Mobile retains the existing slide-out sidebar experience.
   ========================================================= */
.compare-brand-header{
  display:none;
}
@media(min-width:1001px){
  .compare-one-page .app-shell{
    display:block;
  }
  .compare-one-page .sidebar{
    display:none;
  }
  .compare-one-page .app-main{
    width:100%;
    padding:0 3% 28px;
  }
  .compare-one-page .compare-brand-header{
    min-height:86px;
    margin:0 -3.2% 34px;
    padding:16px calc(3.2% + 2px);
    display:flex;
    align-items:center;
    background:
      linear-gradient(155deg,transparent 64%,rgba(82,55,236,.7) 64%,rgba(64,43,221,.92) 78%,rgba(45,40,203,.96) 100%),
      linear-gradient(112deg,#06172f 0%,#082952 57%,#123a8b 100%);
    border-bottom:3px solid transparent;
    border-image:linear-gradient(90deg,#28b84f,#22d3a1,#1769e8) 1;
    box-shadow:0 8px 22px rgba(7,29,58,.14);
  }
  .compare-one-page .compare-brand{
    margin:0;
    color:#fff;
  }
  .compare-one-page .compare-brand .logo-mark{
    width:48px;
    height:48px;
    background:rgba(255,255,255,.12);
    box-shadow:0 5px 14px rgba(0,0,0,.17);
  }
  .compare-one-page .compare-brand .brand-name{
    font-size:25px;
  }
  .compare-one-page .compare-brand .brand-tag{
    color:#82b7ff;
  }
  .compare-one-page .app-topbar{
    position:relative;
    padding:0 0 0 20px;
    margin-bottom:24px;
  }
  .compare-one-page .app-topbar::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:4px;
    border-radius:4px;
    background:linear-gradient(180deg,#1769e8,#28d881);
  }
  .compare-one-page .app-topbar h1{
    font-size:32px;
    letter-spacing:-.7px;
  }
}


/* Sidebar-free Comparison layout on tablets and phones */
@media(max-width:1000px){
  .compare-one-page .app-shell{
    display:block;
  }
  .compare-one-page .sidebar,
  .compare-one-page .sidebar-toggle{
    display:none !important;
  }
  .compare-one-page .app-main{
    width:100%;
    padding:0 16px 22px;
  }
  .compare-one-page .compare-brand-header{
    min-height:72px;
    margin:0 -16px 24px;
    padding:12px 16px;
    display:flex;
    align-items:center;
    background:
      linear-gradient(150deg,transparent 62%,rgba(82,55,236,.78) 62%,rgba(45,40,203,.96) 100%),
      linear-gradient(112deg,#06172f 0%,#082952 68%,#123a8b 100%);
    border-bottom:3px solid transparent;
    border-image:linear-gradient(90deg,#28b84f,#22d3a1,#1769e8) 1;
    box-shadow:0 6px 18px rgba(7,29,58,.14);
  }
  .compare-one-page .compare-brand{
    margin:0;
    color:#fff;
  }
  .compare-one-page .compare-brand .logo-mark{
    width:42px;
    height:42px;
    background:rgba(255,255,255,.12);
    box-shadow:0 4px 12px rgba(0,0,0,.16);
  }
  .compare-one-page .compare-brand .brand-name{
    font-size:22px;
  }
  .compare-one-page .compare-brand .brand-tag{
    color:#82b7ff;
  }
  .compare-one-page .app-topbar{
    position:relative;
    padding-left:15px;
    margin-bottom:20px;
  }
  .compare-one-page .app-topbar::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:4px;
    border-radius:4px;
    background:linear-gradient(180deg,#1769e8,#28d881);
  }
}
@media(max-width:650px){
  .compare-one-page .app-topbar h1{
    font-size:25px;
  }
  .compare-one-page .app-topbar p{
    font-size:13px;
    line-height:1.45;
  }
}


/* Match the manual Add Station search to the primary station search. */
#gpManualStationInput.gp-manual-station-input {
  width: 100%;
  height: 43px;
  border: 1px solid #ccd6e2;
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: var(--text);
  font: inherit;
}
