:root {
  --deep: #085041;
  --mint: #1d9e75;
  --light: #5dcaa5;
  --paper: #f1efe8;
  --ink: #e8f5ef;
  --muted: #a8c5bc;
  --night: #03191d;
  --night-2: #06262c;
  --glass: rgba(9, 48, 55, .54);
  --glass-soft: rgba(157, 231, 204, .075);
  --line: rgba(138, 229, 195, .25);
  --font: "Encode Sans Semi Condensed", Arial, sans-serif;
  --gutter: clamp(22px, 5vw, 82px);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body.tec-site {
  margin: 0;
  overflow-x: hidden;
  background: var(--night);
  color: var(--ink);
  font-family: var(--font);
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

:is(.tec-site, .editor-styles-wrapper) button,
:is(.tec-site, .editor-styles-wrapper) input,
:is(.tec-site, .editor-styles-wrapper) select,
:is(.tec-site, .editor-styles-wrapper) textarea { font: inherit; }
:is(.tec-site, .editor-styles-wrapper) button,
:is(.tec-site, .editor-styles-wrapper) a,
:is(.tec-site, .editor-styles-wrapper) input,
:is(.tec-site, .editor-styles-wrapper) select,
:is(.tec-site, .editor-styles-wrapper) textarea,
:is(.tec-site, .editor-styles-wrapper) summary { -webkit-tap-highlight-color: transparent; }
:is(.tec-site, .editor-styles-wrapper) a { color: inherit; }
:is(.tec-site, .editor-styles-wrapper) a,
:is(.tec-site, .editor-styles-wrapper) button { touch-action: manipulation; }
:is(.tec-site, .editor-styles-wrapper) img { display: block; max-width: 100%; height: auto; }
:is(.tec-site, .editor-styles-wrapper) h1,
:is(.tec-site, .editor-styles-wrapper) h2,
:is(.tec-site, .editor-styles-wrapper) h3,
:is(.tec-site, .editor-styles-wrapper) p,
:is(.tec-site, .editor-styles-wrapper) figure,
:is(.tec-site, .editor-styles-wrapper) ul { margin: 0; }
:is(.tec-site, .editor-styles-wrapper) h1,
:is(.tec-site, .editor-styles-wrapper) h2,
:is(.tec-site, .editor-styles-wrapper) h3 {
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -.045em;
}
:is(.tec-site, .editor-styles-wrapper) h2 { font-size: clamp(2.45rem, 4.6vw, 4.25rem); }
:is(.tec-site, .editor-styles-wrapper) h3 { font-size: 1.7rem; }
:is(.tec-site, .editor-styles-wrapper) em { color: var(--light); font-style: normal; }
:is(.tec-site, .editor-styles-wrapper) p + p { margin-top: 1.25rem; }
:is(.tec-site, .editor-styles-wrapper) button { cursor: pointer; }
:is(.tec-site, .editor-styles-wrapper) .container {
  width: min(100% - var(--gutter) * 2, 1280px);
  margin-inline: auto;
}
:is(.tec-site, .editor-styles-wrapper) .tec-section {
  position: relative;
  margin: 0 !important;
  padding: 116px 0;
  scroll-margin-top: 90px;
}
:is(.tec-site, .editor-styles-wrapper) .tec-section > .wp-block-group,
:is(.tec-site, .editor-styles-wrapper) .tec-section .wp-block-group { margin-block: 0; }
:is(.tec-site, .editor-styles-wrapper) .eyebrow {
  margin-bottom: 25px;
  color: #7edab8;
  font-size: .76rem;
  font-weight: 650;
  letter-spacing: .18em;
  line-height: 1.5;
  text-transform: uppercase;
}
:is(.tec-site, .editor-styles-wrapper) .section-intro {
  max-width: 470px;
  color: var(--muted);
  font-size: 1.05rem;
}

:is(.tec-site, .editor-styles-wrapper) .skip-link {
  position: fixed;
  z-index: 1000;
  left: 14px;
  top: -90px;
  border-radius: 8px;
  background: var(--paper);
  color: var(--night);
  padding: 12px 20px;
}
:is(.tec-site, .editor-styles-wrapper) .skip-link:focus { top: 12px; }
:is(.tec-site, .editor-styles-wrapper) :focus-visible {
  border-radius: 4px;
  outline: 3px solid #8bf1c9;
  outline-offset: 5px;
}

:is(.tec-site, .editor-styles-wrapper) .site-header {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(137, 230, 197, .16);
  background: linear-gradient(90deg, rgba(2, 20, 25, .86), rgba(4, 31, 38, .64));
  box-shadow: 0 14px 42px rgba(0, 0, 0, .1);
  backdrop-filter: blur(22px) saturate(125%);
}
.admin-bar .site-header { top: 32px; }
:is(.tec-site, .editor-styles-wrapper) .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: min(100% - var(--gutter) * 2, 1360px);
  min-height: 94px;
  margin: auto;
}
:is(.tec-site, .editor-styles-wrapper) .brand-link { flex: 0 0 218px; }
:is(.tec-site, .editor-styles-wrapper) .brand-link img { width: 218px; }
:is(.tec-site, .editor-styles-wrapper) .primary-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
:is(.tec-site, .editor-styles-wrapper) .nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0;
  list-style: none;
}
:is(.tec-site, .editor-styles-wrapper) .nav-links a {
  position: relative;
  display: block;
  padding: 12px 0;
  color: #d9eee6;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
:is(.tec-site, .editor-styles-wrapper) .nav-links a::after {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0;
  height: 1px;
  background: var(--light);
  content: "";
  transition: width .2s ease;
}
:is(.tec-site, .editor-styles-wrapper) .nav-links a:hover::after { width: 100%; }
:is(.tec-site, .editor-styles-wrapper) .menu-toggle { display: none; }

:is(.tec-site, .editor-styles-wrapper) .wp-block-buttons {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}
:is(.tec-site, .editor-styles-wrapper) .wp-block-button__link,
:is(.tec-site, .editor-styles-wrapper) .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 52px;
  border: 1px solid rgba(170, 242, 214, .5);
  border-radius: 8px;
  background: linear-gradient(135deg, #62d7ad, #26aa7d);
  box-shadow: 0 12px 32px rgba(16, 153, 110, .22);
  color: #021d20;
  padding: 14px 24px;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
:is(.tec-site, .editor-styles-wrapper) .wp-block-button__link::after { content: "↗"; font-size: 1.2rem; }
:is(.tec-site, .editor-styles-wrapper) .wp-block-button__link:hover,
:is(.tec-site, .editor-styles-wrapper) .button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #8eeac7, #35be8d);
  box-shadow: 0 16px 38px rgba(24, 174, 127, .3);
}
:is(.tec-site, .editor-styles-wrapper) .header-cta {
  min-height: 44px;
  padding: 10px 17px;
  font-size: .86rem;
}

:is(.tec-site, .editor-styles-wrapper) .hero {
  display: flex;
  align-items: stretch;
  min-height: 100svh;
  padding: 126px 0 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 18, 24, .22) 0%, rgba(2, 18, 24, .28) 30%, rgba(2, 18, 24, .64) 62%, rgba(1, 13, 18, .9) 100%),
    linear-gradient(0deg, rgba(2, 19, 23, .9) 0%, transparent 36%),
    url("hero-tech.webp") 43% center / cover no-repeat;
}
:is(.tec-site, .editor-styles-wrapper) .hero::before {
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(123, 224, 190, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123, 224, 190, .055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 8%, #000 75%);
  content: "";
  pointer-events: none;
}
:is(.tec-site, .editor-styles-wrapper) .hero > .container {
  z-index: 2;
  display: flex;
  flex-direction: column;
}
:is(.tec-site, .editor-styles-wrapper) .hero-grid {
  display: grid;
  flex: 1;
  grid-template-columns: minmax(240px, .78fr) minmax(560px, 1.22fr);
  align-items: center;
  min-height: 620px;
}
:is(.tec-site, .editor-styles-wrapper) .hero-visual-column { display: none; }
:is(.tec-site, .editor-styles-wrapper) .hero-copy {
  grid-column: 2;
  max-width: 770px;
  border: 1px solid rgba(147, 234, 201, .27);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(5, 37, 44, .62), rgba(4, 27, 34, .29));
  box-shadow: inset 0 1px rgba(224, 255, 244, .12), 0 32px 86px rgba(0, 0, 0, .25);
  padding: clamp(34px, 4vw, 58px);
  backdrop-filter: blur(18px) saturate(120%);
}
:is(.tec-site, .editor-styles-wrapper) .hero .eyebrow { color: #a2e7cd; font-size: .73rem; }
:is(.tec-site, .editor-styles-wrapper) .hero-title {
  max-width: 690px;
  color: #f4faf7;
  font-size: clamp(3.15rem, 5vw, 5.4rem);
  line-height: .99;
  letter-spacing: -.055em;
  text-shadow: 0 8px 34px rgba(0, 0, 0, .2);
}
:is(.tec-site, .editor-styles-wrapper) .hero-title em {
  color: #79dfba;
  text-shadow: 0 0 38px rgba(82, 213, 165, .18);
}
:is(.tec-site, .editor-styles-wrapper) .hero-description {
  max-width: 650px;
  margin-top: 28px;
  color: #c8ddd6;
  font-size: 1rem;
  line-height: 1.72;
}
:is(.tec-site, .editor-styles-wrapper) .hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px !important;
}
:is(.tec-site, .editor-styles-wrapper) .hero-chip {
  border: 1px solid rgba(137, 231, 196, .22);
  border-radius: 99px;
  background: rgba(135, 225, 192, .065);
  color: #aed7c7;
  padding: 7px 11px;
  font-size: .65rem;
  font-weight: 650;
  letter-spacing: .1em;
  line-height: 1.2;
}
:is(.tec-site, .editor-styles-wrapper) .hero-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 82px;
  border-top: 1px solid rgba(156, 232, 205, .17);
}
:is(.tec-site, .editor-styles-wrapper) .hero-bottom p {
  color: #a7cabe;
  font-size: .78rem;
  letter-spacing: .02em;
}
:is(.tec-site, .editor-styles-wrapper) .hero-bottom-scroll span { margin-left: 14px; color: var(--light); font-size: 1.12rem; }

