:root {
    --bg: #030306;
    --panel: #0b080d;
    --panel2: #151017;
    --text: #fff7fb;
    --muted: #b9aeb7;
    --line: rgba(255,255,255,.12);
    --pink: rgb(220 94 136);
    --pink2: #ff78ad;
    --gold: #d8b071;
    --green: #28e678;
    --red: #ff345a;
    --blue: #3b82ff;
    --shadow: 0 30px 90px rgba(0,0,0,.55);
    --radius: 28px;
    --ease: cubic-bezier(.2,.8,.2,1)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: radial-gradient(circle at 50% -20%,rgba(255,74,145,.22),transparent 42%),var(--bg);
    color: var(--text);
    font-family: Montserrat,sans-serif;
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

button,input,select,textarea {
    font: inherit
}

button {
    cursor: pointer
}

img {
    max-width: 100%;
    display: block
}

select {
    width: 100%;
    background-color: #17171d;
    color: #fff;
    border: 1px solid #2f2f3d;
    border-radius: 12px;
    padding: 14px 50px 14px 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ff78ad' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 18px;
    cursor: pointer;
}

select:hover {
    border-color: rgba(255,120,173,.45);
}

select:focus {
    border-color: #ff78ad;
    box-shadow: 0 0 0 3px rgba(255,120,173,.15);
}

select option {
    background: #17171d;
    color: #fff;
}

.container {
    width: min(1440px,calc(100% - 48px));
    margin: 0 auto
}

.noise:before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 99;
    opacity: .035;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")
}

.topbar {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    width: min(1540px,calc(100% - 20px));
    height: 78px;
    border: 1px solid rgba(255,120,173,.22);
    border-radius: 24px;
    background: linear-gradient(180deg,rgba(16,9,14,.84),rgba(8,5,8,.66));
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 60px rgba(0,0,0,.35),inset 0 1px rgba(255,255,255,.06)
}

.nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 34px
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    letter-spacing: .28em
}

.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg,var(--pink2),#a12562);
    position: relative;
    box-shadow: 0 0 28px rgba(240,68,140,.35)
}

.brand-mark:before,.brand-mark:after {
    content: "";
    position: absolute;
    background: #09060a;
    border-radius: 4px
}

.brand-mark:before {
    width: 26px;
    height: 8px;
    left: 6px;
    top: 15px;
    transform: rotate(45deg)
}

.brand-mark:after {
    width: 8px;
    height: 26px;
    left: 15px;
    top: 6px;
    transform: rotate(45deg)
}

.brand-pro {
    letter-spacing: 0;
    font-size: 18px;
    color: #ff95bd;
    border: 1px solid rgba(255,149,189,.65);
    padding: 2px 10px;
    border-radius: 18px;
    font-weight: 500
}

.navlinks {
    display: flex;
    gap: 34px;
    align-items: center
}

.navlinks a {
    font-weight: 750;
    color: #f4edf0;
    opacity: .92;
    position: relative
}

.navlinks a.active:after,.navlinks a:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
    height: 2px;
    background: var(--pink2);
    box-shadow: 0 0 18px var(--pink2)
}

.hero {
    min-height: 920px;
    padding-top: 130px;
    position: relative;
    display: grid;
    place-items: start center;
    overflow: hidden
}

.hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    height: 600px;
    background: radial-gradient(circle,rgba(255,134,179,.75),rgba(255,74,145,.22) 38%,transparent 70%);
    filter: blur(18px);
    opacity: .9;
    animation: pulse 6s var(--ease) infinite
}

.hero-stage {
    position: relative;
    text-align: center;
    margin-top: 70px;
    width: min(900px,100%)
}

.big-symbol {
    position: absolute;
    inset: -90px 0 auto 50%;
    transform: translateX(-50%) rotate(-8deg);
    width: 620px;
    height: 620px;
    opacity: .75;
    filter: drop-shadow(0 0 90px rgba(240,68,140,.3));
    z-index: 0
}

.big-symbol:before,.big-symbol:after {
    content: "";
    position: absolute;
    background: rgba(7,4,8,.58);
    border: 1px solid rgba(255,122,178,.2);
    border-radius: 18px
}

.hero-logo {
    position: relative;
    z-index: 2;
    margin-top: 40px
}

.hero-xdigr {
    font-size: clamp(58px,8vw,92px);
    letter-spacing: .33em;
    font-weight: 300;
    text-shadow: 0 0 36px rgba(255,255,255,.25)
}

.hero-pro {
    margin: 12px auto 22px;
    width: 238px;
    border-radius: 42px;
    background: rgba(20,12,18,.82);
    border: 1px solid rgba(255,255,255,.16);
    font-size: 72px;
    font-weight: 300;
    color: #ff97c4;
    line-height: .95;
    padding: 14px 0 24px;
    box-shadow: inset 0 1px rgba(255,255,255,.08),0 0 40px rgba(255,74,145,.18)
}

.hero-sub {
    position: relative;
    z-index: 2;
    margin: 0 auto 34px;
    max-width: 650px;
    font-size: 19px;
    line-height: 1.55;
    font-weight: 700
}

.countdown {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 26px;
    margin: 28px 0 46px
}

.countbox {
    width: 132px;
    height: 132px;
    background: linear-gradient(180deg,rgba(17,10,15,.88),rgba(6,4,7,.94));
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 26px;
    display: grid;
    place-items: center;
    box-shadow: 0 18px 46px rgba(0,0,0,.45),0 0 34px rgba(240,68,140,.14)
}

.countbox b {
    font-size: 54px;
    font-weight: 700;
    line-height: 1
}

.countbox span {
    font-size: 16px;
    color: #bdb0b8
}

.hero-cta,.section-cta {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap
}

.btn {
    height: 64px;
    padding: 0 40px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 17px;
    transition: .25s var(--ease);
    position: relative;
    overflow: hidden
}

.btn-primary {
    background: linear-gradient(135deg,#ff5fa0,#bd2d70);
    box-shadow: 0 16px 40px rgba(240,68,140,.34);
    border-color: rgba(255,120,173,.45);
    color: #fff;
}

.btn-light {
    background: #fff;
    color: #120b10
}

.btn-ghost {
    background: rgba(255,255,255,.035)
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 26px 70px rgba(240,68,140,.35)
}

.section {
    padding: 90px 0;
    position: relative
}

.section-title {
    text-align: center;
    font-size: clamp(34px,5vw,62px);
    line-height: 1.05;
    margin: 0 0 18px
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #ff6fa7;
    font-weight: 700;
    font-size: 13px
}

.section-sub {
    text-align: center;
    color: var(--muted);
    font-size: 18px;
    max-width: 760px;
    margin: 0 auto 44px;
    line-height: 1.55
}

.feature-slider {
    padding-top: 30px
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 34px
}

.tab {
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.035);
    color: #fff;
    border-radius: 999px;
    padding: 13px 20px;
    font-weight: 700;
    transition: .2s var(--ease)
}

.tab.active {
    background: var(--accent);
    box-shadow: 0 0 28px color-mix(in srgb,var(--accent),transparent 55%);
    border-color: transparent
}

.feature-shell {
    position: relative;
    min-height: 700px
}

.feature-slide {
    display: none
}

.feature-slide.active {
    display: block;
    animation: slideIn .45s var(--ease)
}

.product-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 58px;
    align-items: center;
    padding: 44px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 32px;
    background: radial-gradient(circle at 70% 45%,color-mix(in srgb,var(--accent),transparent 82%),transparent 42%),linear-gradient(180deg,rgba(10,10,15,.86),rgba(5,5,8,.96));
    box-shadow: var(--shadow);
    overflow: hidden
}

.product-card:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    padding: 1px;
    background: linear-gradient(120deg,color-mix(in srgb,var(--accent),transparent 25%),transparent 35%,rgba(255,255,255,.08));
    -webkit-mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none
}

.badge-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px
}

.num {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    border: 1px solid var(--accent);
    color: var(--accent);
    font-weight: 700;
    font-size: 20px;
    background: color-mix(in srgb,var(--accent),transparent 92%)
}

.label {
    color: var(--accent);
    font-size: 18px;
    font-weight: 950;
    letter-spacing: .08em
}

.product-text h3 {
    font-size: clamp(42px,5vw,64px);
    line-height: 1.05;
    margin: 0 0 24px
}

.lead {
    font-size: 22px;
    line-height: 1.55;
    color: #d7d1d6;
    margin: 0 0 46px
}

.benefits {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 34px;
    margin-bottom: 46px
}

.benefit .ico {
    width: 74px;
    height: 74px;
    border-radius: 16px;
    background: color-mix(in srgb,var(--accent),transparent 88%);
    border: 1px solid color-mix(in srgb,var(--accent),transparent 70%);
    display: grid;
    place-items: center;
    color: var(--accent);
    font-size: 32px;
    margin-bottom: 18px
}

.benefit b {
    font-size: 18px
}

.benefit p {
    color: #c7c0c6;
    line-height: 1.55
}

.info-card {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 40px;
    padding: 26px;
    border-left: 4px solid var(--accent);
    border-radius: 16px;
    background: linear-gradient(90deg,color-mix(in srgb,var(--accent),transparent 90%),rgba(255,255,255,.035));
    box-shadow: 0 16px 40px rgba(0,0,0,.22)
}

.info-card .ico {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: color-mix(in srgb,var(--accent),transparent 86%);
    color: var(--accent);
    font-size: 27px
}

.mock-wrap {
    position: relative;
    min-height: 640px;
    display: grid;
    place-items: center
}

.mock-glow {
    position: absolute;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb,var(--accent),transparent 48%);
    filter: drop-shadow(0 0 35px var(--accent));
    opacity: .55;
    transform: rotate(-14deg)
}

.orb-platform {
    position: absolute;
    bottom: 6px;
    width: 360px;
    height: 92px;
    border-radius: 50%;
    background: radial-gradient(circle,var(--accent),transparent 58%);
    opacity: .55;
    filter: blur(8px)
}

