/* ==========================================================
   FEARTICKET — Page-specific styles: pricing.html
   Shared rules live in common.css.
   ========================================================== */

.hero{padding:64px 0 0; position:relative;}

.whatsnew{background:var(--ink2); padding-top:0; padding-bottom:88px;}

.rule-visual{background:var(--ink2); border:1px solid rgba(244,236,220,0.14); border-radius:10px;
    overflow:hidden; box-shadow:0 34px 70px -30px rgba(0,0,0,0.65);}

.client-logos{margin-top:60px; padding-top:38px; border-top:1px dashed var(--paper-line);}

.cl-logo{width:128px; height:56px; flex-shrink:0;
    display:flex; align-items:center; justify-content:center;
    background:rgba(34,28,27,0.03); border:1px dashed var(--paper-line); border-radius:6px;
    opacity:0.55; transition:opacity .15s, border-color .15s;}

.cl-logo:hover{opacity:0.9; border-color:var(--fog-dim);}

.cl-logo svg{width:26px; height:26px; color:var(--fog-dim);}

.cl-logo:nth-child(3n+2){width:150px;}

.cl-logo:nth-child(4n+1){width:112px;}

@media (max-width: 980px){
    .nav-links{display:none;}
    .nav-cta{display:none;}
    .menu-toggle{display:block;}
    .mobile-nav{
      display:block;
      position:fixed; top:64px; right:-100%; width:100%; bottom:0;
      background:var(--ink);
      padding:8px 28px 40px;
      overflow-y:auto;
      transition:right .28s ease;
      z-index:99;
      border-top:1px solid rgba(244,236,220,0.1);
    }
    .mobile-nav.open{right:0;}
    .mobile-nav ul{list-style:none; margin:0; padding:20px 0; display:flex; flex-direction:column; gap:4px;}
    .mobile-nav > ul > li > a{display:block; padding:14px 0; font-size:17px; color:var(--paper); text-decoration:none; border-bottom:1px solid rgba(244,236,220,0.08);}
    .mnav-group{padding:14px 0; border-bottom:1px solid rgba(244,236,220,0.08);}
    .mnav-label{display:block; font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:0.1em; text-transform:uppercase; color:var(--fog-dim); margin-bottom:10px;}
    .mnav-group a{display:block; padding:9px 0 9px 4px; font-size:15px; color:var(--fog); text-decoration:none; border-left:2px solid rgba(244,236,220,0.15); padding-left:14px; margin-bottom:2px;}
    .mnav-group a:last-child{margin-bottom:0;}
    .mobile-nav .btn{width:100%; justify-content:center; margin-top:18px;}
    .ticket{grid-template-columns:1fr;}
    .ticket-stub{border-left:none; border-top:2px dashed var(--paper-line);}
    .ticket-stub::before, .ticket-stub::after{left:50%; transform:translateX(-50%);}
    .ticket-stub::before{top:-14px;} .ticket-stub::after{bottom:-14px; top:auto;}
    .feature-grid{grid-template-columns:repeat(2,1fr);}
    .receipt-wrap{grid-template-columns:1fr;}
    .flex-section{grid-template-columns:1fr;}
    .industry-grid{
      grid-template-columns:1fr 1fr; grid-template-rows:none;
      grid-template-areas:"feat feat" "a b" "c d";
    }
    .industry-card{min-height:200px;}
    .industry-card.featured{min-height:280px;}
    .ts-slide{flex:0 0 calc((100% - 22px)/2);}
    .ts-nav{width:38px; height:38px; font-size:16px;}
    .ts-nav.prev{left:0;}
    .ts-nav.next{right:0;}
    .growth-grid{grid-template-columns:1fr;}
    .stub-row{grid-template-columns:1fr;}
    .foot-grid{grid-template-columns:1fr 1fr;}
    .stub-admit{display:none;}
  }

@media (max-width: 600px){
    .feature-grid{grid-template-columns:1fr;}
    .ticket-main{padding:40px 24px 30px;}
    .ticket-stub{padding:34px 24px;}
    .ticket-foot{padding:16px 24px;}
    .foot-grid{grid-template-columns:1fr;}
    .industry-grid{grid-template-columns:1fr; grid-template-areas:"feat" "a" "b" "c" "d";}
    .industry-card, .industry-card.featured{min-height:220px;}
    .ts-slide{flex:0 0 calc(100% - 8px);}
    .ts-nav{display:none;}
    .cl-row{gap:14px 22px;}
  }

