.erca-scope .ftr {
            --lime: #c2ee45;
            --lime-bright: #cdf24f;
            --dark: #0a1f0d;
            --line: rgba(255, 255, 255, .12);
            --muted: #aebaa9;
            --white: #ffffff;
        }
.erca-scope .ftr :where(*) {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
.erca-scope .ftr {
            font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
            background: #f1f3ef;
            color: var(--white);
            line-height: 1.5;
            padding: clamp(20px, 3vw, 36px) clamp(18px, 5vw, 40px);
            display: flex;
            flex-direction: column;
            align-items: center;
        }
.erca-scope .ftr .footer {
            width: 100%;
            max-width: 1820px;
            background: #8e1d36;
            border-radius: 26px;
            padding: 56px 60px 30px;
        }
.erca-scope .foot-cta {
            position: relative;
            z-index: 3;
            width: min(1400px, 92%);
            margin: 30px auto -55px;
            display: flex;
            align-items: stretch;
            background: #0f8b82;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 34px 70px -30px rgba(0, 0, 0, .45);
        }
.erca-scope .foot-cta-text {
            flex: 1 1 100%;
            padding: 30px 44px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 12px;
            color: #fff;
        }
.erca-scope .foot-cta-eyebrow {
            align-self: flex-start;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: .06em;
            text-transform: uppercase;
            background: rgba(255, 255, 255, .16);
            padding: 6px 14px;
            border-radius: 40px;
        }
.erca-scope .foot-cta h2 {
            font-size: 26px;
            line-height: 1.15;
            font-weight: 800;
            color: #fff;
            margin: 0;
        }
.erca-scope .foot-cta-info {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 4px;
        }
.erca-scope .foot-cta .cta-item {
            display: flex;
            align-items: center;
            gap: 11px;
            font-size: 15px;
            color: rgba(255, 255, 255, .94);
        }
.erca-scope .foot-cta .cta-item svg {
            width: 20px;
            height: 20px;
            flex: 0 0 auto;
        }
.erca-scope .foot-cta-btn {
            align-self: flex-start;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin-top: 8px;
            background: #0a1f1c;
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            padding: 8px 8px 8px 26px;
            border-radius: 40px;
            transition: transform .2s;
        }
.erca-scope .foot-cta-btn:hover {
            transform: translateY(-2px);
        }
.erca-scope .foot-cta-btn .cta-arrow {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: #fff;
            color: #0a1f1c;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
        }
.erca-scope .foot-cta-btn .cta-arrow svg {
            width: 17px;
            height: 17px;
        }
.erca-scope .foot-cta-img {
            flex: 1 1 48%;
            min-height: 170px;
        }
.erca-scope .foot-cta-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
@media (max-width: 860px) {
.erca-scope .foot-cta {
                flex-direction: column;
            }
.erca-scope .foot-cta-img {
                min-height: 160px;
            }
}
.erca-scope .ftr .contact .socials a.soc-wa {
            background: #25D366;
            color: #fff;
        }
.erca-scope .ftr .contact .socials a.soc-wa i {
            color: #fff;
        }
.erca-scope .ftr .contact .socials a.soc-tv, .erca-scope .ftr .contact .socials a.soc-radio, .erca-scope .ftr .contact .socials a.soc-news, .erca-scope .ftr .contact .socials a.soc-lib {
            background: #1aa23c;
            color: #fff;
        }
.erca-scope .ftr .contact .socials a.soc-tv i, .erca-scope .ftr .contact .socials a.soc-radio i, .erca-scope .ftr .contact .socials a.soc-news i, .erca-scope .ftr .contact .socials a.soc-lib i {
            color: #fff;
        }
.erca-scope .ftr .top {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: start;
            padding-bottom: 42px;
            border-bottom: 1px solid var(--line);
        }
.erca-scope .ftr .brand {
            display: flex;
            align-items: center;
            gap: 16px;
        }
.erca-scope .ftr .brand .logo {
            
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
        }
.erca-scope .ftr .brand .logo svg {
            width: 38px;
            height: 38px;
            color: var(--dark);
        }
.erca-scope .ftr .brand .name {
            font-size: 34px;
            font-weight: 800;
            color: #fff;
            line-height: 1;
            letter-spacing: -0.01em;
        }
.erca-scope .ftr .brand .tag {
            font-size: 13px;
            font-weight: 600;
            color: #fff;
            margin-top: 6px;
        }
.erca-scope .ftr .news {}
.erca-scope .ftr .news h3 {
            font-size: 26px;
            font-weight: 800;
            color: #fff;
            letter-spacing: -0.01em;
            margin-bottom: 22px;
        }
.erca-scope .ftr .news .row {
            display: flex;
            align-items: center;
            background: transparent;
            border: 1.5px solid var(--lime);
            border-radius: 50px;
            padding: 8px 8px 8px 28px;
        }
.erca-scope .ftr .news input {
            flex: 1;
            background: transparent;
            border: none;
            outline: none;
            color: #fff;
            font-family: inherit;
            font-size: 17px;
            padding: 14px 8px;
        }
.erca-scope .ftr .news input::placeholder {
            color: #cfd6cb;
        }
.erca-scope .ftr .news button {
            background: #EDC006;
            color: var(--dark);
            border: none;
            border-radius: 50px;
            padding: 16px 34px;
            font-size: 17px;
            font-weight: 700;
            cursor: pointer;
            white-space: nowrap;
            transition: background .2s;
        }
.erca-scope .ftr .news button:hover {
            background: var(--lime-bright);
        }
.erca-scope .ftr .cols {
            display: grid;
            grid-template-columns: 1.25fr 1fr 1.15fr 1.2fr;
            gap: 40px;
            padding: 46px 0;
            border-bottom: 1px solid var(--line);
        }
.erca-scope .ftr .about p {
            font-size: 26px;
            font-weight: 800;
            line-height: 1.6;
            color: #fff;
            letter-spacing: -0.01em;
            max-width: 380px;
        }
.erca-scope .ftr .contact .socials {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 18px;
        }
.erca-scope .ftr .contact .socials a {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            background: #EDC006;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--dark);
            margin-bottom: 0;
            transition: transform .3s ease, box-shadow .3s ease;
        }
.erca-scope .ftr .contact .socials a:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
        }
