.student-life-tbilisi {
    background: #f8fafc;
    color: #172554;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.student-life-container {
    max-width: 1180px;
    margin: auto;
    padding: 90px 22px;
}


/* =========================================================
   HEADINGS
========================================================= */

.student-life-heading {
    max-width: 800px;
    margin-bottom: 55px;
}

.student-life-heading.center {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.student-life-label {
    display: inline-block;
    color: #2563eb;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.student-life-heading h2,
.student-cost-heading h2,
.monthly-budget-section h2,
.student-transport-content h2,
.people-content h2,
.weather-heading h2,
.student-checklist h2 {
    margin: 0;
    color: #172554;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.12;
}

.student-life-heading h2 span,
.student-cost-heading h2 span,
.monthly-budget-section h2 span,
.student-transport-content h2 span,
.people-content h2 span,
.weather-heading h2 span,
.student-checklist h2 span {
    color: #2563eb;
}

.student-life-heading p,
.student-cost-heading p,
.weather-heading p {
    color: #64748b;
    line-height: 1.8;
    margin-top: 18px;
}


/* =========================================================
   INTRO
========================================================= */

.student-life-intro {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
}

.student-life-intro-image {
    height: 430px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15,23,42,.12);
}

.student-life-intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.student-mini-label {
    color: #2563eb;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 800;
}

.student-life-intro-content h3 {
    font-size: 40px;
    line-height: 1.15;
    margin: 12px 0 20px;
}

.student-life-intro-content h3 span {
    color: #2563eb;
}

.student-life-intro-content p {
    color: #64748b;
    line-height: 1.8;
    font-size: 16px;
}


/* =========================================================
   COST
========================================================= */

.student-cost-heading {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 40px;
}

.student-cost-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 100px;
}

.student-cost-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: .3s ease;
}

.student-cost-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(15,23,42,.08);
}

.student-cost-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    border-radius: 12px;
    font-size: 23px;
}

.student-cost-card span {
    display: block;
    color: #64748b;
    font-size: 10px;
    letter-spacing: 1.2px;
    font-weight: 800;
    margin-bottom: 5px;
}

.student-cost-card strong {
    display: block;
    color: #172554;
    font-size: 15px;
}

.student-cost-card small {
    color: #2563eb;
    display: block;
    margin-top: 4px;
    font-size: 12px;
}


/* =========================================================
   FOOD
========================================================= */

.student-food-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 110px;
}

.student-food-image {
    height: 460px;
    border-radius: 20px;
    overflow: hidden;
}

.student-food-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.student-food-content h2 {
    font-size: 40px;
    line-height: 1.15;
    margin: 12px 0 20px;
}

.student-food-content h2 span {
    color: #2563eb;
}

.student-food-content > p {
    color: #64748b;
    line-height: 1.8;
}

.food-price-list {
    margin: 25px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.food-price-list div {
    padding: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.food-price-list span {
    display: block;
    color: #64748b;
    font-size: 12px;
    margin-bottom: 6px;
}

.food-price-list strong {
    color: #172554;
}

.student-note {
    font-size: 13px;
    padding: 15px 18px;
    background: #eff6ff;
    border-left: 4px solid #2563eb;
    border-radius: 6px;
}


/* =========================================================
   BUDGET
========================================================= */

.monthly-budget-section {
    margin-bottom: 110px;
}

.budget-table-wrapper {
    overflow-x: auto;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(15,23,42,.06);
}

.student-budget-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 750px;
}

.student-budget-table th {
    background: #172554;
    color: white;
    text-align: left;
    padding: 18px;
    font-size: 12px;
    letter-spacing: .5px;
}

.student-budget-table td {
    padding: 18px;
    border-bottom: 1px solid #e2e8f0;
    color: #475569;
    font-size: 14px;
}

.student-budget-table tr:last-child td {
    border-bottom: 0;
}

.student-budget-table td:nth-child(2),
.student-budget-table td:nth-child(3) {
    font-weight: 700;
    color: #172554;
}

.budget-total td {
    background: #eff6ff;
    color: #172554 !important;
}

.budget-warning {
    margin-top: 15px;
    padding: 18px 22px;
    background: #fff7ed;
    border-left: 4px solid #f97316;
    border-radius: 7px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.7;
}


/* =========================================================
   TRANSPORT
========================================================= */

.student-transport-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 110px;
}

.student-transport-content h2 {
    margin: 12px 0 20px;
}

.student-transport-content > p {
    color: #64748b;
    line-height: 1.8;
}

.student-transport-image {
    height: 430px;
    border-radius: 20px;
    overflow: hidden;
}

