@font-face{font-family:"Morabba";src:url(../fonts/Morabba-Light.woff2) format("woff2");font-weight:normal;font-style:normal}@font-face{font-family:"Morabba";src:url(../fonts/Morabba-Bold.woff2) format("woff2");font-weight:bold;font-style:normal}@font-face{font-family:"Morabba";src:url(../fonts/Morabba-Bold.woff2) format("woff2");font-weight:bolder;font-style:normal}:root{--primary-orange:#f27406;--secondary-dark:#fff}a{text-decoration:none;color:var(--secondary-dark)}body{margin:0;font-family:"Morabba";background:#fff;color:var(--secondary-dark);display:flex;flex-direction:column;height:90vh;max-width:1024px;margin:0 auto;background-image:url(../img/background.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed}body::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.45);z-index:-1}@media (max-width:768px){body{height:95vh}}main{flex:1;display:flex;align-items:center;justify-content:center;position:relative;padding:0 20px}.hero{position:relative;z-index:1;text-align:center}.hero__watermark{position:absolute;top:20%;left:50%;transform:translate(-50%,-60%);color:rgba(255,255,255,.05);font-size:15rem;font-weight:900;pointer-events:none;user-select:none;white-space:nowrap}@media (max-width:768px){.hero__watermark{font-size:8rem;top:25%;left:50%;transform:translate(-50%,-100%)}}.hero__title{font-size:3rem;font-weight:900;margin-bottom:1rem}@media (min-width:768px){.hero__title{font-size:5rem}}.section-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}@media (max-width:768px){.section-list{grid-template-columns:repeat(1,1fr)}}.card{border:1px solid rgba(242,116,6,.6);border-radius:20px;padding:30px;background: #ffffff52;box-shadow:0 10px 30px rgba(0,0,0,.05);transition:transform .3s , box-shadow .3s}.card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.1)}.card__category{margin-top:0;font-size:1.8rem;margin-bottom:10px;color:var(--primary-orange)}.card__title{font-size:1.3rem;font-weight:800}.card__subtitle{color:#a7a7a7;margin-right:6px}.card__desc{font-size:.95rem;margin:15px 0 25px}.card__link{font-weight:bold}.footer{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:2rem}.footer__desc{text-align:center}.footer__enamad{cursor:pointer;max-width:100px;margin-top:1rem}