@charset "UTF-8";
@font-face {
    font-family: 'Brandon-Text';
    src: url("../fonts/brandon_text_regular.ttf") format("truetype"), url("../fonts/brandon_text_regular.woff") format("woff"), url("../fonts/brandon_text_regular.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon-Text';
    src: url("../fonts/brandon_textmedium.ttf") format("truetype"), url("../fonts/brandon_textmedium.woff") format("woff"), url("../fonts/brandon_textmedium.svg") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon-Text';
    src: url("../fonts/brandon_textbold.ttf") format("truetype"), url("../fonts/brandon_textbold.woff") format("woff"), url("../fonts/brandon_textbold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}
.clear{ clear:both; }


:root{


    --edepola-pink:#fff1f1;
    --edepola-border:#eee8f3;
    --edepola-bg:#fbfafc;
    --edepola-purple:#4b226f;
    --edepola-purple-2:#6f3a94;
    --edepola-orange:#ff8a18;
    --edepola-orange-2:#ffb35c;
    --edepola-cream:#fff7ef;
    --edepola-soft:#f8f5fb;
    --edepola-text:#20202a;
    --edepola-muted:#6c6675;
    --edepola-border:rgba(75,34,111,.13);
}

*{box-sizing:border-box;}
body{
    margin:0;
    font-family: "Brandon-Text", sans-serif;
    color:var(--edepola-text);
    background:var(--edepola-bg);
}

a{text-decoration:none;}

.top-soft-bar{
    background:linear-gradient(90deg,#fff0f0 0%,#fff8f3 55%,#fff0e7 100%);
    border-bottom:1px solid rgba(255,122,24,.08);
}

.main-navbar{
    min-height:76px;
}

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

.navbar-nav .nav-link{
    color:#241936;
    font-size:14px;
    font-weight:700;
    padding:10px 9px !important;
    transition:.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
    color:var(--edepola-orange);
}

.btn-edepola{
    border:0;
    color:#fff;
    font-weight:800;
    border-radius:999px;
    padding:11px 22px;
    background:linear-gradient(135deg,var(--edepola-orange),var(--edepola-orange-2));
    box-shadow:0 14px 30px rgba(255,122,24,.28);
    transition:.2s ease;
    white-space:nowrap;
}

.btn-edepola:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 18px 36px rgba(255,122,24,.36);
}

.btn-soft-phone{
    display:inline-flex;
    align-items:center;
    gap:10px;
    border-radius:999px;
    padding:12px 20px;
    color:var(--edepola-purple);
    background:#fff;
    border:1px solid rgba(44,20,88,.08);
    font-weight:800;
    box-shadow:0 12px 24px rgba(44,20,88,.08);
    transition:.2s ease;
}

.btn-soft-phone:hover{
    transform:translateY(-2px);
    color:var(--edepola-orange);
}

.hero-advantages{
    position:relative;
    overflow:hidden;
    padding:86px 0 70px;
    background:
        radial-gradient(circle at 12% 18%, rgba(255,122,24,.12), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(44,20,88,.10), transparent 24%),
        linear-gradient(180deg,#fff 0%,#fbf8ff 100%);
}

.hero-advantages:before,
.hero-advantages:after{
    content:"";
    position:absolute;
    border-radius:999px;
    pointer-events:none;
}

.hero-advantages:before{
    width:420px;
    height:420px;
    left:-180px;
    bottom:-210px;
    background:rgba(255,122,24,.08);
}

.hero-advantages:after{
    width:360px;
    height:360px;
    right:-130px;
    top:120px;
    background:rgba(44,20,88,.07);
}

.section-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--edepola-orange);
    font-size:13px;
    line-height:1;
    font-weight:800;
    letter-spacing:.16em;
    text-transform:uppercase;
    margin-bottom:14px;
}

.section-kicker:before,
.section-kicker:after{
    content:"";
    width:28px;
    height:2px;
    border-radius:20px;
    background:var(--edepola-orange);
    opacity:.6;
}

.page-title{
    color:var(--edepola-purple);
    font-size:clamp(36px,5vw,62px);
    line-height:1.05;
    font-weight:900;
    letter-spacing:-.045em;
    margin-bottom:18px;
}

.page-title span{
    color:var(--edepola-orange);
}

.page-desc{
    max-width:760px;
    margin:0 auto;
    color:var(--edepola-muted);
    font-size:17px;
    line-height:1.8;
}

.advantages-grid{
    position:relative;
    z-index:2;
    margin-top:50px;
}

.advantage-card{
    height:100%;
    position:relative;
    padding:62px 26px 28px;
    border-radius:26px;
    background:rgba(255,255,255,.86);
    border:1px solid rgba(44,20,88,.08);
    box-shadow:0 20px 50px rgba(33,23,50,.08);
    overflow:visible;
    transition:.25s ease;
    backdrop-filter:blur(10px);
}

.advantage-card:before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,rgba(255,122,24,.12),rgba(44,20,88,.04));
    opacity:0;
    transition:.25s ease;
}

