:root {
    --primary: #0b4f6c;
    --primary-dark: #07364a;
    --accent: #e5a72b;
    --light: #f6f9fb;
    --text: #23313a;
    --muted: #687782;
    --white: #fff;
    --shadow: 0 18px 50px rgba(11, 79, 108, .10);
    --radius: 22px;
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Noto Sans Myanmar", system-ui, sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.9;
}

.navbar {
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(12px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
}

.navbar-brand {
    font-weight: 800;
    color: var(--primary) !important;
    line-height: 1.25
}

.brand-sub {
    display: block;
    font-size: .68rem;
    font-weight: 500;
    color: var(--muted);
    letter-spacing: .02em
}

.nav-link {
    font-weight: 600;
    color: #42515a !important
}

.nav-link:hover {
    color: var(--primary) !important
}

.btn-brand {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    border-radius: 999px;
    padding: .7rem 1.3rem;
    font-weight: 700;
}

.btn-brand:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    color: #fff
}

.btn-outline-brand {
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 999px;
    padding: .7rem 1.3rem;
    font-weight: 700;
}

.btn-outline-brand:hover {
    background: var(--primary);
    color: #fff
}

.hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 82% 20%, rgba(229, 167, 43, .24), transparent 30%),
    radial-gradient(circle at 15% 80%, rgba(50, 153, 191, .18), transparent 30%),
    linear-gradient(135deg, #07364a 0%, #0b4f6c 55%, #116b86 100%);
    color: #fff;
    padding: 145px 0 100px;
}

.hero:after {
    content: "";
    position: absolute;
    inset: auto -10% -130px;
    height: 220px;
    background: #fff;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
}

.hero .container {
    position: relative;
    z-index: 2
}

.eyebrow {
    display: inline-flex;
    gap: .5rem;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .08);
    padding: .45rem .8rem;
    border-radius: 999px;
    font-size: .82rem;
}

.hero h1 {
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.25
}

.hero p {
    font-size: 1.08rem;
    color: rgba(255, 255, 255, .84);
    max-width: 720px
}

.hero-card {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, .15);
}

.hero-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(229, 167, 43, .18);
    display: grid;
    place-items: center;
    font-size: 1.8rem;
    color: #ffd77a;
}

section {
    padding: 95px 0
}

.section-kicker {
    font-size: .82rem;
    font-weight: 800;
    color: var(--accent);
    letter-spacing: .08em
}

.section-title {
    font-weight: 800;
    color: var(--primary);
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.4
}

.section-lead {
    color: var(--muted);
    max-width: 760px
}

.soft {
    background: var(--light)
}

.feature-card, .service-card, .info-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e7eef2;
    border-radius: var(--radius);
    padding: 30px;
    box-shadow: var(--shadow);
    transition: .25s ease;
}

.feature-card:hover, .service-card:hover, .info-card:hover {
    transform: translateY(-6px)
}

.icon-box {
    width: 58px;
    height: 58px;
    border-radius: 17px;
    background: #eaf5f8;
    color: var(--primary);
    display: grid;
    place-items: center;
    font-size: 1.45rem;
    margin-bottom: 20px;
}

.feature-card h3, .service-card h3 {
    font-size: 1.18rem;
    font-weight: 800
}

.check-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.check-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #53636c
}

.check-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #1b8a61;
    font-weight: 800;
}

.stat {
    background: #fff;
    border: 1px solid #e7eef2;
    border-radius: 18px;
    padding: 20px;
    text-align: center;
}

.stat strong {
    display: block;
    font-size: 1.7rem;
    color: var(--primary);
    font-weight: 800
}

.stat span {
    font-size: .84rem;
    color: var(--muted)
}

.about-visual {
    min-height: 470px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    background: #dcecf1;
    box-shadow: 0 18px 50px rgba(11, 79, 108, .12);
}

.about-visual img {
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
    display: block;
}

.about-visual:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 54, 74, 0) 45%, rgba(7, 54, 74, .68) 100%);
}

.visual-label {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    background: rgba(255, 255, 255, .94);
    border-radius: 20px;
    padding: 22px;
}

.photo-card {
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #e7eef2;
    box-shadow: var(--shadow);
    height: 100%;
}

.photo-card img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: block
}

.photo-card .caption {
    padding: 20px
}

.photo-strip img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(11, 79, 108, .12);
}

.process-step {
    position: relative;
    padding: 28px 28px 28px 78px;
    background: #fff;
    border: 1px solid #e5edf0;
    border-radius: 20px;
    height: 100%;
}

.process-number {
    position: absolute;
    left: 24px;
    top: 27px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
}

.contact-box {
    background: linear-gradient(135deg, #07364a, #0b4f6c);
    color: #fff;
    border-radius: 30px;
    padding: 48px;
    box-shadow: 0 25px 60px rgba(7, 54, 74, .2);
}

.contact-box .muted {
    color: rgba(255, 255, 255, .72)
}

.form-control, .form-select {
    border-radius: 14px;
    padding: .85rem 1rem;
    border-color: #dce7eb
}

.form-control:focus, .form-select:focus {
    border-color: #6aaabd;
    box-shadow: 0 0 0 .2rem rgba(11, 79, 108, .1)
}

footer {
    background: #062f40;
    color: #c6d5dc;
    padding: 55px 0 25px
}

footer a {
    color: #dce9ee;
    text-decoration: none
}

footer a:hover {
    color: #fff
}

.footer-title {
    color: #fff;
    font-weight: 800
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 35px;
    padding-top: 20px;
    font-size: .85rem
}

@media (max-width: 991px) {
    .navbar-collapse {
        padding: 15px 0
    }

    .hero {
        padding-top: 125px
    }

    section {
        padding: 75px 0
    }
}
