

/* Start:/local/templates/sistersystems/template_styles.css?177445102617163*/
/* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(145deg, #ffffff 0%, #f5f9ff 50%, #f0f5fa 100%);
    color: #1a2639;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .button, .nav-link {
    font-family: 'Inter', 'Manrope', system-ui, sans-serif;
    font-weight: 500;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

section {
    padding: 100px 0;
    position: relative;
}

h2 {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #0b1a33;
}

.section-subhead {
    font-size: 1.3rem;
    color: #4a5568;
    max-width: 600px;
    margin-bottom: 64px;
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}

/* ===== HEADER & NAVIGATION ===== */
header {
    padding: 24px 0;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid rgba(172, 196, 255, 0.2);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-symbol {
    width: 46px;
    height: 46px;
    background-image: url("/local/templates/sistersystems/images/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.logo-text {
    font-size: 1.7rem;
    font-weight: 500;
    color: #1a2b4c;
    letter-spacing: -0.02em;
}

.logo-text span {
    font-weight: 300;
    color: #4f6f9f;
}

.nav-links {
    display: flex;
    gap: 48px;
    align-items: center;
    flex-wrap: wrap;
}

.nav-link {
    text-decoration: none;
    color: #1e2f4a;
    font-weight: 500;
    font-size: 1.05rem;
    transition: color 0.2s;
}

.nav-link:hover {
    color: #3361ff;
}

.nav-link.active {
    color: #3361ff;
    font-weight: 600;
}

/* ===== BUTTONS ===== */
.btn-outline {
    background: transparent;
    border: 1.5px solid #3361ff;
    color: #3361ff;
    padding: 10px 24px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
    display: inline-block;
}

.btn-outline:hover {
    background: #3361ff;
    color: white;
    box-shadow: 0 12px 24px -8px rgba(51, 97, 255, 0.3);
}

.btn-outline:active {
    transform: translateY(1px);
}

.btn-primary {
    background: #3361ff;
    color: white;
    padding: 14px 42px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0 20px 30px -8px rgba(51, 97, 255, 0.4);
    transition: 0.2s;
    border: 1px solid rgba(255,255,255,0.2);
    text-decoration: none;
    display: inline-block;
}

.btn-primary:hover {
    background: #1a45d0;
    transform: translateY(-4px);
    box-shadow: 0 28px 36px -10px #3361ff;
}

.btn-primary:active {
    transform: translateY(1px);
}

.btn-secondary {
    background: rgba(255,255,255,0.8);
    border: 1px solid #3361ff;
    color: #3361ff;
    padding: 12px 32px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
    display: inline-block;
}

.btn-secondary:hover {
    background: #f0f4ff;
    transform: translateY(-2px);
}

.btn-secondary:active {
    transform: translateY(1px);
}

/* ===== BACK LINK ===== */
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3361ff;
    text-decoration: none;
    font-weight: 500;
    transition: gap 0.2s;
}

.back-link:hover {
    gap: 12px;
    color: #1a45d0;
}

/* ===== HERO SECTION (ГЛАВНАЯ) ===== */
.hero {
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.hero h1 {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #091c34;
    margin-bottom: 24px;
}

.hero h1 span {
    background: linear-gradient(135deg, #2ac69a, #3361ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero p {
    font-size: 1.3rem;
    color: #2c3f5f;
    margin-bottom: 40px;
    max-width: 500px;
}

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

.floating-shapes {
    position: relative;
    width: 100%;
    height: 100%;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(42, 198, 154, 0.1);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0 20px 40px rgba(0,30,50,0.1);
}

.shape1 {
    width: 240px;
    height: 240px;
    top: 10%;
    right: 10%;
    background: radial-gradient(circle at 30% 30%, rgba(42,198,154,0.2), rgba(51,97,255,0.1));
    animation: float 14s infinite alternate ease-in-out;
}

.shape2 {
    width: 160px;
    height: 160px;
    bottom: 10%;
    left: 10%;
    background: radial-gradient(circle at 70% 30%, rgba(255,209,102,0.15), rgba(51,97,255,0.1));
    animation: float 18s infinite alternate-reverse ease-in-out;
}

.shape3 {
    width: 100px;
    height: 100px;
    top: 30%;
    left: 30%;
    background: rgba(255,255,255,0.5);
    border: 1.5px solid rgba(42,198,154,0.3);
    animation: float 12s infinite alternate ease-in-out;
}

.wavy-line {
    position: absolute;
    width: 400px;
    height: 200px;
    bottom: 0;
    right: 0;
    opacity: 0.25;
    background: repeating-linear-gradient(45deg, #2ac69a 0px, #2ac69a 4px, transparent 4px, transparent 16px);
    mask: radial-gradient(circle at 30% 50%, black 30%, transparent 70%);
    -webkit-mask: radial-gradient(circle at 30% 50%, black 30%, transparent 70%);
}

@keyframes float {
    0% { transform: translateY(0px) rotate(0deg); }
    100% { transform: translateY(-30px) rotate(6deg); }
}

/* ===== CARDS (ОБЩИЕ СТИЛИ) ===== */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 20px;
}

.product-card {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 48px;
    padding: 40px 36px;
    box-shadow: 0 30px 50px -20px rgba(0, 40, 80, 0.2);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.product-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 40px 70px -12px rgba(42, 198, 154, 0.3), 0 20px 40px -10px rgba(51, 97, 255, 0.2);
    border-color: rgba(255,255,255,0.9);
}

.card-icon {
    font-size: 3.5rem;
    margin-bottom: 24px;
}

.card-icon img {
    max-width: 60px;
    height: auto;
}

.product-card h3 {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
}

.product-card p {
    color: #2c3e5a;
    font-size: 1.1rem;
    margin-bottom: 32px;
    flex: 1;
    line-height: 1.5;
}

.card-btn {
    background: transparent;
    border: 2px solid currentColor;
    padding: 14px 28px;
    border-radius: 60px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    align-self: flex-start;
}

/* Специфичные стили для карточек продуктов */
.card-smart .card-icon { color: #2ac69a; }
.card-smart h3 { color: #1b7b61; }
.card-smart .card-btn {
    color: #2ac69a;
    border-color: #2ac69a;
}
.card-smart .card-btn:hover {
    background: #2ac69a;
    color: white;
}

.card-wifi .card-icon { color: #3361ff; }
.card-wifi h3 { color: #1f3a8a; }
.card-wifi .card-btn {
    color: #3361ff;
    border-color: #3361ff;
}
.card-wifi .card-btn:hover {
    background: #3361ff;
    color: white;
}

/* Бейджи для карточек */
.card-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 40px;
    font-size: 0.75rem;
    font-weight: 600;
    background: rgba(51, 97, 255, 0.1);
    color: #3361ff;
}

/* Будущие карточки (проекты в разработке) */
.future-card {
    opacity: 0.7;
    background: rgba(255,255,255,0.4);
    border: 1px dashed rgba(51, 97, 255, 0.3);
}

.future-card h3 {
    color: #4a5568;
}

.future-card .card-icon {
    opacity: 0.6;
}

.future-card .card-badge {
    background: rgba(0,0,0,0.05);
    color: #6c7a91;
}

/* ===== PHILOSOPHY SECTION ===== */
.philosophy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.philosophy-text {
    font-size: 1.2rem;
    color: #31496e;
    margin: 30px 0 20px;
    line-height: 1.6;
}

.philosophy-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.orb {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle at 20% 30%, #ffe69b, #ffb4a2, #a0c4ff);
    opacity: 0.7;
    filter: blur(24px);
    animation: breathe 12s infinite alternate;
}

@keyframes breathe {
    0% { transform: scale(1); opacity: 0.5; filter: blur(30px); }
    100% { transform: scale(1.2); opacity: 0.7; filter: blur(16px); }
}

.mini-badge {
    display: inline-block;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(4px);
    padding: 8px 18px;
    border-radius: 40px;
    font-weight: 500;
    color: #2ac69a;
    border: 1px solid rgba(42,198,154,0.3);
    margin: 6px;
}

/* ===== BENEFITS SECTION ===== */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 60px 0 20px;
}

.benefit-item {
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(8px);
    border-radius: 32px;
    padding: 32px 20px;
    text-align: center;
    border: 1px solid white;
}

.benefit-num {
    background: #ffffffcc;
    width: 56px;
    height: 56px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-weight: 700;
    font-size: 1.6rem;
    color: #3361ff;
    box-shadow: 0 8px 16px #d5e2ff;
}

.benefit-item h4 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #10243e;
}

.benefit-item p {
    color: #365277;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* ===== PROJECTS PAGE (hero-projects) ===== */
.hero-projects {
    text-align: center;
    padding: 60px 0 40px;
}

.hero-projects h1 {
    font-size: 3.2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #1a2b4c, #3361ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

.coming-soon {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background: rgba(255,255,255,0.4);
    border-radius: 60px;
}

.coming-soon h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
}

/* ===== ARTICLE (СТРАНИЦА ДЕТАЛЬНОГО ПРОЕКТА) ===== */
.article-container {
    max-width: 900px;
    margin: 0 auto;
}

.article-hero {
    text-align: center;
    margin-bottom: 48px;
}

.article-hero h1 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #1b7b61;
    margin-bottom: 20px;
    line-height: 1.2;
}

.article-meta {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 32px;
    color: #6c7a91;
    font-size: 0.9rem;
}

.article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.article-image {
    margin: 40px 0;
    text-align: center;
    overflow: hidden;
}
.article-image img{
    border-radius: 8px;
    max-height: 600px;
    max-width: 100%;
}

.article-content {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #2c3e5a;
}

.article-content h2 {
    font-size: 1.8rem;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #0b1a33;
}

.article-content h3 {
    font-size: 1.3rem;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #1b7b61;
}

.article-content p {
    margin-bottom: 20px;
}

.article-content ul,
.article-content ol {
    margin: 20px 0 20px 28px;
}

.article-content li {
    margin-bottom: 10px;
}

.article-content blockquote {
    background: rgba(42, 198, 154, 0.08);
    border-left: 4px solid #2ac69a;
    padding: 20px 28px;
    margin: 32px 0;
    border-radius: 20px;
    font-style: italic;
    color: #1a2b4c;
}

/* Feature list для статьи */
.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 32px 0;
}

.feature-item {
    background: rgba(255,255,255,0.5);
    border-radius: 24px;
    padding: 24px;
}

.feature-item h4 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: #1b7b61;
}

.feature-item p {
    margin-bottom: 0;
}

/* Pricing simple (для статьи) */
.pricing-simple {
    background: rgba(255,255,255,0.6);
    border-radius: 32px;
    padding: 32px;
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.pricing-info h3 {
    margin: 0 0 8px 0;
    font-size: 1.4rem;
}

.pricing-price {
    font-size: 2rem;
    font-weight: 700;
    color: #3361ff;
}

.pricing-price small {
    font-size: 0.9rem;
    font-weight: 400;
    color: #6c7a91;
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.article-footer {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(51, 97, 255, 0.2);
    text-align: center;
}

/* ===== FOOTER ===== */
footer {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(51, 97, 255, 0.1);
    padding: 48px 0 24px;
    margin-top: 40px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-links {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.footer-links a {
    text-decoration: none;
    color: #2a3f64;
    font-weight: 400;
}

.footer-links a:hover {
    color: #3361ff;
}

.social-icons {
    display: flex;
    gap: 20px;
}

.social-icons span {
    font-size: 1.6rem;
    opacity: 0.7;
    transition: 0.2s;
    cursor: default;
}

.social-icons span:hover {
    opacity: 1;
    transform: scale(1.1);
}

.copyright {
    text-align: center;
    margin-top: 48px;
    color: #57708c;
    font-size: 0.9rem;
}

/* ===== MEDIA QUERIES (ОБЪЕДИНЕННЫЕ) ===== */
@media (max-width: 1000px) {
    h2 {
        font-size: 2.2rem;
    }

    .hero h1 {
        font-size: 2.8rem;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }

    .philosophy-grid {
        grid-template-columns: 1fr;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nav-links {
        gap: 24px;
    }
}

@media (max-width: 800px) {
    .feature-list {
        grid-template-columns: 1fr;
    }

    .pricing-simple {
        flex-direction: column;
        text-align: center;
    }

    .article-meta {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }

    .article-hero h1 {
        font-size: 2.2rem;
    }

    .coming-soon {
        margin-top: 40px;
        padding: 32px 20px;
    }
}

@media (max-width: 600px) {
    .header-inner {
        flex-direction: column;
        gap: 16px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .container {
        padding: 0 20px;
    }

    section {
        padding: 60px 0;
    }

    .hero h1 {
        font-size: 2.2rem;
    }

    .hero p {
        font-size: 1.1rem;
    }

    .product-card {
        padding: 28px 24px;
    }

    .product-card h3 {
        font-size: 1.8rem;
    }

    .article-hero h1 {
        font-size: 1.8rem;
    }

    .article-content h2 {
        font-size: 1.5rem;
    }

    .article-content h3 {
        font-size: 1.2rem;
    }

    .pricing-simple {
        padding: 24px;
    }

    .pricing-price {
        font-size: 1.6rem;
    }

    .feature-item {
        padding: 20px;
    }

    .coming-soon h3 {
        font-size: 1.3rem;
    }

    .coming-soon {
        padding: 24px 16px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-buttons .btn-primary,
    .cta-buttons .btn-secondary {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .footer-links {
        justify-content: center;
    }

    .social-icons {
        justify-content: center;
    }
}
/* End */
/* /local/templates/sistersystems/template_styles.css?177445102617163 */
