
:root{
    --u-red:#e53935;
    --u-red-dark:#c72b28;
    --u-ink:#07101a;
    --u-ink-2:#0b1420;
    --u-muted:#66717d;
    --u-line:#e4e8ed;
    --u-bg:#f7f8fa;
}
.unomas-container{width:min(1400px,calc(100% - 96px));margin:auto}
.section-space{padding:90px 0}
.section-kicker{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.11em;color:var(--u-red)}
.section-heading{max-width:820px;margin:0 auto 50px}
.section-heading.centered{text-align:center}
.section-heading h2,.section-subheading h2{color:#101820}
.section-heading h2{font-size:40px;line-height:1.15;margin:10px 0 14px}
.section-heading p{color:var(--u-muted);line-height:1.75}
.section-subheading{margin-bottom:30px}
.section-subheading h2{font-size:28px;line-height:1.2;margin:10px 0}
.btn-unomas{display:inline-flex;align-items:center;gap:14px;padding:15px 22px;border-radius:7px;font-weight:700;text-decoration:none;transition:.25s ease}
.btn-primary{background:var(--u-red);color:#fff}
.btn-primary:hover{background:var(--u-red-dark);color:#fff;transform:translateY(-2px)}
.btn-outline-light{border:1px solid #5a6672;color:#fff}
.btn-outline-light:hover{border-color:#fff;color:#fff}

.technology-hero{background:#050b12;color:#fff;overflow:hidden}
.technology-hero-grid{min-height:560px;display:grid;grid-template-columns:42% 58%;align-items:center}
.technology-hero-copy{padding:70px 0}
.technology-hero h1{font-size:56px;line-height:1.05;margin:12px 0 22px;max-width:680px}
.technology-hero h1 strong{color:var(--u-red)}
.technology-hero p{font-size:17px;line-height:1.75;color:#c2c9d0;max-width:620px;margin-bottom:32px}
.technology-hero-visual{position:relative;height:100%;min-height:560px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at center,rgba(229,57,53,.12),transparent 26%)}
.technology-hero-visual:before,.technology-hero-visual:after{content:"";position:absolute;inset:0}
.technology-hero-visual:before{background-image:linear-gradient(26deg,transparent 48%,rgba(229,57,53,.12) 49%,transparent 50%),linear-gradient(-26deg,transparent 48%,rgba(255,255,255,.06) 49%,transparent 50%);background-size:88px 88px;opacity:.45}
.technology-hero-visual:after{background:radial-gradient(circle at 50% 50%,transparent 0 16%,rgba(229,57,53,.08) 17%,transparent 18% 100%)}
.tech-core{position:relative;width:330px;height:260px;z-index:2;transform:rotate(-2deg)}
.tech-core-layer{position:absolute;left:50%;transform:translateX(-50%) rotate(45deg);border:1px solid rgba(229,57,53,.65);border-radius:24px;background:linear-gradient(145deg,rgba(18,27,39,.92),rgba(4,10,17,.96));box-shadow:0 30px 80px rgba(0,0,0,.5)}
.layer-1{width:260px;height:260px;top:52px}
.layer-2{width:220px;height:220px;top:25px}
.layer-3{width:180px;height:180px;top:0;border-color:rgba(255,255,255,.28)}
.tech-core-logo{position:absolute;z-index:5;left:50%;top:108px;transform:translate(-50%,-50%)}
.tech-core-logo>span{display:block;font-size:78px;font-weight:900;line-height:1;color:#fff;filter:drop-shadow(0 0 15px rgba(255,255,255,.2))}
.tech-core-logo span span{color:var(--u-red);filter:drop-shadow(0 0 12px rgba(229,57,53,.6))}

.technology-approach{padding:72px 0;background:#fff}
.approach-grid{display:grid;grid-template-columns:repeat(6,1fr)}
.approach-grid article{text-align:center;padding:0 26px;border-right:1px solid var(--u-line)}
.approach-grid article:last-child{border-right:0}
.approach-grid i{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:var(--u-ink);color:var(--u-red);font-size:20px}
.approach-grid h3{font-size:16px;margin:0 0 10px;color:#141b23}
.approach-grid p{font-size:13px;line-height:1.65;color:#59636e}

.technology-stack{background:var(--u-bg)}
.tech-stack-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:46px}
.stack-block,.practice-block{background:#fff;border:1px solid var(--u-line);border-radius:14px;padding:40px}
.tech-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.tech-item{background:#fff;border:1px solid var(--u-line);border-radius:8px;min-height:105px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;box-shadow:0 8px 24px rgba(9,17,27,.05)}
.tech-icon{width:44px;height:44px;border-radius:10px;border:1px solid #f0b2b0;display:grid;place-items:center;color:var(--u-red);font-size:13px;font-weight:800}
.tech-item b{font-size:13px}
.practice-list{list-style:none;padding:0;margin:0 0 28px}
.practice-list li{display:flex;align-items:center;gap:12px;padding:10px 0;color:#303942}
.practice-list i{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--u-ink);color:var(--u-red);font-size:10px}
.code-card{background:var(--u-ink);color:#fff;border-radius:12px;padding:28px;position:relative;overflow:hidden}
.code-card:after{content:"";position:absolute;right:-40px;bottom:-50px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(229,57,53,.18),transparent 70%)}
.code-card-icon{width:48px;height:48px;border:1px solid #6c7680;border-radius:8px;display:grid;place-items:center;color:var(--u-red);font-family:monospace;font-weight:700}
.code-card h3{font-size:25px;line-height:1.25;margin:20px 0 12px}
.code-card h3 strong{color:var(--u-red)}
.code-card p{color:#adb6c0;line-height:1.7;margin:0;max-width:520px}

.technology-capabilities{background:#fff}
.capabilities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.capabilities-grid article{border:1px solid var(--u-line);border-radius:12px;padding:30px;background:#fff}
.capabilities-grid i{width:52px;height:52px;border-radius:12px;background:var(--u-ink);color:var(--u-red);display:grid;place-items:center;font-size:20px}
.capabilities-grid h3{font-size:20px;margin:18px 0 10px}
.capabilities-grid p{margin:0;color:#66717d;line-height:1.7}

.technology-cta{background:#fff;padding:0 0 80px}
.cta-box{background:var(--u-ink);color:#fff;border-radius:14px;padding:36px 44px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.cta-brand{display:flex;align-items:center;gap:20px}
.brand-symbol-small{width:54px;height:54px;border-radius:11px;background:#fff;color:#151b21;display:grid;place-items:center;font-size:28px;font-weight:900}
.brand-symbol-small span{color:var(--u-red)}
.cta-box h2{font-size:28px;margin:0 0 6px}
.cta-box p{color:#b7c0ca;margin:0}
.cta-actions{display:flex;gap:14px;flex-shrink:0}

@media(max-width:1200px){
    .approach-grid{grid-template-columns:repeat(3,1fr);gap:26px}
    .approach-grid article{border-right:0}
    .tech-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:992px){
    .unomas-container{width:min(100% - 40px,1400px)}
    .technology-hero-grid,.tech-stack-grid{grid-template-columns:1fr}
    .technology-hero-copy{padding:70px 0 30px}
    .technology-hero-visual{min-height:390px}
    .technology-hero h1{font-size:46px}
    .capabilities-grid{grid-template-columns:1fr 1fr}
    .cta-box{align-items:flex-start;flex-direction:column}
}
@media(max-width:650px){
    .unomas-container{width:calc(100% - 30px)}
    .section-space{padding:65px 0}
    .technology-hero h1{font-size:37px}
    .technology-hero p{font-size:15px}
    .technology-hero-visual{min-height:310px}
    .tech-core{transform:scale(.78)}
    .approach-grid,.capabilities-grid{grid-template-columns:1fr}
    .approach-grid article{padding:20px 0;border-bottom:1px solid var(--u-line)}
    .tech-grid{grid-template-columns:repeat(2,1fr)}
    .stack-block,.practice-block{padding:26px 20px}
    .section-heading h2{font-size:31px}
    .section-subheading h2{font-size:24px}
    .cta-box{padding:30px 22px}
    .cta-brand{align-items:flex-start}
    .cta-actions{width:100%;flex-direction:column}
    .cta-actions .btn-unomas{justify-content:center}
}
