:root{
    --ink:#18072f;
    --plum:#28104f;
    --plum-deep:#130522;
    --violet:#6f3cab;
    --lavender:#d8c3ff;
    --lavender-soft:#f2ebff;
    --white:#fffdfd;
    --gold:#f3cc64;
    --glass:rgba(255,255,255,.09);
    --glass-strong:rgba(255,255,255,.14);
    --line:rgba(229,211,255,.2);
    --shadow:0 30px 80px rgba(7,1,18,.36);
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
    scroll-padding-top:90px;
}

body{
    font-family:'Poppins',sans-serif;
    background:var(--plum-deep);
    color:var(--lavender-soft);
    overflow-x:hidden;
    line-height:1.65;
}

body::before{
    content:"";
    position:fixed;
    inset:0;
    z-index:-1;
    pointer-events:none;
    background:
        radial-gradient(circle at 15% 20%,rgba(119,70,178,.2),transparent 30%),
        radial-gradient(circle at 85% 70%,rgba(180,134,231,.12),transparent 28%),
        linear-gradient(145deg,#1a0732 0%,#32105b 48%,#160626 100%);
}

img{
    width:100%;
    display:block;
}

a{
    text-decoration:none;
    color:inherit;
}

button,
input,
select,
textarea{
    font:inherit;
}

.container{
    width:min(1180px,92%);
    margin:auto;
}

header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1000;
    border-bottom:1px solid rgba(232,214,255,.13);
    background:rgba(25,6,49,.78);
    box-shadow:0 12px 36px rgba(7,1,17,.2);
    backdrop-filter:blur(18px) saturate(135%);
}

nav{
    min-height:82px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:28px;
}

.logo{
    display:inline-flex;
    align-items:center;
    flex-shrink:0;
}

.logo img{
    width:54px;
    height:54px;
    object-fit:cover;
    border:1px solid rgba(255,255,255,.2);
    border-radius:16px;
    box-shadow:0 8px 24px rgba(4,0,12,.28);
}

.logo-name{
    margin-left:13px;
    color:var(--white);
    font-size:clamp(13px,1.5vw,18px);
    font-weight:600;
    line-height:1.2;
    letter-spacing:-.02em;
    white-space:nowrap;
}

.menu{
    display:flex;
    align-items:center;
    gap:clamp(18px,2.5vw,34px);
}

.menu a{
    position:relative;
    padding:8px 0;
    color:rgba(255,255,255,.78);
    font-size:14px;
    font-weight:500;
    transition:color .25s ease;
}

.menu a::after{
    content:"";
    position:absolute;
    right:0;
    bottom:2px;
    left:0;
    height:1px;
    background:var(--gold);
    transform:scaleX(0);
    transition:transform .25s ease;
}

.menu a:hover,
.menu a:focus-visible{
    color:var(--white);
}

.menu a:hover::after,
.menu a:focus-visible::after{
    transform:scaleX(1);
}

.call-btn,
.btn,
.btn-outline{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    border-radius:999px;
    font-weight:700;
    text-align:center;
    transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease;
}

.call-btn{
    min-height:46px;
    padding:11px 22px;
    border:1px solid rgba(244,205,99,.68);
    background:linear-gradient(135deg,#f6d676,#dcae3d);
    color:#28133f;
    box-shadow:0 10px 28px rgba(225,178,57,.18);
}

.call-btn:hover,
.call-btn:focus-visible,
.btn:hover,
.btn:focus-visible,
.btn-outline:hover,
.btn-outline:focus-visible{
    transform:translateY(-3px);
}

.hero{
    position:relative;
    isolation:isolate;
    min-height:760px;
    display:grid;
    align-items:center;
    padding:132px 0 72px;
    overflow:hidden;
}

.hero::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-2;
    background:
        linear-gradient(180deg,rgba(25,5,51,.72),rgba(35,8,68,.76)),
        radial-gradient(circle at 50% 43%,rgba(142,83,194,.18),transparent 48%);
}

.hero::after{
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:180px;
    z-index:-1;
    background:linear-gradient(180deg,transparent,var(--plum-deep));
}

.hero-grid{
    display:grid;
    grid-template-columns:1fr;
    place-items:center;
}

