body.home-page {
    background:
        radial-gradient(circle at top left, rgba(233, 30, 99, 0.14), transparent 28%),
        radial-gradient(circle at 80% 10%, rgba(233, 30, 99, 0.12), transparent 24%),
        linear-gradient(180deg, #05070c 0%, #090d14 45%, #05070c 100%);
    color: var(--tg-text);
}

.home-page main {
    position: relative;
    overflow: hidden;
}

.hero-home {
    position: relative;
    padding: 152px 0 88px;
    overflow: clip;
}

.hero-noise {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 90px 90px;
    mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.9), transparent 90%);
    pointer-events: none;
}

.hero-glow {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.45;
    pointer-events: none;
}

.hero-glow-left {
    top: -180px;
    left: -180px;
    background: rgba(233, 30, 99, 0.28);
}

.hero-glow-right {
    right: -220px;
    bottom: -160px;
    background: rgba(59, 130, 246, 0.18);
}

.hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
}

.hero-copy {
    max-width: 680px;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--tg-accent);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-title {
    margin: 22px 0 18px;
    font-family: var(--font-primary);
    font-size: clamp(2.9rem, 7vw, 5.8rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
    color: #ffffff;
}

.hero-subtitle,
.section-heading p,
.closing-cta p,
.diagnostic-copy p {
    color: var(--tg-muted);
    font-size: clamp(1rem, 1.6vw, 1.16rem);
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
}

.btn-large {
    min-height: 56px;
    padding-inline: 26px;
}

.hero-support {
    margin-top: 24px;
    color: var(--tg-text-soft);
    font-size: 0.98rem;
}

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

.hero-tags span {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--tg-text-soft);
    font-size: 0.95rem;
}

.hero-visual {
    position: relative;
    min-height: 560px;
}

