/* Sorov Ahmed — BrandToki Feel Patch
   Creative agency attitude + editorial grid + bold but controlled typography.
*/

:root {
    --btf-bg: #0c1016;
    --btf-bg-soft: #101820;
    --btf-card: rgba(255,255,255,.047);
    --btf-card-strong: rgba(255,255,255,.072);
    --btf-border: rgba(255,255,255,.115);
    --btf-text: rgba(255,255,255,.84);
    --btf-muted: rgba(255,255,255,.58);
    --btf-green: #00d88c;
    --btf-green-dark: #00b978;
    --btf-white: #f7f8fa;
}

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

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

.btfeel-page {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--btf-white);
    background:
        radial-gradient(circle at 16% 0%, rgba(0,216,140,.12), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(0,216,140,.08), transparent 30%),
        var(--btf-bg);
}

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

.btfeel-container {
    position: relative;
    z-index: 2;
    width: min(1160px, calc(100% - 42px));
    margin: 0 auto;
}

.btfeel-page h1,
.btfeel-page h2,
.btfeel-page h3,
.btfeel-page p {
    margin: 0;
}

.btfeel-page h1,
.btfeel-page h2,
.btfeel-page h3 {
    font-weight: 760;
    letter-spacing: -1.1px;
}

.btfeel-page p {
    color: var(--btf-muted);
    line-height: 1.75;
    font-size: 16px;
}

.btfeel-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .72s ease, transform .72s ease;
}

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

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

.btfeel-kicker {
    color: var(--btf-green);
    background: rgba(0,216,140,.08);
    border-color: rgba(0,216,140,.20);
}

.btfeel-btn,
.btfeel-link-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: 750;
    transition: .24s ease;
}

.btfeel-btn:hover,
.btfeel-link-btn:hover {
    transform: translateY(-2px);
}

.btfeel-btn-primary {
    background: var(--btf-green);
    color: #06120d;
}

.btfeel-btn-primary:hover {
    background: #00ef9b;
    color: #06120d;
}

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

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

/* 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 */
.btfeel-hero {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    padding: 86px 0 70px;
    overflow: hidden;
}

.btfeel-bg-word {
    position: absolute;
    pointer-events: none;
    user-select: none;
    font-weight: 900;
    line-height: .8;
    letter-spacing: -10px;
    color: rgba(255,255,255,.035);
}

.btfeel-bg-word-one {
    right: -3vw;
    top: 8%;
    font-size: clamp(110px, 19vw, 270px);
}

.btfeel-bg-word-two {
    left: -5vw;
    bottom: 2%;
    font-size: clamp(78px, 12vw, 170px);
    opacity: .7;
}

.btfeel-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(370px, .92fr);
    gap: 44px;
    align-items: center;
}

.btfeel-hero-copy h1 {
    max-width: 760px;
    margin-top: 22px;
    color: var(--btf-green);
    font-size: clamp(42px, 5.8vw, 76px);
    line-height: .98;
}

.btfeel-hero-copy h2 {
    max-width: 800px;
    margin-top: 13px;
    color: #fff;
    font-size: clamp(32px, 4.4vw, 58px);
    line-height: 1.06;
}

.btfeel-hero-copy p {
    max-width: 700px;
    margin-top: 20px;
    font-size: 17px;
}

.btfeel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
}

.btfeel-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
}

.btfeel-hero-meta span {
    padding: 8px 11px;
    border-radius: 999px;
    color: rgba(255,255,255,.70);
    background: rgba(255,255,255,.04);
    border: 1px solid var(--btf-border);
    font-size: 13px;
    font-weight: 650;
}

/* Hero visual */
.btfeel-hero-visual {
    position: relative;
    min-height: 560px;
    perspective: 900px;
}

.btfeel-visual-orbit {
    position: absolute;
    width: 440px;
    height: 440px;
    right: 28px;
    top: 54px;
    border-radius: 50%;
    border: 1px dashed rgba(0,216,140,.26);
    animation: btfeelRotate 40s linear infinite;
}

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