.hero-text{
    width:min(790px,100%);
    text-align:center;
    animation:hero-rise .9s cubic-bezier(.2,.8,.2,1) both;
}

.hero-company-logo{
    width:clamp(150px,15vw,190px);
    height:auto;
    margin:0 auto 18px;
    object-fit:contain;
    filter:drop-shadow(0 12px 28px rgba(7,1,18,.34));
}

.badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:20px;
    padding:8px 18px;
    border:1px solid rgba(243,204,100,.72);
    border-radius:999px;
    background:rgba(43,12,78,.42);
    color:var(--white);
    box-shadow:0 8px 30px rgba(7,1,18,.2);
    backdrop-filter:blur(10px);
    font-size:14px;
    font-weight:600;
}

.hero h1{
    max-width:780px;
    margin:0 auto 20px;
    color:var(--white);
    font-size:clamp(44px,6vw,76px);
    line-height:1.04;
    letter-spacing:-.045em;
    text-wrap:balance;
    text-shadow:0 8px 32px rgba(10,1,25,.48);
}

.hero p{
    max-width:680px;
    margin:0 auto 28px;
    color:rgba(245,238,255,.84);
    font-size:clamp(16px,2vw,19px);
}

.hero-buttons,
.estimate-buttons{
    display:flex;
    justify-content:center;
    gap:14px;
}

.hero-buttons{
    margin-bottom:28px;
}

.btn{
    padding:15px 30px;
    border:1px solid rgba(255,255,255,.2);
    background:linear-gradient(135deg,#8b54c8,#623094);
    color:var(--white);
    box-shadow:0 16px 36px rgba(29,6,56,.38),inset 0 1px rgba(255,255,255,.25);
}

.btn:hover,
.btn:focus-visible{
    box-shadow:0 20px 44px rgba(92,46,143,.5),inset 0 1px rgba(255,255,255,.3);
}

.btn-outline{
    padding:14px 30px;
    border:1px solid rgba(238,222,255,.45);
    background:rgba(255,255,255,.08);
    color:var(--white);
    box-shadow:inset 0 1px rgba(255,255,255,.12);
    backdrop-filter:blur(10px);
}

.btn-outline:hover,
.btn-outline:focus-visible{
    border-color:rgba(244,205,99,.72);
    background:rgba(255,255,255,.15);
    box-shadow:0 16px 36px rgba(7,1,18,.24);
}

.hero-features{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}

.hero-features div{
    padding:8px 13px;
    border:1px solid rgba(229,211,255,.16);
    border-radius:999px;
    background:rgba(21,4,44,.36);
    color:rgba(249,245,255,.8);
    font-size:12px;
    font-weight:500;
    backdrop-filter:blur(8px);
}

.hero-image{
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip-path:inset(50%);
}

section{
    position:relative;
    padding:86px 0;
}

section h2{
    margin-bottom:10px;
    color:var(--white);
    font-size:clamp(34px,4vw,48px);
    line-height:1.15;
    letter-spacing:-.035em;
    text-align:center;
}

.subtitle{
    max-width:640px;
    margin:0 auto 42px;
    color:rgba(226,210,246,.68);
    font-size:17px;
    text-align:center;
}

.estimate{
    background:
        radial-gradient(circle at 16% 50%,rgba(138,82,199,.17),transparent 27%),
        linear-gradient(180deg,var(--plum-deep),#241044 55%,var(--plum-deep));
}

.estimate-box,
.contact-box{
    position:relative;
    overflow:hidden;
    max-width:800px;
    margin:auto;
    padding:48px;
    border:1px solid var(--line);
    border-radius:34px;
    background:
        linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.055)),
        rgba(41,12,76,.58);
    box-shadow:var(--shadow),inset 0 1px rgba(255,255,255,.1);
    backdrop-filter:blur(20px);
}

.estimate-box::before,
.contact-box::before{
    content:"";
    position:absolute;
    width:190px;
    height:190px;
    top:-110px;
    right:-70px;
    border-radius:50%;
    background:rgba(188,146,235,.14);
    filter:blur(3px);
}

.estimate form,
.contact form{
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    gap:16px;
}

.estimate label{
    margin-bottom:-9px;
    color:rgba(248,243,255,.85);
    font-size:13px;
    font-weight:600;
    letter-spacing:.03em;
}

