/* Sorov Ahmed — BrandToki Priority Style
   Dark agency mood + clean typography + smooth MISUN-style motion.
*/

:root {
    --bt-bg: #0d1117;
    --bt-bg-2: #111820;
    --bt-card: rgba(255,255,255,.055);
    --bt-card-2: rgba(255,255,255,.078);
    --bt-border: rgba(255,255,255,.12);
    --bt-text: rgba(255,255,255,.84);
    --bt-muted: rgba(255,255,255,.58);
    --bt-green: #00d88c;
    --bt-green-2: #00b978;
    --bt-white: #f7f8fa;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background: var(--bt-bg) !important;
    color: var(--bt-white) !important;
}

.btv2 {
    position: relative;
    background:
        radial-gradient(circle at 15% 2%, rgba(0,216,140,.13), transparent 25%),
        radial-gradient(circle at 85% 20%, rgba(0,216,140,.07), transparent 30%),
        var(--bt-bg);
    color: var(--bt-white);
    isolation: isolate;
}

.btv2::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .22;
    background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 90%);
}

.btv2-container {
    width: min(1160px, calc(100% - 42px));
    margin: 0 auto;
}

.btv2 h1,
.btv2 h2,
.btv2 h3,
.btv2 p {
    margin: 0;
}

.btv2 h1,
.btv2 h2,
.btv2 h3 {
    font-weight: 700;
    letter-spacing: -1.1px;
}

.btv2 p {
    color: var(--bt-muted);
    line-height: 1.75;
    font-size: 16px;
}

.btv2-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}

.btv2-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.btv2-pill,
.btv2-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid var(--bt-border);
    background: rgba(255,255,255,.045);
    color: rgba(255,255,255,.82);
    font-size: 14px;
    font-weight: 650;
}

.btv2-kicker {
    color: var(--bt-green);
    background: rgba(0,216,140,.08);
    border-color: rgba(0,216,140,.18);
}

.btv2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 13px 19px;
    border-radius: 13px;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: .24s ease;
    cursor: pointer;
}

.btv2-btn:hover {
    transform: translateY(-2px);
}

.btv2-btn-primary {
    background: var(--bt-green);
    color: #07130e;
}

.btv2-btn-primary:hover {
    color: #07130e;
    background: #00ef9b;
}

.btv2-btn-dark {
    color: #fff;
    background: rgba(255,255,255,.045);
    border-color: var(--bt-border);
}

.btv2-btn-dark:hover {
    color: #fff;
    border-color: rgba(0,216,140,.36);
}

/* Header small fix */
.navbar-brand img,
.logo img,
.site-logo img,
.header-logo img,
.custom-logo,
header img.logo {
    max-height: 42px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Hero */
.btv2-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    padding: 88px 0 76px;
    overflow: hidden;
}

.btv2-bg-word {
    position: absolute;
    right: -4vw;
    top: 9%;
    font-size: clamp(100px, 18vw, 260px);
    line-height: .8;
    font-weight: 900;
    letter-spacing: -10px;
    color: rgba(255,255,255,.035);
    pointer-events: none;
    user-select: none;
}

.btv2-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    gap: 42px;
    align-items: center;
}

.btv2-hero h1 {
    max-width: 840px;
    margin-top: 22px;
    font-size: clamp(48px, 6.5vw, 82px);
    line-height: .98;
}

.btv2-hero h1::selection,
.btv2 h2::selection {
    background: var(--bt-green);
    color: #07130e;
}

.btv2-hero p {
    max-width: 700px;
    margin-top: 22px;
    font-size: 18px;
}

.btv2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 32px;
}

.btv2-hero-card {
    position: relative;
    overflow: hidden;
    padding: 26px;
    border-radius: 30px;
    border: 1px solid var(--bt-border);
    background:
        radial-gradient(circle at 85% 0%, rgba(0,216,140,.20), transparent 35%),
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
    box-shadow: 0 30px 80px rgba(0,0,0,.22);
}

.btv2-card-orbit {
    position: absolute;
    width: 260px;
    height: 260px;
    right: -95px;
    top: -90px;
    border-radius: 50%;
    border: 1px dashed rgba(0,216,140,.30);
    animation: btv2Rotate 26s linear infinite;
}

.btv2-hero-label {
    position: relative;
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    color: #07130e;
    background: var(--bt-green);
    font-size: 13px;
    font-weight: 800;
}

