* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
}

body {
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-family: Nunito, sans-serif;
    color: #11183f;
    background: #fff;
    overflow-x: clip;
}

h1,
h2,
h3,
h4 {
    font-family: Poppins, sans-serif;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1180px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid #edf0f6;
}
.navbar {
    padding: 12px 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #11183f;
    font: 800 18px Poppins;
}

.navbar-brand img {
    width: 211px;
}

.navbar-toggler {
    border: 0;
    font-size: 29px;
    color: #11183f;
}

.nav-link {
    color: #68708b !important;
    font-weight: 800;
    padding: 10px 13px !important;
}

.nav-link:hover,
.nav-link.active {
    color: #176fd0 !important;
}

.login-btn {
    background: #111c55;
    color: #fff;
    padding: 11px 17px;
    border-radius: 12px;
    font-weight: 900;
}

.hero {
    min-height: 710px;
    padding: 82px 0 75px;
    background: linear-gradient(125deg, #f8fbff, #fff 58%, #f5f7ff);
    position: relative;
    overflow: hidden;
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
}

.s1 {
    width: 500px;
    height: 500px;
    right: -180px;
    top: -230px;
    background: radial-gradient(
        circle,
        rgba(54, 126, 230, 0.14),
        transparent 67%
    );
}

.s2 {
    width: 420px;
    height: 420px;
    left: -220px;
    bottom: -250px;
    background: radial-gradient(
        circle,
        rgba(245, 165, 55, 0.11),
        transparent 65%
    );
}

.eyebrow,
.kicker {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 900;
    color: #697398;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 17px;
}

.eyebrow span {
    width: 25px;
    height: 3px;
    border-radius: 4px;
    background: #1874d1;
}

.hero h1 {
    font-size: clamp(44px, 5.4vw, 73px);
    line-height: 1.04;
    letter-spacing: -2.8px;
    margin: 0 0 22px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
}

.hero h1 em {
    font-style: normal;
    color: #1874d1;
    display: inline-block;
    line-height: 1.15;
    letter-spacing: normal;
    word-spacing: 3px;
}

.hero-copy > p {
    max-width: 650px;
    font-size: 18px;
    line-height: 1.8;
    color: #6b738e;
    margin-bottom: 28px;
}

.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-main {
    background: #176fd0;
    color: #fff;
    border-radius: 12px;
    padding: 13px 20px;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(23, 111, 208, 0.18);
}

.btn-main:hover {
    background: #0e5eb8;
    color: #fff;
    transform: translateY(-2px);
}

.btn-ghost {
    border: 1px solid #dce2ee;
    color: #17204b;
    border-radius: 12px;
    padding: 13px 20px;
    font-weight: 900;
    background: #fff;
}

.btn-ghost:hover {
    border-color: #aab7d5;
    color: #176fd0;
}

.hero-trust {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
    color: #5d6580;
    font-size: 13px;
    font-weight: 800;
}

.hero-trust i {
    color: #176fd0;
    margin-right: 5px;
}

.hero-panel {
    width: min(100%, 430px);
    margin-left: auto;
    border: 1px solid #e1e7f2;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.85);
    padding: 18px;
    box-shadow: 0 30px 75px rgba(26, 57, 120, 0.13);
    position: relative;
    overflow: hidden;
}

.hero-panel::before {
    content: "";
    position: absolute;
    inset: auto -90px -160px auto;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(24, 116, 209, 0.16),
        transparent 68%
    );
}

.panel-head {
    display: flex;
    justify-content: space-between;
    color: #717994;
    font-size: 12px;
    font-weight: 900;
    padding: 3px 6px;
}

.brand-center {
    height: 235px;
    display: grid;
    place-items: center;
    position: relative;
}

.brand-center img {
    width: 190px;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 20px 25px rgba(20, 60, 120, 0.14));
}

