.pricing-hero{
  position:relative;
  padding-top:72px;
  padding-bottom:72px;
  overflow-x:clip;
}
.pricing-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(var(--color-accent-rgb),.05),rgba(var(--color-pair-rgb),.07)),
    linear-gradient(90deg,transparent,rgba(var(--color-white-rgb),.42),transparent);
}
.pricing-hero-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
  gap:64px;
  align-items:center;
}
.pricing-hero-copy{min-width:0}
.pricing-title{
  max-width:760px;
  margin-top:20px;
  font-size:clamp(52px,5.2vw,68px);
}
.pricing-lede{
  max-width:720px;
  margin-top:24px;
  color:var(--color-muted);
  font-size:19px;
  line-height:1.75;
}
.pricing-hero-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
  margin-top:32px;
}
.pricing-fact-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:36px;
  list-style:none;
}
.pricing-fact-row li{
  display:flex;
  min-width:0;
  padding:16px;
  flex-direction:column;
  background:rgba(var(--color-white-rgb),.72);
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  box-shadow:var(--shadow-soft),var(--inner-highlight);
}
.pricing-fact-row strong{
  font-family:var(--font-display);
  font-size:18px;
  font-weight:820;
}
.pricing-fact-row span{
  margin-top:3px;
  color:var(--color-muted);
  font-size:12px;
}
.pricing-fact-row strong span{
  margin-top:0;
  color:inherit;
  font-size:inherit;
}
.pricing-console{
  position:relative;
  padding:28px;
  overflow:hidden;
}
.pricing-console::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:48%;
  height:8px;
  background:linear-gradient(90deg,var(--color-accent),var(--color-accent-pair));
  border-radius:0 0 0 var(--radius-pill);
}
.console-head{
  display:flex;
  align-items:center;
  gap:14px;
}
.console-mark{
  display:grid;
  width:48px;
  height:48px;
  place-items:center;
  flex-shrink:0;
  color:var(--color-panel);
  background:linear-gradient(135deg,var(--color-accent),var(--color-accent-pair));
  border-radius:var(--radius-md);
  box-shadow:var(--shadow-soft);
}
.console-mark svg{width:24px;height:24px}
.console-head div{
  display:flex;
  min-width:0;
  flex-direction:column;
}
.console-head strong{
  font-family:var(--font-display);
  font-size:18px;
}
.console-head span{
  color:var(--color-muted);
  font-size:13px;
}
.billing-switch{
  display:grid;
  gap:10px;
  margin-top:26px;
}
.billing-switch button{
  display:flex;
  width:100%;
  min-height:72px;
  padding:14px 18px;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  color:var(--color-muted);
  background:var(--color-slot);
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  text-align:left;
  transition:transform var(--transition-fast),border-color var(--transition-fast),background-color var(--transition-fast);
}
.billing-switch button:hover{
  transform:translateY(-1px);
  border-color:var(--color-accent);
}
.billing-switch button[aria-pressed="true"]{
  color:var(--color-accent);
  background:rgba(var(--color-accent-rgb),.08);
  border-color:rgba(var(--color-accent-rgb),.38);
}
.billing-switch button span{
  color:var(--color-ink);
  font-weight:760;
}
.billing-switch button small{
  margin-top:3px;
  font-size:12px;
}
.console-note{
  display:flex;
  gap:10px;
  margin-top:22px;
  padding:16px;
  color:var(--color-muted);
  background:var(--color-slot);
  border-radius:var(--radius-md);
  font-size:13px;
}
.console-note svg{
  width:20px;
  height:20px;
  flex-shrink:0;
  color:var(--color-accent);
}
.pricing-detail-grid{align-items:stretch}
.plan-kind{
  width:max-content;
  margin-bottom:16px;
}
.plan-summary{
  margin-top:18px;
  color:var(--color-muted);
  font-size:14px;
}
.plan-limit{
  margin-top:22px;
  padding:16px;
  background:var(--color-slot);
  border-radius:var(--radius-md);
}
.plan-limit strong{
  color:var(--color-ink);
  font-size:13px;
}
.plan-limit p{
  margin-top:6px;
  color:var(--color-muted);
  font-size:13px;
}
.price-card .plan-limit+.btn-secondary,
.price-card .plan-limit+.btn-primary{
  margin-top:24px;
  transform:none;
}
.price-card .plan-limit+.btn-secondary:hover,
.price-card .plan-limit+.btn-primary:hover{
  transform:translateY(-1px);
}
.monthly-rule{margin-top:34px}
.pricing-slot-section{background:var(--color-slot)}
.traffic-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.traffic-card{
  display:flex;
  min-width:0;
  min-height:100%;
  padding:28px;
  flex-direction:column;
  background:var(--color-panel);
  border:1px solid var(--color-border);
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow-card),var(--inner-highlight);
  transition:transform var(--transition-fast),border-color var(--transition-fast);
}
.traffic-card:hover{
  transform:translateY(-3px);
  border-color:rgba(var(--color-accent-rgb),.38);
}
.traffic-card-featured{
  border-color:var(--color-accent);
  box-shadow:var(--shadow-deep),var(--inner-highlight);
}
.traffic-card h3{
  margin-top:16px;
  font-size:34px;
}
.traffic-card p{
  margin-top:12px;
  color:var(--color-muted);
  font-size:14px;
}
.traffic-price{
  display:flex;
  align-items:flex-end;
  gap:6px;
  margin-top:24px;
}
.traffic-price strong{
  font-family:var(--font-display);
  font-size:38px;
  line-height:1;
}
.traffic-price span{
  color:var(--color-muted);
  font-size:13px;
}
.traffic-card ul{
  display:grid;
  gap:9px;
  margin-top:24px;
  list-style:none;
}
.traffic-card li{
  position:relative;
  padding-left:20px;
  color:var(--color-muted);
  font-size:14px;
}
.traffic-card li::before{
  content:"";
  position:absolute;
  top:.65em;
  left:2px;
  width:7px;
  height:7px;
  background:var(--color-success);
  border-radius:50%;
}
.traffic-card .btn-primary,
.traffic-card .btn-secondary{
  width:100%;
  margin-top:auto;
  flex-shrink:0;
  white-space:nowrap;
  transform:translateY(18px);
}
.traffic-explain{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  margin-top:48px;
  overflow:hidden;
}
.traffic-explain div{
  padding:28px;
  background:var(--color-panel);
}
.traffic-explain div+div{border-left:1px solid var(--color-border)}
.traffic-explain h3{font-size:20px}
.traffic-explain p{
  margin-top:12px;
  color:var(--color-muted);
}
.included-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:30px 48px;
}
.included-item{
  display:flex;
  min-width:0;
  gap:18px;
  align-items:flex-start;
}
.included-icon{
  display:grid;
  width:56px;
  height:56px;
  place-items:center;
  flex:0 0 56px;
  color:var(--color-panel);
  background:linear-gradient(135deg,var(--color-accent),var(--color-accent-pair));
  border-radius:var(--radius-md);
  box-shadow:var(--shadow-soft);
}
.included-icon-pair{
  background:linear-gradient(135deg,var(--color-accent-pair),var(--color-success));
}
.included-icon svg{width:25px;height:25px}
.included-item h3{font-size:20px}
.included-item p{
  margin-top:8px;
  color:var(--color-muted);
}
.pricing-compare th,
.pricing-compare td{
  word-break:keep-all;
}
.pricing-compare th{white-space:nowrap}
.comparison-notes{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin-top:28px;
}
.comparison-notes article{
  padding:24px;
  background:var(--color-panel);
  border:1px solid var(--color-border);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-soft);
}
.comparison-notes h3{font-size:19px}
.comparison-notes p{
  margin-top:10px;
  color:var(--color-muted);
}
.payment-layout{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:64px;
  align-items:start;
}
.payment-copy{min-width:0}
.payment-steps{
  display:grid;
  gap:22px;
  margin-top:36px;
  list-style:none;
  counter-reset:payment-step;
}
.payment-steps li{
  position:relative;
  min-height:52px;
  padding-left:70px;
  counter-increment:payment-step;
}
.payment-steps li::before{
  content:counter(payment-step);
  position:absolute;
  top:0;
  left:0;
  display:grid;
  width:48px;
  height:48px;
  place-items:center;
  color:var(--color-panel);
  background:linear-gradient(135deg,var(--color-accent),var(--color-accent-pair));
  border-radius:var(--radius-md);
  box-shadow:var(--shadow-soft);
  font-family:var(--font-mono);
  font-weight:760;
}
.payment-steps strong{
  color:var(--color-ink);
  font-size:17px;
}
.payment-steps p{
  margin-top:5px;
  color:var(--color-muted);
}
.payment-panel{
  padding:28px;
  position:sticky;
  top:96px;
}
.payment-panel h3{font-size:22px}
.payment-methods{
  display:grid;
  gap:10px;
  margin-top:22px;
  list-style:none;
}
.payment-methods li{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px;
  background:var(--color-slot);
  border-radius:var(--radius-md);
}
.payment-symbol{
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  flex-shrink:0;
  color:var(--color-panel);
  background:var(--color-accent);
  border-radius:var(--radius-sm);
  font-family:var(--font-display);
  font-weight:820;
}
.payment-symbol-mono{
  background:var(--color-accent-pair);
  font-family:var(--font-mono);
}
.payment-methods div{
  display:flex;
  min-width:0;
  flex-direction:column;
}
.payment-methods strong{font-size:15px}
.payment-methods small{
  color:var(--color-muted);
  font-size:12px;
}
.payment-panel .btn-primary{
  width:100%;
  margin-top:24px;
}
.refund-section{
  background:linear-gradient(135deg,rgba(var(--color-accent-rgb),.09),rgba(var(--color-pair-rgb),.11));
}
.refund-panel{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:26px;
  align-items:center;
}
.refund-icon{
  display:grid;
  width:68px;
  height:68px;
  place-items:center;
  color:var(--color-panel);
  background:linear-gradient(135deg,var(--color-accent),var(--color-accent-pair));
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-card);
}
.refund-icon svg{width:32px;height:32px}
.refund-panel h2{
  margin-top:7px;
  font-size:34px;
}
.refund-panel p{
  margin-top:10px;
  color:var(--color-muted);
}
.refund-panel .btn-secondary{
  flex-shrink:0;
  white-space:nowrap;
}
.faq-layout{
  display:grid;
  grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);
  gap:64px;
  align-items:start;
}
.faq-intro{
  position:sticky;
  top:96px;
}
.faq-intro .link-arrow{margin-top:22px}

