.technology-page{overflow:hidden;background:#fff;color:var(--ink)}
.technology-hero{display:grid;min-height:clamp(540px,42vw,760px);padding:clamp(44px,6vw,88px) clamp(28px,7vw,120px);background:radial-gradient(circle at 84% 20%,rgba(255,91,18,.14),transparent 30%),linear-gradient(135deg,#fff 0%,#fff8f4 100%);grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;gap:clamp(30px,5vw,80px)}
.technology-hero-copy{position:relative;z-index:1}
.technology-hero h1{max-width:720px;margin:0;font-size:clamp(46px,6vw,88px);line-height:.96;letter-spacing:-.055em}
.technology-hero h1 span{display:block;color:var(--orange)}
.technology-hero-lead{max-width:650px;margin:24px 0 30px;color:var(--muted);font-size:clamp(17px,1.5vw,22px);line-height:1.6}
.technology-hero-media{display:grid;min-width:0;place-items:center}
.technology-hero-media img{display:block;width:min(650px,100%);height:auto;filter:drop-shadow(0 24px 30px rgba(31,23,18,.1))}
.technology-section{padding:clamp(58px,7vw,105px) clamp(28px,7vw,120px);text-align:left}
.technology-section.surface{background:var(--surface)}
.technology-section-inner{width:min(1320px,100%);margin-inline:auto}
.technology-heading{max-width:850px;margin:0 auto clamp(34px,5vw,58px);text-align:center}
.technology-heading .eyebrow{margin-bottom:10px}
.technology-heading h2{margin:0;font-size:clamp(34px,4.5vw,62px);line-height:1.03;letter-spacing:-.045em}
.technology-heading h2 span{color:var(--orange)}
.technology-heading p{max-width:740px;margin:18px auto 0;color:var(--muted);font-size:17px;line-height:1.7}
.technology-story{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:clamp(34px,6vw,90px)}
.technology-story-media{padding:clamp(20px,3vw,36px);border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 16px 42px rgba(18,22,26,.07)}
.technology-story-media img{display:block;width:100%;height:auto;border-radius:16px}
.technology-story-copy h2{margin:0 0 20px;font-size:clamp(34px,4vw,56px);line-height:1.05;letter-spacing:-.04em}
.technology-story-copy h2 span{color:var(--orange)}
.technology-story-copy p{margin:0 0 17px;color:var(--muted);font-size:16px;line-height:1.75}
.technology-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.technology-benefit{min-height:235px;padding:clamp(26px,3vw,38px);border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(18,22,26,.05)}
.technology-benefit-number{display:grid;width:48px;height:48px;margin-bottom:22px;border-radius:50%;background:var(--orange-soft);color:var(--orange);font-weight:900;place-items:center}
.technology-benefit h3{margin:0 0 12px;font-size:23px;line-height:1.2}
.technology-benefit p{margin:0;color:var(--muted);line-height:1.65}
.technology-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;counter-reset:technology-step}
.technology-step{position:relative;min-height:180px;padding:28px 24px;border:1px solid var(--line);border-radius:16px;background:#fff;counter-increment:technology-step}
.technology-step::before{display:block;margin-bottom:18px;color:var(--orange);font-size:13px;font-weight:900;letter-spacing:.08em;content:'PASO 0' counter(technology-step)}
.technology-step h3{margin:0 0 10px;font-size:20px}
.technology-step p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.technology-cta{display:flex;width:min(1320px,calc(100% - 56px));margin:0 auto clamp(58px,7vw,100px);padding:clamp(32px,5vw,58px);border-radius:24px;background:radial-gradient(circle at 90% 20%,rgba(255,91,18,.28),transparent 28%),#101820;color:#fff;align-items:center;justify-content:space-between;gap:30px}
.technology-cta h2{max-width:720px;margin:0 0 10px;font-size:clamp(30px,4vw,52px);line-height:1.05;letter-spacing:-.04em}
.technology-cta h2 span{color:var(--orange)}
.technology-cta p{max-width:720px;margin:0;color:#d9dde1;line-height:1.65}
.technology-cta .button{white-space:nowrap}

@media(max-width:900px){
  .technology-hero{grid-template-columns:1fr;text-align:center}
  .technology-hero-copy{display:flex;align-items:center;flex-direction:column}
  .technology-hero-media img{width:min(580px,88%)}
  .technology-story{grid-template-columns:1fr}
  .technology-story-copy{text-align:center}
  .technology-benefits{grid-template-columns:1fr}
  .technology-benefit{text-align:center}
  .technology-benefit-number{margin-inline:auto}
  .technology-flow{grid-template-columns:repeat(2,minmax(0,1fr))}
  .technology-cta{align-items:center;flex-direction:column;text-align:center}
}

@media(max-width:560px){
  .technology-hero{min-height:0;padding:48px 22px 38px;grid-template-columns:1fr}
  .technology-hero h1{font-size:clamp(40px,13vw,58px)}
  .technology-hero-lead{font-size:16px}
  .technology-hero-media img{width:100%}
  .technology-section{padding:52px 20px}
  .technology-heading p{font-size:15px}
  .technology-flow{grid-template-columns:1fr}
  .technology-step{text-align:center}
  .technology-cta{width:calc(100% - 28px);margin-bottom:52px;padding:34px 22px}
}
