.coinable-armycc,
.coinable-armycc * { box-sizing: border-box; }

.coinable-armycc {
    --pf-bg: #06101d;
    --pf-bg-2: #08172a;
    --pf-panel: #0b1a2d;
    --pf-panel-2: #0e213a;
    --pf-line: #29425f;
    --pf-line-hot: #4ca8ff;
    --pf-text: #f5f9ff;
    --pf-muted: #a9b8cc;
    --pf-cyan: #63d2ff;
    --pf-blue: #4787ff;
    --pf-violet: #855cff;
    --pf-green: #43d39e;
    --pf-amber: #f0b65a;
    --army-gold: #d7b65a;
    --army-olive: #93a05a;
    --pf-shadow: rgba(0, 0, 0, .38);
    width: min(100%, 1680px);
    margin: 0 auto;
    padding: 24px clamp(10px, 2.3vw, 34px) 64px;
    color: var(--pf-text);
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.coinable-armycc img { max-width: 100%; height: auto; }
.coinable-armycc h1,
.coinable-armycc h2,
.coinable-armycc h3,
.coinable-armycc p { margin-top: 0; }

/* PRI-FLY 2.0 flight-deck hero */
.coinable-armycc__hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, .48fr);
    align-items: center;
    min-height: 420px;
    overflow: hidden;
    border: 1px solid #2b4668;
    border-radius: 24px;
    padding: clamp(30px, 5.4vw, 72px);
    color: var(--pf-text);
    background:
        radial-gradient(circle at 90% 14%, rgba(99, 210, 255, .16), transparent 26%),
        radial-gradient(circle at 74% 84%, rgba(215, 182, 90, .14), transparent 30%),
        linear-gradient(140deg, #071424 0%, #091a30 55%, #0a1630 100%);
    box-shadow: 0 26px 70px var(--pf-shadow), inset 0 1px 0 rgba(255,255,255,.035);
}

.coinable-armycc__hero::before {
    content: "PRI-FLY 2.0  /  CUSTOM COIN FLIGHT DECK";
    position: absolute;
    top: 18px;
    right: 22px;
    z-index: 2;
    color: #89a5c7;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
}

.coinable-armycc__hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .34;
    background:
        linear-gradient(90deg, transparent 0 49.6%, rgba(99,210,255,.08) 49.8% 50.2%, transparent 50.4%),
        repeating-linear-gradient(135deg, transparent 0 54px, rgba(255,255,255,.025) 54px 55px);
    pointer-events: none;
}

.coinable-armycc__hero-content { max-width: 920px; }
.coinable-armycc__eyebrow {
    margin: 0 0 11px;
    color: var(--pf-cyan);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
    line-height: 1.45;
    text-transform: uppercase;
}

.coinable-armycc h1 {
    max-width: 980px;
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(40px, 5.8vw, 82px);
    font-weight: 900;
    line-height: .94;
    letter-spacing: -.045em;
    text-shadow: 0 3px 24px rgba(61,122,255,.18);
}

.coinable-armycc__lead {
    max-width: 840px;
    margin-bottom: 29px;
    color: #c7d4e5;
    font-size: clamp(16px, 1.7vw, 21px);
    line-height: 1.65;
}

