:root {
    --red: #C1121F;
    --red-glow: rgba(193,18,31,0.4);
    --red-glow-sm: rgba(193,18,31,0.15);
    --bg: #0B0B0B;
    --bg2: #0f0f0f;
    --card: #141414;
    --white: #FFFFFF;
    --gray: #A0A0A0;
    --border: rgba(255,255,255,0.07);
  }

  * { margin:0; padding:0; box-sizing:border-box; }

  html { scroll-behavior: smooth; }

  body {
    background: var(--bg);
    color: var(--white);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
  }
a,a:hover,a:focus{
	color:var(--white);
	cursor:pointer!important;
}
.redroot-inner-header-row{
	display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
    margin: 0 auto!important;
}
.redroot-inner-header-row .site-logo-left{
	width:120px!important;
}
.redroot-inner-header-row nav {
    max-width: 70%!important;
    width: 100%!important;
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
}
.wp-block-navigation__responsive-container-content{
	display: flex;
    justify-content: center;
    align-items: center;
}
.main-nav-wrapper{
	gap:30px;
}
body .uwy.userway_p1 .userway_buttons_wrapper {
    top: 45%!important;
}
p{
	margin:0 0 32px 0;
	color: var(--gray);
}
ul,ol{
	padding:0 0 40px 30px!important;	
}
ul,ol,li{
	color: var(--gray);
}
ul li,ol li{
	padding-bottom:20px!important;
	color: var(--gray);
}
table tr td{
	color: var(--gray);
}
blockquote,
blockquote p{
	color:#fff;
}
table tr td,
table tr td p,
table tr td ul li,
table tr td ol li{
	color: var(--gray);
}
.header-request{
	max-width:242px!important;
	width:100%;
}
.group-section{
	padding: 120px 60px !important;
}
.privacy-policy-wrapper{
	padding: 120px 60px !important;
}
.position-strip p{
	margin:0!important;
	color:#fff;
}
.wp-block-separator{
	margin-top:25px;
	margin-bottom:25px;
}
.main-nav-wrapper{
	    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 0 2%!important;
}
.main-nav-wrapper li a{
	color: var(--gray)!important;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 500;
    transition: color .2s;
}
.btn-footer-wrapper .btn-primary a{
	padding:0!important;
}
  /* ── NAV ── */
  /* Targets both the old shortcode <nav id="main-nav"> and the new
     block-based <header id="main-nav" class="rrp-site-header"> */
  #main-nav,
  nav:not(.wp-block-navigation) {
    position: fixed; top:0; left:0; right:0; z-index:100;
    padding: 20px 60px;
    display: flex; align-items:center; justify-content:space-between;
    transition: background .3s, backdrop-filter .3s, border-color .3s;
    border-bottom: 1px solid transparent;
  }
  #main-nav.scrolled,
  nav:not(.wp-block-navigation).scrolled {
    background: rgba(11,11,11,0.92);
    backdrop-filter: blur(12px);
    border-color: var(--border);
  }
  /* Inner nav flex row (block-based header only) */
  .rrp-nav-inner {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  /* wp:navigation block links */
  .rrp-main-nav { display: flex !important; }
  .rrp-main-nav ul { display: flex !important; gap: 36px; list-style: none; }
  .rrp-main-nav .wp-block-navigation-item__content,
  .rrp-main-nav a {
    color: var(--gray);
    text-decoration: none;
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 500;
    transition: color .2s;
    cursor: pointer;
  }
  .rrp-main-nav .wp-block-navigation-item__content:hover,
  .rrp-main-nav a:hover { color: var(--white); }
  /* Logo */
  .nav-logo img,
  .rrp-nav-logo img,
  .nav-logo .custom-logo,
  .rrp-nav-logo .custom-logo,
  .nav-logo .custom-logo-link img,
  .rrp-nav-logo .custom-logo-link img { height: 44px; width: auto; }
  .nav-logo .custom-logo-link,
  .rrp-nav-logo .custom-logo-link { display: inline-flex; align-items: center; }
  /* Legacy shortcode nav */
  .nav-links { display: flex; gap: 36px; list-style: none; }
  .nav-links a {
    color: var(--gray);
    text-decoration: none;
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 500;
    transition: color .2s;
  }
  .nav-links a:hover { color: var(--white); }
  .nav-cta {
    background: var(--red);
    color: var(--white);
    padding: 10px 24px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    border: none; cursor: pointer;
    text-decoration: none;
    transition: box-shadow .25s, opacity .2s;
  }
  .nav-cta:hover { box-shadow: 0 0 20px var(--red-glow); }

  /* ── HERO ── */
  #hero {
    position: relative;
    min-height: 80vh;
    display: flex; align-items:center; justify-content:center;
    overflow: hidden;
    padding: 120px 60px 80px;
  }
  #network-canvas {
    position: absolute; inset:0;
    width:100%; height:100%;
    opacity: .55;
  }
  .hero-content {
    position: relative; z-index:2;
    max-width: 900px;
    text-align: center;
  }
  .hero-eyebrow {
    display: inline-block;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--red);
    font-weight: 600;
    margin-bottom: 28px;
    border: 1px solid rgba(193,18,31,.35);
    padding: 6px 16px;
  }
  .hero-headline {
    font-family: 'Inter Tight', sans-serif;
    font-size: clamp(44px, 7vw, 88px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.03em;
    margin-bottom: 28px;
  }
  .hero-headline span { color: var(--red); }
  .hero-sub {
    font-size: clamp(16px, 2vw, 19px);
    color: var(--gray);
    max-width: 620px;
    margin: 0 auto 48px;
    line-height: 1.7;
    font-weight: 300;
  }
  .hero-buttons { display: flex; gap:16px; justify-content:center; flex-wrap:wrap; }
  .btn-primary {
    background: var(--red);
    color: var(--white);
    padding: 16px 36px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    border:none; cursor:pointer; text-decoration:none;
    transition: box-shadow .25s, transform .2s;
    display: inline-block;
  }
  .btn-primary:hover { box-shadow: 0 0 32px var(--red-glow); transform: translateY(-1px); }
  /* wp:button wraps the <a> in a div — target the inner link too */
  .btn-primary .wp-block-button__link,
  .wp-block-button.btn-primary a {
    color: var(--white);
    text-decoration: none;
    background: var(--red);
/*     padding: 16px 36px; */
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    display: inline-block;
  }
  .btn-primary .wp-block-button__link:hover,
  .wp-block-button.btn-primary a:hover { color: var(--white); }
  .btn-outline {
    background: transparent;
    color: var(--white);
/*     padding: 16px 36px; */
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,.25); cursor:pointer; text-decoration:none;
    transition: border-color .25s, color .25s;
    display: inline-block;
  }
  .btn-outline:hover { border-color: rgba(255,255,255,.7); }
  .btn-outline .wp-block-button__link,
  .wp-block-button.btn-outline a {
    color: var(--white);
    text-decoration: none;
    background: transparent;
    padding: 16px 36px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    display: inline-block;
  }
  .btn-outline .wp-block-button__link:hover,
  .wp-block-button.btn-outline a:hover { color: var(--white); }

  /* ── POSITIONING STRIP ── */
  .position-strip {
    background: var(--red);
    padding: 22px 60px;
    text-align: center;
    font-family: 'Inter Tight', sans-serif;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  /* ── SECTIONS ── */
  section { padding: 120px 60px !important; }
  .section-inner { max-width: 1200px; margin: 0 auto; }

  .section-label {
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--red);
    font-weight: 600;
    margin-bottom: 20px;
  }
  .section-title {
    font-family: 'Inter Tight', sans-serif;
    font-size: clamp(32px, 4.5vw, 56px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -.025em;
    margin-bottom: 20px;
  }
  .section-body {
    font-size: 17px;
    color: var(--gray);
    max-width: 560px;
    line-height: 1.75;
    font-weight: 300;
  }
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    color: #fff;
    font-size: 14px;
    padding: 12px;
}
  /* ── PILLARS ── */
  #pillars { background: var(--bg2); }
  .pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
    gap: 2px;
    margin-top: 72px;
  }
  .pillar-card {

    transition: border-color .25s, transform .25s, box-shadow .25s;
    cursor: default;
  }

