.social-page {
    --social-bg: #020312;
    --social-surface: #080b18;
    --social-surface-soft: #0d1122;
    --social-border: rgba(255, 255, 255, 0.1);
    --social-yellow: #ffb400;
    --social-white: #f5f7fb;
    --social-muted: #aeb5c8;
    overflow: hidden;
    background: var(--social-bg);
    color: var(--social-white);
    font-family: "Rubik", sans-serif;
}

.social-page *,
.social-page *::before,
.social-page *::after { box-sizing: border-box; }
.social-page .container { width: min(calc(100% - 40px), 1170px); margin-inline: auto; padding: 0; }
.social-page h1,
.social-page h2,
.social-page h3,
.social-page p { margin-top: 0; }
.social-page h1,
.social-page h2,
.social-page h3,
.social-page .social-button,
.social-kicker { font-family: "Rajdhani", sans-serif; }
.social-page a { text-decoration: none; }

.social-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--social-yellow);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.social-kicker span {
    width: 38px;
    height: 4px;
    flex: 0 0 38px;
    border-radius: 99px;
    background: var(--social-yellow);
}

.social-button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 23px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.social-button:hover { transform: translateY(-2px); }
.social-button-primary { background: #18c96e; color: #03150c; box-shadow: 0 14px 34px rgba(24, 201, 110, .2); }
.social-button-primary:hover { background: #28dd7e; color: #03150c; box-shadow: 0 17px 38px rgba(24, 201, 110, .27); }
.social-button-neutral { border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .035); color: var(--social-white); }
.social-button-neutral:hover { border-color: var(--social-yellow); color: var(--social-yellow); }
.social-button-inline { width: auto; margin-top: 14px; }

.social-hero {
    position: relative;
    padding: 96px 0 0;
    background:
        radial-gradient(circle at 83% 33%, rgba(255, 180, 0, .11), transparent 31%),
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
        var(--social-bg);
    background-size: auto, 65px 65px, 65px 65px, auto;
}

.social-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
    align-items: center;
    gap: 54px;
    min-height: 620px;
}

.social-hero-copy { position: relative; z-index: 2; min-width: 0; padding: 34px 0 56px; }
.social-hero h1 { margin-bottom: 22px; color: var(--social-white); font-size: clamp(52px, 4.55vw, 72px); font-weight: 700; letter-spacing: -.035em; line-height: .98; }
.social-hero h1 strong { display: block; color: var(--social-yellow); font-weight: 700; }
.social-hero-lead { max-width: 650px; margin-bottom: 24px; color: #c3c8d6; font-size: 19px; line-height: 1.7; }
.social-hero-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; margin: 0 0 30px; padding: 0; list-style: none; }
.social-hero-points li { display: flex; align-items: center; gap: 10px; color: var(--social-white); font-size: 17px; line-height: 1.45; }
.social-hero-points li:last-child { grid-column: 1 / -1; }
.social-hero-points i { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; border-radius: 50%; background: rgba(255, 180, 0, .13); color: var(--social-yellow); font-size: 11px; }
.social-hero-actions { display: flex; align-items: center; gap: 12px; }
.social-microcopy { display: flex; align-items: center; gap: 8px; margin: 22px 0 0; color: var(--social-muted); font-size: 16px; line-height: 1.45; }
.social-microcopy i { color: var(--social-yellow); font-size: 13px; }

.social-hero-visual { position: relative; z-index: 1; min-width: 0; width: 108%; margin-left: -4%; }
.social-hero-visual::before { position: absolute; inset: -22px -18px 18px 28px; border: 1px solid rgba(255, 180, 0, .26); border-radius: 20px; content: ""; }
.social-hero-visual::after { position: absolute; z-index: -1; inset: 18% 8%; border-radius: 50%; background: rgba(255, 180, 0, .12); content: ""; filter: blur(70px); }
.social-hero-visual img { position: relative; z-index: 1; display: block; width: 100%; aspect-ratio: 3 / 2; border: 1px solid rgba(255, 255, 255, .12); border-radius: 18px 110px 18px 18px; object-fit: cover; box-shadow: 0 30px 80px rgba(0, 0, 0, .46); }
.social-floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 14px 16px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 10px; background: rgba(5, 8, 20, .92); box-shadow: 0 18px 45px rgba(0, 0, 0, .38); backdrop-filter: blur(10px); }
.social-floating-card small,
.social-floating-card strong { display: block; }
.social-floating-card small { color: var(--social-muted); font-size: 12px; }
.social-floating-card strong { color: var(--social-white); font: 700 18px/1.2 "Rajdhani", sans-serif; }
.social-floating-card i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: rgba(255, 180, 0, .14); color: var(--social-yellow); }
.social-floating-formats { right: -18px; bottom: -27px; }
.social-floating-strategy { top: -24px; left: -25px; }

