/* Albula Pro Fonts */
@font-face {
    font-family: 'Albula Pro Bold';
    src: url('/fonts/Serpentype - Albula Pro Bold.c55da823.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Albula Pro Regular';
    src: url('/fonts/Serpentype - Albula Pro Regular.cfb73e51.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Albula Pro Light';
    src: url('/fonts/Serpentype - Albula Pro Light.856a7c2a.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* Global Styles */
html {
    transition: opacity 2s;
}

a {
    text-decoration: none;
}


body {
    animation: fadeInAnimation 3s ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin: 0;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

h1, h2, h3 {
    margin: 0;
}

/* First Section */
.firstSection {
    height: 100vh;
    width: 100vw;
    background-color: #000;
    color: #fff;
}

.headline {
    font-size: 7vw;
    font-family: 'Albula Pro Bold';
    position: absolute;
    top: 37vh;
    left: 10%;
    width: 40%;
    line-height: 1.1;
}

#img_otisk {
    width: 40vw;
    right: 5%;
}

#img_otisk,
.Qmenu_center {
    position: absolute;
    height: 100vh;
    top: 0;
}

.Qmenu_center {
    width: 50vw;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#corner {
    position: relative;
    top: 60vh;
    left: 47vw;
}

@media screen and (max-width: 1080px) {
    #img_otisk {
        width: 100vw;
        right: 0;
    }

    .headline {
        left: 10%;
        top: 25vh;
        font-size: 10vw;
    }

    #corner {
        position: relative;
        top: 80vh;
        left: 90vw;
    }

    .Qmenu_center {
        left: 18%;
        top: 20vh;
    }
}

@media screen and (max-width: 500px) {
    .headline {
        font-size: 15vw;
    }

    #corner {
        left: 85vw;
    }
}

/* Logo */
#logoMainpage {
    position: absolute;
    top: 4vh;
    left: 5%;
    cursor: pointer;
}

#logoMainpage img {
    width: 130px;
}

/* Q Menu */
.Qmenu {
    font-family: 'Albula Pro Light';
    position: relative;
    top: 0;
    left: 0;
    padding: 20px 20px 20px 20%;
    display: flex;
    align-items: center;
    color: #fff;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    transition: 0.3s;
}

.Qmenu:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    text-decoration: line-through;
}

.img_Qmenu {
    margin-right: 15px;
}

#modif {
    left: 1%;
}

#modif img {
    margin-right: 23px;
}

@media screen and (max-width: 1080px) {
    .Qmenu {
        padding: 10px 10px 10px 0;
    }

    .img_Qmenu {
        height: 5vh;
    }

    .Qmenu_center {
        height: 200px;
        top: 55vh;
    }
}

@media screen and (max-width: 700px) {
    .Qmenu_center {
        top: 50vh;
    }
}

/* Menu Button */
.btnMenu {
    position: fixed;
    right: 7%;
    top: 7vh;
    cursor: pointer;
    z-index: 5;
}

/* Side Navigation */
.sidenav {
    height: 100vh;
    width: 50vw;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: #1f1f1f;
    overflow-x: hidden;
    right: -100%;
    display: none;
    align-items: center;
}

.sidenav.active {
    right: 0;
    transition: 0.5s;
    display: flex;
}

.nav-menu-items {
    list-style-type: none;
    padding: 0;
    width: 100%;
}

.navLinks {
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-family: 'Albula Pro Regular';
    width: 100%;
    padding: 8px 8px 8px 15%;
    line-height: 1.5;
}

.navLinks:hover {
    text-decoration: line-through;
}

@media screen and (max-width: 1080px) {
    .sidenav {
        width: 100vw;
    }
}

/* Second Section */
.secondSection {
    background-color: #e6344c;
    color: #fff;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SC_grid {
    display: grid;
    position: absolute;
    grid-template-columns: auto auto auto;
    grid-gap: 2vh 1vw;
    gap: 2vh 1vw;
    width: 77vw;
}