.btfeel-visual-card {
    position: absolute;
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255,255,255,.045);
    border: 1px solid var(--btf-border);
    box-shadow: 0 28px 80px rgba(0,0,0,.28);
}

.btfeel-main-card {
    left: 36px;
    top: 58px;
    right: 22px;
    bottom: 54px;
}

.btfeel-main-card img,
.btfeel-placeholder {
    width: 100%;
    height: 100%;
    min-height: 445px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .55s ease;
}

.btfeel-main-card:hover img {
    transform: scale(1.04);
}

.btfeel-placeholder {
    flex-direction: column;
    color: #fff;
    text-align: center;
    padding: 30px;
}

.btfeel-placeholder strong {
    font-size: 34px;
}

.btfeel-placeholder span {
    margin-top: 8px;
    color: var(--btf-muted);
}

.btfeel-main-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(12,16,22,.82);
    border: 1px solid rgba(255,255,255,.13);
    backdrop-filter: blur(14px);
}

.btfeel-main-caption span {
    color: var(--btf-green);
    font-size: 13px;
    font-weight: 750;
}

.btfeel-main-caption strong {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 22px;
    line-height: 1.25;
}

.btfeel-stack-card {
    position: absolute;
    z-index: 4;
    min-width: 180px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255,255,255,.93);
    border: 1px solid rgba(0,216,140,.18);
    box-shadow: 0 20px 50px rgba(0,0,0,.22);
    animation: btfeelFloat 5.2s ease-in-out infinite;
}

.btfeel-stack-card small {
    display: block;
    color: #00a66c;
    font-weight: 850;
    margin-bottom: 5px;
}

.btfeel-stack-card strong {
    color: #111827;
    font-size: 18px;
}

.btfeel-stack-one {
    left: -6px;
    top: 120px;
}

.btfeel-stack-two {
    right: -4px;
    bottom: 128px;
    animation-delay: .8s;
}

.btfeel-floating-proof {
    position: absolute;
    z-index: 4;
    left: 50px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 15px;
    border-radius: 999px;
    color: rgba(255,255,255,.80);
    background: rgba(255,255,255,.055);
    border: 1px solid var(--btf-border);
    backdrop-filter: blur(12px);
    font-size: 14px;
    font-weight: 650;
}

.btfeel-floating-proof i {
    color: var(--btf-green);
}

@keyframes btfeelFloat {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -12px; }
}

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

.btfeel-marquee-track {
    display: flex;
    gap: 38px;
    min-width: max-content;
    animation: btfeelMarquee 28s linear infinite;
}

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

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

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

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

.btfeel-section-head {
    max-width: 850px;
    margin-bottom: 38px;
}

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

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

.btfeel-section-head p {
    max-width: 710px;
    margin-top: 13px;
}

/* Editorial portfolio grid */
.btfeel-work-section {
    background: rgba(255,255,255,.018);
    border-top: 1px solid rgba(255,255,255,.055);
    border-bottom: 1px solid rgba(255,255,255,.055);
}

.btfeel-editorial-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 22px;
}

.btfeel-project-card {
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255,255,255,.045);
    border: 1px solid var(--btf-border);
    transition: .24s ease;
}

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

.btfeel-project-card.is-large {
    grid-row: span 2;
}

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

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

.btfeel-project-card.is-large .btfeel-project-img img,
.btfeel-project-card.is-large .btfeel-image-empty {
    aspect-ratio: 4 / 4.6;
}

.btfeel-project-card:hover img {
    transform: scale(1.05);
}

.btfeel-project-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px;
}

.btfeel-project-info span {
    color: var(--btf-green);
    font-size: 13px;
    font-weight: 750;
}

.btfeel-project-info h3 {
    margin-top: 5px;
    font-size: 25px;
    line-height: 1.2;
}

.btfeel-project-info > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.055);
    border: 1px solid var(--btf-border);
    text-decoration: none;
}

.btfeel-empty {
    grid-column: 1 / -1;
    padding: 30px;
    border-radius: 26px;
    background: rgba(255,255,255,.045);
    border: 1px solid var(--btf-border);
}

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

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

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

