.txpf-footer,
.txpf-footer * { box-sizing: border-box; }

body.txpf-replace-astra-footer .site-footer,
body.txpf-replace-astra-footer footer#colophon { display: none !important; }

.txpf-footer {
  --txpf-navy: #04152f;
  --txpf-blue: #0873d1;
  --txpf-cyan: #00c2eb;
  --txpf-text: #9eb0c7;
  --txpf-line: rgba(133,198,255,.15);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 15% 0%, rgba(0,174,232,.13), transparent 27%),
    radial-gradient(circle at 90% 35%, rgba(9,89,191,.16), transparent 26%),
    linear-gradient(145deg, #020b1b 0%, #04162f 52%, #020b1b 100%);
  font-family: Inter, Arial, sans-serif;
}

.txpf-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .16;
  background-image:
    linear-gradient(rgba(89,175,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89,175,255,.15) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000, transparent 70%);
}

.txpf-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.txpf-glow-one { width: 420px; height: 420px; left: -260px; top: 80px; border: 1px solid rgba(0,194,235,.17); box-shadow: 0 0 90px rgba(0,194,235,.08), inset 0 0 90px rgba(0,194,235,.05); }
.txpf-glow-two { width: 320px; height: 320px; right: -190px; bottom: -160px; border: 1px solid rgba(8,115,209,.18); }

.txpf-shell { width: min(1320px, calc(100% - 40px)); margin: 0 auto; padding: clamp(75px, 7vw, 105px) 0 26px; }