.advantage-card:hover{
    transform:translateY(-8px);
    border-color:rgba(255,122,24,.28);
    box-shadow:0 28px 64px rgba(33,23,50,.12);
}

.advantage-card:hover:before{opacity:1;}

.advantage-card > *{
    position:relative;
    z-index:2;
}

.advantage-icon{
    width:70px;
    height:70px;
    display:grid;
    place-items:center;
    border-radius:24px;
    color:var(--edepola-orange);
    font-size:30px;
    background:#fff;
    border:1px solid rgba(255,122,24,.22);
    box-shadow:0 14px 34px rgba(255,122,24,.16);
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%,-50%);
    margin:0;
    z-index:4;
}

.advantage-card h3{
    color:var(--edepola-orange);
    font-size:18px;
    font-weight:900;
    margin-bottom:12px;
}

.advantage-card p{
    color:#62586e;
    font-size:14.5px;
    line-height:1.75;
    margin:0;
}

.advantage-card .mini-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    margin-top:18px;
    padding:8px 12px;
    border-radius:999px;
    background:#fff6ef;
    color:var(--edepola-orange);
    font-size:12px;
    font-weight:800;
}

.question-box{
    position:relative;
    z-index:2;
    margin-top:54px;
    border-radius:30px;
    padding:34px;
    background:
        linear-gradient(#fff,#fff) padding-box,
        linear-gradient(135deg,rgba(255,122,24,.85),rgba(44,20,88,.38)) border-box;
    border:1px solid transparent;
    box-shadow:0 22px 54px rgba(44,20,88,.09);
}

.question-box h2{
    color:var(--edepola-purple);
    font-size:26px;
    font-weight:900;
    letter-spacing:-.03em;
    margin-bottom:9px;
}

.question-box p{
    color:var(--edepola-muted);
    line-height:1.7;
    margin:0;
}

.question-actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    align-items:center;
    gap:14px;
}

.site-footer{
    position:relative;
    overflow:hidden;
    padding:78px 0 34px;
    background:
        radial-gradient(circle at 88% 0%, rgba(255,122,24,.34), transparent 28%),
        radial-gradient(circle at 6% 82%, rgba(97,48,154,.38), transparent 24%),
        linear-gradient(135deg,#241036 0%,#33134e 42%,#542085 100%);
    color:#fff;
    border-radius:34px 34px 0 0;
}

.site-footer:before,
.site-footer:after{
    content:"";
    position:absolute;
    border-radius:999px;
    pointer-events:none;
}

.site-footer:before{
    width:420px;
    height:420px;
    right:-150px;
    top:-220px;
    background:rgba(255,255,255,.09);
}

.site-footer:after{
    width:520px;
    height:520px;
    left:-260px;
    bottom:-250px;
    background:rgba(255,122,24,.08);
}

.footer-inner{position:relative;z-index:2;}

.footer-cta{
    margin-bottom:52px;
    padding:32px;
    border-radius:28px;
    background:rgba(255,255,255,.11);
    border:1px solid rgba(255,255,255,.16);
    box-shadow:0 24px 70px rgba(0,0,0,.18);
    backdrop-filter:blur(12px);
}

.footer-cta small{
    display:block;
    color:#ffb21a;
    font-weight:900;
    letter-spacing:.02em;
    margin-bottom:12px;
}

.footer-cta h2{
    max-width:760px;
    margin:0;
    color:#fff;
    font-size:clamp(24px,3vw,38px);
    line-height:1.18;
    font-weight:900;
    letter-spacing:-.04em;
}

.footer-cta-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:14px;
}