.brand-glow {
    position: absolute;
    width: 235px;
    height: 235px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(44, 128, 225, 0.13),
        transparent 67%
    );
    animation: breathe 4s ease-in-out infinite;
}

.quick-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    position: relative;
    z-index: 3;
}

.quick-grid div {
    background: #f7f9fd;
    border: 1px solid #edf0f6;
    border-radius: 15px;
    padding: 13px;
    display: grid;
    grid-template-columns: 31px 1fr;
    column-gap: 8px;
    align-items: center;
}

.quick-grid i {
    grid-row: span 2;
    width: 31px;
    height: 31px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #e9f3ff;
    color: #176fd0;
}

.quick-grid b {
    font-size: 13px;
}

.quick-grid small {
    color: #7c849a;
    font-size: 10px;
}

.status-pill {
    position: relative;
    z-index: 3;
    margin-top: 10px;
    background: #111c55;
    color: #fff;
    padding: 11px 14px;
    border-radius: 13px;
    font-size: 11px;
    font-weight: 800;
}

.status-pill i {
    color: #65c792;
    margin-right: 5px;
}

.panel-orbit {
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px dashed rgba(23, 111, 208, 0.13);
    border-radius: 50%;
    left: 50%;
    top: 38px;
    transform: translateX(-50%);
    animation: spin 22s linear infinite;
}

@keyframes spin {
    to {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes breathe {
    50% {
        transform: scale(1.07);
    }
}

.trust {
    background: #111c55;
    color: #fff;
}

.trust-line {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.trust-line span {
    font-size: 10px;
    letter-spacing: 1.5px;
    color: #8f9bc1;
    font-weight: 900;
}

.trust-line div {
    height: 1px;
    flex: 1;
    background: rgba(255, 255, 255, 0.13);
}

.trust-line b {
    font-size: 13px;
    color: #dce3ff;
}

.section {
    padding: 105px 0;
}

.about-art {
    height: 465px;
    border-radius: 30px;
    background: linear-gradient(145deg, #eef6ff, #fbf2ff);
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid #e9edf6;
}

.about-art img {
    width: 245px;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 25px 30px rgba(21, 65, 120, 0.13));
}

.dot-field {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        #b7c7e7 1px,
        transparent 1px
    );
    background-size: 20px 20px;
    opacity: 0.38;
}

.art-circle {
    position: absolute;
    border: 1px solid rgba(23, 111, 208, 0.16);
    border-radius: 50%;
}

.c1 {
    width: 390px;
    height: 390px;
}

.c2 {
    width: 285px;
    height: 285px;
}

.art-note {
    position: absolute;
    bottom: 22px;
    left: 22px;
    background: #fff;
    padding: 13px 16px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(24, 45, 100, 0.12);
    z-index: 4;
}

.art-note strong,
.art-note small {
    display: block;
}

.art-note strong {
    font-family: Poppins;
}

.art-note small {
    color: #7b8398;
}

.about h2,
.heading-row h2,
.heading-center h2 {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.13;
    letter-spacing: -1.6px;
    margin: 10px 0 18px;
}

.about h2 span,
.heading-row h2 span,
.heading-center h2 span {
    color: #176fd0;
}

.big-text {
    font-size: 17px;
    line-height: 1.8;
    color: #707890;
    max-width: 690px;
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 27px;
}

.feature-grid > div {
    border: 1px solid #e9edf5;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    gap: 12px;
}

.feature-grid > div > i {
    color: #176fd0;
    background: #edf5ff;
    width: 40px;
    height: 40px;
    border-radius: 11px;
    display: grid;
    place-items: center;
}

.feature-grid b,
.feature-grid small {
    display: block;
}

.feature-grid small {
    color: #7b8296;
    margin-top: 2px;
}

.services {
    background: #f8faff;
}

.heading-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 25px;
    margin-bottom: 32px;
}

.heading-row > p {
    max-width: 400px;
    color: #737b91;
    line-height: 1.7;
    margin: 0;
}

.service-card {
    height: 100%;
    border: 1px solid #e6ebf4;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 8px 25px rgba(23, 52, 105, 0.04);
}

.service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 42px rgba(23, 52, 105, 0.11);
    border-color: #cfdcf1;
}