.SC_mainComp {
    font-family: 'Albula Pro Bold';
    font-size: 1.7vw;
    width: 25vw;
    height: 30vh;
    display: flex;
    justify-content: center;
    color: #fff;
}

.SC_mainComp:hover {
    background-color: #ff3b55;
    text-decoration: line-through;
}

.SC_img {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.SC_img img {
    margin-right: 10%;
    width: 53px;
    height: 56px;
}

.SC_corner {
    position: relative;
    right: 0;
    bottom: 0;
    align-self: flex-end;
}

@media screen and (max-width: 1080px) {
    .SC_mainComp {
        width: 40vw;
        height: 25vh;
        font-size: 15px;
    }

    .SC_grid {
        grid-template-columns: auto auto;
        width: 90vw;
        height: 80vh;
        padding-bottom: 15vh;
    }

    .SC_img img {
        width: 33px;
        height: 36px;
        margin-bottom: 15px;
        margin-right: 40px;
    }

    .SC_img {
        flex-direction: column;
    }

    .SC_corner {
        position: relative;
        right: 0;
        bottom: 0;
        align-self: flex-end;
        width: 20px;
    }
}

/* Third Section */
.thirdSection {
    background-color: #009ee2;
    color: #fff;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PC_main1 {
    display: flex;
    position: absolute;
    bottom: 42vh;
}

.PC_comp1 {
    width: 15vw;
    min-height: 30vh;
    border-right: 1px solid #fff;
    padding: 2%;
    font-family: 'Albula Pro Bold';
}

.PC_comp1:last-child {
    border-right: none;
}

.PC_comp1 p {
    font-family: 'Albula Pro Regular';
}

.PC_main {
    display: flex;
    width: 80vw;
    flex-direction: column;
    align-items: center;
    position: relative;
    bottom: 10%;
}

.PC_comp {
    font-family: 'Albula Pro Bold';
    width: 80%;
    border-right: 0;
    border-bottom: 1px solid #fff;
    min-height: 10%;
    padding-bottom: 5%;
    padding-top: 5%;
}

.PC_comp p {
    font-family: 'Albula Pro Regular';
}

.PC_comp h1 {
    float: left;
    margin-right: 15px;
    line-height: 1;
}

.PC_comp:last-child {
    border-bottom: none;
}

/* Contact Button */
.btnKontakt {
    font-family: 'Albula Pro Bold';
    position: absolute;
    right: 10vw;
    bottom: 10vh;
    cursor: pointer;
}

.btnLink {
    display: flex;
    justify-content: space-between;
    color: #fff;
    text-decoration: none;
    width: 220px;
    transform: translateX(0);
}

.btnLink:hover > #Btn_headline {
    transform: translateX(70px);
    transition: 0.5s;
}

@media screen and (max-width: 1080px) {
    .btnLink {
        width: 140px;
        font-size: 10px;
    }

    .btnLink:hover > #Btn_headline {
        transform: translateX(0);
        transition: 0.5s;
    }
}

@media screen and (max-width: 650px) {
    .btnKontakt {
        bottom: 1%;
    }
}

@media screen and (max-height: 530px) {
    .btnKontakt {
        bottom: 0.5%;
    }
}

/* Contact Page */
.KontaktPage {
    background-color: #009ee2;
    width: 100vw;
    height: 100vh;
    font-family: 'Albula Pro Regular';
    color: #fff;
}

#KontaktLogo {
    position: absolute;
    top: 7vh;
    left: 8vw;
}

#KontaktPage_nadpis {
    position: absolute;
    top: 20vh;
    left: 20vw;
    font-size: 100px;
}

#KontaktPage_nadpis,
.bold {
    font-family: 'Albula Pro Bold';
}

.KontaktContainer1 {
    position: absolute;
    top: 40vh;
    left: 20vw;
    line-height: 1.8;
}