.pillars-grid .wp-block-column {
  padding: 48px 40px;
  border: 1px solid var(--border);
  background: var(--card);
transition: border-color .25s, transform .25s, box-shadow .25s;
    cursor: default;
}
  .pillars-grid .wp-block-column:hover {
    border-color: rgba(193,18,31,.4);
    transform: translateY(-4px);
    box-shadow: 0 8px 40px rgba(193,18,31,.12);
  }
  .pillar-num {
    font-family: 'Inter Tight', sans-serif;
    font-size: 11px;
    letter-spacing: .14em;
    color: var(--red);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 28px;
  }
  .pillar-title {
    font-family: 'Inter Tight', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: -.01em;
  }
  .pillar-desc { font-size: 14px; color: var(--gray); line-height: 1.7; }

  /* ── HOW IT WORKS ── */
  .steps {
    display: flex;
    gap: 0;
    margin-top: 72px;
    position: relative;
  }
  .steps::before {
    content:'';
    position:absolute; top:32px; left:60px; right:60px; height:1px;
    background: linear-gradient(90deg, transparent, var(--red), transparent);
    opacity: .5;
  }
  .step {
    flex:1; text-align:center; padding: 0 32px;
    position: relative;
  }
  .step-dot {
    width: 64px; height: 64px;
    border: 2px solid var(--red);
    display: flex; align-items:center; justify-content:center;
    margin: 0 auto 24px;
    font-family: 'Inter Tight', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    color: var(--red);
    text-transform: uppercase;
    background: var(--bg);
    position: relative; z-index:1;
    transition: background .25s, box-shadow .25s;
  }
  .step:hover .step-dot { background: var(--red); color: var(--white); box-shadow: 0 0 24px var(--red-glow); }
  .step-title { font-family: 'Inter Tight', sans-serif; font-size: 20px; font-weight: 700; margin-bottom: 10px; }
  .step-desc { font-size: 13px; color: var(--gray); line-height: 1.65; }

  /* ── PLATFORM ── */
  #platform { background: var(--bg2); }
  .platform-layout {
    display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items:center; margin-top:72px;
  }
  .platform-visual {
    background: var(--card);
    border: 1px solid var(--border);
    padding: 48px;
    position: relative; overflow: hidden;
  }
  .platform-visual::before {
    content:'';
    position:absolute; top:-60px; right:-60px;
    width:200px; height:200px;
    background: radial-gradient(circle, var(--red-glow), transparent 70%);
  }
  .dashboard-row { display:flex; gap:12px; margin-bottom:12px; }
  .dash-block {
    flex:1; background: rgba(255,255,255,.04);
    border: 1px solid var(--border);
    padding: 16px 18px;
    font-family: 'Inter Tight', sans-serif;
  }
  .dash-block-label { font-size: 10px; letter-spacing:.1em; text-transform:uppercase; color:var(--gray); margin-bottom:6px; }
  .dash-block-val { font-size: 22px; font-weight:800; }
  .dash-block-val.red { color: var(--red); }
  .dash-bar-track { height:4px; background:rgba(255,255,255,.08); margin-top:10px; }
  .dash-bar-fill { height:100%; background:var(--red); transition: width 1.5s ease; }
  .platform-points { list-style: none; }
  .platform-points li {
    padding: 18px 0;
    border-bottom: 1px solid var(--border);
    font-size: 15px;
    display: flex; align-items: flex-start; gap: 14px;
    color: var(--gray);
    transition: color .2s;
  }
  .platform-points li:hover { color: var(--white); }
  .platform-points li::before {
    content:'→';
    color: var(--red);
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
  }

  /* ── DATA ── */
  .data-stats {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 72px;
  }
  .stat-block {
    background: var(--card);
    border: 1px solid var(--border);
    padding: 52px 40px;
    text-align: center;
    transition: border-color .25s;
  }
  .stat-block:hover { border-color: rgba(193,18,31,.4); }
  .stat-num {
    font-family: 'Inter Tight', sans-serif;
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 900;
    color: var(--white);
    letter-spacing: -.03em;
    margin-bottom: 8px;
  }
  .stat-num span { color: var(--red); }
  .stat-label { font-size: 13px; color: var(--gray); letter-spacing:.04em; text-transform:uppercase; }
  .data-features {
    display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 2px;
  }
  .data-feature {
    background: var(--card);
    border: 1px solid var(--border);
    padding: 40px;
    transition: border-color .25s, transform .25s;
  }
  .data-feature:hover { border-color: rgba(193,18,31,.4); transform: translateY(-3px); }
  .data-feature h3 { font-family:'Inter Tight', sans-serif; font-size:18px; font-weight:700; margin-bottom:10px; }
  .data-feature p { font-size: 14px; color:var(--gray); line-height:1.7; }

  /* ── GEO / AI ── */
  #geo { background: linear-gradient(180deg, var(--bg2) 0%, var(--bg) 100%); }
  .geo-layout {
    display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items:center; margin-top:72px;
  }
  .geo-visual {
    background: var(--card);
    border: 1px solid var(--border);
    padding: 48px;
    text-align:center;
    position: relative; overflow: hidden;
  }
  .geo-visual::after {
    content:'';
    position:absolute; inset:0;
    background: radial-gradient(ellipse at 50% 50%, rgba(193,18,31,.08), transparent 70%);
  }
  .ai-logo-row {
    display: flex; gap: 12px; flex-wrap: wrap; justify-content:center; margin-bottom:32px;
    position: relative; z-index:1;
  }
  .ai-badge {
    background: rgba(255,255,255,.05);
    border: 1px solid var(--border);
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing:.04em;
    color: var(--gray);
    transition: border-color .25s, color .25s;
  }
  .ai-badge:hover { border-color: var(--red); color: var(--white); }
  .geo-signal {
    font-family: 'Inter Tight', sans-serif;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    color: var(--red);
    position: relative; z-index:1;
    letter-spacing: -.02em;
  }
  .geo-signal-sub { font-size: 13px; color:var(--gray); margin-top: 8px; position: relative; z-index:1; }
