﻿.main-banner {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

    .main-banner img {
        width: 100%;
        height: 520px;
        object-fit: cover;
        display: block;
    }

.hidden-file {
    display: none !important;
}

:root {
    --ink: #0F1923;
    --ink-mid: #243445;
    --ink-soft: #73879D;
    --ink-mute: #B7C5D1;
    --bg: #F2EFEA;
    --bg-warm: #EAE4DA;
    --white: #FBFAF7;
    --teal: #006B6B;
    --teal-lt: rgba(0,107,107,0.08);
    --gold: #B8810A;
    --gold-lt: rgba(184,129,10,0.10);
    --rose: #C0392B;
    --rule: rgba(15,25,35,0.10);
    --shadow: 0 18px 42px rgba(15,25,35,0.08);
}

body {
    background: var(--bg);
    color: var(--ink);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.tp-home {
    overflow: hidden;
}

.tp-container {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 34px;
    padding-right: 34px;
}

.tp-hero {
    position: relative;
    padding: 76px 0 84px;
    background: radial-gradient(circle at right top, rgba(184,129,10,0.08), transparent 24%), radial-gradient(circle at left bottom, rgba(0,107,107,0.08), transparent 30%), linear-gradient(180deg, #F7F4EE 0%, #F2EFEA 100%);
}

    .tp-hero:before {
        content: "";
        position: absolute;
        right: -120px;
        top: -120px;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        border: 1px solid rgba(15,25,35,0.08);
    }

    .tp-hero:after {
        content: "";
        position: absolute;
        right: 40px;
        top: 70px;
        width: 240px;
        height: 240px;
        border-radius: 50%;
        border: 1px solid rgba(15,25,35,0.06);
    }

.tp-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.7fr .9fr;
    gap: 38px;
    align-items: center;
}

.tp-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 18px;
}

.tp-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 60px;
    line-height: 1.06;
    font-weight: 400;
    color: var(--ink);
    margin: 0 0 24px;
}

    .tp-hero h1 em {
        font-style: italic;
        color: var(--teal);
    }

.tp-hero p.lead {
    font-size: 17px;
    line-height: 1.85;
    color: var(--ink-soft);
    font-weight: 300;
    max-width: 740px;
    margin: 0 0 34px;
}

.tp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.tp-btn-primary,
.tp-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 10px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: all .2s ease;
}

.tp-btn-primary {
    background: linear-gradient(135deg, var(--ink), var(--ink-mid));
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(15,25,35,0.18);
}

    .tp-btn-primary:hover {
        color: #fff !important;
        transform: translateY(-2px);
    }

.tp-btn-secondary {
    background: rgba(255,255,255,0.65);
    color: var(--ink) !important;
    border: 1px solid var(--rule);
}

    .tp-btn-secondary:hover {
        background: #fff;
    }

.tp-hero-card {
    border-radius: 24px;
    padding: 20px;
    backdrop-filter: blur(10px);
}

.tp-hero-card-inner {
    overflow: hidden;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.tp-hero-note strong {
    display: block;
    font-size: 14px;
    color: var(--ink);
    margin-bottom: 6px;
}

.tp-hero-note span {
    display: block;
    font-size: 13px;
    color: var(--ink-soft);
    line-height: 1.7;
}

.tp-section {
    padding: 84px 0;
}

.tp-section-header {
    margin-bottom: 46px;
}

.tp-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 400;
    color: var(--ink);
    margin: 0 0 16px;
}

.tp-section-subtitle {
    max-width: 860px;
    font-size: 16px;
    line-height: 1.9;
    color: var(--ink-soft);
    font-weight: 300;
    margin: 0;
}

.tp-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.tp-card {
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: 18px;
    padding: 30px 26px;
    box-shadow: 0 8px 22px rgba(15,25,35,0.03);
    transition: all .25s ease;
    height: 100%;
}

    .tp-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 36px rgba(15,25,35,0.09);
    }

.tp-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: var(--teal-lt);
    color: var(--teal);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.tp-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 12px;
    color: var(--ink);
}

.tp-card p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 14px;
    line-height: 1.85;
    font-weight: 300;
}

.tp-form-wrap {
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(15,25,35,0.08);
}

.tp-form-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
}

.tp-form-side {
    position: relative;
    min-height: 100%;
    background: linear-gradient(145deg, #EDF6F5 0%, #F8F3E8 100%);
    padding: 40px 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tp-form-side img {
        max-width: 100%;
        border-radius: 20px;
        box-shadow: 0 18px 40px rgba(15,25,35,0.14);
    }

.tp-form-content {
    padding: 46px 42px;
    background: rgba(251,250,247,0.92);
}

    .tp-form-content h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 42px;
        line-height: 1.15;
        font-weight: 400;
        color: var(--ink);
        margin: 0 0 10px;
    }

    .tp-form-content .tp-sub {
        margin: 0 0 28px;
        color: var(--ink-soft);
        font-size: 15px;
        line-height: 1.85;
        font-weight: 300;
    }

.tp-row {
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
}

.tp-field {
    flex: 1;
}

    .tp-field.full {
        width: 100%;
    }

.tp-label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--ink-soft);
}