.KontaktContainer2 {
    position: absolute;
    top: 60vh;
    left: 20vw;
    width: 35vw;
}

.KontaktContainer3 {
    position: absolute;
    top: 60vh;
    right: 20vw;
    width: 20vw;
}

.SM_icon {
    position: absolute;
    right: 10vw;
    bottom: 6vh;
    transition: transform 0.7s ease-in-out;
}

.SM_icon:hover {
    transform: rotate(360deg);
}

#SM_icon_IG {
    right: 15vw;
}

@media screen and (max-width: 1080px) {
    .KontaktPage {
        height: 130vh;
    }

    #KontaktPage_nadpis {
        font-size: 50px;
        left: 10vw;
    }

    .KontaktContainer1 {
        left: 10vw;
        top: 30vh;
    }

    .KontaktContainer2 {
        top: 50vh;
        left: 10vw;
        width: 80vw;
    }

    .KontaktContainer3 {
        top: 90vh;
        left: 10vw;
        width: 80vw;
    }

    .SM_icon {
        right: 10vw;
        top: 120vh;
        width: 25px;
        transition: transform 0.7s ease-in-out;
    }

    #SM_icon_IG {
        right: 20vw;
    }

    .S_Menu_Local {
        top: 8vh;
        right: 11vw;
    }
}

@media screen and (max-width: 412px) {
    .KontaktPage {
        height: 150vh;
    }

    .KontaktContainer1 {
        top: 35vh;
    }

    .KontaktContainer2 {
        top: 60vh;
    }

    .KontaktContainer3 {
        top: 110vh;
    }

    #SM_icon_IG {
        right: 25vw;
    }

    .SM_icon {
        top: 140vh;
    }
}

/* Error Page */
.Error h1 {
    font-family: 'Albula Pro Regular';
    top: 20vh;
    color: #d7d7d7;
    width: 60vw;
}

.ErrContainer,
.Error h1 {
    position: fixed;
    left: 20vw;
}

.ErrContainer {
    top: 35vh;
}

.ErrSubmit {
    font-family: 'Albula Pro Bold';
    position: fixed;
    left: 20vw;
    bottom: 15vh;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 180px;
    transform: translateX(0);
}

#email_form {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #000;
    width: 170px;
    margin-bottom: 20px;
    padding: 5px;
}

#email_form input {
    border: none;
    margin-left: 10px;
}

textarea {
    resize: none;
    width: 30vw;
    height: 20vh;
    font-family: 'Albula Pro Light';
    border: 1px solid #000;
    padding: 5px;
}

.ErrSubmit:hover > h2 {
    transform: translateX(65px);
    transition: 0.5s;
}

.Input_no_outline:focus {
    outline: none;
}

@media screen and (max-width: 1080px) {
    .Error h1 {
        font-size: 25px;
        left: 10vw;
        width: 80vw;
    }

    .ErrContainer {
        left: 10%;
        top: 45vh;
    }

    textarea {
        width: 77vw;
    }

    #email_form {
        width: 70%;
    }

    .Input_no_outline {
        width: 100%;
    }

    .ErrSubmit {
        left: 60%;
        font-size: 15px;
        width: 150px;
        bottom: 10vh;
    }
}

/* Services Navigation */
#S-Nav_Container {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 15vh;
    left: 10%;
    z-index: 0;
}

#S-Nav_Container div {
    margin-bottom: 30px;
}

.S-Nav_Links {
    text-decoration: none;
    color: #fff;
    font-family: 'Albula Pro Regular';
    font-size: 18px;
    line-height: 1.2;
}

.S-Nav_Links:hover {
    font-family: 'Albula Pro Bold';
    text-decoration: line-through;
}

@media screen and (max-height: 740px) {
    #S-Nav_Container {
        top: 18vh;
    }
}

/* Services Page */
.Services_main_photo {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#Services_logo {
    position: absolute;
    top: 80px;
    left: 10%;
}

