
/* UST Bilişim Browser Extensions v1.0.0 */
.ust-browser-extensions{
    --ube-bg:#0e1012;
    --ube-panel:#15171a;
    --ube-panel-soft:#191b1f;
    --ube-line:rgba(255,255,255,.10);
    --ube-text:#f6f7f8;
    --ube-muted:#a4a8ad;
    --ube-orange:#ff5a1f;
    --ube-green:#59d38a;
    background:var(--ube-bg);
    color:var(--ube-text);
    position:relative;
    overflow:hidden;
}
.ust-browser-extensions *{box-sizing:border-box}
.ube-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.ube-hero{
    position:relative;
    padding:108px 0 84px;
    border-bottom:1px solid var(--ube-line);
    background:
        radial-gradient(circle at 82% 16%,rgba(255,90,31,.17),transparent 30rem),
        linear-gradient(180deg,#101214 0%,#0e1012 100%);
}
.ube-hero:before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.23;
    background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
    background-size:48px 48px;
    mask-image:linear-gradient(to bottom,black,transparent 82%);
}
.ube-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:66px;align-items:center}
.ube-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--ube-orange);font-size:11px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
.ube-eyebrow:before{content:"";width:28px;height:1px;background:currentColor}
.ube-hero h1{color:#fff;font-size:clamp(44px,5.2vw,72px);line-height:1.02;letter-spacing:-.055em;margin:16px 0 22px;max-width:820px}
.ube-lead{color:var(--ube-muted);font-size:18px;line-height:1.72;max-width:760px;margin:0}
.ube-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}
.ube-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:48px;
    padding:0 18px;
    border-radius:9px;
    border:1px solid transparent;
    font-size:13px;
    font-weight:800;
    line-height:1;
    text-decoration:none!important;
    transition:.18s ease;
}
.ube-btn-primary{background:var(--ube-orange);color:#fff!important}
.ube-btn-primary:hover{transform:translateY(-1px);background:#ff713e}
.ube-btn-secondary{background:#17191c;border-color:#34373c;color:#fff!important}
.ube-btn-secondary:hover{border-color:#54575e;background:#1b1d21}
.ube-btn-disabled{background:#1a1c20;border-color:#303238;color:#858a90!important;cursor:default}
.ube-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.ube-pill{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #32353a;border-radius:999px;color:#c5c8cc;font-size:11px;background:rgba(255,255,255,.025)}
.ube-pill i{color:var(--ube-green)}
.ube-note{margin-top:14px;color:#858a90;font-size:12px;line-height:1.55;max-width:690px}
.ube-product-visual{position:relative;min-height:440px}
.ube-product-card{
    position:absolute;
    inset:0;
    padding:28px;
    border-radius:24px;
    border:1px solid #303238;
    background:linear-gradient(145deg,#1b1d21,#111315);
    box-shadow:0 34px 90px rgba(0,0,0,.34);
    overflow:hidden;
}
.ube-product-card:after{
    content:"";
    position:absolute;
    width:230px;height:230px;border-radius:50%;
    right:-70px;top:-80px;
    background:rgba(255,90,31,.14);
    filter:blur(45px);
}
.ube-product-top{position:relative;z-index:1;display:flex;align-items:center;gap:15px}
.ube-product-icon{width:68px;height:68px;border-radius:17px;object-fit:contain}
.ube-product-name strong{display:block;color:#fff;font-size:17px}
.ube-product-name span{display:block;color:#8d9298;font-size:11px;margin-top:4px}
.ube-preview{
    position:absolute;
    left:28px;right:28px;top:122px;bottom:28px;
    overflow:hidden;
    border:1px solid #34373c;
    border-radius:15px;
    background:#090a0b;
}
.ube-preview img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}
.ube-preview-label{position:absolute;right:40px;top:134px;z-index:2;padding:7px 9px;border:1px solid #3b3e44;border-radius:999px;background:rgba(14,16,18,.82);color:#d1d3d6;font-size:10px;backdrop-filter:blur(10px)}
.ube-section{padding:78px 0;border-bottom:1px solid var(--ube-line)}
.ube-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:30px}
.ube-section-head h2{color:#fff;font-size:34px;line-height:1.12;letter-spacing:-.035em;margin:8px 0 0;max-width:680px}
.ube-section-head p{color:var(--ube-muted);line-height:1.65;margin:0;max-width:570px}
.ube-extension-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ube-extension-card{
    display:flex;
    flex-direction:column;
    min-height:100%;
    padding:23px;
    border:1px solid var(--ube-line);
    border-radius:16px;
    background:var(--ube-panel);
    transition:.18s ease;
}
.ube-extension-card:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.2)}
.ube-card-icon{width:54px;height:54px;border-radius:13px;object-fit:contain}
.ube-extension-card h3{color:#fff;font-size:20px;line-height:1.3;letter-spacing:-.02em;margin:18px 0 9px}
.ube-extension-card p{color:var(--ube-muted);line-height:1.62;margin:0}
.ube-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:22px}
.ube-text-link{color:#fff!important;font-size:12px;font-weight:800;text-decoration:none!important}
.ube-text-link:hover{color:var(--ube-orange)!important}
.ube-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;list-style:none;padding:0;margin:0}
.ube-features li{display:flex;gap:11px;align-items:flex-start;padding:15px 16px;border:1px solid var(--ube-line);border-radius:12px;background:var(--ube-panel);color:#d7d9dc;line-height:1.5}
.ube-features i{color:var(--ube-green);margin-top:4px}
.ube-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.ube-step{padding:22px;border:1px solid var(--ube-line);border-radius:15px;background:var(--ube-panel)}
.ube-step-number{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:rgba(255,90,31,.12);color:var(--ube-orange);font-size:11px;font-weight:900}
.ube-step h3{color:#fff;font-size:18px;margin:16px 0 7px}.ube-step p{color:var(--ube-muted);margin:0;line-height:1.6}
.ube-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.ube-trust{padding:22px;border-top:2px solid #303238;background:#141619}
.ube-trust strong{display:block;color:#fff;font-size:16px}.ube-trust span{display:block;color:#8f949a;font-size:12px;line-height:1.55;margin-top:6px}
.ube-callout{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;padding:27px;border:1px solid #403027;border-radius:16px;background:linear-gradient(135deg,rgba(255,90,31,.09),rgba(255,90,31,.02))}
.ube-callout h3{color:#fff;font-size:22px;margin:0 0 7px}.ube-callout p{color:var(--ube-muted);margin:0;line-height:1.6}
.ube-faq{display:grid;gap:8px}
.ube-faq details{padding:17px 18px;border:1px solid var(--ube-line);border-radius:12px;background:var(--ube-panel)}
.ube-faq summary{color:#fff;cursor:pointer;font-weight:800;list-style-position:inside}
.ube-faq p{color:var(--ube-muted);margin:12px 0 0;line-height:1.65}
.ube-privacy{max-width:900px}
.ube-privacy h1{color:#fff;font-size:44px;line-height:1.1;letter-spacing:-.04em;margin:14px 0 18px}
.ube-privacy h2{color:#fff;font-size:22px;margin:35px 0 10px}.ube-privacy p,.ube-privacy li{color:var(--ube-muted);line-height:1.75}
.ube-privacy a{color:#ff8b60}
.ube-privacy-note{padding:17px 18px!important;border-left:3px solid var(--ube-green);background:#121b15;color:#cae9d6!important}
@media(max-width:991px){
    .ube-hero-grid{grid-template-columns:1fr;gap:42px}
    .ube-product-visual{min-height:390px}
    .ube-extension-grid{grid-template-columns:1fr 1fr}
    .ube-section-head{align-items:flex-start;flex-direction:column}
    .ube-trust-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
    .ube-wrap{width:min(100% - 24px,1180px)}
    .ube-hero{padding:76px 0 58px}
    .ube-product-visual{min-height:330px}
    .ube-product-card{padding:20px}
    .ube-preview{left:20px;right:20px;top:110px;bottom:20px}
    .ube-extension-grid,.ube-features,.ube-steps{grid-template-columns:1fr}
    .ube-callout{grid-template-columns:1fr}
    .ube-section{padding:58px 0}
}