.ui-card {
    position: relative;
    z-index: 2;
    width: min(620px,100%);
    border: 1px solid color-mix(in srgb,var(--accent),transparent 38%);
    border-radius: 26px;
    background: linear-gradient(180deg,rgba(22,24,28,.92),rgba(6,7,10,.94));
    box-shadow: 0 0 55px color-mix(in srgb,var(--accent),transparent 68%),0 35px 80px rgba(0,0,0,.55);
    padding: 34px
}

.float-icon {
    position: absolute;
    right: 10px;
    width: 90px;
    height: 90px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    font-size: 42px;
    box-shadow: 0 0 34px color-mix(in srgb,var(--accent),transparent 72%);
    transform: rotate(10deg);
    z-index: 1
}

.float-icon.f1 {
    top: 140px
    color: var(--accent);
    background: linear-gradient(145deg,color-mix(in srgb,var(--accent),transparent 66%),rgba(255,255,255,.04));
    border: 1px solid color-mix(in srgb,var(--accent),transparent 45%);
}

.float-icon.f2 {
    top: 300px;
    right: 0
    color: var(--accent);
    background: linear-gradient(145deg,color-mix(in srgb,var(--accent),transparent 66%),rgba(255,255,255,.04));
    border: 1px solid color-mix(in srgb,var(--accent),transparent 45%);
}

.float-icon.f3 {
    top: 460px;
    right: 20px
}

.slot-head,.auto-head {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 28px
}

.flag,.robot,.avatar {
    width: 62px;
    height: 62px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg,#1a66e8,#ff345a);
    font-size: 32px
}

.robot {
    background: linear-gradient(135deg,#ffdf95,#8b5f25)
}

.avatar {
    border-radius: 50%;
    background: linear-gradient(135deg,#2f6cff,#21d6d0)
}

.mock-title {
    font-size: 23px;
    font-weight: 950
}

.mock-sub {
    color: #d7d1d6;
    font-size: 18px
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-bottom: 34px
}

.stat {
    background: rgba(0,0,0,.32);
    border-radius: 14px;
    padding: 18px;
    line-height: 30px;
}

.stat span {
    display: block;
    color: #9ca7bd;
    font-size: 14px;
}

.stat b {
    font-size: 22px
}

.bars {
    display: grid;
    gap: 18px
}

.barbox {
    background: rgba(0,0,0,.4);
    border-radius: 13px;
    padding: 16px
}

.barrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700
}

.buy {
    color: #57f064
}

.sell {
    color: #ff345a
}

.bar {
    height: 10px;
    background: rgba(255,255,255,.07);
    border-radius: 10px;
    overflow: hidden;
    margin: 14px 0
}

.bar i {
    display: block;
    height: 100%;
    background: var(--accent)
}

.mock-btn {
    height: 66px;
    margin-top: 24px;
    display: grid;
    place-items: center;
    font-size: 20px;
    font-weight: 700;
    background: #000;
    border: 1px solid #f0448c;
    border-radius: 13px;
}

.footrow {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    color: #cbd0dc;
    font-size: 16px;
}

.progress {
    height: 12px;
    border-radius: 10px;
    background: #2c2726;
    overflow: hidden;
    margin: 18px 0 24px
}

.progress i {
    display: block;
    height: 100%;
    background: linear-gradient(90deg,#f5d0a0,#a9875a)
}

.mini-stats {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px
}

.mini-stats .stat {
    border: 1px solid rgba(255,255,255,.08)
}

.profit {
    color: #54f27c
}

.auto-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px
}

.auto-actions div {
    height: 62px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-weight: 700;
    background: rgba(216,176,113,.18);
    border: 1px solid rgba(216,176,113,.35)
}

.auto-actions div:last-child {
    background: rgba(255,52,90,.18);
    border-color: rgba(255,52,90,.45);
    color: #ff7b8f
}

.copy-modal {
    padding: 30px
}

.copy-modal h4 {
    font-size: 28px;
    margin: 0 0 24px
}

.trader {
    border-radius: 16px;
    background: rgba(255,255,255,.055);
    padding: 20px;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 16px;
    margin-bottom: 22px
}

.risk {
    display: inline-block;
    margin-top: 5px;
    background: rgba(255,52,90,.2);
    border: 1px solid rgba(255,52,90,.5);
    color: #ff7b8f;
    border-radius: 20px;
    padding: 3px 11px
}

.trader-stats {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center
}

.trader-stats b {
    display: block;
    color: #35f27d
}

.input-like {
    height: 72px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0 16px
}

.chips {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px
}

.chip {
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.12);
    display: grid;
    place-items: center;
    color: #c9c5c8
}

.chip.active {
    background: linear-gradient(135deg,#e0bd8b,#9a7a52);
    color: #fff
}

.note {
    display: flex;
    gap: 14px;
    background: rgba(255,255,255,.055);
    border-radius: 13px;
    padding: 17px;
    margin: 18px 0
}

.confirm {
    font-size: 16px;
    color: #c9c5c8
}

.affiliate-model h4 {
    font-size: 25px;
    margin: 0 0 24px
}

.affiliate-model p {
    font-size: 18px;
    line-height: 1.5
}

.commission {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 22px;
    margin: 24px 0
}

.comm-row {
    height: 64px;
    border-radius: 9px;
    background: rgba(255,255,255,.045);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    margin-top: 13px
}

.pill {
    border-radius: 22px;
    padding: 8px 14px;
    font-weight: 950;
    background: rgba(255,255,255,.12)
}

.warn {
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(0,0,0,.35);
    border-radius: 11px;
    padding: 18px;
    font-size: 15px
}

.otp {
    text-align: center;
    padding: 46px
}

.shield {
    font-size: 76px;
    color: var(--accent);
    margin-bottom: 24px;
    text-shadow: 0 0 35px var(--accent)
}

.otp h4 {
    font-size: 28px;
    margin: 0 auto 22px;
    max-width: 460px
}

.otp p {
    line-height: 1.5;
    color: #eee
}

.code {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 28px 0 38px
}

.digit {
    width: 72px;
    height: 72px;
    border: 1px solid color-mix(in srgb,var(--accent),transparent 20%);
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 34px;
    background: rgba(255,255,255,.035)
}

.bonds-home {
    padding: 70px 0 110px
}

.bond-promo {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0,1.03fr) minmax(420px,.97fr);
    gap: 38px 64px;
    padding: 56px 58px 0;
    border: 1px solid rgba(240,68,140,.62);
    border-radius: 30px;
    background:
        radial-gradient(circle at 78% 25%,rgba(240,68,140,.17),transparent 33%),
        radial-gradient(circle at 35% 55%,rgba(240,68,140,.055),transparent 32%),
        linear-gradient(145deg,rgba(12,8,13,.98),rgba(5,4,8,.99));
    box-shadow: 0 0 48px rgba(240,68,140,.12),inset 0 1px rgba(255,255,255,.035);
    overflow: hidden
}

.bond-promo:before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: 4%;
    top: -250px;
    border-radius: 50%;
    background: rgba(240,68,140,.08);
    filter: blur(70px);
    pointer-events: none
}

.bond-promo-main,.bond-promo-side,.bond-promo-footer {
    position: relative;
    z-index: 1
}

.bond-eyebrow {
    display: inline-flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    color: #ff76aa;
    font-size: 16px!important;
    font-weight: 800;
    letter-spacing: .24em;
    text-transform: uppercase
}

.bond-eyebrow:after {
    content: "";
    width: 70px;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg,#ff4f96,#b92768)
}

.bond-promo h2 {
    max-width: 720px;
    margin: 24px 0 24px;
    font-size: clamp(44px,4.2vw,70px);
    line-height: 1.02;
    letter-spacing: -.045em
}

.bond-promo h2 span {
    background: linear-gradient(90deg,#ff79af 0%,#f0448c 52%,#c92c75 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.bond-promo p {
    margin: 0;
    color: #c7bcc3;
    line-height: 1.62
}

.bond-intro {
    max-width: 660px;
    font-size: 18px!important
}

.bond-benefits {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 34px
}

.bond-benefit {
    min-width: 0;
    padding: 0 23px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.12)
}

.bond-benefit:first-child {padding-left: 0}
.bond-benefit:last-child {padding-right: 0;border-right: 0}

.bond-benefit strong {
    display: block;
    margin-top: 12px;
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
    text-transform: uppercase
}

.bond-icon,.bond-line-icon,.bond-note-icon,.bond-mini-icon {
    display: inline-grid;
    place-items: center;
    color: var(--pink2)
}

.bond-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(240,68,140,.18),rgba(240,68,140,.04) 70%);
    box-shadow: 0 0 25px rgba(240,68,140,.09)
}

.bond-icon svg,.bond-line-icon svg,.bond-note-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round
}

.bond-icon-czk {
    border: 1px solid rgba(255,120,173,.7);
    background: rgba(240,68,140,.04);
    font-size: 15px;
    font-weight: 900
}

.bond-safe-note {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 690px;
    margin-top: 30px;
    padding: 17px 22px;
    border: 1px solid rgba(240,68,140,.42);
    border-radius: 18px;
    background: linear-gradient(90deg,rgba(240,68,140,.05),rgba(255,255,255,.018))
}

