/********** WarnaRapi Custom Styles **********/
:root {
    --wr-primary: #0D6B68;
    --wr-primary-dark: #07504e;
    --wr-primary-soft: #E6F0EF;
    --wr-accent: #F0A500;
    --wr-dark: #03201F;
    --wr-muted: #63706f;
    --wr-border: #dbe5e4;
    --wr-white: #ffffff;
    --wr-shadow: 0 20px 60px rgba(3, 32, 31, .10);
}

html { scroll-behavior: smooth; }
body {
    font-family: "Open Sans", sans-serif;
    color: var(--wr-dark);
    background: #fff;
    line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, .brand-text, .navbar {
    font-family: "Space Grotesk", sans-serif;
}
a { text-decoration: none; }
img { object-fit: cover; }
.text-muted { color: var(--wr-muted) !important; }
.lead { color: #455453; }

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease-out, visibility 0s linear .35s;
    z-index: 99999;
}
#spinner.show { visibility: visible; opacity: 1; transition: opacity .35s ease-out; }

.btn { border-radius: 4px; font-weight: 700; transition: .3s; }
.btn:hover { transform: translateY(-2px); }
.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.btn-square { width: 40px; height: 40px; }
.btn-sm-square { width: 32px; height: 32px; }
.btn-lg-square { width: 48px; height: 48px; }

.topbar { background: var(--wr-dark); color: rgba(255,255,255,.70); font-size: 13px; }
.topbar-link { color: rgba(255,255,255,.75); }
.topbar-link:hover { color: #fff; }
.nav-shell { top: 0; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); transition: .35s; z-index: 1030; border-bottom: 1px solid rgba(13,107,104,.09); }
.nav-shell.shadow-sm { box-shadow: 0 10px 30px rgba(3,32,31,.08) !important; }
.navbar { padding: 14px 0; font-size: 16px; }
.navbar-brand { color: var(--wr-dark); }
.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--wr-primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    box-shadow: 0 9px 20px rgba(13,107,104,.22);
}
.brand-mark i { transform: rotate(-8deg); }
.brand-text { font-size: 25px; font-weight: 700; letter-spacing: -1px; }
.brand-text span { color: var(--wr-primary); }
.navbar .navbar-nav .nav-link {
    margin-left: 23px;
    padding: 9px 0;
    color: #243231;
    font-weight: 600;
    position: relative;
}
.navbar .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 0;
    height: 2px;
    background: var(--wr-primary);
    transition: .3s;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active { color: var(--wr-primary); }
.navbar .navbar-nav .nav-link:hover::after,
.navbar .navbar-nav .nav-link.active::after { width: 100%; }
.navbar .navbar-nav .nav-login { margin-left: 28px; }
.navbar-toggler { border: 0; padding: .4rem; box-shadow: none !important; }

.hero-header {
    position: relative;
    background:
        linear-gradient(90deg, rgba(230,240,239,.98), rgba(246,250,249,.90)),
        url(../img/hero-bg.jpg) center/cover no-repeat;
    overflow: hidden;
}
.hero-header::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -120px;
    top: -200px;
    border-radius: 50%;
    border: 80px solid rgba(13,107,104,.05);
    pointer-events: none;
}
.home-hero { min-height: 740px; display: flex; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
    display: inline-block;
    color: var(--wr-primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2.2px;
    margin-bottom: 14px;
}
.hero-copy h1 { line-height: .98; letter-spacing: -3px; }
.hero-copy .lead { max-width: 680px; font-size: 1.16rem; }
.header-carousel { position: relative; padding: 38px 70px 38px 0; z-index: 2; }
.header-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: var(--wr-primary);
    z-index: -1;
    border-radius: 0 80px 0 0;
}
.hero-slide { position: relative; overflow: hidden; }
.hero-slide img { height: 460px; width: 100%; }
.hero-slide span {
    position: absolute;
    left: 18px;
    bottom: 18px;
    color: #fff;
    background: rgba(3,32,31,.72);
    padding: 7px 13px;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}