.service-top {
    height: 155px;
    padding: 10px;
    position: relative;
    background: #f6f9ff;
}

.service-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.service-top span {
    position: absolute;
    top: 18px;
    right: 18px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    padding: 4px 8px;
    font-size: 9px;
    font-weight: 900;
    color: #6f7891;
}

.service-info {
    padding: 21px;
}

.service-info .icon {
    width: 42px;
    height: 42px;
    background: #edf5ff;
    color: #176fd0;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
}

.service-info h3 {
    font-size: 18px;
    margin: 0 0 7px;
}

.service-info p {
    font-size: 13px;
    color: #7a8195;
    line-height: 1.55;
    min-height: 40px;
    margin-bottom: 16px;
}

.service-info a {
    font-size: 12px;
    font-weight: 900;
    color: #176fd0;
}

.service-info a i {
    margin-left: 4px;
}

.showcase {
    background: #fff;
}

.slider-buttons {
    display: flex;
    gap: 9px;
}

.slider-buttons button {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #e0e5ef;
    background: #fff;
    color: #176fd0;
}

.slider-buttons button:hover {
    background: #edf5ff;
}

.slide-card {
    border: 1px solid #e7ebf3;
    border-radius: 20px;
    padding: 10px;
    height: 100%;
    box-shadow: 0 9px 26px rgba(23, 52, 105, 0.04);
}

.slide-card img {
    width: 100%;
    border-radius: 14px;
}

.slide-card b,
.slide-card p {
    display: block;
    margin-left: 8px;
}

.slide-card b {
    font-family: Poppins;
    margin-top: 15px;
}

.slide-card p {
    font-size: 13px;
    color: #777e92;
    margin-bottom: 14px;
}

.plans {
    background: #f8faff;
}

.heading-center {
    text-align: center;
    margin-bottom: 38px;
}

.heading-center p {
    color: #757d92;
}

.plan {
    background: #fff;
    border: 1px solid #e5eaf3;
    border-radius: 22px;
    padding: 31px 28px;
    height: 100%;
    position: relative;
    box-shadow: 0 10px 28px rgba(23, 52, 105, 0.04);
}

.plan.popular {
    border: 2px solid #176fd0;
    transform: translateY(-9px);
    box-shadow: 0 22px 50px rgba(23, 111, 208, 0.13);
}

.plan label {
    position: absolute;
    right: 18px;
    top: 18px;
    background: #edf5ff;
    color: #176fd0;
    border-radius: 20px;
    padding: 5px 9px;
    font-size: 9px;
    font-weight: 900;
}

.plan-number {
    font: 800 12px Poppins;
    color: #9aa2b7;
}

.plan h3 {
    font-size: 26px;
    margin: 12px 0 2px;
}

.plan > small {
    color: #7a8196;
}

.price {
    font: 800 34px Poppins;
    margin: 22px 0;
    color: #14204f;
}

.price em {
    font: 600 12px Nunito;
    color: #7b8397;
    font-style: normal;
}

.plan ul {
    list-style: none;
    padding: 0;
    margin: 0 0 23px;
}

.plan li {
    padding: 9px 0;
    border-bottom: 1px solid #eef1f6;
    color: #5d657c;
    font-size: 14px;
}

.plan li::before {
    content: "✓";
    color: #168a5a;
    font-weight: 900;
    margin-right: 9px;
}

.plan-btn {
    width: 100%;
    border: 1px solid #d9e0eb;
    border-radius: 11px;
    padding: 11px;
    font-weight: 900;
    color: #1b2551;
}

.plan-btn.solid {
    background: #176fd0;
    color: #fff;
    border-color: #176fd0;
}

