:root{
  --tc-space:#041222;--tc-indigo:#182b62;--tc-blue:#2864dc;--tc-cyan:#31d6e8;
  --tc-magenta:#c84fe6;--tc-violet:#7a5be7;--tc-white:#f4f8fc;--tc-ink:#172638;
  --tc-muted:#65778b;--tc-line:rgba(4,18,34,.12);--tc-radius:22px;
}
.telecom-page{overflow:hidden;background:var(--tc-white);color:var(--tc-ink)}
.telecom-page *{box-sizing:border-box}
.telecom-shell{width:min(1180px,calc(100% - 48px));margin:0 auto}
.telecom-section{padding:112px 0;position:relative}
.telecom-section--light{background:linear-gradient(180deg,#f7f9fd,#eef4fa)}
.telecom-section--dark,.telecom-section--security{background:radial-gradient(circle at 80% 10%,rgba(200,79,230,.13),transparent 28%),linear-gradient(135deg,#041222,#102454);color:#fff}
.telecom-section--spectrum{background:radial-gradient(circle at 15% 20%,rgba(49,214,232,.18),transparent 30%),radial-gradient(circle at 85% 70%,rgba(200,79,230,.16),transparent 30%),linear-gradient(135deg,#102454,#2a1f62);color:#fff}
.telecom-section--fiber{background:linear-gradient(135deg,#061728,#0a3452);color:#fff}
.telecom-section--distributed{background:linear-gradient(135deg,#17295f,#45216d);color:#fff}
.telecom-section--ecosystem{background:radial-gradient(circle at 50% 40%,rgba(49,214,232,.14),transparent 34%),linear-gradient(135deg,#041222,#19275a);color:#fff}
.telecom-section--value{background:linear-gradient(135deg,#eef7fb,#f6effb)}
.telecom-kicker,.telecom-eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.18em;font-size:.74rem;font-weight:800;color:var(--tc-blue)}
.telecom-section--dark .telecom-kicker,.telecom-section--spectrum .telecom-kicker,.telecom-section--fiber .telecom-kicker,.telecom-section--distributed .telecom-kicker,.telecom-section--security .telecom-kicker,.telecom-section--ecosystem .telecom-kicker,.telecom-cta .telecom-kicker{color:var(--tc-cyan)}
.telecom-kicker:before,.telecom-eyebrow:before{content:"";width:34px;height:2px;background:currentColor}
.telecom-hero{min-height:92vh;padding:150px 0 100px;display:flex;align-items:center;background:radial-gradient(circle at 74% 42%,rgba(49,214,232,.18),transparent 24%),radial-gradient(circle at 68% 65%,rgba(200,79,230,.16),transparent 30%),linear-gradient(135deg,#030e1a,#0b1f47);color:#fff}
.telecom-hero__grid{display:grid;grid-template-columns:1.08fr .92fr;gap:68px;align-items:center}
.telecom-hero h1{font-size:clamp(3rem,6vw,6.2rem);line-height:.94;letter-spacing:-.05em;margin:24px 0 28px}
.telecom-hero p{font-size:1.07rem;line-height:1.75;color:rgba(255,255,255,.76)}
.telecom-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.telecom-actions--center{justify-content:center}
.telecom-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;text-decoration:none;font-weight:800;transition:.25s ease}
.telecom-btn--primary{background:linear-gradient(135deg,var(--tc-cyan),var(--tc-violet));color:#071120;box-shadow:0 14px 38px rgba(49,214,232,.2)}
.telecom-btn--primary:hover{transform:translateY(-3px)}
.telecom-btn--ghost{border:1px solid rgba(255,255,255,.3);color:#fff;background:rgba(255,255,255,.04)}
.telecom-hero__visual{position:relative;min-height:560px;transition:transform .25s ease}
.telecom-network-grid{position:absolute;inset:4%;background-image:linear-gradient(rgba(49,214,232,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(49,214,232,.1) 1px,transparent 1px);background-size:44px 44px;mask-image:radial-gradient(circle,#000 25%,transparent 72%)}
.telecom-core{position:absolute;left:50%;top:50%;width:176px;height:176px;transform:translate(-50%,-50%);display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.15),rgba(40,100,220,.12));border:1px solid rgba(255,255,255,.28);box-shadow:0 0 80px rgba(49,214,232,.22)}
.telecom-core img{width:125px}
.telecom-node{position:absolute;padding:10px 15px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(4,18,34,.75);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.telecom-node--1{left:2%;top:16%;color:var(--tc-cyan)}.telecom-node--2{right:2%;top:18%;color:var(--tc-magenta)}
.telecom-node--3{left:4%;bottom:18%;color:var(--tc-violet)}.telecom-node--4{right:4%;bottom:18%;color:var(--tc-cyan)}
.telecom-node--5{left:38%;top:3%;color:var(--tc-magenta)}.telecom-node--6{left:36%;bottom:3%;color:var(--tc-cyan)}
.telecom-link{position:absolute;left:50%;top:50%;width:180px;height:2px;transform-origin:left;background:linear-gradient(90deg,transparent,currentColor,transparent);animation:tcFlow 2.4s linear infinite}
.telecom-link--1{color:var(--tc-cyan);transform:rotate(30deg)}.telecom-link--2{color:var(--tc-magenta);transform:rotate(150deg);animation-delay:.6s}
.telecom-link--3{color:var(--tc-violet);transform:rotate(215deg);animation-delay:1.2s}.telecom-link--4{color:var(--tc-cyan);transform:rotate(330deg);animation-delay:1.8s}
.telecom-wave{position:absolute;left:50%;top:50%;border:1px solid rgba(49,214,232,.3);border-radius:50%;transform:translate(-50%,-50%);animation:tcPulse 4s ease-out infinite}
.telecom-wave--1{width:310px;height:310px}.telecom-wave--2{width:450px;height:450px;animation-delay:2s}
.telecom-editorial{display:grid;grid-template-columns:1.05fr .95fr;gap:70px}
.telecom-editorial h2,.telecom-heading h2,.telecom-cta h2{font-size:clamp(2.2rem,4.5vw,4.8rem);line-height:1.02;letter-spacing:-.045em;margin:20px 0 0}
.telecom-editorial__text p,.telecom-heading>p,.telecom-cta p{font-size:1.06rem;line-height:1.8;color:var(--tc-muted)}
.telecom-section--dark .telecom-heading>p,.telecom-section--fiber .telecom-heading>p,.telecom-cta p{color:rgba(255,255,255,.72)}
.telecom-heading{max-width:940px;margin-bottom:50px}.telecom-heading--center{text-align:center;margin-left:auto;margin-right:auto}
.telecom-grid{display:grid;gap:22px}.telecom-grid--3{grid-template-columns:repeat(3,1fr)}.telecom-grid--4{grid-template-columns:repeat(4,1fr)}
.telecom-card{padding:28px;border-radius:var(--tc-radius);background:rgba(255,255,255,.88);border:1px solid rgba(4,18,34,.09);box-shadow:0 20px 60px rgba(4,18,34,.08);transition:.3s ease}
.telecom-card:hover{transform:translateY(-7px);box-shadow:0 28px 74px rgba(4,18,34,.13)}
.telecom-card h3{margin:0 0 12px;font-size:1.16rem}.telecom-card p{margin:0;line-height:1.66;color:var(--tc-muted)}
.telecom-card--accent{border-top:4px solid var(--tc-cyan)}
.telecom-card--dark{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.13);box-shadow:none}
.telecom-card--dark span{color:var(--tc-cyan);font-size:.75rem;font-weight:900}.telecom-card--dark p{color:rgba(255,255,255,.67)}
.telecom-card--glass{background:rgba(255,255,255,.065);border-color:rgba(255,255,255,.15);box-shadow:none}
.telecom-card--glass i{display:block;width:34px;height:34px;border-radius:10px;margin-bottom:24px;background:linear-gradient(135deg,var(--tc-cyan),var(--tc-magenta))}
.telecom-card--glass p{color:rgba(255,255,255,.68)}
.telecom-layers{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}
.telecom-layer{min-height:240px;padding:20px 14px;border:1px solid var(--tc-line);border-radius:18px;background:#fff;transition:.3s ease}
.telecom-layer span{color:var(--tc-blue);font-weight:900}.telecom-layer h3{font-size:1rem;margin:18px 0 10px}.telecom-layer p{font-size:.83rem;line-height:1.55;color:var(--tc-muted)}
.telecom-layer.is-active{background:linear-gradient(155deg,var(--tc-blue),var(--tc-violet));color:#fff;transform:translateY(-10px);box-shadow:0 18px 44px rgba(40,100,220,.22)}
.telecom-layer.is-active span,.telecom-layer.is-active p{color:#fff}
.telecom-lead,.telecom-tagline{margin-top:42px;text-align:center;font-size:1.12rem;line-height:1.6;font-weight:800}
.telecom-fiber-line{height:80px;position:relative;margin:0 auto 35px;width:min(1100px,90%)}
.telecom-fiber-line:before{content:"";position:absolute;left:0;right:0;top:50%;height:4px;background:linear-gradient(90deg,var(--tc-violet),var(--tc-cyan),var(--tc-magenta));box-shadow:0 0 20px rgba(49,214,232,.45)}
.telecom-fiber-line span{position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:calc(50% - 7px);animation:tcFiber 3s linear infinite;box-shadow:0 0 22px #fff}
.telecom-card--fiber{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.14);box-shadow:none}.telecom-card--fiber p{color:rgba(255,255,255,.68)}
.telecom-otit{display:grid;grid-template-columns:1fr .6fr 1fr;gap:22px;align-items:stretch}
.telecom-domain,.telecom-gateway{padding:38px;border-radius:26px;border:1px solid var(--tc-line);background:#fff;box-shadow:0 22px 60px rgba(4,18,34,.08)}
.telecom-domain>span{display:inline-grid;place-items:center;width:50px;height:50px;border-radius:14px;background:linear-gradient(135deg,var(--tc-blue),var(--tc-violet));color:#fff;font-weight:900}
.telecom-gateway{display:flex;flex-direction:column;justify-content:center;text-align:center;background:linear-gradient(160deg,var(--tc-indigo),#34235e);color:#fff}
.telecom-gateway p{color:rgba(255,255,255,.7)}
.telecom-route{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;position:relative}
.telecom-route:before{content:"";position:absolute;left:8%;right:8%;top:32px;height:2px;background:linear-gradient(90deg,var(--tc-cyan),var(--tc-magenta))}
.telecom-route__node{position:relative;padding:22px 18px;border-radius:20px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14)}
.telecom-route__node span{display:block;margin-bottom:25px;color:var(--tc-cyan);font-weight:900}.telecom-route__node p{color:rgba(255,255,255,.68);line-height:1.58}
.telecom-statement{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:42px;padding:22px;border-radius:18px;background:rgba(4,18,34,.55)}
.telecom-card--redundancy{border-left:4px solid var(--tc-violet)}
.telecom-engineering{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.telecom-engineering article{padding:20px 14px;border-radius:17px;background:#fff;border:1px solid var(--tc-line);transition:.3s ease}
.telecom-engineering article span{color:var(--tc-blue);font-weight:900}.telecom-engineering article h3{font-size:.95rem;margin:16px 0 0}
.telecom-engineering article.is-active{background:linear-gradient(150deg,var(--tc-blue),var(--tc-violet));color:#fff;transform:translateY(-8px)}
.telecom-engineering article.is-active span{color:#fff}
.telecom-ecosystem{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.telecom-ecosystem__node{text-align:center;padding:24px 18px;border-radius:22px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14)}
.telecom-ecosystem__logo{height:58px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.telecom-ecosystem__logo img{max-height:42px;max-width:125px}
.telecom-ecosystem__node p{color:rgba(255,255,255,.68);line-height:1.58;font-size:.91rem}
.telecom-card--value{background:linear-gradient(160deg,#fff,#f8f2fb);border-bottom:4px solid var(--tc-magenta)}
.telecom-cta{padding:130px 0;background:radial-gradient(circle at 15% 30%,rgba(49,214,232,.22),transparent 25%),radial-gradient(circle at 85% 65%,rgba(200,79,230,.2),transparent 28%),linear-gradient(135deg,#041222,#24316f);color:#fff}
.telecom-reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}
.telecom-reveal.is-visible{opacity:1;transform:none}
@keyframes tcPulse{0%{opacity:.85;transform:translate(-50%,-50%) scale(.6)}100%{opacity:0;transform:translate(-50%,-50%) scale(1.2)}}
@keyframes tcFlow{0%{opacity:0;clip-path:inset(0 100% 0 0)}25%{opacity:1}100%{opacity:0;clip-path:inset(0 0 0 0)}}
@keyframes tcFiber{from{left:0}to{left:calc(100% - 18px)}}
@media(max-width:1060px){
 .telecom-hero__grid,.telecom-editorial{grid-template-columns:1fr}
 .telecom-grid--4{grid-template-columns:repeat(2,1fr)}
 .telecom-layers{grid-template-columns:repeat(3,1fr)}
 .telecom-route{grid-template-columns:repeat(2,1fr)}.telecom-route:before{display:none}
 .telecom-engineering{grid-template-columns:repeat(3,1fr)}
 .telecom-ecosystem{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
 .telecom-shell{width:min(100% - 24px,1180px)}.telecom-section{padding:78px 0}.telecom-hero{padding:110px 0 72px}
 .telecom-hero__visual{min-height:410px}.telecom-core{width:134px;height:134px}.telecom-core img{width:94px}
 .telecom-grid--3,.telecom-grid--4,.telecom-layers,.telecom-route,.telecom-engineering,.telecom-ecosystem,.telecom-otit{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
 .telecom-wave,.telecom-link,.telecom-fiber-line span{animation:none}
 .telecom-reveal{opacity:1;transform:none;transition:none}
}

/* AW4_015_12_TELECOM_CARDS_SPACING_START */
.telecom-editorial-cards{
    margin-top:56px;
}
/* AW4_015_12_TELECOM_CARDS_SPACING_END */