.tp-form-content .form-control,
.tp-form-content input,
.tp-form-content select,
.tp-form-content textarea {
    width: 100%;
    height: 50px;
    border-radius: 12px;
    border: 1px solid #DDE5EC;
    background: #fff;
    padding: 0 14px;
    color: var(--ink);
    font-size: 14px;
    box-shadow: none !important;
    transition: all .2s ease;
}

    .tp-form-content textarea,
    .tp-form-content .form-control[multiline],
    .tp-form-content textarea.form-control {
        height: 110px;
        padding-top: 12px;
        resize: vertical;
    }

        .tp-form-content input:focus,
        .tp-form-content select:focus,
        .tp-form-content textarea:focus,
        .tp-form-content .form-control:focus {
            outline: none;
            border-color: var(--teal);
            box-shadow: 0 0 0 3px rgba(0,107,107,0.10) !important;
        }

.tp-phone-wrap {
    display: flex;
    gap: 2%;
}

    .tp-phone-wrap #ddlCountryCode {
        width: 28% !important;
        float: none !important;
        margin-right: 0 !important;
    }

    .tp-phone-wrap .tp-phone-input {
        width: 70% !important;
        float: none !important;
    }

.tp-upload-box {
    margin: 26px 0 10px;
    border: 2px dashed #CDD9E4;
    border-radius: 18px;
    padding: 28px 22px;
    text-align: center;
    background: #F7FAFC;
    transition: all .2s ease;
}

    .tp-upload-box:hover {
        border-color: var(--teal);
        background: #F3FBFA;
    }

.tp-upload-btn {
    background: transparent;
    border: none;
    width: 100%;
    padding: 0;
}

.tp-upload-plus {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--teal-lt);
    color: var(--teal);
    font-size: 30px;
    font-weight: 500;
}

.tp-upload-title {
    display: block;
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.tp-upload-help {
    display: block;
    margin-top: 8px;
    color: var(--ink-soft);
    font-size: 13px;
    line-height: 1.7;
    font-weight: 400;
}

#fileName {
    color: #176B4A;
    font-weight: 700;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.7;
}

.tp-terms {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
}

    .tp-terms input[type="checkbox"] {
        margin: 2px 0 0 0;
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
        transform: none;
        flex-shrink: 0;
        vertical-align: top;
        accent-color: var(--teal);
    }

    .tp-terms label {
        margin: 0;
        font-size: 13px;
        line-height: 1.7;
        color: var(--ink-mid);
        font-weight: 500;
        text-align: left;
    }

        .tp-terms label a {
            color: var(--teal);
            font-weight: 700;
            text-decoration: none;
        }

.tp-form-footer {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-submit {
    background: linear-gradient(135deg, var(--ink), var(--ink-mid)) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    height: 52px;
    padding: 0 28px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .05em;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(15,25,35,0.16);
    transition: all .2s ease;
}

    .btn-submit:hover {
        transform: translateY(-2px);
        color: #fff !important;
    }

    .btn-submit[disabled],
    .btn-submit.disabled {
        opacity: .75;
        cursor: not-allowed;
        transform: none !important;
        pointer-events: none;
    }

.tp-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.tp-step {
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: 20px;
    padding: 30px 26px;
    box-shadow: 0 8px 22px rgba(15,25,35,0.03);
    height: 100%;
}

.tp-step-no {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--gold-lt);
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px;
}

.tp-step h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 500;
    color: var(--ink);
    margin: 0 0 12px;
}

.tp-step p {
    margin: 0;
    font-size: 14px;
    line-height: 1.85;
    color: var(--ink-soft);
    font-weight: 300;
}

@media (max-width: 1199px) {
    .tp-hero h1 {
        font-size: 56px;
    }

    .tp-form-grid,
    .tp-hero-grid {
        grid-template-columns: 1fr;
    }

    .tp-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .tp-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 899px) {
    .tp-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .tp-hero {
        padding: 72px 0 56px;
    }

        .tp-hero h1 {
            font-size: 46px;
        }

    .tp-section {
        padding: 62px 0;
    }

    .tp-section-title,
    .tp-form-content h2 {
        font-size: 36px;
    }

    .tp-grid-3 {
        grid-template-columns: 1fr;
    }

    .tp-row {
        flex-direction: column;
        gap: 14px;
    }

    .tp-form-content {
        padding: 34px 24px;
    }
}

@media (max-width: 599px) {
    .mod-hide
    {
        display:none;
    }
    .tp-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .tp-hero h1 {
        font-size: 36px;
    }

    .tp-hero p.lead {
        font-size: 14px;
    }

    .tp-section-title,
    .tp-form-content h2 {
        font-size: 30px;
    }

    .tp-card,
    .tp-step {
        padding: 24px 20px;
    }

    .tp-form-side {
        padding: 24px 18px;
    }

    .tp-phone-wrap {
        flex-direction: column;
        gap: 12px;
    }

        .tp-phone-wrap #ddlCountryCode,
        .tp-phone-wrap .tp-phone-input {
            width: 100% !important;
        }

    .tp-form-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-submit {
        width: 100%;
    }
}