#S_Corner {
    position: absolute;
    right: 7%;
    bottom: 10%;
}

.Services_info {
    height: 500px;
    background-color: #e6344c;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    color: #fff;
    margin-top: -5px;
}

.Services_info-format {
    display: flex;
}

.Services_info_item {
    margin: 2%;
    width: 25vw;
}

.Services_info_item h3 {
    font-family: 'Albula Pro Bold';
}

.Services_info_item p {
    font-family: 'Albula Pro Regular';
}

.S_Footer {
    width: 99vw;
    background-color: #009ee2;
    height: 50vh;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.S_btn_link1 {
    position: absolute;
    right: 7%;
}

.S_btn_link1,
.S_btn_link2 {
    display: flex;
    justify-content: space-between;
    width: 220px;
    font-family: 'Albula Pro Bold';
    color: #fff;
}

.S_btn_link2 {
    margin: 7%;
}

.S_btn_headline {
    transform: translateX(0);
}

.S_btn_animate:hover > .S_btn_headline {
    transform: translateX(70px);
    transition: 0.5s;
}

@media screen and (max-width: 1080px) {
    .Services_info {
        height: 650px;
    }

    .Services_info-format {
        flex-direction: column;
    }

    .Services_info_item {
        width: 80vw;
    }

    .S_Footer {
        width: 100%;
    }

    .S_btn_animate:hover > .S_btn_headline {
        transform: translateX(0);
        transition: 0.5s;
    }

    .S_btn_link1 {
        display: none;
    }

    .S_btn_link2 {
        width: 180px;
    }
}

@media screen and (max-width: 450px) {
    .Services_info {
        height: 750px;
    }
}

/* Services Logo Container */
.S_Logo-container {
    display: flex;
}

.S_Logo-container img {
    width: 50vw;
    display: flex;
}

.S_Logo-container-all img {
    width: 99.1vw;
    margin-top: -0.2%;
    margin-bottom: -0.5%;
    position: relative;
}

.right {
    float: right;
}

@media screen and (max-width: 1080px) {
    .S_Logo-container {
        float: left;
    }

    .S_Logo-container img {
        width: 100vw;
    }

    .S_Logo-container-all img {
        width: 100vw;
        margin-top: -0.2%;
        margin-bottom: -0.5%;
    }

    .right {
        float: left;
    }
}

/* 404 Error Page */
.Err-container {
    background-color: #e6344c;
    width: 100vw;
    height: 100vh;
}

.Err-container h1 {
    font-family: 'Albula Pro Bold';
    color: #fff;
    font-size: 6.8vw;
    position: fixed;
    top: 25%;
    left: 20vw;
    line-height: 1.1;
}

.Err-otaznik {
    position: fixed;
    right: 20vw;
    top: 25vh;
    width: 12vw;
}

.Err-homeButton {
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 220px;
    position: fixed;
    bottom: 15vh;
    font-size: 25px;
    font-family: 'Albula Pro Bold';
    left: 20vw;
    transform: translateX(0);
}

.Err-homeButton:hover > #Err_btn_headline {
    transform: translateX(-75px);
    transition: 0.5s;
}

@media screen and (max-width: 1080px) {
    .Err-otaznik {
        display: none;
    }

    .Err-container h1 {
        left: 10vw;
        font-size: 55px;
    }

    .Err-homeButton {
        left: 10vw;
        width: 150px;
        font-size: 20px;
    }

    .Err-homeButton:hover > #Err_btn_headline {
        transform: translateX(0);
        transition: 0.5s;
    }
}

/* Utility Classes */
.bold {
    font-family: 'Albula Pro Bold';
}

/* Poptavka Page */
.poptavka-page {
    min-height: 100vh;
    background-color: #000;
    color: #fff;
    padding: 20px;
}

.poptavka-container {
    max-width: 600px;
    margin: 150px auto 50px;
}