@media (max-width:1040px){
  .pricing-hero-inner{
    grid-template-columns:1fr;
    gap:40px;
  }
  .pricing-console{max-width:720px}
  .payment-layout{gap:40px}
}
@media (max-width:900px){
  .traffic-grid{grid-template-columns:1fr}
  .payment-layout{grid-template-columns:1fr}
  .payment-panel{
    position:relative;
    top:auto;
  }
  .faq-layout{
    grid-template-columns:1fr;
    gap:36px;
  }
  .faq-intro{
    position:relative;
    top:auto;
  }
}
@media (max-width:768px){
  .pricing-hero{
    padding-top:52px;
    padding-bottom:56px;
  }
  .pricing-title{font-size:40px}
  .pricing-lede{font-size:17px}
  .pricing-fact-row{grid-template-columns:1fr}
  .included-grid{grid-template-columns:1fr}
  .traffic-explain{grid-template-columns:1fr}
  .traffic-explain div+div{
    border-top:1px solid var(--color-border);
    border-left:0;
  }
  .comparison-notes{grid-template-columns:1fr}
  .refund-panel{
    grid-template-columns:auto minmax(0,1fr);
    align-items:start;
  }
  .refund-panel .btn-secondary{
    grid-column:2;
    justify-self:start;
  }
}
@media (max-width:640px){
  .pricing-hero{
    padding-top:36px;
    padding-bottom:44px;
  }
  .pricing-title{font-size:40px}
  .pricing-hero-actions{
    align-items:flex-start;
    flex-direction:column;
  }
  .pricing-console{padding:22px}
  .traffic-card{padding:24px}
  .traffic-explain div{padding:22px}
  .included-item{gap:14px}
  .included-icon{
    width:52px;
    height:52px;
    flex-basis:52px;
  }
  .payment-steps li{padding-left:62px}
  .refund-panel{
    grid-template-columns:1fr;
  }
  .refund-panel .btn-secondary{grid-column:auto}
  .refund-icon{
    width:58px;
    height:58px;
  }
}
@media (max-width:380px){
  .pricing-title{font-size:36px}
  .pricing-console{padding:18px}
  .traffic-card{padding:20px}
  .payment-panel{padding:22px}
}