/* =========================================================
   GetTempCover Cover Options Page
   Page-only CSS. Header/footer are controlled by styles.css.
========================================================= */

:root{
  --ink:#101828;
  --muted:#667085;
  --line:#e5e7eb;
  --green:#00e676;
  --lime:#b9ff66;
  --deep:#031b10;
  --soft:#f6ffe8;
}

body.cover-page{
  background:
    radial-gradient(circle at 8% 4%, rgba(185,255,102,.18), transparent 26%),
    radial-gradient(circle at 88% 8%, rgba(0,230,118,.10), transparent 30%),
    linear-gradient(180deg,#fff 0%,#fbfffd 44%,#f6fff9 100%);
  color:#101828;
}

.cover-shell{
  overflow:hidden;
}

.cover-hero{
  position:relative;
  overflow:hidden;
  border-bottom:1px solid #d7ffe5;
  background:
    radial-gradient(circle at 82% 18%, rgba(185,255,102,.42), transparent 28%),
    radial-gradient(circle at 16% 18%, rgba(0,230,118,.16), transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#fbfffd 54%,#f6fff9 100%);
}

.cover-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(0,168,90,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,168,90,.045) 1px, transparent 1px);
  background-size:42px 42px;
  mask-image:radial-gradient(circle at center, black, transparent 74%);
  pointer-events:none;
}

.cover-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr 360px;
  gap:38px;
  align-items:center;
  padding:68px 0 82px;
}

.breadcrumb{
  display:flex;
  align-items:center;
  gap:9px;
  color:#667085;
  font-weight:850;
  font-size:14px;
  margin-bottom:18px;
}

.breadcrumb a{
  color:#00a85a;
}

.breadcrumb i{
  font-size:10px;
  color:#98a2b3;
}

.cover-badge,
.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:10px 14px;
  border-radius:999px;
  background:#f6ffe8;
  border:1px solid #d7ffe5;
  color:#00a85a;
  font-weight:950;
}

.cover-badge{
  margin-bottom:18px;
}

.section-kicker{
  padding:7px 11px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin-bottom:14px;
}

.cover-hero h1{
  margin:0 0 18px;
  font-size:clamp(42px,6vw,76px);
  line-height:.96;
  letter-spacing:-.078em;
  color:#101828;
  max-width:900px;
}

.cover-hero p{
  color:#667085;
  font-size:18px;
  max-width:800px;
  margin:0;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.primary-action,
.secondary-action{
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 20px;
  border-radius:999px;
  font-weight:1000;
}

.primary-action{
  background:linear-gradient(135deg,#b9ff66,#00e676);
  color:#031b10;
  box-shadow:0 18px 45px rgba(185,255,102,.28);
}

.secondary-action{
  background:#fff;
  color:#101828;
  border:1px solid #d7ffe5;
}

.hero-card,
.sidebar-card,
.cover-card,
.cover-cta{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:32px;
  padding:30px;
  box-shadow:0 18px 55px rgba(16,24,40,.06);
}

.hero-card{
  border-color:#d7ffe5;
  box-shadow:0 24px 75px rgba(16,24,40,.10);
}

.hero-card-icon{
  width:68px;
  height:68px;
  border-radius:22px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#b9ff66,#00e676);
  color:#031b10;
  font-size:28px;
  margin-bottom:18px;
}

.hero-card h2,
.sidebar-card h2{
  margin:0 0 10px;
  font-size:30px;
  line-height:1;
  letter-spacing:-.055em;
}

.hero-card p,
.sidebar-card p{
  color:#667085;
  line-height:1.65;
}

.hero-points{
  display:grid;
  gap:10px;
  margin-top:20px;
}

.hero-points span{
  display:flex;
  align-items:center;
  gap:10px;
  color:#344054;
  font-weight:850;
}

.hero-points i{
  color:#00a85a;
}

.cover-quick{
  position:relative;
  z-index:3;
  margin-top:-28px;
  background:#fff;
  border:1px solid #d7ffe5;
  border-radius:28px;
  padding:16px;
  box-shadow:0 18px 55px rgba(16,24,40,.075);
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
}

.cover-quick a{
  padding:10px 13px;
  border-radius:999px;
  background:#fbfffd;
  border:1px solid #e5e7eb;
  color:#344054;
  font-weight:900;
  font-size:14px;
}

.cover-quick a:hover{
  border-color:#b8f7d1;
  color:#00a85a;
}

.cover-layout{
  display:grid;
  grid-template-columns:1fr 340px;
  gap:30px;
  align-items:start;
  padding:42px 0 88px;
}

.cover-content{
  display:grid;
  gap:24px;
}

.cover-card{
  scroll-margin-top:120px;
}

.cover-card h2,
.cover-cta h2{
  margin:0 0 16px;
  font-size:clamp(30px,4vw,48px);
  line-height:1;
  letter-spacing:-.065em;
}

.cover-card h3{
  margin:0 0 10px;
  font-size:23px;
  line-height:1.1;
  letter-spacing:-.045em;
}

.cover-card p,
.cover-card li,
.cover-cta p{
  color:#667085;
  font-size:16px;
  line-height:1.75;
}

.highlight-box,
.warning-box{
  border-radius:24px;
  padding:20px;
  margin:22px 0;
}

.highlight-box{
  background:#f6ffe8;
  border:1px solid #d7ffe5;
}

.warning-box{
  background:#fff7ed;
  border:1px solid #fed7aa;
}

.option-grid,
.vehicle-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:22px;
}

.option-grid div,
.vehicle-grid div{
  background:#fbfffd;
  border:1px solid #e5e7eb;
  border-radius:22px;
  padding:20px;
}

.option-grid i,
.vehicle-grid i{
  width:48px;
  height:48px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:#f6ffe8;
  color:#00a85a;
  font-size:20px;
  margin-bottom:14px;
}

.driver-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:22px;
}