.erca-scope .ftr .contact .socials a.soc-fb {
            background: #1877F2;
            color: #fff;
        }
.erca-scope .ftr .contact .socials a.soc-fb i {
            color: #fff;
        }
.erca-scope .ftr .contact .socials a.soc-x {
            background: #000000;
            color: #fff;
        }
.erca-scope .ftr .contact .socials a.soc-x i {
            color: #fff;
        }
.erca-scope .ftr .contact .socials a.soc-ig {
            background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
            color: #fff;
        }
.erca-scope .ftr .contact .socials a.soc-ig i {
            color: #fff;
        }
.erca-scope .ftr .contact .socials a.soc-li {
            background: #0A66C2;
            color: #fff;
        }
.erca-scope .ftr .contact .socials a.soc-li i {
            color: #fff;
        }
.erca-scope .ftr .contact .socials a.soc-yt {
            background: #FF0000;
            color: #fff;
        }
.erca-scope .ftr .contact .socials a.soc-yt i {
            color: #fff;
        }
.erca-scope .ftr .contact .socials svg {
            width: 22px;
            height: 22px;
        }
.erca-scope .ftr .contact .socials a i {
            font-size: 20px;
            line-height: 1;
            color: var(--dark);
        }
.erca-scope .ftr .col h4 {
            color: white;
            font-size: 21px;
            font-weight: 700;
            margin-bottom: 22px;
        }
.erca-scope .ftr .col a {
            display: block;
            color: #e7ede5;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            margin-bottom: 16px;
            transition: color .2s;
        }
.erca-scope .ftr .col a:hover {
            color: white;
        }
.erca-scope .ftr .contact .item {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            margin-bottom: 22px;
        }
.erca-scope .ftr .contact .item .ic {
            width: 34px;
            height: 34px;
            border-radius: 9px;
            flex: 0 0 auto;
            display: flex;
            
            justify-content: center;
            color: #EDC006;
        }
.erca-scope .ftr .contact .item .ic svg {
            width: 22px;
            height: 22px;
        }
.erca-scope .ftr .contact .item .txt {
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.35;
        }
.erca-scope .ftr .bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 26px;
            gap: 20px;
            flex-wrap: wrap;
        }
.erca-scope .ftr .bottom .copy {
            color: #cfd6cb;
            font-size: 15px;
            font-weight: 500;
        }
.erca-scope .ftr .bottom .legal {
            display: flex;
            align-items: center;
            gap: 22px;
        }
.erca-scope .ftr .bottom .legal a {
            color: #e7ede5;
            font-size: 15px;
            text-decoration: none;
        }
.erca-scope .ftr .bottom .legal a:hover {
            color: var(--lime);
        }
.erca-scope .ftr .bottom .legal .sep {
            color: rgba(255, 255, 255, .3);
        }
