:root {
    --rbp-navy: #061b33;
    --rbp-navy-2: #0a2848;
    --rbp-orange: #f36a2a;
    --rbp-orange-dark: #d94f13;
    --rbp-text: #142235;
    --rbp-muted: #667386;
    --rbp-bg: #f5f7fa;
    --rbp-white: #ffffff;
    --rbp-radius: 16px;
    --rbp-shadow: 0 18px 45px rgba(7, 27, 51, 0.12);
    --rbp-shadow-soft: 0 10px 30px rgba(7, 27, 51, 0.08);
    --rbp-container: 1180px;
}

html { scroll-behavior: smooth; }
body.rb-prices-design1 { margin: 0; background: #fff; color: var(--rbp-text); font-family: Inter, Arial, Helvetica, sans-serif; overflow-x: hidden; }
body.rb-prices-design1.admin-bar .rbp-header { top: 32px; }
.rbp-page * { box-sizing: border-box; }
.rbp-page a { text-decoration: none; }
.rbp-page img { max-width: 100%; display: block; }
.rbp-container { width: min(var(--rbp-container), calc(100% - 40px)); margin: 0 auto; }
.rbp-debug-banner { position: fixed; z-index: 999999; left: 12px; bottom: 12px; background: #111827; color: #fff; padding: 10px 14px; border-radius: 10px; font-size: 13px; box-shadow: 0 12px 28px rgba(0,0,0,.2); }

.rbp-topbar { background: var(--rbp-navy); color: rgba(255,255,255,.88); font-size: 13px; }
.rbp-topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.rbp-topbar-right { display: flex; align-items: center; gap: 24px; }
.rbp-topbar a { color: #fff; font-weight: 700; }

.rbp-header { position: sticky; top: 0; z-index: 9999; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); box-shadow: 0 8px 24px rgba(7, 27, 51, .08); transition: box-shadow .25s ease, transform .25s ease; }
.rbp-header.is-scrolled { box-shadow: 0 12px 30px rgba(7, 27, 51, .14); }
.rbp-header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.rbp-logo { display: flex; align-items: center; gap: 10px; color: var(--rbp-navy); min-width: 215px; }
.rbp-logo-mark { color: var(--rbp-orange); width: 54px; height: 42px; display: inline-flex; align-items: center; justify-content: center; }
.rbp-logo-mark svg { width: 54px; height: 42px; }
.rbp-logo-text strong { display: block; font-size: 20px; letter-spacing: .02em; line-height: 1; color: #101d31; }
.rbp-logo-text small { display: block; margin-top: 4px; color: #64748b; font-size: 12px; text-transform: lowercase; }
.rbp-nav { display: flex; align-items: center; justify-content: center; gap: 28px; flex: 1; }
.rbp-nav a { position: relative; color: var(--rbp-navy); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; transition: color .2s ease; }
.rbp-nav a:hover,
.rbp-nav a.is-active { color: var(--rbp-orange); }
.rbp-nav a.is-active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -12px; height: 3px; border-radius: 5px; background: var(--rbp-orange); }
.rbp-mobile-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 12px; background: var(--rbp-navy); padding: 11px; cursor: pointer; }
.rbp-mobile-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 3px; transition: transform .2s ease, opacity .2s ease; }
.rbp-mobile-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.rbp-mobile-toggle.is-open span:nth-child(2) { opacity: 0; }
.rbp-mobile-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.rbp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 14px 24px; border-radius: 7px; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .03em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.rbp-btn:hover { transform: translateY(-2px); }
.rbp-btn-primary { background: linear-gradient(135deg, #ff7a34, var(--rbp-orange-dark)); color: #fff; box-shadow: 0 12px 26px rgba(243, 106, 42, .32); }
.rbp-btn-primary:hover { color: #fff; box-shadow: 0 16px 35px rgba(243, 106, 42, .42); }
.rbp-btn-outline { color: #fff; border: 1px solid rgba(255,255,255,.65); background: rgba(255,255,255,.08); }
.rbp-btn-outline:hover { background: rgba(255,255,255,.16); color: #fff; }
.rbp-phone { color: #fff; font-size: 28px; font-weight: 900; white-space: nowrap; }
.rbp-phone:hover { color: #fff; }

.rbp-hero { position: relative; min-height: 560px; display: flex; align-items: center; background-image: var(--rbp-hero-image); background-size: cover; background-position: center; color: #fff; overflow: hidden; }
.rbp-hero::after { content: ''; position: absolute; inset: auto 0 0 0; height: 150px; background: linear-gradient(to top, rgba(0,0,0,.28), transparent); pointer-events: none; }
.rbp-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,16,34,.95) 0%, rgba(3,16,34,.80) 42%, rgba(3,16,34,.36) 74%, rgba(3,16,34,.12) 100%); }
.rbp-hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 320px; gap: 42px; align-items: center; }
.rbp-hero-copy { max-width: 720px; padding: 82px 0 105px; }
.rbp-eyebrow { margin: 0 0 14px; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.86); }
.rbp-orange { color: var(--rbp-orange); }
.rbp-hero h1 { margin: 0; font-size: clamp(44px, 6vw, 72px); line-height: .98; letter-spacing: -.04em; color: #fff; font-weight: 900; }
.rbp-hero-lead { max-width: 650px; margin: 22px 0 0; font-size: 19px; line-height: 1.55; color: rgba(255,255,255,.92); }
.rbp-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.rbp-hero-card { background: linear-gradient(160deg, rgba(6,27,51,.98), rgba(10,40,72,.96)); border: 1px solid rgba(255,255,255,.16); border-radius: 16px; padding: 36px 28px; text-align: center; box-shadow: 0 24px 55px rgba(0,0,0,.30); }
.rbp-hero-card span { color: var(--rbp-orange); font-size: 50px; display: block; margin-bottom: 18px; }
.rbp-hero-card h2 { margin: 0 0 12px; color: #fff; font-size: 25px; line-height: 1.15; text-transform: uppercase; }
.rbp-hero-card p { margin: 0 0 22px; color: rgba(255,255,255,.78); line-height: 1.55; }
.rbp-hero-card a { color: #fff; font-size: 25px; font-weight: 900; }

.rbp-trust-strip { background: var(--rbp-navy); color: #fff; padding: 30px 0; }
.rbp-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.rbp-trust-grid article { display: flex; align-items: flex-start; gap: 14px; }
.rbp-trust-grid span { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(243,106,42,.55); color: var(--rbp-orange); display: inline-flex; align-items: center; justify-content: center; flex: 0 0 46px; font-size: 22px; }
.rbp-trust-grid h3 { margin: 2px 0 6px; font-size: 15px; color: #fff; text-transform: uppercase; }
.rbp-trust-grid p { margin: 0; font-size: 13px; line-height: 1.55; color: rgba(255,255,255,.74); }

.rbp-section { padding: 86px 0; }
.rbp-section-heading { text-align: center; max-width: 850px; margin: 0 auto 44px; }
.rbp-section-heading h2,
.rbp-factors-content h2,
.rbp-seo-text h2 { margin: 0; font-size: clamp(31px, 4vw, 46px); line-height: 1.09; letter-spacing: -.03em; color: var(--rbp-navy); font-weight: 900; }
.rbp-section-heading .rbp-eyebrow { color: var(--rbp-orange); margin-bottom: 8px; }
.rbp-section-heading p { color: var(--rbp-muted); line-height: 1.7; margin: 14px auto 0; }
.rbp-prices-section { background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%); }
.rbp-price-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.rbp-price-card { background: #fff; border: 1px solid #ecf0f5; border-radius: 14px; padding: 22px 20px 24px; box-shadow: var(--rbp-shadow-soft); transition: transform .22s ease, box-shadow .22s ease; overflow: hidden; display: flex; flex-direction: column; }
.rbp-price-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(7,27,51,.15); }
.rbp-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.rbp-service-number { color: var(--rbp-orange); font-weight: 900; font-size: 16px; }
.rbp-service-icon { width: 48px; height: 48px; border-radius: 50%; background: #fff7f3; color: var(--rbp-orange); border: 1px solid #f1d7cb; display: inline-flex; align-items: center; justify-content: center; font-size: 25px; }
.rbp-price-card h3 { min-height: 58px; margin: 0 0 16px; color: var(--rbp-navy); font-size: 19px; line-height: 1.18; }
.rbp-price-card img { width: 100%; height: 158px; object-fit: cover; border-radius: 10px; margin-bottom: 16px; }
.rbp-price-card ul { list-style: none; padding: 0; margin: 0 0 18px; color: var(--rbp-muted); line-height: 1.5; font-size: 14px; }
.rbp-price-card li { position: relative; padding-left: 22px; margin-bottom: 8px; }
.rbp-price-card li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 15px; height: 15px; border-radius: 50%; background: #fff4ee; color: var(--rbp-orange); border: 1px solid #ffd4bf; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; font-size: 10px; }
.rbp-card-price { margin-top: auto; margin-bottom: 12px; background: #fff3ed; border: 1px solid #ffe0d1; color: var(--rbp-orange-dark); padding: 12px 10px; border-radius: 8px; text-align: center; font-weight: 900; }
.rbp-card-link { color: var(--rbp-orange); font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: .03em; }

.rbp-factors-section { background: #fff; }
.rbp-factors-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 56px; align-items: center; }
.rbp-factors-content .rbp-eyebrow,
.rbp-seo-text .rbp-eyebrow { color: var(--rbp-orange); }
.rbp-factors-content p,
.rbp-seo-text p { color: var(--rbp-muted); line-height: 1.74; }
.rbp-check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 26px; margin-top: 26px; }
.rbp-check-grid span { position: relative; padding-left: 30px; color: #263349; font-weight: 700; font-size: 15px; }
.rbp-check-grid span::before { content: '✓'; position: absolute; left: 0; top: -1px; width: 20px; height: 20px; border-radius: 50%; background: #fff4ee; color: var(--rbp-orange); border: 1px solid #ffd4bf; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; font-size: 12px; }
.rbp-offer-card { display: grid; grid-template-columns: 1fr 1fr; background: var(--rbp-navy); border-radius: 16px; overflow: hidden; box-shadow: var(--rbp-shadow); color: #fff; }
.rbp-offer-card img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; }
.rbp-offer-card div { padding: 34px 28px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.rbp-offer-card h3 { margin: 0 0 14px; color: #fff; font-size: 25px; line-height: 1.16; }
.rbp-offer-card p { margin: 0 0 24px; color: rgba(255,255,255,.76); line-height: 1.64; }

.rbp-seo-text { background: #f7f9fc; }
.rbp-seo-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 54px; align-items: center; }
.rbp-seo-card { background: #fff; border-radius: 16px; box-shadow: var(--rbp-shadow-soft); padding: 18px; }
.rbp-seo-card img { width: 100%; height: 260px; object-fit: cover; border-radius: 12px; margin-bottom: 18px; }
.rbp-seo-card h3 { margin: 0 0 10px; color: var(--rbp-navy); font-size: 22px; }
.rbp-seo-card p { margin: 0; color: var(--rbp-muted); line-height: 1.7; }

.rbp-process-section { background: #fff; }
.rbp-process-grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; margin-top: 18px; }
.rbp-process-grid::before { content: ''; position: absolute; top: 45px; left: 8%; right: 8%; height: 1px; border-top: 1px dashed #cbd5e1; }
.rbp-process-grid article { position: relative; z-index: 2; text-align: center; padding: 0 8px; }
.rbp-process-grid article > span { width: 34px; height: 34px; border-radius: 50%; background: var(--rbp-orange); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; margin-bottom: 14px; }
.rbp-process-grid i { width: 78px; height: 78px; border-radius: 50%; background: #fff; color: var(--rbp-navy); border: 1px solid #dbe4ef; box-shadow: var(--rbp-shadow-soft); display: flex; align-items: center; justify-content: center; font-size: 34px; font-style: normal; margin: 0 auto 18px; }
.rbp-process-grid h3 { margin: 0 0 10px; color: var(--rbp-navy); font-size: 18px; }
.rbp-process-grid p { margin: 0; color: var(--rbp-muted); line-height: 1.6; font-size: 14px; }

.rbp-cta { position: relative; padding: 52px 0; color: #fff; background-image: linear-gradient(90deg, rgba(5,24,45,.93), rgba(5,24,45,.78)), var(--rbp-cta-image); background-size: cover; background-position: center; }
.rbp-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.rbp-cta h2 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(28px, 4vw, 42px); line-height: 1.13; }
.rbp-cta p:not(.rbp-eyebrow) { color: rgba(255,255,255,.82); line-height: 1.6; margin: 12px 0 0; }
.rbp-cta-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: flex-end; }

.rbp-footer { background: #071b30; color: rgba(255,255,255,.74); padding: 58px 0 22px; }
.rbp-footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .9fr 1.05fr; gap: 44px; }
.rbp-logo-footer { color: #fff; margin-bottom: 18px; }
.rbp-logo-footer .rbp-logo-text strong { color: #fff; }
.rbp-footer h3 { margin: 0 0 18px; color: #fff; font-size: 16px; text-transform: uppercase; }
.rbp-footer p { line-height: 1.7; margin: 0 0 12px; }
.rbp-footer a { display: block; color: rgba(255,255,255,.78); margin-bottom: 10px; transition: color .2s ease; }
.rbp-footer a:hover { color: #fff; }
.rbp-footer-phone { color: #fff !important; font-size: 22px; font-weight: 900; }
.rbp-copyright { border-top: 1px solid rgba(255,255,255,.10); margin-top: 36px; padding-top: 20px; font-size: 13px; color: rgba(255,255,255,.58); }

body.rb-prices-design1 .site-header:not(.rbp-header),
body.rb-prices-design1 header.site-header,
body.rb-prices-design1 .main-header,
body.rb-prices-design1 .header-area,
body.rb-prices-design1 .site-footer:not(.rbp-footer),
body.rb-prices-design1 footer.site-footer,
body.rb-prices-design1 .footer-area {
    display: none !important;
}

@media (max-width: 1180px) {
    .rbp-price-grid { grid-template-columns: repeat(3, 1fr); }
    .rbp-header-inner { gap: 16px; }
    .rbp-nav { gap: 18px; }
    .rbp-header-cta { display: none; }
    .rbp-hero-content { grid-template-columns: 1fr; }
    .rbp-hero-card { max-width: 380px; margin-bottom: 70px; }
}

@media (max-width: 900px) {
    body.rb-prices-design1.admin-bar .rbp-header { top: 46px; }
    .rbp-topbar-inner { flex-direction: column; justify-content: center; padding: 10px 0; }
    .rbp-topbar-right { gap: 12px; flex-wrap: wrap; justify-content: center; }
    .rbp-header-inner { height: 76px; }
    .rbp-mobile-toggle { display: block; }
    .rbp-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); background: #fff; border-radius: 14px; box-shadow: var(--rbp-shadow); flex-direction: column; align-items: stretch; gap: 0; padding: 12px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
    .rbp-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
    .rbp-nav a { padding: 13px 14px; border-radius: 10px; }
    .rbp-nav a:hover,
    .rbp-nav a.is-active { background: #fff4ee; }
    .rbp-nav a.is-active::after { display: none; }
    .rbp-hero { min-height: auto; }
    .rbp-hero-copy { padding: 70px 0 30px; }
    .rbp-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .rbp-factors-grid,
    .rbp-seo-grid { grid-template-columns: 1fr; }
    .rbp-price-grid { grid-template-columns: repeat(2, 1fr); }
    .rbp-offer-card { grid-template-columns: 1fr; }
    .rbp-offer-card img { height: 260px; min-height: 0; }
    .rbp-process-grid { grid-template-columns: repeat(2, 1fr); }
    .rbp-process-grid::before { display: none; }
    .rbp-cta-inner { flex-direction: column; align-items: flex-start; }
    .rbp-cta-actions { justify-content: flex-start; }
    .rbp-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .rbp-container { width: min(100% - 28px, var(--rbp-container)); }
    .rbp-logo { min-width: 0; }
    .rbp-logo-text strong { font-size: 16px; }
    .rbp-logo-text small { font-size: 11px; }
    .rbp-hero { background-position: 64% center; }
    .rbp-hero-overlay { background: linear-gradient(90deg, rgba(3,16,34,.94) 0%, rgba(3,16,34,.82) 58%, rgba(3,16,34,.46) 100%); }
    .rbp-hero h1 { font-size: 40px; }
    .rbp-hero-lead { font-size: 17px; }
    .rbp-hero-actions { flex-direction: column; align-items: stretch; }
    .rbp-hero-card { max-width: none; width: 100%; padding: 26px 20px; }
    .rbp-trust-grid { grid-template-columns: 1fr; }
    .rbp-section { padding: 62px 0; }
    .rbp-section-heading { margin-bottom: 30px; }
    .rbp-price-grid { grid-template-columns: 1fr; }
    .rbp-check-grid { grid-template-columns: 1fr; }
    .rbp-process-grid { grid-template-columns: 1fr; gap: 34px; }
    .rbp-phone { font-size: 24px; }
    .rbp-footer-grid { grid-template-columns: 1fr; }
}