.bond-safe-note p {font-size: 15px!important;color:#d7ccd2}
.bond-note-icon {flex:0 0 38px}
.bond-note-icon svg {width:34px;height:34px}

.bond-promo-side {
    display: flex;
    align-items: center
}

.bond-options {
    display: grid;
    width: 100%;
    gap: 16px
}

.bond-line {
    position: relative;
    min-height: 114px;
    border-radius: 22px;
    background: linear-gradient(105deg,rgba(255,255,255,.055),rgba(240,68,140,.075));
    border: 1px solid rgba(255,255,255,.22);
    display: grid;
    grid-template-columns: 88px 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 16px 26px 16px 18px;
    box-shadow: inset 0 1px rgba(255,255,255,.025);
    transition: .3s var(--ease)
}

.bond-line:hover {
    transform: translateX(-4px);
    border-color: rgba(255,120,173,.55);
    background: linear-gradient(105deg,rgba(255,255,255,.075),rgba(240,68,140,.12))
}

.bond-line-icon {
    width: 70px;
    height: 70px;
    border: 1px solid rgba(240,68,140,.22);
    border-radius: 50%;
    background: radial-gradient(circle,rgba(240,68,140,.25),rgba(240,68,140,.06));
    box-shadow: inset 0 0 28px rgba(240,68,140,.08)
}

.bond-line-icon svg {width:36px;height:36px}

.bond-line-copy {
    display: grid;
    gap: 7px
}

.bond-line-copy strong {
    font-size: clamp(23px,2vw,31px);
    line-height: 1
}

.bond-line-copy small {
    color: #d5c9cf;
    font-size: 17px
}

.bond-rate-badge {
    min-width: 68px;
    padding: 12px 13px;
    border: 1px solid rgba(240,68,140,.75);
    border-radius: 10px;
    color: #ff78ad;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
    background: rgba(5,4,8,.35)
}

.bond-cta {
    min-height: 80px;
    margin-top: 2px;
    border-radius: 42px;
    font-size: 20px;
    box-shadow: 0 14px 40px rgba(240,68,140,.28),0 0 55px rgba(240,68,140,.12)
}

.bond-cta span {
    display: inline-block;
    margin-left: 8px;
    transition: transform .25s var(--ease)
}
.bond-cta:hover span {transform:translateX(6px)}

.bond-promo-footer {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin: 0 -58px;
    padding: 22px 58px;
    border-top: 1px solid rgba(240,68,140,.26);
    background: rgba(255,255,255,.012)
}

.bond-footer-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 18px;
    min-height: 64px;
    padding: 0 26px;
    border-right: 1px solid rgba(255,255,255,.1)
}
.bond-footer-item:last-child {border-right:0}

.bond-mini-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(240,68,140,.26);
    border-radius: 50%;
    background: rgba(240,68,140,.045);
    font-size: 22px;
    font-weight: 800
}

.bond-footer-item div {display:grid;gap:5px}
.bond-footer-item strong {font-size:16px}
.bond-footer-item small {color:#bdb1b8;font-size:13px}

.bond-full {
    min-height: 100vh;
    padding: 120px 0;
    background: radial-gradient(circle at 50% -20%,rgba(240,68,140,.18),transparent 45%),#030306
}

.bond-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    margin-top: 45px
}

.bond-card {
    position: relative;
    padding: 34px;
    border-radius: 25px;
    border: 1px solid rgba(240,68,140,.35);
    background: linear-gradient(180deg,rgba(20,10,16,.84),rgba(7,4,7,.95));
    box-shadow: 0 0 30px rgba(240,68,140,.07);
    overflow: hidden
}

.bond-card.featured {
    box-shadow: 0 0 50px rgba(240,68,140,.18);
    transform: translateY(-8px)
}

.bond-card .term {
    color: #ff75ad;
    font-weight: 950;
    letter-spacing: .12em
}

.bond-card h3 {
    font-size: 28px;
    margin: 30px 0 10px
}

.rate {
    font-size: 54px;
    font-weight: 950;
    color: #ff629d;
    margin: 16px 0
}

.bond-card p {
    color: #bfb4bb;
    line-height: 1.55
}

.bond-list {
    display: grid;
    gap: 14px;
    margin: 28px 0
}

.bond-list div {
    display: flex;
    gap: 12px;
    color: #d2cbd0
}

.bond-form-section {
    margin-top: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start
}

.calc-panel,.form-panel {
    padding: 34px;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.12);
    background: linear-gradient(180deg,rgba(18,12,17,.82),rgba(8,5,9,.95))
}

.form-grid {
    display: grid;
    gap: 16px
}

.field label {
    display: block;
    margin-bottom: 8px;
    color: #d7d0d5
}

.field input,.field select,.field textarea {
    width: 100%;
    height: 56px;
    border-radius: 13px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.045);
    color: #fff;
    padding: 0 16px;
    outline: none
}

.field textarea {
    height: 110px;
    padding-top: 14px
}

.calc-results {
    display: grid;
    gap: 12px;
    margin-top: 20px
}

.calc-row {
    display: flex;
    justify-content: space-between;
    padding: 17px;
    border-radius: 12px;
    background: rgba(255,255,255,.05)
}

.success {
    display: none;
    margin-top: 16px;
    padding: 16px;
    border-radius: 12px;
    background: rgba(40,230,120,.12);
    border: 1px solid rgba(40,230,120,.35);
    color: #7dffa9
}

.footer {
    padding: 46px 0;
    color: #978b94;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.06)
}