:is(.tec-site, .editor-styles-wrapper) .about {
  overflow: hidden;
  background:
    radial-gradient(circle at 87% 18%, rgba(55, 190, 143, .16), transparent 32%),
    linear-gradient(145deg, #071e23, #03171b);
}
:is(.tec-site, .editor-styles-wrapper) .about::before {
  position: absolute;
  top: -190px;
  right: -160px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(108, 219, 179, .16);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(35, 174, 126, .12);
  content: "";
}
:is(.tec-site, .editor-styles-wrapper) .about-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 95px;
}
:is(.tec-site, .editor-styles-wrapper) .about-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 27px;
  color: var(--muted);
  font-size: 1.04rem;
}
:is(.tec-site, .editor-styles-wrapper) .tec-secondary .wp-block-button__link {
  border-color: var(--line);
  background: rgba(125, 225, 188, .05);
  box-shadow: none;
  color: #d9eee6;
}
:is(.tec-site, .editor-styles-wrapper) .tec-secondary .wp-block-button__link:hover { background: rgba(125, 225, 188, .12); }
:is(.tec-site, .editor-styles-wrapper) .manifesto-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(139, 229, 196, .28);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(76, 169, 139, .2), rgba(21, 74, 73, .12));
  box-shadow: inset 0 1px rgba(255, 255, 255, .09), 0 30px 80px rgba(0, 0, 0, .18);
  padding: clamp(35px, 5vw, 66px);
  backdrop-filter: blur(18px);
}
:is(.tec-site, .editor-styles-wrapper) .manifesto-card::after {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(120, 233, 192, .18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42, 196, 142, .2), transparent 62%);
  content: "";
}
:is(.tec-site, .editor-styles-wrapper) .manifesto-title {
  position: relative;
  z-index: 1;
  color: #ecf8f3;
  font-size: clamp(2.7rem, 4.4vw, 4.2rem);
}
:is(.tec-site, .editor-styles-wrapper) .manifesto-description {
  position: relative;
  z-index: 1;
  max-width: 440px;
  margin-top: 42px !important;
  color: #b7d2c8;
  font-size: .98rem;
}