.calculator-field{
    display:flex;
    flex-direction:column;
    gap:7px;
}

.calculator-field[hidden]{
    display:none;
}

.estimate input:not([type="checkbox"]),
.estimate select,
.contact input,
.contact textarea{
    width:100%;
    min-height:54px;
    padding:14px 16px;
    border:1px solid rgba(230,211,255,.2);
    border-radius:15px;
    outline:none;
    background:rgba(16,3,33,.52);
    color:var(--white);
    box-shadow:inset 0 1px rgba(255,255,255,.05);
    transition:border-color .25s ease,background .25s ease,box-shadow .25s ease;
}

.estimate select{
    color-scheme:dark;
}

.addons-field{
    margin:2px 0 0;
    padding:0;
    border:0;
}

.addons-field legend{
    margin-bottom:10px;
    color:rgba(248,243,255,.85);
    font-size:13px;
    font-weight:600;
    letter-spacing:.03em;
}

.addons-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
}

.addon-option{
    display:flex;
    align-items:center;
    gap:11px;
    min-height:64px;
    margin:0;
    padding:11px 13px;
    border:1px solid rgba(230,211,255,.16);
    border-radius:15px;
    background:rgba(16,3,33,.42);
    cursor:pointer;
    transition:border-color .25s ease,background .25s ease,transform .25s ease;
}

.addon-option:hover{
    border-color:rgba(207,171,248,.48);
    background:rgba(24,6,45,.68);
    transform:translateY(-1px);
}

.addon-option:has(input:checked){
    border-color:rgba(244,205,99,.48);
    background:rgba(243,204,100,.09);
}

.addon-option input{
    flex:0 0 auto;
    width:18px;
    height:18px;
    margin:0;
    accent-color:var(--gold);
}

.addon-option input:focus-visible{
    outline:3px solid rgba(207,171,248,.45);
    outline-offset:3px;
}

.addon-option span{
    display:flex;
    flex-direction:column;
    gap:2px;
}

.addon-option strong{
    color:var(--white);
    font-size:13px;
    line-height:1.3;
}

.addon-option small{
    color:rgba(244,205,99,.78);
    font-size:12px;
}

.estimate input::placeholder,
.contact input::placeholder,
.contact textarea::placeholder{
    color:rgba(225,208,244,.48);
}

.estimate input:focus,
.estimate select:focus,
.contact input:focus,
.contact textarea:focus{
    border-color:rgba(207,171,248,.72);
    background:rgba(24,6,45,.74);
    box-shadow:0 0 0 4px rgba(165,112,220,.1);
}

.contact textarea{
    min-height:132px;
    resize:vertical;
}

.booking-summary{
    margin-bottom:4px;
    padding:20px;
    border:1px solid rgba(244,205,99,.3);
    border-radius:20px;
    background:rgba(20,4,40,.42);
}

.booking-summary h3{
    margin-bottom:13px;
    color:var(--white);
    font-size:18px;
}

.booking-summary dl{
    display:grid;
    gap:8px;
    margin:0;
}

.booking-summary dl div{
    display:flex;
    justify-content:space-between;
    gap:18px;
}

.booking-summary dt{
    color:rgba(226,210,246,.62);
    font-size:13px;
}

.booking-summary dd{
    margin:0;
    color:var(--white);
    font-size:13px;
    font-weight:600;
    text-align:right;
}

.booking-summary-addons{
    margin-top:14px;
    padding-top:13px;
    border-top:1px solid rgba(230,211,255,.12);
}

.booking-summary-addons > strong{
    color:rgba(226,210,246,.72);
    font-size:13px;
}

.booking-summary-addons ul{
    display:grid;
    gap:5px;
    margin:7px 0 0;
    padding-left:19px;
    color:var(--white);
    font-size:13px;
}

.booking-summary-addons .no-addons{
    color:rgba(226,210,246,.55);
}

.price-box{
    margin:12px 0 5px;
    padding:25px;
    border:1px solid rgba(244,205,99,.36);
    border-radius:24px;
    background:
        radial-gradient(circle at 50% 0,rgba(243,204,100,.12),transparent 65%),
        rgba(20,4,40,.5);
    text-align:center;
}

