/**
 * TVIQ 2026 design system — shared across all elementor-templates/ sections.
 *
 * Generated from bin/2026-08-25_new-design/*.html. Every rule is scoped under
 * .eti-tpl so comp CSS cannot reach the Elementor editor, wp-admin, or /select/.
 * Section-specific rules belong in the matching template's sibling .css file.
 */

:root{
  --navy:#170b45;
  --navy2:#0d0630;
  --ink:#161033;
  --dim:#5c5a78;
  --line:#e6ddff;
  --purple:#8b3ff5;
  --blue:#0d63f6;
  --bg:#ffffff;
  --bg-soft:#f6f2ff;
  --grad:linear-gradient(120deg,#8b3ff5 0%, #5a5bf0 50%, #0d63f6 100%);
  --hero-grad:linear-gradient(135deg,#2a0f6b 0%, #7a2fe0 45%, #0d63f6 100%);
  --ghost:#c3b3f2;
}

/* ---------- base ---------- */
/* The class is doubled deliberately. The comp reset every margin with `*{margin:0}`
   (0,1,0), but Elementor's kit emits `.elementor p{margin-bottom:1.4em}` (0,1,1),
   which outranks a single-class reset and reintroduced spacing under .sub/.desc.
   `.eti-tpl.eti-tpl *` scores (0,2,0) and wins without coupling to Elementor. */
.eti-tpl.eti-tpl *{box-sizing:border-box; margin:0; padding:0;}

/* The comp inherited font-weight and line-height from the browser default, but
   this kit sets body weight 500 / line-height 1.5em, which cascade in and shift
   every section. Assert the comp's baseline explicitly rather than inherit. */
.eti-tpl.eti-tpl{color:var(--ink); font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; font-weight:400; line-height:normal;}
/* line-height:normal restores the comp's browser default — Hello Elementor sets
   h1-h6{line-height:1.2}. Comp rules that set their own line-height come later
   in this file and still win. */
/* color:inherit is load-bearing. The comp never colours headings directly — dark
   sections like .team-panel set `color:#fff` on the section and the heading
   inherits it. The kit emits a direct h1-h6 colour, and a direct rule always beats
   inheritance, so .team-panel's h2 rendered ink-on-navy. Doubling the class keeps
   this ahead of the kit's own rules regardless of stylesheet order. */
.eti-tpl.eti-tpl h1, .eti-tpl.eti-tpl h2, .eti-tpl.eti-tpl h3, .eti-tpl.eti-tpl h4, .eti-tpl.eti-tpl h5, .eti-tpl.eti-tpl h6{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; letter-spacing:-.02em; line-height:normal; color:inherit;}
.eti-tpl a{color:inherit; text-decoration:none;}
/* Same inheritance trap as the headings above: the theme sets line-height directly
   on table cells, so they never inherit the .eti-tpl baseline and the comparison
   table rendered 5px taller per row. */
.eti-tpl.eti-tpl table, .eti-tpl.eti-tpl th, .eti-tpl.eti-tpl td{line-height:normal;}
.eti-tpl .wrap{max-width:1220px; margin:0 auto; padding:0 40px;}
.eti-tpl header{position:sticky; top:0; z-index:50; background:rgba(255,255,255,.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--line);}
.eti-tpl .nav{display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:32px; padding:20px 40px; max-width:1300px; margin:0 auto;}
.eti-tpl .nav img{height:26px;}
.eti-tpl .nav-links{display:flex; align-items:center; justify-content:center; gap:4px; font-size:16.1px; font-weight:600; color:var(--ink); letter-spacing:.01em;}
.eti-tpl .nav-links a{padding:10px 20px; border-radius:100px; white-space:nowrap;}
.eti-tpl .nav-links a.active{background:var(--grad); color:#fff;}
.eti-tpl .nav-links a:not(.active):hover{background:var(--bg-soft);}
.eti-tpl .nav-cta{justify-self:end; background:var(--grad); color:#fff; padding:11px 24px; border-radius:100px; font-size:14px; font-weight:700; box-shadow:0 8px 20px rgba(139,63,245,.3); white-space:nowrap;}
.eti-tpl .nav-cta:hover{filter:brightness(1.08);}
.eti-tpl .page-hero{position:relative; background:var(--hero-grad); padding:120px 0 100px; text-align:left; overflow:hidden;}
.eti-tpl .page-hero.tall{padding:180px 0 130px; text-align:left; background:linear-gradient(160deg, #0a0522 0%, #1c0b52 48%, #0a0430 100%);}
.eti-tpl .page-hero .deco{position:absolute; width:220px; height:520px; top:-40px; opacity:.5;}
.eti-tpl .page-hero .deco.left{left:-40px;}
.eti-tpl .page-hero .deco.right{right:-40px; transform:scaleX(-1);}
.eti-tpl .page-hero h1{position:relative; z-index:2; font-size:clamp(32px,5vw,58px); font-weight:800; color:#fff; line-height:1.15; max-width:880px;}
.eti-tpl .page-hero p.lead{position:relative; z-index:2; font-size:17px; color:rgba(255,255,255,.85); max-width:640px; margin-top:20px; line-height:1.65;}
.eti-tpl .page-hero.tall p.lead{font-size:20.4px;}
.eti-tpl .hero-link{position:relative; z-index:2; display:inline-flex; align-items:center; gap:10px; font-size:18px; font-weight:700; color:#fff; margin-top:30px;}
.eti-tpl .hero-tagline{position:relative; z-index:2; font-size:22px; font-weight:800; color:#fff; max-width:640px; margin:26px auto 0; text-align:center; letter-spacing:-.01em;}
.eti-tpl .hero-glow{position:absolute; width:560px; height:560px; border-radius:50%; background:var(--grad); filter:blur(130px); opacity:.4; top:-140px; right:-100px; z-index:0;}
.eti-tpl .hero-split{display:grid; grid-template-columns:1.3fr .95fr; gap:56px; align-items:end; position:relative; z-index:2;}
.eti-tpl .hero-split h1{font-size:clamp(44px,6vw,80px); font-weight:800; line-height:1.04; letter-spacing:-.02em; text-transform:uppercase; max-width:none; margin:0;}
.eti-tpl .hero-split h1 .accent{background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent;}
.eti-tpl .hero-side{border-left:1px solid rgba(255,255,255,.18); padding-left:34px;}
.eti-tpl .hero-divider{width:46px; height:3px; background:var(--grad); border-radius:2px; margin-bottom:22px;}
.eti-tpl .hero-eyebrow{position:relative; z-index:2; font-size:19.8px; font-weight:800; color:#fff; margin-bottom:16px; letter-spacing:-.01em;}
.eti-tpl .arrow-box{display:inline-flex; align-items:center; justify-content:center; width:26px; height:26px; background:var(--grad); border-radius:6px; color:#fff; font-size:13px;}
.eti-tpl .pill{display:inline-block; background:var(--grad); color:#fff; font-size:13px; font-weight:700; padding:8px 18px; border-radius:100px; margin-bottom:26px;}
.eti-tpl .pill.outline{background:transparent; color:var(--blue); border:1.5px solid var(--blue); padding:6px 16px;}
.eti-tpl .intro{padding:110px 0;}
.eti-tpl .intro-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:70px; align-items:center;}
.eti-tpl .intro h2{font-size:clamp(30px,4vw,46px); font-weight:800; line-height:1.15; margin-bottom:24px;}
.eti-tpl .intro p{font-size:16.5px; color:var(--dim); line-height:1.75; max-width:480px; margin-bottom:22px;}
.eti-tpl .arrow-link{display:inline-flex; align-items:center; gap:8px; font-weight:700; font-size:15px; border-bottom:2px solid var(--ink); padding-bottom:3px;}
.eti-tpl .arrow-link.blue{color:var(--blue); border-color:var(--blue);}
.eti-tpl .arrow-link.white{color:#fff; border-color:rgba(255,255,255,.5);}
.eti-tpl .visual-card{position:relative; border-radius:20px; overflow:hidden; background:var(--navy); min-height:380px; padding:32px; display:flex; flex-direction:column; justify-content:space-between;}
.eti-tpl .visual-card .badge-row{display:flex; gap:10px;}
.eti-tpl .visual-card .chip{background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.2); color:#e3ddff; font-size:12px; font-weight:700; padding:7px 14px; border-radius:100px;}
.eti-tpl .visual-card .kpis{display:grid; grid-template-columns:1fr 1fr; gap:14px;}
.eti-tpl .visual-card .kpi{background:rgba(255,255,255,.08); border-radius:12px; padding:16px;}
.eti-tpl .visual-card .kpi span{font-size:11.5px; color:#c3b3f2; text-transform:uppercase; letter-spacing:.05em;}
.eti-tpl .visual-card .kpi b{display:block; font-size:24px; color:#fff; margin-top:6px; font-weight:800;}
.eti-tpl .visual-card .glow{position:absolute; inset:auto -40% -40% auto; width:320px; height:320px; background:var(--grad); filter:blur(70px); opacity:.6; border-radius:50%;}
.eti-tpl .photo-frame{position:relative; padding:16px;}
.eti-tpl .photo-frame .glow{position:absolute; inset:6px; background:var(--grad); filter:blur(38px); opacity:.6; border-radius:26px; z-index:1;}
.eti-tpl .hex-visual{position:relative; z-index:2; width:100%; max-width:424px; margin:0 auto; aspect-ratio:900/934;}
.eti-tpl .hex-visual img{position:absolute; inset:0; width:100%; height:100%; object-fit:contain; display:block; filter:drop-shadow(0 20px 40px rgba(20,10,60,.28));}
.eti-tpl .hex-visual svg.hex-caption{position:absolute; inset:0; width:100%; height:100%; z-index:3; pointer-events:none;}
.eti-tpl .list-section{padding:100px 0; background:var(--bg-soft);}
.eti-tpl .list-head{max-width:640px; margin-bottom:56px;}
.eti-tpl .list-head p.sub{font-size:17px; color:var(--ink); font-weight:700; margin-top:14px;}
.eti-tpl .list-head p.desc{font-size:15.5px; color:var(--dim); margin-top:14px; line-height:1.7;}
.eti-tpl .num-item{border-bottom:1px solid var(--line); padding:34px 0; display:flex; align-items:baseline; gap:24px; cursor:default; transition:.2s;}
.eti-tpl .num-item:first-child{border-top:1px solid var(--line);}
.eti-tpl .num-item .n{font-size:15px; color:var(--blue); font-weight:800; min-width:36px;}
.eti-tpl .num-item h3{font-size:clamp(24px,3.4vw,38px); font-weight:800; color:var(--ghost); transition:.2s;}
.eti-tpl .num-item:hover h3{color:var(--ink);}
.eti-tpl .num-item .desc-inline{font-size:19px; font-weight:600; color:var(--dim); max-width:420px; margin-left:auto; text-align:right; opacity:0; transition:.2s; line-height:1.4;}
.eti-tpl .num-item:hover .desc-inline{opacity:1;}
.eti-tpl .explore-link{margin-top:20px; display:inline-flex;}
.eti-tpl .logo-strip{padding:70px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.eti-tpl .logo-strip .row{display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; gap:26px;}
.eti-tpl .logo-strip .row span{font-size:17px; font-weight:800; color:#9a8fc9; letter-spacing:-.01em; transition:.2s;}
.eti-tpl .logo-strip .row span:hover{color:var(--purple);}
.eti-tpl .outcomes{padding:110px 0;}
.eti-tpl .outcomes-head{max-width:640px; margin-bottom:20px;}
.eti-tpl .outcomes-head h2{font-size:clamp(28px,3.8vw,44px); font-weight:800; line-height:1.2;}
.eti-tpl .outcomes-head p.sub{font-size:22px; font-weight:800; margin-top:18px; color:var(--ink);}
.eti-tpl .outcomes-head p.desc{font-size:18px; color:var(--dim); margin-top:14px; line-height:1.7; max-width:640px;}
.eti-tpl .outcome-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:50px;}
.eti-tpl .o-card{border:1px solid var(--line); border-radius:16px; padding:30px 26px; transition:.2s;}
.eti-tpl .o-card:hover{box-shadow:0 20px 40px rgba(139,63,245,.15); transform:translateY(-3px); border-color:var(--purple);}
.eti-tpl .o-card .top-bar{width:40px; height:4px; background:var(--grad); border-radius:4px; margin-bottom:22px;}
.eti-tpl .o-card h4{font-size:19px; font-weight:800; margin-bottom:10px;}
.eti-tpl .o-card p{font-size:14.5px; color:var(--dim); line-height:1.6; margin-bottom:16px;}
.eti-tpl .team-panel{background:var(--navy); background-image:linear-gradient(160deg, var(--navy) 0%, #3a1590 100%); color:#fff; padding:110px 0; position:relative; border-top:3px solid transparent; border-image:var(--grad) 1;}
.eti-tpl .team-panel .pill{background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.25);}
.eti-tpl .team-panel h2{font-size:clamp(30px,4.4vw,50px); font-weight:800; line-height:1.2; max-width:760px; margin-bottom:20px;}
.eti-tpl .team-panel p{font-size:16.5px; color:#d3cdf5; max-width:640px; line-height:1.75; margin-bottom:28px;}
.eti-tpl .team-names{display:flex; flex-wrap:wrap; gap:16px; margin-top:40px;}
.eti-tpl .team-names span{border:1px solid rgba(255,255,255,.25); border-radius:100px; padding:10px 20px; font-size:14px; font-weight:600; background:rgba(255,255,255,.06);}
.eti-tpl .team-names span b{color:#c3b3f2; font-weight:800;}
.eti-tpl .team-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:44px;}
.eti-tpl .t-card{border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.05); border-radius:16px; padding:26px 22px;}
.eti-tpl .t-card .avatar{width:52px;height:52px;border-radius:50%;background:var(--grad); margin-bottom:16px;}
.eti-tpl .t-card h5{font-size:16px; font-weight:800;}
.eti-tpl .t-card span{font-size:13px; color:#c3b3f2; display:block; margin-top:4px;}
.eti-tpl .t-card a{font-size:12.5px; color:#fff; opacity:.8; display:block; margin-top:10px;}
.eti-tpl .final-cta{padding:130px 0 70px; text-align:center;}
.eti-tpl .final-cta h2{font-size:clamp(34px,5.6vw,66px); font-weight:800; line-height:1.08; margin-bottom:40px;}
.eti-tpl .cta-pill{display:inline-block; background:var(--grad); color:#fff; border-radius:100px; padding:18px 42px; font-weight:700; font-size:16px; box-shadow:0 14px 34px rgba(139,63,245,.3);}
.eti-tpl .cta-pill:hover{filter:brightness(1.08);}
.eti-tpl .social-row{display:flex; justify-content:center; gap:50px; padding:50px 0; border-top:1px solid var(--line); margin-top:70px; font-size:14.5px; font-weight:700; color:var(--purple); flex-wrap:wrap;}
.eti-tpl footer{padding:26px 0 50px;}
.eti-tpl .foot-bottom{display:flex; justify-content:space-between; flex-wrap:wrap; gap:14px; font-size:13px; color:var(--dim);}
.eti-tpl .foot-bottom a{margin-right:18px;}
.eti-tpl .value-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.eti-tpl .v-card{border:1px solid var(--line); border-radius:16px; padding:28px 24px; background:var(--bg-soft);}
.eti-tpl .v-card h3{font-size:18px; font-weight:800; margin-bottom:10px;}
.eti-tpl .v-card p{font-size:14.5px; color:var(--dim); line-height:1.6;}
.eti-tpl table.compare{width:100%; border-collapse:collapse; margin-top:20px;}
.eti-tpl table.compare th, .eti-tpl table.compare td{padding:16px 18px; text-align:left; border-bottom:1px solid var(--line); font-size:14.5px;}
.eti-tpl table.compare th{font-size:12px; text-transform:uppercase; letter-spacing:.08em; color:var(--dim); font-weight:700;}
.eti-tpl table.compare td.with{color:var(--purple); font-weight:700;}
.eti-tpl table.compare td.without{color:var(--dim);}
.eti-tpl .how-row{display:grid; grid-template-columns:repeat(5,1fr); gap:0; position:relative; margin-top:50px;}
.eti-tpl .how-row::before{content:""; position:absolute; top:19px; left:40px; right:40px; height:1px; background:var(--line);}
.eti-tpl .how-item{text-align:center; padding:0 12px; position:relative;}
.eti-tpl .how-item .dot{width:38px; height:38px; border-radius:50%; background:var(--grad); display:flex; align-items:center; justify-content:center; font-weight:800; color:#fff; margin:0 auto 18px; position:relative; z-index:2;}
.eti-tpl .how-item h5{font-size:15px; font-weight:800; margin-bottom:8px;}
.eti-tpl .how-item p{font-size:13px; color:var(--dim); line-height:1.5;}
.eti-tpl .who-list{display:grid; grid-template-columns:repeat(2,1fr); gap:18px; margin-top:40px;}
.eti-tpl .who-item{border-left:3px solid var(--purple); padding-left:18px;}
.eti-tpl .who-item p{font-size:22.5px; color:var(--ink); line-height:1.5;}
.eti-tpl .practice-block{padding:70px 0; border-bottom:1px solid var(--line);}
.eti-tpl .p-head{margin-bottom:36px;}
.eti-tpl .p-head h2{font-size:clamp(26px,3.2vw,34px); font-weight:800; margin-bottom:10px;}
.eti-tpl .p-head p{color:var(--dim); font-size:18.6px; max-width:600px; line-height:1.6;}
.eti-tpl .col-grid{display:grid; grid-template-columns:1fr 1fr; gap:24px;}
.eti-tpl .col-grid .col h4{font-size:15px; text-transform:uppercase; letter-spacing:.08em; color:var(--purple); font-weight:800; margin-bottom:16px;}
.eti-tpl .col-grid ul{list-style:none;}
.eti-tpl .col-grid li{font-size:15.95px; color:var(--ink); padding:9px 0 9px 22px; position:relative; border-bottom:1px solid var(--line);}
.eti-tpl .col-grid li::before{content:"→"; position:absolute; left:0; color:var(--purple); font-size:17.4px; line-height:1;}
.eti-tpl .outcome-strip{display:flex; flex-wrap:wrap; gap:12px; margin-top:8px;}
.eti-tpl .outcome-strip span{border:1px solid var(--line); background:var(--bg-soft); color:var(--ink); border-radius:100px; padding:8px 16px; font-size:13px; font-weight:600;}
.eti-tpl .contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:50px; padding:100px 0;}
.eti-tpl .form-card{border:1px solid var(--line); background:var(--bg-soft); border-radius:20px; padding:36px;}
.eti-tpl .form-card label{display:block; font-size:13px; font-weight:700; color:var(--ink); margin-bottom:8px; margin-top:20px;}
.eti-tpl .form-card label:first-child{margin-top:0;}
.eti-tpl .form-card input, .eti-tpl .form-card select, .eti-tpl .form-card textarea{width:100%; background:#fff; border:1.5px solid var(--line); border-radius:10px; padding:12px 14px; color:var(--ink); font-size:14.5px; font-family:inherit;}
.eti-tpl .form-card input:focus, .eti-tpl .form-card select:focus, .eti-tpl .form-card textarea:focus{outline:none; border-color:var(--purple);}
.eti-tpl .form-card textarea{min-height:100px; resize:vertical;}
.eti-tpl .form-card button{margin-top:26px; width:100%; text-align:center; border:none; cursor:pointer;}
.eti-tpl .info-card{border:1px solid var(--line); border-radius:16px; padding:30px; margin-bottom:20px;}
.eti-tpl .info-card h4{font-size:12.5px; text-transform:uppercase; letter-spacing:.08em; color:var(--purple); font-weight:800; margin-bottom:14px;}
.eti-tpl .info-card .person{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:10px;}
.eti-tpl .info-card .person h5{font-size:18px; font-weight:800;}
.eti-tpl .info-card .person span{font-size:13.5px; color:var(--dim);}
.eti-tpl .info-card .person a{font-size:14px; color:var(--blue); font-weight:700;}
.eti-tpl .engagement-row{display:flex; gap:12px; flex-wrap:wrap; margin-top:6px;}
.eti-tpl .engagement-row span{border:1px solid var(--line); background:var(--bg-soft); border-radius:100px; padding:8px 16px; font-size:13px; color:var(--ink); font-weight:600;}

/* ---------- rules present only in services/about/contact comps ---------- */
.eti-tpl .photo-frame img{position:relative; z-index:2; width:100%; height:440px; object-fit:contain; display:block; filter:drop-shadow(0 20px 40px rgba(20,10,60,.28));}
.eti-tpl .col-grid .outcome-list li::before{content:"•"; font-size:17.4px;}

@media (max-width:900px){
  .eti-tpl .intro-grid, .eti-tpl .outcome-grid, .eti-tpl .logo-strip .row, .eti-tpl .value-grid, .eti-tpl .team-grid, .eti-tpl .who-list, .eti-tpl .contact-grid, .eti-tpl .col-grid{grid-template-columns:1fr;}
  .eti-tpl .nav-links{display:none;}
  .eti-tpl .desc-inline{display:none;}
  .eti-tpl .how-row{grid-template-columns:repeat(2,1fr); gap:24px;}
  .eti-tpl .hero-split{grid-template-columns:1fr; gap:34px;}
  .eti-tpl .hero-side{border-left:none; padding-left:0; border-top:1px solid rgba(255,255,255,.18); padding-top:26px;}
}

/* ---------- additions for the WordPress build ---------- */

/* The comps repeat this pill treatment as an inline style on the services,
   about and contact heroes. Promoted to a modifier so the markup stays clean. */
.eti-tpl .pill--on-dark{background:rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.3);}
