:root {
  --diaprimary: #003366;        
--diasecondary: #005792;      
--diaaccent: #f9aa33;         
--diatext: #1a1a1a;           
--dialight: #f4f6f8;          
--diadark: #0d1b2a;           
--diasuccess: #2e7d32;        
--diawarning: #f9a825;        
--diadanger: #c62828;         
--diagradient: linear-gradient(135deg, var(--diaprimary), var(--diasecondary));
--diatext-gradient: linear-gradient(135deg, var(--diaprimary), var(--diaaccent));

}

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

body {
    font-family: 'PT Serif', serif;
    color: var(--diatext);
    line-height: 1.6;
    background-color: var(--dialight);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

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

img {
    max-width: 100%;
    height: auto;
}

.dVUiKvfNMnaxD {
    max-width: 1560px;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}

.CjnadbN {
    background-color: white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.eBLSbIiwU {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.MasYzXc {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--diaprimary);
}

.MasYzXc i {
    font-size: 2rem;
    color: var(--diaaccent);
}

.zcajOGv ul {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
}

.zcajOGv a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.zcajOGv a:hover {
    color: var(--diasuccess);
}

.ghoqbjslgSUD {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
}

.ajiHLtoteYcEx {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    position: relative;
    z-index: 1001;
}

.SccDT {
    display: block;
    width: 25px;
    height: 2px;
    background: var(--diaprimary);
    margin: 5px 0;
    transition: all 0.3s ease;
}

.ajiHLtoteYcEx.active .SccDT:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.ajiHLtoteYcEx.active .SccDT:nth-child(2) {
    opacity: 0;
}

.ajiHLtoteYcEx.active .SccDT:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}


.ecIeQXTr {
    background: var(--diagradient);
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ecIeQXTr:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(74, 107, 255, 0.3);
}

.ajiHLtoteYcEx {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.VQPb {
    padding: 185px 0 80px;
    background: var(--diagradient);
    color: white;
    position: relative;
    overflow: hidden;
}

.pWPpa {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.MBBsaSQsc h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    animation: fadeInUp 1s ease;
}

.MBBsaSQsc p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
    animation: fadeInUp 1s ease 0.2s forwards;
}

.KgqWbhKGwcdmiG {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 10px;
    animation: fadeInUp 1s ease 0.4s forwards;
}

.zoLemiVJ {
    position: relative;
    margin-bottom: 20px;
}

.zoLemiVJ input {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: none;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.9);
    font-family: 'PT Serif', serif;
    transition: all 0.3s ease;
}

.zoLemiVJ input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.zoLemiVJ i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--diaprimary);
}