.poptavka-container h1 {
    font-family: 'Albula Pro Bold';
    font-size: 3rem;
    margin-bottom: 40px;
}

.poptavka-form {
    font-family: 'Albula Pro Regular';
}

.poptavka-form .form-group {
    margin-bottom: 25px;
}

.poptavka-form label {
    font-family: 'Albula Pro Bold';
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
}

.poptavka-form .form-control {
    width: 100%;
    padding: 12px 15px;
    background-color: #1f1f1f;
    border: 1px solid #444;
    color: #fff;
    font-family: 'Albula Pro Light';
    font-size: 1rem;
    transition: border-color 0.3s;
}

.poptavka-form .form-control:focus {
    outline: none;
    border-color: #fff;
    background-color: #2a2a2a;
}

.poptavka-form select.form-control {
    cursor: pointer;
}

.poptavka-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.poptavka-form .btn-submit {
    font-family: 'Albula Pro Bold';
    background-color: #fff;
    color: #000;
    border: none;
    padding: 15px 40px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 20px;
}

.poptavka-form .btn-submit:hover {
    background-color: #e6344c;
    color: #fff;
}

.poptavka-form .invalid-feedback,
.poptavka-form .form-error-message {
    color: #e6344c;
    font-size: 0.875rem;
    margin-top: 5px;
    display: block;
}

.alert {
    padding: 15px 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    font-family: 'Albula Pro Regular';
}

.alert-success {
    background-color: #009ee2;
    color: #fff;
    border: 1px solid #0088cc;
}

@media screen and (max-width: 1080px) {
    .poptavka-container {
        margin: 120px auto 30px;
        padding: 0 20px;
    }

    .poptavka-container h1 {
        font-size: 2rem;
    }
}

/* Tarif Page */
.tarif-page {
    min-height: 100vh;
    background-color: #000;
    color: #fff;
    padding: 20px;
}

.tarif-container {
    max-width: 1200px;
    margin: 150px auto 50px;
}

.tarif-container h1 {
    font-family: 'Albula Pro Bold';
    font-size: 3rem;
    margin-bottom: 20px;
}

.tarif-subtitle {
    font-family: 'Albula Pro Light';
    font-size: 1.2rem;
    margin-bottom: 50px;
    color: #ccc;
}

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

.tarif-card {
    background-color: #1f1f1f;
    padding: 30px;
    border: 1px solid #333;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.tarif-card:hover {
    border-color: #fff;
    transform: translateY(-5px);
}

.tarif-name {
    font-family: 'Albula Pro Bold';
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #fff;
}

.tarif-price {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #444;
}

.price-amount {
    font-family: 'Albula Pro Bold';
    font-size: 2.5rem;
    color: #009ee2;
}

.price-currency {
    font-family: 'Albula Pro Regular';
    font-size: 1.2rem;
    color: #009ee2;
    margin-left: 5px;
}

.price-period {
    font-family: 'Albula Pro Light';
    font-size: 1rem;
    color: #888;
    display: block;
    margin-top: 5px;
}

.tarif-section {
    margin-bottom: 20px;
}

.tarif-section h5 {
    font-family: 'Albula Pro Bold';
    font-size: 1rem;
    margin-bottom: 10px;
    color: #fff;
}

.tarif-content {
    font-family: 'Albula Pro Light';
    color: #ccc;
    line-height: 1.6;
}

.tarif-notes {
    font-family: 'Albula Pro Light';
    font-size: 0.9rem;
    color: #888;
    padding-top: 20px;
    margin-top: auto;
    border-top: 1px solid #333;
}

.tarif-btn {
    font-family: 'Albula Pro Bold';
    background-color: #fff;
    color: #000;
    text-decoration: none;
    padding: 12px 30px;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s;
    text-align: center;
}

.tarif-btn:hover {
    background-color: #e6344c;
    color: #fff;
}

.back-link {
    margin-top: 40px;
    text-align: center;
}