.btfeel-service-row > span {
    color: var(--btf-green);
    font-weight: 850;
}

.btfeel-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(--btf-green);
    font-size: 24px;
}

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

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

.btfeel-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(--btf-border);
    text-decoration: none;
}

/* Attitude */
.btfeel-attitude-section {
    background:
        radial-gradient(circle at 80% 0%, rgba(0,216,140,.11), transparent 32%),
        rgba(255,255,255,.018);
    border-top: 1px solid rgba(255,255,255,.055);
    border-bottom: 1px solid rgba(255,255,255,.055);
}

.btfeel-attitude-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 28px;
    align-items: center;
}

.btfeel-attitude-copy h2 {
    max-width: 700px;
    margin-top: 14px;
    font-size: clamp(36px, 5vw, 62px);
    line-height: 1.06;
}

.btfeel-attitude-copy p {
    max-width: 650px;
    margin-top: 14px;
}

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

.btfeel-proof-card {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255,255,255,.045);
    border: 1px solid var(--btf-border);
}

.btfeel-proof-card strong {
    display: block;
    color: var(--btf-green);
    font-size: 36px;
    line-height: 1;
}

.btfeel-proof-card span {
    display: block;
    margin-top: 9px;
    color: rgba(255,255,255,.68);
    font-size: 14px;
}

/* CTA */
.btfeel-cta-section {
    padding: 78px 0 92px;
}

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

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

.btfeel-cta-box p {
    max-width: 680px;
    margin-top: 12px;
}

.btfeel-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex: 0 0 auto;
}

/* Back 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) {
    .btfeel-hero {
        min-height: auto;
        padding: 62px 0;
    }

    .btfeel-hero-grid,
    .btfeel-attitude-grid {
        grid-template-columns: 1fr;
    }

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

    .btfeel-hero-copy h2 {
        font-size: 40px;
    }

    .btfeel-hero-visual {
        max-width: 620px;
        width: 100%;
    }

    .btfeel-editorial-grid {
        grid-template-columns: 1fr;
    }

    .btfeel-project-card.is-large {
        grid-row: auto;
    }

    .btfeel-project-card.is-large .btfeel-project-img img,
    .btfeel-project-card.is-large .btfeel-image-empty {
        aspect-ratio: 16 / 10;
    }

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

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

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

    .btfeel-hero {
        padding: 48px 0 44px;
    }

    .btfeel-hero-copy h1 {
        font-size: 38px;
        line-height: 1.1;
        letter-spacing: -.8px;
    }

    .btfeel-hero-copy h2 {
        font-size: 30px;
        line-height: 1.14;
        letter-spacing: -.7px;
    }

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

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

    .btfeel-hero-visual {
        min-height: 430px;
    }

    .btfeel-visual-orbit {
        width: 330px;
        height: 330px;
        right: 12px;
        top: 48px;
    }

    .btfeel-main-card {
        left: 0;
        right: 0;
        top: 40px;
        bottom: 40px;
        border-radius: 24px;
    }

    .btfeel-main-card img,
    .btfeel-placeholder {
        min-height: 350px;
    }

    .btfeel-stack-card {
        display: none;
    }

    .btfeel-floating-proof {
        left: 14px;
        right: 14px;
        bottom: 0;
        justify-content: center;
        text-align: center;
        border-radius: 18px;
    }

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

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

    .btfeel-section-head h2,
    .btfeel-attitude-copy h2,
    .btfeel-cta-box h2 {
        font-size: 32px;
        line-height: 1.15;
        letter-spacing: -.6px;
    }

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

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

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

    .btfeel-project-info h3 {
        font-size: 22px;
    }

    .btfeel-proof-grid {
        grid-template-columns: 1fr;
    }

    .btfeel-cta-section {
        padding: 56px 0 68px;
    }

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

    .btfeel-cta-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }

    .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) {
    .btfeel-hero-copy h1 {
        font-size: 34px;
    }

    .btfeel-hero-copy h2,
    .btfeel-section-head h2,
    .btfeel-attitude-copy h2,
    .btfeel-cta-box h2 {
        font-size: 29px;
    }
}