/* -- CONTACT FORM 7 -- */
.cf7-grid {
  width: 100%;
}

.cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom: 22px;
}

.cf7-col {
  flex: 1;
}

.cf7-row.full {
  display: block;
}

.cf7-grid input,
.cf7-grid textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 0px;
  font-size: 14px;
  font-family: inherit;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px !important;
    font-weight: normal;
    display: block;
    padding: 5px 0;
}
.cf7-grid textarea {
  min-height: 120px;
  resize: vertical;
}

.submit-row {
  text-align: left;
}

.cf7-grid input[type="submit"] {
  background: var(--red);
    color: var(--white);
    padding: 16px 36px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: box-shadow .25s, transform .2s;
    display: inline-block;
    border-radius: 0;
    max-width: 200px;
    margin: 0 auto;
  cursor: pointer;
  transition: 0.3s;
}

.cf7-grid input[type="submit"]:hover {
  background: #e63b3b;
}
#popmake-38 .pum-content.popmake-content {
	padding: 35px 45px 20px;
}
.cf7-row p{
	margin:0!important;
}

/* -- CONTACT FORM 7 -- */

  /* ── COMPARISON ── */
  #compare { background: var(--bg); }
  .compare-table {
    margin-top: 72px;
    border: 1px solid var(--border);
    overflow: hidden;
  }
  .compare-header {
    display: grid; grid-template-columns: 2fr 1fr 1fr;
    background: rgba(255,255,255,.03);
    border-bottom: 1px solid var(--border);
  }
  .compare-header div { padding: 20px 32px; font-size:12px; letter-spacing:.1em; text-transform:uppercase; font-weight:700; }
  .compare-header div:last-child { color: var(--red); }
  .compare-row {
    display: grid; grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid var(--border);
    transition: background .2s;
  }
  .compare-row:last-child { border-bottom: none; }
  .compare-row:hover { background: rgba(255,255,255,.02); }
  .compare-row div { padding: 22px 32px; font-size:14px; color:var(--gray); display:flex; align-items:center; }
  .compare-row div:first-child { color: var(--white); }
  .compare-check { color: var(--gray); font-size: 18px; }
  .compare-check.yes { color: var(--red); font-size: 20px; font-weight: 900; }

  /* ── PARTNERS ── */
  #partners { background: var(--bg2); }
  .partners-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 72px;
  }
  .partner-card {
    background: var(--card);
    border: 1px solid var(--border);
    padding: 52px 48px;
    transition: border-color .25s, transform .25s;
  }
  .partner-card:hover { border-color: rgba(193,18,31,.4); transform: translateY(-3px); }
  .partner-card h3 { font-family:'Inter Tight', sans-serif; font-size:22px; font-weight:700; margin-bottom:14px; }
  .partner-card p { font-size: 15px; color:var(--gray); line-height:1.7; }

  /* ── ABOUT ── */
  #about {
    background: linear-gradient(135deg, #0d0d0d 0%, #111 50%, #0d0d0d 100%);
    position: relative; overflow: hidden;
  }
  #about::before {
    content:'';
    position:absolute; top:-200px; right:-200px;
    width:600px; height:600px;
    background: radial-gradient(circle, rgba(193,18,31,.06), transparent 70%);
  }
  .about-layout {
    display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center;
  }
  .about-quote {
    font-family: 'Inter Tight', sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.02em;
    border-left: 3px solid var(--red);
    padding-left: 32px;
    color: var(--white);
  }

  /* ── CTA ── */
  #cta {
    background: var(--bg);
    text-align: center;
    padding: 160px 60px;
    position: relative; overflow: hidden;
  }
  #cta::before {
    content:'';
    position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
    width:800px; height:400px;
    background: radial-gradient(ellipse, rgba(193,18,31,.1), transparent 70%);
  }
  .cta-inner { position:relative; z-index:2; max-width: 720px; margin:0 auto; }
  .cta-headline {
    font-family: 'Inter Tight', sans-serif;
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1.0;
    margin-bottom: 24px;
  }
  .cta-headline span { color: var(--red); }
  .cta-sub { font-size:18px; color:var(--gray); margin-bottom:48px; font-weight:300; }

  /* ── FOOTER ── */
  footer {
    background: #080808;
    border-top: 1px solid var(--border);
    padding: 48px 60px;
    display:flex; align-items:center; justify-content:space-between;
    flex-wrap: wrap; gap:20px;
  }
  footer img { height:50px; }
  .footer-copy { font-size:13px; color: rgba(255,255,255,.3); }
  .footer-links { display:flex; gap:28px; }
  .footer-links a { font-size:13px; color:rgba(255,255,255,.4); text-decoration:none; transition:color .2s; }
  .footer-links a:hover { color: var(--white); }

  /* ── ANIMATIONS ── */
  .fade-in { opacity:0; transform:translateY(24px); transition: opacity .7s ease, transform .7s ease; }
  .fade-in.visible { opacity:1; transform:none; }
  .fade-delay-1 { transition-delay: .1s; }
  .fade-delay-2 { transition-delay: .2s; }
  .fade-delay-3 { transition-delay: .3s; }
  .fade-delay-4 { transition-delay: .4s; }
  /* ── MOBILE ── */
 @media (max-width: 1380px) {

}
  @media (max-width: 1080px) {
	  .btn-primary {
    background: var(--red);
    color: var(--white);
    padding: 16px 16px;
}
	  .header-request {
    max-width: 175px !important;
    width: 100%;
}
.main-nav-wrapper {
    gap: 20px;
}
header {
    text-align: center;
    padding: 10px 18px!important;
}
}
  /* ── MOBILE ── */
  @media (max-width: 900px) {
	 
	  .redroot-inner-header-row nav{
		  max-width: 85% !important;
	  }
	.main-nav-wrapper {
    gap: 15px;
	    
}
	  .header-request{
		  display:none!important;
	  }
	  .redroot-inner-header-row .site-logo-left {
    width: 85px !important;
}
/* ✅ Responsive */
@media (max-width: 768px) {
 .cf7-row {
    flex-direction: column;
    gap: 10px;
  }
	#popmake-38 .pum-content.popmake-content {
    padding: 25px 35px 20px;
}
}
    nav { padding: 16px 24px; }
    .nav-links { display: none; }
    section { padding: 80px 24px; }
    #hero { padding: 100px 24px 60px; }
    .platform-layout, .geo-layout, .about-layout { grid-template-columns: 1fr; gap: 40px; }
    .steps { flex-direction: column; gap: 32px; }
    .steps::before { display: none; }
    .data-stats { grid-template-columns: 1fr; }
    .data-features { grid-template-columns: 1fr; }
    .partners-grid { grid-template-columns: 1fr; }
    .compare-header div:nth-child(2), .compare-row div:nth-child(2) { display:none; }
    .compare-header { grid-template-columns: 2fr 1fr; }
    .compare-row { grid-template-columns: 2fr 1fr; }
    footer { padding: 32px 24px; flex-direction:column; align-items:flex-start; }
    .position-strip { padding: 20px 24px; }
  }
  /* ── HEADER ── */
  header {
    text-align: center;
    padding: 10px 16px ;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
	  z-index:1000;
    background-color: var(--bg);
  }