.btv2-big-service {
    position: relative;
    margin-top: 18px;
    padding: 22px;
    border-radius: 20px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.10);
    font-size: 25px;
    font-weight: 750;
    line-height: 1.2;
}

.btv2-big-service span {
    display: block;
    margin-bottom: 8px;
    color: var(--bt-green);
    font-size: 14px;
    font-weight: 800;
}

.btv2-hero-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: rgba(255,255,255,.72);
    font-size: 15px;
}

.btv2-hero-note i {
    color: var(--bt-green);
}

@keyframes btv2Rotate {
    to { transform: rotate(360deg); }
}

/* Marquee */
.btv2-marquee {
    overflow: hidden;
    padding: 18px 0;
    border-top: 1px solid var(--bt-border);
    border-bottom: 1px solid var(--bt-border);
    background: rgba(255,255,255,.026);
}

.btv2-marquee-track {
    display: flex;
    gap: 36px;
    min-width: max-content;
    animation: btv2Marquee 28s linear infinite;
}

.btv2-marquee span {
    color: rgba(255,255,255,.78);
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.btv2-marquee span::before {
    content: "✦";
    margin-right: 18px;
    color: var(--bt-green);
}

@keyframes btv2Marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Sections */
.btv2-section {
    padding: 86px 0;
}

.btv2-dark-block {
    background: rgba(255,255,255,.022);
    border-top: 1px solid rgba(255,255,255,.055);
    border-bottom: 1px solid rgba(255,255,255,.055);
}

.btv2-section-head {
    max-width: 820px;
    margin-bottom: 38px;
}

.btv2-section-head-row {
    display: flex;
    max-width: 100%;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.btv2-section-head h2 {
    margin-top: 14px;
    max-width: 780px;
    font-size: clamp(36px, 5vw, 62px);
    line-height: 1.06;
}

.btv2-section-head p {
    margin-top: 13px;
    max-width: 700px;
}

/* Proof */
.btv2-proof {
    padding: 42px 0;
}

.btv2-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.btv2-proof-item {
    padding: 22px;
    border-radius: 22px;
    background: rgba(255,255,255,.045);
    border: 1px solid var(--bt-border);
}

.btv2-proof-item strong {
    display: block;
    color: var(--bt-green);
    font-size: 34px;
    line-height: 1;
}

.btv2-proof-item span {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.68);
    font-size: 14px;
}

/* Service rows */
.btv2-service-list {
    display: grid;
    gap: 12px;
}

.btv2-service-row {
    display: grid;
    grid-template-columns: 58px 58px 1fr 48px;
    gap: 18px;
    align-items: center;
    padding: 20px;
    border-radius: 22px;
    background: rgba(255,255,255,.045);
    border: 1px solid var(--bt-border);
    transition: .24s ease;
}

.btv2-service-row:hover {
    transform: translateX(8px);
    border-color: rgba(0,216,140,.30);
    background: rgba(255,255,255,.06);
}

.btv2-service-row > span {
    color: var(--bt-green);
    font-weight: 800;
}

.btv2-service-row > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(0,216,140,.10);
    color: var(--bt-green);
    font-size: 24px;
}

.btv2-service-row h3 {
    font-size: 24px;
}

.btv2-service-row p {
    margin-top: 6px;
    font-size: 15px;
}

.btv2-service-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.05);
    border: 1px solid var(--bt-border);
    text-decoration: none;
}

/* Work */
.btv2-work-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 22px;
}

.btv2-work-card {
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid var(--bt-border);
    background: rgba(255,255,255,.045);
    transition: .24s ease;
}

.btv2-work-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0,216,140,.32);
}

.btv2-work-card:nth-child(3n + 1) {
    grid-row: span 2;
}

.btv2-work-img {
    display: block;
    overflow: hidden;
    background: rgba(255,255,255,.035);
}

.btv2-work-img img,
.btv2-img-empty {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bt-muted);
    transition: transform .5s ease;
}

.btv2-work-card:nth-child(3n + 1) .btv2-work-img img,
.btv2-work-card:nth-child(3n + 1) .btv2-img-empty {
    aspect-ratio: 4 / 4.6;
}

.btv2-work-card:hover img {
    transform: scale(1.05);
}

.btv2-work-info {
    padding: 20px;
}

.btv2-work-info span {
    color: var(--bt-green);
    font-size: 13px;
    font-weight: 700;
}