.sec-intro{display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:center; margin-bottom:56px;}

.sec-intro .section-head{margin-bottom:0; max-width:none;}

@media (max-width:980px){
    .sec-intro{grid-template-columns:1fr; gap:32px;}
  }

@media (max-width:600px){
    .pos-body{grid-template-columns:1fr;}
    .pos-items{border-right:none; border-bottom:1px solid var(--paper-line);}
  }

.phone-screen{background:var(--ink); border-radius:26px; padding:26px 18px 20px; min-height:490px;}

.phone-top{display:flex; justify-content:space-between; font-size:11px; color:var(--fog); margin-bottom:20px;}

.phone-event{font-size:11.5px; color:var(--fog); margin-bottom:3px;}

.phone-event .live-dot{width:6px; height:6px; border-radius:50%; background:var(--scan); display:inline-block; margin-left:6px;}

.phone-title{font-family:'Big Shoulders Display',sans-serif; font-weight:800; font-size:15px; letter-spacing:0.06em; color:var(--paper); margin-bottom:14px;}

.phone-stat{background:var(--ink2); border-radius:8px; padding:13px 14px;}

.phone-stat .ps-num{font-family:'IBM Plex Mono',monospace; font-weight:600; font-size:19px; color:var(--ember); display:block;}

.phone-stat .ps-num.alt{color:var(--paper);}

.phone-stat .ps-lbl{font-size:9.5px; color:var(--fog-dim); text-transform:uppercase; letter-spacing:0.04em;}

.phone-scan{background:var(--ember); color:var(--ink); text-align:center; border-radius:8px; padding:12px;
    font-weight:700; font-size:12.5px; display:flex; align-items:center; justify-content:center; gap:8px; margin-bottom:16px;}

.phone-scan svg{width:15px; height:15px;}

.phone-order{display:flex; justify-content:space-between; align-items:center; font-size:11px; color:var(--fog);
    border-bottom:1px dashed rgba(244,236,220,0.12); padding-bottom:8px;}

.phone-order b{color:var(--paper); display:block; font-size:12px; font-weight:600;}

.phone-order .po-amt{color:var(--scan); font-family:'IBM Plex Mono',monospace; font-weight:600; font-size:12px;}

@media (max-width:980px){
    .es-grid{grid-template-columns:1fr 1fr;}
    .es-grid .es-card:nth-child(3){grid-column:span 2;}
    .es-more-row{grid-template-columns:1fr;}
    .mini-grid{grid-template-columns:repeat(2,1fr);}
    .bo-grid{grid-template-columns:1fr; gap:40px;}
    .bo-grid .phone-col{order:-1;}
    .bo-more-grid{grid-template-columns:repeat(2,1fr);}
  }

@media (max-width:600px){
    .es-grid{grid-template-columns:1fr;}
    .es-grid .es-card:nth-child(3){grid-column:span 1;}
    .mini-grid{grid-template-columns:1fr;}
    .bo-more-grid{grid-template-columns:1fr;}
    .phone{width:100%; max-width:280px;}
  }

.setup-step h4{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:15.5px; color:var(--paper); margin:0 0 8px; text-transform:none;}

.gateway-row{display:flex; flex-wrap:wrap; align-items:center; gap:14px; justify-content:center;
    margin-top:40px; padding-top:32px; border-top:1px dashed rgba(244,236,220,0.14);}

.dtrust-row{display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:16px 22px; margin-top:28px;}

.dtrust-logo{width:128px; height:56px; flex-shrink:0;
    display:flex; align-items:center; justify-content:center;
    background:rgba(244,236,220,0.03); border:1px dashed rgba(244,236,220,0.18); border-radius:6px;
    opacity:0.6; transition:opacity .15s, border-color .15s;}

.dtrust-logo:hover{opacity:0.95; border-color:rgba(244,236,220,0.4);}

.dtrust-logo svg{width:26px; height:26px; color:var(--fog-dim);}

.dtrust-logo:nth-child(3n+2){width:150px;}

.dtrust-logo:nth-child(4n+1){width:112px;}