.main-nav-wrapper li a {
    font-size: 12px;
}
.header-request a{
	font-size:12px;
}
  .eyebrow {
    display: inline-block;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--red);
    font-weight: 600;
    border: 1px solid rgba(193,18,31,.35);
    padding: 6px 16px;
    margin-bottom: 24px;
  }
  h1 {
    font-family: 'Inter Tight', sans-serif;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: 1.02;
    margin-bottom: 18px;
  }
  h1 span { color: var(--red); }
  .subhead {
    font-size: clamp(15px, 1.8vw, 18px);
    color: var(--gray);
    max-width: 580px;
    margin: 0 auto 60px;
    line-height: 1.7;
    font-weight: 300;
  }

  /* ── LOOP DIAGRAM ── */
  .diagram-wrap {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px 80px;
  }

  canvas#loop-canvas {
    display: block;
    width: 100%;
    height: auto;
  }

  /* ── NODE OVERLAYS ── */
  .nodes-overlay {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0;
    bottom: 80px;
    pointer-events: none;
  }
  .node {
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: all;
    cursor: pointer;
    text-align: center;
    transition: transform .25s;
  }
  .node:hover { transform: translate(-50%, -50%) scale(1.07); }
  .node-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid var(--red);
    background: var(--card);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    transition: background .25s, box-shadow .25s;
    position: relative;
  }
  .node.active .node-circle,
  .node:hover .node-circle {
    background: rgba(193,18,31,.12);
    box-shadow: 0 0 36px var(--red-glow), inset 0 0 20px rgba(193,18,31,.08);
  }
  .node-icon { font-size: 28px; margin-bottom: 4px; }
  .node-label {
    font-family: 'Inter Tight', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1.2;
  }
  .node-sub {
    font-size: 11px;
    color: var(--gray);
    max-width: 120px;
    line-height: 1.4;
  }

  /* center AI node */
  .node-center .node-circle {
    width: 130px;
    height: 130px;
    border: 2px solid var(--red);
    background: rgba(193,18,31,.08);
    box-shadow: 0 0 48px rgba(193,18,31,.2);
  }
  .node-center .node-label { font-size: 13px; }

  /* ── DETAIL PANEL ── */
  .detail-panel {
    max-width: 860px;
    margin: 0 auto 40px;
    padding: 0 40px;
    min-height: 180px;
  }
  .detail-card {
    background: var(--card);
    }

    /* ── EXTRA COMPACT MOBILE ── */
    @media (max-width: 600px) {
      body {
        font-size: 15px;
      }
      section,
      .group-section,
      .privacy-policy-wrapper {
        padding: 36px 8px !important;
      }
      .section-inner {
        padding: 0 4px;
      }
      #hero {
        padding: 48px 8px 32px;
      }
      .position-strip {
        padding: 10px 8px;
      }
      .main-nav-wrapper {
        gap: 8px;
        padding: 0 2px !important;
      }
      .pillars-grid .wp-block-column,
      .platform-visual,
      .geo-visual,
      .partner-card,
      .stat-block,
      .data-feature {
        padding: 18px 8px;
      }
      .hero-content {
        padding: 0 2px;
      }
      .hero-eyebrow {
        margin-bottom: 12px;
        padding: 4px 8px;
      }
      .hero-headline {
        margin-bottom: 12px;
      }
      .hero-sub {
        margin-bottom: 20px;
      }
      .hero-buttons {
        gap: 8px;
      }
      .btn-primary,
      .btn-outline,
      .btn-primary .wp-block-button__link,
      .btn-outline .wp-block-button__link {
        padding: 10px 12px;
        font-size: 13px;
      }
      .footer-links {
        gap: 12px;
      }
      footer {
        padding: 18px 8px;
      }
      .diagram-wrap {
        padding: 0 4px 24px;
      }
      .detail-panel {
        padding: 0 4px;
      }
      ul, ol {
        padding: 0 0 16px 14px !important;
      }
      ul li, ol li {
        padding-bottom: 8px !important;
      }
      p {
        margin: 0 0 14px 0;
      }
      }
    .detail-card {
      border: 1px solid var(--border);
      border-left: 3px solid var(--red);
      padding: 36px 44px;
      opacity: 0;
      transform: translateY(12px);
      transition: opacity .4s ease, transform .4s ease;
    }
    .detail-card.visible {
      opacity: 1;
      transform: none;
    }
  .detail-title {
    font-family: 'Inter Tight', sans-serif;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: -.01em;
    color: var(--white);
  }
  .detail-title span { color: var(--red); }
  .detail-body {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.75;
    max-width: 680px;
  }
  .detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
  }
  .tag {
    background: rgba(193,18,31,.1);
    border: 1px solid rgba(193,18,31,.3);
    color: var(--red);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 5px 12px;
  }

  /* ── FLYWHEEL LABEL ── */
  .flywheel-label {
    text-align: center;
    margin: 0 40px 60px;
  }
  .flywheel-label p {
    font-size: 13px;
    color: rgba(255,255,255,.3);
    letter-spacing: .05em;
  }

  /* ── BOTTOM STATS ── */
  .loop-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    max-width: 860px;
    margin: 0 auto 80px;
    padding: 0 40px;
  }
 .loop-stat {
    background: var(--card);
    border: 1px solid var(--border);
    padding: 36px 32px;
    text-align: center;
    transition: border-color .25s;
  }
  @media (max-width: 900px) {
    .loop-stats {
      grid-template-columns: 1fr 1fr;
      padding: 0 12px;
      margin: 0 auto 32px;
      gap: 6px;
    }
  }

  @media (max-width: 640px) {
    .loop-stats {
      grid-template-columns: 1fr;
      padding: 0 4px;
      margin: 0 auto 18px;
      gap: 8px;
      }
  }
 
  .loop-stat:hover { border-color: rgba(193,18,31,.4); }
  .loop-stat-num {
    font-family: 'Inter Tight', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: var(--red);
    letter-spacing: -.03em;
    margin-bottom: 6px;
  }
  .loop-stat-label { font-size: 12px; color: var(--gray); letter-spacing: .06em; text-transform: uppercase; line-height: 1.5; }

  /* ── PULSE RING ANIMATION ── */
  @keyframes pulse-ring {
    0% { transform: translate(-50%,-50%) scale(1); opacity: .5; }
    100% { transform: translate(-50%,-50%) scale(1.6); opacity: 0; }
  }
  .pulse-ring {
    position: absolute;
    width: 130px; height: 130px;
    border-radius: 50%;
    border: 1px solid var(--red);
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    animation: pulse-ring 2.4s ease-out infinite;
    pointer-events: none;
  }
  .pulse-ring-2 { animation-delay: 1.2s; }

  @keyframes spin-slow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
  .spin-ring {
    position: absolute;
    width: 160px; height: 160px;
    border-radius: 50%;
    border: 1px dashed rgba(193,18,31,.25);
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    animation: spin-slow 18s linear infinite;
    pointer-events: none;
  }


  @media (max-width: 640px) {
    .loop-stats { grid-template-columns: 1fr; }
    .detail-card { padding: 24px; }
	   .diagram-header{
    text-align: center;
  }
	  section {
    padding: 40px 20px !important;
}
	  .geo-layout {
    margin-top: 12px;
}
	  .platform-visual {
    padding: 20px;	
}
	  .redroot-inner-header-row nav {
    max-width: 60% !important;
    justify-content: center !important;
    align-items: center !important;
}
	  .header-request {
        display: flex !important;
    }
	.redroot-inner-header-row .site-logo-left {
        width: 185px !important;
    }
	  .header-request a {
    font-size: 11px !important;
}
	  .cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

  }
  @media (max-width: 600px) {
.main-nav-wrapper{
	display: flex !important;
    /* width: 84%; */
    flex-direction: column;
    padding: 20px !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
}
	  #popmake-38 .pum-content.popmake-content {
    padding: 5px 15px 10px;
}
}
 @media (max-width: 480px) {
    .redroot-inner-header-row nav {
        max-width: 20% !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

.diagram-header {
  text-align: center;
}
 