.header-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.header-carousel .owl-dot {
    width: 12px;
    height: 12px;
    margin: 5px 0;
    border: 2px solid #fff !important;
    background: transparent !important;
    transition: .3s;
}
.header-carousel .owl-dot.active { height: 27px; background: #fff !important; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; color: #3d4b4a; font-size: 14px; font-weight: 600; }
.hero-trust i { color: var(--wr-primary); margin-right: 5px; }
.hero-features { position: relative; z-index: 2; }
.mini-feature {
    min-height: 88px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,.80);
    border: 1px solid rgba(255,255,255,.9);
    padding: 15px;
    box-shadow: 0 10px 30px rgba(3,32,31,.05);
    backdrop-filter: blur(10px);
}
.mini-feature > i { width: 45px; height: 45px; background: var(--wr-primary-soft); color: var(--wr-primary); display: inline-flex; align-items: center; justify-content: center; font-size: 19px; }
.mini-feature strong, .mini-feature span { display: block; }
.mini-feature span { color: var(--wr-muted); font-size: 12px; }

.page-header { padding: 46px 0; }
.page-header h1 { letter-spacing: -2px; }
.page-header .lead { max-width: 760px; }
.breadcrumb-item a { color: var(--wr-primary); }
.breadcrumb-item.active { color: var(--wr-muted); }