.footer-phone-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-width:150px;
    padding:13px 22px;
    border-radius:999px;
    color:var(--edepola-purple);
    background:#fff;
    font-weight:900;
    box-shadow:0 18px 36px rgba(0,0,0,.16);
}

.footer-phone-btn:hover{color:var(--edepola-orange);}

.footer-rent-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    min-width:170px;
    padding:14px 24px;
    border-radius:999px;
    color:var(--edepola-purple);
    background:linear-gradient(135deg,#ff8a18,#ffa52e);
    font-weight:950;
    box-shadow:0 18px 38px rgba(255,122,24,.28);
}

.footer-rent-btn:hover{color:#fff;transform:translateY(-2px);}

.footer-logo-card{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    max-width:330px;
    min-height:92px;
    padding:18px 22px;
    border-radius:22px;
    background:#fff;
    box-shadow:0 20px 44px rgba(0,0,0,.16);
    margin-bottom:20px;
}

.footer-logo-card img{max-width:260px;height:auto;}

.footer-brand-fallback{
    color:var(--edepola-purple);
    font-size:34px;
    line-height:1;
    font-weight:900;
    letter-spacing:-.06em;
}

.footer-brand-fallback span{color:var(--edepola-orange);}

.footer-brand-fallback small{
    display:block;
    color:var(--edepola-orange);
    font-size:18px;
    text-align:right;
    letter-spacing:.01em;
    font-weight:800;
    margin-top:2px;
}

.footer-contact p{
    color:rgba(255,255,255,.88);
    font-size:15px;
    line-height:1.75;
    margin-bottom:14px;
}

.footer-contact strong,
.footer-contact a{
    color:#fff;
    font-weight:900;
}

.footer-contact .phone-link{color:#ffb21a;}

.footer-social{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:22px;
}

.footer-social a{
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    border-radius:13px;
    color:#fff;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.08);
    transition:.2s ease;
}

.footer-social a:hover{
    transform:translateY(-3px);
    background:var(--edepola-orange);
    color:#fff;
}

.footer-title{
    color:#ffb21a;
    font-size:16px;
    line-height:1.25;
    font-weight:950;
    letter-spacing:.02em;
    margin-bottom:18px;
    text-transform:uppercase;
}

.footer-links{
    display:grid;
    gap:12px;
    margin:0;
    padding:0;
    list-style:none;
}

.footer-links a{
    color:rgba(255,255,255,.82);
    font-size:15px;
    line-height:1.35;
    font-weight:600;
    transition:.18s ease;
}

.footer-links a:hover{
    color:#ffb21a;
    padding-left:5px;
}

.footer-bottom{
    margin-top:44px;
    padding-top:22px;
    border-top:1px solid rgba(255,255,255,.14);
    color:rgba(255,255,255,.78);
    font-size:14px;
    text-align:center;
}

.footer-bottom a{color:#ffb21a;font-weight:900;text-decoration:underline;}

.floating-contact{
    position:absolute;
    left:30px;
    bottom:24px;
    z-index:5;
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:15px 24px;
    border-radius:18px;
    color:#fff;
    background:#1993ff;
    font-weight:900;
    box-shadow:0 18px 40px rgba(25,147,255,.34);
}

.floating-contact:hover{color:#fff;transform:translateY(-2px);}

.back-to-top{
    position:absolute;
    right:30px;
    bottom:28px;
    z-index:5;
    width:54px;
    height:54px;
    display:grid;
    place-items:center;
    border-radius:18px;
    color:#fff;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.08);
    font-size:24px;
    transition:.2s ease;
}

.back-to-top:hover{
    color:#fff;
    background:var(--edepola-orange);
    transform:translateY(-3px);
}

@media (max-width:991.98px){
    .main-navbar{min-height:auto;}
    .hero-advantages{padding:62px 0 54px;}
    .advantage-card{margin-top:36px;}
    .question-actions{justify-content:flex-start;margin-top:22px;}
}

@media (max-width:575.98px){
    .page-desc{font-size:15px;}
    .question-box{padding:26px 20px;}
    .btn-edepola,.btn-soft-phone{width:100%;justify-content:center;}
}



.modern-footer {
    position: relative;
    background: linear-gradient(135deg, #24102f 0%, #431953 45%, #552184 100%);
    color: #fff;
    padding: 48px 0 0;
    overflow: hidden;
}

.footer-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(20px);
    opacity: .35;
}

.footer-glow-one {
    width: 360px;
    height: 360px;
    background: #ff9617;
    right: -120px;
    top: -130px;
}

.footer-glow-two {
    width: 280px;
    height: 280px;
    background: #7c3bd1;
    left: -120px;
    bottom: 20px;
}

.footer-top-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 24px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .16);
    margin-bottom: 38px;
}

.footer-mini {
    color: #ffad26;
    font-weight: 900;
    font-size: 15px;
    display: block;
    margin-bottom: 9px;
}

.footer-top-card h2 {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 950;
    margin: 0;
    max-width: 720px;
}

.footer-cta-group {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.footer-call-btn, .footer-rent-btn {
    height: 50px;
    border-radius: 999px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-weight: 950;
    text-decoration: none;
    transition: all .35s ease;
    white-space: nowrap;
}

.footer-call-btn {
    background: #fff;
    color: #552184;
}

.footer-rent-btn {
    background: #ff9617;
    color: #552184;
}

.footer-call-btn:hover, .footer-rent-btn:hover {
    transform: translateY(-4px);
    color: #552184;
}

.footer-main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:360px 1fr;
    gap: 54px;
    padding-bottom: 32px;
}

.footer-brand-area {
    max-width: 520px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 16px 22px;
    border-radius: 22px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .14);
    text-decoration: none;
    transition: all .35s ease;
}

.footer-logo:hover {
    transform: translateY(-4px);
}

.footer-logo-img {
    height: 62px;
    width: auto;
    display: block;
    object-fit: contain;
}

.footer-addresses p {
    color: rgba(255, 255, 255, .82);
    line-height: 1.55;
    margin-bottom: 12px;
    font-size: 14px;
    margin-top: 2%;
}

.footer-addresses strong {
    color: #fff;
}

.footer-addresses a {
    color: #ffad26;
    text-decoration: none;
    font-weight: 900;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.footer-socials a {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .10);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .35s ease;
}

.footer-socials a:hover {
    background: #ff9617;
    color: #552184;
    transform: translateY(-4px);
}

.footer-links-grid {
    display: grid;
    grid-template-columns:repeat(5, minmax(120px, 1fr));
    gap: 26px;
}

.footer-col h3 {
    color: #ffad26;
    font-size: 15px;
    font-weight: 950;
    /*text-transform: uppercase;*/
    margin-bottom: 14px;
    line-height: 1.28;
}

.footer-col a {
    display: block;
    color: rgba(255, 255, 255, .78);
    text-decoration: none;
    font-size: 13.5px;
    line-height: 1.45;
    margin-bottom: 9px;
    transition: all .25s ease;
}

.footer-col a:hover {
    color: #fff;
    transform: translateX(4px);
}

.footer-bottom {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, .13);
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}