.news {
    background: #fff;
}

.view-link {
    color: #176fd0;
    font-weight: 900;
    font-size: 13px;
}

.news-card {
    height: 100%;
    border: 1px solid #e7ebf3;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 9px 27px rgba(23, 52, 105, 0.04);
    transition: 0.3s;
}

.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(23, 52, 105, 0.1);
}

.news-cover {
    height: 145px;
    padding: 18px;
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #fff;
    overflow: hidden;
}

.news-cover span {
    height: max-content;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
}

.news-cover i {
    font-size: 65px;
    position: absolute;
    right: 20px;
    bottom: -16px;
    opacity: 0.18;
}

.blue {
    background: linear-gradient(135deg, #116bc9, #2a98e7);
}

.green {
    background: linear-gradient(135deg, #087a50, #2ab178);
}

.orange {
    background: linear-gradient(135deg, #d56e10, #f2a329);
}

.news-body {
    padding: 22px;
}

.news-body small {
    color: #8a91a4;
    font-weight: 800;
}

.news-body h3 {
    font-size: 18px;
    line-height: 1.4;
    margin: 7px 0 9px;
}

.news-body p {
    font-size: 13px;
    line-height: 1.65;
    color: #777e92;
}

.news-body a {
    font-size: 12px;
    color: #176fd0;
    font-weight: 900;
}

.contact {
    background: #f8faff;
}

.contact-wrap {
    background: #111c55;
    color: #fff;
    border-radius: 29px;
    padding: 55px;
    position: relative;
    overflow: hidden;
}

.contact-wrap::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    right: -130px;
    top: -160px;
}

.contact h2 {
    font-size: 45px;
    line-height: 1.12;
    margin: 10px 0 17px;
}

.contact h2 span {
    color: #71baff;
}

.contact-wrap > div > p,
.contact-list {
    color: #c6cce0;
}

.contact-wrap > div > p {
    line-height: 1.7;
    max-width: 440px;
}

.contact-list {
    display: grid;
    gap: 13px;
    margin-top: 24px;
}

.contact-list div {
    display: flex;
    align-items: center;
    gap: 11px;
    font-weight: 700;
}

.contact-list i {
    width: 37px;
    height: 37px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.1);
    display: grid;
    place-items: center;
    color: #71baff;
}

.contact form {
    background: #fff;
    padding: 21px;
    border-radius: 18px;
    position: relative;
    z-index: 2;
}

.form-control {
    border: 1px solid #e0e5ee;
    border-radius: 10px;
    padding: 13px 14px;
}

.form-control:focus {
    border-color: #8fb2dc;
    box-shadow: 0 0 0 3px rgba(23, 111, 208, 0.1);
}

.agent {
    padding: 28px 0 90px;
    background: #f8faff;
}

.agent-wrap {
    background: linear-gradient(120deg, #edf6ff, #f6efff);
    border: 1px solid #e0e7f3;
    border-radius: 22px;
    padding: 35px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.agent-wrap h2 {
    margin: 8px 0;
    font-size: 31px;
}

.agent-wrap h2 span {
    color: #176fd0;
}

.agent-wrap p {
    margin: 0;
    color: #747c91;
}

.footer {
    background: #0b143b;
    color: #aeb7d2;
    padding: 70px 0 0;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font: 800 18px Poppins;
}

.footer-brand img {
    width: 50px;
}

.footer p {
    max-width: 330px;
    line-height: 1.7;
    margin-top: 18px;
}

.footer h4 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 18px;
}

.footer a {
    display: block;
    color: #aeb7d2;
    margin-bottom: 10px;
    font-size: 13px;
}

.footer a:hover {
    color: #fff;
}

.socials {
    display: flex;
    gap: 8px;
}

.socials a {
    width: 37px;
    height: 37px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    display: grid;
    place-items: center;
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 48px;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
}

.float {
    position: fixed;
    z-index: 1100;
    bottom: 20px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 15px;
    display: grid;
    place-items: center;
    box-shadow: 0 12px 28px rgba(10, 30, 70, 0.22);
}

.whatsapp {
    left: 20px;
    background: #1aaa65;
    color: #fff;
    font-size: 23px;
}

.top {
    right: 20px;
    background: #176fd0;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.25s;
}

.top.show {
    opacity: 1;
    visibility: visible;
    transform: none;
}

#toast {
    position: fixed;
    z-index: 1200;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 15px);
    background: #111c55;
    color: #fff;
    padding: 12px 17px;
    border-radius: 11px;
    font-size: 13px;
    opacity: 0;
    pointer-events: none;
    transition: 0.25s;
}