.visual-frame {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        linear-gradient(145deg, rgba(13, 17, 26, 0.96), rgba(8, 11, 18, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.visual-header {
    display: flex;
    gap: 10px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.visual-header span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.visual-header span:nth-child(1) {
    background: #ff5f57;
}

.visual-header span:nth-child(2) {
    background: #febc2e;
}

.visual-header span:nth-child(3) {
    background: #28c840;
}

.visual-body {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    min-height: 500px;
}

.visual-sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}

.visual-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    color: var(--tg-text-soft);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid transparent;
    font-weight: 700;
}

.chip-active {
    color: #ffffff;
    background: rgba(233, 30, 99, 0.12);
    border-color: rgba(233, 30, 99, 0.35);
}

.visual-content {
    padding: 28px;
    display: grid;
    gap: 20px;
}

.visual-card {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.visual-card small,
.visual-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--tg-accent);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.visual-card strong {
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.4;
}

.visual-card-highlight {
    background:
        linear-gradient(135deg, rgba(233, 30, 99, 0.2), rgba(255, 255, 255, 0.04)),
        rgba(255, 255, 255, 0.04);
}

.visual-progress {
    margin-top: 18px;
    width: 100%;
    height: 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.visual-progress span {
    display: block;
    width: 78%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #e91e63, #e91e63);
}

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

.floating-note {
    position: absolute;
    max-width: 250px;
    padding: 18px 18px 16px;
    border-radius: 22px;
    background: rgba(7, 9, 14, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(18px);
}

.floating-note strong {
    display: block;
    color: #ffffff;
    line-height: 1.45;
}

.note-label {
    display: block;
    margin-bottom: 8px;
    color: var(--tg-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.floating-note-top {
    top: 32px;
    right: -18px;
    animation: floatUpDown 7s ease-in-out infinite;
}

.floating-note-bottom {
    bottom: 24px;
    left: -24px;
    animation: floatUpDown 8s ease-in-out infinite reverse;
}

@keyframes floatUpDown {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.home-section {
    padding: clamp(72px, 10vw, 112px) 0;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.section-heading h2,
.closing-cta h2,
.diagnostic-copy h2 {
    margin: 18px 0 16px;
    font-family: var(--font-primary);
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.problem-grid,
.solution-grid,
.projects-grid,
.testimonials-grid,
.authority-grid {
    display: grid;
    gap: 22px;
}

.problem-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.problem-card,
.solution-card,
.project-card,
.testimonial-card,
.authority-card,
.closing-cta,
.diagnostic-panel {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 18px 40px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
}

.problem-card,
.authority-card,
.testimonial-card {
    padding: 28px;
}

.problem-card::before,
.solution-card::before,
.project-card::before,
.authority-card::before,
.testimonial-card::before,
.closing-cta::before,
.diagnostic-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(233, 30, 99, 0.12), transparent 35%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.problem-card:hover::before,
.solution-card:hover::before,
.project-card:hover::before,
.authority-card:hover::before,
.testimonial-card:hover::before {
    opacity: 1;
}

.problem-card:hover,
.solution-card:hover,
.project-card:hover,
.authority-card:hover,
.testimonial-card:hover {
    transform: translateY(-8px);
    border-color: rgba(233, 30, 99, 0.22);
}

.problem-card,
.solution-card,
.project-card,
.authority-card,
.testimonial-card {
    transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.problem-index {
    display: inline-flex;
    width: 44px;
    height: 44px;
    margin-bottom: 22px;
    border-radius: 14px;
    background: rgba(233, 30, 99, 0.12);
    border: 1px solid rgba(233, 30, 99, 0.22);
}

.problem-index::before {
    content: '';
    margin: auto;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e91e63, #e91e63);
    box-shadow: 0 0 20px rgba(233, 30, 99, 0.35);
}

.problem-card h3,
.solution-card h3,
.project-card h3,
.authority-card strong {
    color: #ffffff;
    font-family: var(--font-primary);
    font-size: 1.18rem;
    line-height: 1.35;
}

.problem-card p,
.solution-card p,
.project-card p,
.authority-card p,
.testimonial-author span,
.project-category,
.solution-badge,
.solution-link {
    color: var(--tg-muted);
}

.solution-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 22px;
}

.solution-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.solution-card {
    display: block;
    text-decoration: none;
    width: 100%;
    min-height: 445px;
    border-radius: 26px;
    border-color: rgba(var(--solution-accent-rgb), 0.7);
    background:
        linear-gradient(180deg, rgba(3, 7, 14, 0.18) 0%, rgba(3, 7, 14, 0.38) 34%, rgba(3, 7, 14, 0.8) 68%, rgba(3, 7, 14, 0.94) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.02),
        0 0 0 1px rgba(var(--solution-accent-rgb), 0.22),
        0 18px 48px rgba(0, 0, 0, 0.28),
        0 0 32px rgba(var(--solution-accent-rgb), 0.16);
    isolation: isolate;
}

.solution-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 0% 0%, rgba(var(--solution-accent-rgb), 0.18), transparent 32%),
        radial-gradient(circle at 100% 0%, rgba(var(--solution-accent-rgb), 0.1), transparent 26%),
        linear-gradient(180deg, rgba(4, 8, 16, 0.08) 0%, rgba(4, 8, 16, 0.18) 28%, rgba(4, 8, 16, 0.68) 64%, rgba(4, 8, 16, 0.9) 100%);
    opacity: 1;
    transition: opacity 0.35s ease, filter 0.35s ease;
    pointer-events: none;
    z-index: 1;
}

.solution-card::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: calc(26px - 1px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
    z-index: 3;
}

.solution-card:hover {
    border-color: rgba(var(--solution-accent-rgb), 0.95);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.02),
        0 0 0 1px rgba(var(--solution-accent-rgb), 0.28),
        0 26px 58px rgba(0, 0, 0, 0.34),
        0 0 42px rgba(var(--solution-accent-rgb), 0.22);
}

.solution-card:hover::before {
    filter: brightness(1.05);
}

.solution-backdrop {
    position: absolute;
    inset: 0;
    background-image: var(--solution-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: saturate(1.02) brightness(0.58);
    transform: scale(1.01);
    transition: transform 0.45s ease, filter 0.45s ease;
    z-index: 0;
}

.solution-card:hover .solution-backdrop {
    transform: scale(1.045);
    filter: saturate(1.08) brightness(0.68);
}

.solution-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 445px;
    padding: 28px 26px 24px;
    position: relative;
    z-index: 2;
}

.solution-copy {
    display: grid;
    gap: 10px;
    margin-top: auto;
    max-width: 92%;
}

.solution-badge {
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.84);
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.project-category {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.solution-card h3 {
    font-size: clamp(1.46rem, 1.22rem + 0.34vw, 1.86rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
    text-wrap: balance;
    color: #ffffff;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.solution-card p {
    color: rgba(234, 238, 245, 0.9);
    font-size: 0.99rem;
    line-height: 1.55;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

.solution-link {
    margin-top: 8px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 0.98rem;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

.solution-arrow {
    font-size: 1.45em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.solution-card:hover .solution-arrow {
    transform: translateX(4px);
}

.solution-ref {
    display: block;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--tg-muted);
    opacity: 0.62;
    padding-top: 2px;
}

.solution-icon {
    position: relative;
    width: 68px;
    height: 68px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(18, 24, 39, 0.82) 0%, rgba(11, 18, 31, 0.6) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 12px 24px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
}

.solution-icon::before {
    content: '';
    position: absolute;
    inset: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.solution-icon span,
.solution-icon::after {
    display: none;
}

.solution-icon-site::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e91e63' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5' width='17' height='14' rx='3'/%3E%3Cpath d='M3.5 9h17'/%3E%3C/svg%3E");
}

.solution-icon-brand::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e91e63' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.5l6.5 3.2v5.5c0 4.1-2.6 6.8-6.5 9.3-3.9-2.5-6.5-5.2-6.5-9.3V6.7L12 3.5z'/%3E%3Cpath d='M9.3 11.9l1.8 1.8 3.6-3.6'/%3E%3C/svg%3E");
}

.solution-icon-social::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e91e63' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6.5' cy='12' r='2.2'/%3E%3Ccircle cx='17.5' cy='6.5' r='2.2'/%3E%3Ccircle cx='17.5' cy='17.5' r='2.2'/%3E%3Cpath d='M8.5 11.1l6.9-3.2'/%3E%3Cpath d='M8.5 12.9l6.9 3.2'/%3E%3C/svg%3E");
}

.solution-icon-designer::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e91e63' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.2 4.6l5.2 5.2'/%3E%3Cpath d='M6 18l3.2-.6 8.6-8.7a2.1 2.1 0 0 0-3-3L6.2 14.4 6 18z'/%3E%3Cpath d='M13.2 6.5l4.3 4.3'/%3E%3C/svg%3E");
}

.solution-icon-google::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e91e63' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20s5.5-4.4 5.5-9.1A5.5 5.5 0 0 0 6.5 10.9C6.5 15.6 12 20 12 20z'/%3E%3Ccircle cx='12' cy='10.4' r='1.9'/%3E%3Cpath d='M15.8 5.7h3.7'/%3E%3Cpath d='M17.65 3.85v3.7'/%3E%3C/svg%3E");
}

.solution-icon-traffic::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e91e63' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5h16'/%3E%3Cpath d='M6.5 15.5l4-4 3.2 3.2L18 8.5'/%3E%3Cpath d='M14.8 8.5H18v3.2'/%3E%3C/svg%3E");
}

.solution-icon-video::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e91e63' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5' width='17' height='14' rx='4'/%3E%3Cpath d='M10 9.3l5.2 2.7L10 14.7V9.3z' fill='%23e91e63' stroke='none'/%3E%3C/svg%3E");
}

.solution-icon-whatsapp::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e91e63' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4.5c-4.4 0-8 3.2-8 7.1 0 1.7.7 3.3 1.9 4.5L5 19.5l3.5-1.2c1.1.6 2.3.9 3.5.9 4.4 0 8-3.2 8-7.1s-3.6-7.6-8-7.6z'/%3E%3Cpath d='M9.3 10.2c.8 1.8 2.2 3.3 4.1 4.3'/%3E%3Cpath d='M13.1 14.1l1.8-1'/%3E%3C/svg%3E");
}

.method-section {
    position: relative;
}

.method-timeline {
    display: grid;
    gap: 18px;
    position: relative;
}

.method-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 28px;
    width: 1px;
    background: linear-gradient(180deg, rgba(233, 30, 99, 0.35), rgba(255, 255, 255, 0.06));
}

.method-step {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    padding: 0 0 0 2px;
}

.method-number {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.22), rgba(233, 30, 99, 0.1));
    border: 1px solid rgba(233, 30, 99, 0.2);
    color: #ffffff;
    font-family: var(--font-primary);
    font-weight: 700;
}