.txpf-top { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .8fr) minmax(280px, .75fr); gap: clamp(45px, 6vw, 90px); align-items: start; }
.txpf-kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 17px; color: #5bdcff; font-size: 10px; font-weight: 850; letter-spacing: .22em; text-transform: uppercase; }
.txpf-kicker::before { content: ""; width: 32px; height: 2px; background: linear-gradient(90deg, var(--txpf-blue), var(--txpf-cyan)); }
.txpf-brand h2 { margin: 0; color: #fff; font-size: clamp(38px, 4vw, 60px); font-weight: 800; line-height: 1.02; letter-spacing: -.048em; }
.txpf-brand h2 span { color: transparent; background: linear-gradient(95deg, #68dfff, #168ee8); -webkit-background-clip: text; background-clip: text; }
.txpf-brand-copy { max-width: 535px; margin: 23px 0 28px; color: var(--txpf-text); font-size: 14px; line-height: 1.75; }

.txpf-email { display: inline-flex; align-items: center; gap: 13px; color: #fff !important; text-decoration: none !important; }
.txpf-email-icon { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(91,220,255,.28); border-radius: 50%; color: #5bdcff; background: rgba(0,122,190,.1); transition: transform .25s ease, background .25s ease; }
.txpf-email-icon svg { width: 19px; }
.txpf-email span:last-child { display: flex; flex-direction: column; color: #dceaf8; font-size: 13px; font-weight: 700; }
.txpf-email small { margin-bottom: 3px; color: #6f88a6; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.txpf-email:hover .txpf-email-icon { transform: translateY(-2px); background: rgba(0,194,235,.17); }

.txpf-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.txpf-link-group h3, .txpf-trust-title { margin: 0 0 23px; color: #fff; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.txpf-link-group a { position: relative; display: table; margin: 0 0 14px; color: #9eb0c7 !important; font-size: 13px; text-decoration: none !important; transition: color .2s ease, transform .2s ease; }
.txpf-link-group a::before { content: ""; position: absolute; width: 0; height: 1px; left: 0; bottom: -3px; background: var(--txpf-cyan); transition: width .25s ease; }
.txpf-link-group a:hover { color: #fff !important; transform: translateX(3px); }
.txpf-link-group a:hover::before { width: 100%; }

.txpf-ssl { position: relative; display: flex; align-items: center; gap: 12px; padding: 13px 14px; border: 1px solid var(--txpf-line); border-radius: 7px; background: rgba(255,255,255,.035); }
.txpf-lock { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px; border-radius: 6px; color: #5bdcff; background: rgba(0,194,235,.1); }
.txpf-lock svg { width: 19px; }
.txpf-ssl > span:nth-child(2) { display: flex; flex-direction: column; }
.txpf-ssl strong { color: #fff; font-size: 12px; font-weight: 800; }
.txpf-ssl small { margin-top: 2px; color: #7189a5; font-size: 9px; }
.txpf-live-dot { position: absolute; width: 7px; height: 7px; right: 13px; top: 13px; border-radius: 50%; background: #2ed38b; box-shadow: 0 0 12px rgba(46,211,139,.75); }
.txpf-accepted { margin: 23px 0 10px; color: #7189a5; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.txpf-payments { display: flex; gap: 9px; }
.txpf-payment { height: 38px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 5px; background: #fff; }
.txpf-visa { width: 76px; color: #1434cb; font-family: Arial, sans-serif; font-size: 20px; font-weight: 900; font-style: italic; letter-spacing: -.08em; }
.txpf-mastercard { width: 112px; gap: 6px; color: #1a1f2a; }
.txpf-mc-circles { position: relative; width: 31px; height: 20px; display: block; }
.txpf-mc-circles i { position: absolute; width: 20px; height: 20px; top: 0; border-radius: 50%; }
.txpf-mc-circles i:first-child { left: 0; background: #eb001b; }
.txpf-mc-circles i:last-child { right: 0; background: #f79e1b; opacity: .92; }
.txpf-mastercard b { font-family: Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: -.04em; }
.txpf-marks { display: block; max-width: 240px; margin-top: 9px; color: #526983; font-size: 7px; line-height: 1.4; }

.txpf-compliance { display: grid; grid-template-columns: 48px 1fr 1fr; gap: 25px 35px; margin-top: clamp(55px, 6vw, 85px); padding: 28px 30px; border: 1px solid var(--txpf-line); border-radius: 9px; background: rgba(255,255,255,.025); backdrop-filter: blur(8px); }
.txpf-compliance-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(91,220,255,.23); border-radius: 50%; color: #5bdcff; background: rgba(0,122,190,.08); }
.txpf-compliance-icon svg { width: 20px; }
.txpf-compliance h3 { margin: 0 0 8px; color: #cdeeff; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.txpf-compliance p { margin: 0; color: #7890ab; font-size: 9px; line-height: 1.7; }

.txpf-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 25px; padding-top: 24px; border-top: 1px solid rgba(133,198,255,.1); color: #617690; font-size: 9px; letter-spacing: .04em; }
.txpf-bottom p { margin: 0; }
.txpf-bottom-ruo { display: flex; align-items: center; gap: 8px; color: #8196ae; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.txpf-bottom-ruo span { width: 6px; height: 6px; border-radius: 50%; background: var(--txpf-cyan); box-shadow: 0 0 10px rgba(0,194,235,.65); }

@media (prefers-reduced-motion: reduce) {
  .txpf-email-icon, .txpf-link-group a, .txpf-link-group a::before { transition: none; }
}

@media (max-width: 980px) {
  .txpf-top { grid-template-columns: 1fr 1fr; }
  .txpf-brand { grid-column: 1 / -1; }
  .txpf-compliance { grid-template-columns: 42px 1fr; }
  .txpf-compliance > div:last-child { grid-column: 2; }
}

@media (max-width: 650px) {
  .txpf-shell { width: min(100% - 32px, 1320px); padding-top: 68px; }
  .txpf-top { grid-template-columns: 1fr; gap: 45px; }
  .txpf-brand { grid-column: auto; }
  .txpf-brand h2 { font-size: 42px; }
  .txpf-links { gap: 24px; }
  .txpf-trust { max-width: 330px; }
  .txpf-compliance { grid-template-columns: 1fr; gap: 20px; padding: 24px 22px; }
  .txpf-compliance > div:last-child { grid-column: auto; }
  .txpf-compliance p { font-size: 8.5px; }
  .txpf-bottom { align-items: flex-start; flex-direction: column; }
}