#toast.show {
    opacity: 1;
    transform: translate(-50%, 0);
}


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

@media (max-width: 991px) {

    .navbar-collapse {
        padding: 15px 0;
    }

    .login-btn {
        display: inline-block;
        margin-top: 10px;
    }

    .hero {
        padding: 65px 0;
    }

    .hero-panel {
        margin: 0 auto;
    }

    .section {
        padding: 78px 0;
    }

    .plan.popular {
        transform: none;
    }

    .contact-wrap {
        padding: 38px;
    }

    .agent-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .trust-line {
        flex-wrap: wrap;
        padding: 18px 0;
    }

    .trust-line div {
        display: none;
    }
}


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

@media (max-width: 575px) {

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .navbar-brand span {
        display: none;
    }

    .hero {
        padding: 48px 0 45px;
    }

    .hero h1 {
        font-size: 43px;
        letter-spacing: -1.8px;
        line-height: 1.15;
        letter-spacing: -1px;
    }

    .hero-copy > p {
        font-size: 16px;
    }

    .hero-trust {
        display: grid;
        gap: 8px;
    }

    .hero-panel {
        border-radius: 23px;
    }

    .brand-center {
        height: 200px;
    }

    .brand-center img {
        width: 160px;
    }

    .brand-glow {
        width: 190px;
        height: 190px;
    }

    .quick-grid div {
        padding: 10px;
    }

    .quick-grid b {
        font-size: 11px;
    }

    .quick-grid small {
        font-size: 9px;
    }

    .status-pill {
        font-size: 10px;
    }

    .about-art {
        height: 350px;
    }

    .about-art img {
        width: 190px;
    }

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

    .heading-row {
        display: block;
    }

    .heading-row > p {
        margin-top: 15px;
    }

    .heading-row h2 {
        font-size: 34px;
    }

    .service-top {
        height: 145px;
    }

    .section {
        padding: 65px 0;
    }

    .contact-wrap {
        padding: 28px 19px;
    }

    .contact h2 {
        font-size: 36px;
    }

    .agent-wrap {
        padding: 29px 22px;
    }

    .footer-bottom {
        display: block;
    }

    .footer-bottom span {
        display: block;
        margin-bottom: 6px;
    }

    .float {
        bottom: 15px;
        width: 45px;
        height: 45px;
    }

    .whatsapp {
        left: 15px;
    }

    .top {
        right: 15px;
    }
}


@media (max-width: 380px) {
    .hero-buttons {
        grid-template-columns: 1fr;
    }

    .hero-buttons .btn {
        width: 100%;
    }
}
/* ========================================
   MOBILE FIXES
======================================== */

/* Prevent accidental horizontal overflow */


img {
    max-width: 100%;
}

.row {
    --bs-gutter-x: 1.5rem;
}

.contact-list,
.contact-list div,
.contact-list span {
    min-width: 0;
    max-width: 100%;
}

.contact-list span {
    overflow-wrap: anywhere;
    word-break: break-word;
}


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