.btv2-work-info h3 {
    margin-top: 6px;
    font-size: 25px;
}

.btv2-work-info a {
    display: inline-flex;
    gap: 8px;
    margin-top: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.btv2-empty {
    grid-column: 1 / -1;
    padding: 28px;
    border-radius: 24px;
    background: rgba(255,255,255,.045);
    border: 1px solid var(--bt-border);
}

/* CTA */
.btv2-cta {
    padding: 70px 0;
}

.btv2-cta-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    padding: 42px;
    border-radius: 30px;
    border: 1px solid rgba(0,216,140,.20);
    background:
        radial-gradient(circle at 100% 0%, rgba(0,216,140,.16), transparent 30%),
        rgba(255,255,255,.045);
}

.btv2-cta h2 {
    max-width: 720px;
    margin-top: 14px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.08;
}

.btv2-cta p {
    max-width: 650px;
    margin-top: 12px;
}

/* Pricing */
.btv2-price-grid,
.btv2-feedback-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.btv2-price-card,
.btv2-feedback-card,
.btv2-faq,
.btv2-form,
.btv2-contact-info {
    border-radius: 24px;
    background: rgba(255,255,255,.045);
    border: 1px solid var(--bt-border);
}

.btv2-price-card {
    padding: 24px;
}

.btv2-price-card.featured {
    border-color: rgba(0,216,140,.35);
    background:
        radial-gradient(circle at 100% 0%, rgba(0,216,140,.12), transparent 30%),
        rgba(255,255,255,.055);
}

.btv2-price-badge {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--bt-green);
    color: #07130e;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 14px;
}

.btv2-price-card h3 {
    font-size: 24px;
}

.btv2-price-card > p {
    margin-top: 9px;
    font-size: 15px;
}

.btv2-price-value {
    margin: 22px 0;
}

.btv2-price-value del {
    display: block;
    color: rgba(255,255,255,.38);
    margin-bottom: 5px;
}

.btv2-price-value strong {
    display: block;
    font-size: 34px;
    line-height: 1;
}

.btv2-price-value span {
    display: block;
    margin-top: 6px;
    color: var(--bt-muted);
    font-size: 14px;
}

.btv2-price-card ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0 0 22px;
    list-style: none;
}

.btv2-price-card li {
    display: flex;
    gap: 9px;
    color: rgba(255,255,255,.72);
    font-size: 15px;
}

.btv2-price-card li i {
    color: var(--bt-green);
}

/* Feedback */
.btv2-feedback-card {
    padding: 24px;
}

.btv2-stars {
    color: #facc15;
    margin-bottom: 18px;
}

.btv2-feedback-card p {
    font-size: 15px;
}

.btv2-client {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 22px;
}

.btv2-client img,
.btv2-client > span {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    border-radius: 50%;
    object-fit: cover;
}

.btv2-client > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bt-green);
    color: #07130e;
    font-weight: 800;
}

.btv2-client strong,
.btv2-client small {
    display: block;
}

.btv2-client small {
    color: var(--bt-muted);
}

/* FAQ */
.btv2-faq-list {
    display: grid;
    gap: 12px;
}

.btv2-faq {
    padding: 18px 22px;
}

.btv2-faq summary {
    cursor: pointer;
    color: #fff;
    font-weight: 700;
}

.btv2-faq p {
    margin-top: 12px;
    font-size: 15px;
}

/* Contact */
.btv2-contact-section {
    background: rgba(255,255,255,.018);
    border-top: 1px solid rgba(255,255,255,.055);
}

.btv2-contact-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 28px;
    align-items: start;
}

.btv2-contact-copy h2 {
    margin-top: 14px;
    max-width: 540px;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.08;
}

.btv2-contact-copy p {
    max-width: 540px;
    margin-top: 14px;
}

.btv2-contact-info {
    display: grid;
    gap: 15px;
    margin-top: 28px;
    padding: 24px;
}

.btv2-contact-info small {
    display: block;
    color: var(--bt-muted);
    margin-bottom: 4px;
}

.btv2-contact-info strong {
    display: block;
    color: #fff;
    font-size: 18px;
    overflow-wrap: anywhere;
}

.btv2-form {
    padding: 24px;
}

.btv2-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.btv2-form label {
    color: rgba(255,255,255,.78);
    font-size: 14px;
    font-weight: 700;
}

.btv2-form label.full {
    grid-column: 1 / -1;
}

