:root {
  --ink: #07111f;
  --ink-deep: #030914;
  --ink-soft: #0c1b2d;
  --blue: #287cff;
  --blue-bright: #3c92ff;
  --cyan: #14c8ff;
  --cyan-soft: #9eeeff;
  --white: #f7fbff;
  --silver: #d7e1ec;
  --muted: #8494a8;
  --line: rgba(133, 176, 218, 0.18);
  --surface: #ffffff;
  --surface-soft: #f2f6fa;
  --text: #101b28;
  --text-muted: #586777;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --shadow: 0 22px 60px rgba(5, 16, 30, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--ink-deep);
  color: var(--white);
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { border: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--cyan); color: var(--ink-deep); }

.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 78px;
  border-bottom: 1px solid rgba(151, 201, 239, 0.12);
  background: rgba(3, 9, 20, 0.82);
  backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand-link { display: inline-flex; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand__mark {
  position: relative;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(20, 200, 255, 0.65);
  border-radius: 15px 6px 15px 6px;
  background: linear-gradient(145deg, rgba(40, 124, 255, 0.24), rgba(20, 200, 255, 0.05));
  box-shadow: inset 0 0 20px rgba(20, 200, 255, 0.08), 0 0 24px rgba(40, 124, 255, 0.12);
}
.brand__mark::before, .brand__mark::after { content: ""; position: absolute; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.brand__mark::before { width: 5px; height: 5px; border-radius: 50%; top: -3px; right: 9px; }
.brand__mark::after { width: 14px; height: 1px; bottom: 8px; left: -7px; }
.brand__mark span { font-size: 17px; font-weight: 900; font-style: italic; letter-spacing: -1px; }
.brand__copy { display: grid; gap: 3px; }
.brand__copy strong { font-size: 18px; line-height: 1; letter-spacing: .055em; }
.brand__copy small { color: #7f9bb5; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.brand--compact .brand__mark { width: 42px; height: 42px; border-radius: 12px 5px 12px 5px; }
.brand--compact .brand__mark span { font-size: 14px; }
.brand--compact .brand__copy strong { font-size: 16px; }
.brand--compact .brand__copy small { font-size: 8px; }

.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav > a { color: #a7b7c8; font-size: 13px; font-weight: 600; transition: color .2s ease; }
.site-nav > a:hover, .site-nav > a:focus-visible { color: var(--white); }
.site-nav .nav-cta {
  color: var(--white);
  padding: 11px 18px;
  border: 1px solid rgba(20, 200, 255, .38);
  border-radius: 999px;
  background: rgba(20, 200, 255, .08);
}
.site-nav .nav-cta:hover { color: var(--ink); background: var(--cyan); }
.menu-button { display: none; width: 42px; height: 42px; background: transparent; padding: 11px; cursor: pointer; }
.menu-button span { display: block; height: 1px; margin: 6px 0; background: var(--white); transition: transform .2s ease; }
.menu-button.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 780px;
  padding: 154px 0 96px;
  overflow: hidden;
  background: radial-gradient(circle at 72% 35%, rgba(29, 105, 214, .18), transparent 31%), linear-gradient(135deg, #040b16 0%, #071423 48%, #050c17 100%);
}
.hero-grid, .section-circuit {
  position: absolute; inset: 0; opacity: .16; pointer-events: none;
  background-image: linear-gradient(rgba(45, 138, 227, .24) 1px, transparent 1px), linear-gradient(90deg, rgba(45, 138, 227, .24) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, transparent, #000 42%, #000 100%);
}
.hero-orb { position: absolute; width: 420px; height: 420px; border-radius: 50%; filter: blur(90px); opacity: .18; pointer-events: none; }
.hero-orb--one { right: -180px; top: 60px; background: var(--cyan); }
.hero-orb--two { left: 40%; bottom: -320px; background: var(--blue); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(400px, .93fr); align-items: center; gap: 76px; }
.hero-copy { max-width: 650px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--cyan); font-size: 11px; line-height: 1.4; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 1px; background: currentColor; box-shadow: 0 0 8px currentColor; }
.eyebrow--dark { color: #157bb9; }
.hero h1, .section-heading h2, .why-copy h2, .contact-copy h2 { margin: 0; letter-spacing: -.045em; }
.hero h1 { max-width: 660px; font-size: clamp(49px, 5.1vw, 76px); line-height: .99; font-weight: 780; }
.hero h1 em { display: block; color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(20, 200, 255, .86); text-shadow: 0 0 30px rgba(20, 200, 255, .12); }
.hero-lead { max-width: 610px; margin: 27px 0 0; color: #a9b7c6; font-size: 18px; line-height: 1.75; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border-radius: 10px; font-size: 13px; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #03101d; background: linear-gradient(135deg, var(--cyan), #47a3ff); box-shadow: 0 12px 28px rgba(20, 157, 255, .24); }
.button--primary:hover { box-shadow: 0 16px 34px rgba(20, 157, 255, .34); }
.button--ghost { border: 1px solid rgba(159, 191, 222, .22); background: rgba(255, 255, 255, .035); color: #d8e4ef; }
.button--ghost:hover { border-color: rgba(20, 200, 255, .48); background: rgba(20, 200, 255, .06); }
.button-arrow { font-size: 18px; font-weight: 400; line-height: 1; transition: transform .2s ease; }
.button:hover .button-arrow, .service-card a:hover .button-arrow { transform: translate(2px, -2px); }
.hero-signals { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: #7f91a5; font-size: 11px; font-weight: 700; }
.hero-signals span { display: flex; align-items: center; gap: 8px; }
.hero-signals i { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 9px var(--cyan); }

.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.visual-ring { position: absolute; border: 1px solid rgba(62, 157, 255, .18); border-radius: 50%; }
.visual-ring::before, .visual-ring::after { content: ""; position: absolute; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.visual-ring--outer { width: 470px; height: 470px; animation: rotate 30s linear infinite; }
.visual-ring--outer::before { width: 6px; height: 6px; top: 72px; right: 58px; }
.visual-ring--outer::after { width: 4px; height: 4px; bottom: 102px; left: 35px; }
.visual-ring--inner { width: 370px; height: 370px; border-style: dashed; opacity: .65; animation: rotate 22s linear infinite reverse; }
.visual-ring--inner::before { width: 4px; height: 4px; left: 24px; top: 97px; }
@keyframes rotate { to { transform: rotate(360deg); } }
.visual-panel {
  position: relative;
  z-index: 2;
  width: 330px;
  min-height: 360px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(76, 168, 255, .28);
  border-radius: 28px 8px 28px 8px;
  background: linear-gradient(145deg, rgba(11, 32, 54, .9), rgba(4, 13, 25, .94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 30px 80px rgba(0, 0, 0, .35), 0 0 70px rgba(36, 126, 230, .1);
  backdrop-filter: blur(12px);
}
.visual-panel::after { content: ""; position: absolute; inset: auto -15% -28% 18%; height: 210px; background: radial-gradient(circle, rgba(20, 200, 255, .18), transparent 67%); }
.visual-panel__top { display: flex; align-items: center; gap: 7px; padding-bottom: 16px; border-bottom: 1px solid rgba(136, 184, 225, .12); color: #6e8ca8; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.status-dot, .pulse { width: 6px; height: 6px; border-radius: 50%; background: #22e7a6; box-shadow: 0 0 10px #22e7a6; }
.visual-code { margin-left: auto; color: #4e7396; }
.visual-brand { position: relative; z-index: 1; display: flex; align-items: center; gap: 18px; padding: 58px 10px 46px; }
.visual-brand__symbol { width: 82px; height: 82px; display: grid; place-items: center; border: 1px solid var(--cyan); border-radius: 22px 7px 22px 7px; color: var(--white); background: linear-gradient(145deg, rgba(40, 124, 255, .3), rgba(20, 200, 255, .05)); font-size: 28px; font-weight: 900; font-style: italic; box-shadow: 0 0 30px rgba(20, 200, 255, .14); }
.visual-brand strong { font-size: 30px; line-height: .88; letter-spacing: -.05em; }
.visual-lines { display: grid; gap: 7px; }
.visual-lines span { display: block; height: 1px; background: linear-gradient(90deg, var(--cyan), transparent); opacity: .32; }
.visual-lines span:nth-child(2) { width: 72%; }
.visual-lines span:nth-child(3) { width: 42%; }
.visual-tags { position: relative; z-index: 1; display: flex; gap: 7px; margin-top: 25px; }
.visual-tags span { padding: 6px 9px; border: 1px solid rgba(20, 200, 255, .18); border-radius: 5px; color: #6faaca; background: rgba(20, 200, 255, .035); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.floating-card { position: absolute; z-index: 3; min-width: 185px; display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid rgba(64, 153, 241, .25); border-radius: 12px; background: rgba(5, 16, 29, .9); box-shadow: 0 18px 40px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.floating-card--support { left: -8px; top: 102px; }
.floating-card--web { right: -18px; bottom: 91px; }
.floating-card__icon { min-width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(20, 200, 255, .35); border-radius: 8px; color: var(--cyan); background: rgba(20, 200, 255, .07); font-size: 13px; font-weight: 800; }
.floating-card div { display: grid; gap: 3px; }
.floating-card small { color: #53718e; font-size: 7px; font-weight: 900; letter-spacing: .15em; }
.floating-card strong { font-size: 12px; }

.service-index { position: relative; z-index: 4; border-top: 1px solid rgba(122, 173, 216, .12); border-bottom: 1px solid rgba(122, 173, 216, .12); background: #071321; }
.service-index__grid { min-height: 102px; display: grid; grid-template-columns: 1fr 1fr 1.2fr; }
.service-index__grid > div { display: grid; grid-template-columns: auto 1fr; align-content: center; column-gap: 13px; padding: 24px 30px; border-right: 1px solid rgba(122, 173, 216, .12); }
.service-index__grid > div:first-child { padding-left: 0; }
.service-index__grid > div:last-child { border: 0; }
.mini-label { grid-row: 1 / 3; align-self: center; color: var(--cyan); font-size: 9px; font-weight: 900; }
.service-index strong { font-size: 14px; }
.service-index small { margin-top: 4px; color: #607991; font-size: 10px; }
.service-index__grid .service-index__message { display: flex; align-items: center; justify-content: flex-end; gap: 11px; color: #8ea3b7; font-size: 11px; }

.section { position: relative; padding: 118px 0; }
.section--light { background: var(--surface-soft); color: var(--text); }
.section-heading { margin-bottom: 54px; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr); align-items: end; gap: 60px; }
.section-heading .eyebrow { margin-bottom: 15px; }
.section-heading h2, .why-copy h2, .contact-copy h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1.05; }
.section-heading > p, .section-heading--split > p { margin: 0 0 5px; color: var(--text-muted); font-size: 15px; line-height: 1.75; }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.service-card { position: relative; min-height: 342px; display: flex; flex-direction: column; padding: 27px; overflow: hidden; border: 1px solid #dce5ee; border-radius: 18px; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::before { content: ""; position: absolute; inset: auto -45px -75px auto; width: 150px; height: 150px; border: 1px solid rgba(40, 124, 255, .08); border-radius: 50%; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(40, 124, 255, .35); box-shadow: var(--shadow); }
.service-card__number { color: #1689c3; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.service-card__rule { width: 44px; height: 2px; margin: 20px 0 44px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.service-card h3 { margin: 0; font-size: 20px; line-height: 1.2; letter-spacing: -.025em; }
.service-card p { margin: 14px 0 24px; color: #667585; font-size: 13px; line-height: 1.75; }
.service-card a { display: flex; align-items: center; gap: 8px; margin-top: auto; color: #117bb4; font-size: 11px; font-weight: 800; }

.section--dark { overflow: hidden; background: linear-gradient(145deg, #06111f, #081829 62%, #06111f); }
.section--dark .section-circuit { opacity: .11; mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 80%, transparent); }
.section--dark .container { position: relative; z-index: 1; }
.section-heading--inverse > p { color: #8fa2b5; }
.web-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 24px; align-items: stretch; }
.web-intro-card { min-height: 410px; display: flex; flex-direction: column; justify-content: center; padding: 46px; border: 1px solid rgba(20, 200, 255, .2); border-radius: 24px 7px 24px 7px; background: linear-gradient(145deg, rgba(25, 85, 144, .18), rgba(6, 20, 35, .55)); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.code-line { color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; opacity: .75; }
.web-intro-card strong { margin: 38px 0 20px; font-size: 28px; line-height: 1.2; letter-spacing: -.035em; }
.web-intro-card p { margin: 0; color: #8fa4b8; font-size: 14px; line-height: 1.75; }
.code-line--end { margin-top: 38px; }
.web-services { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.web-service { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 29px; border: 1px solid rgba(134, 181, 223, .14); border-radius: 17px; background: rgba(255,255,255,.025); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.web-service:hover { transform: translateY(-3px); border-color: rgba(20, 200, 255, .28); background: rgba(20, 200, 255, .04); }
.web-service > span { color: var(--cyan); font-size: 9px; font-weight: 900; }
.web-service h3 { margin: 0 0 10px; font-size: 17px; }
.web-service p { margin: 0; color: #8397aa; font-size: 12px; line-height: 1.7; }
.web-cta { margin-top: 26px; }

.section--process { background: #fff; color: var(--text); }
.section-heading--center { max-width: 650px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p:last-child { margin-top: 17px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.process-card { padding: 0 40px; border-right: 1px solid #e0e8ef; }
.process-card:first-child { padding-left: 0; }
.process-card:last-child { padding-right: 0; border: 0; }
.process-card__head { display: flex; align-items: center; margin-bottom: 30px; }
.process-card__head span { min-width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(40, 124, 255, .35); border-radius: 50%; color: #1689c3; font-size: 11px; font-weight: 900; }
.process-card__head i { width: 100%; height: 1px; margin-left: 15px; background: linear-gradient(90deg, rgba(40,124,255,.25), transparent); }
.process-card h3 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.process-card p { margin: 13px 0 0; color: #677687; font-size: 13px; line-height: 1.75; }

.section--why { overflow: hidden; background: linear-gradient(120deg, #0b2036 0%, #07111f 52%, #06101d 100%); }
.section--why::after { content: "TA"; position: absolute; right: -55px; bottom: -115px; color: transparent; -webkit-text-stroke: 1px rgba(20, 200, 255, .07); font-size: 330px; line-height: 1; font-weight: 900; letter-spacing: -.1em; pointer-events: none; }
.why-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.why-copy > p:last-child { max-width: 520px; margin: 25px 0 0; color: #8fa2b5; font-size: 15px; line-height: 1.8; }
.why-list { display: grid; }
.why-list article { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid rgba(131, 177, 217, .14); }
.why-list article:last-child { border: 0; }
.why-list article > span { color: var(--cyan); font-size: 10px; font-weight: 900; }
.why-list h3 { margin: 0 0 8px; font-size: 18px; }
.why-list p { margin: 0; color: #8296aa; font-size: 13px; line-height: 1.7; }

.section--contact { background: #071321; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 92px; align-items: center; }
.contact-copy > p:nth-of-type(2) { max-width: 470px; margin: 25px 0 34px; color: #91a5b9; font-size: 15px; line-height: 1.8; }
.direct-contact { display: inline-flex; align-items: center; gap: 14px; padding: 13px 17px; border: 1px solid rgba(20, 200, 255, .18); border-radius: 12px; background: rgba(20, 200, 255, .04); }
.direct-contact__icon { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 10px; color: #03251b; background: #25d366; font-size: 10px; font-weight: 900; }
.direct-contact > span:last-child { display: grid; gap: 4px; }
.direct-contact small { color: #6d849a; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.direct-contact strong { font-size: 14px; }
.contact-form { padding: 36px; border: 1px solid rgba(132, 182, 225, .16); border-radius: 22px; background: rgba(255,255,255,.035); box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.field { display: grid; gap: 9px; margin-bottom: 18px; }
.field label { color: #adc0d2; font-size: 11px; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; color: #edf7ff; outline: 0; border: 1px solid rgba(132, 182, 225, .16); border-radius: 10px; background: rgba(1, 8, 16, .48); transition: border-color .2s ease, box-shadow .2s ease; }
.field input, .field select { height: 50px; padding: 0 15px; }
.field textarea { min-height: 118px; padding: 14px 15px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #526a80; }
.field select { color-scheme: dark; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: rgba(20, 200, 255, .65); box-shadow: 0 0 0 3px rgba(20, 200, 255, .08); }
.button--full { width: 100%; margin-top: 5px; }
.form-note { display: block; margin-top: 13px; color: #60768b; font-size: 9px; text-align: center; }

.site-footer { border-top: 1px solid rgba(123, 171, 212, .12); background: #030914; }
.footer-top { min-height: 135px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-links { display: flex; gap: 28px; }
.footer-links a { color: #7f93a6; font-size: 11px; font-weight: 650; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(123, 171, 212, .1); color: #4f6579; font-size: 10px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 54px; height: 54px; display: grid; place-items: center; border: 4px solid rgba(3, 9, 20, .85); border-radius: 50%; color: #06271c; background: #25d366; box-shadow: 0 14px 34px rgba(0,0,0,.3), 0 0 0 1px rgba(37,211,102,.3); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float span { font-size: 11px; font-weight: 900; }

@media (max-width: 1050px) {
  .hero-layout { grid-template-columns: 1fr 410px; gap: 30px; }
  .floating-card--support { left: 0; }
  .floating-card--web { right: 0; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 300px; }
  .why-layout, .contact-layout { gap: 55px; }
}

@media (max-width: 850px) {
  .container { width: min(100% - 34px, 720px); }
  .site-header { height: 70px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 17px; right: 17px; top: 78px; display: grid; gap: 0; padding: 10px; visibility: hidden; opacity: 0; transform: translateY(-10px); border: 1px solid rgba(132, 182, 225, .18); border-radius: 16px; background: rgba(5, 16, 29, .98); box-shadow: 0 25px 60px rgba(0,0,0,.35); transition: .2s ease; }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .site-nav > a { padding: 14px 13px; }
  .site-nav .nav-cta { margin-top: 6px; text-align: center; }
  .hero { min-height: 0; padding: 130px 0 70px; }
  .hero-layout { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { min-height: 470px; }
  .service-index__grid { grid-template-columns: 1fr 1fr; }
  .service-index__grid > div:nth-child(2) { border-right: 0; }
  .service-index__grid .service-index__message { grid-column: 1 / -1; justify-content: center; border-top: 1px solid rgba(122, 173, 216, .12); }
  .section { padding: 90px 0; }
  .section-heading--split { grid-template-columns: 1fr; gap: 22px; }
  .section-heading { margin-bottom: 40px; }
  .web-grid { grid-template-columns: 1fr; }
  .web-intro-card { min-height: 320px; }
  .why-layout, .contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .contact-copy { max-width: 600px; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(100% - 30px, 540px); }
  .brand--compact .brand__copy small { display: none; }
  .hero h1 { font-size: clamp(43px, 13vw, 58px); }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-signals { gap: 13px 18px; }
  .hero-visual { min-height: 390px; transform: scale(.9); margin: -20px -20px; }
  .visual-ring--outer { width: 400px; height: 400px; }
  .visual-ring--inner { width: 315px; height: 315px; }
  .visual-panel { width: 285px; min-height: 320px; padding: 18px; }
  .visual-brand { padding: 46px 5px 36px; }
  .visual-brand__symbol { width: 70px; height: 70px; font-size: 23px; }
  .visual-brand strong { font-size: 26px; }
  .floating-card { min-width: 160px; padding: 11px 12px; }
  .floating-card--support { left: -8px; top: 64px; }
  .floating-card--web { right: -8px; bottom: 60px; }
  .service-index__grid { grid-template-columns: 1fr; }
  .service-index__grid > div { min-height: 84px; padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(122, 173, 216, .12); }
  .service-index__grid .service-index__message { grid-column: auto; min-height: 72px; border-top: 0; border-bottom: 0; }
  .cards-grid, .web-services, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .process-card, .process-card:first-child, .process-card:last-child { padding: 30px 0; border-right: 0; border-bottom: 1px solid #e0e8ef; }
  .process-card:first-child { padding-top: 0; }
  .process-card:last-child { padding-bottom: 0; border-bottom: 0; }
  .process-card__head i { display: none; }
  .web-intro-card { min-height: 300px; padding: 32px; }
  .web-service { padding: 23px; }
  .section--why::after { font-size: 220px; }
  .contact-form { padding: 24px 19px; }
  .footer-top { padding: 35px 0; align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; gap: 18px 24px; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; gap: 8px; }
  .whatsapp-float { right: 15px; bottom: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .whatsapp-float, .hero-visual, .hero-grid, .hero-orb, .section-circuit { display: none !important; }
  body, .section, .hero, .section--dark, .section--why, .section--contact { color: #111 !important; background: #fff !important; }
}