.social-trust-bar { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--social-border); border-bottom: 0; border-radius: 12px 12px 0 0; background: #080b18; }
.social-trust-bar > div { display: flex; min-height: 108px; align-items: center; gap: 15px; padding: 22px 27px; border-right: 1px solid var(--social-border); }
.social-trust-bar > div:last-child { border-right: 0; }
.social-trust-bar i { width: 30px; flex: 0 0 30px; color: var(--social-yellow); font-size: 27px; text-align: center; }
.social-trust-bar strong,
.social-trust-bar small { display: block; }
.social-trust-bar strong { color: var(--social-white); font: 700 21px/1.2 "Rajdhani", sans-serif; }
.social-trust-bar small { margin-top: 3px; color: var(--social-muted); font-size: 14px; line-height: 1.35; }

.social-section { padding: 104px 0; background: var(--social-bg); }
.social-heading { max-width: 790px; margin-bottom: 50px; }
.social-heading-center { margin-inline: auto; text-align: center; }
.social-heading-center .social-kicker { justify-content: center; }
.social-heading h2,
.social-about-copy h2,
.social-faq-heading h2,
.social-final-inner h2 { margin-bottom: 20px; color: var(--social-white); font-size: clamp(40px, 3.6vw, 56px); font-weight: 700; letter-spacing: -.025em; line-height: 1.04; }
.social-heading h2 strong,
.social-about-copy h2 strong,
.social-faq-heading h2 strong,
.social-final-inner h2 strong { color: var(--social-yellow); font-weight: 700; }
.social-heading > p:last-child,
.social-faq-heading > p { color: var(--social-muted); font-size: 18px; line-height: 1.7; }