.footer-bottom a {
    color: #ffad26;
    font-weight: 900;
}

@media (max-width: 1399px) {
    .footer-links-grid {
        grid-template-columns:repeat(3, 1fr);
        gap: 32px;
    }
}

@media (max-width: 1199px) {
    .footer-main {
        grid-template-columns:1fr;
        gap: 50px;
    }

    .footer-links-grid {
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .footer-top-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-top-card h2 {
        font-size: 24px;
    }

    .footer-links-grid {
        grid-template-columns:1fr;
    }

    .footer-cta-group,
    .footer-call-btn,
    .footer-rent-btn {
        width: 100%;
    }
}

.scroll-top-btn {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 9998;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #552184, #6f2aa8);
    color: #fff;
    box-shadow: 0 18px 34px rgba(85, 33, 132, .28);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    cursor: pointer;
    transition: all .35s ease;
}

.scroll-top-btn:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, #ff9617, #ffad2f);
    color: #552184
}



.contact-widget {
    position: fixed;
    z-index: 9999;
    left: 30px;
    bottom: 24px;
    width: 280px;
    pointer-events: none
}

.chat {
    position: relative;
    z-index: 3;
    background: #1788ff;
    color: #fff;
    border: 0;
    border-radius: 25px;
    padding: 15px 24px;
    font-weight: 900;
    box-shadow: 0 7px 16px rgba(0, 0, 0, .16);
    display: inline-flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    min-width: 153px;
    justify-content: center;
    transition: all .35s ease;
    cursor: pointer;
    pointer-events: auto
}