.price-box p{
    color:rgba(232,218,248,.66);
    font-size:13px;
    font-weight:600;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.price-box h3{
    margin:2px 0;
    color:var(--white);
    font-size:54px;
    line-height:1.1;
    text-shadow:0 8px 25px rgba(0,0,0,.3);
}

.price-box small{
    color:rgba(227,212,245,.55);
    font-size:12px;
}

.estimate-buttons{
    margin-top:9px;
}

.estimate-buttons a{
    flex:1;
}

.services{
    overflow:hidden;
    background:
        radial-gradient(circle at 100% 0,rgba(155,100,213,.14),transparent 32%),
        var(--plum-deep);
}

.cards{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    max-width:1040px;
    margin:auto;
}

.card{
    position:relative;
    min-height:230px;
    padding:30px;
    overflow:hidden;
    border:1px solid var(--line);
    border-radius:28px;
    background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.045));
    box-shadow:0 20px 55px rgba(7,1,18,.22),inset 0 1px rgba(255,255,255,.08);
    transition:transform .3s ease,border-color .3s ease,background .3s ease;
}

.card:nth-child(2),
.card:nth-child(3){
    background:linear-gradient(145deg,rgba(126,73,180,.24),rgba(255,255,255,.04));
}

.card::after{
    content:"";
    position:absolute;
    right:-45px;
    bottom:-65px;
    width:150px;
    height:150px;
    border-radius:50%;
    background:rgba(190,151,231,.08);
}

.card:hover{
    transform:translateY(-7px);
    border-color:rgba(236,216,255,.4);
    background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.06));
}

.icon{
    width:58px;
    height:58px;
    display:grid;
    place-items:center;
    margin-bottom:20px;
    border:1px solid rgba(244,205,99,.35);
    border-radius:18px;
    background:rgba(243,204,100,.08);
    font-size:27px;
    box-shadow:0 12px 25px rgba(8,1,19,.18);
}

.card h3{
    margin-bottom:8px;
    color:var(--white);
    font-size:21px;
}

.card p{
    margin-bottom:18px;
    color:rgba(226,210,246,.66);
}

.card span{
    color:var(--gold);
    font-size:14px;
    font-weight:700;
}

.gallery{
    overflow:hidden;
    background:
        linear-gradient(180deg,rgba(65,25,106,.38),rgba(18,5,34,.2)),
        var(--plum-deep);
}

.gallery::before{
    content:"";
    position:absolute;
    inset:10% -15%;
    pointer-events:none;
    background:radial-gradient(ellipse,rgba(137,82,193,.17),transparent 58%);
}

.gallery-carousel{
    position:relative;
    max-width:1060px;
    margin:auto;
}

.carousel-viewport{
    width:min(820px,calc(100% - 110px));
    margin:auto;
    overflow:hidden;
    border:1px solid rgba(230,211,255,.2);
    border-radius:30px;
    box-shadow:var(--shadow),0 0 70px rgba(123,71,177,.12);
    cursor:grab;
    touch-action:pan-y;
}

.carousel-viewport:active{
    cursor:grabbing;
}

.carousel-viewport:focus-visible{
    outline:3px solid var(--gold);
    outline-offset:6px;
}

.carousel-track{
    display:flex;
    gap:18px;
    padding:12px;
    will-change:transform;
    transition:transform .55s cubic-bezier(.22,.61,.36,1);
}

.carousel-track.is-dragging{
    transition:none;
}

.gallery-item{
    position:relative;
    flex:0 0 100%;
    padding:0;
    overflow:hidden;
    border:0;
    border-radius:21px;
    background:#210b3f;
    cursor:pointer;
    aspect-ratio:4/3;
}

.gallery-item::after{
    content:"View photo";
    position:absolute;
    right:18px;
    bottom:18px;
    padding:8px 13px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:999px;
    background:rgba(23,5,44,.68);
    color:var(--white);
    font-size:11px;
    font-weight:600;
    opacity:0;
    transform:translateY(6px);
    backdrop-filter:blur(8px);
    transition:opacity .25s ease,transform .25s ease;
}

.gallery-item:hover::after,
.gallery-item:focus-visible::after{
    opacity:1;
    transform:none;
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:contain;
    background:#16062a;
    transition:transform .55s ease,filter .55s ease;
}