@media (max-width:980px){
    .setup-grid{grid-template-columns:repeat(2,1fr);}
  }

@media (max-width:600px){
    .setup-grid{grid-template-columns:1fr;}
  }

/* ---------- PRICING HERO ----------
   One focal point. The headline is folded into the price so the h1 still
   carries the keywords for search, but visually the number is the only thing
   at display scale - previously an h1 at 54px and the price at 96px competed,
   and neither won. The old .sub was dropped as well: it repeated the section
   immediately below it almost word for word. */
.p-hero{position:relative; overflow:hidden;}

/* warm glow anchored behind the number, so the price reads as the focal point */
.p-hero::before{
  content:""; position:absolute; left:50%; top:46%; transform:translate(-50%,-50%);
  width:min(760px,88vw); height:340px; pointer-events:none; z-index:0;
  background:radial-gradient(ellipse at center, rgba(232,93,47,0.20) 0%, rgba(232,93,47,0.07) 38%, transparent 70%);
}

.p-hero .wrap{position:relative; z-index:1;}

.price-h1{display:block; max-width:none; margin:0 auto;}

.ph-lead{
  display:block; font-family:'Space Grotesk',sans-serif; font-weight:600;
  font-size:clamp(15px,1.5vw,18px); letter-spacing:0.01em; text-transform:none;
  color:var(--fog); margin-bottom:6px;
}

.phs-badge{
  display:inline-block; margin:6px 0 0;
  font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:12.5px;
  letter-spacing:0.08em; text-transform:uppercase; color:var(--ember);
  background:rgba(232,93,47,0.1); border:1px solid rgba(232,93,47,0.45);
  border-radius:30px; padding:9px 20px;
}

.phs-plus{font-family:'IBM Plex Mono',monospace; font-size:15px; letter-spacing:0.02em;
    color:var(--fog); text-align:center; margin:0 0 20px;}

.phs-plus strong{color:var(--ember); font-weight:600;}

.price-hero-stat{display:inline-flex; align-items:flex-end; justify-content:center; gap:10px; flex-wrap:wrap;}

/* the unit sits inside the h1 now, so it inherits uppercase from the global
   heading rule - reset it back to sentence case */
.price-h1 .phs-unit{text-transform:none; letter-spacing:0; font-size:17px; color:var(--fog);}

.phs-plus{margin:18px 0 0;}

@media (max-width:600px){
  .p-hero::before{height:240px;}
  .phs-badge{font-size:11.5px; padding:8px 16px;}
}

@media (max-width:980px){
    .mini-grid.centered-grid{grid-template-columns:repeat(2,1fr); max-width:640px;}
  }

@media (max-width:600px){
    .mini-grid.centered-grid{grid-template-columns:1fr; max-width:400px;}
  }

.sec-intro{display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:center;}

#service-fee .section-head p.lead{font-size:18px; line-height:1.65; color:var(--fog);}

.fee-choices{list-style:none; margin:32px 0 0; padding:0; display:flex; flex-direction:column; gap:4px;}

.fee-choices li{display:flex; gap:18px; align-items:flex-start;
    padding:20px 0; border-bottom:1px solid rgba(244,236,220,0.1);}

.fee-choices li:last-child{border-bottom:none;}

.fc-n{font-family:'IBM Plex Mono',monospace; font-weight:700; font-size:15px; letter-spacing:0.08em;
    color:var(--fog-dim); flex-shrink:0; padding-top:2px; min-width:26px;}

.fee-choices li.best .fc-n{color:var(--scan);}

.fc-body{flex:1; min-width:0;}

.fc-body h3{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:19px; color:var(--paper);
    text-transform:none; letter-spacing:0; margin:0 0 7px; line-height:1.3;}

.fc-body h3 em{font-style:normal; font-family:'IBM Plex Mono',monospace; font-size:10.5px; font-weight:600;
    letter-spacing:0.08em; text-transform:uppercase; color:var(--scan);
    background:rgba(79,217,138,0.12); border:1px solid rgba(79,217,138,0.35);
    border-radius:20px; padding:3px 9px; margin-left:8px; vertical-align:middle; white-space:nowrap;}

.fc-body p{font-size:15.5px; line-height:1.6; color:var(--fog); margin:0;}

