.service-hero { padding: 6rem 10% 3rem; display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 2rem; }
.service-hero-content .tagline { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid rgba(0,0,0,0.06); padding: 6px 10px; border-radius: 999px; }
.hero-lead { display: grid; gap: 8px; margin-top: 12px; }
.hero-lead p { margin: 0; color: var(--text-light); }
.hero-buttons-spaced { margin-top: 16px; }
.service-hero-visual { display: flex; justify-content: center; }

.phones { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: end; }
.phone { width: min(260px, 44vw); height: 520px; background: #111; border-radius: 32px; border: 1px solid #222; box-shadow: 0 30px 70px rgba(0,0,0,0.2); position: relative; overflow: hidden; }
.phone.p2 { height: 480px; transform: translateY(12px); }
.phone-top { height: 34px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 12px; }
.phone-top .dot { width: 8px; height: 8px; border-radius: 50%; background: #444; }
.phone-screen { position: absolute; top: 34px; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%); border-top-left-radius: 32px; border-top-right-radius: 32px; padding: 14px; display: grid; grid-template-rows: auto auto 1fr auto; gap: 12px; }
.phone-screen.alt { background: linear-gradient(135deg, rgba(204,255,0,0.18) 0%, rgba(255,255,255,0.95) 45%, rgba(0,0,0,0.02) 100%); grid-template-rows: auto auto auto 1fr; }

.app-header { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.app-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; }
.brand-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-color); box-shadow: 0 0 0 6px rgba(204,255,0,0.18); }
.app-pill { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 8px 10px; background: #fff; border: 1px solid rgba(0,0,0,0.06); font-weight: 800; font-size: 0.85rem; }

.app-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.app-card { border-radius: 16px; border: 1px solid rgba(0,0,0,0.06); background: #fff; padding: 12px; display: grid; gap: 4px; position: relative; overflow: hidden; }
.app-card.big { grid-column: 1 / -1; }
.app-card::before { content: ''; position: absolute; top: -70px; right: -70px; width: 150px; height: 150px; background: var(--accent-color); opacity: 0.16; filter: blur(22px); border-radius: 50%; }
.app-card .k { color: var(--text-light); font-weight: 800; font-size: 0.85rem; position: relative; }
.app-card .v { font-weight: 900; font-size: 1.6rem; letter-spacing: -0.6px; position: relative; }
.app-card .s { color: var(--text-light); font-weight: 700; font-size: 0.85rem; position: relative; }

.app-list { border-radius: 16px; border: 1px solid rgba(0,0,0,0.06); background: #fff; padding: 12px; display: grid; gap: 10px; }
.app-list .row { display: flex; justify-content: space-between; gap: 10px; font-weight: 800; font-size: 0.9rem; }
.app-list .ok { width: 26px; height: 26px; border-radius: 10px; display: grid; place-items: center; background: rgba(204,255,0,0.22); }

.app-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; border-radius: 16px; border: 1px solid rgba(0,0,0,0.06); background: #fff; padding: 10px; }
.app-nav span { display: grid; place-items: center; height: 36px; border-radius: 12px; color: #111; background: rgba(0,0,0,0.03); }
.app-nav span.active { background: rgba(204,255,0,0.22); font-weight: 900; }

.app-hero { display: grid; gap: 2px; padding: 10px 10px 2px; }
.app-hero .h1 { font-weight: 900; font-size: 1.6rem; letter-spacing: -0.6px; }
.app-hero .h2 { font-weight: 900; font-size: 1.35rem; letter-spacing: -0.5px; }
.app-hero .h3 { color: var(--text-light); font-weight: 800; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 8px 10px; background: #fff; border: 1px solid rgba(0,0,0,0.06); font-weight: 800; font-size: 0.85rem; }
.cta-mini { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.cta-btn { padding: 10px 12px; border-radius: 12px; background: #000; color: #fff; font-weight: 900; text-align: center; min-width: 90px; }
.cta-badge { padding: 10px 12px; border-radius: 12px; background: rgba(204,255,0,0.22); font-weight: 900; display: inline-flex; align-items: center; gap: 8px; }
.glass-card { margin-top: auto; border-radius: 18px; border: 1px solid rgba(0,0,0,0.08); background: rgba(255,255,255,0.8); backdrop-filter: blur(12px); padding: 14px; display: grid; gap: 4px; }
.glass-card .gk { color: var(--text-light); font-weight: 800; font-size: 0.85rem; }
.glass-card .gv { font-weight: 900; font-size: 1.05rem; letter-spacing: -0.3px; }
.glass-card .gs { color: var(--text-light); font-weight: 800; font-size: 0.85rem; }

.service-details { padding: 2rem 10% 4rem; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.feature { background: #fff; border: none; border-radius: 24px; padding: 32px 24px; display: flex; flex-direction: column; gap: 10px; box-shadow: 0 14px 40px rgba(0,0,0,0.06); position: relative; overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease; align-items: center; text-align: center; }
.feature::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(#111 1.2px, transparent 1.2px); background-size: 16px 16px; opacity: 0.08; z-index: 0; }
.feature:hover { transform: translateY(-6px); box-shadow: 0 22px 60px rgba(0,0,0,0.12); }
/* .feature .phone-notch { display: none; } */
/* .feature .home-indicator { display: none; } */
.feature .f-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 20px; background: #111; color: #ffffff; position: relative; z-index: 1; font-size: 1.8rem; margin-bottom: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.feature h3, .feature p { position: relative; z-index: 1; }
.feature h3 { margin-top: 4px; letter-spacing: -0.4px; font-size: 1.25rem; font-weight: 800; }
.feature p { color: var(--text-light); font-size: 0.95rem; margin-bottom: 8px; line-height: 1.5; }
.cta-row { margin-top: 1.5rem; display: flex; gap: 12px; }

.app-benefits-section { padding: 2rem 10% 5rem; }
.app-benefits-grid { display: grid; grid-template-columns: 30% 70%; gap: 1.2rem; align-items: stretch; }
.benefits-card { background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 20px; box-shadow: 0 18px 55px rgba(0,0,0,0.06); padding: 18px; position: relative; overflow: hidden; height: 100%; display: flex; flex-direction: column; }
.benefits-card::before { content: ''; position: absolute; inset: 14px; background-image: radial-gradient(#000 1.5px, transparent 1.5px); background-size: 12px 12px; border-radius: 16px; opacity: 0.05; }
.benefits-card::after { content: ''; position: absolute; top: -120px; right: -120px; width: 240px; height: 240px; background: var(--accent-color); opacity: 0.16; filter: blur(30px); border-radius: 50%; }
.benefits-title { position: relative; z-index: 1; display: grid; gap: 8px; margin-bottom: 12px; }
.benefits-pill { justify-self: start; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 8px 10px; background: rgba(0,0,0,0.04); border: none; font-weight: 900; }
.benefits-title h2 { margin: 0; letter-spacing: -0.4px; }
.qr-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; position: relative; z-index: 1; }
.qr-list li { display: flex; gap: 10px; align-items: flex-start; font-weight: 800; color: #111; }
.qr-bullet { width: 28px; height: 28px; flex: 0 0 28px; border-radius: 10px; display: grid; place-items: center; background: rgba(0,0,0,0.04); }
.qr-bullet i { color: #111; }

.package-card { background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 20px; box-shadow: 0 18px 55px rgba(0,0,0,0.06); padding: 18px; position: relative; overflow: hidden; height: 100%; display: flex; flex-direction: column; }
.package-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #00c853 0%, var(--accent-color) 60%, #00c853 100%); box-shadow: 0 10px 22px rgba(0, 200, 83, 0.18); }
.package-card::after { content: ''; position: absolute; top: -120px; left: -120px; width: 220px; height: 220px; background: var(--accent-color); opacity: 0.12; filter: blur(28px); border-radius: 50%; }
.package-top { position: relative; z-index: 1; display: grid; gap: 6px; }
.package-top h3 { margin: 0; letter-spacing: -0.3px; }
.package-sub { color: var(--text-light); font-weight: 700; font-size: 0.9rem; }
.package-badge { justify-self: start; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 8px 10px; background: rgba(204,255,0,0.22); font-weight: 900; }
.package-points { position: relative; z-index: 1; display: grid; gap: 10px; margin-top: 12px; }
.package-points .pp { display: flex; gap: 10px; align-items: flex-start; font-weight: 800; }
.package-points .pp i { margin-top: 3px; color: #00c853; }
.package-cta { margin-top: auto; justify-content: center; }

.overlay-open { overflow: hidden; }
.details-overlay { position: fixed; inset: 0; z-index: 9999; opacity: 0; pointer-events: none; transition: opacity 0.25s ease; }
.details-overlay.open { opacity: 1; pointer-events: auto; }
.details-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.35); backdrop-filter: blur(10px); }
.details-drawer { position: absolute; left: 0; right: 0; bottom: 0; height: 50vh; width: 100vw; background: rgba(255,255,255,0.96); border-top: 1px solid rgba(0,0,0,0.08); box-shadow: 0 -30px 80px rgba(0,0,0,0.2); transform: translateY(100%); transition: transform 0.28s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.28s cubic-bezier(0.25, 0.8, 0.25, 1), border-radius 0.28s cubic-bezier(0.25, 0.8, 0.25, 1); display: grid; grid-template-rows: auto 1fr; border-top-left-radius: 5px; border-top-right-radius: 5px; overflow: hidden; }
.details-overlay.open .details-drawer { transform: translateY(0); }
.details-drawer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #00c853 0%, var(--accent-color) 60%, #00c853 100%); box-shadow: 0 6px 18px rgba(0, 200, 83, 0.25); }
.details-drawer.expanded { height: 100vh; }
.drawer-header { padding: 18px 18px 12px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; border-bottom: none; position: relative; z-index: 1; }
.drawer-title h2 { margin: 8px 0 0; font-size: 1.35rem; letter-spacing: -0.3px; }
.drawer-pill { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 8px 10px; background: #fff; border: 1px solid rgba(0,0,0,0.06); font-weight: 800; }
.netpos-pill { border: none; background: rgba(0,0,0,0.04); font-weight: 900; }
.drawer-close { width: 40px; height: 40px; border-radius: 12px; border: 1px solid rgba(0,0,0,0.08); background: #fff; cursor: pointer; display: grid; place-items: center; }
.drawer-body { padding: 14px 18px 18px; overflow: auto; }
.compare-table-wrap { border: none; border-radius: 18px; background: #fff; box-shadow: 0 18px 50px rgba(0,0,0,0.08); overflow: hidden; }
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 0.98rem; letter-spacing: -0.2px; }
.compare-table thead th { text-align: left; padding: 14px 14px; background: #fafafa; border-bottom: none; position: sticky; top: 0; z-index: 2; font-weight: 900; }
.compare-table tbody td { padding: 12px 14px; border-bottom: none; vertical-align: middle; font-weight: 700; }
.compare-table tbody tr:nth-child(even) td:not(.col-neta) { background: rgba(0,0,0,0.018); }
.compare-table tbody tr:hover td:not(.col-neta) { background: rgba(0,0,0,0.03); }
.compare-table .col-neta { background: rgba(204,255,0,0.14); font-weight: 900; }
.compare-table .cell { display: inline-flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: 999px; border: none; background: rgba(0,0,0,0.04); font-weight: 900; font-variant-numeric: tabular-nums; }
.compare-table .cell.good { background: rgba(204,255,0,0.22); }
.compare-table .cell.neutral { background: rgba(0,0,0,0.03); }
.drawer-cta { display: flex; gap: 12px; margin-top: 14px; }

@media (max-width: 1024px) {
  .service-hero { grid-template-columns: 1fr; }
  .service-hero-visual { justify-content: flex-start; }
  .phones { grid-template-columns: 1fr 1fr; justify-content: start; }
}
@media (max-width: 968px) {
  .features-grid { grid-template-columns: 1fr 1fr; }
  .app-benefits-grid { grid-template-columns: 1fr; }
  .package-card { order: 2; }
  .benefits-card { order: 1; }
}
@media (max-width: 520px) {
  .phones { grid-template-columns: 1fr; }
  .phone { width: 100%; }
  .phone.p2 { display: none; }
}