.driver-grid div{
  background:#fbfffd;
  border:1px solid #e5e7eb;
  border-radius:22px;
  padding:20px;
}

.driver-grid strong{
  display:block;
  color:#101828;
  font-size:19px;
  margin-bottom:8px;
}

.driver-grid span{
  color:#667085;
  line-height:1.6;
}

.use-list{
  display:grid;
  gap:14px;
}

.use-list > div{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:16px;
  background:#fbfffd;
  border:1px solid #e5e7eb;
  border-radius:22px;
  padding:18px;
}

.use-list span{
  width:54px;
  height:54px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#b9ff66,#00e676);
  color:#031b10;
  font-weight:1000;
}

.table-wrap{
  overflow-x:auto;
  margin-top:22px;
}

table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border:1px solid #e5e7eb;
  border-radius:22px;
}

th,
td{
  padding:16px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid #eef2f7;
}

th{
  background:#f6ffe8;
  color:#101828;
  font-weight:1000;
}

td{
  color:#667085;
}

tr:last-child td{
  border-bottom:0;
}

.limit-list{
  padding-left:22px;
}

.limit-list li{
  margin:10px 0;
}

.faq-card details{
  border:1px solid #e5e7eb;
  background:#fbfffd;
  border-radius:18px;
  padding:0;
  margin:10px 0;
  overflow:hidden;
}

.faq-card summary{
  cursor:pointer;
  padding:18px;
  font-weight:1000;
  color:#101828;
}

.faq-card details p{
  padding:0 18px 18px;
}

.cover-cta{
  text-align:center;
  background:
    radial-gradient(circle at 80% 10%, rgba(185,255,102,.26), transparent 32%),
    #031b10;
  border-color:#063b22;
  color:#fff;
}

.cover-cta h2{
  color:#fff;
}

.cover-cta p{
  color:#d8ffe7;
  max-width:620px;
  margin:0 auto 22px;
}

.cover-sidebar{
  position:sticky;
  top:112px;
  display:grid;
  gap:18px;
}

.sidebar-links{
  display:grid;
  gap:10px;
}

.sidebar-links a{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:0 14px;
  border-radius:16px;
  background:#f6ffe8;
  color:#00a85a;
  border:1px solid #d7ffe5;
  font-weight:900;
}

.note-card{
  background:#fffaf5;
  border-color:#fed7aa;
}

.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:.5s ease;
}

.reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}

@media(max-width:1080px){
  .cover-hero-grid,
  .cover-layout{
    grid-template-columns:1fr;
  }

  .cover-sidebar{
    position:static;
  }
}

@media(max-width:740px){
  .cover-hero-grid{
    padding:52px 0 66px;
  }

  .cover-hero h1{
    font-size:42px;
  }

  .hero-actions{
    display:grid;
  }

  .primary-action,
  .secondary-action{
    width:100%;
  }

  .cover-quick{
    justify-content:flex-start;
    overflow-x:auto;
    flex-wrap:nowrap;
  }

  .cover-quick a{
    white-space:nowrap;
  }

  .cover-layout{
    padding:30px 0 64px;
  }

  .cover-card,
  .hero-card,
  .sidebar-card,
  .cover-cta{
    padding:22px;
    border-radius:26px;
  }

  .option-grid,
  .vehicle-grid,
  .driver-grid{
    grid-template-columns:1fr;
  }

  .use-list > div{
    grid-template-columns:1fr;
  }
}