.method-content {
    padding: 20px 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.method-content h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-family: var(--font-primary);
}

.method-content p {
    color: var(--tg-muted);
}

.projects-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-card {
    display: flex;
    flex-direction: column;
}

.project-placeholder {
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    background:
        linear-gradient(135deg, rgba(233, 30, 99, 0.22), rgba(59, 130, 246, 0.12)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.project-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top left, rgba(233, 30, 99, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.project-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 7, 12, 0.06) 0%, rgba(5, 7, 12, 0.42) 100%);
    pointer-events: none;
}

.project-media-badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(7, 9, 14, 0.64);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.project-placeholder span {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(7, 9, 14, 0.52);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
}

.project-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
}

.project-link {
    margin-top: auto;
    color: var(--tg-accent);
    font-weight: 700;
    text-decoration: none;
}

.testimonials-grid,
.authority-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-quote {
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.8;
}

.testimonial-author {
    margin-top: 22px;
    display: grid;
    gap: 4px;
}

.testimonial-author strong {
    color: #ffffff;
}

.logo-strip {
    margin: 28px 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.logo-strip.has-client-logos .logo-strip-empty,
.logo-strip.has-client-logos > span {
    display: none;
}

.logo-strip-item,
.logo-strip-empty,
.logo-strip > span {
    min-height: 76px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed rgba(255, 255, 255, 0.14);
    color: var(--tg-muted);
    text-align: center;
    padding: 10px;
}

.logo-strip-item {
    padding: 18px 22px;
}

.logo-strip-logo {
    width: 100%;
    max-width: 168px;
    max-height: 38px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.96;
}

.diagnostic-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 24px;
    padding: clamp(26px, 4vw, 40px);
}