.chat .close-icon {
    display: none
}

.chat:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(23, 136, 255, .28)
}

.contact-panel {
    position: absolute;
    left: 0;
    bottom: 72px;
    width: 310px;
    background: rgba(255, 255, 255, .96);
    border-radius: 26px;
    padding: 18px;
    box-shadow: 0 24px 55px rgba(34, 65, 115, .22);
    border: 1px solid rgba(23, 136, 255, .10);
    opacity: 0;
    visibility: hidden;
    transform: translate(-18px, 20px) scale(.92);
    transform-origin: left bottom;
    transition: opacity .28s ease, transform .42s cubic-bezier(.19, 1, .22, 1), visibility .28s;
    pointer-events: auto;
    backdrop-filter: blur(16px);
    overflow: hidden
}

.contact-panel:before {
    content: "";
    position: absolute;
    right: -55px;
    top: -55px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(23, 136, 255, .12)
}

.contact-panel:after {
    content: "";
    position: absolute;
    left: 32px;
    bottom: -7px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg)
}

.panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 14px;
    color: #1a2634;
    position: relative;
    z-index: 2
}

.panel-head strong {
    display: block;
    font-size: 18px;
    font-weight: 950
}

.panel-head span {
    display: block;
    font-size: 12px;
    line-height: 1.45;
    color: #6b7686;
    margin-top: 4px;
    max-width: 210px
}

.panel-close {
    border: 0;
    background: #eef3f9;
    color: #637083;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.quick-contact-card {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #f3fff8, #f8fbff);
    border: 1px solid rgba(47, 201, 121, .14);
    border-radius: 18px;
    padding: 12px 14px;
    margin-bottom: 12px
}

.quick-contact-card b {
    display: block;
    font-size: 13px;
    font-weight: 950;
    color: #202a36
}

.quick-contact-card small {
    display: block;
    font-size: 11px;
    color: #687180;
    margin-top: 2px
}

.panel-item {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #17202c;
    padding: 12px;
    border-radius: 18px;
    opacity: 0;
    transform: translateY(15px);
    transition: all .35s ease;
    background: rgba(255, 255, 255, .62);
    margin-bottom: 8px
}

.panel-item b {
    display: block;
    font-size: 13px;
    font-weight: 900
}

.panel-item small {
    display: block;
    font-size: 12px;
    color: #3269ad;
    margin-top: 2px
}

.panel-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex: 0 0 34px
}

