:root {
    --primary: #14213d;
    --primary-deep: #0d172c;
    --secondary: #c6a15b;
    --secondary-soft: #eadfca;
    --background: #fafaf8;
    --text: #222222;
    --muted: #6c757d;
    --light: #f4f5f7;
    --white: #ffffff;
    --line: #e5e7eb;
    --shadow: 0 16px 40px rgba(20, 33, 61, 0.08);
}

html { scroll-behavior: smooth; }
body {
    background: var(--background);
    color: var(--text);
    font-family: "Noto Sans Devanagari", "Noto Sans", Arial, sans-serif;
    line-height: 1.75;
    padding-bottom: 0;
    padding-top: var(--header-height, 96px);
}
a { color: var(--primary); text-decoration: none; }
a:hover { color: #8f6e32; }
:focus-visible { outline: 3px solid rgba(198, 161, 91, .65); outline-offset: 3px; }
.container { max-width: 1160px; }
.text-gold { color: var(--secondary) !important; }
.section-pad { padding: 5.5rem 0; }
.section-soft { background: var(--light); }
.eyebrow { color: #8f6e32; font-size: .8rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.section-heading { color: var(--primary); font-weight: 800; line-height: 1.3; }
.section-heading::after { background: var(--secondary); content: ""; display: block; height: 3px; margin-top: 1rem; width: 52px; }
.lead { color: #4b5563; font-size: 1.08rem; }

.site-header { background: var(--white); border-bottom: 1px solid rgba(20,33,61,.08); left: 0; position: fixed; right: 0; top: 0; z-index: 1030; }
.site-disclaimer { background: #fff8e9; border-bottom: 1px solid #ead7a9; color: #5f4b24; font-size: .78rem; line-height: 1.45; max-height: 80px; overflow: hidden; padding: .45rem 3rem .45rem 1rem; position: relative; text-align: center; transition: max-height .22s ease, opacity .22s ease, padding .22s ease; }
.site-disclaimer.is-hidden { border-bottom-width: 0; max-height: 0; opacity: 0; padding-bottom: 0; padding-top: 0; }
.site-disclaimer strong { color: var(--primary); }
.site-disclaimer-close { background: transparent; border: 0; color: #5f4b24; font-size: 1.15rem; line-height: 1; padding: .2rem .45rem; position: absolute; right: .65rem; top: 50%; transform: translateY(-50%); }
.site-disclaimer-close:hover { color: var(--primary); }
.brand-mark { align-items: center; display: flex; gap: .75rem; }
.brand-seal { align-items: center; background: var(--primary); border: 2px solid var(--secondary); border-radius: 50%; color: var(--secondary); display: inline-flex; font-family: Georgia, serif; font-size: 1rem; font-weight: 700; height: 42px; justify-content: center; width: 42px; }
.brand-name { color: var(--primary); font-size: .9rem; font-weight: 900; letter-spacing: .04em; line-height: 1.25; }
.brand-subtitle { color: var(--muted); display: block; font-size: .7rem; font-weight: 500; letter-spacing: .01em; }
.nav-link { color: var(--primary); font-size: .92rem; font-weight: 700; margin: 0 .15rem; }
.nav-link:hover, .nav-link.active { color: #8f6e32; }
.btn-brand { background: var(--primary); border: 1px solid var(--primary); color: var(--white); font-weight: 700; padding: .75rem 1.15rem; }
.btn-brand:hover { background: var(--primary-deep); border-color: var(--primary-deep); color: var(--white); }
.btn-outline-brand { border: 1px solid var(--primary); color: var(--primary); font-weight: 700; padding: .75rem 1.15rem; }
.btn-outline-brand:hover { background: var(--primary); color: var(--white); }
.btn-gold { background: var(--secondary); border: 1px solid var(--secondary); color: var(--primary); font-weight: 800; }
.btn-gold:hover { background: #d1af72; color: var(--primary); }

.hero { background: linear-gradient(90deg, rgba(13,23,44,.96) 0%, rgba(20,33,61,.88) 52%, rgba(20,33,61,.58) 100%), url("https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=1800&q=82") center/cover; color: var(--white); min-height: 610px; }
.hero .container { min-height: 610px; }
.hero h1 { font-size: clamp(2.25rem, 4vw, 4rem); font-weight: 900; line-height: 1.23; max-width: 760px; }
.hero p { color: rgba(255,255,255,.84); font-size: 1.1rem; max-width: 720px; }
.hero-kicker { color: #f0dcae; font-size: .86rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trust-strip { background: var(--primary); color: var(--white); }
.trust-item { align-items: center; display: flex; gap: .65rem; justify-content: center; padding: 1.1rem .5rem; }
.trust-item i { color: var(--secondary); font-size: 1.2rem; }
.agreement-carousel { background: var(--primary-deep); color: var(--white); }
.agreement-carousel .carousel-item { min-height: 185px; padding: 2.4rem 4.5rem; }
.agreement-carousel h2 { color: var(--secondary); font-size: 1.35rem; font-weight: 800; }
.agreement-carousel p { color: rgba(255,255,255,.84); margin-bottom: 0; max-width: 850px; }
.agreement-carousel .carousel-control-prev, .agreement-carousel .carousel-control-next { width: 3rem; }
.pricing-card { background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--secondary); border-radius: 8px; box-shadow: 0 8px 22px rgba(20,33,61,.045); height: 100%; padding: 1.7rem; }
.pricing-card h3 { color: var(--primary); font-size: 1.15rem; font-weight: 800; }
.pricing-amount { color: #8f6e32; font-size: 1.65rem; font-weight: 900; line-height: 1.2; }
.pricing-card p { color: #5b6470; font-size: .92rem; }

.icon-card, .service-card, .problem-card, .info-card, .step-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 8px 22px rgba(20,33,61,.045); height: 100%; padding: 1.6rem; transition: transform .2s ease, box-shadow .2s ease; }
.icon-card:hover, .service-card:hover, .problem-card:hover, .info-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.card-icon { align-items: center; background: var(--secondary-soft); border-radius: 8px; color: var(--primary); display: inline-flex; font-size: 1.45rem; height: 48px; justify-content: center; margin-bottom: 1rem; width: 48px; }
.service-card h3, .problem-card h3, .info-card h3 { color: var(--primary); font-size: 1.15rem; font-weight: 800; }
.service-card p, .problem-card p, .info-card p { color: #5b6470; font-size: .95rem; }
.service-card .small-label { color: #8f6e32; font-size: .75rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.page-hero { background: var(--primary); color: var(--white); padding: 4.5rem 0 4rem; position: relative; }
.page-hero::after { background: var(--secondary); content: ""; height: 4px; left: 0; position: absolute; top: 0; width: 100%; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 900; line-height: 1.25; }
.page-hero p { color: rgba(255,255,255,.78); margin-bottom: 0; max-width: 720px; }
.breadcrumb { --bs-breadcrumb-divider-color: rgba(255,255,255,.5); --bs-breadcrumb-item-active-color: rgba(255,255,255,.7); font-size: .85rem; }
.breadcrumb a { color: #f0dcae; }

.process-line { border-left: 2px solid var(--secondary); margin-left: 1.2rem; padding-left: 2rem; }
.process-item { position: relative; }
.process-item::before { background: var(--secondary); border: 4px solid var(--background); border-radius: 50%; content: ""; height: 18px; left: -2.68rem; position: absolute; top: .45rem; width: 18px; }
.process-number { color: #8f6e32; font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.notice { background: #fff8e9; border: 1px solid #ead7a9; border-left: 5px solid var(--secondary); border-radius: 6px; padding: 1.7rem; }
.notice h2 { color: var(--primary); font-size: 1.4rem; font-weight: 800; }
.list-check { list-style: none; margin: 0; padding: 0; }
.list-check li { margin-bottom: .75rem; padding-left: 1.65rem; position: relative; }
.list-check li::before { color: #8f6e32; content: "\f26a"; font-family: "bootstrap-icons"; left: 0; position: absolute; top: .1rem; }

.faq .accordion-button { color: var(--primary); font-weight: 800; }
.faq .accordion-button:not(.collapsed) { background: var(--secondary-soft); box-shadow: none; }
.faq .accordion-button:focus { box-shadow: 0 0 0 .25rem rgba(198,161,91,.2); }
.contact-panel { background: var(--primary); color: var(--white); }
.contact-panel h2 { font-weight: 900; }
.contact-panel p { color: rgba(255,255,255,.78); }
.contact-detail { align-items: flex-start; display: flex; gap: .8rem; margin-bottom: 1rem; }
.contact-detail i { color: var(--secondary); font-size: 1.15rem; margin-top: .25rem; }
.form-label { color: var(--primary); font-weight: 700; }
.form-control, .form-select { border-color: #d7dbe2; min-height: 48px; }
.form-control:focus, .form-select:focus { border-color: var(--secondary); box-shadow: 0 0 0 .2rem rgba(198,161,91,.18); }
.form-note { color: var(--muted); font-size: .85rem; }

.site-footer { background: var(--primary-deep); color: rgba(255,255,255,.75); padding: 3.5rem 0 1.5rem; }
.site-footer h2, .site-footer h3 { color: var(--white); font-weight: 800; }
.site-footer a { color: rgba(255,255,255,.75); }
.site-footer a:hover { color: #f0dcae; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); font-size: .83rem; margin-top: 2.5rem; padding-top: 1.2rem; }
.site-footer .col-lg-3 .d-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.footer-credit { color: rgba(255,255,255,.75); }
.footer-credit:hover { color: #f0dcae; }
.whatsapp-float { align-items: center; background: #198754; border-radius: 50%; bottom: 1.4rem; box-shadow: 0 8px 20px rgba(0,0,0,.18); color: var(--white); display: flex; font-size: 1.45rem; height: 54px; justify-content: center; position: fixed; right: 1.4rem; width: 54px; z-index: 1020; }
.whatsapp-float:hover { background: #146c43; color: var(--white); }
.mobile-cta { background: var(--white); border-top: 1px solid var(--line); bottom: 0; display: none; left: 0; padding: .55rem .3rem; position: fixed; right: 0; z-index: 1010; }
.mobile-cta a { align-items: center; color: var(--primary); display: flex; flex-direction: column; font-size: .7rem; font-weight: 800; gap: .1rem; }
.mobile-cta i { font-size: 1.15rem; }

@media (max-width: 991.98px) {
    .navbar-collapse { background: var(--white); padding: .75rem 0; }
    .nav-link { padding: .65rem 0; }
    .hero, .hero .container { min-height: 570px; }
}
@media (max-width: 767.98px) {
    body { padding-bottom: 66px; }
    .section-pad { padding: 3.8rem 0; }
    .hero { min-height: 650px; }
    .hero .container { min-height: 650px; }
    .hero h1 { font-size: 2.25rem; }
    .hero p { font-size: 1rem; }
    .trust-item { justify-content: flex-start; padding: .6rem 0; }
    .mobile-cta { display: block; }
    .whatsapp-float { bottom: 78px; right: 1rem; }
    .brand-subtitle { display: none; }
    .site-disclaimer { font-size: .72rem; padding: .4rem .75rem; }
    .agreement-carousel .carousel-item { min-height: 245px; padding: 2.2rem 3.2rem; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