.MPHsQcXFtUuyCu {
    width: 100%;
    padding: 15px;
    background: var(--diaaccent);
    color: white;
    border: none;
    border-radius: 5px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.MPHsQcXFtUuyCu:hover {
    background: #00b5b2;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 206, 201, 0.3);
}

.rKVDUew {
    margin-top: 15px;
}

.rKVDUew label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.rKVDUew a {
    color: var(--diaaccent);
    text-decoration: underline;
}

.bltDZMtN {
    position: relative;
    animation: fadeInRight 1s ease;
}

.bltDZMtN img {
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.KttZzQnlvVZN {
    padding: 100px 0;
    background-color: white;
}

.TteyUwS {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.BQVzjqaK h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: var(--diaprimary);
    display: flex;
    align-items: center;
    gap: 15px;
}

.BQVzjqaK p {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.HHHGGeh {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.gkWuXxNkTG {
    text-align: center;
    padding: 20px;
    background: var(--dialight);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.gkWuXxNkTG:hover {
    transform: translateY(-5px);
}

.gkWuXxNkTG i {
    font-size: 2rem;
    color: var(--diaprimary);
    margin-bottom: 10px;
}

.gkWuXxNkTG span {
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--diaprimary);
    margin-bottom: 5px;
}

.gkWuXxNkTG p {
    font-size: 1rem;
    margin: 0;
    color: var(--diatext);
}

.Pxeshri {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.DWakeSFtUn {
    padding: 100px 0;
    background: var(--dialight);
}

.eoXKNH h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: var(--diaprimary);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

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

.EEcgKzwrGntU {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding: 30px 20px;
}

.EEcgKzwrGntU:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.YVWljgSXx {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 5px solid var(--dialight);
}

.YVWljgSXx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.EEcgKzwrGntU h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--diaprimary);
}

.bhagNapBAWbW {
    font-weight: 600;
    color: var(--diasecondary);
    margin-bottom: 5px;
}

.ejhboFBUn {
    color: var(--diatext);
    opacity: 0.8;
    margin-bottom: 15px;
}

.xGlOZyxrzEmNdOw {
    padding: 100px 0;
    background: white;
}

.EQKjQfnIqT h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: var(--diaprimary);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.vlUVRJIn {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.bVwJpLyNAIYoZJD {
    background: var(--dialight);
    border-radius: 10px;
    padding: 30px;
    transition: transform 0.3s ease;
}

.bVwJpLyNAIYoZJD:hover {
    transform: translateY(-5px);
}

.koWPZhInN {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.McojxoYKKwy {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.McojxoYKKwy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qqahoX h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.YBHvdjhWpJG {
    color: var(--diawarning);
}

.bVwJpLyNAIYoZJD p {
    font-style: italic;
    position: relative;
    padding-left: 20px;
}

.bVwJpLyNAIYoZJD p::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 3rem;
    color: var(--diaprimary);
    opacity: 0.2;
}

.HhOecfVYy {
    padding: 100px 0;
    background: var(--diagradient);
    color: white;
}

.rPwZfklFBugAgH h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.ebcYip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 30px;
}

.eDANTsltCh {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.eDANTsltCh:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
}

.eDANTsltCh i {
    font-size: 3rem;
    margin-bottom: 20px;
    background: var(--diatext-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.eDANTsltCh h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.eDANTsltCh p {
    opacity: 0.9;
}

.KrxAtjBPCYDM {
    padding: 100px 0;
    background: white;
}

.LOuetnlL {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.XpNMaLddY h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: var(--diaprimary);
    display: flex;
    align-items: center;
    gap: 15px;
}

.XpNMaLddY address p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-style: normal;
}

.XpNMaLddY i {
    color: var(--diaprimary);
    font-size: 1.2rem;
}

.DtrjNIDV {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--diagradient);
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    margin-top: 30px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.DtrjNIDV:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(74, 107, 255, 0.3);
}

.iXiZQMphFhbPY {
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

.iXiZQMphFhbPY::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff0000"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/></svg>') no-repeat center;
    z-index: 10;
    pointer-events: none;
}

.iXiZQMphFhbPY iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(20%) contrast(90%);
    transition: filter 0.3s ease;
}

.iXiZQMphFhbPY:hover iframe {
    filter: grayscale(0%) contrast(100%);
}

@media (max-width: 768px) {
    .iXiZQMphFhbPY {
        height: 300px;
    }

    .iXiZQMphFhbPY::before {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .iXiZQMphFhbPY {
        height: 250px;
    }
}

.sJenhf {
    background: var(--diadark);
    color: white;
    padding: 70px 0 0;
}

.OegTWvutZkl {
    max-width: 1560px;
    width: 90%;
    margin: 0 auto;
}

.AzFAfQWC {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.WsbbqKvDxY {
    margin-bottom: 30px;
}

.SxfyRmu {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.SxfyRmu i {
    font-size: 2rem;
    color: var(--diaaccent);
}

.WsbbqKvDxY p {
    margin-bottom: 20px;
    opacity: 0.8;
}

.szkfuOMfrVv h3, 
.wyYmiAfK h3, 
.WzhKUdJ h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.szkfuOMfrVv h3::after, 
.wyYmiAfK h3::after, 
.WzhKUdJ h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--diaaccent);
}

.szkfuOMfrVv ul, 
.wyYmiAfK ul {
    list-style: none;
}

.szkfuOMfrVv li, 
.wyYmiAfK li {
    margin-bottom: 10px;
}

.szkfuOMfrVv a, 
.wyYmiAfK a {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease;
    opacity: 0.8;
}

.szkfuOMfrVv a:hover, 
.wyYmiAfK a:hover {
    color: var(--diaaccent);
    opacity: 1;
}

.WzhKUdJ address p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    opacity: 0.8;
}

.WzhKUdJ i {
    color: var(--diaaccent);
}

.pteqGYuhmg {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.7;
    font-size: 0.9rem;
}

.QAxHRoayilPM {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    max-width: 400px;
    width: calc(100% - 40px);
    padding: 20px;
    display: none;
    animation: slideInLeft 0.5s ease forwards;
}

.yesluTwS {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.yesluTwS p {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.yesluTwS a {
    color: var(--diaprimary);
    text-decoration: underline;
}

.BXSQAPMNt {
    background: var(--diaprimary);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    align-self: flex-start;
}

.BXSQAPMNt:hover {
    background: #3a5aed;
}

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

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

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1024px) {
    .pWPpa {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .MBBsaSQsc {
        order: 1;
        text-align: center;
    }
    
    .KgqWbhKGwcdmiG {
        margin: 0 auto;
        max-width: 500px;
    }
    
    .TteyUwS {
        grid-template-columns: 1fr;
    }
    
    .BQVzjqaK {
        text-align: center;
    }
    
    .LOuetnlL {
        grid-template-columns: 1fr;
    }
    
    .XpNMaLddY {
        text-align: center;
    }
    
    .DtrjNIDV {
        margin: 30px auto 0;
    }
}

@media (max-width: 768px) {

    .ajiHLtoteYcEx {
        display: block;
    }

    .ghoqbjslgSUD {
        position: fixed;
        top: 0;
        right: 100%;
        width: 100%;
        height: 100vh;
        background: white;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 1000;
        padding: 80px 20px 20px;
    }

    .ghoqbjslgSUD.active {
        right: 0;
    }

    .ajiHLtoteYcEx {
        display: block;
    }

    .ecIeQXTr {
        margin: 10px 0;
    }
    
    .MBBsaSQsc h1 {
        font-size: 2.5rem;
    }
    
    .HHHGGeh {
        grid-template-columns: 1fr;
    }
    
    .aPRmREf, 
    .vlUVRJIn, 
    .ebcYip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .MBBsaSQsc h1 {
        font-size: 2rem;
    }
    
    .KgqWbhKGwcdmiG {
        padding: 20px;
    }
    
    .AzFAfQWC {
        grid-template-columns: 1fr;
    }
    
    .WsbbqKvDxY, 
    .szkfuOMfrVv, 
    .wyYmiAfK, 
    .WzhKUdJ {
        text-align: center;
    }
    
    .szkfuOMfrVv h3::after, 
    .wyYmiAfK h3::after, 
    .WzhKUdJ h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .eoXKNH h2 {
        font-size: 1.8rem;
    }
    
    .szkfuOMfrVv a, 
    .wyYmiAfK a {
        justify-content: center;
    }

    .WzhKUdJ address p {
        justify-content: center;
    }
}

@media (max-width: 320px) {
    .MBBsaSQsc h1 {
        font-size: 1.8rem;
    }
    
    .zoLemiVJ input {
        padding: 12px 12px 12px 40px;
    }
    
    .zoLemiVJ i {
        left: 12px;
    }
    
    .MPHsQcXFtUuyCu {
        padding: 12px;
    }
}

.oBxuUyZN {
    padding-top: 80px;
    min-height: 100vh;
}

.RnxPzjnzZyZy {
    background: var(--diagradient);
    color: white;
    padding: 100px 0 60px;
    text-align: center;
}

.YNscGLu {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.RnxPzjnzZyZy h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    animation: fadeInUp 1s ease;
}

.RnxPzjnzZyZy p {
    font-size: 1.2rem;
    opacity: 0.9;
    animation: fadeInUp 1s ease 0.2s forwards;
}

.LzWwKjVo {
    padding: 80px 0;
}

.FAMDQDOwSLVR {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.KqOhqBHxo {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.KqOhqBHxo:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.KqOhqBHxo i {
    font-size: 2.5rem;
    color: var(--diaprimary);
    margin-bottom: 20px;
    background: var(--diatext-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.KqOhqBHxo h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--diaprimary);
}

.KqOhqBHxo p {
    font-size: 1rem;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .FAMDQDOwSLVR {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .RnxPzjnzZyZy {
        padding: 80px 0 40px;
    }

    .RnxPzjnzZyZy h1 {
        font-size: 2rem;
    }

    .FAMDQDOwSLVR {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .KqOhqBHxo {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .RnxPzjnzZyZy h1 {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 10px;
    }

    .RnxPzjnzZyZy i {
        font-size: 2rem;
    }
}

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

.KUWCIwUoeYZ {
    padding-top: 80px;
    min-height: 100vh;
}

.rcbYuxX {
    background: var(--diagradient);
    color: white;
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.DhgQM {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.rcbYuxX h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    animation: fadeInDown 0.8s ease;
}

.rcbYuxX p {
    font-size: 1.3rem;
    opacity: 0.9;
    animation: fadeInUp 0.8s ease 0.3s forwards;
    opacity: 0;
}

.jyXacAo {
    padding: 80px 0;
    background-color: white;
}

.XxzpraWaMpGX {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.odayVMHMAB {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    max-width: 1200px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.odayVMHMAB:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.PQNZ {
    width: 80px;
    height: 80px;
    background: var(--dialight);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

.odayVMHMAB:hover .PQNZ {
    transform: rotate(15deg) scale(1.1);
    background: var(--diagradient);
}

.PQNZ i {
    font-size: 2.2rem;
    background: var(--diatext-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: all 0.4s ease;
}

.odayVMHMAB:hover .PQNZ i {
    color: white;
    background: none;
}

.odayVMHMAB h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: var(--diaprimary);
    position: relative;
    padding-bottom: 10px;
}

.odayVMHMAB h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: var(--diaaccent);
}

.odayVMHMAB p {
    display: flex;
    flex-direction: row;
    font-size: 1.1rem;
    line-height: 1.8;
    min-height: 120px;
}

@media (max-width: 1024px) {
    .odayVMHMAB p {
        max-width: 90%;
    }
    
    .PQNZ {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 768px) {
    .rcbYuxX {
        padding: 100px 0 60px;
    }

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

    .odayVMHMAB {
        text-align: center;
    }

    .PQNZ {
        margin: 0 auto;
    }

    .odayVMHMAB h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .odayVMHMAB p {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .rcbYuxX h1 {
        font-size: 1.6rem;
        flex-direction: column;
        gap: 10px;
    }

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

    .XxzpraWaMpGX {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
}

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

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

.hyHuKS {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.sLIbkSDVnR {
    background: #ffffff;
    color: #222;
    padding: 30px 40px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.sLIbkSDVnR p {
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.zEvdGfsrHDC {
    padding: 10px 20px;
    background: var(--diaaccent);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
