.page-faq{
  --faq-tone-basic:#ECE9E4;
  --faq-tone-compare:#DEEBF5;
  --faq-tone-calendar:#F4ECD8;
  --faq-tone-android:#F6E3DF;
  --faq-tone-contact:#DFEAF6;
  --faq-card-shadow:6px 6px 0 rgba(27,42,74,.12);
  background:linear-gradient(180deg,#EAF2FA 0%,#F7F5F0 100%);
}
.page-faq .faq-hero{
  position:relative;
  overflow:hidden;
  padding:32px 0 48px;
}
.page-faq .faq-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,#DCEAF6 0%,#F7F5F0 55%,#F4ECD8 130%);
  z-index:0;
  pointer-events:none;
}
.page-faq .faq-hero::after{
  content:"";
  position:absolute;
  right:-64px;
  top:-64px;
  width:220px;
  height:220px;
  border:26px solid rgba(192,48,40,.07);
  transform:rotate(12deg);
  z-index:0;
  pointer-events:none;
}
.page-faq .faq-hero-inner{
  position:relative;
  z-index:1;
  display:grid;
  gap:34px;
  align-items:center;
}
.page-faq .faq-hero-copy{
  max-width:660px;
}
.page-faq .faq-hero-copy .breadcrumb{
  margin-bottom:18px;
}
.page-faq .faq-hero-copy h1{
  margin:8px 0 18px;
  font-family:var(--font-heading);
  font-size:clamp(34px,7.2vw,56px);
  font-weight:800;
  line-height:1.08;
  letter-spacing:.01em;
  color:var(--ink);
}
.page-faq .faq-hero-lead{
  max-width:58ch;
  margin:0;
  padding-left:16px;
  border-left:4px solid var(--red);
  font-size:16px;
  line-height:1.8;
  color:#3A405A;
}
.page-faq .faq-hero-facts{
  list-style:none;
  margin:22px 0 0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.page-faq .faq-hero-facts li{
  padding:7px 12px;
  border:2px solid var(--navy);
  background:var(--white);
  box-shadow:2px 2px 0 rgba(27,42,74,.14);
  font-size:13px;
  font-weight:600;
  color:var(--ink);
}
.page-faq .faq-hero-visual{
  display:flex;
  justify-content:center;
}
.page-faq .faq-hero-img{
  width:min(600px,100%);
  max-width:100%;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(10px 10px 0 rgba(27,42,74,.12));
}
.page-faq .faq-area{
  padding:48px 0 72px;
}
.page-faq .faq-layout{
  display:grid;
  gap:34px;
  align-items:start;
}
.page-faq .faq-toc{
  background:var(--white);
  border:2px solid var(--navy);
  box-shadow:var(--faq-card-shadow);
  padding:16px;
}
.page-faq .faq-toc-head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  margin-bottom:12px;
}
.page-faq .faq-toc-title{
  font-family:var(--font-heading);
  font-size:20px;
  font-weight:800;
  letter-spacing:.03em;
  color:var(--ink);
}
.page-faq .faq-toc-sub{
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  color:var(--red);
}
.page-faq .faq-toc-nav{
  display:flex;
  gap:8px;
  overflow-x:auto;
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
}
.page-faq .faq-toc-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  flex:0 0 auto;
  padding:8px 12px;
  border:2px solid transparent;
  background:var(--fog);
  color:var(--ink);
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
  transition:border-color .25s ease,background .25s ease,transform .25s ease;
}
.page-faq .faq-toc-link span{
  font-family:var(--font-heading);
  font-weight:800;
  color:var(--red);
}
.page-faq .faq-toc-link:hover{
  border-color:var(--red);
  background:var(--white);
  transform:translateY(-2px);
}
.page-faq .faq-toc-cta{
  display:none;
}
.page-faq .faq-stack{
  display:grid;
  gap:40px;
  min-width:0;
}
.page-faq .faq-section{
  padding:24px 18px;
  border:2px solid var(--navy);
  box-shadow:8px 8px 0 rgba(27,42,74,.10);
  scroll-margin-top:calc(var(--header-total) + 20px);
}
.page-faq .faq-tone-basic{background:var(--faq-tone-basic);}
.page-faq .faq-tone-compare{background:var(--faq-tone-compare);}
.page-faq .faq-tone-calendar{background:var(--faq-tone-calendar);}
.page-faq .faq-tone-android{background:var(--faq-tone-android);}
.page-faq .faq-tone-contact{background:var(--faq-tone-contact);}
.page-faq .faq-section-head{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:4px 16px;
  align-items:start;
  margin-bottom:22px;
  padding-bottom:16px;
  border-bottom:2px solid rgba(27,42,74,.18);
}
.page-faq .faq-section-num{
  grid-row:1 / 3;
  font-family:var(--font-heading);
  font-size:42px;
  font-weight:800;
  line-height:.9;
  color:var(--red);
  opacity:.35;
}
.page-faq .faq-section-title .plate-label{
  margin:0 0 5px;
}
.page-faq .faq-section-title h2{
  margin:0;
  font-family:var(--font-heading);
  font-size:30px;
  font-weight:800;
  line-height:1.1;
  letter-spacing:.02em;
  color:var(--ink);
}
.page-faq .faq-section-desc{
  grid-column:2;
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:var(--ink);
  opacity:.75;
}
.page-faq .faq-item{
  margin:0 0 14px;
  border:2px solid var(--navy);
  background:var(--white);
  box-shadow:3px 3px 0 rgba(27,42,74,.12);
}
.page-faq .faq-item summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px;
  list-style:none;
  cursor:pointer;
  font-family:var(--font-heading);
  font-size:17px;
  font-weight:700;
  line-height:1.35;
  color:var(--ink);
  transition:background .2s ease;
}
.page-faq .faq-item summary::-webkit-details-marker{
  display:none;
}
.page-faq .faq-item summary:hover{
  background:#FAFAF4;
}
.page-faq .faq-item[open] summary{
  background:#FAFAF4;
  border-bottom:2px solid var(--navy);
}
.page-faq .faq-q{
  flex:1 1 auto;
}
.page-faq .faq-toggle{
  flex:0 0 auto;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border:2px solid var(--navy);
  background:var(--snow);
  transition:transform .3s ease,background .3s ease,border-color .3s ease;
}
.page-faq .faq-toggle svg{
  display:block;
}
.page-faq .faq-item[open] .faq-toggle{
  transform:rotate(45deg);
  background:var(--gold);
  border-color:var(--ink);
}
.page-faq .faq-a{
  padding:16px;
  font-size:15px;
  line-height:1.75;
  color:var(--ink);
}
.page-faq .faq-item[open] .faq-a{
  animation:faqReveal .3s ease-out;
}
.page-faq .faq-a p{
  margin:0;
}
.page-faq .faq-a a{
  color:var(--red);
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
}
.page-faq .faq-a a:hover{
  color:var(--navy);
}
.page-faq .faq-flow{
  margin:22px 0 0;
  padding:14px;
  border:2px solid var(--navy);
  background:var(--white);
  box-shadow:5px 5px 0 rgba(27,42,74,.10);
}
.page-faq .faq-flow-img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
  border:1px solid var(--fog);
}
.page-faq .faq-flow figcaption{
  margin-top:10px;
  text-align:center;
  font-size:12px;
  letter-spacing:.04em;
  color:#3A405A;
}
@keyframes faqReveal{
  from{
    opacity:0;
    transform:translateY(-6px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}
@media (min-width:600px){
  .page-faq .faq-hero{
    padding:40px 0 56px;
  }
  .page-faq .faq-hero-facts li{
    font-size:14px;
  }
  .page-faq .faq-section{
    padding:30px 26px;
  }
  .page-faq .faq-section-num{
    font-size:52px;
  }
  .page-faq .faq-item summary{
    padding:18px 20px;
    font-size:18px;
  }
  .page-faq .faq-a{
    padding:14px 20px 20px;
  }
}
@media (min-width:992px){
  .page-faq .faq-hero{
    padding:52px 0 72px;
  }
  .page-faq .faq-hero-inner{
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
    gap:56px;
  }
  .page-faq .faq-hero-copy h1{
    font-size:56px;
  }
  .page-faq .faq-hero-lead{
    font-size:17px;
  }
  .page-faq .faq-area{
    padding:60px 0 96px;
  }
  .page-faq .faq-layout{
    grid-template-columns:280px minmax(0,1fr);
    gap:48px;
  }
  .page-faq .faq-toc{
    position:sticky;
    top:calc(var(--header-total) + 24px);
    padding:24px;
  }
  .page-faq .faq-toc-head{
    margin-bottom:18px;
  }
  .page-faq .faq-toc-nav{
    display:grid;
    gap:2px;
    overflow:visible;
  }
  .page-faq .faq-toc-link{
    display:flex;
    width:100%;
    padding:12px 8px;
    border:none;
    border-bottom:1px solid var(--fog);
    background:transparent;
    border-radius:0;
  }
  .page-faq .faq-toc-link:hover{
    border-bottom-color:var(--red);
    background:var(--fog);
    transform:none;
  }
  .page-faq .faq-toc-cta{
    display:inline-flex;
    margin-top:22px;
    width:100%;
    justify-content:center;
  }
  .page-faq .faq-section{
    padding:36px;
  }
  .page-faq .faq-section-head{
    margin-bottom:28px;
  }
  .page-faq .faq-section-num{
    font-size:64px;
  }
  .page-faq .faq-section-title h2{
    font-size:36px;
  }
  .page-faq .faq-section-desc{
    font-size:15px;
  }
  .page-faq .faq-item{
    margin-bottom:16px;
  }
  .page-faq .faq-item summary{
    padding:20px 22px;
    font-size:19px;
  }
  .page-faq .faq-a{
    padding:16px 22px 22px;
    font-size:16px;
  }
}
