/* Sorov Ahmed — MISUN clarity + BrandToki agency feel
   Clean typography, compact spacing, less AI-template look.
*/

:root {
    --sb-bg: #101319;
    --sb-bg-2: #141920;
    --sb-soft: #182126;
    --sb-card: rgba(255,255,255,.045);
    --sb-card-2: rgba(255,255,255,.065);
    --sb-border: rgba(255,255,255,.105);
    --sb-text: rgba(255,255,255,.82);
    --sb-muted: rgba(255,255,255,.58);
    --sb-green: #00d88c;
    --sb-green-dark: #00b978;
    --sb-white: #f6f7f8;
}

html,
body {
    overflow-x: hidden;
}

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

.sb-page {
    background:
        radial-gradient(circle at 12% 0%, rgba(0,216,140,.08), transparent 26%),
        linear-gradient(180deg, #101319 0%, #11161c 100%);
    color: var(--sb-white);
}

.sb-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

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

.sb-page h1,
.sb-page h2,
.sb-page h3 {
    font-weight: 650;
    letter-spacing: -0.8px;
}

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

.sb-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 13px;
    border-radius: 999px;
    border: 1px solid var(--sb-border);
    background: rgba(255,255,255,.035);
    color: rgba(255,255,255,.82);
    font-size: 14px;
    font-weight: 600;
}

.sb-btn,
.sb-link-btn,
.sb-mini-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 13px 19px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
    transition: .22s ease;
    border: 1px solid transparent;
}

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

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

.sb-btn-primary:hover {
    color: #07130e;
    background: #00ee9a;
}

.sb-btn-secondary,
.sb-link-btn {
    background: rgba(255,255,255,.035);
    color: #fff;
    border-color: var(--sb-border);
}

.sb-btn-secondary:hover,
.sb-link-btn:hover {
    color: #fff;
    border-color: rgba(0,216,140,.35);
}

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

.navbar-brand span,
.site-title,
.brand-title,
.brand-text,
header .logo-text {
    font-size: 16px !important;
    font-weight: 650 !important;
}

/* Hero */
.sb-hero {
    padding: 86px 0 58px;
}

.sb-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    gap: 34px;
    align-items: center;
}

.sb-hero h1 {
    max-width: 790px;
    margin-top: 22px;
    font-size: clamp(42px, 5.2vw, 64px);
    line-height: 1.06;
}

.sb-hero h1::first-line {
    color: #fff;
}

.sb-hero p {
    max-width: 720px;
    margin-top: 18px;
    font-size: 17px;
}

.sb-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.sb-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 620px;
    margin-top: 34px;
}

.sb-trust-row div {
    padding: 16px 17px;
    border-radius: 16px;
    background: var(--sb-card);
    border: 1px solid var(--sb-border);
}

.sb-trust-row strong {
    display: block;
    color: var(--sb-green);
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
}

.sb-trust-row span {
    display: block;
    margin-top: 7px;
    color: rgba(255,255,255,.7);
    font-size: 14px;
}

.sb-hero-panel {
    padding: 24px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 100% 0%, rgba(0,216,140,.13), transparent 35%),
        var(--sb-card);
    border: 1px solid var(--sb-border);
}

.sb-availability {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255,255,255,.76);
    font-size: 14px;
}

.sb-availability span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--sb-green);
    box-shadow: 0 0 0 5px rgba(0,216,140,.11);
}

.sb-panel-card {
    margin-top: 22px;
    padding: 24px;
    border-radius: 20px;
    background: rgba(255,255,255,.045);
    border: 1px solid var(--sb-border);
}

.sb-panel-card small {
    color: var(--sb-green);
    font-weight: 650;
}

.sb-panel-card h2 {
    margin-top: 12px;
    font-size: 28px;
    line-height: 1.22;
}

.sb-panel-card p {
    margin-top: 12px;
    font-size: 15px;
}

.sb-panel-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.sb-panel-list div {
    display: flex;
    gap: 10px;
    align-items: center;
    color: rgba(255,255,255,.76);
    font-size: 15px;
}

.sb-panel-list i {
    color: var(--sb-green);
}

.sb-mini-cta {
    width: 100%;
    margin-top: 22px;
    background: var(--sb-green);
    color: #07130e;
}

.sb-mini-cta:hover {
    color: #07130e;
}

/* Strip */
.sb-strip {
    padding: 18px 0;
    border-top: 1px solid var(--sb-border);
    border-bottom: 1px solid var(--sb-border);
    background: rgba(255,255,255,.025);
}

.sb-strip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sb-strip-grid span {
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.04);
    border: 1px solid var(--sb-border);
    color: rgba(255,255,255,.68);
    font-size: 14px;
}

/* Sections */
.sb-section {
    padding: 76px 0;
}

.sb-soft {
    background: rgba(255,255,255,.018);
    border-top: 1px solid rgba(255,255,255,.055);
    border-bottom: 1px solid rgba(255,255,255,.055);
}

.sb-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.sb-section-head h2 {
    max-width: 720px;
    margin-top: 14px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.13;
}

.sb-section-head p {
    max-width: 720px;
    margin-top: 12px;
}

/* Works */
.sb-work-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sb-work-card,
.sb-service-card,
.sb-price-card,
.sb-feedback-card,
.sb-empty-card,
.sb-contact-form,
.sb-contact-info,
.sb-faq-item {
    background: var(--sb-card);
    border: 1px solid var(--sb-border);
    border-radius: 22px;
}