@keyframes pulse {
    50% {
        opacity: .55;
        transform: translateX(-50%) scale(1.06)
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(22px) scale(.98)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: .8s var(--ease)
}

.reveal.show {
    opacity: 1;
    transform: none
}

@media(max-width: 1050px) {
    .product-card,.bond-promo,.bond-form-section {
        grid-template-columns:1fr
    }

    .mock-wrap {
        min-height: 600px
    }

    .benefits {
        grid-template-columns: 1fr 1fr
    }

    .bond-grid {
        grid-template-columns: 1fr
    }

    .countbox {
        width: 120px
    }

    .navlinks {
        gap: 16px
    }

    .hero-xdigr {
        letter-spacing: .2em
    }
}

@media(max-width: 720px) {
    .container {
        width:calc(100% - 28px)
    }

    .topbar {
        height: auto;
        top: 10px
    }

    .nav {
        padding: 14px;
        flex-direction: column;
        gap: 14px
    }

    .hero {
        padding-top: 150px;
        min-height: 820px
    }

    .hero-stage {
        margin-top: 30px
    }

    .big-symbol {
        width: 420px;
        height: 420px;
        border-radius: 80px
    }

    .hero-pro {
        width: 180px;
        font-size: 54px
    }

    .countdown {
        gap: 10px
    }

    .countbox {
        width: 74px;
        height: 88px;
        border-radius: 16px
    }

    .countbox b {
        font-size: 34px
    }

    .countbox span {
        font-size: 13px
    }

    .product-card {
        padding: 24px
    }

    .benefits,.stat-grid,.mini-stats {
        grid-template-columns: 1fr
    }

    .ui-card {
        padding: 22px
    }

    .float-icon {
        display: none
    }

    .hero-cta,.section-cta {
        flex-direction: column
    }

    .btn {
        width: 100%
    }

    .product-text h3 {
        font-size: 38px
    }

    .lead {
        font-size: 18px
    }

    .bond-promo {
        padding: 26px
    }

    .bond-promo h2 {
        font-size: 34px
    }

    .bond-form-section {
        gap: 18px
    }

    .tabs {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px
    }

    .tab {
        white-space: nowrap
    }
}

/* Fix: keep the custom arrow visible in bond form selects */
.field select {
    padding: 0 50px 0 16px;
    background-color: rgba(255,255,255,.045);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ff78ad' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* Responsive refinement for the redesigned home bond section */
@media(max-width:1180px){
    .bond-promo{grid-template-columns:1fr;padding:48px 44px 0}
    .bond-promo-side{max-width:none}
    .bond-promo-footer{margin:0 -44px;padding-left:44px;padding-right:44px}
}
@media(max-width:760px){
    .bonds-home{padding:42px 0 75px}
    .bond-promo{gap:34px;padding:32px 22px 0;border-radius:23px}
    .bond-promo h2{font-size:40px;margin-top:20px}
    .bond-intro{font-size:16px!important}
    .bond-benefits{gap:0;margin-top:28px}
    .bond-benefit{padding:0 10px}
    .bond-benefit strong{font-size:11px}
    .bond-icon{width:45px;height:45px}
    .bond-safe-note{padding:15px 16px}
    .bond-line{min-height:92px;grid-template-columns:58px 1fr auto;padding:13px 15px;gap:12px;border-radius:17px}
    .bond-line-icon{width:52px;height:52px}
    .bond-line-icon svg{width:28px;height:28px}
    .bond-line-copy strong{font-size:20px}
    .bond-line-copy small{font-size:14px}
    .bond-rate-badge{min-width:55px;padding:9px 8px;font-size:14px}
    .bond-cta{min-height:64px;font-size:17px}
    .bond-promo-footer{grid-template-columns:1fr;margin:0 -22px;padding:15px 22px}
    .bond-footer-item{justify-content:flex-start;border-right:0;border-bottom:1px solid rgba(255,255,255,.08);padding:12px 2px}
    .bond-footer-item:last-child{border-bottom:0}
}
@media(max-width:440px){
    .bond-promo h2{font-size:34px}
    .bond-eyebrow{font-size:13px!important;letter-spacing:.18em}
    .bond-benefit strong{font-size:9px}
    .bond-line{grid-template-columns:50px 1fr auto}
    .bond-line-icon{width:46px;height:46px}
    .bond-rate-badge{min-width:48px;font-size:12px}
}

/* Homepage layout requested in July 2026 */
.light-topbar{position:relative;background:#fff;border-bottom:0;color:#1e293b}
.light-nav{max-width:1200px;min-height:118px}
.light-nav .brand img{width:158px;filter:brightness(0)}
.light-nav .navlinks a{color:#182235;text-transform:uppercase;font-weight:500}
.nav-bond-btn{min-width:260px;text-transform:uppercase;font-size:14px}
.hero-light{background:#fff;color:#182235;padding:70px 0 52px}
.hero-light-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;min-height:460px;gap:60px}
.hero-light-copy h1{font-size:58px;line-height:.98;letter-spacing:-.035em;margin:0 0 38px;color:#202a3b}
.hero-light-copy h1 span{font-weight:500}
.hero-light-copy>p{font-size:24px;line-height:1.22;margin:0 0 46px;color:#182235}
.hero-light-actions{display:flex;gap:34px;margin-bottom:28px}.hero-light-actions .btn{width:262px}
.btn-outline-dark{background:#fff;border:1px solid #7d8590;color:#263143}
.hero-kpis{display:flex;gap:80px}.hero-kpis div{display:flex;flex-direction:column}.hero-kpis strong{font-size:24px}.hero-kpis small{font-size:14px;margin-top:4px}
.hero-light-art{display:flex;justify-content:center;opacity:.12}.hero-light-art img{width:min(430px,80%)}
.hero-benefit-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;margin-top:55px}
.hero-benefit-strip article{background:#e7e7e8;padding:28px 36px;min-height:138px}.hero-benefit-strip strong{display:block;font-size:24px;margin-bottom:20px}.hero-benefit-strip p{margin:0;font-size:14px;line-height:1.25}
.achievement-section{background:#fff;color:#182235;padding:86px 0 72px}.dark-eyebrow{color:#182235!important;text-align:left!important}
.achievement-section h2,.roadmap-section h2{font-size:48px;line-height:1.1;margin:18px 0 30px;letter-spacing:-.025em}.achievement-lead{font-size:23px;max-width:1000px;line-height:1.25;margin-bottom:50px}
.achievement-grid{display:grid;grid-template-columns:repeat(2,355px);gap:48px 140px}.achievement-grid article{background:#dedede;padding:30px 54px;text-align:center}.achievement-grid strong{display:block;background:#fff;padding:10px;font-size:29px;white-space:nowrap}.achievement-grid span{display:block;background:#fff;padding:0 10px 12px;text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:#647089}
.feature-slider{background:#fff;color:#182235;padding-top:72px}.feature-slider .section-title{text-align:left;color:#202a3b;max-width:800px}.feature-slider .section-sub{text-align:left;margin-left:0;max-width:850px;color:#253047}.feature-slider>.container>.eyebrow{text-align:left!important;color:#182235!important}
.reviews-section{background:#edf3f2;color:#064b40;padding:72px 0 42px;position:relative;overflow:hidden}.reviews-section h2{text-align:center;font-size:61px;font-weight:500;margin:18px 0 50px}.reviews-eyebrow{text-align:center!important;color:#009b71!important;letter-spacing:.35em}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.reviews-grid article{background:#fffef8;border-radius:26px;padding:28px 24px 22px;min-height:245px;display:flex;flex-direction:column}.review-head{display:flex;gap:12px;align-items:center}.review-head div{display:flex;flex-direction:column}.review-head small{color:#81898a}.avatar-letter{width:36px;height:36px;border-radius:50%;background:#245b2a;color:#fff;display:grid;place-items:center}.stars{color:#ffb300;letter-spacing:2px;margin:14px 0}.reviews-grid p{line-height:1.45;margin:0}.reviews-grid a{margin-top:auto;align-self:flex-end;color:#009b71;font-weight:700}.review-dots{display:flex;justify-content:center;gap:9px;margin-top:38px}.review-dots i{width:31px;height:8px;border-radius:8px;background:#ccd6d5}.review-dots i:first-child{width:64px;background:#075448}
.roadmap-section{background:#fff;color:#202a3b;padding:72px 0 110px}.roadmap-item{display:grid;grid-template-columns:165px 1fr;gap:40px;position:relative;margin-top:40px}.roadmap-side{font-size:24px;position:relative;padding-top:8px}.roadmap-side i{position:absolute;top:8px;right:12px;width:31px;height:31px;border-radius:50%;background:#7800ff;box-shadow:0 2px 5px #444}.roadmap-item:first-of-type .roadmap-side:after{content:"";position:absolute;width:5px;height:265px;background:#8c8c8c;right:25px;top:50px}.roadmap-item:first-of-type .roadmap-side:before{content:"";position:absolute;right:16px;top:304px;border-left:12px solid transparent;border-right:12px solid transparent;border-top:13px solid #8c8c8c}.roadmap-content h2{margin:0 0 45px}.roadmap-content>p{font-size:24px;line-height:1.25;max-width:950px}.phase-two{margin-top:170px}.roadmap-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px;background:#fbfaf8;padding:22px}.roadmap-cards article{border:1px solid #dfe3e8;border-radius:18px;padding:24px 20px}.roadmap-cards strong{font-size:16px}.roadmap-cards p{color:#6e7b91;line-height:1.45}
@media(max-width:900px){.light-nav .navlinks{display:none}.nav-bond-btn{min-width:auto}.hero-light-grid{grid-template-columns:1fr}.hero-light-art{display:none}.hero-light-copy h1{font-size:44px}.hero-light-copy>p{font-size:19px}.hero-benefit-strip,.reviews-grid,.roadmap-cards{grid-template-columns:1fr}.achievement-grid{grid-template-columns:1fr;gap:20px}.roadmap-item{grid-template-columns:1fr}.roadmap-side i,.roadmap-side:before,.roadmap-side:after{display:none!important}.phase-two{margin-top:80px}}
@media(max-width:600px){.light-nav{min-height:86px}.nav-bond-btn{font-size:11px;padding:12px}.hero-light{padding-top:38px}.hero-light-copy h1{font-size:38px}.hero-light-actions{flex-direction:column;gap:12px}.hero-light-actions .btn{width:100%}.hero-kpis{gap:25px;flex-direction:column}.hero-benefit-strip{gap:14px}.achievement-section h2,.roadmap-section h2{font-size:36px}.achievement-lead,.roadmap-content>p{font-size:18px}.achievement-grid article{padding:24px}.achievement-grid strong{font-size:23px}.reviews-section h2{font-size:40px}}

/* XDIGR PRO unified dark visual system — July 2026 */
.light-topbar{
  background:rgba(7,6,12,.88);
  border-bottom:1px solid rgba(205,102,136,.18);
  color:#fff;
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
}
.light-nav{min-height:104px}
.light-nav .brand img{filter:none;width:158px}
.light-nav .navlinks a{color:#ddd8e2}
.light-nav .navlinks a:hover{color:#ff5e9d}
.nav-bond-btn{box-shadow:0 12px 40px rgba(205,102,136,.22)}

.hero-light{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 25%,rgba(205,102,136,.22),transparent 30%),
    radial-gradient(circle at 15% 70%,rgba(115,42,255,.12),transparent 34%),
    linear-gradient(180deg,#09070d 0%,#0d0911 100%);
  color:#fff;
  padding:76px 0 72px;
}
.hero-light:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.28;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,#000,transparent 92%);
}
.hero-light-grid,.hero-benefit-strip{position:relative;z-index:1}
.hero-light-copy h1{color:#fff;text-shadow:0 10px 45px rgba(205,102,136,.13)}
.hero-light-copy h1 span{color:#ff5e9d}
.hero-light-copy>p{color:#c9c3ce}
.btn-outline-dark{background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.2);color:#fff}
.btn-outline-dark:hover{border-color:#ff5e9d;background:rgba(205,102,136,.08)}
.hero-kpis strong{color:#fff}.hero-kpis small{color:#a9a2b0}
.hero-light-art{opacity:.34;filter:drop-shadow(0 0 55px rgba(205,102,136,.42))}
.hero-benefit-strip article{
  position:relative;overflow:hidden;
  background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.1);border-radius:20px;
  box-shadow:0 22px 70px rgba(0,0,0,.24);
}
.hero-benefit-strip article:after{content:"";position:absolute;inset:auto -40% -80% 20%;height:130px;background:radial-gradient(circle,rgba(205,102,136,.24),transparent 65%)}
.hero-benefit-strip strong{color:#fff}.hero-benefit-strip p{color:#aaa4b0}

.achievement-section{
  position:relative;overflow:hidden;
  background:linear-gradient(180deg,#0a080e 0%,#0e0a12 100%);
  color:#fff;padding:96px 0 86px;
}
.achievement-section:after{content:"";position:absolute;width:480px;height:480px;border-radius:50%;right:-220px;top:-120px;background:rgba(205,102,136,.12);filter:blur(90px)}
.dark-eyebrow{color:#ff6aa5!important}
.achievement-section h2,.roadmap-section h2{color:#fff}
.achievement-lead{color:#bdb6c3}
.achievement-grid{position:relative;z-index:1}
.achievement-grid article{
  background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:28px;
  box-shadow:0 22px 60px rgba(0,0,0,.22);
}
.achievement-grid strong{background:transparent;color:#fff;padding:0 0 8px}
.achievement-grid span{background:transparent;color:#8f8797;padding:0}

.feature-slider{
  background:radial-gradient(circle at 50% 0,rgba(205,102,136,.12),transparent 28%),#08070b;
  color:#fff;padding-top:90px;
}
.feature-slider .section-title{color:#fff}
.feature-slider .section-sub{color:#aaa4b0}
.feature-slider>.container>.eyebrow{color:#ff6aa5!important}

.reviews-section{
  position:relative;
  background:
    radial-gradient(circle at 15% 15%,rgba(205,102,136,.14),transparent 28%),
    radial-gradient(circle at 90% 70%,rgba(107,44,255,.09),transparent 30%),
    #0b0910;
  color:#fff;padding:88px 0 68px;
}
.reviews-section h2{color:#fff}
.reviews-eyebrow{color:#ff6aa5!important}
.reviews-grid article{
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  color:#e9e4ed;border:1px solid rgba(255,255,255,.1);border-radius:24px;
  box-shadow:0 22px 70px rgba(0,0,0,.28);
}
.review-head small{color:#88818f}.avatar-letter{background:linear-gradient(135deg,#d04b80,#7b26b9)}
.stars{color:#ff5e9d}.reviews-grid p{color:#bbb4c1}.reviews-grid a{color:#ff6aa5}
.review-dots i{background:#302b35}.review-dots i:first-child{background:#d04b80}

.roadmap-section{
  position:relative;overflow:hidden;
  background:linear-gradient(180deg,#09070d 0%,#0d0a12 100%);
  color:#fff;padding:90px 0 120px;
}
.roadmap-section:before{content:"";position:absolute;width:520px;height:520px;left:-280px;bottom:-180px;border-radius:50%;background:rgba(205,102,136,.1);filter:blur(90px)}
.roadmap-item{position:relative;z-index:1}
.roadmap-side{color:#bdb6c3}
.roadmap-side i{background:linear-gradient(135deg,#ff5e9d,#8429ff);box-shadow:0 0 0 7px rgba(205,102,136,.08),0 0 35px rgba(205,102,136,.55)}
.roadmap-item:first-of-type .roadmap-side:after{background:linear-gradient(#d65c90,#6a2ad5)}
.roadmap-item:first-of-type .roadmap-side:before{border-top-color:#6a2ad5}
.roadmap-content>p{color:#b9b2bf}
.roadmap-cards{background:transparent;padding:0}
.roadmap-cards article{
  background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:26px 22px;
  box-shadow:0 20px 55px rgba(0,0,0,.2);
}
.roadmap-cards strong{color:#fff}.roadmap-cards p{color:#918997}

@media(max-width:600px){
  .hero-light{padding-top:48px}
  .hero-benefit-strip article{padding:24px}
  .reviews-grid article{min-height:auto}
}

/* Results: four cards in one row */
.achievement-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  width:100%;
}
.achievement-grid article{
  min-height:190px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  position:relative;
  overflow:hidden;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.achievement-grid article:before{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  left:50%;
  top:-105px;
  transform:translateX(-50%);
  border-radius:50%;
  background:rgba(205,102,136,.18);
  filter:blur(38px);
  opacity:.75;
}
.achievement-grid article:hover{
  transform:translateY(-6px);
  border-color:rgba(205,102,136,.52);
  box-shadow:0 28px 72px rgba(0,0,0,.34),0 0 35px rgba(205,102,136,.11);
}
.achievement-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin:0 auto 18px;
  border-radius:15px;
  color:#ff74aa;
  background:linear-gradient(145deg,rgba(205,102,136,.22),rgba(205,102,136,.07));
  border:1px solid rgba(255,116,170,.28);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 28px rgba(205,102,136,.12);
  position:relative;
  z-index:1;
}
.achievement-icon svg{width:25px;height:25px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.achievement-grid strong{font-size:clamp(24px,2vw,34px);line-height:1.05;white-space:nowrap;position:relative;z-index:1}
.achievement-grid span{max-width:240px;line-height:1.45;position:relative;z-index:1}
@media(max-width:1100px){.achievement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.achievement-grid{grid-template-columns:1fr}.achievement-grid article{min-height:175px}.achievement-grid strong{white-space:normal}}

/* One-page bond section */
html { scroll-behavior: smooth; }
#dluhopisy, #kalkulacka, #poptavka { scroll-margin-top: 110px; }
.anchor-offset { display:block; position:relative; top:-110px; visibility:hidden; }
.bond-single-page { border-top:1px solid rgba(205,102,136,.22); margin-top:40px; }
.footer { line-height:1.7; }

/* Bottom bond tools alignment fix */
.bond-form-section {
    position: relative;
    align-items: stretch;
}
.bond-form-section > .anchor-offset {
    position: absolute;
    inset: 0 auto auto 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}
.bond-form-section > .calc-panel,
.bond-form-section > .form-panel {
    width: 100%;
    margin: 0;
}
.bond-form-section > .calc-panel {
    grid-column: 1;
}
.bond-form-section > .form-panel {
    grid-column: 2;
}
@media (max-width: 1050px) {
    .bond-form-section > .calc-panel,
    .bond-form-section > .form-panel {
        grid-column: 1;
    }
}


/* XDIGR PRO feature navigation — redesigned as a premium step navigator */
.feature-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    max-width: 1280px;
    margin: 0 auto 34px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 70px rgba(0,0,0,.25);
}
.feature-nav .tab {
    position: relative;
    min-width: 0;
    min-height: 88px;
    display: grid;
    grid-template-columns: 34px 42px minmax(0,1fr) 18px;
    align-items: center;
    gap: 10px;
    padding: 14px 14px;
    border: 1px solid transparent;
    border-radius: 17px;
    background: transparent;
    color: #fff;
    text-align: left;
    overflow: hidden;
    cursor: pointer;
    transition: transform .24s var(--ease), border-color .24s var(--ease), background .24s var(--ease), box-shadow .24s var(--ease);
}
.feature-nav .tab::before {
    content: "";
    position: absolute;
    inset: auto 14px 0;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, transparent, #ff5d9c, transparent);
    opacity: 0;
    transform: scaleX(.35);
    transition: .25s var(--ease);
}
.feature-nav .tab:hover {
    transform: translateY(-2px);
    border-color: rgba(255,255,255,.10);
    background: rgba(255,255,255,.035);
}
.feature-nav .tab.active {
    background: radial-gradient(circle at 80% 0%, rgba(255,88,157,.20), transparent 52%), linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
    border-color: rgba(255,102,164,.48);
    box-shadow: 0 14px 36px rgba(205,102,136,.16), inset 0 1px 0 rgba(255,255,255,.08);
}
.feature-nav .tab.active::before { opacity: 1; transform: scaleX(1); }
.feature-nav .tab-number {
    font-size: 11px;
    letter-spacing: .12em;
    color: rgba(255,255,255,.35);
    font-weight: 800;
}
.feature-nav .tab-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.09);
    color: #c7bcc3;
    transition: .24s var(--ease);
}
.feature-nav .tab-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-nav .tab.active .tab-icon {
    color: #fff;
    border-color: rgba(255,112,170,.52);
    background: linear-gradient(145deg, #ff5c9d, #b92e72);
    box-shadow: 0 10px 24px rgba(224,58,133,.30);
}
.feature-nav .tab-copy { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.feature-nav .tab-copy strong { font-size: 14px; line-height: 1.1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.feature-nav .tab-copy small { color: rgba(255,255,255,.42); font-size: 11px; font-weight: 500; white-space: nowrap; }
.feature-nav .tab.active .tab-copy small { color: rgba(255,255,255,.68); }
.feature-nav .tab-arrow { color: rgba(255,255,255,.22); font-size: 18px; transform: translateX(-4px); opacity: 0; transition: .24s var(--ease); }
.feature-nav .tab.active .tab-arrow { color: #ff72aa; transform: translateX(0); opacity: 1; }

@media (max-width: 1100px) {
  .feature-nav { grid-template-columns: repeat(5, 210px); overflow-x: auto; justify-content: flex-start; scrollbar-width: thin; scroll-snap-type: x proximity; }
  .feature-nav .tab { scroll-snap-align: start; }
}
@media (max-width: 640px) {
  .feature-nav { grid-template-columns: repeat(5, 178px); padding: 8px; border-radius: 19px; }
  .feature-nav .tab { min-height: 76px; grid-template-columns: 34px minmax(0,1fr); padding: 12px; }
  .feature-nav .tab-number, .feature-nav .tab-arrow { display:none; }
  .feature-nav .tab-icon { width:34px; height:34px; border-radius:10px; }
  .feature-nav .tab-icon svg { width:19px; height:19px; }
}

/* Feature navigator: full container width with complete labels */
@media (min-width: 1101px) {
  .feature-slider .feature-nav {
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
  }

  .feature-slider .feature-nav .tab {
    width: 100%;
    grid-template-columns: 28px 42px minmax(0, 1fr) 16px;
    gap: 9px;
    padding: 14px 12px;
  }

  .feature-slider .feature-nav .tab-copy strong {
    font-size: 14px;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
  }

  .feature-slider .feature-nav .tab-copy small {
    white-space: nowrap;
    overflow: visible;
  }
}

/* 2026-08 responsive/navigation/SEO update */
html{scroll-behavior:smooth}
#financovani-rustu,#dluhopisy,#funkce,#roadmapa,#recenze{scroll-margin-top:120px}
.topbar{height:82px}
.nav{gap:28px}
.brand img{display:block;width:190px;max-height:44px}
.navlinks{margin-left:auto;gap:30px}
.navlinks a{white-space:nowrap;text-transform:uppercase;font-size:14px;letter-spacing:.02em}
.navlinks .nav-bond-btn{display:inline-flex;align-items:center;justify-content:center;min-width:250px;height:54px;padding:0 28px;border-radius:17px;background:linear-gradient(135deg,#f04a8d,#c93577);color:#fff;box-shadow:0 12px 30px rgba(240,74,141,.25)}
.navlinks .nav-bond-btn:hover{transform:translateY(-1px);color:#fff}
.navlinks .nav-bond-btn:after{display:none!important}
.menu-toggle{display:none;width:46px;height:46px;padding:10px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.05);cursor:pointer}
.menu-toggle span{display:block;width:24px;height:2px;margin:5px auto;background:#fff;border-radius:4px;transition:.25s ease}
.reviews-grid article{min-height:225px}

@media(max-width:1100px){
  .topbar{top:10px;width:calc(100% - 20px);height:72px;border-radius:20px}
  .nav{padding:0 18px}
  .brand img{width:155px}
  .menu-toggle{display:block;margin-left:auto;position:relative;z-index:42}
  .menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-toggle.active span:nth-child(2){opacity:0}
  .menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .navlinks{display:none!important;position:absolute;top:80px;left:0;right:0;margin:0;padding:18px;background:rgba(12,8,13,.98);border:1px solid rgba(255,120,173,.22);border-radius:20px;box-shadow:0 24px 50px rgba(0,0,0,.4);flex-direction:column;align-items:stretch;gap:4px}
  .navlinks.open{display:flex!important}
  .navlinks a{padding:15px 16px;border-radius:12px;font-size:14px}
  .navlinks a:hover{background:rgba(255,255,255,.05)}
  .navlinks a:after{display:none!important}
  .navlinks .nav-bond-btn{min-width:0;width:100%;height:50px;margin-top:8px}
  .hero-light{padding-top:112px!important}
}

@media(max-width:760px){
  .container{width:min(100% - 28px,1440px)}
  .hero-light-grid{min-height:auto;gap:24px}
  .hero-light-copy h1{font-size:clamp(40px,13vw,58px)!important;line-height:1.02;margin-bottom:24px}
  .hero-light-copy>p{font-size:17px!important;line-height:1.5;margin-bottom:28px}
  .hero-light-copy>p br{display:none}
  .hero-light-actions{gap:12px!important;margin-bottom:30px}
  .hero-light-actions .btn{min-height:54px;font-size:15px}
  .hero-kpis{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}
  .hero-kpis>div{padding:18px 14px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.035)}
  .hero-kpis strong{font-size:20px!important;white-space:nowrap}
  .hero-kpis small{font-size:12px;line-height:1.35}
  .hero-benefit-strip{grid-template-columns:1fr!important;margin-top:28px}
  .hero-benefit-strip article{padding:24px!important;min-height:0!important}
  .bond-promo{border-radius:24px!important;overflow:hidden}
  .bond-promo-main,.bond-promo-side{padding:28px 20px!important}
  .bond-promo h2{font-size:34px!important;line-height:1.08}
  .bond-intro{font-size:16px!important}
  .bond-benefits{grid-template-columns:1fr!important;gap:12px!important}
  .bond-benefit{justify-content:flex-start!important;min-height:78px!important}
  .bond-promo-footer{grid-template-columns:1fr!important;padding:20px!important}
  .achievement-section,.reviews-section,.roadmap-section,.section{padding-left:0;padding-right:0}
  .achievement-section h2,.reviews-section h2,.roadmap-section h2,.section-title{font-size:clamp(34px,10vw,46px)!important;line-height:1.08}
  .achievement-grid{grid-template-columns:1fr!important}
  .achievement-grid article{min-height:0!important;padding:25px 20px!important}
  .feature-nav{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px;gap:10px;overscroll-behavior-inline:contain}
  .feature-nav .tab{flex:0 0 82%;scroll-snap-align:start;min-width:0}
  .feature-slide{padding:22px 16px!important;border-radius:22px!important}
  .feature-slide-grid{grid-template-columns:1fr!important;gap:22px!important}
  .reviews-grid{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding:2px 2px 14px}
  .reviews-grid article{flex:0 0 88%;scroll-snap-align:center;min-height:250px}
  .roadmap-item,.roadmap-cards{grid-template-columns:1fr!important}
  .bond-form-section{padding:60px 14px!important}
  .calc-panel,.form-panel{padding:25px 18px!important;border-radius:22px!important}
  .form-grid{grid-template-columns:1fr!important}
  .calc-row{gap:14px;align-items:flex-start}
  .calc-row b{text-align:right}
  footer .container{grid-template-columns:1fr!important;text-align:center}
}

@media(max-width:420px){
  .brand img{width:135px}
  .nav{padding:0 12px}
  .hero-kpis{grid-template-columns:1fr!important}
  .hero-kpis strong{white-space:normal}
  .feature-nav .tab{flex-basis:92%}
  .reviews-grid article{flex-basis:94%}
}


/* 2026-08-05 mobile polish v2 */
#financovani-rustu{scroll-margin-top:110px}
.review-controls{display:none}

@media (max-width:760px){
  html,body{max-width:100%;overflow-x:hidden}
  .topbar{top:8px;width:calc(100% - 16px);height:68px;border-radius:19px}
  .nav{padding:0 12px;gap:10px}
  .brand{min-width:0;max-width:calc(100% - 60px)}
  .brand img{width:148px!important;max-width:100%;height:auto}
  .menu-toggle{flex:0 0 44px;width:44px;height:44px;border-radius:13px}
  .navlinks{top:75px;left:0;right:0;width:100%;box-sizing:border-box}
  .hero-light{padding-top:98px!important}

  /* Financing: three compact facts in one centered row */
  .bond-benefits{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin:26px 0!important}
  .bond-benefit{min-width:0!important;min-height:118px!important;padding:12px 5px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;text-align:center!important;gap:9px!important;border-right:1px solid rgba(255,255,255,.12)}
  .bond-benefit:last-child{border-right:0}
  .bond-icon{width:42px!important;height:42px!important;flex:0 0 42px!important}
  .bond-icon svg{width:24px!important;height:24px!important}
  .bond-icon-czk{font-size:14px!important}
  .bond-benefit strong{font-size:10px!important;line-height:1.35!important;letter-spacing:0!important;text-transform:uppercase;overflow-wrap:anywhere}
  .bond-promo-footer{display:grid!important;grid-template-columns:1fr!important;gap:0!important;padding:14px 20px!important;text-align:center!important}
  .bond-footer-item{justify-content:center!important;text-align:center!important;padding:15px 8px!important;border-bottom:1px solid rgba(255,255,255,.1)}
  .bond-footer-item:last-child{border-bottom:0}
  .bond-footer-item>div{width:100%;text-align:center}
  .bond-footer-item strong,.bond-footer-item small{display:block;text-align:center}

  /* Results: compact 2 × 2 instead of a long vertical column */
  .achievement-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .achievement-grid article{min-height:156px!important;padding:18px 10px!important;border-radius:17px!important}
  .achievement-icon{width:42px;height:42px;margin-bottom:13px}
  .achievement-grid strong{font-size:clamp(18px,5.2vw,24px)!important;white-space:normal!important;overflow-wrap:anywhere}
  .achievement-grid span{font-size:9px!important;letter-spacing:.09em;line-height:1.35!important}

  /* Features: five compact tabs, content always inside viewport */
  .feature-slider{padding-top:68px!important}
  .feature-slider .section-sub{font-size:15px;line-height:1.55}
  .feature-nav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:5px!important;overflow:visible!important;padding:6px!important;border-radius:17px!important}
  .feature-nav .tab{width:100%!important;min-height:62px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;padding:7px 2px!important;min-width:0!important}
  .feature-nav .tab-number,.feature-nav .tab-arrow,.feature-nav .tab-copy small{display:none!important}
  .feature-nav .tab-icon{width:30px!important;height:30px!important;flex:0 0 30px!important}
  .feature-nav .tab-icon svg{width:17px!important;height:17px!important}
  .feature-nav .tab-copy{width:100%;min-width:0;text-align:center}
  .feature-nav .tab-copy strong{display:block;font-size:8px!important;line-height:1.15!important;white-space:normal!important;overflow-wrap:anywhere;text-overflow:clip!important}
  .feature-slide{padding:16px 0!important;border-radius:20px!important;overflow:hidden}
  .product-card{display:block!important;width:100%!important;min-width:0!important;padding:24px 18px!important;border-radius:22px!important;overflow:hidden!important;transform:none!important}
  .product-card:before{border-radius:22px!important}
  .product-text{width:100%;min-width:0}
  .badge-row{gap:12px;margin-bottom:20px}
  .num{width:44px;height:44px;font-size:16px;border-radius:12px}
  .label{font-size:13px;line-height:1.25;overflow-wrap:anywhere}
  .product-text h3{font-size:clamp(31px,9vw,43px)!important;line-height:1.06!important;margin-bottom:18px!important;overflow-wrap:anywhere}
  .lead{font-size:16px!important;line-height:1.55!important;margin-bottom:28px!important;overflow-wrap:anywhere}
  .benefits{grid-template-columns:1fr!important;gap:0!important;margin-bottom:25px!important}
  .benefit{padding:15px 0;border-bottom:1px solid rgba(255,255,255,.09)}
  .benefit:last-child{border-bottom:0}
  .benefit b{font-size:16px}
  .benefit p{font-size:14px;line-height:1.5;margin-bottom:0}
  .info-card{padding:18px!important;margin:0!important;min-width:0!important}
  .info-card b{font-size:15px}.info-card p{font-size:14px;line-height:1.45;overflow-wrap:anywhere}
  .mock-wrap{display:none!important}

  /* Reviews: one card at a time, no visible horizontal scroll */
  .reviews-grid{display:block!important;overflow:hidden!important;padding:0!important}
  .reviews-grid article{display:none!important;width:100%!important;min-height:250px!important;margin:0!important;padding:24px 20px!important}
  .reviews-grid article.is-active{display:block!important;animation:reviewFade .28s ease}
  .review-controls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px}
  .review-controls button{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,102,164,.38);background:rgba(255,255,255,.045);color:#fff;font-size:20px;cursor:pointer}
  .review-pagination{min-width:58px;text-align:center;color:#bdb5c1;font-size:13px;font-weight:700;letter-spacing:.08em}
}
@keyframes reviewFade{from{opacity:.25;transform:translateY(5px)}to{opacity:1;transform:none}}
@media (max-width:390px){
 .brand img{width:132px!important}
 .bond-benefit strong{font-size:9px!important}
 .achievement-grid strong{font-size:17px!important}
 .feature-nav .tab-copy strong{font-size:7px!important}
}

/* 2026-08-05 final mobile header + hero benefit layout */
@media (max-width:760px){
  .topbar{
    height:68px!important;
    width:calc(100% - 16px)!important;
    top:8px!important;
    border-radius:18px!important;
  }
  .topbar .nav{
    width:100%!important;
    height:100%!important;
    padding:0 12px 0 16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:12px!important;
    box-sizing:border-box!important;
  }
  .topbar .brand{
    flex:0 0 auto!important;
    width:auto!important;
    max-width:none!important;
    margin:0 auto 0 0!important;
    padding:0!important;
    justify-content:flex-start!important;
  }
  .topbar .brand img{
    display:block!important;
    width:148px!important;
    max-width:none!important;
    height:auto!important;
    max-height:38px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
  .topbar .menu-toggle{
    position:static!important;
    flex:0 0 44px!important;
    width:44px!important;
    height:44px!important;
    margin:0!important;
    padding:9px!important;
  }
  .topbar .navlinks{top:76px!important}

  /* Main three benefit cards: compact 3-column mobile grid */
  .hero-benefit-strip{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    margin-top:24px!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .hero-benefit-strip article{
    min-width:0!important;
    min-height:148px!important;
    padding:18px 12px!important;
    border-radius:18px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    overflow:hidden!important;
  }
  .hero-benefit-strip strong{
    font-size:clamp(14px,3.8vw,18px)!important;
    line-height:1.16!important;
    margin-bottom:12px!important;
    overflow-wrap:anywhere!important;
  }
  .hero-benefit-strip p{
    font-size:clamp(10px,2.65vw,12px)!important;
    line-height:1.38!important;
    overflow-wrap:anywhere!important;
  }
}

@media (max-width:390px){
  .topbar .brand img{width:136px!important;max-height:35px!important}
  .hero-benefit-strip{gap:6px!important;padding-left:6px!important;padding-right:6px!important}
  .hero-benefit-strip article{padding:15px 9px!important;min-height:150px!important}
  .hero-benefit-strip strong{font-size:13px!important}
  .hero-benefit-strip p{font-size:9.5px!important}
}

/* 2026-08-05 mobile header row alignment fix */
@media (max-width:760px){
  .topbar .nav{
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    justify-content:space-between!important;
  }
  .topbar .brand{
    margin:0!important;
  }
  .topbar .menu-toggle{
    margin-left:auto!important;
  }
}

/* 2026-08-16 compact mobile redesign */
@media (max-width:760px){
  :root{--mobile-gap:12px}
  body{font-size:14px;line-height:1.45}
  .container{width:calc(100% - 24px)!important;max-width:none!important}

  /* Header */
  .topbar{height:60px!important;top:6px!important;width:calc(100% - 12px)!important;border-radius:16px!important}
  .topbar .nav{padding:0 9px 0 14px!important}
  .topbar .brand img{width:132px!important;max-height:31px!important}
  .topbar .menu-toggle{width:40px!important;height:40px!important;flex-basis:40px!important;border-radius:12px!important}
  .topbar .navlinks{top:66px!important;padding:10px!important;border-radius:16px!important;gap:2px!important}
  .navlinks a{padding:11px 12px!important;font-size:12px!important}
  .navlinks .nav-bond-btn{height:44px!important;margin-top:5px!important}

  /* Hero */
  .hero-light{padding:82px 0 34px!important;min-height:0!important}
  .hero-light-grid{display:block!important;min-height:0!important}
  .hero-light-copy h1{font-size:clamp(32px,9.8vw,42px)!important;line-height:1.02!important;margin:0 0 14px!important;letter-spacing:-.035em!important}
  .hero-light-copy>p{font-size:14px!important;line-height:1.45!important;margin:0 0 18px!important}
  .hero-light-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin:0 0 18px!important}
  .hero-light-actions .btn{width:100%!important;min-height:44px!important;padding:10px 9px!important;font-size:12px!important;border-radius:13px!important}
  .hero-kpis{grid-template-columns:1fr 1fr!important;gap:8px!important}
  .hero-kpis>div{padding:12px 10px!important;border-radius:14px!important}
  .hero-kpis strong{font-size:17px!important;line-height:1.1!important}
  .hero-kpis small{font-size:10px!important;margin-top:3px!important}
  .hero-benefit-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin-top:16px!important;padding:0!important}
  .hero-benefit-strip article{min-height:108px!important;padding:12px 9px!important;border-radius:14px!important}
  .hero-benefit-strip strong{font-size:12px!important;line-height:1.15!important;margin-bottom:7px!important}
  .hero-benefit-strip p{font-size:9.5px!important;line-height:1.3!important}

  /* Global section rhythm */
  .section,.achievement-section,.reviews-section,.roadmap-section,.bond-full{padding-top:44px!important;padding-bottom:44px!important}
  .eyebrow{font-size:10px!important;letter-spacing:.18em!important;margin-bottom:9px!important}
  .section-title,.achievement-section h2,.reviews-section h2,.roadmap-section h2,.bond-full .section-title{font-size:clamp(27px,7.8vw,34px)!important;line-height:1.08!important;margin:8px 0 14px!important}
  .section-sub,.achievement-lead,.roadmap-content>p{font-size:14px!important;line-height:1.45!important;margin-bottom:22px!important}

  /* Financing block */
  .bond-promo{border-radius:19px!important;margin-top:0!important}
  .bond-promo-main,.bond-promo-side{padding:20px 16px!important}
  .bond-promo h2{font-size:28px!important;line-height:1.06!important;margin-bottom:12px!important}
  .bond-intro,.bond-promo p{font-size:13px!important;line-height:1.45!important}
  .bond-benefits{margin:18px 0!important;gap:4px!important}
  .bond-benefit{min-height:86px!important;padding:9px 4px!important;gap:6px!important}
  .bond-icon{width:34px!important;height:34px!important;flex-basis:34px!important}
  .bond-icon svg{width:19px!important;height:19px!important}
  .bond-benefit strong{font-size:8.5px!important;line-height:1.25!important}
  .bond-line{padding:10px 0!important}
  .bond-line-copy strong{font-size:16px!important}
  .bond-line-copy small{font-size:10px!important}
  .bond-rate-badge{font-size:9px!important;padding:5px 7px!important}
  .bond-cta{min-height:44px!important;margin-top:12px!important}
  .bond-promo-footer{grid-template-columns:repeat(3,minmax(0,1fr))!important;padding:8px!important}
  .bond-footer-item{padding:9px 5px!important;border-bottom:0!important;border-right:1px solid rgba(255,255,255,.08)}
  .bond-footer-item:last-child{border-right:0!important}
  .bond-footer-item strong{font-size:9px!important;line-height:1.2!important}
  .bond-footer-item small{display:none!important}

  /* Results */
  .achievement-lead{margin-bottom:18px!important}
  .achievement-grid{gap:8px!important}
  .achievement-grid article{min-height:116px!important;padding:14px 9px!important;border-radius:14px!important}
  .achievement-icon{width:34px!important;height:34px!important;margin-bottom:9px!important}
  .achievement-grid strong{font-size:17px!important;line-height:1.08!important}
  .achievement-grid span{font-size:8px!important;line-height:1.25!important;letter-spacing:.06em!important;margin-top:4px!important}

  /* Features */
  .feature-slider{padding-top:44px!important}
  .feature-slider .section-sub{margin-bottom:15px!important}
  .feature-nav{gap:4px!important;padding:4px!important;border-radius:14px!important;margin-bottom:12px!important}
  .feature-nav .tab{min-height:52px!important;padding:5px 1px!important;border-radius:11px!important}
  .feature-nav .tab-icon{width:25px!important;height:25px!important;flex-basis:25px!important}
  .feature-nav .tab-icon svg{width:14px!important;height:14px!important}
  .feature-nav .tab-copy strong{font-size:7px!important}
  .feature-slide{padding:0!important;border-radius:17px!important}
  .product-card{padding:18px 15px!important;border-radius:17px!important}
  .badge-row{margin-bottom:12px!important;gap:9px!important}
  .num{width:34px!important;height:34px!important;font-size:12px!important;border-radius:10px!important}
  .label{font-size:10px!important}
  .product-text h3{font-size:26px!important;line-height:1.05!important;margin-bottom:10px!important}
  .lead{font-size:13px!important;line-height:1.43!important;margin-bottom:14px!important}
  .benefits{margin-bottom:12px!important}
  .benefit{padding:9px 0!important}
  .benefit b{font-size:13px!important}
  .benefit p{font-size:11.5px!important;line-height:1.38!important;margin-top:3px!important}
  .info-card{padding:13px!important;border-radius:14px!important}
  .info-card b{font-size:12.5px!important}
  .info-card p{font-size:11.5px!important;line-height:1.35!important;margin-top:4px!important}

  /* Reviews */
  .reviews-section h2{margin-bottom:18px!important}
  .reviews-grid article{min-height:0!important;padding:17px 15px!important;border-radius:17px!important}
  .avatar-letter{width:30px!important;height:30px!important;font-size:12px!important}
  .review-head strong{font-size:12px!important}
  .review-head small{font-size:9px!important}
  .stars{font-size:12px!important;margin:9px 0!important}
  .reviews-grid p{font-size:12px!important;line-height:1.42!important}
  .review-controls{margin-top:12px!important;gap:11px!important}
  .review-controls button{width:36px!important;height:36px!important;font-size:16px!important}

  /* Roadmap */
  .roadmap-item{margin-top:17px!important;gap:7px!important}
  .roadmap-side{font-size:11px!important;text-transform:uppercase;letter-spacing:.12em;color:#ff6aa5!important;padding:0!important}
  .roadmap-content h2{font-size:25px!important;margin:0 0 10px!important}
  .roadmap-content>p{margin:0 0 14px!important}
  .phase-two{margin-top:30px!important}
  .roadmap-cards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin-top:14px!important}
  .roadmap-cards article{padding:11px 7px!important;border-radius:12px!important}
  .roadmap-cards strong{font-size:9px!important;line-height:1.2!important}
  .roadmap-cards p{font-size:8.5px!important;line-height:1.28!important;margin:5px 0 0!important}

  /* Bonds: horizontal snap instead of 3 long stacked cards */
  .bond-full .section-sub{margin-bottom:18px!important}
  .bond-grid{display:flex!important;overflow-x:auto!important;gap:9px!important;scroll-snap-type:x mandatory!important;padding:2px 1px 10px!important;scrollbar-width:none!important}
  .bond-grid::-webkit-scrollbar{display:none}
  .bond-card{flex:0 0 86%!important;scroll-snap-align:center!important;padding:18px 15px!important;border-radius:18px!important;min-height:0!important;transform:none!important}
  .bond-card .term{font-size:9px!important;letter-spacing:.11em!important}
  .bond-card h3{font-size:24px!important;margin:7px 0!important}
  .bond-card .rate{font-size:27px!important;margin-bottom:8px!important}
  .bond-card p{font-size:11.5px!important;line-height:1.4!important;margin-bottom:11px!important}
  .bond-list{gap:0!important;margin:10px 0!important}
  .bond-list div{font-size:10.5px!important;line-height:1.35!important;padding:7px 0!important}
  .bond-card .btn{min-height:42px!important;font-size:11px!important}

  /* Calculator + form */
  .bond-form-section{padding:24px 0 0!important;gap:10px!important}
  .calc-panel,.form-panel{padding:17px 14px!important;border-radius:17px!important}
  .calc-panel h2,.form-panel h2{font-size:25px!important;margin:5px 0 8px!important}
  .calc-panel>p,.form-panel>p{font-size:11.5px!important;line-height:1.4!important}
  .form-grid{gap:10px!important;margin-top:12px!important}
  .field label{font-size:10px!important;margin-bottom:5px!important}
  .field input,.field select,.field textarea{min-height:43px!important;padding:10px 11px!important;font-size:13px!important;border-radius:11px!important}
  .field textarea{min-height:70px!important}
  .calc-results{margin-top:12px!important;border-radius:13px!important;padding:4px 11px!important}
  .calc-row{padding:9px 0!important;font-size:11px!important}
  .calc-row b{font-size:12px!important}
  .form-panel label[style*="display:flex"]{font-size:10px!important;line-height:1.35!important;gap:8px!important}
  .form-panel .btn{min-height:44px!important}

  .footer{padding:22px 16px!important;font-size:9.5px!important;line-height:1.45!important}
}

@media (max-width:390px){
  .hero-light-actions{grid-template-columns:1fr!important}
  .hero-benefit-strip article{min-height:102px!important;padding:10px 7px!important}
  .hero-benefit-strip strong{font-size:11px!important}
  .hero-benefit-strip p{font-size:8.5px!important}
  .roadmap-cards{grid-template-columns:1fr!important}
  .roadmap-cards article{padding:10px 12px!important}
  .roadmap-cards strong{font-size:10px!important}
  .roadmap-cards p{font-size:9.5px!important}
  .bond-card{flex-basis:91%!important}
}


/* Mobile calculator → enquiry: one continuous flow */
.mobile-form-continue{display:none}

@media (max-width:760px){
  .bond-form-section{
    gap:0!important;
    padding-top:18px!important;
  }

  .bond-form-section>.calc-panel,
  .bond-form-section>.form-panel{
    margin:0!important;
    box-shadow:none!important;
  }

  .bond-form-section>.calc-panel{
    border-radius:18px 18px 0 0!important;
    border-bottom-color:rgba(255,255,255,.05)!important;
    padding-bottom:14px!important;
  }

  .bond-form-section>.form-panel{
    border-radius:0 0 18px 18px!important;
    border-top:0!important;
    padding-top:0!important;
  }

  .calc-panel .eyebrow{margin-bottom:2px!important}
  .calc-panel h2{font-size:23px!important;line-height:1.1!important;margin:4px 0 6px!important}
  .calc-panel>p{max-width:36ch;margin:0!important}
  .calc-panel .form-grid{grid-template-columns:minmax(0,1.65fr) minmax(86px,.65fr)!important;gap:8px!important;margin-top:13px!important}
  .calc-panel .field input,
  .calc-panel .field select{height:44px!important;min-height:44px!important}

  .calc-results{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:7px!important;
    padding:0!important;
    background:transparent!important;
    margin-top:11px!important;
  }
  .calc-row{
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:3px!important;
    padding:10px 11px!important;
    min-height:58px!important;
    border:1px solid rgba(255,255,255,.055)!important;
    border-radius:11px!important;
    background:rgba(255,255,255,.038)!important;
  }
  .calc-row span{font-size:9px!important;color:#a99fa6!important;line-height:1.2!important}
  .calc-row b{font-size:12px!important;line-height:1.2!important;white-space:nowrap!important}

  .form-panel>.eyebrow,
  .form-panel>h2{display:none!important}

  .mobile-form-continue{
    display:flex!important;
    gap:10px!important;
    align-items:flex-start!important;
    margin:0 -1px 12px!important;
    padding:12px 0 11px!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
    border-bottom:1px solid rgba(255,255,255,.07)!important;
  }
  .mobile-form-check{
    flex:0 0 24px!important;
    width:24px!important;
    height:24px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:50%!important;
    background:rgba(255,79,155,.13)!important;
    border:1px solid rgba(255,79,155,.32)!important;
    color:#ff5ca4!important;
    font-size:12px!important;
    font-weight:800!important;
  }
  .mobile-form-continue div{min-width:0!important}
  .mobile-form-continue strong{display:block!important;font-size:12px!important;line-height:1.25!important;margin:0 0 3px!important;color:#fff!important}
  .mobile-form-continue small{display:block!important;font-size:9.5px!important;line-height:1.35!important;color:#a99fa6!important}

  .form-panel .form-grid{gap:8px!important;margin-top:0!important}
  .form-panel .form-duplicate-field{display:none!important}
  .form-panel .field label{font-size:9.5px!important;margin-bottom:4px!important}
  .form-panel .field input,
  .form-panel .field textarea{min-height:42px!important;border-radius:10px!important}
  .form-panel .field textarea{min-height:60px!important;height:60px!important}
  .form-panel label[style*="display:flex"]{margin-top:1px!important;padding:2px 0!important}
  .form-panel .btn{margin-top:2px!important;border-radius:11px!important}
}

@media (max-width:390px){
  .calc-panel .form-grid{grid-template-columns:minmax(0,1.5fr) 82px!important}
  .calc-row{padding:9px!important;min-height:56px!important}
  .calc-row b{font-size:11.5px!important}
  .mobile-form-continue small{font-size:9px!important}
}

/* 2026-08-16 financing mobile compact redesign */
.bond-mobile-summary,.bond-mobile-facts{display:none}
@media (max-width:760px){
  #financovani-rustu{padding:30px 0!important}
  #financovani-rustu .container{padding-left:12px!important;padding-right:12px!important}
  .bond-promo{display:block!important;border-radius:18px!important;padding:0!important;overflow:hidden!important}
  .bond-promo-main{padding:18px 16px 10px!important}
  .bond-promo-side{padding:6px 16px 18px!important}
  .bond-eyebrow{margin-bottom:8px!important}
  .bond-promo h2{font-size:27px!important;line-height:1.02!important;margin:0 0 10px!important;max-width:310px}
  .bond-intro{display:none!important}
  .bond-mobile-summary{display:block!important;margin:0!important;font-size:12.5px!important;line-height:1.42!important;color:#cfc5cb!important;max-width:360px}
  .bond-mobile-facts{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:14px 0 0!important}
  .bond-mobile-facts span{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;padding:8px 3px;border:1px solid rgba(255,79,153,.22);background:rgba(255,255,255,.025);border-radius:11px;text-align:center}
  .bond-mobile-facts b{font-size:10.5px;line-height:1.15;color:#fff;white-space:nowrap}
  .bond-mobile-facts small{margin-top:3px;font-size:7.5px;line-height:1.1;text-transform:uppercase;letter-spacing:.04em;color:#a99ca4}
  .bond-benefits,.bond-safe-note,.bond-promo-footer{display:none!important}
  .bond-options{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin-top:4px!important}
  .bond-line{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:3px!important;min-width:0!important;min-height:72px!important;padding:10px 8px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:13px!important;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015))!important}
  .bond-line-icon,.bond-rate-badge{display:none!important}
  .bond-line-copy{display:flex!important;flex-direction:column!important;min-width:0!important;gap:3px!important}
  .bond-line-copy strong{font-size:13px!important;line-height:1.1!important;letter-spacing:-.02em!important;white-space:nowrap!important}
  .bond-line-copy small{font-size:9px!important;line-height:1.1!important;color:#b8adb3!important}
  .bond-cta{grid-column:1/-1!important;width:100%!important;min-height:46px!important;margin-top:3px!important;border-radius:13px!important;font-size:13px!important}
}
@media (max-width:370px){
  .bond-promo h2{font-size:25px!important}
  .bond-mobile-facts b{font-size:9.5px}
  .bond-line-copy strong{font-size:11.5px!important}
}

/* 2026-08-16 final mobile section spacing normalization */
@media (max-width:760px){
  /* Remove inherited desktop spacer heights/margins that create empty mobile screens */
  .feature-shell{min-height:0!important;height:auto!important}
  .bond-single-page{margin-top:0!important}

  /* One consistent, compact vertical rhythm between all major page sections */
  main>section:not(.hero-light){
    margin-top:0!important;
    margin-bottom:0!important;
    padding-top:28px!important;
    padding-bottom:28px!important;
  }
  #financovani-rustu,
  .achievement-section,
  .feature-slider,
  .reviews-section,
  .roadmap-section,
  .bond-full{
    padding-top:28px!important;
    padding-bottom:28px!important;
  }

  /* Keep content from adding fake space at section edges */
  .feature-slider>.container,
  .reviews-section>.container,
  .achievement-section>.container,
  .roadmap-section>.container,
  .bond-full>.container,
  #financovani-rustu>.container{
    margin-top:0!important;
    margin-bottom:0!important;
  }
  .feature-slider .feature-shell{margin:0!important;padding:0!important}
  .feature-slide.active{margin:0!important}
  .feature-slide .product-card{margin-bottom:0!important}
  .reviews-section .reviews-grid{margin-top:0!important;margin-bottom:0!important}
  .review-controls{margin-bottom:0!important}

  /* Headings should not create an oversized gap before the next component */
  .feature-slider .section-sub,
  .achievement-lead,
  .bond-full .section-sub{margin-bottom:14px!important}
  .reviews-section h2{margin-bottom:14px!important}
  .roadmap-item:first-of-type{margin-top:14px!important}

  /* The form belongs to the bond section, so keep only a small internal separation */
  .bond-form-section{padding-top:18px!important;padding-bottom:0!important;margin-top:8px!important;margin-bottom:0!important}
}