:is(.tec-site, .editor-styles-wrapper) .activity {
  background:
    radial-gradient(circle at 13% 80%, rgba(29, 158, 117, .17), transparent 33%),
    #09272d;
}
:is(.tec-site, .editor-styles-wrapper) .section-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 70px;
}
:is(.tec-site, .editor-styles-wrapper) .pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 58px !important;
}
:is(.tec-site, .editor-styles-wrapper) .pillar-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid rgba(132, 219, 188, .21);
  border-radius: 27px;
  background: linear-gradient(150deg, rgba(140, 225, 194, .11), rgba(7, 42, 48, .44));
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
  padding: 34px 30px 38px;
  backdrop-filter: blur(12px);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
:is(.tec-site, .editor-styles-wrapper) .pillar-card:hover {
  transform: translateY(-6px);
  border-color: rgba(110, 230, 185, .5);
  background: linear-gradient(150deg, rgba(100, 218, 175, .18), rgba(7, 42, 48, .55));
}
:is(.tec-site, .editor-styles-wrapper) .pillar-card::after {
  position: absolute;
  right: -35px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(94, 218, 171, .13);
  border-radius: 50%;
  content: "";
}
:is(.tec-site, .editor-styles-wrapper) .pillar-card .card-number {
  margin-bottom: 74px;
  color: #66d7ad;
  font-size: .78rem;
  letter-spacing: .1em;
}
:is(.tec-site, .editor-styles-wrapper) .pillar-card h3 { margin-bottom: 18px; color: #f0faf6; font-size: 2.05rem; }
:is(.tec-site, .editor-styles-wrapper) .pillar-card p:last-child { color: #a9c6bc; font-size: 1rem; line-height: 1.6; }

:is(.tec-site, .editor-styles-wrapper) .ecosystem {
  background:
    linear-gradient(120deg, rgba(3, 25, 30, .97), rgba(5, 46, 50, .88)),
    url("brand-bg.png") center / cover;
}
:is(.tec-site, .editor-styles-wrapper) .eco-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: start;
  gap: 90px;
}
:is(.tec-site, .editor-styles-wrapper) .eco-copy .section-intro { margin-top: 30px; }
:is(.tec-site, .editor-styles-wrapper) .sector-list {
  overflow: hidden;
  border: 1px solid rgba(137, 229, 196, .24);
  border-radius: 28px;
  background: rgba(151, 226, 199, .055);
  box-shadow: inset 0 1px rgba(255, 255, 255, .07);
  padding: 12px 28px;
  backdrop-filter: blur(16px);
}
:is(.tec-site, .editor-styles-wrapper) .sector-row {
  display: grid;
  grid-template-columns: 34px 1fr 22px;
  gap: 18px;
  border-bottom: 1px solid rgba(137, 229, 196, .17);
  padding: 30px 0 32px;
}
:is(.tec-site, .editor-styles-wrapper) .sector-row:last-child { border-bottom: 0; }
:is(.tec-site, .editor-styles-wrapper) .sector-number { padding-top: 4px; color: #5dcaa5; font-size: .75rem; }
:is(.tec-site, .editor-styles-wrapper) .sector-row h3 { color: #edf8f4; font-size: 1.4rem; letter-spacing: -.025em; line-height: 1.25; }
:is(.tec-site, .editor-styles-wrapper) .sector-content > p { margin-top: 10px; color: #a8c5bb; font-size: .97rem; }
:is(.tec-site, .editor-styles-wrapper) .sector-arrow { color: #68d8af; font-size: 1.5rem; line-height: 1.2; }

:is(.tec-site, .editor-styles-wrapper) .goals {
  background:
    radial-gradient(circle at 85% 6%, rgba(76, 207, 159, .15), transparent 30%),
    #061c22;
}
:is(.tec-site, .editor-styles-wrapper) .goals-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: start;
  gap: 90px;
}
:is(.tec-site, .editor-styles-wrapper) .goals-copy { position: sticky; top: 140px; }
:is(.tec-site, .editor-styles-wrapper) .goals-copy .section-intro { max-width: 370px; margin-top: 30px; }
:is(.tec-site, .editor-styles-wrapper) .objectives-list {
  overflow: hidden;
  border: 1px solid rgba(132, 222, 190, .21);
  border-radius: 28px;
  background: rgba(126, 211, 181, .05);
  padding: 8px 28px;
  backdrop-filter: blur(14px);
}
:is(.tec-site, .editor-styles-wrapper) .objective {
  margin: 0 !important;
  border-bottom: 1px solid rgba(132, 222, 190, .16);
}
:is(.tec-site, .editor-styles-wrapper) .objective:last-child { border-bottom: 0; }
:is(.tec-site, .editor-styles-wrapper) .objective summary {
  position: relative;
  padding: 21px 42px 21px 0;
  color: #ddece6;
  font-size: 1.04rem;
  font-weight: 520;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}
:is(.tec-site, .editor-styles-wrapper) .objective summary::-webkit-details-marker { display: none; }
:is(.tec-site, .editor-styles-wrapper) .objective summary::after {
  position: absolute;
  top: 17px;
  right: 3px;
  color: #64d6ac;
  content: "+";
  font-size: 1.55rem;
}
:is(.tec-site, .editor-styles-wrapper) .objective[open] summary { color: #7ae1ba; }
:is(.tec-site, .editor-styles-wrapper) .objective[open] summary::after { content: "−"; }
:is(.tec-site, .editor-styles-wrapper) .objective > p {
  padding: 0 36px 24px 0;
  color: #a8c4bb;
  font-size: .98rem;
  line-height: 1.7;
}

:is(.tec-site, .editor-styles-wrapper) .contact {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 48%, rgba(46, 204, 148, .2), transparent 38%),
    linear-gradient(135deg, #082a30, #021318);
}
:is(.tec-site, .editor-styles-wrapper) .contact::before {
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: radial-gradient(circle, rgba(108, 224, 181, .65) 1px, transparent 1.5px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at 20% 50%, black, transparent 57%);
  content: "";
}
:is(.tec-site, .editor-styles-wrapper) .contact-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 100px;
}
:is(.tec-site, .editor-styles-wrapper) .contact h2 { color: #f0faf6; font-size: clamp(3rem, 4.7vw, 4.8rem); }
:is(.tec-site, .editor-styles-wrapper) .contact-description { max-width: 410px; margin-top: 30px; color: #abc9bf; font-size: 1.05rem; }
:is(.tec-site, .editor-styles-wrapper) .contact-signature { margin-top: 48px; color: #73d7b1; font-size: .82rem; letter-spacing: .05em; }
:is(.tec-site, .editor-styles-wrapper) .contact-panel {
  border: 1px solid rgba(149, 231, 202, .27);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(116, 207, 176, .13), rgba(9, 48, 55, .31));
  box-shadow: inset 0 1px rgba(255, 255, 255, .1), 0 34px 80px rgba(0, 0, 0, .18);
  padding: clamp(25px, 4vw, 42px);
  backdrop-filter: blur(20px);
}
:is(.tec-site, .editor-styles-wrapper) .tec-contact-form { margin: 0; }
:is(.tec-site, .editor-styles-wrapper) .form-title { margin-bottom: 8px; color: #effaf6; font-size: 1.65rem; }
:is(.tec-site, .editor-styles-wrapper) .form-intro { margin-bottom: 24px !important; color: #abc9be; font-size: .86rem; }
:is(.tec-site, .editor-styles-wrapper) .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
:is(.tec-site, .editor-styles-wrapper) .form-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
:is(.tec-site, .editor-styles-wrapper) .form-field.full { grid-column: 1 / -1; }
:is(.tec-site, .editor-styles-wrapper) .form-field label { color: #d9ece5; font-size: .86rem; font-weight: 500; }
:is(.tec-site, .editor-styles-wrapper) .form-field input,
:is(.tec-site, .editor-styles-wrapper) .form-field select,
:is(.tec-site, .editor-styles-wrapper) .form-field textarea {
  width: 100%;
  min-height: 49px;
  border: 1px solid rgba(178, 235, 214, .23);
  border-radius: 9px;
  background: rgba(213, 246, 234, .065);
  color: var(--paper);
  padding: 11px 13px;
  font-size: .98rem;
  line-height: 1.4;
}
:is(.tec-site, .editor-styles-wrapper) .form-field textarea { min-height: 120px; resize: vertical; }
:is(.tec-site, .editor-styles-wrapper) .form-field select option { background: #082b30; color: #eef8f4; }
:is(.tec-site, .editor-styles-wrapper) .form-field input::placeholder,
:is(.tec-site, .editor-styles-wrapper) .form-field textarea::placeholder { color: #89aa9f; opacity: 1; }
:is(.tec-site, .editor-styles-wrapper) .form-privacy { margin-top: 18px !important; color: #abc7bd; font-size: .78rem; line-height: 1.6; }
:is(.tec-site, .editor-styles-wrapper) .form-submit { width: 100%; margin-top: 21px; border: 0; }
:is(.tec-site, .editor-styles-wrapper) .form-submit:disabled { opacity: .58; cursor: not-allowed; transform: none; }
:is(.tec-site, .editor-styles-wrapper) .form-status {
  margin-bottom: 18px;
  border: 1px solid #79cbaa;
  border-radius: 9px;
  background: rgba(29, 158, 117, .15);
  padding: 13px 15px;
  font-size: .9rem;
  line-height: 1.55;
}
:is(.tec-site, .editor-styles-wrapper) .form-status[hidden] { display: none; }
:is(.tec-site, .editor-styles-wrapper) .form-status[data-state="error"] { border-color: #e0ac87; background: rgba(152, 64, 12, .15); color: #ffe4d2; }
:is(.tec-site, .editor-styles-wrapper) .tec-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
:is(.tec-site, .editor-styles-wrapper) .form-unavailable { margin-top: 12px; color: #dfece4; font-size: .9rem; }

:is(.tec-site, .editor-styles-wrapper) .site-footer {
  border-top: 1px solid rgba(139, 222, 192, .15);
  background: #020f13;
  color: #a9c8bc;
}
:is(.tec-site, .editor-styles-wrapper) .footer-main {
  display: grid;
  grid-template-columns: 1fr .8fr 1fr;
  align-items: center;
  gap: 45px;
  padding-top: 55px;
  padding-bottom: 50px;
}
:is(.tec-site, .editor-styles-wrapper) .footer-brand img { width: 235px; }
:is(.tec-site, .editor-styles-wrapper) .footer-main > p { color: #91b2a6; font-size: .88rem; line-height: 1.5; }
:is(.tec-site, .editor-styles-wrapper) .footer-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
:is(.tec-site, .editor-styles-wrapper) .footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid rgba(139, 222, 192, .2);
  border-radius: 99px;
  background: rgba(121, 214, 178, .055);
  padding: 8px 13px;
  color: #b8d5c9;
  font-size: .78rem;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
:is(.tec-site, .editor-styles-wrapper) .footer-social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(111, 226, 184, .48);
  background: rgba(121, 214, 178, .12);
}
:is(.tec-site, .editor-styles-wrapper) .social-icon,
:is(.tec-site, .editor-styles-wrapper) .social-rail a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
:is(.tec-site, .editor-styles-wrapper) .social-icon svg { width: 17px; height: 17px; }
:is(.tec-site, .editor-styles-wrapper) .social-icon svg,
:is(.tec-site, .editor-styles-wrapper) .social-rail svg {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.6;
}
:is(.tec-site, .editor-styles-wrapper) .social-icon :is(rect, circle),
:is(.tec-site, .editor-styles-wrapper) .social-rail :is(rect, circle) { fill: none; }
:is(.tec-site, .editor-styles-wrapper) .social-rail {
  position: fixed;
  z-index: 70;
  top: 50%;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  transform: translateY(-50%);
}
:is(.tec-site, .editor-styles-wrapper) .social-rail a {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(139, 232, 198, .28);
  border-radius: 14px;
  background: rgba(3, 30, 36, .72);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .18);
  color: #9be3c7;
  backdrop-filter: blur(15px);
  transition: transform .2s ease, color .2s ease, background .2s ease;
}
:is(.tec-site, .editor-styles-wrapper) .social-rail a:hover {
  transform: translateX(-3px);
  background: rgba(28, 126, 98, .78);
  color: #f0faf6;
}
:is(.tec-site, .editor-styles-wrapper) .social-rail svg { width: 19px; height: 19px; }
:is(.tec-site, .editor-styles-wrapper) .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(198, 230, 209, .12);
  padding-top: 20px;
  padding-bottom: 25px;
}
:is(.tec-site, .editor-styles-wrapper) .footer-bottom p,
:is(.tec-site, .editor-styles-wrapper) .footer-bottom a,
:is(.tec-site, .editor-styles-wrapper) .footer-bottom span { color: #779b8e; font-size: .75rem; }
:is(.tec-site, .editor-styles-wrapper) .document-page { min-height: 60vh; padding-block: 160px 90px; }
:is(.tec-site, .editor-styles-wrapper) .document-page h1 { margin-bottom: 30px; font-size: 3rem; }
:is(.tec-site, .editor-styles-wrapper) .document-page h2 { margin-block: 30px 16px; font-size: 2rem; }
:is(.tec-site, .editor-styles-wrapper) .document-page p { margin-bottom: 18px; }
:is(.tec-site, .editor-styles-wrapper) .document-page ul { padding-left: 24px; }
:is(.tec-site, .editor-styles-wrapper) .preview-ribbon {
  position: fixed;
  z-index: 90;
  right: 15px;
  bottom: 15px;
  max-width: calc(100% - 30px);
  border: 1px solid rgba(141, 225, 195, .38);
  border-radius: 9px;
  background: rgba(3, 25, 30, .88);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .25);
  color: #d9eee6;
  padding: 10px 14px;
  font: 500 13px / 1.4 var(--font);
  backdrop-filter: blur(14px);
}
:is(.tec-site, .editor-styles-wrapper) .preview-ribbon strong { display: inline-block; margin-right: 7px; color: var(--light); }

@media (max-width: 1180px) {
  :is(.tec-site, .editor-styles-wrapper) .brand-link { flex-basis: 190px; }
  :is(.tec-site, .editor-styles-wrapper) .brand-link img { width: 190px; }
  :is(.tec-site, .editor-styles-wrapper) .primary-nav { gap: 20px; }
  :is(.tec-site, .editor-styles-wrapper) .nav-links { gap: 19px; }
  :is(.tec-site, .editor-styles-wrapper) .hero-grid { grid-template-columns: minmax(170px, .5fr) minmax(540px, 1.5fr); }
  :is(.tec-site, .editor-styles-wrapper) .about-grid,
  :is(.tec-site, .editor-styles-wrapper) .eco-grid,
  :is(.tec-site, .editor-styles-wrapper) .goals-grid,
  :is(.tec-site, .editor-styles-wrapper) .contact-grid { gap: 58px; }
}

@media (max-width: 999px) {
  .admin-bar .site-header { top: 32px; }
  :is(.tec-site, .editor-styles-wrapper) .header-inner { min-height: 82px; flex-wrap: wrap; gap: 0; }
  :is(.tec-site, .editor-styles-wrapper) .brand-link { flex: 0 0 190px; }
  :is(.tec-site, .editor-styles-wrapper) .brand-link img { width: 190px; }
  :is(.tec-site, .editor-styles-wrapper) .menu-toggle {
    display: none;
    align-items: center;
    gap: 13px;
    min-height: 44px;
    border: 1px solid rgba(151, 229, 201, .28);
    border-radius: 8px;
    background: rgba(133, 219, 188, .06);
    color: #d9eee6;
    padding: 9px 13px;
    font-size: .86rem;
  }
  .tec-js .menu-toggle { display: inline-flex; }
  :is(.tec-site, .editor-styles-wrapper) .menu-icon { width: 18px; height: 12px; border-top: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; }
  :is(.tec-site, .editor-styles-wrapper) .menu-toggle[aria-expanded="true"] .menu-icon { height: 0; transform: rotate(45deg); border-bottom: 0; }
  :is(.tec-site, .editor-styles-wrapper) .primary-nav { flex-basis: 100%; align-items: flex-start; gap: 20px; padding: 15px 0 24px; }
  .tec-js .primary-nav { display: none; }
  .tec-js .primary-nav.is-open { display: flex; }
  :is(.tec-site, .editor-styles-wrapper) .nav-links { flex-wrap: wrap; gap: 5px 22px; }
  :is(.tec-site, .editor-styles-wrapper) .hero { padding-top: 108px; background-position: 38% center; }
  :is(.tec-site, .editor-styles-wrapper) .hero-grid { grid-template-columns: .35fr 1.65fr; min-height: 600px; }
  :is(.tec-site, .editor-styles-wrapper) .hero-copy { padding: 38px; }
  :is(.tec-site, .editor-styles-wrapper) .hero-title { font-size: clamp(3.1rem, 7vw, 4.8rem); }
  :is(.tec-site, .editor-styles-wrapper) .about-grid { grid-template-columns: 1.05fr .95fr; gap: 42px; }
  :is(.tec-site, .editor-styles-wrapper) .manifesto-card { padding: 34px 28px; }
  :is(.tec-site, .editor-styles-wrapper) .section-heading { display: block; }
  :is(.tec-site, .editor-styles-wrapper) .section-heading > .section-intro { max-width: 580px; margin-top: 25px; }
  :is(.tec-site, .editor-styles-wrapper) .pillar-card { min-height: 310px; padding: 27px 23px; }
  :is(.tec-site, .editor-styles-wrapper) .pillar-card .card-number { margin-bottom: 55px; }
  :is(.tec-site, .editor-styles-wrapper) .eco-grid,
  :is(.tec-site, .editor-styles-wrapper) .goals-grid,
  :is(.tec-site, .editor-styles-wrapper) .contact-grid { gap: 42px; }
  :is(.tec-site, .editor-styles-wrapper) .goals-copy { position: static; }
  :is(.tec-site, .editor-styles-wrapper) .contact-panel { padding: 27px; }
}

@media (max-width: 767px) {
  .admin-bar .site-header { top: 46px; }
  :is(.tec-site, .editor-styles-wrapper) .tec-section { padding-block: 82px; }
  :is(.tec-site, .editor-styles-wrapper) .hero {
    min-height: 100svh;
    padding-top: 96px;
    background:
      linear-gradient(0deg, rgba(2, 18, 23, .96) 0%, rgba(2, 18, 23, .58) 70%, rgba(2, 18, 23, .45) 100%),
      url("hero-tech.webp") 31% center / cover no-repeat;
  }
  :is(.tec-site, .editor-styles-wrapper) .hero::before { opacity: .18; background-size: 52px 52px; }
  :is(.tec-site, .editor-styles-wrapper) .hero-grid { display: flex; align-items: flex-end; min-height: calc(100svh - 180px); padding-top: 230px; }
  :is(.tec-site, .editor-styles-wrapper) .hero-copy { width: 100%; border-radius: 24px; background: linear-gradient(145deg, rgba(3, 31, 38, .83), rgba(4, 25, 31, .58)); padding: 29px 25px; }
  :is(.tec-site, .editor-styles-wrapper) .hero-title { font-size: clamp(2.75rem, 10.5vw, 4.4rem); }
  :is(.tec-site, .editor-styles-wrapper) .hero-description { font-size: .94rem; line-height: 1.65; }
  :is(.tec-site, .editor-styles-wrapper) .hero-chips { display: none; }
  :is(.tec-site, .editor-styles-wrapper) .hero-bottom { min-height: 70px; }
  :is(.tec-site, .editor-styles-wrapper) .about-grid,
  :is(.tec-site, .editor-styles-wrapper) .eco-grid,
  :is(.tec-site, .editor-styles-wrapper) .goals-grid,
  :is(.tec-site, .editor-styles-wrapper) .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  :is(.tec-site, .editor-styles-wrapper) .manifesto-card { border-radius: 28px; padding: 34px 28px; }
  :is(.tec-site, .editor-styles-wrapper) .manifesto-title { font-size: 3rem; }
  :is(.tec-site, .editor-styles-wrapper) .pillar-grid { grid-template-columns: 1fr; gap: 15px; margin-top: 38px !important; }
  :is(.tec-site, .editor-styles-wrapper) .pillar-card { min-height: auto; }
  :is(.tec-site, .editor-styles-wrapper) .pillar-card .card-number { margin-bottom: 31px; }
  :is(.tec-site, .editor-styles-wrapper) .sector-list,
  :is(.tec-site, .editor-styles-wrapper) .objectives-list { padding-inline: 21px; }
  :is(.tec-site, .editor-styles-wrapper) .sector-row { padding-block: 26px; }
  :is(.tec-site, .editor-styles-wrapper) .contact h2 { font-size: 3.7rem; }
  :is(.tec-site, .editor-styles-wrapper) .form-grid { grid-template-columns: 1fr 1fr; }
  :is(.tec-site, .editor-styles-wrapper) .form-field.full { grid-column: 1 / -1; }
  :is(.tec-site, .editor-styles-wrapper) .footer-main { grid-template-columns: 1fr 1fr; gap: 25px; padding-block: 38px; }
  :is(.tec-site, .editor-styles-wrapper) .footer-main > p { text-align: right; }
  :is(.tec-site, .editor-styles-wrapper) .footer-socials { grid-column: 1 / -1; justify-content: flex-start; }
  :is(.tec-site, .editor-styles-wrapper) .social-rail { display: none; }
  :is(.tec-site, .editor-styles-wrapper) .footer-bottom { flex-wrap: wrap; gap: 12px; }
  :is(.tec-site, .editor-styles-wrapper) .footer-bottom span { display: none; }
  :is(.tec-site, .editor-styles-wrapper) .primary-nav.is-open { flex-direction: column; gap: 16px; }
  :is(.tec-site, .editor-styles-wrapper) .nav-links { flex-direction: column; align-items: flex-start; gap: 0; width: 100%; }
  :is(.tec-site, .editor-styles-wrapper) .nav-links li { width: 100%; border-bottom: 1px solid rgba(151, 229, 201, .14); }
  :is(.tec-site, .editor-styles-wrapper) .nav-links a { padding: 10px 0; font-size: 1rem; }
  :is(.tec-site, .editor-styles-wrapper) .header-cta { width: 100%; }
}

@media (max-width: 480px) {
  body.tec-site { font-size: 16px; }
  .admin-bar .site-header { top: 0; }
  :is(.tec-site, .editor-styles-wrapper) .brand-link { flex-basis: 172px; }
  :is(.tec-site, .editor-styles-wrapper) .brand-link img { width: 172px; }
  :is(.tec-site, .editor-styles-wrapper) .header-inner { min-height: 76px; }
  :is(.tec-site, .editor-styles-wrapper) .hero { padding-top: 78px; }
  :is(.tec-site, .editor-styles-wrapper) .hero-grid { min-height: calc(100svh - 145px); padding-top: 210px; }
  :is(.tec-site, .editor-styles-wrapper) .hero-copy { padding: 26px 20px; }
  :is(.tec-site, .editor-styles-wrapper) .hero .eyebrow { margin-bottom: 17px; font-size: .65rem; letter-spacing: .13em; }
  :is(.tec-site, .editor-styles-wrapper) .hero-title { font-size: clamp(2.55rem, 11vw, 3.6rem); }
  :is(.tec-site, .editor-styles-wrapper) .hero-description { margin-top: 20px; }
  :is(.tec-site, .editor-styles-wrapper) .hero .wp-block-buttons { margin-top: 24px; }
  :is(.tec-site, .editor-styles-wrapper) .hero-bottom-copy { max-width: 180px; }
  :is(.tec-site, .editor-styles-wrapper) .hero-bottom-scroll { white-space: nowrap; }
  :is(.tec-site, .editor-styles-wrapper) .form-grid { grid-template-columns: 1fr; }
  :is(.tec-site, .editor-styles-wrapper) .form-field.full { grid-column: auto; }
  :is(.tec-site, .editor-styles-wrapper) .contact-panel { padding: 23px 18px; }
  :is(.tec-site, .editor-styles-wrapper) .contact h2 { font-size: 3.05rem; }
  :is(.tec-site, .editor-styles-wrapper) .footer-main { grid-template-columns: 1fr; }
  :is(.tec-site, .editor-styles-wrapper) .footer-main > p { text-align: left; }
  :is(.tec-site, .editor-styles-wrapper) .footer-socials { grid-column: auto; }
  :is(.tec-site, .editor-styles-wrapper) .objective summary { font-size: .98rem; }
  :is(.tec-site, .editor-styles-wrapper) .sector-row { grid-template-columns: 22px 1fr 18px; gap: 11px; }
  :is(.tec-site, .editor-styles-wrapper) .sector-row h3 { font-size: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after { animation: none !important; transition: none !important; }
}

@media print {
  .site-header,
  .site-footer,
  .wp-block-buttons,
  .contact-panel,
  .social-rail,
  .preview-ribbon { display: none !important; }
  :is(.tec-site, .editor-styles-wrapper) .tec-section { padding: 25px 0 !important; background: white !important; color: black !important; break-inside: avoid; }
  :is(.tec-site, .editor-styles-wrapper) .hero-grid,
  :is(.tec-site, .editor-styles-wrapper) .about-grid,
  :is(.tec-site, .editor-styles-wrapper) .eco-grid,
  :is(.tec-site, .editor-styles-wrapper) .goals-grid,
  :is(.tec-site, .editor-styles-wrapper) .contact-grid { display: block; }
  :is(.tec-site, .editor-styles-wrapper) h1 { font-size: 32px !important; }
  :is(.tec-site, .editor-styles-wrapper) h2 { font-size: 26px !important; }
  :is(.tec-site, .editor-styles-wrapper) p,
  :is(.tec-site, .editor-styles-wrapper) em { color: black !important; }
  :is(.tec-site, .editor-styles-wrapper) .container { width: 100%; }
}

:is(.tec-site, .editor-styles-wrapper) :is(.hero-grid, .about-grid, .pillar-grid, .eco-grid, .goals-grid, .contact-grid, .section-heading, .sector-row, .hero-bottom, .hero-chips) > * {
  margin-block: 0;
}