.sb-work-card {
    padding: 12px;
    transition: .22s ease;
}

.sb-work-card:hover,
.sb-service-card:hover,
.sb-price-card:hover,
.sb-feedback-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0,216,140,.28);
}

.sb-work-image {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255,255,255,.035);
}

.sb-work-image img,
.sb-image-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sb-muted);
}

.sb-work-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 4px 3px;
}

.sb-work-body span {
    color: var(--sb-green);
    font-size: 13px;
    font-weight: 600;
}

.sb-work-body h3 {
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.25;
}

.sb-work-body a:last-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.055);
    border: 1px solid var(--sb-border);
    text-decoration: none;
}

.sb-empty-card {
    grid-column: 1 / -1;
    padding: 28px;
}

.sb-empty-card h3 {
    font-size: 22px;
}

.sb-empty-card p {
    margin-top: 8px;
}

/* Services */
.sb-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sb-service-card {
    padding: 24px;
}

.sb-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
}

.sb-card-top span {
    color: var(--sb-green);
    font-weight: 700;
}

.sb-card-top i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: rgba(0,216,140,.10);
    color: var(--sb-green);
    font-size: 24px;
}

.sb-service-card h3 {
    font-size: 22px;
    line-height: 1.25;
}

.sb-service-card p {
    margin-top: 10px;
    font-size: 15px;
}

/* Process */
.sb-process-list {
    display: grid;
    gap: 12px;
}

.sb-process-item {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 18px;
    align-items: start;
    padding: 22px 0;
    border-bottom: 1px solid var(--sb-border);
}

.sb-process-item span {
    color: var(--sb-green);
    font-size: 20px;
    font-weight: 700;
}

.sb-process-item h3 {
    font-size: 22px;
}

.sb-process-item p {
    max-width: 720px;
    margin-top: 7px;
    font-size: 15px;
}

/* Pricing */
.sb-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sb-price-card {
    position: relative;
    padding: 25px;
}

.sb-price-card.is-featured {
    border-color: rgba(0,216,140,.35);
    background:
        radial-gradient(circle at 100% 0%, rgba(0,216,140,.10), transparent 36%),
        var(--sb-card);
}

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

.sb-price-card h3 {
    font-size: 23px;
}

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

.sb-price {
    margin: 22px 0;
}

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

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

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

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

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

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

/* Feedback */
.sb-feedback-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sb-feedback-card {
    padding: 24px;
}

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

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

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

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

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

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

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

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

.sb-faq-item {
    padding: 18px 22px;
}

.sb-faq-item summary {
    cursor: pointer;
    color: #fff;
    font-weight: 650;
}

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

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

.sb-contact-grid h2 {
    margin-top: 14px;
    max-width: 520px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.13;
}

.sb-contact-grid > div > p {
    margin-top: 14px;
    max-width: 520px;
}

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

.sb-contact-info small {
    display: block;
    color: var(--sb-muted);
    margin-bottom: 5px;
}

.sb-contact-info strong {
    display: block;
    color: #fff;
    font-size: 19px;
    font-weight: 650;
    overflow-wrap: anywhere;
}

.sb-contact-form {
    padding: 24px;
}

.sb-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

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

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

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

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

.sb-form-grid input::placeholder,
.sb-form-grid textarea::placeholder {
    color: rgba(255,255,255,.36);
}

.sb-form-grid select option {
    background: #15171d;
    color: #fff;
}

.sb-contact-form .sb-btn {
    margin-top: 18px;
}

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

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

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

/* Back to top less intrusive */
.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) {
    .sb-hero-grid,
    .sb-contact-grid {
        grid-template-columns: 1fr;
    }

    .sb-hero-panel {
        max-width: 560px;
    }

    .sb-work-grid,
    .sb-service-grid,
    .sb-pricing-grid,
    .sb-feedback-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sb-section-head {
        align-items: start;
        flex-direction: column;
    }
}

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

    .sb-hero {
        padding: 54px 0 42px;
    }

    .sb-hero h1 {
        font-size: 38px;
        line-height: 1.12;
    }

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

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

    .sb-trust-row {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .sb-hero-panel {
        padding: 20px;
        border-radius: 22px;
    }

    .sb-panel-card {
        padding: 20px;
    }

    .sb-panel-card h2 {
        font-size: 23px;
    }

    .sb-section {
        padding: 56px 0;
    }

    .sb-section-head {
        margin-bottom: 26px;
    }

    .sb-section-head h2,
    .sb-contact-grid h2 {
        font-size: 31px;
        line-height: 1.18;
    }

    .sb-work-grid,
    .sb-service-grid,
    .sb-pricing-grid,
    .sb-feedback-grid {
        grid-template-columns: 1fr;
    }

    .sb-service-card,
    .sb-price-card,
    .sb-feedback-card,
    .sb-contact-form,
    .sb-contact-info {
        padding: 20px;
        border-radius: 20px;
    }

    .sb-process-item {
        grid-template-columns: 54px 1fr;
        gap: 12px;
    }

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

    .sb-contact-form .sb-btn {
        width: 100%;
    }

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

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

    .sb-section-head h2,
    .sb-contact-grid h2 {
        font-size: 28px;
    }
}
