/*
Theme Name: TENKANI Tech
Theme URI: https://tenkani.com
Author: TENKANI
Description: Expérience digitale technologique, claire et orientée conversion pour TENKANI Sarl.
Version: 3.3.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: tenkani
*/

:root {
  --navy: #061532;
  --navy-2: #0a2049;
  --blue: #1646d8;
  --blue-light: #2f6bff;
  --acid: #baff46;
  --acid-soft: #dcff9f;
  --ink: #0c1830;
  --text: #546077;
  --paper: #f5f8ff;
  --white: #fff;
  --line: #dce3f0;
  --green: #138a55;
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(186,255,70,.65); outline-offset: 3px; }
em { color: var(--blue); font-style: normal; }
.shell { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.tk-icon { width: 21px; height: 21px; flex: 0 0 auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.site-header { position: fixed; z-index: 80; left: 50%; top: 16px; transform: translateX(-50%); width: min(1250px, calc(100% - 30px)); min-height: 72px; padding: 9px 10px 9px 20px; display: flex; align-items: center; gap: 28px; color: white; background: rgba(6,21,50,.9); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; backdrop-filter: blur(18px); box-shadow: 0 16px 45px rgba(1,10,29,.2); transition: top .25s ease, background .25s ease; }
.site-header.is-scrolled { top: 8px; background: rgba(4,15,37,.97); }
.admin-bar .site-header { top: 48px; }
.brand, .brand img { width: 170px; height: auto; }
.brand { display: flex; overflow: hidden; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 21px; }
.nav a { position: relative; color: rgba(255,255,255,.73); font-size: 13px; font-weight: 650; }
.nav a:hover { color: white; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--acid); transition: right .25s ease; }
.nav a:hover::after { right: 0; }
.menu-button { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; border-radius: 50%; place-items: center; color: var(--navy); background: var(--acid); }
.menu-lines { width: 18px; display: grid; gap: 5px; }
.menu-lines i { height: 2px; display: block; background: currentColor; transition: transform .2s ease; }
.menu-button[aria-expanded="true"] .menu-lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 8px; font-family: "Manrope", Arial, sans-serif; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .22s var(--ease), background .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button .tk-icon { width: 18px; }
.button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.button-acid { color: var(--navy); background: var(--acid); }
.button-acid:hover { background: var(--acid-soft); }
.button-blue, .button.primary { color: white; background: var(--blue); }
.button-blue:hover { background: var(--blue-light); }
.button-outline { color: white; background: transparent; border-color: rgba(255,255,255,.26); }
.button-outline:hover { border-color: var(--acid); }
.button-soft { color: var(--ink); background: #eef2f8; }
.button.whatsapp { color: white; background: var(--green); }
.button.wide { width: 100%; }
.header-cta { min-height: 52px; color: var(--navy); background: var(--acid); }

.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; font-family: "Manrope", Arial, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.eyebrow > span { width: 24px; height: 2px; background: currentColor; }
.eyebrow.acid { color: var(--acid); }
.eyebrow.blue { color: var(--blue); }

.tech-grid { position: absolute; inset: 0; pointer-events: none; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg,#000,transparent 88%); }
.home-hero { position: relative; min-height: 850px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.hero-glow { position: absolute; width: 700px; height: 700px; right: -250px; top: -310px; border-radius: 50%; background: radial-gradient(circle,rgba(47,107,255,.55),rgba(47,107,255,0) 68%); }
.home-hero-grid { position: relative; z-index: 2; padding-top: 90px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 80px; align-items: center; }
.home-hero-copy h1 { margin: 0; font-family: "Manrope",Arial,sans-serif; font-size: clamp(62px,6.4vw,96px); line-height: .94; letter-spacing: -.068em; }
.home-hero-copy h1 em { color: var(--acid); }
.home-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 29px 0; color: rgba(255,255,255,.67); font-size: 18px; line-height: 1.65; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-notes { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 19px; color: rgba(255,255,255,.52); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hero-notes span { display: flex; align-items: center; gap: 7px; }
.hero-notes span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px rgba(186,255,70,.8); }
.tech-hero-visual { position: relative; min-height: 640px; perspective: 1000px; }
.hero-screen { position: absolute; inset: 48px 3% 35px 9%; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: #12244a; box-shadow: 0 40px 100px rgba(0,0,0,.35); transform: rotate(1.5deg); }
.hero-screen img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.screen-overlay { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(6,21,50,.06),rgba(6,21,50,.66)),linear-gradient(90deg,rgba(22,70,216,.36),transparent); }
.screen-label { position: absolute; left: 20px; right: 20px; bottom: 18px; display: flex; justify-content: space-between; color: rgba(255,255,255,.72); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.visual-ring { position: absolute; border: 1px solid rgba(186,255,70,.3); border-radius: 50%; animation: slowSpin 22s linear infinite; }
.ring-one { width: 430px; height: 430px; right: -90px; top: -30px; }
.ring-two { width: 290px; height: 290px; left: -30px; bottom: -20px; border-color: rgba(47,107,255,.5); animation-direction: reverse; }
@keyframes slowSpin { to { transform: rotate(360deg); } }
.tech-chip { position: absolute; z-index: 4; min-width: 215px; padding: 15px; display: flex; align-items: center; gap: 13px; color: var(--ink); background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.8); border-radius: 12px; box-shadow: 0 22px 55px rgba(0,0,0,.26); transition: transform .2s ease-out; }
.tech-chip > .tk-icon { width: 38px; height: 38px; padding: 9px; color: var(--navy); border-radius: 9px; background: var(--acid); }
.tech-chip small,.tech-chip strong { display: block; }
.tech-chip small { margin-bottom: 2px; color: #7b8496; font-size: 9px; }
.tech-chip strong { font-size: 13px; }
.chip-web { left: -3%; top: 19%; }
.chip-design { right: -4%; bottom: 17%; }
.chip-design > .tk-icon { color: white; background: var(--blue); }
.tech-core { position: absolute; z-index: 5; left: 0; bottom: 4%; width: 85px; height: 85px; display: grid; place-items: center; color: var(--navy); background: var(--acid); border-radius: 50%; box-shadow: 0 18px 45px rgba(0,0,0,.24); transition: transform .2s ease-out; }
.tech-core b { font-family: "Manrope"; font-size: 24px; }
.tech-core span { position: absolute; inset: 8px; border: 1px solid rgba(6,21,50,.24); border-radius: 50%; }

.home-strip { overflow: hidden; color: var(--navy); background: var(--acid); }
.home-strip > div { width: max-content; min-height: 66px; display: flex; align-items: center; gap: 25px; animation: stripMove 30s linear infinite; }
.home-strip span { white-space: nowrap; font-family: "Manrope"; font-size: 16px; font-weight: 800; }
.home-strip i { width: 8px; height: 8px; background: var(--blue); transform: rotate(45deg); }
@keyframes stripMove { to { transform: translateX(-50%); } }

.clean-heading { display: grid; grid-template-columns: 1.15fr .55fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.clean-heading h2 { margin: 0; font-family: "Manrope",Arial,sans-serif; font-size: clamp(43px,4.9vw,70px); line-height: 1.02; letter-spacing: -.058em; }
.clean-heading > p { margin: 0 0 6px; color: var(--text); font-size: 16px; line-height: 1.7; }
.clean-heading.light h2 { color: white; }
.clean-heading.light h2 em { color: var(--acid); }
.heading-link { margin-bottom: 7px; display: inline-flex; align-items: center; gap: 9px; color: white; font-size: 12px; font-weight: 800; }
.heading-link.dark { color: var(--blue); }
.heading-link .tk-icon { width: 17px; }

.home-services { padding: 135px 0; background: var(--paper); }
.clean-service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.clean-service-card { min-height: 390px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; background: white; transition: transform .3s var(--ease), border-color .3s ease, box-shadow .3s ease; }
.clean-service-card:hover { transform: translateY(-7px); border-color: var(--blue); box-shadow: 0 24px 50px rgba(20,52,122,.1); }
.clean-service-card > div:first-child { display: flex; justify-content: space-between; align-items: center; }
.clean-service-card small { color: #929bac; font-size: 10px; font-weight: 800; }
.clean-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--blue); border-radius: 12px; background: #eaf0ff; }
.clean-service-card h3 { margin: 60px 0 15px; font-family: "Manrope"; font-size: 27px; letter-spacing: -.04em; }
.clean-service-card p { margin: 0; color: var(--text); font-size: 14px; line-height: 1.65; }
.clean-link { margin-top: auto; display: flex; align-items: center; gap: 8px; color: var(--blue); font-size: 12px; font-weight: 800; }
.clean-link .tk-icon { width: 16px; }
.secondary-services { margin-top: 18px; min-height: 72px; padding: 16px 22px; display: flex; align-items: center; gap: 23px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.secondary-services > span { margin-right: auto; color: #929bac; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.secondary-services a { color: var(--blue); font-size: 13px; font-weight: 750; }

.home-work { padding: 135px 0; color: white; background: var(--navy); }
.featured-projects { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 15px; }
.featured-project > div { position: relative; height: 430px; overflow: hidden; border-radius: 14px; background: var(--navy-2); }
.featured-project:first-child > div { height: 510px; }
.featured-project img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), filter .4s ease; }
.featured-project > div::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 50%,rgba(6,21,50,.45)); }
.featured-project > div span { position: absolute; z-index: 2; left: 50%; top: 50%; width: 80px; height: 80px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--acid); font-size: 10px; font-weight: 850; opacity: 0; transform: translate(-50%,-35%) scale(.8); transition: .3s var(--ease); }
.featured-project:hover img { transform: scale(1.045); filter: saturate(.75); }
.featured-project:hover > div span { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.featured-project small { display: block; margin-top: 17px; color: var(--acid); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.featured-project h3 { margin: 7px 0 0; font-family: "Manrope"; font-size: 27px; letter-spacing: -.04em; }

.home-why { padding: 140px 0; background: white; }
.home-why-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 95px; align-items: center; }
.why-visual { position: relative; min-height: 670px; }
.why-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.why-visual::after { content: ""; position: absolute; inset: 0; border-radius: 14px; background: linear-gradient(180deg,transparent 55%,rgba(6,21,50,.76)); }
.why-visual > div { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 26px; color: white; }
.why-visual strong,.why-visual span { display: block; }
.why-visual strong { font-family: "Manrope"; font-size: 28px; }
.why-visual span { margin-top: 6px; color: rgba(255,255,255,.63); }
.why-copy h2 { margin: 0; font-family: "Manrope"; font-size: clamp(42px,4.5vw,65px); line-height: 1.02; letter-spacing: -.058em; }
.why-copy > p:not(.eyebrow) { margin: 25px 0 30px; color: var(--text); font-size: 16px; line-height: 1.75; }
.why-points { margin-bottom: 32px; border-top: 1px solid var(--line); }
.why-points article { padding: 20px 0; display: grid; grid-template-columns: 42px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.why-points article > span { padding-top: 5px; color: var(--blue); font-size: 10px; font-weight: 800; }
.why-points h3 { margin: 0 0 5px; font-family: "Manrope"; font-size: 18px; }
.why-points p { margin: 0; color: var(--text); font-size: 13px; line-height: 1.55; }

.home-journal { padding: 130px 0; background: var(--paper); }
.simple-post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.simple-post > a:first-child { height: 270px; display: block; overflow: hidden; border-radius: 12px; background: #dce3f0; }
.simple-post img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.simple-post:hover img { transform: scale(1.04); }
.simple-post > div { margin: 18px 0 11px; display: flex; justify-content: space-between; color: #8b94a7; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.simple-post > div span { color: var(--blue); }
.simple-post h3 { margin: 0; font-family: "Manrope"; font-size: 23px; line-height: 1.2; letter-spacing: -.04em; }
.simple-post h3 a:hover { color: var(--blue); }
.post-link { margin-top: 17px; display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 11px; font-weight: 800; }
.post-link .tk-icon { width: 15px; }

.simple-cta { position: relative; padding: 120px 0; overflow: hidden; color: white; background: var(--blue); }
.simple-cta .cta-grid-bg { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size: 70px 70px; }
.simple-cta .shell { position: relative; z-index: 2; }
.simple-cta h2 { max-width: 900px; margin: 0; font-family: "Manrope"; font-size: clamp(50px,6vw,82px); line-height: .98; letter-spacing: -.065em; }
.simple-cta h2 em { color: var(--acid); }
.simple-cta p { max-width: 650px; margin: 25px 0 30px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.65; }
.simple-cta .shell > div { display: flex; flex-wrap: wrap; gap: 11px; }
.simple-cta.compact { padding: 95px 0; text-align: center; background: var(--navy); }
.simple-cta.compact h2 { margin-inline: auto; font-size: clamp(42px,5vw,65px); }
.simple-cta.compact p { margin-inline: auto; }

.inner-hero { position: relative; min-height: 610px; padding: 180px 0 100px; display: flex; align-items: end; overflow: hidden; color: white; background: var(--navy); }
.inner-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -120px; top: -170px; border: 1px solid rgba(186,255,70,.28); border-radius: 50%; box-shadow: 0 0 0 70px rgba(186,255,70,.025),0 0 0 140px rgba(186,255,70,.015); }
.inner-hero .shell { position: relative; z-index: 2; }
.inner-hero h1 { max-width: 950px; margin: 0; font-family: "Manrope"; font-size: clamp(60px,7.6vw,102px); line-height: .93; letter-spacing: -.07em; }
.inner-hero h1 em { color: var(--acid); }
.inner-hero p:not(.eyebrow) { max-width: 680px; margin: 26px 0; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.65; }

.service-detail { padding: 115px 0; background: white; }
.service-detail:nth-of-type(even) { background: var(--paper); }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.service-detail.reverse .service-detail-image { order: 2; }
.service-detail-image { position: relative; height: 560px; }
.service-detail-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.service-detail-image > span { position: absolute; right: -25px; bottom: 30px; width: 86px; height: 86px; display: grid; place-items: center; color: var(--navy); background: var(--acid); border-radius: 50%; box-shadow: 0 18px 40px rgba(6,21,50,.2); }
.service-detail-image .tk-icon { width: 35px; height: 35px; }
.service-number { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.service-detail-copy h2 { margin: 16px 0; font-family: "Manrope"; font-size: clamp(40px,4vw,59px); line-height: 1; letter-spacing: -.055em; }
.service-detail-copy > p { margin: 0 0 26px; color: var(--text); font-size: 16px; line-height: 1.7; }
.service-detail-copy ul { margin: 0 0 30px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-detail-copy li { padding: 13px 0; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); color: #344158; font-size: 13px; font-weight: 650; }
.service-detail-copy li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 2px var(--blue); }
.service-pricing { padding: 130px 0; color: white; background: var(--navy); }
.service-pricing .clean-heading > p { color: rgba(255,255,255,.55); }
.simple-pricing { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.simple-pricing article { min-height: 450px; padding: 30px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.035); }
.simple-pricing article.featured { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.simple-pricing article > span { color: var(--acid); font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.simple-pricing .featured > span { color: var(--blue); }
.simple-pricing h3 { margin: 38px 0 17px; font-family: "Manrope"; font-size: 27px; }
.simple-pricing strong { font-family: "Manrope"; font-size: 48px; letter-spacing: -.05em; }
.simple-pricing strong small { font-size: 12px; opacity: .55; }
.simple-pricing p { color: rgba(255,255,255,.58); line-height: 1.65; }
.simple-pricing .featured p { color: rgba(12,24,48,.65); }
.simple-pricing .button { margin-top: auto; }
.simple-pricing .featured .button-outline { color: var(--ink); border-color: rgba(12,24,48,.25); }
.pricing-disclaimer { margin: 25px 0 0; color: rgba(255,255,255,.42); font-size: 11px; text-align: center; }

.service-result { margin: 23px 0 27px!important; padding: 17px 18px; color: #34415a!important; border-left: 3px solid var(--acid); background: #f3f7ff; border-radius: 0 8px 8px 0; }
.service-result strong { color: var(--blue); }
.service-ecosystem { padding: 125px 0; background: var(--paper); }
.ecosystem-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.ecosystem-grid article { position: relative; min-height: 350px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; transition: transform .35s var(--ease),box-shadow .35s var(--ease); }
.ecosystem-grid article::after { content: ""; position: absolute; width: 190px; height: 190px; right: -90px; top: -90px; border: 1px solid rgba(22,70,216,.1); border-radius: 50%; }
.ecosystem-grid article:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(6,21,50,.09); }
.ecosystem-grid article > span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.ecosystem-grid h3 { margin: 52px 0 20px; font-family: "Manrope"; font-size: 29px; letter-spacing: -.045em; }
.ecosystem-grid ul { margin: 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.ecosystem-grid li { display: flex; align-items: center; gap: 10px; color: var(--text); font-size: 13px; }
.ecosystem-grid li::before { content: ""; width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 2px var(--blue); }

.pdf-library { padding: 125px 0 145px; background: var(--paper); }
.portfolio-filters { margin: -12px 0 42px; display: flex; flex-wrap: wrap; gap: 8px; }
.portfolio-filters button { min-height: 42px; padding: 0 17px; border: 1px solid var(--line); border-radius: 100px; color: #59647a; background: white; cursor: pointer; font-size: 11px; font-weight: 750; transition: .2s ease; }
.portfolio-filters button:hover,.portfolio-filters button.active { color: white; border-color: var(--blue); background: var(--blue); }
.pdf-project-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 38px 16px; }
.pdf-project { min-width: 0; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; background: white; transition: transform .35s var(--ease),box-shadow .35s var(--ease); }
.pdf-project[hidden] { display: none!important; }
.pdf-project:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(6,21,50,.1); }
.pdf-cover { position: relative; aspect-ratio: 1273 / 900; overflow: hidden; background: #dfe5ef; }
.pdf-cover img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .55s var(--ease); }
.pdf-project:hover .pdf-cover img { transform: scale(1.025); }
.pdf-cover > span { position: absolute; right: 13px; bottom: 13px; padding: 7px 10px; color: var(--navy); border-radius: 100px; background: var(--acid); font-size: 9px; font-weight: 850; }
.pdf-project-copy { padding: 24px; }
.pdf-project-copy small { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.pdf-project-copy h2 { margin: 9px 0 10px; font-family: "Manrope"; font-size: 27px; letter-spacing: -.045em; }
.pdf-project-copy p { min-height: 62px; color: var(--text); font-size: 13px; line-height: 1.6; }
.pdf-project-copy > div { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 13px; }
.pdf-open { padding: 0 0 6px; display: inline-flex; align-items: center; gap: 8px; color: var(--navy); border: 0; border-bottom: 1px solid var(--navy); background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; }
.pdf-open .tk-icon { width: 15px; }
.pdf-project-copy > div > a { color: var(--blue); font-size: 10px; font-weight: 750; }

.poster-showcase { padding: 120px 0; overflow: hidden; color: white; background: var(--navy); }
.poster-showcase .clean-heading > p { color: rgba(255,255,255,.58); }
.poster-marquee { width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent); mask-image: linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent); }
.poster-track { width: max-content; display: flex; gap: 16px; animation: poster-scroll 70s linear infinite; }
.poster-track:hover { animation-play-state: paused; }
.poster-track figure { width: clamp(260px,24vw,370px); aspect-ratio: 1; margin: 0; flex: 0 0 auto; overflow: hidden; border-radius: 14px; background: #102144; box-shadow: 0 18px 50px rgba(0,0,0,.24); }
.poster-track img { width: 100%; height: 100%; object-fit: cover; }
@keyframes poster-scroll { to { transform: translateX(calc(-50% - 8px)); } }

.web-project-previews { padding: 130px 0; background: white; }
.web-preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.web-preview { display: block; overflow: hidden; color: var(--ink); border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 20px 55px rgba(6,21,50,.08); transition: transform .35s var(--ease),box-shadow .35s var(--ease); }
.web-preview:hover { transform: translateY(-6px); box-shadow: 0 30px 70px rgba(6,21,50,.14); }
.browser-bar { height: 46px; padding: 0 15px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--line); background: #f5f7fb; }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #c3cbd9; }
.browser-bar i:first-child { background: #ff6a66; }.browser-bar i:nth-child(2) { background: #ffc84b; }.browser-bar i:nth-child(3) { background: #75cd67; }
.browser-bar span { margin-left: 9px; color: #8891a3; font-size: 9px; }
.web-preview-image { height: 430px; overflow: hidden; background: #e8ecf3; }
.web-preview-image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform 2.3s var(--ease); }
.web-preview:hover .web-preview-image img { transform: translateY(-4%) scale(1.02); }
.web-preview-copy { min-height: 104px; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.web-preview-copy small,.web-preview-copy strong { display: block; }
.web-preview-copy small { margin-bottom: 5px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.web-preview-copy strong { font-family: "Manrope"; font-size: 25px; }
.web-preview-copy b { display: flex; align-items: center; gap: 7px; font-size: 10px; white-space: nowrap; }
.web-preview-copy .tk-icon { width: 15px; }

.pdf-viewer-backdrop { position: fixed; inset: 0; z-index: 160; padding: 20px; display: grid; place-items: center; background: rgba(1,7,19,.91); backdrop-filter: blur(12px); }
.pdf-viewer-backdrop[hidden] { display: none!important; }
.pdf-viewer-panel { width: min(1180px,100%); height: min(900px,calc(100vh - 40px)); display: grid; grid-template-rows: auto 1fr; overflow: hidden; border-radius: 15px; background: #eef1f6; box-shadow: 0 35px 100px rgba(0,0,0,.45); }
.pdf-viewer-panel header { min-height: 82px; padding: 14px 20px 14px 25px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: white; background: var(--navy); }
.pdf-viewer-panel header small { color: var(--acid); font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.pdf-viewer-panel header h2 { margin: 4px 0 0; font-family: "Manrope"; font-size: 22px; }
.pdf-viewer-panel header > div:last-child { display: flex; align-items: center; gap: 11px; }
.pdf-viewer-panel header a { color: rgba(255,255,255,.74); font-size: 10px; font-weight: 700; }
.pdf-viewer-close { width: 40px; height: 40px; display: grid; place-items: center; color: var(--navy); border: 0; border-radius: 50%; background: var(--acid); cursor: pointer; font-size: 24px; }
.pdf-viewer-panel iframe { width: 100%; height: 100%; border: 0; background: #d9dee8; }

.home-scope { padding: 125px 0; background: white; }
.home-scope-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: center; }
.home-scope-copy h2 { margin: 0; font-family: "Manrope"; font-size: clamp(44px,4.7vw,67px); line-height: 1.02; letter-spacing: -.06em; }
.home-scope-copy > p:not(.eyebrow) { margin: 24px 0; color: var(--text); font-size: 16px; line-height: 1.72; }
.scope-sectors { margin: 0 0 31px; display: flex; flex-wrap: wrap; gap: 8px; }
.scope-sectors span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 100px; color: #586378; font-size: 10px; font-weight: 750; }
.home-scope-visual { position: relative; min-height: 610px; }
.scope-main { position: absolute; inset: 0 15% 50px 0; overflow: hidden; border-radius: 15px; }
.scope-small { position: absolute; width: 44%; height: 46%; right: 0; bottom: 0; overflow: hidden; border: 9px solid white; border-radius: 15px; box-shadow: 0 25px 60px rgba(6,21,50,.15); }
.home-scope-visual img { width: 100%; height: 100%; object-fit: cover; }
.home-scope-visual > span { position: absolute; right: 9%; top: 10%; padding: 12px 15px; color: var(--navy); border-radius: 7px; background: var(--acid); font-size: 9px; font-weight: 850; letter-spacing: .11em; transform: rotate(3deg); }

.about-capabilities { padding: 125px 0; background: var(--paper); }
.about-capability-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.about-capability-grid article { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.about-capability-grid article > div { height: 420px; margin-bottom: 23px; overflow: hidden; border-radius: 13px; background: #dce3f0; }
.about-capability-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.about-capability-grid article:hover img { transform: scale(1.035); }
.about-capability-grid span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.about-capability-grid h3 { margin: 13px 0 9px; font-family: "Manrope"; font-size: 27px; line-height: 1.15; letter-spacing: -.045em; }
.about-capability-grid p { margin: 0; color: var(--text); font-size: 13px; line-height: 1.65; }
.about-local { padding: 125px 0; color: white; background: linear-gradient(125deg,var(--blue),#09266d); }
.about-local-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: center; }
.about-local h2 { margin: 0; font-family: "Manrope"; font-size: clamp(44px,5vw,68px); line-height: 1.02; letter-spacing: -.06em; }
.about-local p:not(.eyebrow) { color: rgba(255,255,255,.69); line-height: 1.75; }
.about-local blockquote { margin: 0 0 28px; font-family: "Manrope"; font-size: clamp(25px,3vw,38px); line-height: 1.25; letter-spacing: -.04em; }

.blog-intro { margin-bottom: 50px; padding: 25px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.blog-intro strong { font-family: "Manrope"; font-size: 21px; }
.blog-intro p { max-width: 570px; margin: 5px 0 0; color: var(--text); font-size: 12px; }
.blog-intro nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.blog-intro nav span { padding: 8px 11px; color: var(--blue); border-radius: 100px; background: #eaf0ff; font-size: 9px; font-weight: 800; }
.journal-card.featured { grid-column: span 2; display: grid; grid-template-columns: 1.25fr .75fr; column-gap: 25px; align-content: start; }
.journal-card.featured .journal-image { height: 465px; grid-row: 1 / span 4; }
.journal-card.featured .journal-meta { margin-top: 0; }
.journal-card.featured h3 { font-size: 34px; }
.blog-guidance { padding: 85px 0; color: white; background: var(--blue); }
.blog-guidance .shell { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.blog-guidance h2 { margin: 0; font-family: "Manrope"; font-size: clamp(35px,4.5vw,58px); line-height: 1.04; letter-spacing: -.055em; }

.portfolio-full { padding: 120px 0 140px; background: var(--paper); }
.portfolio-full-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 50px 18px; }
.full-project.wide { grid-column: 1 / -1; }
.full-project > div { height: 540px; overflow: hidden; border-radius: 14px; background: #dce3f0; }
.full-project.wide > div { height: 650px; }
.full-project img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.full-project:hover img { transform: scale(1.035); }
.full-project small { display: block; margin-top: 18px; color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.full-project h2 { margin: 8px 0 4px; font-family: "Manrope"; font-size: 34px; letter-spacing: -.04em; }
.full-project p { margin: 0; color: var(--text); }
.web-projects-clean { padding: 120px 0; background: white; }
.web-projects-clean .shell > div:last-child { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.web-projects-clean a { min-height: 170px; padding: 28px; display: flex; align-items: end; justify-content: space-between; border-right: 1px solid var(--line); transition: background .2s ease; }
.web-projects-clean a:last-child { border-right: 0; }
.web-projects-clean a:hover { background: var(--paper); }
.web-projects-clean small,.web-projects-clean strong { display: block; }
.web-projects-clean small { margin-bottom: 8px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.web-projects-clean strong { font-family: "Manrope"; font-size: 29px; }

.about-story { padding: 130px 0; }
.about-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.about-story-grid > div:first-child { height: 650px; overflow: hidden; border-radius: 14px; }
.about-story img { width: 100%; height: 100%; object-fit: cover; }
.about-story h2 { margin: 0; font-family: "Manrope"; font-size: clamp(42px,4.5vw,65px); line-height: 1.02; letter-spacing: -.06em; }
.about-story p:not(.eyebrow) { color: var(--text); font-size: 16px; line-height: 1.75; }
.values-section { padding: 125px 0; color: white; background: var(--navy); }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.16); }
.value-grid article { min-height: 260px; padding: 27px 26px 25px 0; border-right: 1px solid rgba(255,255,255,.16); }
.value-grid article:not(:first-child) { padding-left: 26px; }
.value-grid span { color: var(--acid); font-size: 10px; font-weight: 800; }
.value-grid h3 { margin: 65px 0 12px; font-family: "Manrope"; font-size: 25px; }
.value-grid p { margin: 0; color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.65; }
.method-clean { padding: 125px 0; background: var(--paper); }
.method-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.method-steps article { min-height: 230px; padding: 25px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.method-steps b { color: var(--blue); font-size: 10px; }
.method-steps h3 { margin: 55px 0 10px; font-family: "Manrope"; font-size: 23px; }
.method-steps p { color: var(--text); font-size: 13px; }

.contact-page { position: relative; min-height: 850px; padding: 160px 0 100px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.contact-page-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .85fr; gap: 95px; align-items: center; }
.contact-page h1 { margin: 0; font-family: "Manrope"; font-size: clamp(65px,7.5vw,104px); line-height: .92; letter-spacing: -.07em; }
.contact-page h1 em { color: var(--acid); }
.contact-page-grid > div:first-child > p:not(.eyebrow) { max-width: 630px; margin: 25px 0 30px; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.65; }
.contact-card { padding: 35px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.contact-card article { padding: 18px 0; display: grid; gap: 6px; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-card small { color: var(--acid); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-card a,.contact-card p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.6; }
.contact-card > article:first-child a { font-family: "Manrope"; font-size: 26px; font-weight: 700; }
.contact-whatsapp { margin-top: 22px; min-height: 52px; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; color: var(--navy)!important; background: var(--acid); border-radius: 8px; font-weight: 800; }

.blog-hero { position: relative; min-height: 560px; padding: 170px 0 90px; display: flex; align-items: end; overflow: hidden; color: white; background: var(--navy); }
.blog-hero::after { content: ""; position: absolute; width: 500px; height: 500px; right: -100px; top: -180px; border: 1px solid rgba(186,255,70,.25); border-radius: 50%; }
.blog-hero .shell { position: relative; z-index: 2; }
.blog-hero h1 { margin: 0; max-width: 950px; font-family: "Manrope"; font-size: clamp(58px,7vw,95px); line-height: .94; letter-spacing: -.07em; }
.blog-hero h1 em { color: var(--acid); }
.blog-hero p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.64); font-size: 16px; line-height: 1.7; }
.blog-archive { padding: 110px 0 140px; background: var(--paper); }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 42px 18px; }
.journal-card .journal-image { position: relative; height: 290px; display: block; overflow: hidden; border-radius: 12px; background: #dce3f0; }
.journal-card .journal-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.journal-card:hover .journal-image img { transform: scale(1.04); }
.journal-image span { display: none; }
.journal-meta { margin: 17px 0 10px; display: flex; justify-content: space-between; color: #8b94a7; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.journal-meta span { color: var(--blue); }
.journal-card h3 { margin: 0; font-family: "Manrope"; font-size: 24px; line-height: 1.2; letter-spacing: -.04em; }
.journal-card > p { color: var(--text); font-size: 13px; line-height: 1.65; }
.blog-pagination { margin-top: 65px; display: flex; justify-content: center; gap: 7px; }
.blog-pagination .page-numbers { min-width: 42px; height: 42px; padding: 0 12px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.blog-pagination .current,.blog-pagination a:hover { color: white; background: var(--blue); border-color: var(--blue); }
.article-hero { padding: 170px 0 80px; color: white; background: var(--navy); }
.article-hero .shell { width: min(940px,calc(100% - 48px)); }
.article-kicker { color: var(--acid); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.article-hero h1 { margin: 23px 0; font-family: "Manrope"; font-size: clamp(45px,5.8vw,75px); line-height: 1.02; letter-spacing: -.06em; }
.article-meta { display: flex; gap: 17px; color: rgba(255,255,255,.48); font-size: 10px; }
.article-cover { width: min(1120px,calc(100% - 48px)); height: min(620px,60vw); margin: 0 auto; overflow: hidden; border-radius: 0 0 18px 18px; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-body { width: min(780px,calc(100% - 40px)); margin: auto; padding: 80px 0 110px; }
.article-body p,.article-body li { color: #505c72; font-size: 17px; line-height: 1.85; }
.article-body h2 { margin: 48px 0 14px; font-family: "Manrope"; font-size: 33px; letter-spacing: -.04em; }
.article-cta { margin-top: 55px; padding: 30px; color: white; background: var(--blue); border-radius: 12px; }
.article-cta h3 { margin: 0 0 8px; font-family: "Manrope"; font-size: 26px; }
.article-cta p { color: rgba(255,255,255,.67); font-size: 14px; }

footer { color: white; background: #020b1d; }
.footer-main { padding: 80px 0 68px; display: grid; grid-template-columns: 1.4fr .75fr 1fr .75fr; gap: 55px; }
.footer-brand img { width: 185px; margin-bottom: 22px; }
.footer-brand p { max-width: 350px; color: rgba(255,255,255,.5); line-height: 1.65; }
.footer-main h3 { margin: 0 0 20px; color: var(--acid); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-main a,.footer-main p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.7; }
.footer-main a:hover { color: white; }
.footer-quote { margin-top: 8px; padding: 0 0 5px; display: flex; align-items: center; gap: 8px; color: white; border: 0; border-bottom: 1px solid rgba(255,255,255,.32); background: transparent; cursor: pointer; font-weight: 750; }
.footer-quote .tk-icon { width: 16px; }
.social-links { margin-top: 17px; display: flex; gap: 7px; flex-wrap: wrap; }
.social-links a { min-width: 37px; height: 37px; padding: 0 9px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: white; font-size: 9px; font-weight: 800; }
.social-links a:hover { color: var(--navy); background: var(--acid); border-color: var(--acid); }
.footer-legal { min-height: 74px; display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.33); font-size: 10px; }
.footer-legal span:last-child { display: flex; gap: 18px; }

.quote-backdrop { position: fixed; inset: 0; z-index: 120; padding: 18px; display: grid; place-items: center; background: rgba(1,7,19,.84); backdrop-filter: blur(13px); }
.quote-backdrop[hidden],.quote-step[hidden] { display: none!important; }
.quote-panel { position: relative; width: min(830px,100%); max-height: calc(100vh - 36px); overflow-y: auto; padding: 44px; border-radius: 15px; background: white; box-shadow: 0 40px 100px rgba(0,0,0,.4); }
.quote-close { position: absolute; z-index: 2; right: 17px; top: 17px; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #eef2f8; color: var(--ink); font-size: 24px; cursor: pointer; }
.quote-progress { position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: #e7ebf2; }
.quote-progress span { display: block; height: 100%; background: linear-gradient(90deg,var(--blue),var(--acid)); transition: width .25s ease; }
.quote-panel h2 { margin: 0; max-width: 670px; font-family: "Manrope"; font-size: clamp(32px,5vw,48px); line-height: 1.04; letter-spacing: -.05em; }
.quote-lead { margin: 13px 0 25px; color: var(--text); }
.category-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-bottom: 22px; }
.category { position: relative; min-height: 91px; padding: 16px 43px 16px 17px; text-align: left; border: 1px solid var(--line); border-radius: 9px; background: white; cursor: pointer; }
.category:hover,.category.active { border-color: var(--blue); background: #eef3ff; }
.category span { display: block; color: var(--ink); font-weight: 750; }
.category small { display: block; margin-top: 5px; color: var(--text); }
.category b { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: var(--blue); font-size: 21px; }
.form-grid { display: grid; gap: 15px; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
.quote-panel label { display: grid; gap: 7px; margin-bottom: 15px; color: #303a4d; font-size: 12px; font-weight: 700; }
.quote-panel input,.quote-panel select,.quote-panel textarea { width: 100%; padding: 12px 13px; border: 1px solid #d7ddea; border-radius: 7px; color: var(--ink); background: white; }
.quote-panel textarea { resize: vertical; }
.estimate-box { margin: 19px 0; padding: 19px; display: grid; grid-template-columns: 1fr auto; gap: 7px 22px; border-radius: 9px; color: white; background: var(--navy); }
.estimate-box span { color: rgba(255,255,255,.6); font-size: 12px; }
.estimate-box strong { color: var(--acid); font-size: 21px; }
.estimate-box small { grid-column: 1/-1; color: rgba(255,255,255,.48); line-height: 1.5; }
.quote-actions { margin-top: 22px; display: flex; justify-content: space-between; gap: 11px; }
.consent { grid-template-columns: 20px 1fr!important; align-items: start; color: var(--text)!important; font-weight: 500!important; line-height: 1.5; }
.consent input { width: 18px; margin: 2px 0 0; }

.legal-page { min-height: 100vh; padding: 140px 0 95px; background: var(--paper); }
.legal-shell { width: min(900px,calc(100% - 40px)); margin: auto; padding: clamp(28px,6vw,68px); border-radius: 14px; background: white; box-shadow: 0 18px 55px rgba(6,21,50,.08); }
.legal-back { display: inline-flex; gap: 8px; color: var(--blue); font-weight: 700; margin-bottom: 40px; }
.legal-page h1 { margin: 0 0 17px; font-family: "Manrope"; font-size: clamp(40px,6vw,62px); line-height: 1; letter-spacing: -.055em; }
.legal-updated { color: var(--text); margin-bottom: 42px; }
.legal-page h2 { margin: 36px 0 11px; font-family: "Manrope"; font-size: 23px; }
.legal-page p,.legal-page li { color: #515c70; line-height: 1.75; }
.legal-note { margin-top: 38px; padding: 19px; border-left: 3px solid var(--blue); background: #eef3ff; }
.legal-page form label { display: grid; gap: 8px; margin-bottom: 17px; color: #303a4d; font-size: 12px; font-weight: 700; }
.legal-page form input,.legal-page form select,.legal-page form textarea { width: 100%; padding: 12px 13px; border: 1px solid #d7ddea; border-radius: 7px; }
.legal-intro { max-width: 720px; margin: 0 0 42px; font-size: 18px; }
.legal-identity { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 30px 0 42px; }
.legal-identity div { padding: 20px; border: 1px solid #e3e8f1; border-radius: 10px; background: #f8faff; }
.legal-identity span { display: block; margin-bottom: 6px; color: #708098; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.legal-identity strong { display: block; color: var(--navy); font-family: "Manrope"; font-size: 15px; line-height: 1.5; }
.legal-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin: 32px 0; }
.legal-link-card { position: relative; display: block; padding: 24px 52px 24px 24px; border-radius: 10px; background: var(--navy); color: white; transition: transform .25s ease,background .25s ease; }
.legal-link-card::after { content: "→"; position: absolute; top: 22px; right: 22px; color: var(--acid); font-size: 20px; }
.legal-link-card:hover { transform: translateY(-3px); background: var(--blue); }
.legal-link-card strong { display: block; margin-bottom: 7px; font-family: "Manrope"; font-size: 18px; }
.legal-link-card span { color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.55; }
.legal-contact { padding: 28px; border-radius: 12px; background: linear-gradient(135deg,var(--blue),#1239a6); color: white; }
.legal-contact h2 { margin-top: 0; color: white; }
.legal-contact p,.legal-contact a { color: rgba(255,255,255,.82); }
.legal-contact a { text-decoration: underline; text-underline-offset: 3px; }
.consent a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }

.home-trust { position: relative; overflow: hidden; padding: 105px 0; color: white; background: var(--navy); }
.home-trust::before { content: ""; position: absolute; width: 520px; height: 520px; right: -210px; top: -260px; border: 1px solid rgba(186,255,70,.17); border-radius: 50%; box-shadow: 0 0 0 70px rgba(186,255,70,.025),0 0 0 140px rgba(47,107,255,.035); }
.home-trust-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(360px,.8fr); gap: clamp(55px,8vw,110px); align-items: center; }
.home-trust h2 { max-width: 760px; margin: 0; font-family: "Manrope"; font-size: clamp(42px,5.2vw,68px); line-height: 1.02; letter-spacing: -.055em; }
.home-trust h2 em { color: var(--acid); }
.home-trust-copy > p:not(.eyebrow) { max-width: 690px; margin: 25px 0 31px; color: rgba(255,255,255,.63); font-size: 17px; line-height: 1.75; }
.trust-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-proof { position: relative; display: grid; gap: 1px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; overflow: hidden; background: rgba(255,255,255,.12); box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.trust-proof article { padding: 24px 25px; background: rgba(7,28,66,.96); }
.trust-proof span { display: block; margin-bottom: 7px; color: var(--acid); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.trust-proof strong { display: block; font-family: "Manrope"; font-size: 17px; line-height: 1.45; }
.trust-proof p { margin: 7px 0 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.6; }

@media (max-width: 1020px) {
  .site-header { top: 9px; width: calc(100% - 20px); }
  .nav { display: none; position: absolute; top: 80px; left: 0; right: 0; margin: 0; padding: 27px; flex-direction: column; align-items: flex-start; gap: 22px; border-radius: 13px; background: rgba(4,15,37,.99); box-shadow: 0 22px 50px rgba(0,0,0,.25); }
  .nav.open { display: flex; }
  .menu-button { display: grid; }
  .header-cta { margin-left: auto; }
  .home-hero { padding: 145px 0 90px; }
  .home-hero-grid { padding-top: 0; grid-template-columns: 1fr; gap: 35px; }
  .home-hero-copy { max-width: 800px; }
  .tech-hero-visual { min-height: 590px; }
  .clean-heading { grid-template-columns: 1fr; gap: 25px; }
  .clean-heading > p { max-width: 650px; }
  .home-scope-grid,.about-local-grid { grid-template-columns: 1fr; gap: 55px; }
  .home-scope-copy { max-width: 760px; }
  .home-scope-visual { min-height: 650px; }
  .clean-service-grid { grid-template-columns: 1fr 1fr; }
  .featured-projects { grid-template-columns: 1fr 1fr; }
  .featured-project:first-child { grid-column: 1/-1; }
  .featured-project:first-child > div { height: 560px; }
  .home-why-grid,.service-detail-grid,.about-story-grid,.contact-page-grid { grid-template-columns: 1fr; gap: 55px; }
  .why-visual,.about-story-grid > div:first-child { min-height: 600px; }
  .service-detail.reverse .service-detail-image { order: 0; }
  .service-detail-image { height: 600px; }
  .simple-pricing { grid-template-columns: 1fr 1fr; }
  .simple-pricing article:last-child { grid-column: 1/-1; }
  .pdf-project-grid { grid-template-columns: 1fr 1fr; }
  .web-preview-image { height: 360px; }
  .about-capability-grid { grid-template-columns: 1fr 1fr; }
  .about-capability-grid article:last-child { grid-column: 1/-1; }
  .about-capability-grid article:last-child > div { height: 520px; }
  .value-grid,.method-steps { grid-template-columns: 1fr 1fr; }
  .value-grid article:nth-child(2) { border-right: 0; }
  .simple-post-grid,.blog-grid { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1.2fr 1fr; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 30px,1220px); }
  .site-header { min-height: 63px; padding: 8px 9px 8px 13px; }
  .brand,.brand img { width: 138px; }
  .header-cta { display: none; }
  .home-hero { min-height: auto; padding: 125px 0 78px; }
  .home-hero-copy h1 { font-size: clamp(53px,15vw,72px); }
  .home-hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .hero-buttons { flex-direction: column; align-items: stretch; }
  .hero-buttons .button { width: 100%; }
  .hero-notes { gap: 12px; }
  .tech-hero-visual { min-height: 440px; }
  .hero-screen { inset: 25px 1% 35px 2%; }
  .tech-chip { min-width: 180px; padding: 11px; }
  .chip-web { left: -2%; top: 13%; }
  .chip-design { right: -3%; bottom: 10%; }
  .tech-core { width: 68px; height: 68px; bottom: 0; }
  .home-strip > div { min-height: 55px; gap: 18px; }
  .home-strip span { font-size: 13px; }
  .home-services,.home-scope,.home-work,.home-why,.home-journal,.service-detail,.service-ecosystem,.pdf-library,.poster-showcase,.web-project-previews,.about-story,.about-capabilities,.about-local,.values-section,.method-clean,.service-pricing { padding-top: 85px; padding-bottom: 85px; }
  .clean-heading { gap: 18px; margin-bottom: 38px; }
  .clean-heading h2,.why-copy h2,.about-story h2 { font-size: 40px; }
  .clean-service-grid { grid-template-columns: 1fr; }
  .clean-service-card { min-height: 340px; }
  .clean-service-card h3 { margin-top: 42px; }
  .home-scope-visual { min-height: 480px; }
  .scope-main { right: 8%; }
  .scope-small { width: 48%; height: 43%; border-width: 6px; }
  .home-scope-visual > span { right: 2%; top: 7%; }
  .secondary-services { align-items: flex-start; flex-direction: column; gap: 12px; }
  .secondary-services > span { margin: 0; }
  .featured-projects { grid-template-columns: 1fr; }
  .featured-project:first-child { grid-column: auto; }
  .featured-project > div,.featured-project:first-child > div { height: 410px; }
  .featured-project > div span { display: none; }
  .home-why-grid { gap: 44px; }
  .why-visual { min-height: 500px; }
  .simple-post-grid,.blog-grid { grid-template-columns: 1fr; }
  .simple-cta { padding: 88px 0; }
  .simple-cta h2 { font-size: 46px; }
  .simple-cta .shell > div { flex-direction: column; align-items: stretch; }
  .inner-hero { min-height: 520px; padding: 145px 0 75px; }
  .inner-hero h1 { font-size: 56px; }
  .service-detail-grid { gap: 38px; }
  .service-detail-image { height: 430px; }
  .service-detail-image > span { width: 68px; height: 68px; right: 15px; bottom: 15px; }
  .service-detail-copy h2 { font-size: 39px; }
  .simple-pricing { grid-template-columns: 1fr; }
  .simple-pricing article:last-child { grid-column: auto; }
  .ecosystem-grid { grid-template-columns: 1fr; }
  .ecosystem-grid article { min-height: 320px; }
  .pdf-project-grid { grid-template-columns: 1fr; }
  .pdf-project-copy p { min-height: 0; }
  .poster-track figure { width: 76vw; }
  .web-preview-grid { grid-template-columns: 1fr; }
  .web-preview-image { height: 310px; }
  .web-preview-copy { align-items: flex-start; flex-direction: column; }
  .pdf-viewer-backdrop { padding: 8px; }
  .pdf-viewer-panel { height: calc(100vh - 16px); border-radius: 10px; }
  .pdf-viewer-panel header { min-height: 95px; padding: 12px 13px; align-items: flex-start; }
  .pdf-viewer-panel header h2 { max-width: 180px; font-size: 17px; }
  .pdf-viewer-panel header a { display: none; }
  .portfolio-full-grid { grid-template-columns: 1fr; gap: 40px; }
  .full-project.wide { grid-column: auto; }
  .full-project > div,.full-project.wide > div { height: 430px; }
  .web-projects-clean .shell > div:last-child { grid-template-columns: 1fr; }
  .web-projects-clean a { border-right: 0; border-bottom: 1px solid var(--line); }
  .about-story-grid > div:first-child { min-height: 500px; }
  .about-capability-grid { grid-template-columns: 1fr; }
  .about-capability-grid article:last-child { grid-column: auto; }
  .about-capability-grid article > div,.about-capability-grid article:last-child > div { height: 430px; }
  .about-local-grid { gap: 45px; }
  .value-grid,.method-steps { grid-template-columns: 1fr; }
  .value-grid article,.value-grid article:not(:first-child) { min-height: 210px; padding: 25px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .value-grid h3 { margin-top: 45px; }
  .contact-page { min-height: auto; padding: 130px 0 80px; }
  .contact-page h1 { font-size: 59px; }
  .contact-card { padding: 23px; }
  .contact-card > article:first-child a { font-size: 22px; }
  .blog-hero { min-height: 500px; padding: 145px 0 70px; }
  .blog-hero h1 { font-size: 53px; }
  .blog-intro { align-items: flex-start; flex-direction: column; }
  .blog-intro nav { justify-content: flex-start; }
  .journal-card.featured { grid-column: auto; display: block; }
  .journal-card.featured .journal-image { height: 330px; }
  .journal-card.featured .journal-meta { margin-top: 17px; }
  .journal-card.featured h3 { font-size: 28px; }
  .blog-guidance .shell { align-items: stretch; flex-direction: column; }
  .article-hero { padding-top: 145px; }
  .article-cover { width: calc(100% - 20px); height: 70vw; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; padding-top: 60px; }
  .footer-legal { padding: 22px 0; display: grid; justify-content: start; }
  .legal-identity,.legal-links { grid-template-columns: 1fr; }
  .home-trust-grid { grid-template-columns: 1fr; }
  .quote-panel { padding: 40px 19px 22px; }
  .category-grid,.form-grid.two { grid-template-columns: 1fr; }
  .quote-actions { flex-direction: column-reverse; }
  .quote-actions .button { width: 100%; }
  .estimate-box { grid-template-columns: 1fr; }
  .estimate-box small { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  [data-reveal] { opacity: 1; transform: none; }
}