.back-link a {
    font-family: 'Albula Pro Regular';
    color: #009ee2;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s;
}

.back-link a:hover {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 1080px) {
    .tarif-container {
        margin: 120px auto 30px;
        padding: 0 20px;
    }

    .tarif-container h1 {
        font-size: 2rem;
    }

    .tarif-subtitle {
        font-size: 1rem;
    }

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

/* Thank You Page */
.thank-you-container {
    max-width: 800px;
    margin: 150px auto 50px;
    text-align: center;
}

.thank-you-content h1 {
    font-family: 'Albula Pro Bold';
    font-size: 3rem;
    margin-bottom: 40px;
    color: #fff;
}

.thank-you-message {
    margin-bottom: 50px;
}

.thank-you-message .lead {
    font-family: 'Albula Pro Bold';
    font-size: 1.5rem;
    color: #009ee2;
    margin-bottom: 20px;
}

.thank-you-message p {
    font-family: 'Albula Pro Regular';
    font-size: 1.2rem;
    color: #ccc;
    line-height: 1.8;
}

.thank-you-icon {
    margin: 50px 0;
    display: flex;
    justify-content: center;
}

.thank-you-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.thank-you-actions .btn-primary,
.thank-you-actions .btn-secondary {
    font-family: 'Albula Pro Bold';
    padding: 15px 40px;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}

.thank-you-actions .btn-primary {
    background-color: #009ee2;
    color: #fff;
}

.thank-you-actions .btn-primary:hover {
    background-color: #0088cc;
}

.thank-you-actions .btn-secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.thank-you-actions .btn-secondary:hover {
    background-color: #fff;
    color: #000;
}

@media screen and (max-width: 1080px) {
    .thank-you-container {
        margin: 120px auto 30px;
        padding: 0 20px;
    }

    .thank-you-content h1 {
        font-size: 2rem;
    }

    .thank-you-message .lead {
        font-size: 1.2rem;
    }

    .thank-you-message p {
        font-size: 1rem;
    }

    .thank-you-actions {
        flex-direction: column;
        align-items: center;
    }

    .thank-you-actions .btn-primary,
    .thank-you-actions .btn-secondary {
        width: 100%;
        max-width: 300px;
    }
}

/* Index Page */
.index-page {
    min-height: 100vh;
    background-color: #000;
    color: #fff;
    padding: 20px;
}

.index-container {
    max-width: 1200px;
    margin: 150px auto 50px;
}

.index-hero {
    text-align: center;
    margin-bottom: 80px;
}

.index-hero h1 {
    font-family: 'Albula Pro Bold';
    font-size: 3.5rem;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #fff;
}

.index-subtitle {
    font-family: 'Albula Pro Light';
    font-size: 1.3rem;
    color: #ccc;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

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

.index-card {
    background-color: #1f1f1f;
    padding: 40px;
    border: 1px solid #333;
    transition: all 0.3s;
    text-align: center;
}

.index-card:hover {
    border-color: #009ee2;
    transform: translateY(-5px);
}

.card-icon {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.index-card h2 {
    font-family: 'Albula Pro Bold';
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #fff;
}

.index-card p {
    font-family: 'Albula Pro Regular';
    font-size: 1.1rem;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 25px;
}

.card-link {
    font-family: 'Albula Pro Bold';
    color: #009ee2;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s;
    display: inline-block;
}

.card-link:hover {
    color: #fff;
}

.index-footer {
    text-align: center;
    padding: 40px 20px;
    border-top: 1px solid #333;
}

.index-footer p {
    font-family: 'Albula Pro Light';
    font-size: 1.1rem;
    color: #888;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 1080px) {
    .index-container {
        margin: 120px auto 30px;
        padding: 0 20px;
    }

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

    .index-subtitle {
        font-size: 1.1rem;
    }

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

    .index-card {
        padding: 30px;
    }

    .index-footer p {
        font-size: 1rem;
    }
}
