.crd-airport h1{max-width:700px;margin-bottom:24px;color:var(--crd-white);font-size:clamp(48px,6.3vw,84px);font-weight:800;letter-spacing:-.055em;line-height:.98}.crd-airport__proof{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:34px;color:rgba(255,255,255,.8);font-size:14px}.crd-airport__proof span{display:inline-flex;align-items:center;gap:8px}.crd-airport__proof span::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--crd-gold)}.crd-airport__section--soft{background:var(--crd-purple-soft)}.crd-airport__steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;counter-reset:crd-step}.crd-airport__step{position:relative;min-height:220px;padding:38px 28px 30px;border-top:1px solid #cfc0d8;counter-increment:crd-step}.crd-airport__step::before{content:"0" counter(crd-step);display:block;margin-bottom:32px;color:var(--crd-purple);font-size:14px;font-weight:800;letter-spacing:.12em}.crd-airport__step::after{content:"";position:absolute;width:9px;height:9px;top:-5px;left:28px;border-radius:50%;background:var(--crd-gold-deep)}.crd-airport__step h3{margin-bottom:10px;color:var(--crd-purple-deep);font-size:21px}.crd-airport__step p{margin-bottom:0;color:var(--crd-muted);font-size:14px;line-height:1.6}@media (max-width:980px){.crd-airport__steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.crd-airport h1{font-size:clamp(45px,13.5vw,64px)}.crd-airport__steps{grid-template-columns:1fr}.crd-airport__step{min-height:0;padding:30px 16px 34px}.crd-airport__step::before{margin-bottom:20px}.crd-airport__step::after{left:16px}}