.social-portfolio { background: #070914; }
.social-portfolio-carousel { margin-top: 44px; }
.social-portfolio-carousel .owl-stage,
.social-portfolio-carousel .owl-item { display: flex; }
.social-portfolio-item { width: 100%; overflow: hidden; border: 1px solid var(--social-border); border-radius: 12px; background: #0a0c18; box-shadow: 0 18px 48px rgba(0, 0, 0, .24); }
.social-portfolio-item img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.social-portfolio-carousel .owl-dots { margin-top: 26px; text-align: center; }
.social-portfolio-carousel .owl-dot { display: inline-block; }
.social-portfolio-carousel .owl-dot span { display: block; width: 9px; height: 9px; margin: 0 5px; border: 1px solid rgba(255, 180, 0, .45); border-radius: 50%; background: transparent; }
.social-portfolio-carousel .owl-dot.active span { background: var(--social-yellow); transform: scale(1.15); }
.social-center-action { display: flex; justify-content: center; margin-top: 34px; }

.social-benefits { background: var(--social-bg); }
.social-benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.social-benefit-grid article { min-height: 290px; padding: 36px 34px; border: 1px solid var(--social-border); border-radius: 12px; background: linear-gradient(145deg, #0d1122, #070a15); transition: transform .2s ease, border-color .2s ease; }
.social-benefit-grid article:hover { border-color: rgba(255, 180, 0, .5); transform: translateY(-5px); }
.social-icon { display: grid; width: 72px; height: 72px; margin-bottom: 24px; place-items: center; border: 1px solid rgba(255, 180, 0, .28); border-radius: 16px; background: rgba(255, 180, 0, .08); color: var(--social-yellow); font-size: 30px; }
.social-benefit-grid h3 { margin-bottom: 12px; color: var(--social-white); font-size: 31px; font-weight: 700; line-height: 1.12; }
.social-benefit-grid p { margin-bottom: 0; color: var(--social-muted); font-size: 17px; line-height: 1.7; }

.social-process { border-block: 1px solid var(--social-border); background: #070914; }
.social-process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.social-process-grid li { position: relative; min-height: 310px; padding: 38px 30px 32px; overflow: hidden; border: 1px solid var(--social-border); border-radius: 12px; background: var(--social-surface); }
.social-process-grid li > span { position: absolute; top: 16px; right: 20px; color: rgba(255, 180, 0, .12); font: 800 70px/1 "Rajdhani", sans-serif; }
.social-process-grid i { display: grid; width: 62px; height: 62px; margin-bottom: 29px; place-items: center; border-radius: 50%; background: rgba(255, 180, 0, .1); color: var(--social-yellow); font-size: 25px; }
.social-process-grid h3 { margin-bottom: 12px; color: var(--social-white); font-size: 29px; font-weight: 700; }
.social-process-grid p { margin-bottom: 0; color: var(--social-muted); font-size: 17px; line-height: 1.7; }

.social-about { background: var(--social-bg); }
.social-about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.social-about-photo { position: relative; }
.social-about-photo::before { position: absolute; inset: 28px -18px -18px 28px; border: 1px solid rgba(255, 180, 0, .44); border-radius: 14px; content: ""; }
.social-about-photo img { position: relative; z-index: 1; display: block; width: 100%; aspect-ratio: 1; border-radius: 14px; object-fit: cover; }
.social-about-copy .social-about-lead { color: var(--social-white); font-size: 20px; font-weight: 500; line-height: 1.6; }
.social-about-copy > p:not(.social-kicker):not(.social-about-lead) { color: var(--social-muted); font-size: 17px; line-height: 1.75; }

.social-reviews { padding-bottom: 110px; background: #070914; }
.social-reviews .google-reviews-widget { min-height: 190px; }

.social-faq { border-top: 1px solid var(--social-border); background: var(--social-bg); }
.social-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 74px; }
.social-faq-heading { position: sticky; top: 120px; }
.social-faq-list { border-top: 1px solid var(--social-border); }
.social-faq-item { border-bottom: 1px solid var(--social-border); }
.social-faq-item summary { display: grid; grid-template-columns: 1fr 34px; align-items: center; gap: 20px; padding: 25px 0; color: var(--social-white); cursor: pointer; font: 700 21px/1.35 "Rajdhani", sans-serif; list-style: none; }
.social-faq-item summary::-webkit-details-marker { display: none; }
.social-faq-item summary i { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--social-border); border-radius: 50%; color: var(--social-yellow); font-size: 12px; transition: transform .2s ease; }
.social-faq-item[open] summary { color: var(--social-yellow); }
.social-faq-item[open] summary i { transform: rotate(45deg); }
.social-faq-item > div { padding: 0 54px 22px 0; }
.social-faq-item p { margin-bottom: 12px; color: var(--social-muted); font-size: 17px; line-height: 1.75; }
.social-faq-item p:last-child { margin-bottom: 0; }

.social-final-cta { padding: 100px 0; background: radial-gradient(circle at 50% 0, rgba(255, 180, 0, .13), transparent 48%), #020312; text-align: center; }
.social-final-inner { max-width: 860px; }
.social-final-inner .social-kicker { justify-content: center; }
.social-final-inner > p:not(.social-kicker) { max-width: 720px; margin: 0 auto 28px; color: var(--social-muted); font-size: 19px; line-height: 1.7; }
.social-final-inner small { display: block; margin-top: 15px; color: var(--social-muted); font-size: 14px; }
.social-final-inner small i { margin-right: 6px; color: var(--social-yellow); }

@media (max-width: 1199.98px) {
    .social-hero-grid { gap: 38px; }
    .social-hero h1 { font-size: clamp(47px, 5vw, 63px); }
    .social-hero-visual { width: 104%; margin-left: -2%; }
    .social-floating-formats { right: -6px; }
    .social-floating-strategy { left: -12px; }
}

@media (max-width: 991.98px) {
    .social-page .container { width: min(calc(100% - 36px), 900px); }
    .social-hero { padding-top: 118px; }
    .social-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: 28px; min-height: 590px; }
    .social-hero-copy { padding: 20px 0 42px; }
    .social-hero h1 { font-size: clamp(41px, 5.8vw, 54px); }
    .social-hero-lead { font-size: 18px; line-height: 1.6; }
    .social-hero-points { grid-template-columns: 1fr; gap: 9px; }
    .social-hero-points li:last-child { grid-column: auto; }
    .social-hero-actions { align-items: stretch; flex-direction: column; }
    .social-button { width: 100%; }
    .social-hero-visual { width: 100%; margin-left: 0; }
    .social-floating-card { padding: 11px 13px; }
    .social-floating-formats { right: 6px; bottom: -22px; }
    .social-floating-strategy { top: -22px; left: 6px; }
    .social-trust-bar > div { min-height: 98px; padding: 18px; }
    .social-trust-bar strong { font-size: 19px; }
    .social-trust-bar small { font-size: 13px; }
    .social-section { padding: 82px 0; }
    .social-benefit-grid { gap: 18px; }
    .social-process-grid { grid-template-columns: 1fr; }
    .social-process-grid li { min-height: auto; }
    .social-about-grid { gap: 48px; }
    .social-faq-grid { grid-template-columns: 1fr; gap: 38px; }
    .social-faq-heading { position: static; max-width: 720px; }
}

@media (max-width: 767.98px) {
    .social-page .container { width: min(calc(100% - 30px), 680px); }
    .social-kicker { justify-content: center; margin-bottom: 15px; font-size: 14px; letter-spacing: .1em; text-align: center; }
    .social-hero { padding-top: 106px; }
    .social-hero-grid { grid-template-columns: 1fr; gap: 34px; min-height: 0; text-align: center; }
    .social-hero-copy { padding: 18px 0 0; }
    .social-hero h1 { max-width: 100%; margin-bottom: 18px; font-size: clamp(37px, 10.7vw, 49px); line-height: 1; overflow-wrap: anywhere; }
    .social-hero-lead { margin-inline: auto; font-size: 18px; }
    .social-hero-points { width: max-content; max-width: 100%; margin: 0 auto 26px; text-align: left; }
    .social-hero-points li { font-size: 17px; }
    .social-hero-actions { max-width: 450px; margin-inline: auto; }
    .social-microcopy { justify-content: center; margin-top: 20px; font-size: 16px; }
    .social-hero-visual { width: min(100%, 620px); margin: 6px auto 20px; }
    .social-hero-visual::before { inset: -12px -8px 10px 16px; }
    .social-hero-visual img { border-radius: 16px 70px 16px 16px; }
    .social-floating-formats { right: 8px; bottom: -20px; }
    .social-floating-strategy { top: -18px; left: 8px; }
    .social-floating-card strong { font-size: 16px; }
    .social-floating-card small { font-size: 11px; }
    .social-trust-bar { grid-template-columns: 1fr; margin-top: 26px; border-bottom: 1px solid var(--social-border); border-radius: 12px; }
    .social-trust-bar > div { min-height: 88px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--social-border); }
    .social-trust-bar > div:last-child { border-bottom: 0; }
    .social-trust-bar strong { font-size: 21px; }
    .social-trust-bar small { font-size: 14px; }
    .social-section { padding: 68px 0; }
    .social-heading { margin-bottom: 36px; }
    .social-heading h2,
    .social-about-copy h2,
    .social-faq-heading h2,
    .social-final-inner h2 { font-size: clamp(36px, 10vw, 47px); text-align: center; }
    .social-heading > p:last-child,
    .social-faq-heading > p { font-size: 18px; text-align: center; }
    .social-portfolio-carousel { margin-top: 34px; }
    .social-center-action .social-button { max-width: 450px; }
    .social-benefit-grid { grid-template-columns: 1fr; gap: 16px; }
    .social-benefit-grid article { min-height: auto; padding: 32px 25px; text-align: center; }
    .social-icon { margin-inline: auto; }
    .social-benefit-grid h3 { font-size: 29px; }
    .social-benefit-grid p { font-size: 18px; }
    .social-process-grid li { padding: 34px 25px; text-align: center; }
    .social-process-grid i { margin-inline: auto; }
    .social-process-grid h3 { font-size: 28px; }
    .social-process-grid p { font-size: 18px; }
    .social-about-grid { grid-template-columns: 1fr; gap: 48px; }
    .social-about-photo { width: min(100%, 500px); margin-inline: auto; }
    .social-about-copy { text-align: center; }
    .social-about-copy .social-about-lead { font-size: 19px; }
    .social-about-copy > p:not(.social-kicker):not(.social-about-lead) { font-size: 18px; }
    .social-reviews { padding-bottom: 76px; }
    .social-faq-item summary { padding: 22px 0; font-size: 20px; }
    .social-faq-item > div { padding-right: 0; }
    .social-faq-item p { font-size: 17px; }
    .social-final-cta { padding: 72px 0; }
    .social-final-inner > p:not(.social-kicker) { font-size: 18px; }
    .social-final-inner .social-button { max-width: 450px; }
}

@media (max-width: 479.98px) {
    .social-page .container { width: min(calc(100% - 24px), 430px); }
    .social-hero { padding-top: 98px; }
    .social-hero h1 { font-size: clamp(35px, 10.4vw, 43px); }
    .social-hero-grid { gap: 30px; }
    .social-hero-visual { margin-bottom: 24px; }
    .social-floating-card { gap: 8px; padding: 8px 9px; }
    .social-floating-card i { width: 29px; height: 29px; font-size: 12px; }
    .social-floating-card strong { font-size: 14px; }
    .social-floating-card small { font-size: 9px; }
    .social-floating-formats { right: 3px; }
    .social-floating-strategy { left: 3px; }
    .social-about-photo::before { inset: 15px -8px -10px 15px; }
    .social-faq-item summary { grid-template-columns: 1fr 30px; gap: 12px; font-size: 19px; }
    .social-faq-item summary i { width: 30px; height: 30px; }
}

@media (prefers-reduced-motion: reduce) {
    .social-page *,
    .social-page *::before,
    .social-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
