:root {
    --accent-color: #e9871e;
    --text-primary: #ffffff;
    --text-secondary: #f8f8f8;
    --bg-primary: linear-gradient(135deg, #160d2a, #221b3b);
    --font-heading: 'Zilla Slab', serif;
    --font-body: 'Source Sans 3', serif;
    --transition-speed: 0.4s ease-in-out;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background: var(--bg-primary);
    color: var(--text-primary);
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.WvdnY {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
    animation: fadeInDown 1s ease forwards;
}

.fJWgetABS {
    width: 100%;
    max-width: 1420px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.FVIsy {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-primary);
    transition: color var(--transition-speed);
}

.FVIsy img {
    width: 40px;
    height: 40px;
}

.FVIsy:hover {
    color: var(--accent-color);
}

.ykJJywTAMog {
    width: 100%;
    max-width: 1420px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.KXAoyznUmSU {
    font-size: 1rem;
    min-height: 60px;
    flex: 1 1 60%;
    color: var(--text-secondary);
}

.TvllJPF {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    color: var(--text-secondary);
    transition: color var(--transition-speed);
}

.TvllJPF .material-icons {
    font-size: 1.2rem;
}

.TvllJPF:hover {
    color: var(--accent-color);
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .FVIsy {
        font-size: 1.5rem;
    }

    .FVIsy img {
        width: 35px;
        height: 35px;
    }

    .KXAoyznUmSU {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .ykJJywTAMog {
        flex-direction: column;
        align-items: flex-start;
    }

    .KXAoyznUmSU {
        min-height: 80px;
    }
}

@media (max-width: 480px) {
    .FVIsy {
        font-size: 1.3rem;
    }

    .FVIsy img {
        width: 30px;
        height: 30px;
    }

    .KXAoyznUmSU {
        font-size: 0.9rem;
    }
}

@media (max-width: 320px) {
    .FVIsy {
        font-size: 1.1rem;
    }

    .KXAoyznUmSU {
        font-size: 0.85rem;
    }
}

.iocBVchlXaP {
    width: 100%;
    min-height: 100vh;
    background-image: url('../media_pack/bg_t1.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.iocBVchlXaP::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 13, 49, 0.75);
    z-index: 1;
}

.XyZGiJ {
    position: relative;
    z-index: 2;
    max-width: 1420px;
    padding: 3rem 1.5rem;
    text-align: center;   
    animation: fadeInUp 1.2s ease forwards;
}

.lFfqnxPePt {
    font-family: var(--font-heading);
    font-size: 3rem;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.iHuMGK {
    font-size: 1.2rem;
    color: var(--text-secondary);
    max-width: 800px;
    margin: 0 auto 2.5rem;
    min-height: 80px;
}

.DxczZE {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: stretch;
}

.ACeJxSQtMuXOZe {
    flex: 1 1 280px;
    max-width: 300px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform var(--transition-speed), background-color var(--transition-speed);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.ACeJxSQtMuXOZe:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.12);
}

.ACeJxSQtMuXOZe .material-icons {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--accent-color);
}

.ACeJxSQtMuXOZe h3 {
    font-size: 1.3rem;
    color: var(--text-primary);
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .lFfqnxPePt {
        font-size: 2.6rem;
    }

    .iHuMGK {
        font-size: 1.1rem;
    }

    .ACeJxSQtMuXOZe h3 {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .lFfqnxPePt {
        font-size: 2.2rem;
    }

    .iHuMGK {
        font-size: 1rem;
    }

    .DxczZE {
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .lFfqnxPePt {
        font-size: 1.8rem;
    }

    .iHuMGK {
        font-size: 0.95rem;
    }

    .ACeJxSQtMuXOZe {
        flex: 1 1 100%;
    }
}

@media (max-width: 320px) {
    .lFfqnxPePt {
        font-size: 1.6rem;
    }

    .iHuMGK {
        font-size: 0.9rem;
    }

    .ACeJxSQtMuXOZe .material-icons {
        font-size: 2rem;
    }

    .ACeJxSQtMuXOZe h3 {
        font-size: 1.1rem;
    }
}

.BbpAgLKnQfFG {
    width: 100%;
    padding: 4rem 1.5rem;
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    animation: fadeInUp 1s ease forwards;
}

.uUUQFqmFve {
    text-align: center;
}

.TQoyVY {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.GmVJCnAObv {
    font-size: 1.15rem;
    color: var(--text-secondary);
    max-width: 800px;
    margin: 0 auto 2.5rem;
    min-height: 140px;
}

.qnIhb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.nilZxasb {
    flex: 1 1 260px;
    max-width: 300px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 1.8rem 1.5rem;
    text-align: center;
    transition: transform var(--transition-speed), background-color var(--transition-speed);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.nilZxasb:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.1);
}

.nilZxasb .material-icons {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    color: var(--accent-color);
}

.nilZxasb h3 {
    font-size: 1.25rem;
    color: var(--text-primary);
}

.mEocglLgHmlJuls {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    animation: zoomInImage 1.5s ease forwards;
}

.mEocglLgHmlJuls img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomInImage {
    0% {
        transform: scale(1.1);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .TQoyVY {
        font-size: 2.4rem;
    }

    .GmVJCnAObv {
        font-size: 1.1rem;
    }

    .nilZxasb h3 {
        font-size: 1.15rem;
    }
}

@media (max-width: 768px) {
    .GmVJCnAObv {
        font-size: 1rem;
    }

    .qnIhb {
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .TQoyVY {
        font-size: 2rem;
    }

    .GmVJCnAObv {
        font-size: 0.95rem;
    }

    .nilZxasb {
        flex: 1 1 100%;
    }
}

@media (max-width: 320px) {
    .TQoyVY {
        font-size: 1.8rem;
    }

    .GmVJCnAObv {
        font-size: 0.9rem;
    }

    .nilZxasb .material-icons {
        font-size: 2rem;
    }

    .nilZxasb h3 {
        font-size: 1.1rem;
    }
}

.yBUClfpWGfdnj {
    width: 100%;
    padding: 4rem 1.5rem;
    max-width: 1420px;
    margin: 0 auto;
    animation: fadeInUp 1s ease forwards;
}

.PePjJLMKm {
    text-align: center;
}

.GPCSaJXw {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    color: var(--text-primary);
    margin-bottom: 1.2rem;
}

.byPVxneM {
    font-size: 1.15rem;
    color: var(--text-secondary);
    max-width: 800px;
    margin: 0 auto 2rem;
    min-height: 60px;
}

.XRGfwsCWQse {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.qENsXaDlG {
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 25px;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all var(--transition-speed);
    position: relative;
    overflow: hidden;
}

.qENsXaDlG::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: var(--accent-color);
    transition: width var(--transition-speed);
}

.qENsXaDlG:hover {
    color: var(--accent-color);
}

.qENsXaDlG.xprBRPQW {
    background: var(--accent-color);
    color: #0d1b2a;
}

.qENsXaDlG.xprBRPQW::after {
    width: 100%;
    left: 0;
}

.vxXgcXV {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.gYLQxNgR {
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    padding: 1.8rem 1.5rem;
    text-align: center;
    transition: transform var(--transition-speed), background-color var(--transition-speed);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    position: relative;
    opacity: 1;
    visibility: visible;
}

.gYLQxNgR img {
    width: 130px;
    height: 50px;
    margin-bottom: 1.2rem;
}

.gYLQxNgR h3 {
    font-size: 1.3rem;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.gDGcuuSrCCOqN {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    font-size: 0.95rem;
    color: var(--text-secondary);
    min-height: 100px;
}

.gDGcuuSrCCOqN li {
    margin-bottom: 0.4rem;
}

.jboLePrX {
    font-size: 0.95rem;
    color: var(--text-secondary);
    margin-bottom: 0.8rem;
}

.uJSntgansNLWA {
    font-size: 0.9rem;
    font-weight: bold;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.GoPuzaMps .uJSntgansNLWA,
.RaOknuVqfZk .uJSntgansNLWA {
    background: var(--accent-color);
    color: #0d1b2a;
}

.ZKqjYYWGGqXm .uJSntgansNLWA {
    background: #4caf50;
    color: #0d1b2a;
}

.ULcBxtlyYo {
    font-size: 0.95rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.etFC {
    display: inline-block;
    background: var(--accent-color);
    color: #0d1b2a;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    font-weight: bold;
    transition: background var(--transition-speed);
}

.etFC:hover {
    background: #ffa940;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .GPCSaJXw {
        font-size: 2.4rem;
    }

    .byPVxneM {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .byPVxneM {
        font-size: 1rem;
    }

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

@media (max-width: 480px) {
    .GPCSaJXw {
        font-size: 2rem;
    }

    .byPVxneM {
        font-size: 0.95rem;
    }

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

    .gYLQxNgR img {
        width: 80px;
    }
}

@media (max-width: 320px) {
    .GPCSaJXw {
        font-size: 1.8rem;
    }

    .byPVxneM {
        font-size: 0.9rem;
    }

    .qENsXaDlG {
        font-size: 0.9rem;
        padding: 0.6rem 1rem;
    }
}

.gqDRCvkszLoCTES {
    width: 100%;
    padding: 4rem 1.5rem;
    max-width: 1420px;
    margin: 0 auto;
    background: linear-gradient(135deg, #23132d, #1f0d2a);
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
    align-items: start;
}

.kVGOwdcOTpv {
    flex: 1 1 700px;
    animation: floatUp 3s ease-in-out infinite alternate;
}

.kVGOwdcOTpv .aDTHbfdekLLDKZ {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    color: var(--text-primary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.QafQNbCibIWpRP {
    display: grid;
    gap: 1.5rem;
}

.javPIngz {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: transform var(--transition-speed), background-color var(--transition-speed);
}

.javPIngz:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.1);
}

.btpLMUcJts {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    padding: 1.5rem;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    position: relative;
}

.btpLMUcJts:focus {
    outline: none;
}

.btpLMUcJts h3 {
    margin: 0;
    font-size: 1.1rem;
    color: var(--text-primary);
}

.btpLMUcJts .material-icons {
    font-size: 2.2rem;
    color: var(--accent-color);
    margin-right: 1rem;
}

.btpLMUcJts .IGeBdASlkVc {
    font-size: 1.6rem;
    color: var(--accent-color);
    transition: transform var(--transition-speed);
}

.javPIngz--active .btpLMUcJts .IGeBdASlkVc {
    transform: rotate(45deg);
}

.DYUcBSO {
    display: none;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    font-size: 0.95rem;
    color: var(--text-secondary);
    max-height: 0;
    padding: 0 1.5rem;
}

.javPIngz--active .DYUcBSO {
    display: block;
    padding: 1.5rem;
}

.ZpIDBcEnnuuF {
    flex: 1 1 500px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    animation: floatDown 3s ease-in-out infinite alternate;
}

.CNVVsRHREXnP {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    color: var(--text-primary);
    text-align: center;
    margin-bottom: 2rem;
}

.XbctHNDHUL {
    margin-bottom: 1.5rem;
}

.XbctHNDHUL label {
    display: block;
    font-size: 0.95rem;
    color: var(--text-secondary);
    margin-bottom: 0.4rem;
}

.XbctHNDHUL input,
.XbctHNDHUL textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-primary);
    font-size: 1rem;
    outline: none;
    transition: border-color var(--transition-speed);
}

.XbctHNDHUL input:focus,
.XbctHNDHUL textarea:focus {
    border: 1px solid var(--accent-color);
}

.JcsLlVMkNrWte {
    color: red;
    font-size: 0.85rem;
    margin-top: 0.3rem;
    height: 1.2rem;
    overflow: hidden;
    transition: height 0.3s ease, opacity 0.3s ease;
}

.jrIaNHqEydsr {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
}

.jrIaNHqEydsr input[type="checkbox"] {
    accent-color: var(--accent-color);
}

.jrIaNHqEydsr label {
    font-size: 0.95rem;
    color: var(--text-secondary);
}

.nWmAeIzDPJjn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    background: var(--accent-color);
    color: #0d1b2a;
    cursor: pointer;
    transition: background var(--transition-speed);
}

.nWmAeIzDPJjn:hover {
    background: #ff9c40;
}

.elQZbj {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(27, 13, 42, 0.95);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.yREjLPo {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 2.5rem;
    position: relative;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    animation: fadeInUp 0.6s ease forwards;
}

.CYvOz {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.8rem;
    background: transparent;
    border: none;
    color: var(--text-primary);
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
}

@keyframes floatUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-8px); }
}

@keyframes floatDown {
    0% { transform: translateY(0); }
    100% { transform: translateY(8px); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .gqDRCvkszLoCTES {
        padding: 3rem 1rem;
    }

    .kVGOwdcOTpv .aDTHbfdekLLDKZ {
        font-size: 2.4rem;
    }

    .ZpIDBcEnnuuF .CNVVsRHREXnP {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .gqDRCvkszLoCTES {
        flex-direction: column;
        align-items: center;
    }

    .kVGOwdcOTpv,
    .ZpIDBcEnnuuF {
        flex: 1 1 100%;
    }
}

@media (max-width: 480px) {
    .kVGOwdcOTpv .aDTHbfdekLLDKZ {
        font-size: 2rem;
    }

    .ZpIDBcEnnuuF .CNVVsRHREXnP {
        font-size: 1.8rem;
    }

    .btpLMUcJts h3 {
        font-size: 1rem;
    }

    .DYUcBSO p {
        font-size: 0.9rem;
    }
}

@media (max-width: 320px) {
    .kVGOwdcOTpv .aDTHbfdekLLDKZ {
        font-size: 1.8rem;
    }

    .ZpIDBcEnnuuF .CNVVsRHREXnP {
        font-size: 1.6rem;
    }

    .btpLMUcJts h3 {
        font-size: 0.95rem;
    }

    .DYUcBSO p {
        font-size: 0.85rem;
    }
}

.ORcvMFDz {
    width: 100%;
    min-height: 100vh;
    background-image: url('../media_pack/bg_t2.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 1.5rem;
}

.yvPs {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 13, 42, 0.8);
    z-index: 1;
}

.UvwjeFipnyK {
    position: relative;
    z-index: 2;
    max-width: 1420px;
    text-align: center;
    padding: 2rem;
    animation: fadeInUp 1s ease forwards;
}

.uXkitqGu {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    color: var(--text-primary);
    margin-bottom: 1.2rem;
}

.rqlpDTvRXTLG {
    font-size: 1.15rem;
    color: var(--text-secondary);
    max-width: 700px;
    margin: 0 auto 2.5rem;
    min-height: 60px;
}

.kcZlAoGsrUD {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    position: relative;
}

.lQFfczdqkwm {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform var(--transition-speed), background-color var(--transition-speed);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    width: calc(33% - 1.33rem);
    backdrop-filter: blur(6px);
}

.lQFfczdqkwm:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.12);
}

.lQFfczdqkwm .material-icons {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--accent-color);
}

.lQFfczdqkwm h3 {
    font-size: 1.3rem;
    color: var(--text-primary);
    margin-bottom: 0.8rem;
}

.lQFfczdqkwm p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    min-height: 60px;
}

.zMwUVpq {
    width: calc(48% - 1rem);
    margin-top: 2rem;
}

@media (max-width: 1024px) {
    .uXkitqGu {
        font-size: 2.4rem;
    }

    .lQFfczdqkwm {
        width: calc(32% - 1.33rem);
    }

    .zMwUVpq {
        width: calc(48% - 1rem);
    }
}

@media (max-width: 768px) {
    .lQFfczdqkwm {
        width: calc(48% - 1.33rem);
    }

    .zMwUVpq {
        width: calc(48% - 1rem);
    }
}

@media (max-width: 480px) {
    .lQFfczdqkwm,
    .zMwUVpq {
        width: 100%;
    }

    .zMwUVpq {
        margin-top: 1.5rem;
    }
}

@media (max-width: 320px) {
    .uXkitqGu {
        font-size: 2rem;
    }

    .lQFfczdqkwm .material-icons {
        font-size: 2.2rem;
    }

    .lQFfczdqkwm h3 {
        font-size: 1.1rem;
    }

    .lQFfczdqkwm p {
        font-size: 0.9rem;
    }
}

.zjEwkWqcW {
    width: 100%;
    padding: 4rem 1.5rem;
    max-width: 1420px;
    margin: 0 auto;
    animation: fadeInUp 1s ease forwards;
}

.gVbzMeRsjpl {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 3rem;
}

.xTsHvvnPzsdT {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.JAsorbUanoAFi {
    font-size: 1.15rem;
    color: var(--text-secondary);
    line-height: 1.7;
    min-height: 160px;
}

.JAsorbUanoAFi a {
    color: var(--accent-color);
    font-weight: bold;
    transition: color var(--transition-speed);
}

.JAsorbUanoAFi a:hover {
    color: #ff9c40;
}

.zmxeFVGJAQ {
    background: rgba(255, 255, 255, 0.04);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3rem 1.5rem;
}

.qhqIwqwkzJuV {
    max-width: 1420px;
    margin: 0 auto;
    text-align: center;
}

.NUKqpO {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.wNzjCru {
    font-size: 1.05rem;
    color: var(--text-secondary);
    max-width: 700px;
    margin: 0 auto 2.5rem;
}

.YqjfsyS {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    align-items: center;
}

.YqjfsyS img {
    width: 120px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0.9) contrast(1.1);
    transition: filter var(--transition-speed);
}

.YqjfsyS a:hover img {
    filter: brightness(1.1) contrast(1.1);
}

.PdItvDYehA {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity var(--transition-speed);
}

.PdItvDYehA img {
    width: 60px;
    height: 60px;
}

.PdItvDYehA:hover {
    opacity: 1;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .xTsHvvnPzsdT {
        font-size: 2.4rem;
    }

    .JAsorbUanoAFi {
        font-size: 1.1rem;
    }

    .NUKqpO {
        font-size: 2rem;
    }

    .YqjfsyS img {
        width: 100px;
        height: 50px;
    }

    .PdItvDYehA img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 768px) {
    .xTsHvvnPzsdT {
        font-size: 2.2rem;
    }

    .JAsorbUanoAFi {
        font-size: 1.05rem;
    }

    .YqjfsyS {
        gap: 1.5rem;
    }

    .YqjfsyS img {
        width: 100px;
        height: 50px;
    }

    .PdItvDYehA img {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .xTsHvvnPzsdT {
        font-size: 2rem;
    }

    .JAsorbUanoAFi {
        font-size: 1rem;
    }

    .NUKqpO {
        font-size: 1.8rem;
    }

    .YqjfsyS img {
        width: 90px;
        height: 45px;
    }

    .PdItvDYehA img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 320px) {
    .xTsHvvnPzsdT {
        font-size: 1.8rem;
    }

    .JAsorbUanoAFi {
        font-size: 0.95rem;
    }

    .NUKqpO {
        font-size: 1.6rem;
    }

    .YqjfsyS img {
        width: 80px;
        height: 40px;
    }

    .PdItvDYehA img {
        width: 35px;
        height: 35px;
    }
}

.jiRiLK {
    width: 100%;
    padding: 3rem 1.5rem;
    background: #1d0d2a;
    color: var(--text-secondary);
    font-size: 0.95rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeInUp 1s ease forwards;
}

.EUTJNGztTa {
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.mkByDHN {
    text-align: center;
}

.cTuvPH {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    color: var(--accent-color);
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.YfTCfyuCi {
    max-width: 700px;
    margin: 0 auto;
    color: var(--text-secondary);
    opacity: 0.8;
    line-height: 1.7;
}

.uNmvJ {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    margin: 2rem 0;
}

.AjneP {
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.JKuyAlPyb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.riyayzUJr {
    color: var(--text-secondary);
    transition: color var(--transition-speed);
}

.riyayzUJr:hover {
    color: var(--accent-color);
}

.onbueKo {
    text-align: center;
    color: var(--text-secondary);
    opacity: 0.6;
    margin-bottom: 1rem;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .cTuvPH {
        font-size: 1.5rem;
    }

    .YfTCfyuCi {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .JKuyAlPyb {
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .cTuvPH {
        font-size: 1.4rem;
    }

    .YfTCfyuCi {
        font-size: 0.9rem;
    }

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

@media (max-width: 320px) {
    .cTuvPH {
        font-size: 1.3rem;
    }

    .YfTCfyuCi {
        font-size: 0.85rem;
    }

    .riyayzUJr {
        font-size: 0.85rem;
    }
}

.aTzdjWknK {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(37, 13, 42, 0.95);
    padding: 1rem 2rem;
    text-align: center;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    animation: slideUp 0.6s ease forwards;
}

.CpenW {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.vSFwzXMXWc {
    color: var(--accent-color);
    font-weight: bold;
    transition: color var(--transition-speed);
}

.vSFwzXMXWc:hover {
    color: #ff9c40;
}

.uEQhIJYqCEDlM {
    background: var(--accent-color);
    color: #0d1b2a;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    transition: background var(--transition-speed);
}

.uEQhIJYqCEDlM:hover {
    background: #ff9c40;
}

.OJwCylHFsrt {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d1b2a;
    opacity: 1;
    visibility: visible;
    animation: fadeIn 0.6s ease forwards;
}

.ZJTuPfMV {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: -1;
}

.ugjxRHqhIAfAd {
    background: #2b1b3b;
    padding: 3rem 2.5rem;
    border-radius: 16px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    animation: zoomIn 0.6s ease forwards;
}

.iurGNDG {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.qeqAoQojAet {
    font-size: 1.05rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
}

.umKtJ {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.StOkd {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background var(--transition-speed), transform var(--transition-speed);
}

.eYNDmtf {
    background: var(--accent-color);
    color: #0d1b2a;
}

.eYNDmtf:hover {
    background: #ff9c40;
}

.aaceTMWujLw {
    background: transparent;
    color: var(--text-primary);
    border: 2px solid var(--text-primary);
}

.aaceTMWujLw:hover {
    background: #e91e63;
    color: #0d1b2a;
}

.IJAsIkjpP {
    position: fixed;
    right: 2rem;
    bottom: 16rem;
    background: var(--accent-color);
    color: #0d1b2a;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    z-index: 9999;
    transition: transform var(--transition-speed), background var(--transition-speed);
    animation: pulse 2s infinite;
}

.IJAsIkjpP:hover {
    transform: scale(1.1);
    background: #ff9c40;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 1024px) {
    .uEQhIJYqCEDlM {
        padding: 0.6rem 1rem;
        font-size: 0.95rem;
    }

    .iurGNDG {
        font-size: 2rem;
    }

    .qeqAoQojAet {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .CpenW {
        flex-direction: column;
        align-items: flex-start;
    }

    .uEQhIJYqCEDlM {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .ugjxRHqhIAfAd {
        padding: 2.5rem 2rem;
    }

    .iurGNDG {
        font-size: 1.8rem;
    }

    .qeqAoQojAet {
        font-size: 0.95rem;
    }

    .StOkd {
        font-size: 0.9rem;
        padding: 0.6rem 1.2rem;
    }

    .IJAsIkjpP {
        width: 45px;
        height: 45px;
        left: 1.5rem;
        bottom: 15.5rem;
    }
}

@media (max-width: 320px) {
    .ugjxRHqhIAfAd {
        padding: 2rem 1.5rem;
    }

    .iurGNDG {
        font-size: 1.6rem;
    }

    .qeqAoQojAet {
        font-size: 0.9rem;
    }

    .StOkd {
        width: 100%;
        font-size: 0.85rem;
    }

    .IJAsIkjpP {
        width: 40px;
        height: 40px;
        left: 1rem;
        bottom: 15rem;
        font-size: 1.6rem;
    }
}

.uxWaow {
    width: 100%;
    padding: 4rem 1.5rem;
    text-align: center;
    animation: fadeInUp 1s ease forwards;
}

.BfdQNWai {
    max-width: 1420px;
    margin: 0 auto;
}

.PGWiGrcBZMp {
    font-family: var(--font-heading);
    font-size: 3rem;
    color: var(--accent-color);
    line-height: 1.2;
    letter-spacing: -0.03em;
}

@media (max-width: 1024px) {
    .PGWiGrcBZMp {
        font-size: 2.6rem;
    }
}

@media (max-width: 768px) {
    .PGWiGrcBZMp {
        font-size: 2.4rem;
    }
}

@media (max-width: 480px) {
    .PGWiGrcBZMp {
        font-size: 2.1rem;
    }
}

@media (max-width: 320px) {
    .PGWiGrcBZMp {
        font-size: 1.9rem;
    }
}

.ocgxvb {
    width: 100%;
    padding: 4rem 1.5rem;
    background: rgba(255, 255, 255, 0.04);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    animation: fadeInUp 1.2s ease forwards;
}

.WNPyEUbxIGd {
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.TdWBzjKFeMHVFq {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 1.5rem;
    border-left: 3px solid var(--accent-color);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    transition: background var(--transition-speed);
}

.TdWBzjKFeMHVFq:hover {
    background: rgba(255, 255, 255, 0.06);
}

.TdWBzjKFeMHVFq .material-icons {
    font-size: 2.2rem;
    color: var(--accent-color);
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.hqdUOAfFaz {
    font-size: 1.1rem;
    color: var(--text-secondary);
    min-height: 70px;
    line-height: 1.6;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .hqdUOAfFaz {
        font-size: 1.05rem;
    }
}

@media (max-width: 768px) {
    .TdWBzjKFeMHVFq {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }

    .hqdUOAfFaz {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .TdWBzjKFeMHVFq {
        flex-direction: column;
        align-items: flex-start;
    }

    .TdWBzjKFeMHVFq .material-icons {
        margin-top: 0;
    }
}

@media (max-width: 320px) {
    .hqdUOAfFaz {
        font-size: 0.95rem;
    }
}

.AIjoDUcQ {
    width: 100%;
    padding: 4rem 1.5rem;
    text-align: center;
    animation: fadeInUp 1s ease forwards;
}

.uMNMIr {
    max-width: 1420px;
    margin: 0 auto;
}

.CtZjSRQV {
    font-family: var(--font-heading);
    font-size: 3rem;
    color: var(--accent-color);
    margin-bottom: 1.2rem;
}

.hTfZxhZEHUst {
    font-size: 1.15rem;
    color: var(--text-secondary);
    max-width: 800px;
    margin: 0 auto;
    min-height: 60px;
}

@media (max-width: 1024px) {
    .CtZjSRQV {
        font-size: 2.6rem;
    }

    .hTfZxhZEHUst {
        font-size: 1.05rem;
    }
}

@media (max-width: 768px) {
    .hTfZxhZEHUst {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .CtZjSRQV {
        font-size: 2.2rem;
    }

    .hTfZxhZEHUst {
        font-size: 0.95rem;
    }
}

@media (max-width: 320px) {
    .CtZjSRQV {
        font-size: 2rem;
    }

    .hTfZxhZEHUst {
        font-size: 0.9rem;
    }
}

.YDNWRHOecPpTp {
    width: 100%;
    padding: 4rem 1.5rem;
    background: rgba(255, 255, 255, 0.04);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    animation: fadeInUp 1.2s ease forwards;
}

.uMNMIr {
    max-width: 1420px;
    margin: 0 auto;
}

.hFZgrReAcYyE {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    color: var(--accent-color);
    margin-bottom: 2.5rem;
    text-align: center;
}

.RPDhu {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.gDpmXBqFy {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 1.5rem;
    border-left: 3px solid var(--accent-color);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    transition: background var(--transition-speed);
}

.gDpmXBqFy:hover {
    background: rgba(255, 255, 255, 0.06);
}

.gDpmXBqFy .material-icons {
    font-size: 2.2rem;
    color: var(--accent-color);
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.cBxDNNceXm {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.6;
    min-height: 70px;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .hFZgrReAcYyE {
        font-size: 2.2rem;
    }

    .cBxDNNceXm {
        font-size: 1.05rem;
    }
}

@media (max-width: 768px) {
    .gDpmXBqFy {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }

    .cBxDNNceXm {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .gDpmXBqFy {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .hFZgrReAcYyE {
        font-size: 2rem;
    }

    .cBxDNNceXm {
        font-size: 0.95rem;
    }
}

@media (max-width: 320px) {
    .hFZgrReAcYyE {
        font-size: 1.8rem;
    }

    .cBxDNNceXm {
        font-size: 0.9rem;
    }
}

.vkyhRJHBQiRk {
    width: 100%;
    padding: 4rem 1.5rem;
    text-align: center;
    animation: fadeInUp 1s ease forwards;
}

.scQbPjXoNIumi {
    max-width: 1420px;
    margin: 0 auto;
}

.JhIORjtCUhGTw {
    font-family: var(--font-heading);
    font-size: 3rem;
    color: var(--accent-color);
    margin-bottom: 1.2rem;
}

.VlDT {
    font-size: 1.15rem;
    color: var(--text-secondary);
    max-width: 800px;
    margin: 0 auto;
    min-height: 60px;
}

@media (max-width: 1024px) {
    .JhIORjtCUhGTw {
        font-size: 2.6rem;
    }

    .VlDT {
        font-size: 1.05rem;
    }
}

@media (max-width: 768px) {
    .VlDT {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .JhIORjtCUhGTw {
        font-size: 2.2rem;
    }

    .VlDT {
        font-size: 0.95rem;
    }
}

@media (max-width: 320px) {
    .JhIORjtCUhGTw {
        font-size: 2rem;
    }

    .VlDT {
        font-size: 0.9rem;
    }
}

.XtzdMVisX {
    width: 100%;
    padding: 4rem 1.5rem;
    background: rgba(255, 255, 255, 0.04);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    animation: fadeInUp 1.2s ease forwards;
}

.scQbPjXoNIumi {
    max-width: 1420px;
    margin: 0 auto;
}

.dUYaxctn {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    color: var(--accent-color);
    margin-bottom: 2.5rem;
    text-align: center;
}

.ojBgFhA {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.oGkQui {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 1.5rem;
    border-left: 3px solid var(--accent-color);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    transition: background var(--transition-speed);
}

.oGkQui:hover {
    background: rgba(255, 255, 255, 0.06);
}

.oGkQui .material-icons {
    font-size: 2.2rem;
    color: var(--accent-color);
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.JNMADENAygj {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.6;
    min-height: 70px;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .dUYaxctn {
        font-size: 2.2rem;
    }

    .JNMADENAygj {
        font-size: 1.05rem;
    }
}

@media (max-width: 768px) {
    .oGkQui {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }

    .JNMADENAygj {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .dUYaxctn {
        font-size: 2rem;
    }

    .JNMADENAygj {
        font-size: 0.95rem;
    }
}

@media (max-width: 320px) {
    .dUYaxctn {
        font-size: 1.8rem;
    }

    .JNMADENAygj {
        font-size: 0.9rem;
    }
}

.YspcgpNiMJPq {
    width: 100%;
    padding: 4rem 1.5rem;
    text-align: center;
    animation: fadeInUp 1s ease forwards;
}

.QrCzwe {
    max-width: 1420px;
    margin: 0 auto;
}

.xzAiaTPM {
    font-family: var(--font-heading);
    font-size: 3rem;
    color: var(--accent-color);
    margin-bottom: 1.2rem;
}

.UHMYS {
    font-size: 1.15rem;
    color: var(--text-secondary);
    max-width: 800px;
    margin: 0 auto;
    min-height: 60px;
}

@media (max-width: 1024px) {
    .xzAiaTPM {
        font-size: 2.6rem;
    }

    .UHMYS {
        font-size: 1.05rem;
    }
}

@media (max-width: 768px) {
    .UHMYS {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .xzAiaTPM {
        font-size: 2.2rem;
    }

    .UHMYS {
        font-size: 0.95rem;
    }
}

@media (max-width: 320px) {
    .xzAiaTPM {
        font-size: 2rem;
    }

    .UHMYS {
        font-size: 0.9rem;
    }
}

.HPDmDupofE {
    width: 100%;
    padding: 4rem 1.5rem;
    background: rgba(255, 255, 255, 0.04);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    animation: fadeInUp 1.2s ease forwards;
}

.QrCzwe {
    max-width: 1420px;
    margin: 0 auto;
}

.iBQGLNXyly {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    color: var(--accent-color);
    margin-bottom: 2.5rem;
    text-align: center;
}

.FNCqfFv {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.MoSFWBQSVUVJx {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 1.5rem;
    border-left: 3px solid var(--accent-color);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    transition: background var(--transition-speed);
}

.MoSFWBQSVUVJx:hover {
    background: rgba(255, 255, 255, 0.06);
}

.MoSFWBQSVUVJx .material-icons {
    font-size: 2.2rem;
    color: var(--accent-color);
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.CSFEZsDC {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.6;
    min-height: 70px;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .iBQGLNXyly {
        font-size: 2.2rem;
    }

    .CSFEZsDC {
        font-size: 1.05rem;
    }
}

@media (max-width: 768px) {
    .MoSFWBQSVUVJx {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }

    .CSFEZsDC {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .iBQGLNXyly {
        font-size: 2rem;
    }

    .CSFEZsDC {
        font-size: 0.95rem;
    }
}

@media (max-width: 320px) {
    .iBQGLNXyly {
        font-size: 1.8rem;
    }

    .CSFEZsDC {
        font-size: 0.9rem;
    }
}