.section-heading { max-width: 780px; margin: 0 auto 45px; }
.section-heading p { max-width: 650px; margin: 12px auto 0; color: var(--wr-muted); }
.calculator-section { background: #fff; }
.calculator-card {
    background: #fff;
    border: 1px solid var(--wr-border);
    box-shadow: var(--wr-shadow);
    padding: 38px;
    position: relative;
}
.calculator-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 5px;
    background: var(--wr-accent);
}
.form-label { font-weight: 700; color: #263735; }
.form-control, .form-select, .input-group-text {
    border-color: #cfdbda;
    border-radius: 3px;
    min-height: 50px;
}
.form-control:focus, .form-select:focus {
    border-color: var(--wr-primary);
    box-shadow: 0 0 0 .22rem rgba(13,107,104,.12);
}
.calculator-result {
    display: grid;
    grid-template-columns: repeat(3, 1fr) auto;
    align-items: center;
    gap: 20px;
    background: var(--wr-primary-soft);
    border-left: 4px solid var(--wr-primary);
    padding: 20px;
}
.calculator-result span, .calculator-result strong { display: block; }
.calculator-result span { font-size: 12px; color: var(--wr-muted); text-transform: uppercase; letter-spacing: .6px; }
.calculator-result strong { margin-top: 2px; font-family: "Space Grotesk", sans-serif; }
.info-note { display: flex; gap: 12px; background: #f4f8f7; border: 1px solid var(--wr-border); padding: 16px; color: #536160; }
.info-note i { color: var(--wr-primary); margin-top: 4px; }

.package-card {
    background: #fff;
    border: 1px solid var(--wr-border);
    position: relative;
    transition: .35s;
    overflow: hidden;
}
.package-card:hover { transform: translateY(-8px); box-shadow: var(--wr-shadow); border-color: transparent; }
.package-card.featured { border: 2px solid var(--wr-primary); }
.package-image { height: 190px; position: relative; overflow: hidden; }
.package-image img { width: 100%; height: 100%; transition: .5s; }
.package-card:hover .package-image img { transform: scale(1.06); }
.package-badge {
    position: absolute;
    left: 15px;
    bottom: 15px;
    padding: 5px 10px;
    background: rgba(255,255,255,.92);
    color: var(--wr-primary);
    font-size: 12px;
    font-weight: 800;
}
.popular-ribbon {
    position: absolute;
    right: -40px;
    top: 23px;
    width: 160px;
    transform: rotate(38deg);
    z-index: 3;
    background: var(--wr-accent);
    color: var(--wr-dark);
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    padding: 5px;
}
.package-area { font-size: 12px; font-weight: 800; color: var(--wr-primary); letter-spacing: 1.6px; }
.price { font-family: "Space Grotesk", sans-serif; font-size: 28px; font-weight: 700; letter-spacing: -1px; }
.dp-note { color: var(--wr-primary); font-size: 13px; font-weight: 700; margin-bottom: 18px; }
.package-list { list-style: none; padding: 0; margin: 0 0 24px; }
.package-list li { position: relative; padding: 7px 0 7px 24px; color: #50605f; border-bottom: 1px dashed #e2e9e8; }
.package-list li::before { content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; left: 0; color: var(--wr-primary); }

.process-image { height: 620px; width: 100%; }
.process-list { border-left: 1px solid var(--wr-border); margin-left: 28px; }
.process-item { display: flex; gap: 25px; padding: 0 0 30px 0; position: relative; }
.process-item > span {
    width: 56px;
    height: 56px;
    margin-left: -28px;
    flex: 0 0 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--wr-primary);
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(13,107,104,.22);
}
.process-item h4 { margin: 0 0 5px; }
.process-item p { color: var(--wr-muted); margin: 0; }
.stats-section strong, .stats-section span { display: block; color: #fff; }
.stats-section strong { font-family: "Space Grotesk", sans-serif; font-size: 48px; }
.stats-section span { color: rgba(255,255,255,.58); font-size: 14px; }
.project-item { min-height: 380px; }
.project-item img { height: 380px; transition: .55s; }
.project-item:hover img { transform: scale(1.08); }
.project-overlay {
    position: absolute;
    inset: 0;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(transparent 35%, rgba(3,32,31,.92));
}
.testimonial-card { padding: 42px; background: #fff; border: 1px solid var(--wr-border); box-shadow: 0 15px 45px rgba(3,32,31,.06); }
.testimonial-card > i { font-size: 34px; color: var(--wr-primary); opacity: .35; }
.testimonial-card > p { font-size: 20px; line-height: 1.7; margin: 20px 0 24px; }
.testimonial-person { display: flex; align-items: center; gap: 15px; }
.testimonial-person img { width: 54px !important; height: 54px; border-radius: 50%; }
.testimonial-person strong, .testimonial-person span { display: block; }
.testimonial-person span { font-size: 13px; color: var(--wr-muted); }
.testimonial-carousel .owl-dots { margin-top: 20px; }
.testimonial-carousel .owl-dot { width: 22px; height: 4px; background: #bfd1d0 !important; margin-right: 7px; }
.testimonial-carousel .owl-dot.active { width: 40px; background: var(--wr-primary) !important; }

.article-card { height: 100%; background: #fff; border: 1px solid var(--wr-border); transition: .3s; }
.article-card:hover { transform: translateY(-6px); box-shadow: var(--wr-shadow); }
.article-card > img { width: 100%; height: 230px; }
.article-card h2 a, .article-card h3 a { color: var(--wr-dark); }
.article-card h2 a:hover, .article-card h3 a:hover { color: var(--wr-primary); }
.article-meta { font-size: 11px; font-weight: 800; letter-spacing: 1.1px; color: var(--wr-primary); }
.article-link { color: var(--wr-primary); font-weight: 700; }
.article-link i { margin-left: 5px; transition: .3s; }
.article-link:hover i { margin-left: 10px; }
.featured-article { height: 460px; position: relative; overflow: hidden; }
.featured-article img { width: 100%; height: 100%; }
.featured-article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 20%, rgba(3,32,31,.94)); }
.featured-article-content { position: absolute; z-index: 2; left: 40px; right: 40px; bottom: 35px; color: #fff; }
.featured-article-content h1 a { color: #fff; }
.article-search { background: var(--wr-primary-soft); padding: 34px; height: 100%; }
.category-list a { display: flex; justify-content: space-between; color: #384847; padding: 12px 0; border-bottom: 1px solid #ccd9d8; }
.category-list a:hover { color: var(--wr-primary); }
.article-author { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; }
.author-avatar { width: 48px; height: 48px; background: var(--wr-primary); color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.article-author strong, .article-author span { display: block; }
.article-author span { color: var(--wr-muted); font-size: 13px; }
.article-cover { height: 520px; margin-bottom: 35px; }
.article-detail h2 { margin: 38px 0 14px; }
.article-detail p, .article-detail li { color: #455453; font-size: 17px; }
.article-detail blockquote { border-left: 4px solid var(--wr-primary); background: var(--wr-primary-soft); padding: 25px 28px; font-family: "Space Grotesk", sans-serif; font-size: 20px; font-weight: 600; }
.formula-box { background: var(--wr-dark); color: #fff; font-family: "Space Grotesk", sans-serif; font-size: 24px; padding: 25px; text-align: center; margin: 25px 0; }
.article-cta { margin-top: 45px; padding: 35px; background: var(--wr-primary-soft); border: 1px solid #cbdad8; }

.filter-box { background: var(--wr-primary-soft); padding: 25px; border: 1px solid #cfdcdb; }
.comparison-table-wrap { background: #fff; border: 1px solid var(--wr-border); padding: 10px; }
.comparison-table { margin: 0; min-width: 760px; }
.comparison-table th, .comparison-table td { text-align: center; padding: 18px 15px; }
.comparison-table th:first-child, .comparison-table td:first-child { text-align: left; }
.comparison-table thead th { background: var(--wr-dark); color: #fff; border: 0; }
.comparison-table i { color: var(--wr-primary); }
.accordion-item { border: 1px solid var(--wr-border); margin-bottom: 12px; }
.accordion-button { font-family: "Space Grotesk", sans-serif; font-weight: 700; padding: 22px; box-shadow: none !important; }
.accordion-button:not(.collapsed) { color: var(--wr-primary); background: var(--wr-primary-soft); }

.detail-gallery > img { height: 510px; }
.detail-thumb { height: 110px; width: 100%; cursor: pointer; opacity: .8; transition: .2s; }
.detail-thumb:hover { opacity: 1; transform: translateY(-2px); }
.detail-price-box { background: var(--wr-primary-soft); border-left: 5px solid var(--wr-primary); padding: 22px 25px; }
.detail-price-box span, .detail-price-box strong, .detail-price-box small { display: block; }
.detail-price-box span { color: var(--wr-muted); font-size: 12px; text-transform: uppercase; }
.detail-price-box strong { font-family: "Space Grotesk", sans-serif; font-size: 34px; }
.detail-price-box small { color: var(--wr-primary); font-weight: 700; }
.spec-box { display: flex; gap: 13px; align-items: center; border: 1px solid var(--wr-border); padding: 17px; }
.spec-box i { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; background: var(--wr-primary-soft); color: var(--wr-primary); }
.spec-box span, .spec-box strong { display: block; }
.spec-box span { color: var(--wr-muted); font-size: 12px; }
.detail-list { columns: 2; column-gap: 30px; }
.work-scope { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.work-scope > div { background: #fff; padding: 26px; border: 1px solid var(--wr-border); }
.work-scope > div > span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; background: var(--wr-primary); color: #fff; font-weight: 700; margin-bottom: 14px; }
.exclusion-card { background: var(--wr-dark); color: #fff; padding: 30px; position: sticky; top: 100px; }
.exclusion-card ul { padding-left: 20px; color: rgba(255,255,255,.72); }

.form-card { padding: 38px; border: 1px solid var(--wr-border); background: #fff; box-shadow: 0 12px 45px rgba(3,32,31,.06); }
.form-card hr { border-color: var(--wr-border); }
.order-summary { background: #fff; border: 1px solid var(--wr-border); padding: 30px; box-shadow: 0 12px 40px rgba(3,32,31,.06); }
.sticky-summary { position: sticky; top: 110px; }
.summary-line { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding: 10px 0; color: #536160; }
.summary-line strong { color: var(--wr-dark); text-align: right; }
.summary-total { display: flex; justify-content: space-between; gap: 15px; align-items: center; }
.summary-total strong { font-family: "Space Grotesk", sans-serif; font-size: 25px; color: var(--wr-primary); }

.payment-layout { display: grid; grid-template-columns: 1.7fr .8fr; border: 1px solid var(--wr-border); background: #fff; box-shadow: var(--wr-shadow); }
.payment-main { padding: 42px; }
.payment-side { padding: 36px; background: var(--wr-primary-soft); border-left: 1px solid var(--wr-border); }
.payment-status { display: flex; gap: 18px; align-items: center; padding-bottom: 25px; border-bottom: 1px solid var(--wr-border); }
.payment-status > span { width: 55px; height: 55px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #fff5d8; color: #b87900; font-size: 20px; }
.payment-status small { color: #a56f05; font-weight: 800; letter-spacing: 1px; }
.payment-amount { padding: 30px; margin-top: 30px; background: var(--wr-dark); color: #fff; }
.payment-amount span, .payment-amount strong, .payment-amount small { display: block; }
.payment-amount strong { font-family: "Space Grotesk", sans-serif; font-size: 42px; }
.payment-amount small { color: rgba(255,255,255,.6); }
.bank-card { display: grid; grid-template-columns: 72px 1fr auto; gap: 18px; align-items: center; border: 1px solid var(--wr-border); padding: 20px; }
.bank-logo { width: 65px; height: 42px; display: flex; align-items: center; justify-content: center; font-weight: 900; color: #1364b0; background: #eef6ff; }
.bank-card span, .bank-card strong, .bank-card small { display: block; }
.bank-card strong { font-family: "Space Grotesk", sans-serif; font-size: 24px; letter-spacing: 1px; }
.bank-card small { color: var(--wr-muted); }

.auth-section { padding: 70px 0; background: linear-gradient(135deg, #eef6f5, #fff); }
.auth-card { background: #fff; box-shadow: var(--wr-shadow); min-height: 650px; }
.auth-visual { background: linear-gradient(rgba(3,32,31,.72), rgba(3,32,31,.88)), url(../img/hero-slider-2.jpg) center/cover; padding: 55px; display: flex; align-items: flex-end; }
.register-visual { background-image: linear-gradient(rgba(3,32,31,.72), rgba(3,32,31,.9)), url(../img/hero-slider-3.jpg); }
.auth-form-wrap { display: flex; align-items: center; justify-content: center; padding: 55px; }
.auth-form { width: 100%; max-width: 520px; }
.password-field { position: relative; }
.password-field input { padding-right: 50px; }
.password-toggle { position: absolute; right: 4px; top: 4px; height: calc(100% - 8px); width: 44px; border: 0; background: transparent; color: var(--wr-muted); }
.demo-credentials { background: var(--wr-primary-soft); padding: 14px; margin-top: 25px; }
.demo-credentials strong, .demo-credentials span { display: block; font-size: 12px; }
.auth-benefits { list-style: none; padding: 0; color: rgba(255,255,255,.8); }
.auth-benefits li { margin-bottom: 10px; }
.auth-benefits i { color: #fff; margin-right: 10px; }

.dashboard-section { background: #f4f8f7; }
.dashboard-welcome { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.dashboard-stat { background: #fff; border: 1px solid var(--wr-border); padding: 22px; display: flex; align-items: center; gap: 16px; height: 100%; }
.stat-icon { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; background: var(--wr-primary-soft); color: var(--wr-primary); font-size: 20px; }
.dashboard-stat small, .dashboard-stat strong { display: block; }
.dashboard-stat small { color: var(--wr-muted); }
.dashboard-stat strong { font-family: "Space Grotesk", sans-serif; font-size: 24px; }
.dashboard-panel { background: #fff; border: 1px solid var(--wr-border); padding: 28px; }
.panel-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.dashboard-filter { width: auto; min-height: 38px; }
.transaction-table { min-width: 760px; }
.transaction-table th { color: var(--wr-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .6px; border-top: 0; }
.transaction-table td { padding: 16px 8px; }
.status-badge { display: inline-flex; padding: 5px 10px; border-radius: 30px; font-size: 11px; font-weight: 800; white-space: nowrap; }
.status-badge.waiting { background: #fff3cd; color: #8b6500; }
.status-badge.progress { background: #dcefee; color: var(--wr-primary); }
.status-badge.done { background: #e1f4e8; color: #147b3a; }
.active-order { border-top: 4px solid var(--wr-primary); padding-top: 18px; }
.order-timeline { margin-top: 30px; }
.timeline-step { display: grid; grid-template-columns: 50px 1fr; gap: 18px; position: relative; padding-bottom: 30px; }
.timeline-step::after { content: ""; position: absolute; left: 24px; top: 45px; bottom: 0; width: 2px; background: var(--wr-border); }
.timeline-step:last-child::after { display: none; }
.timeline-step > span { width: 50px; height: 50px; border-radius: 50%; border: 2px solid var(--wr-border); background: #fff; display: flex; align-items: center; justify-content: center; z-index: 2; font-weight: 700; color: var(--wr-muted); }
.timeline-step.completed > span, .timeline-step.active > span { background: var(--wr-primary); color: #fff; border-color: var(--wr-primary); }
.timeline-step.active > span { box-shadow: 0 0 0 8px rgba(13,107,104,.10); }
.timeline-step h4 { margin: 0 0 5px; font-size: 18px; }
.timeline-step p { margin: 0; color: var(--wr-muted); }
.timeline-step small { color: #8b9695; }
.document-link { display: grid; grid-template-columns: 25px 1fr 20px; gap: 10px; align-items: center; padding: 13px 0; color: #435250; border-bottom: 1px solid var(--wr-border); }
.document-link:hover { color: var(--wr-primary); }

.gallery-filter button { border: 0; background: transparent; padding: 8px 16px; font-weight: 700; color: var(--wr-muted); border-bottom: 2px solid transparent; }
.gallery-filter button.active, .gallery-filter button:hover { color: var(--wr-primary); border-color: var(--wr-primary); }
.gallery-card { position: relative; height: 390px; overflow: hidden; }
.gallery-card img { width: 100%; height: 100%; transition: .5s; }
.gallery-card:hover img { transform: scale(1.07); }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 45%, rgba(3,32,31,.92)); }
.gallery-card > div { position: absolute; z-index: 2; left: 25px; bottom: 20px; color: #fff; }
.gallery-card span { font-size: 12px; color: rgba(255,255,255,.65); }
.gallery-card h3 { margin: 3px 0 0; }
.gallery-item { transition: opacity .25s, transform .25s; }
.gallery-item.is-hidden { display: none; }

.about-main { width: 100%; height: 560px; }
.about-small { width: 100%; height: 340px; }
.about-number { background: var(--wr-primary); color: #fff; padding: 25px 15px; text-align: center; }
.about-number strong, .about-number span { display: block; }
.about-number strong { font-size: 34px; font-family: "Space Grotesk", sans-serif; }
.value-box { padding: 20px 0; }
.value-box i { font-size: 28px; color: var(--wr-primary); margin-bottom: 14px; }
.value-card { height: 100%; background: #fff; border: 1px solid var(--wr-border); padding: 32px; }
.value-card > span { font-family: "Space Grotesk", sans-serif; color: var(--wr-primary); font-size: 34px; opacity: .35; }
.contact-list > a, .contact-list > div { display: flex; gap: 16px; align-items: center; color: var(--wr-dark); padding: 16px 0; border-bottom: 1px solid var(--wr-border); }
.contact-list > a > span, .contact-list > div > span { width: 48px; height: 48px; flex: 0 0 48px; display: flex; align-items: center; justify-content: center; background: var(--wr-primary-soft); color: var(--wr-primary); }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: var(--wr-muted); }
.legal-content h2 { margin-top: 35px; }
.legal-content p { color: #4c5b59; }
.not-found { min-height: 65vh; display: flex; align-items: center; background: var(--wr-primary-soft); }
.error-number { font-family: "Space Grotesk", sans-serif; font-size: clamp(100px, 20vw, 230px); line-height: .9; font-weight: 800; color: rgba(13,107,104,.18); }

.cta-strip { background: var(--wr-primary); }
.cta-strip .btn { color: var(--wr-dark); }
.footer .btn.btn-link { display: block; padding: 3px 0; margin-bottom: 5px; color: rgba(255,255,255,.55); text-align: left; font-weight: 400; }
.footer .btn.btn-link:hover { color: #fff; letter-spacing: .3px; transform: none; }
.footer-brand .brand-mark { box-shadow: none; background: rgba(255,255,255,.12); }
.footer .copyright { padding: 25px 0; font-size: 13px; border-top: 1px solid rgba(255,255,255,.1); }
.footer .copyright a { color: rgba(255,255,255,.7); }
.footer-menu a { margin-left: 18px; }
.whatsapp-float {
    position: fixed;
    right: 28px;
    bottom: 92px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 12px 30px rgba(37,211,102,.35);
    z-index: 99;
}
.whatsapp-float:hover { color: #fff; transform: translateY(-3px); }
.back-to-top { position: fixed; display: none; right: 33px; bottom: 28px; z-index: 98; }

@media (max-width: 1199.98px) {
    .navbar .navbar-nav .nav-link { margin-left: 14px; font-size: 15px; }
    .navbar .navbar-nav .nav-login { margin-left: 16px; }
    .calculator-result { grid-template-columns: repeat(3, 1fr); }
    .calculator-result .btn { grid-column: 1 / -1; }
    .payment-layout { grid-template-columns: 1.4fr .8fr; }
}

@media (max-width: 991.98px) {
    .nav-shell { background: #fff; }
    .navbar-collapse { padding: 15px 0 8px; border-top: 1px solid var(--wr-border); margin-top: 12px; }
    .navbar .navbar-nav { align-items: stretch !important; }
    .navbar .navbar-nav .nav-link, .navbar .navbar-nav .nav-login { margin-left: 0; padding: 10px 0; }
    .navbar .navbar-nav .nav-link::after { bottom: 7px; }
    .navbar .navbar-nav .btn { margin: 10px 0 0 !important; }
    .home-hero { min-height: auto; }
    .hero-copy h1 { letter-spacing: -2px; }
    .header-carousel { padding-right: 55px; }
    .hero-slide img { height: 420px; }
    .process-image { height: 500px; }
    .payment-layout { grid-template-columns: 1fr; }
    .payment-side { border-left: 0; border-top: 1px solid var(--wr-border); }
    .sticky-summary, .exclusion-card { position: static; }
    .auth-card { min-height: auto; }
    .auth-visual { min-height: 430px; }
}

@media (max-width: 767.98px) {
    .display-2 { font-size: calc(1.8rem + 4vw); }
    .display-4, .display-5 { font-size: calc(1.5rem + 2.4vw); }
    .home-hero .container { padding-top: 35px !important; }
    .hero-slide img { height: 330px; }
    .header-carousel { padding: 20px 45px 20px 0; }
    .header-carousel::before { border-radius: 0; }
    .header-carousel .owl-dots { right: 18px; }
    .calculator-card, .form-card, .payment-main, .payment-side, .dashboard-panel { padding: 24px; }
    .calculator-result { grid-template-columns: 1fr; gap: 12px; }
    .calculator-result .btn { grid-column: auto; }
    .process-image { height: 390px; }
    .process-item { gap: 18px; }
    .work-scope { grid-template-columns: 1fr; }
    .detail-list { columns: 1; }
    .detail-gallery > img, .article-cover { height: 370px; }
    .payment-amount strong { font-size: 32px; }
    .bank-card { grid-template-columns: 60px 1fr; }
    .bank-card .copy-button { grid-column: 1 / -1; }
    .auth-form-wrap { padding: 35px 24px; }
    .auth-visual { padding: 35px; min-height: 360px; }
    .dashboard-welcome, .panel-header { align-items: flex-start; flex-direction: column; }
    .dashboard-filter { width: 100%; }
    .featured-article { height: 420px; }
    .featured-article-content { left: 24px; right: 24px; bottom: 22px; }
    .gallery-card { height: 340px; }
    .about-main { height: 420px; }
    .about-small { height: 240px; }
    .cta-strip .text-lg-end { text-align: left !important; }
}

@media (max-width: 575.98px) {
    .topbar { display: none !important; }
    .brand-mark { width: 38px; height: 38px; }
    .brand-text { font-size: 22px; }
    .hero-trust { gap: 10px 16px; }
    .hero-trust span { width: 100%; }
    .page-header { padding: 24px 0; }
    .hero-slide img { height: 265px; }
    .mini-feature { min-height: 75px; }
    .package-image { height: 210px; }
    .process-image { height: 330px; }
    .stats-section strong { font-size: 38px; }
    .testimonial-card { padding: 27px; }
    .testimonial-card > p { font-size: 17px; }
    .project-item, .project-item img { height: 320px; min-height: 320px; }
    .detail-gallery > img, .article-cover { height: 290px; }
    .detail-price-box strong { font-size: 28px; }
    .payment-main, .payment-side { padding: 22px; }
    .payment-status { align-items: flex-start; }
    .payment-amount { padding: 22px; }
    .payment-amount strong { font-size: 27px; }
    .summary-total { align-items: flex-start; flex-direction: column; }
    .summary-total strong { text-align: left; }
    .article-detail p, .article-detail li { font-size: 16px; }
    .formula-box { font-size: 19px; }
    .gallery-filter button { padding: 8px 10px; }
    .about-main { height: 360px; }
    .about-small { height: 210px; }
    .whatsapp-float { right: 18px; bottom: 82px; width: 52px; height: 52px; }
    .back-to-top { right: 20px; bottom: 20px; }
    .footer-menu a { margin: 0 10px 0 0; }
}
.package-card.search-highlight { box-shadow: 0 0 0 5px rgba(240,165,0,.28), var(--wr-shadow); border-color: var(--wr-accent); }