.diagnostic-actions {
    display: grid;
    gap: 18px;
    align-content: center;
    justify-items: start;
}

.contact-points {
    display: grid;
    gap: 12px;
}

.contact-points a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--tg-text-soft);
    text-decoration: none;
}

.contact-point-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.88);
    flex-shrink: 0;
}

.contact-point-icon svg {
    width: 20px;
    height: 20px;
}

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-item {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 26px;
    background: transparent;
    border: 0;
    color: #ffffff;
    font-family: var(--font-primary);
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-answer p {
    padding: 0 26px 24px;
    color: var(--tg-muted);
    line-height: 1.75;
}

.faq-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: var(--tg-accent);
    transform: translateY(-50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq-icon::after {
    transform: translateY(-50%) rotate(90deg);
}

.faq-item.is-open .faq-icon::after {
    opacity: 0;
    transform: translateY(-50%) rotate(0deg);
}

.closing-cta {
    padding: clamp(34px, 5vw, 48px);
    text-align: center;
}

.closing-cta .btn {
    margin-top: 28px;
}

.social-proof-section,
.closing-cta-section {
    padding-bottom: clamp(76px, 10vw, 118px);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@media (max-width: 1180px) {
    .problem-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .projects-grid,
    .testimonials-grid,
    .authority-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .solution-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hero-layout,
    .diagnostic-panel {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: auto;
    }

    .floating-note-top {
        right: 12px;
    }

    .floating-note-bottom {
        left: 12px;
    }
}

@media (max-width: 980px) {
    .solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .solution-card,
    .solution-body {
        min-height: 430px;
    }
}

@media (max-width: 820px) {
    .hero-home {
        padding-top: 128px;
        padding-bottom: 64px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .visual-body {
        grid-template-columns: 1fr;
    }

    .visual-sidebar {
        flex-direction: row;
        flex-wrap: wrap;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .problem-grid,
    .solution-grid,
    .projects-grid,
    .testimonials-grid,
    .authority-grid,
    .logo-strip {
        grid-template-columns: 1fr;
    }

    .solution-card,
    .solution-body {
        min-height: 440px;
    }

    .floating-note {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        max-width: none;
        margin-top: 18px;
        animation: none;
    }

    .method-step {
        grid-template-columns: 1fr;
    }

    .method-timeline::before {
        display: none;
    }
}

@media (max-width: 560px) {
    .hero-title {
        font-size: clamp(2.45rem, 12vw, 3.5rem);
    }

    .hero-actions .btn {
        min-height: 0;
        padding: 16px 22px;
        font-size: 0.95rem;
    }

    .section-heading h2,
    .closing-cta h2,
    .diagnostic-copy h2 {
        font-size: 1.92rem;
    }

    .problem-card,
    .solution-card,
    .project-body,
    .testimonial-card,
    .authority-card,
    .closing-cta,
    .diagnostic-panel,
    .faq-question,
    .faq-answer p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .solution-card {
        min-height: 420px;
        padding-left: 0;
        padding-right: 0;
    }

    .solution-body {
        min-height: 420px;
        padding: 24px 20px 22px;
    }

    .solution-copy {
        max-width: 100%;
    }

    .solution-icon {
        width: 60px;
        height: 60px;
        border-radius: 18px;
    }

    .solution-icon::before {
        inset: 14px;
    }

    .visual-content,
    .visual-sidebar {
        padding: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .floating-note,
    [data-reveal],
    .problem-card,
    .solution-card,
    .project-card,
    .authority-card,
    .testimonial-card {
        animation: none;
        transition: none;
    }
}