.student-transport-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.transport-points {
    margin-top: 28px;
}

.transport-points > div {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e2e8f0;
}

.transport-points b {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    border-radius: 50%;
    font-size: 20px;
}

.transport-points strong,
.transport-points small {
    display: block;
}

.transport-points strong {
    color: #172554;
}

.transport-points small {
    margin-top: 3px;
    color: #64748b;
}


/* =========================================================
   PEOPLE
========================================================= */

.people-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 110px;
}

.people-image {
    height: 450px;
    overflow: hidden;
    border-radius: 20px;
}

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

.people-content h2 {
    margin: 12px 0 20px;
}

.people-content > p {
    color: #64748b;
    line-height: 1.8;
}

.people-highlights {
    margin-top: 25px;
}

.people-highlights > div {
    padding: 15px 0;
    border-bottom: 1px solid #e2e8f0;
}

.people-highlights strong,
.people-highlights span {
    display: block;
}

.people-highlights strong {
    color: #172554;
    margin-bottom: 4px;
}

.people-highlights span {
    color: #64748b;
    font-size: 13px;
}


/* =========================================================
   WEATHER
========================================================= */

.weather-section {
    margin-bottom: 110px;
}

.weather-heading {
    max-width: 760px;
    margin-bottom: 35px;
}

.season-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.season-card {
    background: white;
    padding: 28px 22px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}

.season-card > div {
    font-size: 30px;
    margin-bottom: 12px;
}

.season-card h3 {
    margin: 0 0 8px;
    color: #172554;
}

.season-card p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   EXPLORE PHOTOS
========================================================= */

.student-explore-section {
    margin-bottom: 110px;
}

.student-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.student-photo-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
}

.student-photo-card img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
}

.student-photo-card > div {
    padding: 22px;
}

.student-photo-card h3 {
    margin: 0 0 7px;
    color: #172554;
}

.student-photo-card p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   CHECKLIST
========================================================= */

.student-checklist {
    padding: 55px;
    border-radius: 20px;
    background: linear-gradient(135deg,#eff6ff,#ffffff);
    border: 1px solid #dbeafe;
    margin-bottom: 50px;
}

.student-checklist h2 {
    margin-top: 10px;
    font-size: 36px;
}

.checklist-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 35px;
}

.checklist-grid > div {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 17px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.checklist-grid b {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2563eb;
    color: white;
    border-radius: 50%;
    font-size: 11px;
}

.checklist-grid span {
    color: #475569;
    font-size: 14px;
}


/* =========================================================
   FTO SUPPORT
========================================================= */

.student-fto-box {
    margin-top: 50px;
    padding: 45px;
    border-radius: 20px;
    background: linear-gradient(135deg,#172554,#2563eb);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.student-fto-box > div {
    max-width: 700px;
}

.student-fto-box span {
    color: #bfdbfe;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.student-fto-box h2 {
    font-size: 32px;
    line-height: 1.2;
    margin: 10px 0;
}

.student-fto-box p {
    color: #dbeafe;
    line-height: 1.7;
    margin: 0;
}

.student-fto-box a {
    padding: 14px 22px;
    border-radius: 8px;
    background: white;
    color: #172554;
    text-decoration: none;
    font-weight: 800;
    white-space: nowrap;
}


/* =========================================================
   DISCLAIMER
========================================================= */

.student-life-disclaimer {
    margin-top: 25px;
    padding-bottom: 20px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.7;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .student-cost-grid,
    .season-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .student-life-intro,
    .student-food-section,
    .student-transport-section,
    .people-section {
        grid-template-columns: 1fr;
    }

    .student-photo-grid {
        grid-template-columns: 1fr 1fr;
    }

    .student-fto-box {
        flex-direction: column;
        align-items: flex-start;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .student-life-container {
        padding: 65px 18px;
    }

    .student-cost-grid,
    .season-grid,
    .student-photo-grid,
    .checklist-grid,
    .food-price-list {
        grid-template-columns: 1fr;
    }

    .student-life-intro-image,
    .student-food-image,
    .student-transport-image,
    .people-image {
        height: 300px;
    }

    .student-life-intro-content h3,
    .student-food-content h2 {
        font-size: 32px;
    }

    .student-checklist {
        padding: 30px 22px;
    }

    .student-checklist h2 {
        font-size: 29px;
    }

    .student-fto-box {
        padding: 30px 24px;
    }

    .student-fto-box h2 {
        font-size: 27px;
    }

}

/* CSP-safe: converted inline style attributes */
.csp-exp-1{text-align:center;padding:28px 16px;font-family:system-ui;font-size:14px}
.csp-exp-2{color:#173b8f;font-weight:600}