.panel-icon.whatsapp {
    background: #40c95a
}

.panel-icon.instagram {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045)
}

.panel-icon.mail {
    background: #ff3f56
}

.panel-icon.messenger {
    background: #168bff
}

.panel-icon.phone {
    background: #00d887
}

.contact-widget.open .contact-panel {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0) scale(1)
}

.contact-widget.open .contact-panel:before {
    opacity: 1;
    transform: scaleX(1)
}

.contact-widget.open .panel-item {
    opacity: 1;
    transform: translateY(0)
}

.contact-widget.open .panel-item:nth-of-type(1) {
    transition-delay: .09s
}

.contact-widget.open .panel-item:nth-of-type(2) {
    transition-delay: .15s
}

.contact-widget.open .panel-item:nth-of-type(3) {
    transition-delay: .21s
}

.contact-widget.open .panel-item:nth-of-type(4) {
    transition-delay: .27s
}

.contact-widget.open .panel-item:nth-of-type(5) {
    transition-delay: .33s
}

.contact-widget.open .chat {
    background: #1788ff
}

.contact-widget.open .chat .fa-comment-dots {
    display: none
}

.contact-widget.open .chat .close-icon {
    display: block
}

.item-arrow {
    margin-left: auto;
    color: #a4adba;
    font-size: 12px;
    transition: all .3s ease
}

.panel-item:hover {
    transform: translateX(5px) !important;
    background: #fff;
    box-shadow: 0 12px 24px rgba(20, 28, 40, .08)
}

.panel-item:hover .item-arrow {
    color: #1788ff;
    transform: translateX(3px)
}




.site-header{
    position:sticky;
    top:0;
    z-index:1030;
    background:rgba(255,248,242,.94);
    backdrop-filter: blur(14px);
    border-bottom:1px solid rgba(75,34,111,.08);
}

.navbar-brand img{
    height:38px;
    width:auto;
    object-fit:contain;
}

.navbar-nav .nav-link{
    font-size:14px;
    font-weight:700;
    color:#21192b;
    padding:22px 12px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus{
    color:var(--edepola-purple);
}

.btn-rent{
    background:linear-gradient(135deg,var(--edepola-orange),#ff9e37);
    color:#fff;
    border:0;
    border-radius:999px;
    font-weight:800;
    font-size:13px;
    padding:11px 18px;
    box-shadow:0 12px 28px rgba(255,138,24,.25);
}

.btn-rent:hover{
    color:#fff;
    transform:translateY(-1px);
    box-shadow:0 16px 34px rgba(255,138,24,.34);
}

.how-hero{
    position:relative;
    overflow:hidden;
    padding:72px 0 36px;
    background:
        radial-gradient(circle at 12% 18%, rgba(255,138,24,.13), transparent 28%),
        radial-gradient(circle at 88% 6%, rgba(75,34,111,.12), transparent 28%),
        linear-gradient(180deg,#fff 0%,#fff 56%,var(--edepola-soft) 100%);
}

.how-hero::before{
    content:"";
    position:absolute;
    left:-120px;
    top:70px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,138,24,.10);
    filter:blur(2px);
}

.how-hero::after{
    content:"";
    position:absolute;
    right:-130px;
    bottom:10px;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(75,34,111,.10);
}

.section-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 14px;
    border-radius:999px;
    background:#fff;
    border:1px solid var(--edepola-border);
    color:var(--edepola-purple);
    font-size:13px;
    font-weight:800;
    box-shadow:0 10px 25px rgba(75,34,111,.06);
}

.how-title{
    color:var(--edepola-purple);
    font-weight:900;
    letter-spacing:-.9px;
    font-size:clamp(34px,4vw,58px);
    margin:18px 0 12px;
}

.how-subtitle{
    max-width:820px;
    margin:0 auto;
    color:var(--edepola-muted);
    font-size:17px;
    line-height:1.75;
}

.how-subtitle strong{
    color:var(--edepola-purple);
}
