.service-jump{display:inline-flex;align-items:center;gap:10px;margin:20px 0 0 22px;color:var(--blue);font-size:13px;font-weight:700}
.portfolio-section,.sms-pricing{background:#f5f8fd}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:56px}
.portfolio-card{display:flex;flex-direction:column;min-width:0;min-height:224px;padding:28px;background:#fff;border:1px solid #dce5f0;border-radius:20px;transition:transform .2s,border-color .2s,box-shadow .2s}
.portfolio-card:hover{transform:translateY(-4px);border-color:#9fc5fa;box-shadow:0 16px 40px #174a9012}
.portfolio-number{color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.15em}
.portfolio-card h3{margin:24px 0 10px;font-size:21px;font-weight:700;line-height:1.3}
.portfolio-domain{margin-bottom:24px;color:var(--muted);font-size:13px;overflow-wrap:anywhere}
.portfolio-visit{margin-top:auto;color:var(--blue);font-size:13px;font-weight:700}
.sms-price-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:24px;margin-top:56px}
.sms-price-group{overflow:hidden;border:1px solid #dce5f0;border-radius:22px;background:#fff}
.sms-price-group h3{padding:24px 28px;background:var(--ink);color:#fff;font-size:20px;font-weight:700}
.sms-price-group:nth-child(2) h3{background:linear-gradient(120deg,#0767ef,#5530da)}
.sms-price-table{width:100%;font-size:16px;font-variant-numeric:tabular-nums}
.sms-price-table th,.sms-price-table td{padding:22px 20px;text-align:left;border-bottom:1px solid #e3eaf4;white-space:nowrap}
.sms-price-table thead th{background:#f8faff;color:var(--muted);font-size:11px;letter-spacing:.05em;text-transform:uppercase}
.sms-price-table td:last-child{text-align:right;font-weight:700;color:var(--blue)}
.sms-price-table thead th:last-child{text-align:right}
.sms-price-table tr:last-child>*{border-bottom:0}
.best-rate{background:#edf5ff}
.rate-badge{display:block;width:fit-content;margin-top:6px;color:#1556ae;font-size:9px;letter-spacing:.06em;text-transform:uppercase}
.sms-recharge{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:28px;padding:28px;border:1px solid #dce5f0;border-radius:20px;background:#fff}
.sms-recharge h3{font-size:21px;font-weight:700;margin-bottom:8px}
.sms-recharge p{color:var(--muted);font-size:14px;line-height:1.7}
.sms-recharge .primary-btn{flex-shrink:0}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.portfolio-card:focus-visible,.service-jump:focus-visible,.sms-recharge a:focus-visible{outline:3px solid var(--blue);outline-offset:5px}
@media(max-width:1100px){.portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sms-price-grid{grid-template-columns:1fr}}
@media(max-width:600px){.portfolio-grid{grid-template-columns:1fr;gap:14px;margin-top:36px}.portfolio-card{min-height:210px;padding:24px}.sms-price-grid{margin-top:36px}.sms-price-table th,.sms-price-table td{padding:18px 12px;font-size:14px}.sms-price-table thead th{font-size:10px}.sms-price-group h3{padding:22px}.sms-recharge{align-items:flex-start;flex-direction:column;padding:24px}.service-jump{display:flex;width:fit-content;margin-left:0}}
@media(prefers-reduced-motion:reduce){.portfolio-card{transition:none}.portfolio-card:hover{transform:none}}