.gallery-item:hover img{
    transform:scale(1.025);
    filter:saturate(1.04) contrast(1.02);
}

.gallery-item:focus-visible{
    outline:3px solid var(--gold);
    outline-offset:-6px;
}

.carousel-arrow{
    position:absolute;
    top:50%;
    z-index:5;
    width:52px;
    height:52px;
    border:1px solid rgba(232,215,255,.3);
    border-radius:50%;
    background:rgba(45,15,79,.88);
    color:var(--white);
    box-shadow:0 14px 35px rgba(5,0,14,.3);
    cursor:pointer;
    transform:translateY(-50%);
    backdrop-filter:blur(12px);
    transition:transform .25s ease,background .25s ease,border-color .25s ease;
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible{
    border-color:rgba(244,205,99,.66);
    background:#7040a5;
    transform:translateY(-50%) scale(1.07);
}

.carousel-arrow:focus-visible{
    outline:3px solid var(--gold);
    outline-offset:4px;
}

.carousel-arrow-left{
    left:0;
}

.carousel-arrow-right{
    right:0;
}

.carousel-dots{
    display:flex;
    justify-content:center;
    gap:9px;
    margin-top:24px;
}

.carousel-dot{
    width:9px;
    height:9px;
    padding:0;
    border:0;
    border-radius:50%;
    background:rgba(220,195,250,.28);
    cursor:pointer;
    transition:transform .25s ease,background .25s ease;
}

.carousel-dot:hover,
.carousel-dot:focus-visible{
    background:var(--lavender);
    transform:scale(1.25);
}

.carousel-dot.is-active{
    background:var(--gold);
    transform:scale(1.42);
}

.carousel-dot:focus-visible{
    outline:2px solid var(--gold);
    outline-offset:3px;
}

.carousel-status{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}

.lightbox{
    position:fixed;
    inset:0;
    z-index:10000;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:5vw;
    background:rgba(12,2,25,.95);
    backdrop-filter:blur(18px);
}

.lightbox[hidden]{
    display:none;
}

.lightbox img{
    width:auto;
    max-width:100%;
    max-height:88vh;
    object-fit:contain;
    border:1px solid rgba(232,214,255,.2);
    border-radius:24px;
    box-shadow:0 35px 90px rgba(0,0,0,.5);
}

.lightbox-close{
    position:fixed;
    top:22px;
    right:24px;
    width:50px;
    height:50px;
    border:1px solid rgba(255,255,255,.24);
    border-radius:50%;
    background:rgba(76,38,113,.82);
    color:var(--white);
    font-size:32px;
    line-height:1;
    cursor:pointer;
    backdrop-filter:blur(12px);
}

body.lightbox-open{
    overflow:hidden;
}

.contact{
    padding-top:96px;
    background:
        radial-gradient(circle at 50% 100%,rgba(120,70,172,.2),transparent 45%),
        var(--plum-deep);
}

.contact-box{
    max-width:820px;
}

.contact .btn{
    border:0;
    cursor:pointer;
}

.contact-links{
    position:relative;
    z-index:1;
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
    margin-top:28px;
}

.contact-links a{
    padding:9px 13px;
    border:1px solid rgba(230,212,251,.16);
    border-radius:999px;
    color:rgba(244,236,255,.78);
    font-size:13px;
    font-weight:500;
    transition:border-color .25s ease,color .25s ease,background .25s ease;
}

.contact-links a:hover,
.contact-links a:focus-visible{
    border-color:rgba(244,205,99,.55);
    background:rgba(255,255,255,.07);
    color:var(--white);
}

footer{
    border-top:1px solid rgba(232,214,255,.1);
    background:#11031f;
}

.footer-inner{
    min-height:78px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    color:rgba(224,206,244,.5);
    font-size:12px;
}

.footer-inner span:first-child{
    color:rgba(255,255,255,.78);
    font-weight:600;
}

.floating-call,
.floating-text{
    position:fixed;
    right:20px;
    z-index:9999;
    width:56px;
    height:56px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid rgba(255,255,255,.2);
    border-radius:50%;
    font-size:23px;
    text-decoration:none;
    box-shadow:0 18px 38px rgba(4,0,12,.36);
    transition:transform .25s ease,box-shadow .25s ease;
    backdrop-filter:blur(12px);
}

.floating-call{
    bottom:86px;
    background:linear-gradient(145deg,#8b54c8,#572a85);
    color:var(--white);
}

.floating-text{
    bottom:20px;
    background:rgba(250,244,255,.92);
    color:#51217d;
}

.floating-call:hover,
.floating-text:hover,
.floating-call:focus-visible,
.floating-text:focus-visible{
    transform:translateY(-4px) scale(1.04);
    box-shadow:0 22px 46px rgba(4,0,12,.46);
}

.card,
.gallery-carousel,
.estimate-box,
.contact-box{
    opacity:0;
    transform:translateY(30px);
    transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1),border-color .3s ease,background .3s ease;
}

.card:nth-child(2){
    transition-delay:.08s;
}

.card:nth-child(3){
    transition-delay:.16s;
}

.card:nth-child(4){
    transition-delay:.24s;
}

.show{
    opacity:1 !important;
    transform:none !important;
}

.card.show:hover{
    transform:translateY(-7px) !important;
}

@keyframes hero-rise{
    from{
        opacity:0;
        transform:translateY(22px);
    }
    to{
        opacity:1;
        transform:none;
    }
}

@media (max-width:900px){
    .menu{
        gap:18px;
    }

    .logo-name{
        display:none;
    }

    .hero{
        min-height:720px;
        background-position:center;
    }
}

@media (max-width:768px){
    html{
        scroll-padding-top:72px;
    }

    nav{
        min-height:70px;
        gap:14px;
    }

    .logo img{
        width:46px;
        height:46px;
        border-radius:13px;
    }

    .menu{
        display:none;
    }

    .call-btn{
        min-height:42px;
        padding:9px 18px;
        font-size:13px;
    }

    .hero{
        min-height:690px;
        padding:104px 0 58px;
        background-position:center;
    }

    .hero h1{
        font-size:clamp(38px,11vw,54px);
    }

    .hero-company-logo{
        width:clamp(125px,38vw,165px);
        margin-bottom:16px;
    }

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

    .hero-buttons,
    .estimate-buttons{
        flex-direction:column;
    }

    .hero-buttons{
        width:min(420px,100%);
        margin-right:auto;
        margin-left:auto;
    }

    .btn,
    .btn-outline{
        width:100%;
    }

    .hero-features{
        gap:7px;
    }

    .hero-features div{
        font-size:11px;
    }

    section{
        padding:68px 0;
    }

    .subtitle{
        margin-bottom:32px;
        font-size:15px;
    }

    .estimate-box,
    .contact-box{
        padding:28px 22px;
        border-radius:26px;
    }

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

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

    .card{
        min-height:auto;
        padding:26px;
    }

    .carousel-viewport{
        width:calc(100% - 28px);
        border-radius:24px;
    }

    .carousel-track{
        gap:12px;
        padding:9px;
    }

    .gallery-item{
        border-radius:17px;
        aspect-ratio:3/4;
    }

    .carousel-arrow{
        width:42px;
        height:42px;
    }

    .carousel-arrow-left{
        left:0;
    }

    .carousel-arrow-right{
        right:0;
    }

    .contact-links{
        align-items:stretch;
        flex-direction:column;
    }

    .contact-links a{
        text-align:center;
    }

    .footer-inner{
        min-height:96px;
        align-items:flex-start;
        justify-content:center;
        flex-direction:column;
        gap:4px;
        padding:20px 0;
    }

    .floating-call,
    .floating-text{
        right:14px;
        width:52px;
        height:52px;
        font-size:21px;
    }

    .floating-call{
        bottom:78px;
    }

    .floating-text{
        bottom:16px;
    }
}

@media (max-width:420px){
    .container{
        width:90%;
    }

    .badge{
        padding:7px 13px;
        font-size:12px;
    }

    .hero h1{
        font-size:36px;
    }

    .hero-features div{
        width:100%;
        max-width:240px;
    }

    .price-box h3{
        font-size:46px;
    }
}

@media (prefers-reduced-motion:reduce){
    html{
        scroll-behavior:auto;
    }

    *,
    *::before,
    *::after{
        animation-duration:.01ms !important;
        animation-iteration-count:1 !important;
        transition-duration:.01ms !important;
    }
}