.coinable-armycc__actions { display: flex; flex-wrap: wrap; gap: 11px; }
.coinable-armycc__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 10px;
    padding: 13px 22px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .065em;
    line-height: 1.2;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
}
.coinable-armycc__button:hover,
.coinable-armycc__button:focus-visible { transform: translateY(-2px); }
.coinable-armycc__button--primary {
    border: 1px solid #70caff;
    color: #fff !important;
    background: linear-gradient(105deg, #39bdf2 0%, #426cff 52%, #7d4dff 100%);
    box-shadow: 0 12px 28px rgba(66,108,255,.25), inset 0 1px 0 rgba(255,255,255,.2);
}
.coinable-armycc__button--primary:hover { filter: brightness(1.08); box-shadow: 0 14px 34px rgba(91,104,255,.36); }
.coinable-armycc__button--secondary {
    border: 1px solid #415c7d;
    color: #e7f4ff !important;
    background: rgba(10,28,50,.8);
}
.coinable-armycc__button--secondary:hover { border-color: var(--pf-cyan); box-shadow: 0 0 0 3px rgba(99,210,255,.08); }

.coinable-armycc__hero-panel { display: grid; gap: 12px; }
.coinable-armycc__hero-panel div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;
    border: 1px solid #315073;
    border-radius: 14px;
    padding: 17px 19px;
    background: linear-gradient(145deg, rgba(17,41,69,.92), rgba(9,25,45,.9));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 12px 30px rgba(0,0,0,.18);
}
.coinable-armycc__hero-panel strong { color: var(--army-gold); font-size: clamp(34px, 4vw, 52px); line-height: 1; }
.coinable-armycc__hero-panel span { color: #dce8f7; font-size: 10px; font-weight: 900; letter-spacing: .11em; line-height: 1.4; }

/* Intro */
.coinable-armycc__intro {
    display: grid;
    grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr);
    gap: clamp(26px,5vw,72px);
    align-items: center;
    margin-top: 18px;
    border: 1px solid #213a58;
    border-radius: 20px;
    padding: clamp(34px,5vw,64px);
    background: linear-gradient(145deg, #081727 0%, #091a2e 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
.coinable-armycc__intro h2,
.coinable-armycc__section-heading h2,
.coinable-armycc__cta h2 {
    margin-bottom: 13px;
    color: #fff;
    font-size: clamp(28px,3.5vw,49px);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -.035em;
}
.coinable-armycc__intro p,
.coinable-armycc__section-heading > p:last-child,
.coinable-armycc__cta p { color: var(--pf-muted); font-size: 15px; line-height: 1.72; }
.coinable-armycc__highlights { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.coinable-armycc__highlights span {
    position: relative;
    min-height: 56px;
    display: flex;
    align-items: center;
    border: 1px solid #2d4766;
    border-radius: 11px;
    padding: 12px 15px 12px 43px;
    color: #e9f4ff;
    background: linear-gradient(145deg, #0d2037, #0a192b);
    font-size: 12px;
    font-weight: 850;
}
.coinable-armycc__highlights span::before { content: "✓"; position: absolute; left: 16px; color: var(--pf-green); font-size: 16px; font-weight: 900; }

/* Gallery */
.coinable-armycc__gallery {
    margin-top: 18px;
    border: 1px solid #233c5a;
    border-radius: 24px;
    padding: clamp(25px,4vw,52px);
    background:
        radial-gradient(circle at 82% 0%, rgba(78,119,255,.10), transparent 26%),
        linear-gradient(180deg,#071522,#06111f);
    box-shadow: 0 24px 60px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.025);
}
.coinable-armycc__section-heading { max-width: 980px; margin-bottom: 28px; }

/* EXACTLY TWO COMPLETE COIN-SET CARDS PER DESKTOP ROW */
.coinable-armycc__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.coinable-armycc__card {
    position: relative;
    overflow: hidden;
    border: 1px solid #2b4564;
    border-radius: 17px;
    background: linear-gradient(155deg, #0b1b30 0%, #081625 100%);
    box-shadow: 0 14px 34px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.025);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.coinable-armycc__card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 2;
    height: 2px;
    background: linear-gradient(90deg, var(--pf-cyan), var(--army-gold), var(--pf-violet));
    opacity: .88;
}
.coinable-armycc__card:hover {
    transform: translateY(-3px);
    border-color: #456b96;
    box-shadow: 0 18px 42px rgba(0,0,0,.3), 0 0 0 1px rgba(99,210,255,.05);
}

/* Front + back remain paired side by side inside each card */
.coinable-armycc__pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
    padding: 16px 16px 13px;
    background:
        linear-gradient(90deg, transparent 49.7%, rgba(80,111,150,.24) 50%, transparent 50.3%),
        linear-gradient(180deg,#0d2139,#09192b);
}
.coinable-armycc__pair--single { grid-template-columns: 1fr; }
.coinable-armycc__pair figure {
    position: relative;
    min-width: 0;
    margin: 0;
    border: 1px solid #263f5d;
    border-radius: 12px;
    padding: 10px 8px 8px;
    text-align: center;
    background: linear-gradient(160deg, #0a1727 0%, #0d2139 100%);
}
.coinable-armycc__pair img {
    display: block;
    width: min(100%, 300px);
    aspect-ratio: 1;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 8px;
    filter: drop-shadow(0 12px 14px rgba(0,0,0,.28));
    transition: transform .2s ease;
}
.coinable-armycc__card:hover .coinable-armycc__pair img { transform: translateY(-3px) scale(1.015); }
.coinable-armycc__pair figcaption {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    margin-top: 8px;
    border: 1px solid #38577b;
    border-radius: 999px;
    padding: 4px 9px;
    color: #c8dbef;
    background: #0a1a2c;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .13em;
}

.coinable-armycc__card-copy {
    border-top: 1px solid #29425f;
    padding: 17px 18px 19px;
}
.coinable-armycc__card-copy h3 {
    margin-bottom: 11px;
    color: #f3f8ff;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.32;
    letter-spacing: -.01em;
}
.coinable-armycc__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
}
.coinable-armycc__tags :is(span,a) {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    border: 1px solid #365579;
    border-radius: 999px;
    padding: 4px 9px;
    color: #d6e9ff;
    background: #0b2037;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .025em;
    line-height: 1.25;
}
.coinable-armycc__tags :is(span,a):first-child {
    border-color: rgba(99,210,255,.55);
    color: #83deff;
    background: rgba(25,86,119,.24);
}

.coinable-armycc__testimonial {
    position: relative;
    margin: 15px 0 0;
    border: 1px solid #294764;
    border-radius: 11px;
    padding: 14px 14px 13px 35px;
    color: #c3d4e7;
    background: linear-gradient(145deg, rgba(14,37,62,.94), rgba(8,25,43,.94));
}
.coinable-armycc__testimonial::before {
    content: "“";
    position: absolute;
    left: 12px;
    top: 7px;
    color: var(--pf-cyan);
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}
.coinable-armycc__testimonial-label {
    display: block;
    margin-bottom: 5px;
    color: var(--pf-green);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .15em;
}
.coinable-armycc__testimonial p {
    margin: 0 0 6px;
    color: #c2d0e0;
    font-size: 11px;
    font-style: italic;
    line-height: 1.56;
}
.coinable-armycc__testimonial footer {
    color: #eef6ff;
    font-size: 10px;
    font-weight: 850;
}

/* Process */
.coinable-armycc__process {
    margin-top: 18px;
    border: 1px solid #223b59;
    border-radius: 20px;
    padding: clamp(34px,5vw,62px);
    background: #071421;
}
.coinable-armycc__steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.coinable-armycc__steps article {
    position: relative;
    min-height: 200px;
    overflow: hidden;
    border: 1px solid #2b4563;
    border-radius: 14px;
    padding: 21px;
    background: linear-gradient(150deg,#0c2036,#091827);
}
.coinable-armycc__steps strong { display: block; margin-bottom: 24px; color: var(--pf-cyan); font-size: 29px; line-height: 1; }
.coinable-armycc__steps h3 { margin-bottom: 9px; color: #f2f7ff; font-size: 15px; line-height: 1.25; }
.coinable-armycc__steps p { margin-bottom: 0; color: var(--pf-muted); font-size: 12px; line-height: 1.65; }
.coinable-armycc__steps article::after {
    content: "";
    position: absolute;
    width: 84px;
    height: 84px;
    right: -38px;
    bottom: -38px;
    border: 13px solid rgba(91,113,255,.11);
    border-radius: 50%;
}

.coinable-armycc__cta {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 28px;
    align-items: center;
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid #425fa3;
    border-radius: 20px;
    padding: clamp(28px,4.5vw,56px);
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(110,214,255,.16), transparent 28%),
        linear-gradient(115deg,#0a1e38 0%,#183979 55%,#4f2ca4 100%);
    box-shadow: 0 22px 54px rgba(0,0,0,.25);
}
.coinable-armycc__cta h2,
.coinable-armycc__cta p { color: #fff; }
.coinable-armycc__cta p:last-child { max-width: 800px; margin-bottom: 0; color: #cedaf0; }

@media (max-width: 1100px) {
    .coinable-armycc__hero { grid-template-columns: 1fr .42fr; }
    .coinable-armycc__steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .coinable-armycc__cta { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
    .coinable-armycc { padding-inline: 8px; }
    .coinable-armycc__hero { grid-template-columns: 1fr; }
    .coinable-armycc__hero::before { position: static; grid-column: 1; margin-bottom: 16px; }
    .coinable-armycc__hero-panel { width: min(100%, 360px); margin-top: 24px; }
    .coinable-armycc__intro { grid-template-columns: 1fr; }
    .coinable-armycc__grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .coinable-armycc__hero,
    .coinable-armycc__intro,
    .coinable-armycc__gallery,
    .coinable-armycc__process,
    .coinable-armycc__cta { border-radius: 15px; }
    .coinable-armycc__hero { padding: 28px 20px; }
    .coinable-armycc__button { width: 100%; }
    .coinable-armycc__highlights,
    .coinable-armycc__steps { grid-template-columns: 1fr; }
    /* Keep both faces side-by-side even on phones. */
    .coinable-armycc__pair { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; padding: 10px; }
    .coinable-armycc__pair--single { grid-template-columns: 1fr; }
    .coinable-armycc__pair figure { padding: 7px 5px 6px; }
    .coinable-armycc__pair figcaption { min-width: 52px; margin-top: 5px; padding: 4px 6px; font-size: 7px; }
    .coinable-armycc__card-copy { padding: 14px 15px 16px; }
}


.coinable-armycc-template { background: #050c16; padding: 1px 0 48px; }
.coinable-armycc__image-button { display:block; width:100%; margin:0; padding:0; border:0; border-radius:8px; background:transparent; cursor:zoom-in; }
.coinable-armycc__image-button:focus-visible { outline:2px solid var(--pf-cyan); outline-offset:3px; }
.cacc-lightbox { position:fixed; inset:0; z-index:999999; display:grid; grid-template-columns:minmax(44px,1fr) minmax(0,1040px) minmax(44px,1fr); grid-template-rows:1fr auto; align-items:center; gap:12px; padding:22px; background:rgba(2,9,18,.94); backdrop-filter:blur(10px); }
.cacc-lightbox[hidden] { display:none; }
.cacc-lightbox__figure { grid-column:2; grid-row:1; margin:0; text-align:center; }
.cacc-lightbox__image { display:block; max-width:100%; max-height:calc(100vh - 150px); margin:0 auto; border-radius:18px; background:#08111d; box-shadow:0 24px 80px rgba(0,0,0,.55); }
.cacc-lightbox__caption { grid-column:1/-1; grid-row:2; margin:0; color:#fff; font:700 13px/1.5 Inter,"Segoe UI",Arial,sans-serif; text-align:center; }
.cacc-lightbox__close,.cacc-lightbox__prev,.cacc-lightbox__next { border:1px solid rgba(255,255,255,.32); background:rgba(8,24,42,.88); color:#fff; cursor:pointer; }
.cacc-lightbox__close:hover,.cacc-lightbox__prev:hover,.cacc-lightbox__next:hover,.cacc-lightbox__close:focus-visible,.cacc-lightbox__prev:focus-visible,.cacc-lightbox__next:focus-visible { background:rgba(71,135,255,.35); outline:none; }
.cacc-lightbox__close { position:absolute; top:18px; right:18px; width:46px; height:46px; border-radius:50%; font-size:30px; line-height:1; }
.cacc-lightbox__prev,.cacc-lightbox__next { display:grid; place-items:center; width:48px; height:64px; border-radius:14px; font-size:34px; }
.cacc-lightbox__prev { grid-column:1; grid-row:1; justify-self:end; }
.cacc-lightbox__next { grid-column:3; grid-row:1; justify-self:start; }
body.cacc-lightbox-open { overflow:hidden !important; }
@media (max-width:680px) { .cacc-lightbox { grid-template-columns:40px minmax(0,1fr) 40px; padding:10px; } .cacc-lightbox__prev,.cacc-lightbox__next { width:38px; height:54px; font-size:28px; } }

/* vNext - gallery card image stacking safeguard
 * Keeps the existing card copy/tags/testimonials unchanged while ensuring
 * coin artwork always renders above card/figure backgrounds and theme layers.
 */
.coinable-armycc__card {
    isolation: isolate;
}
.coinable-armycc__card::before {
    pointer-events: none;
}
.coinable-armycc__pair {
    position: relative;
    z-index: 3;
}
.coinable-armycc__pair figure {
    position: relative;
    z-index: 3;
}
.coinable-armycc__image-button {
    position: relative;
    z-index: 4;
    isolation: isolate;
}
.coinable-armycc__pair img {
    position: relative;
    z-index: 5;
    opacity: 1 !important;
    visibility: visible !important;
}
.coinable-armycc__card-copy {
    position: relative;
    z-index: 4;
}

.coinable-armycc__tags a.coinable-tag-filter{text-decoration:none!important;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}
.coinable-armycc__tags a.coinable-tag-filter:hover,.coinable-armycc__tags a.coinable-tag-filter:focus-visible{color:#fff!important;border-color:rgba(94,190,255,.72)!important;background:rgba(42,95,142,.42)!important;transform:translateY(-1px);outline:none}