@media (max-width:1100px) {
.erca-scope .ftr .top {
                grid-template-columns: 1fr;
                gap: 36px;
            }
.erca-scope .ftr .cols {
                grid-template-columns: 1fr 1fr;
                gap: 40px 30px;
            }
}
@media (max-width:660px) {
.erca-scope .ftr {
                padding: 16px;
            }
.erca-scope .ftr .footer {
                padding: 36px 24px 24px;
                border-radius: 20px;
            }
.erca-scope .ftr .news .row {
                flex-direction: column;
                align-items: stretch;
                padding: 14px;
                gap: 12px;
                border-radius: 18px;
            }
.erca-scope .ftr .news button {
                border-radius: 14px;
            }
.erca-scope .ftr .cols {
                grid-template-columns: 1fr;
            }
.erca-scope .ftr .about p {
                font-size: 22px;
            }
.erca-scope .ftr .bottom {
                flex-direction: column;
                align-items: flex-start;
            }
}
.erca-scope .ftr .brand .name {
            font-size: 28px;
        }
.erca-scope .ftr .brand .tag {
            font-size: 12px;
        }
.erca-scope .ftr .news h3 {
            font-size: 22px;
            margin-bottom: 18px;
        }
.erca-scope .ftr .news input {
            font-size: 15px;
            padding: 12px 8px;
        }
.erca-scope .ftr .news button {
            font-size: 15px;
            padding: 14px 30px;
        }
.erca-scope .ftr .about p {
            font-size: 22px;
        }
.erca-scope .ftr .col h4 {
            font-size: 21px;
            margin-bottom: 18px;
        }
.erca-scope .ftr .col a {
            font-size: 17px;
            margin-bottom: 14px;
        }
.erca-scope .ftr .contact .item .txt {
            font-size: 18px;
        }
.erca-scope .ftr .bottom .copy {
            font-size: 14px;
        }
.erca-scope .ftr .bottom .legal a {
            font-size: 14px;
        }
.erca-scope .p2-hero {
            width: 100%;
            max-width: 1820px;
            margin: 0 auto 34px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 22px;
            align-items: stretch;
        }
.erca-scope .p2-left {
            background: #8e1d36;
            border-radius: 24px;
            padding: 46px;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 18px;
        }
.erca-scope .p2-badge {
            align-self: flex-start;
            background: rgba(255, 255, 255, .16);
            border-radius: 40px;
            padding: 6px 16px;
            font-size: 12px;
            letter-spacing: .06em;
            font-weight: 700;
            text-transform: uppercase;
        }
.erca-scope .p2-left h2 {
            font-size: 40px;
            line-height: 1.08;
            font-weight: 800;
            color: #fff;
            margin: 0;
        }
.erca-scope .p2-left h2 span {
            color: #EDC006;
        }
.erca-scope .p2-info {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
.erca-scope .p2-item {
            display: flex;
            align-items: center;
            gap: 11px;
            font-size: 15px;
            color: rgba(255, 255, 255, .92);
        }
.erca-scope .p2-item svg {
            width: 20px;
            height: 20px;
            flex: 0 0 auto;
        }
.erca-scope .p2-socials {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 4px;
        }
.erca-scope .p2-socials a {
            width: 42px;
            height: 42px;
            border-radius: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            background: #1aa23c;
            transition: transform .2s;
            text-decoration: none;
        }
.erca-scope .p2-socials a:hover {
            transform: translateY(-2px);
        }
.erca-scope .p2-socials a i {
            font-size: 18px;
            color: #fff;
        }
.erca-scope .p2-socials a.soc-fb {
            background: #1877F2;
        }
.erca-scope .p2-socials a.soc-li {
            background: #0A66C2;
        }
.erca-scope .p2-socials a.soc-x {
            background: #000000;
        }
.erca-scope .p2-socials a.soc-yt {
            background: #FF0000;
        }
.erca-scope .p2-socials a.soc-wa {
            background: #25D366;
        }
.erca-scope .p2-btn {
            align-self: flex-start;
            margin-top: 10px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #EDC006;
            color: #10210f;
            text-decoration: none;
            font-weight: 700;
            padding: 14px 12px 14px 26px;
            border-radius: 40px;
        }
.erca-scope .p2-btn:hover {
            background: #1AA23C;
            color: #fff;
            transform: translateY(-1px);
        }
.erca-scope .p2-btn .p2-arrow {
            width: 26px;
            height: 26px;
            border-radius: 50%;
            background: #10210f;
            color: #EDC006;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
        }
.erca-scope .p2-right {
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            min-height: 420px;
        }
.erca-scope .p2-right img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
.erca-scope .p2-states {
            position: absolute;
            left: 18px;
            bottom: 18px;
            background: #fff;
            border-radius: 16px;
            padding: 14px 18px;
            display: flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 12px 30px -12px rgba(0, 0, 0, .4);
        }
.erca-scope .p2-states strong {
            font-size: 34px;
            color: #1aa23c;
            line-height: 1;
        }
.erca-scope .p2-states span {
            font-size: 13px;
            color: #10210f;
            font-weight: 600;
            max-width: 110px;
        }
@media (max-width: 820px) {
.erca-scope .p2-hero {
                grid-template-columns: 1fr;
            }
.erca-scope .p2-right {
                min-height: 280px;
            }
}