.btv2-form input,
.btv2-form select,
.btv2-form textarea {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 13px 14px;
    border-radius: 13px;
    border: 1px solid var(--bt-border);
    background: rgba(255,255,255,.055);
    color: #fff;
    outline: none;
}

.btv2-form input::placeholder,
.btv2-form textarea::placeholder {
    color: rgba(255,255,255,.35);
}

.btv2-form select option {
    background: #111820;
    color: #fff;
}

.btv2-form textarea {
    min-height: 130px;
    resize: vertical;
}

.btv2-form button {
    margin-top: 18px;
}

.btv2-alert {
    padding: 12px 14px;
    border-radius: 13px;
    margin-bottom: 16px;
    font-size: 14px;
}

.btv2-alert.success {
    background: rgba(0,216,140,.12);
    color: #8fffd0;
    border: 1px solid rgba(0,216,140,.25);
}

.btv2-alert.error {
    background: rgba(239,68,68,.12);
    color: #fecaca;
    border: 1px solid rgba(239,68,68,.25);
}

/* Back to top */
.scroll-top,
.back-to-top,
#backToTop,
.backtop,
.to-top {
    width: 48px !important;
    height: 48px !important;
    right: 18px !important;
    bottom: 18px !important;
    border-radius: 14px !important;
    z-index: 80 !important;
}

/* Responsive */
@media (max-width: 991px) {
    .btv2-hero {
        min-height: auto;
        padding: 62px 0;
    }

    .btv2-hero-grid,
    .btv2-contact-grid {
        grid-template-columns: 1fr;
    }

    .btv2-hero h1 {
        font-size: 48px;
    }

    .btv2-hero-card {
        max-width: 560px;
    }

    .btv2-proof-grid,
    .btv2-price-grid,
    .btv2-feedback-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .btv2-work-grid {
        grid-template-columns: 1fr;
    }

    .btv2-work-card:nth-child(3n + 1) {
        grid-row: auto;
    }

    .btv2-work-card:nth-child(3n + 1) .btv2-work-img img,
    .btv2-work-card:nth-child(3n + 1) .btv2-img-empty {
        aspect-ratio: 16 / 10;
    }

    .btv2-section-head-row,
    .btv2-cta-box {
        align-items: start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .btv2-container {
        width: min(100% - 30px, 1160px);
    }

    .btv2-bg-word {
        display: none;
    }

    .btv2-hero {
        padding: 50px 0 46px;
    }

    .btv2-hero h1 {
        font-size: 38px;
        line-height: 1.1;
        letter-spacing: -.7px;
    }

    .btv2-hero p {
        font-size: 15.5px;
    }

    .btv2-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .btv2-hero-card {
        padding: 20px;
        border-radius: 24px;
    }

    .btv2-big-service {
        padding: 18px;
        font-size: 21px;
    }

    .btv2-proof-grid,
    .btv2-price-grid,
    .btv2-feedback-grid {
        grid-template-columns: 1fr;
    }

    .btv2-section {
        padding: 58px 0;
    }

    .btv2-section-head {
        margin-bottom: 28px;
    }

    .btv2-section-head h2,
    .btv2-contact-copy h2,
    .btv2-cta h2 {
        font-size: 32px;
        line-height: 1.16;
        letter-spacing: -.6px;
    }

    .btv2-service-row {
        grid-template-columns: 44px 1fr 42px;
        gap: 12px;
        padding: 17px;
    }

    .btv2-service-row > i {
        display: none;
    }

    .btv2-service-row h3 {
        font-size: 20px;
    }

    .btv2-work-info h3 {
        font-size: 22px;
    }

    .btv2-cta-box {
        padding: 24px;
        border-radius: 24px;
    }

    .btv2-form-grid {
        grid-template-columns: 1fr;
    }

    .btv2-form,
    .btv2-contact-info {
        padding: 20px;
    }

    .btv2-form button,
    .btv2-form .btv2-btn {
        width: 100%;
    }

    .navbar-brand img,
    .logo img,
    .site-logo img,
    .header-logo img,
    .custom-logo,
    header img.logo {
        max-height: 38px !important;
        max-width: 170px !important;
    }
}

@media (max-width: 390px) {
    .btv2-hero h1 {
        font-size: 34px;
    }

    .btv2-section-head h2,
    .btv2-contact-copy h2,
    .btv2-cta h2 {
        font-size: 29px;
    }
}