.navbar-toggler {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    display: grid;
    place-items: center;
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler i {
    font-size: 28px;
    line-height: 1;
}


/* ========================================
   FLOATING BUTTONS
======================================== */

.float {
    width: 46px;
    height: 46px;
    bottom: 18px;
}

.whatsapp {
    left: 18px;
}

.top {
    right: 18px;
}


/* Toast ko floating buttons ke upar rakho */
#toast {
    bottom: 78px;
    max-width: calc(100% - 40px);
    text-align: center;
    white-space: normal;
}


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

@media (max-width: 575px) {

    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Navbar */
    .navbar {
        padding: 9px 0;
    }

    .navbar-brand {
        max-width: calc(100% - 60px);
        min-width: 0;
    }

    .navbar-brand img {
        width: 150px;
        height: auto;
    }

    .navbar-collapse {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .navbar-nav {
        width: 100%;
    }

    .nav-link {
        padding: 10px 5px !important;
    }

    .login-btn {
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }


    /* Hero buttons 50% + 50% */
    .hero-buttons {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .hero-buttons .btn {
        width: 100%;
        min-width: 0;
        padding: 13px 8px;
        text-align: center;
        font-size: 13px;
    }
    .footer-bottom {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .footer-bottom span {
        display: block;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    /* Very small screens par full width */
    @media (max-width: 380px) {

        .hero-buttons {
            grid-template-columns: 1fr;
        }

        .hero-buttons .btn {
            width: 100%;
        }
    }


    /* Hero */
    .hero {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .hero h1 {
        max-width: 100%;
        overflow-wrap: break-word;
        line-height: 1.15;
        letter-spacing: -1px;
    }

    .hero-copy > p {
        max-width: 100%;
    }


    /* Hero panel */
    .hero-panel {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .panel-head {
        min-width: 0;
    }

    .panel-head span {
        min-width: 0;
        overflow-wrap: anywhere;
    }


    /* Quick grid */
    .quick-grid {
        width: 100%;
    }

    .quick-grid div {
        min-width: 0;
    }


    /* Contact */
    .contact-wrap {
        width: 100%;
        max-width: 100%;
    }

    .contact-list div {
        align-items: flex-start;
    }

    .contact-list span {
        flex: 1;
        line-height: 1.5;
    }


    /* Footer */
    .footer {
        overflow: hidden;
    }

    .footer-bottom {
        gap: 5px;
    }


    /* Floating buttons */
    .float {
        width: 44px;
        height: 44px;
        bottom: 15px;
        border-radius: 13px;
    }

    .whatsapp {
        left: 15px;
    }

    .top {
        right: 15px;
    }

    #toast {
        bottom: 70px;
        max-width: calc(100% - 90px);
        font-size: 12px;
        padding: 10px 13px;
    }
}

.hero-image {
    position: relative;
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    padding: 10px;
    border-radius: 30px;

    /* premium glass card */
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(20, 90, 180, 0.15);

    box-shadow:
        0 25px 60px rgba(20, 45, 100, 0.15),
        0 8px 25px rgba(20, 90, 180, 0.08);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    overflow: hidden;
}

.hero-image::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;

    background: linear-gradient(
        135deg,
        rgba(0, 102, 255, 0.45),
        rgba(255, 255, 255, 0.15),
        rgba(0, 150, 80, 0.35)
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

.hero-image img {
    position: relative;
    z-index: 1;

    width: 100%;
    height: auto;
    display: block;

    border-radius: 22px;

    object-fit: cover;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.12);

    transition: transform 0.4s ease;
}

.hero-image:hover img {
    transform: scale(1.015);
}


.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    top: -180px;
    right: -100px;

    background: rgba(0, 115, 255, 0.10);
    filter: blur(90px);
    border-radius: 50%;

    pointer-events: none;
}

.hero-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    bottom: -180px;
    right: 30%;

    background: rgba(0, 160, 90, 0.08);
    filter: blur(90px);
    border-radius: 50%;

    pointer-events: none;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}
