@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
    --drb-accent: #6d5dfc;
    --drb-accent-dark: #5141e6;
    --drb-ink: #111426;
    --drb-muted: #697086;
    --drb-surface: #f5f6fb;
    --drb-border: #e4e7f0;
    --drb-white: #fff;
    --bs-primary: var(--drb-accent);
    --bs-primary-rgb: 109, 93, 252;
    --bs-body-font-family: 'Manrope', sans-serif;
    --bs-body-color: var(--drb-ink);
    --bs-border-radius: .8rem;
    --bs-border-radius-lg: 1.25rem;
}

html { scroll-behavior: smooth; }
html, body { min-height: 100%; }
body {
    margin: 0;
    background: var(--drb-white);
    color: var(--drb-ink);
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
a { color: var(--drb-accent); text-decoration: none; }
a:hover { color: var(--drb-accent-dark); }
#app { flex: 1 0 auto; }

.drb-wide {
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
    padding-inline: clamp(1.15rem, 4vw, 5rem);
}

.drb-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid rgba(228, 231, 240, .85);
    box-shadow: 0 8px 30px rgba(17, 20, 38, .04);
    backdrop-filter: blur(18px);
}
.drb-navbar { min-height: 82px; padding: .65rem 0; }
.navbar-inner { display: flex; align-items: center; }
.navbar-brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--drb-ink); }
.navbar-brand img { max-width: 190px; max-height: 56px; object-fit: contain; }
.brand-mark {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--drb-accent), #9a8cff);
    border-radius: 13px;
    font-size: 1.35rem;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(109, 93, 252, .3);
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 1.02rem; font-weight: 800; }
.brand-copy small { margin-top: .3rem; color: var(--drb-muted); font-size: .61rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.drb-navbar .nav-link { position: relative; padding: .7rem .9rem !important; color: #484e61; font-size: .9rem; font-weight: 700; }
.drb-navbar .nav-link:hover, .drb-navbar .nav-link.active { color: var(--drb-ink); }
.drb-navbar .nav-link.active::after {
    position: absolute;
    right: .9rem;
    bottom: .25rem;
    left: .9rem;
    height: 2px;
    content: '';
    background: var(--drb-accent);
    border-radius: 9px;
}
.navbar-account { align-items: center; gap: .45rem; }
.navbar-toggler { border: 0; box-shadow: none !important; }
.user-link { display: flex; align-items: center; gap: .5rem; }
.user-avatar { display: grid; width: 32px; height: 32px; place-items: center; color: #fff; background: var(--drb-accent); border-radius: 50%; font-size: .78rem; }
.dropdown-menu { padding: .65rem; border: 1px solid var(--drb-border); border-radius: 1rem; box-shadow: 0 18px 55px rgba(17, 20, 38, .13); }
.dropdown-item { padding: .65rem .75rem; border-radius: .55rem; font-weight: 600; }
.dropdown-item:hover, .dropdown-item.active { color: var(--drb-ink); background: #f0efff; }

.btn { border-radius: .72rem; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-drb, .btn-primary {
    color: #fff !important;
    background: var(--drb-accent) !important;
    border-color: var(--drb-accent) !important;
    box-shadow: 0 10px 24px rgba(109, 93, 252, .22);
}
.btn-drb:hover, .btn-primary:hover { background: var(--drb-accent-dark) !important; border-color: var(--drb-accent-dark) !important; box-shadow: 0 14px 30px rgba(109, 93, 252, .3); }
.btn-outline-drb { color: #fff; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.07); }
.btn-outline-drb:hover { color: #fff; border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.13); }

.hero {
    position: relative;
    min-height: min(790px, calc(100vh - 82px));
    background:
        linear-gradient(120deg, rgba(14,16,32,.98), rgba(23,24,49,.95)),
        var(--drb-ink);
    isolation: isolate;
    overflow: hidden;
}
.hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: '';
    opacity: .22;
    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: 64px 64px;
    mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
.hero-grid { min-height: inherit; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: clamp(3rem, 6vw, 8rem); padding-block: clamp(5rem, 9vw, 9rem); }
.hero-content { max-width: 850px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: .5rem; color: #a99fff; font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { padding: .55rem .8rem; border: 1px solid rgba(169,159,255,.24); background: rgba(109,93,252,.1); border-radius: 999px; }
.hero h1 { max-width: 900px; margin: 1.35rem 0 1.4rem; color: #fff; font-size: clamp(3rem, 5.2vw, 6.7rem); font-weight: 800; letter-spacing: -.055em; line-height: .98; }
.hero-content > p { max-width: 760px; margin: 0; color: #bfc3d5; font-size: clamp(1.05rem, 1.4vw, 1.35rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.hero-actions .btn { padding: .92rem 1.35rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 2rem; color: #aeb3c8; font-size: .82rem; font-weight: 600; }
.hero-trust i { margin-right: .35rem; color: #73e1b5; }
.hero-glow { position: absolute; z-index: -1; width: 550px; height: 550px; border-radius: 50%; filter: blur(130px); opacity: .3; }
.hero-glow-one { top: -260px; right: 8%; background: var(--drb-accent); }
.hero-glow-two { bottom: -330px; left: 20%; background: #2d78ff; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.visual-card { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.08); box-shadow: 0 35px 80px rgba(0,0,0,.35); backdrop-filter: blur(16px); }
.visual-main { width: min(100%, 680px); overflow: hidden; border-radius: 1.6rem; transform: perspective(1100px) rotateY(-6deg) rotateX(2deg); }
.visual-top { display: flex; gap: .45rem; padding: 1rem 1.2rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.visual-top span { width: 9px; height: 9px; background: rgba(255,255,255,.32); border-radius: 50%; }
.visual-body { padding: clamp(1.6rem, 4vw, 3.2rem); }
.visual-label { color: #a99fff; font-size: .7rem; font-weight: 800; letter-spacing: .16em; }
.visual-chart { height: 210px; display: flex; align-items: end; gap: clamp(.7rem, 2vw, 1.25rem); margin: 2rem 0; padding: 1.2rem; border: 1px solid rgba(255,255,255,.08); border-radius: 1rem; background: rgba(8,10,24,.4); }
.visual-chart i { flex: 1; min-width: 18px; background: linear-gradient(to top, var(--drb-accent), #a99fff); border-radius: .45rem .45rem .15rem .15rem; box-shadow: 0 0 25px rgba(109,93,252,.22); }
.visual-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.visual-stats span { padding: 1rem; color: #9ea4bc; border: 1px solid rgba(255,255,255,.08); border-radius: .8rem; background: rgba(255,255,255,.04); font-size: .75rem; }
.visual-stats b { display: block; margin-bottom: .25rem; color: #fff; font-size: 1.25rem; }
.floating-card { position: absolute; right: -1rem; bottom: 6%; display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; color: #fff; border-radius: 1rem; animation: float 5s ease-in-out infinite; }
.floating-card > i { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--drb-accent); border-radius: .75rem; }
.floating-card span { display: grid; }
.floating-card small { margin-top: .2rem; color: #b8bdd0; }
@keyframes float { 50% { transform: translateY(-12px); } }

.trust-strip { border-bottom: 1px solid var(--drb-border); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: .85rem; padding: 1.7rem 1rem; border-right: 1px solid var(--drb-border); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid i { color: var(--drb-accent); font-size: 1.55rem; }
.trust-grid span { display: grid; }
.trust-grid b { font-size: .88rem; }
.trust-grid small { margin-top: .12rem; color: var(--drb-muted); font-size: .72rem; }

.drb-section { padding-block: clamp(4.8rem, 7vw, 8rem); }
.section-muted { background: var(--drb-surface); }
.section-dark { color: #fff; background: var(--drb-ink); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .6fr); align-items: end; gap: 2rem; margin-bottom: 3rem; }
.section-heading h2 { max-width: 820px; margin: .7rem 0 0; font-size: clamp(2rem, 3.3vw, 3.75rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.08; }
.section-heading > p { max-width: 600px; margin: 0; color: var(--drb-muted); line-height: 1.8; }
.section-heading.light > p { color: #aeb3c8; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); }
.service-card, .drb-card {
    position: relative;
    padding: clamp(1.5rem, 2.4vw, 2.5rem);
    overflow: hidden;
    border: 1px solid var(--drb-border);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 18px 55px rgba(17,20,38,.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover, .drb-card:hover { border-color: rgba(109,93,252,.3); box-shadow: 0 28px 65px rgba(17,20,38,.1); transform: translateY(-5px); }
.service-card.featured { color: #fff; border-color: transparent; background: linear-gradient(135deg, var(--drb-accent), #4938d5); }
.service-icon { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 2.4rem; color: var(--drb-accent); background: #f0efff; border-radius: 1rem; font-size: 1.6rem; }
.featured .service-icon { color: #fff; background: rgba(255,255,255,.15); }
.service-card h3 { margin-bottom: .8rem; font-size: 1.35rem; font-weight: 800; }
.service-card p { min-height: 78px; color: var(--drb-muted); line-height: 1.7; }
.featured p { color: rgba(255,255,255,.78); }
.service-card a { display: inline-flex; align-items: center; gap: .35rem; margin-top: 1rem; font-size: .88rem; font-weight: 800; }
.featured a { color: #fff; }

.server-grid, .post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.status { display: inline-block; margin-bottom: 1rem; padding: .35rem .65rem; border-radius: 999px; font-size: .72rem; font-weight: 800; }
.status.online { color: #087b4f; background: #dcf8eb; }
.status.offline { color: #ae2932; background: #fee7e8; }
.progress { height: 8px; margin-bottom: .75rem; background: #e8e9f0; }
.progress-bar { background: var(--drb-accent); }
.post-card { overflow: hidden; color: var(--drb-ink); border: 1px solid rgba(255,255,255,.1); border-radius: 1.2rem; background: #fff; }
.post-image { display: block; height: 220px; overflow: hidden; }
.post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-image img { transform: scale(1.04); }
.post-content { padding: 1.6rem; }
.post-content > span { color: var(--drb-accent); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.post-content h3 { margin: .65rem 0; font-size: 1.25rem; font-weight: 800; }
.post-content p { color: var(--drb-muted); line-height: 1.65; }
.post-content a { font-weight: 800; }

.cta-section { padding-block: clamp(3.5rem, 6vw, 6rem); background: var(--drb-surface); }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: clamp(2rem, 4vw, 4rem); color: #fff; border-radius: 1.6rem; background: linear-gradient(120deg, var(--drb-accent), #3c2cbc); box-shadow: 0 28px 70px rgba(82,65,230,.25); }
.cta-card h2 { max-width: 900px; margin: .6rem 0; font-size: clamp(2rem, 3vw, 3.4rem); font-weight: 800; letter-spacing: -.035em; }
.cta-card p { margin: 0; color: rgba(255,255,255,.8); }
.cta-card .section-kicker { color: rgba(255,255,255,.7); }
.cta-card .btn { flex: 0 0 auto; padding: 1rem 1.3rem; color: var(--drb-accent); }

.drb-page { min-height: 65vh; padding-block: clamp(2.5rem, 5vw, 5rem); background: var(--drb-surface); }
.drb-page h1 { margin-bottom: 1.8rem; font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 800; letter-spacing: -.035em; }
.card { border: 1px solid var(--drb-border); border-radius: 1.1rem; box-shadow: 0 16px 50px rgba(17,20,38,.07); }
.card-body { padding: clamp(1.25rem, 2vw, 2rem); }
.form-control, .form-select { min-height: 48px; border-color: var(--drb-border); border-radius: .7rem; }
.form-control:focus, .form-select:focus { border-color: var(--drb-accent); box-shadow: 0 0 0 .2rem rgba(109,93,252,.13); }

.drb-footer { padding: 4rem 0 1.5rem; color: #aeb3c8; background: #0b0d19; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: start; gap: 3rem; }
.footer-brand { color: #fff; font-size: 1.25rem; font-weight: 800; }
.footer-copy { max-width: 520px; margin: .8rem 0 0; font-size: .88rem; line-height: 1.7; }
.footer-nav { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; }
.footer-nav a { color: #c7cada; font-size: .84rem; font-weight: 600; }
.footer-nav a:hover { color: #fff; }
.footer-socials { display: flex; gap: .55rem; }
.footer-socials a { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.12); border-radius: .7rem; background: rgba(255,255,255,.04); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.08); font-size: .75rem; }

@media (min-width: 2000px) {
    .drb-wide { max-width: 2200px; }
    .hero-grid { grid-template-columns: 1.1fr .9fr; }
}
@media (max-width: 1199.98px) {
    .hero-grid { grid-template-columns: 1fr .8fr; gap: 2.5rem; }
    .hero h1 { font-size: clamp(3rem, 5.4vw, 5rem); }
    .floating-card { right: 0; }
}
@media (max-width: 991.98px) {
    .drb-navbar { min-height: 72px; }
    .navbar-collapse { margin-top: .8rem; padding: .8rem; border: 1px solid var(--drb-border); border-radius: 1rem; background: #fff; }
    .navbar-account { align-items: stretch; }
    .drb-navbar .nav-link.active::after { display: none; }
    .hero { min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; padding-block: 5rem; }
    .hero-content { max-width: 820px; }
    .hero-visual { min-height: 390px; }
    .visual-main { max-width: 650px; }
    .trust-grid { grid-template-columns: 1fr 1fr; }
    .trust-grid > div:nth-child(2) { border-right: 0; }
    .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--drb-border); }
    .service-grid, .post-grid, .server-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-card:last-child { grid-column: 1 / -1; }
    .section-heading { grid-template-columns: 1fr; }
    .cta-card { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 575.98px) {
    .drb-wide { padding-inline: 1rem; }
    .brand-copy small { display: none; }
    .hero-grid { padding-block: 3.8rem; }
    .hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .hero-trust { align-items: flex-start; flex-direction: column; gap: .75rem; }
    .hero-visual { min-height: 300px; }
    .visual-main { transform: none; }
    .visual-chart { height: 150px; padding: .8rem; }
    .floating-card { right: -.2rem; bottom: -1rem; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid > div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--drb-border); }
    .service-grid, .post-grid, .server-grid { grid-template-columns: 1fr; }
    .service-card:last-child { grid-column: auto; }
    .section-heading { margin-bottom: 2rem; }
    .cta-card { border-radius: 1.2rem; }
    .cta-card .btn { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
