/*
Theme Name: Technopromo Hub Production Patched
Theme URI: https://technopromohub.com
Author: OpenAI
Description: Production-ready landing page theme for Technopromo Hub with refined art-direction polish.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: technopromo-hub
*/

:root{
  --bg:#050506;
  --surface:#090a0d;
  --surface-2:#0d0f14;
  --surface-3:#11131a;
  --text:#f1f0ee;
  --muted:#a1a4ad;
  --muted-2:#7f8490;
  --border:rgba(255,255,255,.075);
  --border-2:rgba(255,255,255,.045);
  --accent:#7d67f6;
  --accent-2:#927ef8;
  --accent-soft:rgba(125,103,246,.12);
  --radius:26px;
  --radius-sm:16px;
  --container:1160px;
  --shadow:0 28px 80px rgba(0,0,0,.46);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:15px;
  line-height:1.62;
  letter-spacing:-.008em;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(44rem 24rem at 11% 15%, rgba(77,57,172,.17), transparent 60%),
    radial-gradient(36rem 20rem at 84% 20%, rgba(44,28,118,.12), transparent 57%);
  z-index:-1;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}

.container{width:min(calc(100% - 56px), var(--container));margin-inline:auto}
.site-topbar{
  border-bottom:1px solid var(--border-2);
  color:var(--muted-2);
  background:rgba(0,0,0,.26);
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.site-topbar .container{
  min-height:28px;display:flex;align-items:center;justify-content:space-between
}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(4,4,5,.84);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--border-2)
}
.site-header .container{
  min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px
}
.brand{display:flex;align-items:center;gap:12px;min-width:180px}
.brand img{width:128px;max-width:100%}
.brand-fallback{
  font-family:Manrope,Inter,sans-serif;
  font-size:22px;
  font-style:italic;
  letter-spacing:.08em;
  font-weight:500
}
.nav{display:flex;align-items:center;gap:30px}
.nav a{
  color:#d4d8e0;
  font-size:13px;
  font-weight:500;
  letter-spacing:.01em;
  transition:color .2s ease, opacity .2s ease
}
.nav a:hover{color:#fff}
.header-actions{display:flex;align-items:center;gap:14px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;padding:0 20px;border-radius:999px;
  border:1px solid var(--border);color:var(--text);
  background:transparent;font-size:13px;font-weight:500;letter-spacing:.01em;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  color:#fcfbff;
  background:linear-gradient(90deg,rgba(119,95,245,.96),rgba(140,119,247,.96));
  border-color:rgba(149,131,248,.28);
  box-shadow:0 10px 30px rgba(110,86,233,.22)
}
.btn-primary:hover{box-shadow:0 14px 32px rgba(110,86,233,.28)}

.section{padding:112px 0}
.section-tight{padding:86px 0}
.hero{padding:108px 0 98px}
.hero-grid{
  display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);gap:68px;align-items:start
}
.eyebrow{
  display:inline-flex;align-items:center;min-height:28px;padding:0 14px;border-radius:999px;
  border:1px solid rgba(125,103,246,.2);background:rgba(125,103,246,.08);
  color:#d2caff;font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:500
}
.hero-copy{position:relative;padding-top:8px}
.hero-copy::after{
  content:"";
  position:absolute;
  width:420px;height:240px;left:-72px;top:16px;
  background:radial-gradient(circle, rgba(115,86,234,.14), transparent 72%);
  z-index:-1;pointer-events:none
}
.hero h1,
.section-title,
.workflow-line,
.cta-title,
.request-card h2,
.security-title,
.footer-brand h3{
  font-family:Manrope,Inter,sans-serif;
}
.hero h1{
  margin:22px 0 18px;
  max-width:720px;
  font-size:clamp(3.35rem,6.2vw,5rem);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:500
}
.hero p.lead{
  margin:0 0 30px;
  max-width:560px;
  color:var(--muted);
  font-size:17px;
  line-height:1.74
}
.hero-actions{display:flex;align-items:center;gap:14px;margin-bottom:28px}
.hero-points{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 34px;max-width:700px;padding:0;margin:0;list-style:none
}
.hero-points li,.bullet-list li{
  position:relative;padding-left:14px;color:#d7dae2;font-size:14px;line-height:1.82
}
.hero-points li::before,.bullet-list li::before{
  content:"";width:4px;height:4px;border-radius:50%;background:var(--accent);
  position:absolute;left:0;top:.92em
}
.card{
  background:linear-gradient(180deg, rgba(12,13,19,.96), rgba(8,9,13,.98));
  border:1px solid rgba(255,255,255,.055);
  border-radius:var(--radius);
  box-shadow:var(--shadow)
}
.request-card{
  padding:28px 24px 22px;
  backdrop-filter:blur(14px)
}
.request-card h2{
  margin:16px 0 8px;
  font-size:34px;
  line-height:1.02;
  letter-spacing:-.045em;
  font-weight:500
}
.request-card p{margin:0 0 20px;color:var(--muted);font-size:14px;line-height:1.65}
.form-group{margin-bottom:14px}
.form-label{
  display:block;margin:0 0 8px;color:#d5d8df;
  font-size:12px;font-weight:500;letter-spacing:.01em
}
.form-control{
  width:100%;min-height:48px;padding:0 15px;border-radius:14px;
  border:1px solid var(--border);background:rgba(255,255,255,.02);color:var(--text);outline:none
}
textarea.form-control{padding:13px 15px;resize:vertical;min-height:104px}
select.form-control{
  appearance:none;
  background-image:
    linear-gradient(45deg, transparent 50%, #aaa7bb 50%),
    linear-gradient(135deg, #aaa7bb 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% - 2px),
    calc(100% - 14px) calc(50% - 2px);
  background-size:6px 6px,6px 6px;
  background-repeat:no-repeat
}
.form-control::placeholder{color:#6f7480}
.form-control:focus{
  border-color:rgba(125,103,246,.4);
  box-shadow:0 0 0 3px rgba(125,103,246,.1)
}
.form-control option{
  background:#0c0d12;
  color:#eceef4;
}
.form-note{margin-top:12px;color:var(--muted-2);font-size:12px;line-height:1.55}
.form-message{margin:0 0 16px;padding:12px 14px;border-radius:14px;font-size:13px}
.form-message.success{background:rgba(137,255,180,.08);color:#c8ffd9;border:1px solid rgba(137,255,180,.2)}
.form-message.error{background:rgba(255,100,100,.08);color:#ffd4d4;border:1px solid rgba(255,100,100,.2)}

.two-col{
  display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:64px;align-items:start
}
.section-title{
  margin:16px 0 0;font-size:clamp(2.45rem,4vw,3.6rem);line-height:1.02;letter-spacing:-.05em;font-weight:500;max-width:560px
}
.section-text{color:var(--muted);font-size:15px;line-height:1.72}
.capabilities-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 38px
}
.workflow-center{text-align:center}
.workflow-line{
  margin:18px auto 12px;font-size:clamp(2.4rem,4vw,3.9rem);line-height:1.02;letter-spacing:-.055em;font-weight:500;max-width:980px;
  position:relative
}
.workflow-line::after{
  content:"";display:block;width:132px;height:1px;margin:18px auto 0;
  background:linear-gradient(90deg, transparent, rgba(125,103,246,.86), transparent)
}
.workflow-sub{margin:0;color:var(--muted);font-size:15px;line-height:1.7}
.proof-grid{
  display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:56px;align-items:start
}
.stats-card{padding:16px}
.stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.stat-tile{
  padding:20px 20px 18px;background:rgba(255,255,255,.018);
  border:1px solid rgba(255,255,255,.045);border-radius:18px
}
.stat-value{font-size:24px;line-height:1;font-weight:500;letter-spacing:-.04em}
.stat-label{margin-top:10px;color:var(--muted);font-size:13px}
.stats-note{margin:16px 4px 2px;color:var(--muted);font-size:13px}
.proof-copy .section-title{max-width:490px}
.network-note{margin-top:14px;color:#8c92a3;font-size:12px}
.security-grid{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.86fr);gap:54px;align-items:center
}
.security-copy{padding:34px}
.security-title{
  margin:18px 0 12px;font-size:30px;line-height:1.05;letter-spacing:-.045em;font-weight:500
}
.lock-panel{
  display:flex;align-items:center;justify-content:center;min-height:240px;position:relative
}
.lock-panel::before{
  content:"";position:absolute;inset:22%;border-radius:50%;
  background:radial-gradient(circle, rgba(125,103,246,.23), transparent 70%)
}
.lock-icon{position:relative;width:120px;height:120px;opacity:.96}
.lock-icon::before,.lock-icon::after{content:"";position:absolute;left:50%;transform:translateX(-50%)}
.lock-icon::before{
  top:12px;width:52px;height:40px;border:5px solid var(--accent);border-bottom:none;border-radius:32px 32px 0 0
}
.lock-icon::after{
  top:48px;width:72px;height:60px;border-radius:18px;
  background:linear-gradient(180deg,#ffffff,#d7d8df);box-shadow:inset 0 0 0 2px rgba(0,0,0,.08)
}
.lock-keyhole{
  position:absolute;top:71px;left:50%;transform:translateX(-50%);
  width:10px;height:20px;border-radius:999px;background:#161823;z-index:2
}
.cta-card{
  padding:30px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;
  position:relative;overflow:hidden
}
.cta-card::before{
  content:"";position:absolute;width:420px;height:220px;left:0;top:50%;transform:translateY(-50%);
  background:radial-gradient(circle at left, rgba(125,103,246,.16), transparent 70%);pointer-events:none
}
.cta-title{
  position:relative;margin:16px 0 0;font-size:clamp(2.5rem,4vw,4rem);line-height:1.02;letter-spacing:-.055em;font-weight:500;max-width:560px
}
.site-footer{
  margin-top:108px;border-top:1px solid var(--border-2);padding:64px 0 0
}
.footer-grid{
  display:grid;grid-template-columns:1.3fr .8fr .9fr;gap:40px;align-items:start
}
.footer-title{
  margin:0 0 14px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#d8d1ff;font-weight:500
}
.footer-brand h3{
  margin:0 0 12px;font-size:22px;line-height:1.08;letter-spacing:-.04em;font-weight:500
}
.footer-brand p,.footer-nav a,.footer-contact a,.footer-contact span{
  color:var(--muted);font-size:14px;line-height:1.75
}
.footer-nav,.footer-contact{display:flex;flex-direction:column;gap:8px}
.footer-nav a:hover,.footer-contact a:hover{color:#fff}
.footer-bottom{
  margin-top:42px;padding:18px 0 28px;border-top:1px solid var(--border-2);
  display:flex;align-items:center;justify-content:space-between;gap:20px;color:#8f95a4;font-size:12px
}
.footer-bottom a{color:#aeb4c3}
.site-main{min-height:60vh}



.proof-grid--three{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.feedback-intro{
  margin:18px 0 28px;
  max-width:760px;
  color:var(--muted);
  font-size:16px;
}
.rating-metrics{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-bottom:22px;
}
.metric-card{
  padding:22px 20px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.055);
  background:rgba(255,255,255,.02);
  box-shadow:var(--shadow);
}
.metric-value{
  font-family:Manrope,Inter,sans-serif;
  font-size:clamp(1.15rem,2.4vw,1.7rem);
  line-height:1.15;
  letter-spacing:-.035em;
}
.metric-label{
  margin-top:10px;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}
.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:18px;
}
.testimonial-card{
  padding:22px 22px 20px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.055);
  background:linear-gradient(180deg, rgba(12,13,19,.96), rgba(8,9,13,.98));
  box-shadow:var(--shadow);
}
.testimonial-stars{
  color:#c9bcff;
  font-size:14px;
  letter-spacing:.18em;
}
.testimonial-quote{
  margin:14px 0 18px;
  color:#f1f0ee;
  font-size:15px;
  line-height:1.72;
}
.testimonial-source{
  font-size:14px;
  font-weight:500;
  color:#e7e9ef;
}
.testimonial-meta{
  margin-top:4px;
  color:var(--muted);
  font-size:12px;
  letter-spacing:.01em;
}
.feedback-note{
  margin:18px 2px 0;
  color:#8c92a3;
  font-size:12px;
}

@media (max-width: 1100px){
  .hero-grid,.two-col,.proof-grid,.security-grid,.cta-card,.footer-grid,.testimonials-grid{grid-template-columns:1fr}
  .nav{display:none}
  .hero{padding:88px 0 82px}
  .request-card{max-width:620px}
}
@media (max-width: 768px){
  .container{width:min(calc(100% - 32px), var(--container))}
  .site-topbar{font-size:10px}
  .site-header .container{min-height:72px}
  .brand img{width:116px}
  .hero{padding:66px 0 58px}
  .section{padding:78px 0}
  .section-tight{padding:68px 0}
  .hero h1{font-size:clamp(2.5rem,12vw,3.45rem)}
  .section-title,.cta-title,.workflow-line{font-size:clamp(2.1rem,10vw,2.9rem)}
  .hero-points,.capabilities-grid,.stats-grid,.rating-metrics{grid-template-columns:1fr}
  .hero-actions,.header-actions,.footer-bottom{flex-direction:column;align-items:flex-start}
  .request-card h2{font-size:30px}
}


.form-switch{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:18px 0 20px
}
.form-switch-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.02);
  color:#cfd3dc;
  font-size:13px;
  font-weight:500;
  text-align:center;
  transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease
}
.form-switch-link:hover{color:#fff}
.form-switch-link.is-active{
  color:#fcfbff;
  background:linear-gradient(90deg,rgba(119,95,245,.96),rgba(140,119,247,.96));
  border-color:rgba(149,131,248,.28);
  box-shadow:0 10px 30px rgba(110,86,233,.18)
}
.inquiry-pane[hidden]{display:none !important}
.form-honeypot{
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden
}

@media (max-width: 768px){
  .hero-actions{flex-wrap:wrap}
  .form-switch{grid-template-columns:1fr}
}