.fee-example{background:var(--ink2); border:1px solid rgba(244,236,220,0.14);
    border-radius:12px; overflow:hidden; box-shadow:0 40px 90px -34px rgba(0,0,0,0.65);}

.fx-body{padding:20px; display:flex; flex-direction:column; gap:14px;}

.fx-option{background:var(--ink); border:1px solid rgba(244,236,220,0.1); border-radius:10px; padding:18px 20px;}

.fx-option.best{border-color:rgba(79,217,138,0.4);
    background:linear-gradient(135deg, rgba(79,217,138,0.07), transparent 60%), var(--ink);}

.fx-opt-head{display:flex; align-items:center; gap:10px; margin-bottom:14px; flex-wrap:wrap;}

.fx-tag{font-family:'IBM Plex Mono',monospace; font-size:9.5px; letter-spacing:0.1em; text-transform:uppercase;
    color:var(--fog-dim); background:rgba(244,236,220,0.07); border:1px solid rgba(244,236,220,0.18);
    border-radius:20px; padding:3px 9px; flex-shrink:0;}

.fx-tag.on{color:var(--scan); background:rgba(79,217,138,0.12); border-color:rgba(79,217,138,0.4);}

.fx-opt-name{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:15px; color:var(--paper);}

.fx-row{display:flex; justify-content:space-between; align-items:baseline; gap:16px; padding:6px 0;
    font-size:13.5px; color:var(--fog);}

.fx-row span:last-child{font-family:'IBM Plex Mono',monospace; font-weight:600; color:var(--paper); white-space:nowrap;}

.fx-row.rule{border-top:1px dashed rgba(244,236,220,0.16); margin-top:6px; padding-top:12px;}

.fx-row.neg span:last-child{color:#e8735f;}

.fx-row.keep{border-top:1px solid rgba(244,236,220,0.22); margin-top:6px; padding-top:12px;
    font-family:'Space Grotesk',sans-serif; font-weight:700; color:var(--paper); font-size:14.5px;}

.fx-row.keep span:last-child{font-size:18px; color:var(--scan);}

.fx-gain{display:flex; align-items:baseline; gap:10px; flex-wrap:wrap;
    margin-top:14px; padding-top:14px; border-top:1px dashed rgba(79,217,138,0.3);}

.fx-gain strong{font-family:'Big Shoulders Display',sans-serif; font-weight:900; font-size:26px; color:var(--scan); line-height:1;}

.fx-gain span{font-size:12.5px; color:var(--fog); line-height:1.45; flex:1; min-width:150px;}

.fx-note{margin:0; padding:16px 22px 20px; border-top:1px dashed rgba(244,236,220,0.12);
    font-family:'IBM Plex Mono',monospace; font-size:11.5px; line-height:1.6; color:var(--fog-dim);}

@media (max-width:980px){
    .sec-intro{grid-template-columns:1fr; gap:32px;}
  }

.vol-callout{display:grid; grid-template-columns:1.5fr 1fr; gap:48px; align-items:center;
    background:var(--ink2); border:1px solid rgba(232,93,47,0.28); border-radius:14px;
    padding:44px 46px; position:relative; overflow:hidden;}

.vol-callout::before{content:""; position:absolute; inset:0; pointer-events:none;
    background:radial-gradient(ellipse 46% 120% at 100% 50%, rgba(232,93,47,0.13) 0%, transparent 70%);}

.vol-copy, .vol-cta{position:relative;}

.vol-copy h2{font-size:clamp(26px,3.2vw,38px); color:var(--paper); margin-bottom:16px;}

.vol-copy > p{color:var(--fog); font-size:16px; line-height:1.6; margin:0;}

.vol-copy .check-list li{font-size:14.5px;}

.vol-cta{background:var(--ink); border:1px solid rgba(244,236,220,0.14); border-radius:12px;
    padding:30px 28px; display:flex; flex-direction:column; align-items:flex-start; gap:14px;}

.vol-cta-label{font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:0.12em;
    text-transform:uppercase; color:var(--ember);}

.vol-cta p{font-size:14.5px; color:var(--fog); line-height:1.55; margin:0 0 6px;}

.vol-cta .btn{width:100%; justify-content:center;}

@media (max-width:980px){
    .vol-callout{grid-template-columns:1fr; gap:34px; padding:34px 28px;}
  }
