@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--primary:#1769ff;--navy:#071b35;--soft:#f4f7fb;--text:#10213a}
*{box-sizing:border-box}body{font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}
.navbar{min-height:76px}.navbar-brand{font-size:1.35rem}.brand-mark{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;background:linear-gradient(135deg,#1769ff,#0dcaf0);color:#fff;border-radius:10px;margin-right:8px}
.nav-link{font-weight:500;color:#40516a!important}.btn{border-radius:10px;font-weight:600}.btn-primary{background:var(--primary);border-color:var(--primary)}
.hero-section{background:radial-gradient(circle at 80% 10%,#e7f2ff 0,transparent 34%),linear-gradient(180deg,#fff,#f7f9fc)}.min-vh-75{min-height:75vh}
.eyebrow{font-size:.78rem;letter-spacing:.12em;font-weight:800;color:var(--primary)}h1{line-height:1.08}.hero-trust{display:flex;gap:18px;flex-wrap:wrap;font-size:.9rem;color:#53657c}.hero-trust i{color:#16a34a}
.dashboard-preview{background:#fff;border:1px solid #dce4ef;border-radius:20px;box-shadow:0 30px 70px rgba(26,55,95,.16);overflow:hidden;transform:rotate(1deg)}
.preview-top{height:42px;background:#f7f9fc;border-bottom:1px solid #e8edf4;display:flex;align-items:center;justify-content:space-between;padding:0 15px;color:#8794a6}
.preview-top span{width:8px;height:8px;background:#cfd7e3;border-radius:50%;display:inline-block;margin-right:5px}.preview-body{display:flex;min-height:390px}.preview-sidebar{width:75px;background:#071b35;padding:20px 15px}.side-logo{width:36px;height:36px;border-radius:10px;background:#1769ff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:34px}.side-line{height:9px;border-radius:10px;background:#23415f;margin:20px 0}.side-line.active{background:#2d80ff}.preview-content{flex:1;padding:28px;background:#f7f9fc}.status-dot{background:#e8fff1;color:#16834b;padding:6px 10px;border-radius:20px;font-size:.75rem}.mini-card{background:#fff;border:1px solid #e7ecf3;border-radius:14px;padding:18px;display:flex;flex-direction:column}.mini-card b{font-size:1.6rem}.mini-card span{color:#8492a6;font-size:.8rem}.chart-placeholder{height:140px;border-radius:14px;background:#fff;border:1px solid #e7ecf3;display:flex;align-items:end;gap:12px;padding:20px}.chart-placeholder div{flex:1;background:linear-gradient(#8db9ff,#1769ff);border-radius:5px 5px 0 0}.chart-placeholder div:nth-child(1){height:40%}.chart-placeholder div:nth-child(2){height:65%}.chart-placeholder div:nth-child(3){height:48%}.chart-placeholder div:nth-child(4){height:82%}.chart-placeholder div:nth-child(5){height:70%}.chart-placeholder div:nth-child(6){height:92%}.table-placeholder{background:#fff;border:1px solid #e7ecf3;border-radius:14px;padding:16px}.table-placeholder span{display:block;height:8px;background:#e8edf4;border-radius:8px;margin:10px 0}.table-placeholder span:nth-child(2){width:82%}.table-placeholder span:nth-child(3){width:68%}.table-placeholder span:nth-child(4){width:76%}
.platform-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.platform-pills span{background:#f4f7fb;border:1px solid #e3e9f1;padding:10px 18px;border-radius:30px;font-weight:600}
.section-space{padding:90px 0}.section-head{max-width:720px}.section-head h2,.integration-box h2,.demo-box h2{font-size:2.25rem;font-weight:800}.section-head p{color:#68798f;font-size:1.05rem}
.feature-card{padding:30px;border:1px solid #e3e9f1;border-radius:18px;background:#fff;transition:.2s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(20,50,90,.08)}.icon-box,.module-icon{width:48px;height:48px;border-radius:13px;background:#eaf2ff;color:#1769ff;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:20px}.feature-card h4{font-weight:700}.feature-card p,.module-item p{color:#718096}.card-link{text-decoration:none;font-weight:700}
.bg-soft{background:var(--soft)}.module-item{display:flex;gap:18px;padding:23px;background:#fff;border-radius:15px;border:1px solid #e7ecf3;height:100%}.module-icon{flex:0 0 48px;margin:0}.module-item h5{font-weight:700}.module-item p{font-size:.9rem;margin:0}
.integration-box{background:linear-gradient(135deg,#071b35,#0c2b54);border-radius:24px;padding:55px}.tech-tags{display:flex;gap:9px;flex-wrap:wrap}.tech-tags span{background:rgba(255,255,255,.08);color:#dcecff;border:1px solid rgba(255,255,255,.12);padding:8px 12px;border-radius:8px;font-size:.85rem}.code-window{background:#020d1d;border:1px solid #16395f;border-radius:16px;overflow:hidden}.code-head{padding:13px;border-bottom:1px solid #15304d}.code-head span{display:inline-block;width:9px;height:9px;background:#3d5774;border-radius:50%;margin-right:6px}.code-window pre{color:#68e2b7;padding:30px;margin:0;font-size:.95rem}
.reference-card{height:92px;border:1px solid #e5eaf1;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#fff;font-weight:700;color:#66768b}
.demo-box{padding:48px;background:#f3f7ff;border:1px solid #dfe9fb;border-radius:24px}.form-control{border-radius:10px;border-color:#d7e0eb}
.footer-section{background:#06182e;color:#fff}.footer-section a{display:block;text-decoration:none;color:#9fb0c4;margin:8px 0}.footer-section a:hover{color:#fff}
@media(max-width:991px){.section-space{padding:65px 0}.dashboard-preview{transform:none}.integration-box,.demo-box{padding:30px}.section-head h2,.integration-box h2,.demo-box h2{font-size:1.8rem}}


/* ===== PREMIUM V2 HEADER + HERO ===== */
.top-strip{
    background:#06172d;color:#9db2c9;font-size:.76rem;
    min-height:34px;display:flex;align-items:center
}
.top-strip .container{min-height:34px}
.top-strip-left{display:flex;gap:20px}.top-strip-left i{color:#58a4ff;margin-right:5px}
.top-strip-right a{color:#9db2c9;text-decoration:none}.top-strip-right a:hover{color:#fff}
.premium-navbar{
    min-height:82px;background:rgba(255,255,255,.94)!important;
    border-bottom:1px solid rgba(213,223,236,.9);
    backdrop-filter:blur(16px);box-shadow:0 8px 30px rgba(14,41,75,.04)
}
.premium-navbar .navbar-brand{display:flex;align-items:center;gap:10px;text-decoration:none}
.brand-icon{
    width:42px;height:42px;border-radius:12px;
    background:linear-gradient(135deg,#0c5fff,#29a3ff);color:#fff;
    display:flex;align-items:center;justify-content:center;
    font-size:1.25rem;font-weight:800;box-shadow:0 9px 22px rgba(23,105,255,.25)
}
.brand-text{display:flex;flex-direction:column;line-height:1.05}
.brand-text strong{font-size:1.25rem;color:#0a1d37;letter-spacing:-.02em}
.brand-text small{font-size:.61rem;color:#7889a0;text-transform:uppercase;letter-spacing:.08em;margin-top:5px}
.premium-navbar .nav-link{font-size:.9rem;padding:.75rem .75rem!important}
.premium-login-btn,.premium-demo-btn{height:42px;display:inline-flex;align-items:center;gap:7px;padding:0 16px!important}
.premium-demo-btn{box-shadow:0 10px 22px rgba(23,105,255,.18)}
.premium-hero{
    position:relative;overflow:hidden;
    background:
        radial-gradient(circle at 76% 32%,rgba(34,134,255,.13),transparent 28%),
        radial-gradient(circle at 15% 24%,rgba(23,105,255,.08),transparent 22%),
        linear-gradient(180deg,#fbfdff 0%,#f5f9ff 100%)
}
.min-vh-80{min-height:80vh}
.hero-grid{
    position:absolute;inset:0;opacity:.5;
    background-image:linear-gradient(rgba(31,93,162,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(31,93,162,.04) 1px,transparent 1px);
    background-size:44px 44px;
    mask-image:linear-gradient(to bottom,black,transparent 90%)
}
.hero-glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}
.hero-glow-one{width:340px;height:340px;background:rgba(23,105,255,.09);right:-100px;top:70px}
.hero-glow-two{width:280px;height:280px;background:rgba(0,198,255,.08);left:-100px;bottom:20px}
.hero-badge{
    display:inline-flex;align-items:center;gap:10px;padding:8px 13px;border-radius:999px;
    border:1px solid #dce8f8;background:rgba(255,255,255,.75);color:#315276;
    font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
    box-shadow:0 7px 20px rgba(28,72,124,.05)
}
.badge-pulse{width:8px;height:8px;background:#14b86e;border-radius:50%;box-shadow:0 0 0 5px rgba(20,184,110,.11)}
.premium-hero-title{
    font-size:clamp(2.65rem,5vw,4.55rem);line-height:1.01;letter-spacing:-.055em;
    color:#091a31;max-width:760px
}
.premium-hero-title span{
    background:linear-gradient(90deg,#105dff,#138be8);
    -webkit-background-clip:text;background-clip:text;color:transparent
}
.premium-hero-text{font-size:1.08rem;line-height:1.75;color:#64758b;max-width:660px}
.hero-primary-btn,.hero-secondary-btn{min-height:54px;border-radius:13px;display:inline-flex;align-items:center;gap:9px;padding:0 22px}
.hero-primary-btn{box-shadow:0 14px 28px rgba(23,105,255,.23)}
.hero-secondary-btn{border:1px solid #dce5f0;background:#fff;color:#18304e;box-shadow:0 10px 25px rgba(22,50,86,.06)}
.hero-secondary-btn:hover{background:#f8fbff;border-color:#cdd9e8}
.hero-proof{display:flex;flex-wrap:wrap;gap:22px;border-top:1px solid #dde6f1;padding-top:23px}
.proof-item{display:flex;align-items:center;gap:10px}
.proof-icon{width:38px;height:38px;border-radius:10px;background:#edf5ff;color:#1769ff;display:flex;align-items:center;justify-content:center}
.proof-item div:last-child{display:flex;flex-direction:column}.proof-item strong{font-size:.82rem}.proof-item span{font-size:.7rem;color:#8391a3;margin-top:2px}
.premium-product-stage{position:relative;padding:26px 5px 36px 20px;perspective:1200px}
.premium-dashboard{
    position:relative;background:#fff;border:1px solid #dbe4ef;border-radius:19px;overflow:hidden;
    box-shadow:0 42px 90px rgba(28,62,106,.18),0 10px 28px rgba(23,105,255,.08);
    transform:rotateY(-2deg) rotateX(1deg)
}
.dashboard-browser{height:45px;background:#f7f9fc;border-bottom:1px solid #e5eaf1;display:flex;align-items:center;padding:0 14px;gap:14px}
.browser-dots{display:flex;gap:5px}.browser-dots span{width:8px;height:8px;border-radius:50%;background:#cbd5e1}
.browser-address{margin:auto;background:#fff;border:1px solid #e3e8ef;border-radius:7px;padding:5px 15px;color:#8997a8;font-size:.64rem;min-width:220px;text-align:center}
.browser-address i{font-size:.55rem;margin-right:4px}.browser-user{color:#91a0b3}
.dashboard-shell{display:flex;height:500px;background:#f5f8fc}
.dash-sidebar{width:64px;background:#071b35;padding:15px 11px;display:flex;flex-direction:column;align-items:center}
.dash-brand{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#1769ff,#36a7ff);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:22px}
.dash-menu{width:36px;height:36px;border-radius:9px;color:#7290af;display:flex;align-items:center;justify-content:center;margin-bottom:8px;font-size:.9rem}
.dash-menu.active{background:#1769ff;color:#fff;box-shadow:0 8px 18px rgba(23,105,255,.25)}
.dash-content{flex:1;padding:20px;min-width:0;overflow:hidden}
.dash-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.dash-head span{font-size:.62rem;color:#8a98a8}.dash-head h5{font-size:1rem;font-weight:800;margin:2px 0 0}
.live-chip{font-size:.62rem!important;background:#eafff3;color:#168151!important;padding:5px 8px;border-radius:999px;font-weight:700}.live-chip span{width:6px;height:6px;background:#18a863;border-radius:50%;display:inline-block;margin-right:4px}
.dash-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:11px}
.dash-kpi{background:#fff;border:1px solid #e6ebf2;border-radius:12px;padding:11px 12px;min-width:0}.kpi-top{display:flex;justify-content:space-between;align-items:center;color:#75879b;font-size:.6rem}.kpi-top i{color:#1769ff}.dash-kpi b{font-size:1.15rem;display:block;margin-top:5px}.dash-kpi small{font-size:.54rem;color:#93a0b1}
.dash-main-row{display:grid;grid-template-columns:1.6fr .95fr;gap:11px;margin-bottom:11px}
.dash-chart-card,.dash-device-card,.dash-table-card{background:#fff;border:1px solid #e6ebf2;border-radius:12px;padding:12px}
.dash-card-title{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.dash-card-title div{display:flex;flex-direction:column}.dash-card-title strong{font-size:.68rem}.dash-card-title span,.dash-card-title small{font-size:.52rem;color:#95a1b1}.premium-chart{height:122px;position:relative;margin-top:10px;border-bottom:1px solid #e7edf4}.chart-bars{height:100%;display:flex;align-items:flex-end;gap:8px;padding:0 5px}.chart-bars span{flex:1;border-radius:4px 4px 0 0;background:linear-gradient(180deg,#78afff,#1769ff);opacity:.82}
.device-status-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:7px;padding:8px 0;border-bottom:1px solid #edf1f5}.device-status-row:last-child{border:0}.device-dot{width:7px;height:7px;border-radius:50%}.device-dot.ok{background:#19b66b}.device-status-row div{display:flex;flex-direction:column}.device-status-row b{font-size:.59rem}.device-status-row small{font-size:.5rem;color:#92a0b0}.device-status-row i{font-size:.55rem;color:#abb7c5}
.dash-table-card{padding-bottom:7px}.movement-row{display:grid;grid-template-columns:30px 1fr auto 35px;align-items:center;gap:8px;padding:8px 0;border-top:1px solid #eef2f6}.avatar{width:28px;height:28px;border-radius:8px;background:#e9f2ff;color:#1769ff;display:flex;align-items:center;justify-content:center;font-size:.5rem;font-weight:800}.movement-user{display:flex;flex-direction:column}.movement-user b{font-size:.58rem}.movement-user span{font-size:.48rem;color:#98a4b4}.movement-badge{font-size:.49rem;font-weight:700;padding:4px 6px;border-radius:999px}.movement-badge.in{background:#e9fff4;color:#168153}.movement-badge.out{background:#fff2e7;color:#b86918}.movement-time{font-size:.54rem;color:#75859a;text-align:right}
.stage-badge{position:absolute;z-index:5;background:rgba(255,255,255,.96);border:1px solid #e0e8f2;border-radius:13px;box-shadow:0 16px 35px rgba(25,57,97,.12);display:flex;align-items:center;gap:9px;padding:10px 12px}.stage-badge i{width:30px;height:30px;border-radius:8px;background:#eaf3ff;color:#1769ff;display:flex;align-items:center;justify-content:center}.stage-badge div{display:flex;flex-direction:column}.stage-badge strong{font-size:.67rem}.stage-badge span{font-size:.53rem;color:#8c9aab}.stage-badge-top{right:-14px;top:4px}.stage-badge-bottom{left:-12px;bottom:5px}
.dashboard-shadow{position:absolute;left:10%;right:5%;bottom:6px;height:35px;background:rgba(15,49,91,.12);filter:blur(22px);border-radius:50%;z-index:-1}

@media(max-width:1199px){
    .premium-hero-title{font-size:3.25rem}
    .dashboard-shell{height:470px}
    .stage-badge-top{right:0}.stage-badge-bottom{left:0}
}
@media(max-width:991px){
    .top-strip{display:none}
    .premium-navbar{min-height:74px}
    .premium-navbar .navbar-collapse{padding:14px 0 8px}
    .premium-navbar .nav-link{padding:.65rem 0!important}
    .premium-login-btn,.premium-demo-btn{width:100%;justify-content:center;margin-top:6px}
    .premium-hero{text-align:center}
    .premium-hero-text{margin-left:auto;margin-right:auto}
    .hero-badge{margin-top:15px}
    .hero-proof{justify-content:center}
    .premium-product-stage{max-width:720px;margin:10px auto 0;padding:26px 10px 35px}
    .premium-dashboard{transform:none;text-align:left}
}
@media(max-width:576px){
    .brand-text small{display:none}
    .premium-hero-title{font-size:2.7rem}
    .premium-hero-text{font-size:1rem}
    .hero-primary-btn,.hero-secondary-btn{width:100%;justify-content:center}
    .hero-proof{display:grid;grid-template-columns:1fr;text-align:left}
    .premium-product-stage{padding:20px 0 30px}
    .stage-badge{display:none}
    .dashboard-shell{height:430px}
    .dash-sidebar{width:48px;padding-left:6px;padding-right:6px}
    .dash-content{padding:12px}
    .dash-kpis{grid-template-columns:1fr 1fr}
    .dash-main-row{grid-template-columns:1fr}
    .browser-address{min-width:0;flex:1}
}


/* ===== PREMIUM STAGE 2 / SOLUTIONS ===== */
.premium-solutions-section{
    position:relative;overflow:hidden;background:
    linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}
.solutions-glow{
    position:absolute;width:520px;height:520px;border-radius:50%;
    background:radial-gradient(circle,rgba(23,105,255,.08),transparent 68%);
    top:60px;right:-210px;pointer-events:none
}
.section-kicker{
    display:flex;align-items:center;gap:10px;
    color:#1769ff;font-size:.76rem;font-weight:800;letter-spacing:.12em
}
.section-kicker span{display:block;width:28px;height:2px;background:#1769ff;border-radius:10px}
.premium-section-title{
    font-size:clamp(2rem,4vw,3.15rem);line-height:1.08;
    letter-spacing:-.04em;font-weight:800;color:#0a1d37;max-width:760px
}
.premium-section-title span{
    background:linear-gradient(90deg,#1769ff,#1596e8);
    -webkit-background-clip:text;background-clip:text;color:transparent
}
.premium-section-text{font-size:1.03rem;color:#6c7d92;line-height:1.8;max-width:740px}
.solutions-side-note{
    display:flex;gap:14px;padding:18px 20px;border:1px solid #dfe8f3;
    background:rgba(255,255,255,.8);border-radius:16px;box-shadow:0 12px 30px rgba(23,55,96,.05)
}
.side-note-icon{
    width:44px;height:44px;flex:0 0 44px;border-radius:12px;background:#eaf3ff;
    color:#1769ff;display:flex;align-items:center;justify-content:center;font-size:1.15rem
}
.solutions-side-note div:last-child{display:flex;flex-direction:column}
.solutions-side-note strong{font-size:.92rem}.solutions-side-note span{font-size:.8rem;color:#7f8da1;line-height:1.5;margin-top:3px}

.premium-solutions-grid{
    display:grid;grid-template-columns:repeat(12,1fr);gap:18px
}
.solution-card{
    grid-column:span 4;position:relative;overflow:hidden;
    min-height:430px;padding:28px;border:1px solid #e1e8f1;border-radius:22px;
    background:rgba(255,255,255,.92);
    box-shadow:0 14px 40px rgba(26,57,98,.05);
    transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease
}
.solution-card:hover{
    transform:translateY(-6px);border-color:#c9d9ee;
    box-shadow:0 24px 55px rgba(26,57,98,.1)
}
.solution-card-featured{
    grid-column:span 8;display:grid;grid-template-columns:1.1fr .9fr;
    background:linear-gradient(145deg,#fff 0%,#f2f7ff 100%)
}
.solution-card-featured .solution-card-top{grid-column:1 / -1}
.solution-card-featured .solution-content{padding-right:20px}
.solution-card-featured .solution-visual{align-self:end}
.solution-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}
.solution-icon{
    width:52px;height:52px;border-radius:15px;
    display:flex;align-items:center;justify-content:center;
    background:#edf5ff;color:#1769ff;font-size:1.3rem;
    box-shadow:inset 0 0 0 1px rgba(23,105,255,.07)
}
.solution-tag{
    background:#eafff4;color:#168354;border:1px solid #d2f6e3;
    padding:7px 10px;border-radius:999px;font-size:.67rem;font-weight:800
}
.solution-number{font-size:.7rem;font-weight:800;color:#a0adbd;letter-spacing:.08em}
.solution-content small{font-size:.68rem;font-weight:800;letter-spacing:.1em;color:#1769ff}
.solution-content h3{
    font-size:1.45rem;line-height:1.25;letter-spacing:-.025em;
    margin:10px 0 12px;font-weight:800;color:#0d2039
}
.solution-content p{color:#718197;font-size:.9rem;line-height:1.7;margin-bottom:18px}
.solution-features{display:flex;flex-direction:column;gap:7px;margin:18px 0}
.solution-features span{font-size:.78rem;font-weight:600;color:#41566f}
.solution-features i{color:#17a466;margin-right:5px}
.solution-link{
    display:inline-flex;align-items:center;gap:7px;text-decoration:none;
    font-weight:700;font-size:.82rem;color:#1769ff;margin-top:4px
}
.solution-link i{transition:transform .2s}.solution-link:hover i{transform:translateX(3px)}
.visual-window{
    min-height:250px;background:#0b2140;border:1px solid #17385f;border-radius:17px;
    padding:15px;box-shadow:0 22px 45px rgba(11,33,64,.18);transform:rotate(-1.5deg)
}
.visual-window-head{display:flex;gap:5px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}
.visual-window-head span{width:7px;height:7px;background:#49637e;border-radius:50%}
.visual-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:15px 0}
.visual-stats div{background:#102d51;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:10px}
.visual-stats b{display:block;color:#fff;font-size:1rem}.visual-stats small{color:#7791ad;font-size:.5rem}
.visual-chart{height:110px;display:flex;align-items:flex-end;gap:7px;padding:10px 4px 0}
.visual-chart span{flex:1;border-radius:5px 5px 0 0;background:linear-gradient(180deg,#43a5ff,#1769ff)}
.mobile-mini-ui{margin:22px 0 15px;padding:14px;border-radius:15px;background:#f3f8ff;border:1px solid #e0ebfa}
.phone-pill{display:flex;align-items:center;gap:8px;font-size:.72rem;font-weight:700;color:#25825a;background:#e9fff3;padding:9px;border-radius:10px}
.phone-pill i{color:#19a867}.mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}
.mobile-actions span{padding:9px;border-radius:9px;background:#1769ff;color:#fff;font-size:.68rem;text-align:center;font-weight:700}
.mobile-actions span:last-child{background:#fff;color:#344b66;border:1px solid #dfe7f1}
.solution-dark{background:linear-gradient(145deg,#071a32,#0e2e55);border-color:#153a63}
.solution-dark .solution-icon{background:#163a65;color:#68b0ff}
.solution-dark .solution-number{color:#527495}.solution-dark .solution-content small{color:#59a7ff}
.solution-dark .solution-content h3{color:#fff}.solution-dark .solution-content p{color:#9eb2c8}.solution-dark .solution-link{color:#70b4ff}
.access-visual{margin:23px 0 15px;display:flex;flex-direction:column;gap:8px}
.access-visual div{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:9px 10px}
.access-visual i{color:#60adff}.access-visual span{color:#dce9f7;font-size:.68rem}.access-visual b{color:#5fe19a;font-size:.55rem}
.qr-visual{display:flex;align-items:center;gap:13px;margin:23px 0 17px}
.qr-box{width:82px;height:82px;border-radius:11px;background:#071a32;padding:10px;display:grid;grid-template-columns:repeat(4,1fr);gap:3px}
.qr-box span{background:#fff;border-radius:1px}.qr-box span:nth-child(2),.qr-box span:nth-child(5),.qr-box span:nth-child(8),.qr-box span:nth-child(11){opacity:.25}
.qr-info{display:flex;flex-direction:column}.qr-info strong{font-size:.82rem}.qr-info span{font-size:.66rem;color:#168354;background:#eafff3;padding:5px 7px;border-radius:999px;margin-top:5px;width:max-content}
.visitor-flow{display:flex;align-items:center;justify-content:space-between;margin:26px 0 20px}
.visitor-flow span{width:38px;height:38px;border-radius:10px;background:#edf5ff;color:#1769ff;display:flex;align-items:center;justify-content:center}
.visitor-flow>i{font-size:.7rem;color:#a5b2c1}
.patrol-visual{position:relative;margin:32px 0 24px;padding:0 8px}
.patrol-line{position:absolute;left:24px;right:24px;top:16px;height:2px;background:#dce6f2}
.patrol-point{position:relative;display:inline-flex;width:34px;height:34px;border-radius:50%;background:#fff;border:2px solid #cfdceb;color:#8696aa;align-items:center;justify-content:center;margin-right:25%}
.patrol-point.active{background:#1769ff;border-color:#1769ff;color:#fff}
.patrol-point:nth-of-type(4){margin-right:0}
.patrol-labels{display:flex;justify-content:space-between;margin-top:8px;color:#8796a9}
.solutions-footer-cta{
    display:flex;align-items:center;justify-content:space-between;gap:20px;
    padding:23px 26px;border-radius:17px;
    background:linear-gradient(90deg,#0b203c,#10375f);color:#fff
}
.solutions-footer-cta>div{display:flex;flex-direction:column}
.cta-mini{font-size:.63rem;letter-spacing:.12em;color:#68b0ff;font-weight:800;margin-bottom:4px}
.solutions-footer-cta strong{font-size:1.05rem}
.solutions-footer-cta .btn{min-height:44px;display:inline-flex;align-items:center;gap:8px}

@media(max-width:1199px){
    .solution-card{grid-column:span 6}
    .solution-card-featured{grid-column:span 12}
}
@media(max-width:767px){
    .premium-solutions-grid{display:block}
    .solution-card,.solution-card-featured{display:block;min-height:0;margin-bottom:14px}
    .solution-card-featured .solution-content{padding-right:0}
    .solution-visual{margin-top:25px}
    .solutions-footer-cta{flex-direction:column;align-items:flex-start}
    .solutions-footer-cta .btn{width:100%;justify-content:center}
}

.solution-card.solution-visible{
    opacity:1!important;
    transform:translateY(0)!important
}
.solution-card.solution-visible:hover{
    transform:translateY(-6px)!important
}


/* ===== PREMIUM STAGE 3 / PRODUCT SHOWCASE ===== */
.product-showcase-section{
    position:relative;overflow:hidden;background:#f5f8fc
}
.product-showcase-glow{
    position:absolute;width:520px;height:520px;left:-260px;top:90px;border-radius:50%;
    background:radial-gradient(circle,rgba(23,105,255,.09),transparent 68%)
}
.product-micro-proof{
    display:grid;grid-template-columns:repeat(3,1fr);gap:10px
}
.product-micro-proof>div{
    background:#fff;border:1px solid #e0e7f0;border-radius:14px;padding:14px;
    display:flex;flex-direction:column;min-height:108px
}
.product-micro-proof i{font-size:1.05rem;color:#1769ff;margin-bottom:10px}
.product-micro-proof strong{font-size:.8rem}.product-micro-proof span{font-size:.66rem;color:#8796aa;margin-top:3px}
.product-showcase-shell{
    background:#fff;border:1px solid #dfe7f0;border-radius:24px;
    box-shadow:0 28px 70px rgba(25,56,96,.08);overflow:hidden
}
.product-tabs{
    display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid #e5ebf2;
    background:#fbfcfe
}
.product-tab{
    position:relative;border:0;background:transparent;padding:17px 18px;
    display:flex;align-items:center;justify-content:center;gap:10px;color:#73849a;
    border-right:1px solid #e8edf3;transition:.2s
}
.product-tab:last-child{border-right:0}
.product-tab::after{
    content:"";position:absolute;left:18%;right:18%;bottom:-1px;height:3px;
    border-radius:4px 4px 0 0;background:#1769ff;transform:scaleX(0);transition:.2s
}
.product-tab.active{background:#fff;color:#122942}
.product-tab.active::after{transform:scaleX(1)}
.tab-icon{
    width:36px;height:36px;border-radius:10px;background:#eef4fb;color:#56718f;
    display:flex;align-items:center;justify-content:center
}
.product-tab.active .tab-icon{background:#eaf3ff;color:#1769ff}
.product-tab>span:last-child{display:flex;flex-direction:column;text-align:left}
.product-tab strong{font-size:.78rem}.product-tab small{font-size:.62rem;color:#95a2b2;margin-top:2px}
.product-stage{
    display:grid;grid-template-columns:.78fr 1.45fr;min-height:600px
}
.product-stage-copy{
    position:relative;padding:46px 38px;background:linear-gradient(180deg,#fff,#f9fbfe);
    border-right:1px solid #e6ebf2
}
.product-copy-pane{display:none}
.product-copy-pane.active{display:block;animation:fadeProductCopy .28s ease}
@keyframes fadeProductCopy{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.copy-kicker{font-size:.68rem;letter-spacing:.12em;font-weight:800;color:#1769ff}
.product-copy-pane h3{
    font-size:1.8rem;line-height:1.18;letter-spacing:-.035em;font-weight:800;
    margin:13px 0 14px;color:#0d213b
}
.product-copy-pane p{font-size:.92rem;line-height:1.75;color:#718197}
.copy-features{display:flex;flex-direction:column;gap:10px;margin-top:22px}
.copy-features span{font-size:.8rem;color:#40566f;font-weight:600}
.copy-features i{color:#19a666;margin-right:7px}
.product-demo-btn{
    position:absolute;left:38px;bottom:38px;right:38px;min-height:48px;
    display:flex;align-items:center;justify-content:center;gap:8px
}
.product-stage-visual{
    position:relative;padding:38px;background:
    radial-gradient(circle at 80% 10%,rgba(23,105,255,.08),transparent 28%),
    linear-gradient(180deg,#f6f9fd,#eef4fb)
}
.app-frame{
    position:relative;background:#fff;border:1px solid #d9e2ed;border-radius:18px;
    box-shadow:0 35px 65px rgba(22,53,94,.18);overflow:hidden
}
.app-frame-top{
    height:44px;background:#f8fafc;border-bottom:1px solid #e6ebf1;
    display:flex;align-items:center;gap:14px;padding:0 13px
}
.app-dots{display:flex;gap:5px}.app-dots span{width:7px;height:7px;border-radius:50%;background:#cbd5df}
.app-url{
    margin:auto;background:#fff;border:1px solid #e4e9ef;border-radius:7px;
    color:#8d9aaa;font-size:.58rem;padding:5px 14px;min-width:220px;text-align:center
}
.app-user-dot{width:24px;height:24px;border-radius:50%;background:#dfe8f3}
.app-shell{display:flex;height:490px;background:#f4f7fb}
.app-sidebar{
    width:58px;flex:0 0 58px;background:#071b35;padding:12px 9px;
    display:flex;flex-direction:column;align-items:center
}
.app-logo{
    width:33px;height:33px;border-radius:9px;background:#1769ff;color:#fff;
    display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800;margin-bottom:18px
}
.app-sidebar span{
    width:34px;height:34px;border-radius:9px;color:#6f8daa;display:flex;align-items:center;justify-content:center;margin-bottom:7px;font-size:.78rem
}
.app-sidebar span.active{background:#1769ff;color:#fff}
.app-content{flex:1;min-width:0;padding:19px;overflow:hidden}
.app-pane{display:none;height:100%}.app-pane.active{display:block;animation:screenFade .28s ease}
@keyframes screenFade{from{opacity:0;transform:translateX(8px)}to{opacity:1;transform:none}}
.app-headline{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.app-headline small{font-size:.54rem;color:#95a1b1}.app-headline h4{font-size:.95rem;font-weight:800;margin:1px 0 0}
.screen-live,.screen-filter{
    font-size:.52rem;padding:5px 8px;border-radius:999px;background:#eafff3;color:#168153;font-weight:700
}
.screen-live i{display:inline-block;width:5px;height:5px;background:#18a663;border-radius:50%;margin-right:4px}
.screen-filter{background:#eef4fb;color:#58718d}
.screen-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.screen-kpis>div,.report-cards>div{
    background:#fff;border:1px solid #e5ebf1;border-radius:10px;padding:10px
}
.screen-kpis span,.report-cards span{display:block;font-size:.5rem;color:#8190a3}
.screen-kpis b,.report-cards b{display:block;font-size:1rem;margin:4px 0 2px}
.screen-kpis small,.report-cards small{font-size:.44rem;color:#9aa6b5}
.screen-grid-two{display:grid;grid-template-columns:1.45fr .85fr;gap:9px;margin-top:9px}
.screen-panel{background:#fff;border:1px solid #e5ebf1;border-radius:10px;padding:10px}
.screen-panel-head{display:flex;justify-content:space-between;align-items:center}
.screen-panel-head strong{font-size:.56rem}.screen-panel-head small{font-size:.45rem;color:#97a3b2}
.screen-bars{height:125px;display:flex;align-items:flex-end;gap:7px;padding:12px 4px 0}
.screen-bars i{flex:1;background:linear-gradient(180deg,#80b7ff,#1769ff);border-radius:4px 4px 0 0}
.tiny-device{display:grid;grid-template-columns:auto 1fr auto;gap:5px;align-items:center;padding:8px 0;border-bottom:1px solid #edf1f5}
.tiny-device:last-child{border-bottom:0}.tiny-device i{width:6px;height:6px;border-radius:50%;background:#18ad68}
.tiny-device span{font-size:.48rem}.tiny-device b{font-size:.43rem;color:#16905a}
.movement-table-head,.movement-table-row{
    display:grid;grid-template-columns:1.35fr 1fr 1fr .65fr .5fr;gap:8px;align-items:center
}
.movement-table-head{padding:9px 8px;color:#8a98aa;font-size:.46rem;text-transform:uppercase}
.movement-table-row{background:#fff;border:1px solid #e6ebf1;border-radius:8px;padding:9px 8px;margin-bottom:7px}
.movement-table-row>div{display:flex;align-items:center;gap:6px}.movement-table-row i{
    width:24px;height:24px;border-radius:7px;background:#eaf3ff;color:#1769ff;display:flex;align-items:center;justify-content:center;font-size:.42rem;font-style:normal;font-weight:800
}
.movement-table-row b,.movement-table-row span,.movement-table-row strong{font-size:.48rem}
.movement-table-row span{color:#718197}.movement-table-row strong{color:#5f728a}
.movement-table-row em{font-style:normal;font-size:.42rem;font-weight:700;padding:4px 6px;border-radius:999px;width:max-content}
.movement-table-row em.in{background:#eafff3;color:#168153}.movement-table-row em.out{background:#fff1e4;color:#b96816}
.device-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.device-card{background:#fff;border:1px solid #e4eaf1;border-radius:10px;padding:11px}
.device-card-icon{width:30px;height:30px;border-radius:8px;background:#edf5ff;color:#1769ff;display:flex;align-items:center;justify-content:center;margin-bottom:9px;font-size:.7rem}
.device-card strong,.device-card span,.device-card small{display:block}
.device-card strong{font-size:.58rem}.device-card span{font-size:.46rem;color:#8b98a8;margin-top:2px}.device-card small{font-size:.45rem;color:#168153;margin-top:8px}.device-card small i{display:inline-block;width:5px;height:5px;background:#18ac68;border-radius:50%;margin-right:4px}
.access-screen-grid{display:grid;gap:9px}
.access-group-card{background:#fff;border:1px solid #e5ebf1;border-radius:10px;padding:12px}
.access-group-card>div:first-child{display:flex;align-items:center;gap:8px}.group-icon{width:28px;height:28px;border-radius:8px;background:#edf5ff;color:#1769ff;display:flex;align-items:center;justify-content:center;font-size:.65rem}
.access-group-card strong{font-size:.58rem}.access-group-card>small{display:block;font-size:.46rem;color:#8997a8;margin:6px 0 8px 36px}
.access-tags{display:flex;gap:6px;flex-wrap:wrap;margin-left:36px}.access-tags span{font-size:.43rem;background:#f1f5fa;color:#5f748e;padding:4px 6px;border-radius:999px}
.report-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:9px}
.report-chart-panel{height:235px}.report-line-chart{height:170px;color:#1769ff;padding-top:15px}
.report-line-chart svg{width:100%;height:100%}
.product-screen-shadow{
    position:absolute;left:12%;right:8%;bottom:20px;height:40px;border-radius:50%;
    background:rgba(16,50,94,.14);filter:blur(22px);z-index:-1
}

@media(max-width:1199px){
    .product-stage{grid-template-columns:.9fr 1.35fr}
    .product-stage-copy{padding:34px 28px}
    .product-demo-btn{left:28px;right:28px;bottom:28px}
    .product-stage-visual{padding:28px}
}
@media(max-width:991px){
    .product-tabs{grid-template-columns:repeat(5,1fr);overflow-x:auto}
    .product-tab{min-width:130px}
    .product-stage{grid-template-columns:1fr}
    .product-stage-copy{min-height:390px;border-right:0;border-bottom:1px solid #e6ebf2}
    .product-stage-visual{padding:24px}
    .product-micro-proof{margin-top:10px}
}
@media(max-width:767px){
    .product-micro-proof{grid-template-columns:1fr}
    .product-micro-proof>div{min-height:0}
    .product-stage-copy{padding:28px 22px 88px}
    .product-demo-btn{left:22px;right:22px;bottom:22px}
    .product-copy-pane h3{font-size:1.55rem}
    .product-stage-visual{padding:16px}
    .app-shell{height:430px}
    .app-sidebar{width:44px;flex-basis:44px;padding-left:5px;padding-right:5px}
    .app-content{padding:11px}
    .screen-kpis{grid-template-columns:repeat(2,1fr)}
    .screen-grid-two{grid-template-columns:1fr}
    .device-grid{grid-template-columns:repeat(2,1fr)}
    .movement-table-head{display:none}
    .movement-table-row{grid-template-columns:1.35fr .75fr .55fr}
    .movement-table-row>span:nth-of-type(1),.movement-table-row>span:nth-of-type(2){display:none}
    .app-url{min-width:0;flex:1}
}


/* ===== PREMIUM STAGE 4 / WHY SUPERPASS ===== */
.why-superpass-section{
    position:relative;overflow:hidden;background:
    linear-gradient(180deg,#ffffff 0%,#f7faff 100%)
}
.why-glow{position:absolute;border-radius:50%;filter:blur(70px);pointer-events:none}
.why-glow-one{width:360px;height:360px;background:rgba(23,105,255,.07);right:-130px;top:100px}
.why-glow-two{width:280px;height:280px;background:rgba(0,188,255,.06);left:-120px;bottom:80px}
.why-highlight{
    display:flex;gap:14px;align-items:center;padding:18px 20px;
    border:1px solid #dfe7f1;background:#fff;border-radius:16px;
    box-shadow:0 12px 28px rgba(21,53,93,.05)
}
.why-highlight-icon{
    width:46px;height:46px;flex:0 0 46px;border-radius:13px;background:#edf5ff;
    color:#1769ff;display:flex;align-items:center;justify-content:center;font-size:1.15rem
}
.why-highlight div{display:flex;flex-direction:column}
.why-highlight strong{font-size:.9rem}.why-highlight small{font-size:.74rem;color:#7d8ca0;line-height:1.5;margin-top:3px}
.why-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}
.why-feature{
    grid-column:span 4;min-height:360px;padding:26px;border:1px solid #e1e8f1;
    border-radius:20px;background:#fff;box-shadow:0 14px 35px rgba(23,54,95,.045);
    transition:.24s
}
.why-feature:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(23,54,95,.09)}
.why-feature.featured{grid-column:span 8;display:grid;grid-template-columns:auto 1fr;gap:18px}
.why-feature.dark{background:linear-gradient(145deg,#081a31,#0d3159);border-color:#17406e}
.why-feature-icon{
    width:50px;height:50px;border-radius:14px;background:#edf5ff;color:#1769ff;
    display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:24px
}
.why-feature.featured .why-feature-icon{margin-bottom:0}
.why-feature.dark .why-feature-icon{background:#163d68;color:#70b7ff}
.why-feature-content>span{
    font-size:.65rem;font-weight:800;color:#a0acbb;letter-spacing:.08em
}
.why-feature-content h3{
    font-size:1.3rem;line-height:1.25;letter-spacing:-.025em;font-weight:800;
    margin:9px 0 11px;color:#0d223b
}
.why-feature.dark .why-feature-content h3{color:#fff}
.why-feature-content p{font-size:.86rem;line-height:1.7;color:#718197;margin-bottom:19px}
.why-feature.dark .why-feature-content p{color:#9fb3c9}
.why-mini-map{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:26px}
.map-line{position:absolute;left:12%;right:12%;top:18px;height:2px;background:#d9e5f4}
.map-node{
    position:relative;background:#f4f8fd;border:1px solid #dfe9f5;border-radius:999px;
    padding:9px 8px;text-align:center;font-size:.65rem;font-weight:700;color:#64778f;z-index:1
}
.map-node.active{background:#1769ff;border-color:#1769ff;color:#fff}
.why-chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}
.why-chip-row span{background:#f2f7fd;border:1px solid #e0eaf5;padding:8px 10px;border-radius:9px;font-size:.65rem;font-weight:700;color:#61768e}
.why-chip-row i{color:#1769ff;margin-right:5px}
.why-stack{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:center;margin-top:26px}
.why-stack>div:not(:nth-child(2)){background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px}
.why-stack i{color:#69b1ff}.why-stack b,.why-stack small{display:block}.why-stack b{color:#fff;font-size:.72rem;margin-top:5px}.why-stack small{font-size:.52rem;color:#82a0bd}
.why-stack>div:nth-child(2){color:#4f759a}
.integration-mini-code{display:flex;gap:7px;flex-wrap:wrap;margin-top:24px}
.integration-mini-code span{font-size:.61rem;font-weight:800;color:#47627f;background:#f1f6fc;border:1px solid #dfe9f4;border-radius:8px;padding:8px 9px}
.why-live-row{display:flex;gap:7px;flex-wrap:wrap;margin-top:25px}
.why-live-row span{font-size:.6rem;font-weight:700;color:#4d657f;background:#f4f8fc;border:1px solid #e2eaf3;border-radius:999px;padding:7px 9px}
.why-live-row i{display:inline-block;width:6px;height:6px;background:#18ab67;border-radius:50%;margin-right:5px}
.module-progress{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:22px}
.progress-item{display:flex;align-items:center;gap:7px;padding:9px;border-radius:9px;background:#f5f8fc;color:#74869c;font-size:.62rem;font-weight:700}
.progress-item i{width:20px;height:20px;border-radius:6px;background:#e5edf6;display:flex;align-items:center;justify-content:center}
.progress-item.active{background:#edf8f2;color:#277b55}.progress-item.active i{background:#1cab68;color:#fff}
.trust-stats{
    display:grid;grid-template-columns:repeat(4,1fr);gap:14px;
    padding:20px;border-radius:20px;background:linear-gradient(135deg,#071a31,#10385f);
    box-shadow:0 20px 45px rgba(11,40,75,.15)
}
.trust-stat{display:flex;gap:13px;align-items:center;padding:15px}
.trust-stat-icon{
    width:44px;height:44px;flex:0 0 44px;border-radius:12px;background:rgba(255,255,255,.08);
    color:#68b3ff;display:flex;align-items:center;justify-content:center
}
.trust-stat>div:last-child{display:flex;align-items:baseline;flex-wrap:wrap}
.trust-stat strong{font-size:1.7rem;color:#fff;font-weight:800;letter-spacing:-.04em}
.trust-stat b{color:#6db5ff;font-size:1.1rem;margin-left:2px}
.trust-stat span{width:100%;display:block;font-size:.62rem;color:#8fa7bf;margin-top:2px}
.why-bottom-banner{
    display:flex;justify-content:space-between;align-items:center;gap:22px;
    padding:24px 26px;border:1px solid #dfe7f1;background:#fff;border-radius:18px
}
.why-bottom-copy{display:flex;flex-direction:column}
.why-bottom-copy span{font-size:.63rem;letter-spacing:.12em;color:#1769ff;font-weight:800;margin-bottom:4px}
.why-bottom-copy strong{font-size:1.02rem;color:#17304e}
.why-bottom-actions{display:flex;gap:9px}
.why-bottom-actions .btn{display:inline-flex;align-items:center;gap:7px}

@media(max-width:1199px){
    .why-feature{grid-column:span 6}
    .why-feature.featured{grid-column:span 12}
}
@media(max-width:991px){
    .trust-stats{grid-template-columns:repeat(2,1fr)}
    .why-bottom-banner{flex-direction:column;align-items:flex-start}
}
@media(max-width:767px){
    .why-grid{display:block}
    .why-feature,.why-feature.featured{display:block;min-height:0;margin-bottom:14px}
    .why-feature.featured .why-feature-icon{margin-bottom:24px}
    .trust-stats{grid-template-columns:1fr}
    .why-bottom-actions{width:100%;flex-direction:column}
    .why-bottom-actions .btn{width:100%;justify-content:center}
    .why-mini-map{grid-template-columns:repeat(2,1fr)}
    .map-line{display:none}
}


/* ===== PREMIUM STAGE 5 / ADMIN DYNAMIC SETTINGS ===== */
.panel-card .form-text{font-size:.72rem;color:#8a98aa;margin-top:6px}
.panel-card hr{border-color:#e5ebf2;opacity:1;margin:5px 0}


/* Panelden yüklenen site logoları */
.site-header-logo{
    display:block;
    width:auto;
    height:46px;
    max-width:240px;
    object-fit:contain;
}
.site-footer-logo{
    display:block;
    width:auto;
    height:auto;
    max-width:260px;
    max-height:78px;
    object-fit:contain;
}
@media(max-width:767px){
    .site-header-logo{height:40px;max-width:200px}
    .site-footer-logo{max-width:220px;max-height:68px}
}

/* Üst ve alt logo alanı - 241x51 px, görseli bozmadan */
.site-header-logo,
.site-footer-logo{
    display:block;
    width:241px !important;
    height:51px !important;
    max-width:241px !important;
    max-height:51px !important;
    object-fit:contain !important;
}

/* ===== Kurumsal Sayfalar ===== */
.footer-legal-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:22px}
.footer-legal-links a{font-size:.78rem;color:rgba(255,255,255,.55);text-decoration:none}
.footer-legal-links a:hover{color:#fff}

.corporate-page{background:linear-gradient(180deg,#f7fbff 0,#fff 340px)}
.corporate-page-hero{padding:64px 0 44px;border-bottom:1px solid #e9eef5}
.corporate-page-breadcrumb{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#7a8798;margin-bottom:28px}
.corporate-page-breadcrumb a{text-decoration:none;color:#2a68c9}
.corporate-page-heading{max-width:900px}
.corporate-page-kicker{display:inline-block;color:#1f6fff;font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}
.corporate-page-heading h1{font-size:clamp(2.6rem,5vw,5rem);font-weight:800;letter-spacing:-.055em;color:#0d1d37;margin-bottom:16px}
.corporate-page-heading p{font-size:1.1rem;color:#66758b;max-width:760px}
.corporate-page-content-section{padding:54px 0 90px}
.corporate-page-content-card{background:#fff;border:1px solid #e8edf4;border-radius:24px;box-shadow:0 22px 60px rgba(27,48,82,.06);padding:42px}
.corporate-page-content{font-size:1rem;line-height:1.9;color:#44546b;white-space:normal}

.cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:1090}
.cookie-banner-inner{max-width:1180px;margin:auto;background:#fff;border:1px solid #e5ebf3;border-radius:18px;box-shadow:0 22px 60px rgba(17,35,60,.18);padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.cookie-banner-text{display:flex;gap:14px;align-items:flex-start}
.cookie-banner-text strong{display:block;color:#0e1c33;margin-bottom:4px}
.cookie-banner-text p{margin:0;color:#69778a;font-size:.82rem;line-height:1.55}
.cookie-banner-text a{color:#1769ff}
.cookie-icon{width:42px;height:42px;border-radius:12px;background:#edf4ff;color:#1769ff;display:grid;place-items:center;flex:0 0 auto}
.cookie-banner-actions{display:flex;gap:8px;flex:0 0 auto}
@media(max-width:767px){
    .corporate-page-hero{padding:42px 0 28px}
    .corporate-page-content-section{padding:34px 0 70px}
    .corporate-page-content-card{padding:24px 20px;border-radius:18px}
    .cookie-banner{left:10px;right:10px;bottom:10px}
    .cookie-banner-inner{align-items:stretch;flex-direction:column}
    .cookie-banner-actions{justify-content:flex-end}
}

/* Çözümler & Modüller - panelden dinamik içerik */
.dynamic-solutions-grid .solution-card{min-height:370px}
.dynamic-solution-image{margin-top:22px;height:150px;border-radius:18px;background:#f5f8fc;overflow:hidden;display:grid;place-items:center}
.dynamic-solution-image img{width:100%;height:100%;object-fit:contain;padding:12px}
.solution-dark .dynamic-solution-image{background:rgba(255,255,255,.08)}
.dynamic-solution-placeholder{margin-top:24px;height:120px;border-radius:18px;background:linear-gradient(135deg,#f5f8fd,#edf4ff);display:grid;place-items:center;color:#4b88ef;font-size:3rem}
.solution-dark .dynamic-solution-placeholder{background:rgba(255,255,255,.08);color:#fff}
.module-image{width:58px;height:58px;flex:0 0 58px;border-radius:16px;background:#f3f7fc;overflow:hidden;display:grid;place-items:center}
.module-image img{width:100%;height:100%;object-fit:contain;padding:5px}

/* Üst menü ikonlu görünüm */
.icon-nav .nav-link{
    display:flex;
    align-items:center;
    gap:7px;
    white-space:nowrap;
}
.icon-nav .nav-link i{
    font-size:1.02rem;
    color:#276fd6;
    line-height:1;
    transition:.2s ease;
}
.icon-nav .nav-link:hover i{
    color:#0d6efd;
    transform:translateY(-1px);
}
.icon-nav .nav-link span{
    line-height:1;
}
@media(max-width:991px){
    .icon-nav .nav-link{
        padding-top:10px;
        padding-bottom:10px;
    }
    .icon-nav .nav-link i{
        width:22px;
        text-align:center;
    }
}

/* ===== Sağ Sabit Ara / WhatsApp / E-posta ===== */
.sp-floating-actions{
    position:fixed;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    z-index:1060;
    display:flex;
    flex-direction:column;
    gap:9px;
}
.sp-floating-btn{
    height:48px;
    min-width:48px;
    border:1px solid #e1e8f2;
    border-radius:14px;
    background:#fff;
    color:#163052;
    box-shadow:0 10px 28px rgba(14,37,67,.13);
    display:flex;
    align-items:center;
    justify-content:flex-start;
    text-decoration:none;
    overflow:hidden;
    padding:0;
    cursor:pointer;
    transition:width .22s ease,transform .2s ease,box-shadow .2s ease,border-color .2s ease;
    width:48px;
}
.sp-floating-btn:hover{
    width:132px;
    transform:translateX(-2px);
    box-shadow:0 14px 34px rgba(14,37,67,.18);
    border-color:#cdd9e8;
    color:#163052;
}
.sp-floating-icon{
    width:48px;
    min-width:48px;
    height:48px;
    display:grid;
    place-items:center;
    font-size:1.12rem;
}
.sp-floating-label{
    padding-right:14px;
    font-size:.78rem;
    font-weight:700;
    white-space:nowrap;
}
.sp-whatsapp-btn{color:#159b52}
.sp-whatsapp-btn:hover{color:#0b8744}
.sp-mail-btn .sp-floating-icon,.sp-search-btn .sp-floating-icon{color:#1f6fff}

.sp-site-search{
    position:fixed;
    inset:0;
    z-index:1095;
    pointer-events:none;
    opacity:0;
    transition:opacity .2s ease;
}
.sp-site-search.open{pointer-events:auto;opacity:1}
.sp-search-backdrop{
    position:absolute;
    inset:0;
    border:0;
    background:rgba(5,20,39,.48);
    backdrop-filter:blur(5px);
}
.sp-search-card{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-46%) scale(.98);
    width:min(620px,calc(100vw - 28px));
    max-height:min(690px,calc(100vh - 50px));
    overflow:auto;
    background:#fff;
    border:1px solid #e4eaf2;
    border-radius:24px;
    box-shadow:0 28px 80px rgba(7,28,53,.25);
    padding:22px;
    transition:transform .22s ease;
}
.sp-site-search.open .sp-search-card{transform:translate(-50%,-50%) scale(1)}
.sp-search-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.sp-search-head small{font-size:.65rem;font-weight:800;letter-spacing:.12em;color:#1f6fff}
.sp-search-head h3{font-size:1.35rem;font-weight:800;color:#0d1d37;margin:2px 0 0}
.sp-search-close{
    width:38px;height:38px;border:1px solid #e3e9f1;background:#f8fafc;border-radius:11px;color:#45566e
}
.sp-search-input-wrap{
    height:54px;border:1px solid #dfe7f1;background:#f8fafc;border-radius:14px;
    display:flex;align-items:center;gap:10px;padding:0 15px;margin-bottom:13px
}
.sp-search-input-wrap i{color:#1f6fff}
.sp-search-input-wrap input{border:0;outline:0;background:transparent;width:100%;font-size:.92rem;color:#142844}
.sp-search-results{display:flex;flex-direction:column;gap:7px}
.sp-search-results>a{
    display:flex;align-items:center;gap:13px;padding:12px 13px;
    border:1px solid transparent;border-radius:13px;text-decoration:none;color:#223a59
}
.sp-search-results>a:hover{background:#f6f9fd;border-color:#e7edf5}
.sp-search-results>a>i{
    width:38px;height:38px;border-radius:10px;background:#edf4ff;color:#1f6fff;display:grid;place-items:center
}
.sp-search-results strong,.sp-search-results span{display:block}
.sp-search-results strong{font-size:.86rem}
.sp-search-results span{font-size:.7rem;color:#7b899b;margin-top:2px}
.sp-no-result{display:none;padding:25px;text-align:center;color:#7d8a9b;font-size:.85rem}
body.sp-search-open{overflow:hidden}

@media(max-width:767px){
    .sp-floating-actions{
        right:10px;
        top:auto;
        bottom:84px;
        transform:none;
    }
    .sp-floating-btn,.sp-floating-btn:hover{
        width:46px;height:46px;border-radius:13px;
        transform:none;
    }
    .sp-floating-icon{width:46px;min-width:46px;height:46px}
    .sp-floating-label{display:none}
    .sp-search-card{padding:17px;border-radius:19px}
}

/* Footer marka sahipliği */
.footer-brand-ownership{
    margin-top:16px;
    padding-top:16px;
    border-top:1px solid rgba(255,255,255,.08);
    color:rgba(255,255,255,.48);
    font-size:.72rem;
    line-height:1.6;
    text-align:center;
}

/* ===== Entegre Markalar ===== */
.integration-brands-section{
    position:relative;
    overflow:hidden;
    padding:92px 0;
    background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
    border-top:1px solid #e8eef6;
    border-bottom:1px solid #edf1f6;
}
.integration-brands-glow{
    position:absolute;
    width:480px;
    height:480px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(23,105,255,.10),rgba(23,105,255,0) 70%);
    top:-280px;
    left:50%;
    transform:translateX(-50%);
    pointer-events:none;
}
.integration-brands-head{max-width:760px}
.integration-brands-head p{
    max-width:680px;
    margin:16px auto 0;
    color:#6e7f95;
    font-size:1rem;
    line-height:1.75;
}
.integration-brand-shell{
    background:rgba(255,255,255,.92);
    border:1px solid #e4ebf4;
    border-radius:24px;
    padding:18px;
    box-shadow:0 24px 65px rgba(21,52,89,.08);
}
.integration-brand-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:12px;
}
.integration-brand-card{
    min-height:156px;
    border:1px solid #e8edf4;
    border-radius:17px;
    padding:20px 14px 16px;
    background:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    text-decoration:none;
    color:#172b46;
    transition:.22s ease;
}
.integration-brand-card:hover{
    transform:translateY(-4px);
    border-color:#cfdcf0;
    box-shadow:0 16px 35px rgba(22,64,113,.10);
    color:#172b46;
}
.integration-brand-logo{
    height:58px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:12px;
}
.integration-brand-logo img{
    max-width:132px;
    max-height:52px;
    width:auto;
    height:auto;
    object-fit:contain;
    filter:saturate(.9);
}
.integration-brand-fallback{
    width:48px;height:48px;border-radius:13px;
    display:grid;place-items:center;
    background:#edf4ff;color:#1769ff;font-size:1.15rem;
}
.integration-brand-card strong{
    font-size:.84rem;
    font-weight:750;
    line-height:1.35;
}
.integration-brand-card>span{
    font-size:.66rem;
    color:#8a98aa;
    margin-top:5px;
}
.integration-brand-card>span i{font-size:.62rem}
.integration-brands-foot{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    color:#7c8a9b;
    font-size:.78rem;
    margin-top:18px;
}
.integration-brands-foot i{color:#1769ff}

@media(max-width:1199px){
    .integration-brand-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:991px){
    .integration-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:575px){
    .integration-brands-section{padding:68px 0}
    .integration-brand-shell{padding:10px;border-radius:18px}
    .integration-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
    .integration-brand-card{min-height:132px;padding:14px 10px}
    .integration-brand-logo{height:48px;margin-bottom:9px}
    .integration-brand-logo img{max-width:105px;max-height:43px}
}

/* ===== Üst Menü Cloud PDKS Giriş Butonu ===== */
.cloud-pdks-btn{
    min-height:46px;
    padding:0 16px !important;
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    gap:8px;
    border-radius:12px !important;
    background:linear-gradient(135deg,#1769ff 0%,#0c56db 100%) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    box-shadow:0 10px 24px rgba(23,105,255,.20);
    color:#fff !important;
    font-size:.84rem;
    font-weight:700;
    white-space:nowrap;
    transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.cloud-pdks-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 30px rgba(23,105,255,.28);
    filter:brightness(1.04);
    color:#fff !important;
}
.cloud-pdks-btn>i:first-child{
    width:27px;
    height:27px;
    display:grid;
    place-items:center;
    border-radius:8px;
    background:rgba(255,255,255,.14);
    font-size:.9rem;
}
.cloud-pdks-btn .cloud-pdks-external{
    font-size:.72rem;
    opacity:.72;
}
@media(max-width:991px){
    .cloud-pdks-btn{
        width:100%;
        margin-top:8px;
    }
}

/* ===== Premium Referanslar ===== */
.premium-references-section{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 88% 15%,rgba(23,105,255,.08),transparent 28%),
        linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}
.reference-section-glow{
    position:absolute;
    width:420px;
    height:420px;
    left:-240px;
    bottom:-250px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(23,105,255,.08),transparent 70%);
    pointer-events:none;
}
.premium-reference-intro{
    max-width:720px;
    color:#6e7e92;
    line-height:1.75;
}
.reference-trust-note{
    max-width:390px;
    padding:16px 18px;
    border:1px solid #e1e9f3;
    border-radius:16px;
    background:rgba(255,255,255,.9);
    box-shadow:0 12px 30px rgba(26,58,95,.06);
    display:flex;
    align-items:center;
    gap:13px;
}
.reference-trust-note>i{
    width:42px;
    height:42px;
    flex:0 0 auto;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:#eaf2ff;
    color:#1769ff;
    font-size:1.05rem;
}
.reference-trust-note strong{
    display:block;
    font-size:.84rem;
    color:#17304f;
}
.reference-trust-note span{
    display:block;
    font-size:.72rem;
    color:#8391a3;
    margin-top:3px;
}
.premium-reference-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.premium-reference-card{
    min-width:0;
    min-height:300px;
    display:flex;
    flex-direction:column;
    padding:22px;
    border:1px solid #e3eaf3;
    border-radius:20px;
    background:rgba(255,255,255,.96);
    box-shadow:0 14px 42px rgba(28,58,92,.06);
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.premium-reference-card:hover{
    transform:translateY(-5px);
    border-color:#ccd9ea;
    box-shadow:0 20px 48px rgba(24,58,103,.11);
}
.reference-card-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:14px;
}
.reference-logo-box{
    width:128px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
}
.reference-logo-box img{
    max-width:122px;
    max-height:56px;
    object-fit:contain;
}
.reference-logo-fallback{
    width:52px;
    height:52px;
    border-radius:14px;
    display:grid;
    place-items:center;
    background:#edf4ff;
    color:#1769ff;
    font-size:1.1rem;
}
.reference-sector{
    flex:0 0 auto;
    padding:7px 10px;
    border:1px solid #dce7f5;
    border-radius:999px;
    background:#f4f8fd;
    color:#5b718d;
    font-size:.65rem;
    font-weight:700;
}
.reference-card-body{
    padding-top:20px;
    flex:1;
}
.reference-card-body h3{
    margin:0;
    font-size:1.05rem;
    line-height:1.4;
    font-weight:750;
    color:#122945;
}
.reference-project-type{
    display:flex;
    align-items:center;
    gap:7px;
    margin-top:11px;
    color:#1769ff;
    font-size:.72rem;
    font-weight:650;
}
.reference-card-body p{
    margin:14px 0 0;
    color:#718197;
    font-size:.8rem;
    line-height:1.7;
}
.reference-card-footer{
    margin-top:20px;
    padding-top:15px;
    border-top:1px solid #edf1f5;
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#8a98a9;
    font-size:.69rem;
}
.reference-card-footer span{
    display:flex;
    align-items:center;
    gap:6px;
}
.reference-card-footer span i{color:#20a266}
.reference-card-footer>i{color:#1769ff}
.reference-public-empty{
    padding:50px 20px;
    border:1px dashed #d7e1ed;
    border-radius:20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    color:#8694a5;
}
.reference-public-empty i{font-size:1.5rem;color:#1769ff}

@media(max-width:991px){
    .premium-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .reference-trust-note{margin-left:0!important}
}
@media(max-width:575px){
    .premium-reference-grid{grid-template-columns:1fr}
    .premium-reference-card{min-height:0}
}

/* Sabit telefon butonu */
.sp-phone-btn .sp-floating-icon,
.sp-phone-btn{
    color:#1769ff;
}
.sp-phone-btn:hover{
    color:#0d5bdd;
}

/* ===== SuperPass Yazılım Çözüm / Modül Detay Sayfaları ===== */
.solution-card-link,
.module-item-link{
    text-decoration:none;
    color:inherit;
}
.solution-card-link{cursor:pointer}
.solution-card-link:hover{color:inherit}
.card-detail-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:16px;
    font-size:.76rem;
    font-weight:750;
    color:#1769ff;
}
.solution-dark .card-detail-link{color:#7db0ff}
.card-detail-link i,
.module-detail-link i{transition:transform .2s ease}
.solution-card-link:hover .card-detail-link i,
.module-item-link:hover .module-detail-link i{transform:translateX(4px)}
.module-item-link{
    display:flex;
    height:100%;
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.module-item-link:hover{
    transform:translateY(-3px);
    border-color:#d4dfec;
    box-shadow:0 14px 34px rgba(20,55,95,.08);
}
.module-detail-link{
    display:inline-flex;
    align-items:center;
    gap:7px;
    margin-top:10px;
    font-size:.72rem;
    font-weight:700;
    color:#1769ff;
}

.software-detail-page{background:#fff;color:#18314d}
.software-detail-hero{
    position:relative;
    overflow:hidden;
    padding:42px 0 88px;
    background:
        radial-gradient(circle at 80% 18%,rgba(23,105,255,.14),transparent 34%),
        linear-gradient(180deg,#f9fcff 0%,#eef5ff 100%);
    border-bottom:1px solid #e3ebf5;
}
.detail-hero-grid{
    position:absolute;inset:0;
    opacity:.28;
    background-image:
        linear-gradient(rgba(46,91,145,.07) 1px,transparent 1px),
        linear-gradient(90deg,rgba(46,91,145,.07) 1px,transparent 1px);
    background-size:40px 40px;
    mask-image:linear-gradient(to bottom,#000,transparent 88%);
}
.detail-hero-glow{
    position:absolute;
    width:560px;height:560px;
    border-radius:50%;
    right:-300px;top:-300px;
    background:radial-gradient(circle,rgba(23,105,255,.15),transparent 70%);
}
.detail-breadcrumb{
    position:relative;
    z-index:2;
    display:flex;align-items:center;gap:8px;
    margin-bottom:46px;
    font-size:.72rem;
    color:#7a8ba0;
}
.detail-breadcrumb a{color:#546b86;text-decoration:none}
.detail-breadcrumb i{font-size:.56rem;color:#a5b0be}
.detail-hero-row{min-height:470px}
.detail-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
    color:#1769ff;
    font-size:.7rem;
    letter-spacing:.12em;
    font-weight:800;
}
.detail-kicker>span{
    width:32px;height:32px;
    border-radius:9px;
    display:grid;place-items:center;
    background:#1769ff;
    color:#fff;
    box-shadow:0 8px 18px rgba(23,105,255,.2);
}
.software-detail-hero h1{
    max-width:700px;
    margin:0;
    color:#102844;
    font-size:clamp(2.3rem,5vw,4.2rem);
    line-height:1.04;
    letter-spacing:-.04em;
    font-weight:800;
}
.detail-lead{
    max-width:650px;
    margin:24px 0 0;
    color:#667a92;
    font-size:1.04rem;
    line-height:1.8;
}
.detail-hero-actions{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
    margin-top:30px;
}
.detail-primary-btn{
    min-height:50px;
    padding:0 22px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    border-radius:12px;
    font-weight:700;
    box-shadow:0 14px 30px rgba(23,105,255,.2);
}
.detail-text-link{
    display:inline-flex;align-items:center;gap:8px;
    text-decoration:none;
    color:#385675;
    font-size:.82rem;
    font-weight:700;
}
.detail-trust-row{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin-top:31px;
    padding-top:24px;
    border-top:1px solid #dce6f1;
}
.detail-trust-row span{
    display:flex;align-items:center;gap:7px;
    color:#68809a;
    font-size:.72rem;
    font-weight:650;
}
.detail-trust-row i{color:#1769ff}

.detail-product-visual{
    position:relative;
    overflow:hidden;
    max-width:650px;
    margin-left:auto;
    border:1px solid #dbe6f2;
    border-radius:20px;
    background:#fff;
    box-shadow:0 30px 80px rgba(29,67,111,.15);
    transform:perspective(1400px) rotateY(-3deg) rotateX(1deg);
}
.detail-browser-bar{
    height:48px;
    display:flex;align-items:center;
    gap:6px;
    padding:0 15px;
    border-bottom:1px solid #edf1f6;
    background:#f9fbfd;
}
.detail-browser-bar>span{
    width:8px;height:8px;border-radius:50%;
    background:#cad5e1;
}
.detail-browser-bar small{
    margin-left:auto;
    color:#8594a6;
    font-size:.62rem;
}
.detail-visual-stage{
    min-height:355px;
    display:grid;
    place-items:center;
    overflow:hidden;
    background:linear-gradient(145deg,#f8fbff,#edf5ff);
}
.detail-visual-stage>img{
    width:100%;
    height:100%;
    min-height:355px;
    max-height:470px;
    object-fit:contain;
    padding:18px;
}
.detail-visual-fallback{
    display:flex;flex-direction:column;align-items:center;
    gap:12px;text-align:center;
}
.detail-visual-fallback>i{
    width:74px;height:74px;border-radius:20px;
    display:grid;place-items:center;
    background:#1769ff;color:#fff;
    font-size:1.8rem;
    box-shadow:0 18px 35px rgba(23,105,255,.22);
}
.detail-visual-fallback strong{font-size:1.15rem;color:#17314e}
.detail-visual-fallback span{font-size:.72rem;color:#7b8da3}
.detail-live-chip{
    position:absolute;
    right:16px;bottom:16px;
    display:flex;align-items:center;gap:7px;
    padding:8px 11px;
    border:1px solid #dce7f1;
    border-radius:999px;
    background:rgba(255,255,255,.94);
    box-shadow:0 8px 22px rgba(29,67,111,.1);
    color:#526d88;
    font-size:.64rem;
    font-weight:700;
}
.detail-live-chip i{font-size:.48rem;color:#22a967}

.detail-story-section{background:#fff}
.detail-sticky-label{
    position:sticky;
    top:110px;
    max-width:330px;
}
.detail-sticky-label>span,
.detail-context-card>span,
.detail-cta-shell>div>span{
    display:block;
    color:#1769ff;
    font-size:.67rem;
    font-weight:800;
    letter-spacing:.12em;
}
.detail-sticky-label h2{
    margin:12px 0 0;
    color:#193451;
    font-size:1.65rem;
    line-height:1.35;
}
.detail-rich-copy{max-width:790px}
.detail-rich-copy p{
    margin:0 0 20px;
    color:#647990;
    font-size:.96rem;
    line-height:1.9;
}
.detail-rich-copy p:first-child{
    color:#2c4867;
    font-size:1.08rem;
}

.detail-feature-section{
    background:linear-gradient(180deg,#f7faff,#f0f6fd);
    border-top:1px solid #e7edf5;
    border-bottom:1px solid #e7edf5;
}
.detail-section-head{
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);
    gap:40px;
    align-items:end;
    margin-bottom:36px;
}
.detail-section-head h2{
    max-width:700px;
    margin:10px 0 0;
    color:#16304d;
    font-size:clamp(1.8rem,3vw,2.7rem);
    letter-spacing:-.03em;
}
.detail-section-head>p{
    margin:0;
    color:#74879c;
    line-height:1.75;
    font-size:.86rem;
}
.detail-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
}
.detail-feature-card{
    position:relative;
    min-height:148px;
    padding:22px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    border:1px solid #dfe8f2;
    border-radius:17px;
    background:#fff;
    box-shadow:0 12px 32px rgba(32,67,106,.05);
}
.detail-feature-card>i{
    color:#1769ff;
    font-size:1.1rem;
    margin-bottom:10px;
}
.detail-feature-card strong{
    max-width:260px;
    color:#294560;
    font-size:.86rem;
    line-height:1.45;
}
.detail-feature-no{
    position:absolute;
    top:17px;right:18px;
    color:#c5d1df;
    font-size:.66rem;
    font-weight:800;
    letter-spacing:.08em;
}

.detail-gallery-section{background:#fff}
.detail-gallery-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}
.detail-gallery-item{
    position:relative;
    overflow:hidden;
    min-height:280px;
    padding:0;
    border:1px solid #dde7f1;
    border-radius:18px;
    background:#f7faff;
    cursor:zoom-in;
    box-shadow:0 14px 35px rgba(27,63,105,.06);
}
.detail-gallery-item img{
    width:100%;height:100%;
    min-height:280px;
    max-height:430px;
    object-fit:contain;
    display:block;
    padding:12px;
    transition:transform .25s ease;
}
.detail-gallery-item:hover img{transform:scale(1.015)}
.detail-gallery-item>span{
    position:absolute;right:13px;bottom:13px;
    display:flex;align-items:center;gap:7px;
    padding:8px 10px;
    border-radius:9px;
    background:rgba(8,29,54,.85);
    color:#fff;
    font-size:.64rem;
}
.detail-lightbox{
    position:fixed;inset:0;
    z-index:9999;
    display:none;
    align-items:center;justify-content:center;
    padding:50px;
}
.detail-lightbox.open{display:flex}
.detail-lightbox-backdrop{
    position:absolute;inset:0;border:0;
    background:rgba(6,20,38,.88);
}
.detail-lightbox>img{
    position:relative;
    z-index:2;
    max-width:min(1200px,92vw);
    max-height:86vh;
    object-fit:contain;
    border-radius:12px;
    box-shadow:0 30px 90px rgba(0,0,0,.35);
}
.detail-lightbox-close{
    position:absolute;right:24px;top:20px;
    z-index:3;
    width:42px;height:42px;
    border:1px solid rgba(255,255,255,.2);
    border-radius:50%;
    background:rgba(255,255,255,.09);
    color:#fff;
}

.detail-context-section{
    background:#f7faff;
    border-top:1px solid #e7edf5;
}
.detail-context-card{
    height:100%;
    min-height:300px;
    padding:30px;
    border:1px solid #dfe8f2;
    border-radius:20px;
    background:#fff;
    box-shadow:0 15px 40px rgba(30,65,104,.06);
}
.detail-context-card h3{
    margin:10px 0 25px;
    color:#17324f;
    font-size:1.55rem;
}
.detail-context-icon{
    width:47px;height:47px;
    display:grid;place-items:center;
    margin-bottom:24px;
    border-radius:13px;
    background:#eaf2ff;
    color:#1769ff;
    font-size:1.1rem;
}
.detail-pill-list,
.detail-tech-list{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
}
.detail-pill-list span{
    padding:9px 11px;
    display:flex;align-items:center;gap:6px;
    border:1px solid #dfe8f2;
    border-radius:9px;
    background:#f8fafc;
    color:#5d738d;
    font-size:.73rem;
}
.detail-pill-list i{color:#1769ff}
.detail-context-dark{
    border-color:#102d4d;
    background:linear-gradient(145deg,#0a2441,#102f53);
}
.detail-context-dark .detail-context-icon{
    background:rgba(69,142,255,.15);
    color:#70a9ff;
}
.detail-context-dark>span{color:#70a9ff}
.detail-context-dark h3{color:#fff}
.detail-tech-list span{
    padding:9px 11px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:9px;
    background:rgba(255,255,255,.06);
    color:#dbe8f7;
    font-size:.72rem;
    font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
}

.detail-bottom-cta{
    background:#fff;
}
.detail-cta-shell{
    min-height:280px;
    padding:48px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    border-radius:24px;
    overflow:hidden;
    background:
        radial-gradient(circle at 85% 20%,rgba(81,155,255,.25),transparent 32%),
        linear-gradient(135deg,#071f3a,#0c315b);
    box-shadow:0 24px 60px rgba(14,47,82,.15);
}
.detail-cta-shell h2{
    max-width:720px;
    margin:12px 0 10px;
    color:#fff;
    font-size:clamp(1.8rem,3vw,2.65rem);
    letter-spacing:-.03em;
}
.detail-cta-shell p{margin:0;color:rgba(255,255,255,.58)}
.detail-cta-shell>.btn{
    flex:0 0 auto;
    min-height:50px;
    display:inline-flex;align-items:center;gap:10px;
    padding:0 22px;
    border-radius:12px;
    font-weight:700;
}
.detail-not-found{min-height:65vh;display:flex;align-items:center}
.detail-not-found p{color:#73859b}
.detail-404-icon{
    width:70px;height:70px;
    margin:0 auto 18px;
    display:grid;place-items:center;
    border-radius:20px;
    background:#edf4ff;color:#1769ff;
    font-size:1.5rem;
}

@media(max-width:991px){
    .detail-product-visual{margin:0;transform:none}
    .detail-sticky-label{position:static;max-width:none}
    .detail-section-head{grid-template-columns:1fr;gap:12px}
    .detail-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .detail-cta-shell{padding:36px;align-items:flex-start;flex-direction:column}
}
@media(max-width:767px){
    .software-detail-hero{padding:28px 0 62px}
    .detail-breadcrumb{margin-bottom:32px}
    .detail-hero-row{min-height:0}
    .detail-visual-stage,
    .detail-visual-stage>img{min-height:250px}
    .detail-feature-grid,
    .detail-gallery-grid{grid-template-columns:1fr}
    .detail-gallery-item,
    .detail-gallery-item img{min-height:220px}
    .detail-lightbox{padding:20px}
    .detail-cta-shell{padding:28px 22px}
}
@media(max-width:575px){
    .detail-trust-row{gap:10px 16px}
    .detail-feature-grid{grid-template-columns:1fr}
    .detail-context-card{padding:24px}
}




/* ===== Profesyonel Demo / Proje Talep Formu ===== */
.demo-box-pro{
    padding:42px;
    border:1px solid #dbe6f3;
    background:
        radial-gradient(circle at 0 0,rgba(36,111,255,.055),transparent 33%),
        #f8fbff;
    border-radius:24px;
    box-shadow:0 18px 55px rgba(22,55,92,.055);
}
.demo-box-pro h2{font-size:clamp(1.8rem,3vw,2.55rem);font-weight:800;letter-spacing:-.035em}
.demo-intro{max-width:540px;font-size:1rem;line-height:1.75}
.demo-benefit-list{display:grid;gap:13px;margin-top:27px}
.demo-benefit-list div{display:flex;align-items:center;gap:10px;color:#263d59;font-weight:600}
.demo-benefit-list i{color:#1670ff;font-size:1.08rem}
.demo-request-form{
    padding:24px;
    background:#fff;
    border:1px solid #dfe8f2;
    border-radius:19px;
    box-shadow:0 14px 38px rgba(25,64,108,.055);
}
.demo-form-label{
    display:block;margin-bottom:7px;
    color:#263950;font-size:.78rem;font-weight:700;
}
.demo-form-label span{color:#1269f4}
.demo-input-wrap{position:relative}
.demo-input-wrap>i{
    position:absolute;left:14px;top:50%;transform:translateY(-50%);
    z-index:2;color:#7990aa;font-size:.92rem;
}
.demo-input-wrap .form-control{padding-left:40px}
.demo-request-form .form-control,
.demo-request-form .form-select{
    min-height:50px;
    border:1px solid #d8e2ed;
    border-radius:11px;
    background-color:#fff;
    font-size:.92rem;
    box-shadow:none;
}
.demo-request-form .form-control:focus,
.demo-request-form .form-select:focus{
    border-color:#6ea3ff;
    box-shadow:0 0 0 3px rgba(30,111,255,.09);
}
.demo-request-form .demo-message{min-height:112px;padding:13px 14px;resize:vertical}
.demo-field-help{margin-top:6px;color:#8796a8;font-size:.71rem}
.demo-submit-btn{
    min-height:52px;border-radius:11px;
    font-size:.94rem;font-weight:700;
}
.demo-security-note{
    display:flex;align-items:flex-start;justify-content:center;gap:7px;
    margin-top:11px;color:#8392a4;font-size:.69rem;line-height:1.45;text-align:center;
}
.demo-security-note i{color:#25a36f}
.demo-alert{display:flex;gap:9px;align-items:center;border-radius:12px;font-size:.83rem}
.demo-hp{
    position:absolute!important;
    width:1px!important;height:1px!important;
    padding:0!important;margin:-1px!important;
    overflow:hidden!important;clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;border:0!important;
}
@media(max-width:991px){
    .demo-box-pro{padding:30px}
}
@media(max-width:575px){
    .demo-box-pro{padding:20px 15px;border-radius:18px}
    .demo-request-form{padding:17px 14px}
}


/* ===== Super Pass Web Ana Sayfa V2 - Orantılı Çözüm Kartları ===== */
@media (min-width: 992px){
    .dynamic-solutions-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:20px;
        align-items:stretch;
    }
    .dynamic-solutions-grid .solution-card,
    .dynamic-solutions-grid .solution-card-featured{
        grid-column:auto;
        display:flex;
        flex-direction:column;
        min-width:0;
        min-height:395px;
        height:100%;
        padding:26px;
    }
    .dynamic-solutions-grid .solution-card-featured{
        grid-template-columns:none;
    }
    .dynamic-solutions-grid .solution-card-featured .solution-card-top{
        grid-column:auto;
    }
    .dynamic-solutions-grid .solution-card-featured .solution-content{
        padding-right:0;
    }
    .dynamic-solutions-grid .solution-content{
        display:flex;
        flex:1;
        flex-direction:column;
        min-width:0;
    }
    .dynamic-solutions-grid .solution-content p{
        min-height:74px;
        margin-bottom:14px;
    }
    .dynamic-solutions-grid .dynamic-solution-image,
    .dynamic-solutions-grid .dynamic-solution-placeholder{
        width:100%;
        height:126px;
        min-height:126px;
        margin-top:auto;
    }
    .dynamic-solutions-grid .card-detail-link{
        margin-top:14px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px){
    .dynamic-solutions-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:18px;
    }
    .dynamic-solutions-grid .solution-card,
    .dynamic-solutions-grid .solution-card-featured{
        grid-column:auto;
        display:flex;
        flex-direction:column;
        min-height:370px;
    }
}
@media (max-width: 767.98px){
    .dynamic-solutions-grid .solution-card,
    .dynamic-solutions-grid .solution-card-featured{
        min-height:0;
    }
}

.business-integrations-section{background:#fff}.business-integrations-heading{max-width:780px;margin-bottom:36px}.business-integrations-heading h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.04em}.business-integrations-heading p{color:#6e8199;line-height:1.7}.business-integration-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.business-integration-card{padding:20px;border:1px solid #dce6f1;border-radius:18px;background:#fff;text-align:center;transition:.2s}.business-integration-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(20,55,95,.08)}.business-integration-top{display:flex;justify-content:space-between;color:#176cff;font-size:.65rem;font-weight:800}.business-integration-top small{color:#24a36d}.business-integration-logo{height:90px;display:grid;place-items:center;color:#176cff;font-size:1.6rem}.business-integration-logo img{max-width:150px;max-height:62px;object-fit:contain}.business-integration-card h3{font-size:1rem;font-weight:800}.business-integration-card p{min-height:42px;color:#8190a3;font-size:.72rem;line-height:1.55}.business-integration-card a{color:#176cff;font-size:.7rem;font-weight:700;text-decoration:none}.business-integration-note{text-align:center;margin-top:22px;color:#8192a7;font-size:.72rem}.business-integration-note i{color:#176cff}@media(max-width:1050px){.business-integration-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.business-integration-grid{grid-template-columns:1fr}}
