/** Shopify CDN: Minification failed

Line 1450:0 Unexpected "}"

**/
/* ==================================================
   RESET
================================================== */

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

body{

    font-family:
    Inter,
    Arial,
    sans-serif;

    background:#EDE9FE;

    color:#111111;

    line-height:1.5;

    padding:40px 20px;

}

/* ==================================================
   CALCULATOR
================================================== */

.calculator{

    max-width:850px;

    margin:0 auto;

    background:#FFFFFF;

    border-radius:18px;

    padding:40px;

    box-shadow:
    0 20px 60px rgba(17,17,17,.10);

}

/* ==================================================
   SCREENS
================================================== */

.screen{

    display:none;

}

.screen.active{

    display:block;

}

/* ==================================================
   HEADINGS
================================================== */

h1{

    font-size:40px;

    font-weight:700;

    margin-bottom:15px;

    color:#111111;

}

h2{

    font-size:26px;

    font-weight:700;

    margin-bottom:10px;

    color:#111111;

}

h3{

    font-size:22px;

    margin-bottom:15px;

}

p{

    font-size:17px;

    color:#6b7280;

    margin-bottom:30px;

}

/* ==================================================
   PROGRESS BAR
================================================== */

.progress-container{

    margin-bottom:45px;

}

.progress-header{

    display:flex;

    justify-content:space-between;

    align-items:flex-end;

    margin-bottom:8px;

}

.progress-label{

    font-size:14px;

    font-weight:600;

    color:#6b7280;

}

.progress-percent{

    font-size:13px;

    font-weight:700;

    color:#111827;

}

.progress-wrapper{

    position:relative;

}

.progress-track{

    height:10px;

    background:#e5e7eb;

    border-radius:999px;

    overflow:hidden;

}

.progress-bar{

    width:0;

    height:100%;

    background:#6D28D9;

    border-radius:999px;

    transition:width .35s ease;

}

.finish-flag{

    position:absolute;

    right:-2px;

    top:50%;

    transform:translateY(-50%);

    font-size:18px;

    line-height:1;

}

/* ==================================================
   OPTIONS
================================================== */

.options{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(220px,1fr));

    gap:18px;

    margin-bottom:35px;

}

.options.option-carousel{

    display:flex;

    overflow-x:auto;

    grid-template-columns:none;

    gap:18px;

    padding:4px 4px 14px;

    scroll-behavior:smooth;

    scrollbar-width:none;

}

.options.option-carousel::-webkit-scrollbar{

    display:none;

}

.options.option-carousel .option{

    flex:0 0 calc(25% - 14px);

    min-width:0;

}

.option-more{

    display:flex;

    align-items:center;

    justify-content:center;

    flex:0 0 90px;

    min-height:64px;

    border:2px solid #e5e7eb;

    border-radius:14px;

    background:#ffffff;

    color:#111827;

    font-size:14px;

    font-weight:600;

    cursor:pointer;

    transition:.25s ease;

}

.option-more:hover{

    border-color:#111827;

    transform:translateY(-2px);

}

/* ==================================================
   OPTION ICONS
================================================== */

.option-icon{

    width:32px;

    height:32px;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

    color:#6D28D9;

}

.option-icon svg{

    width:26px;

    height:26px;

    stroke:currentColor;

    fill:none;

    stroke-width:2;

    stroke-linecap:round;

    stroke-linejoin:round;

}

.option-content{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:14px;

    width:100%;

}

.option-label{

    display:block;

}

.service-options .option-content{

    flex-direction:column;

    gap:8px;

}

.service-options .option-icon{

    width:38px;

    height:38px;

}

.service-options .option-icon svg{

    width:30px;

    height:30px;

}

@media(max-width:768px){

    .service-options .option-content{

        flex-direction:row;

        justify-content:flex-start;

        gap:12px;

    }

    .service-options .option-icon{

        width:28px;

        height:28px;

    }

    .service-options .option-icon svg{

        width:24px;

        height:24px;

    }

    .option-content{

        justify-content:flex-start;

        gap:12px;

    }

    .option-icon{

        width:28px;

        height:28px;

    }

    .option-icon svg{

        width:22px;

        height:22px;

    }

}


/* ==================================================
   OPTION CARD
================================================== */

.option,
.support-option{

    background:#ffffff;

    border:2px solid #e5e7eb;

    border-radius:14px;

    padding:18px;

    text-align:center;

    cursor:pointer;

    font-weight:600;

    transition:
    all .25s ease;

    user-select:none;

}

.option:hover,
.support-option:hover{

    border-color:#111827;

    transform:translateY(-3px);

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

}

.option.selected,
.support-option.selected{

    background:#EDE9FE;
    color:#111111;
    border-color:#6D28D9;
    box-shadow:0 0 0 1px #6D28D9;
    position:relative;

}

.option.selected::after{

    content:"✓";
    position:absolute;
    top:10px;
    right:12px;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#6D28D9;
    color:#ffffff;
    font-size:14px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;

}

/* ==================================================
   SERVICE GRID
================================================== */

.question-breadcrumb{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:18px;
    font-size:14px;
    font-weight:600;
    color:#6b7280;
}

.question-breadcrumb span:first-child{
    color:#6D28D9;
}

.breadcrumb-separator{
    color:#9ca3af;
    font-size:18px;
    line-height:1;
}

.service-options{
    margin-top:20px;
    align-items:stretch;
}

.service-options .option{

    min-height:120px;
    display:flex;
    align-items:center;
    justify-content:center;

}

/* ==================================================
   BUTTON GROUP
================================================== */

.button-group{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:15px;

    margin-top:35px;

}

#dynamicOptions:has(.task-category-tabs){

    display:block;

}

/* ==================================================
   TASK CATEGORY TABS
================================================== */

/* ==================================================
   TASK CATEGORY TABS
================================================== */

.task-category-tabs{
    display:flex;
    gap:10px;
    width:100%;
    max-width:680px;
    margin:0 auto 28px;
    overflow-x:auto;
    scrollbar-width:none;
    justify-content:center;
}

.task-category-tabs::-webkit-scrollbar{
    display:none;
}

.task-category-tab{
    flex:0 0 auto;
    padding:10px 16px;
    background:transparent;
    border:0;
    border-bottom:3px solid transparent;
    border-radius:0;
    color:#6b7280;
    font-family:inherit;
    font-size:14px;
    font-weight:600;
    white-space:nowrap;
    cursor:pointer;
    transition:
        color .25s ease,
        border-color .25s ease;
}

.task-category-tab:hover{
    color:#111827;
}

.task-category-tab.active{
    color:#6D28D9;
    border-bottom-color:#6D28D9;
}


/* ==================================================
   TASK CATEGORY LIST
================================================== */

.task-category-list{
    display:flex;
    flex-direction:column;
    gap:14px;
    width:100%;
    max-width:680px;
    margin:0 auto;
}


/* ==================================================
   TASK SELECTION SUMMARY
================================================== */

#taskSelectionSummary{
    width:100%;
    max-width:680px;
    margin:18px auto 0;
}

.task-selection-toggle{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:8px 12px;
    border:0;
    background:transparent;
    color:#6b7280;
    font-family:inherit;
    font-size:13px;
    font-weight:600;
    cursor:pointer;
}

.task-selection-toggle:hover{
    color:#6D28D9;
}

.task-selection-chevron{
    font-size:14px;
    transition:transform .2s ease;
}

#taskSelectionSummary.expanded
.task-selection-chevron{
    transform:rotate(180deg);
}

.task-selection-details{
    display:none;
    margin:6px auto 0;
    padding:14px 16px;
    max-width:680px;
    background:#EDE9FE;
    border:1px solid #DDD6FE;
    border-radius:10px;
}

#taskSelectionSummary.expanded
.task-selection-details{
    display:block;
}

.task-selection-item{
    display:flex;
    align-items:flex-start;
    gap:9px;
    padding:5px 0;
    color:#374151;
    font-size:13px;
    line-height:1.4;
}

.task-selection-check{
    color:#6D28D9;
    font-weight:700;
    flex-shrink:0;
}

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

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

button{

    font-family:inherit;

    font-size:16px;

    border:none;

    border-radius:12px;

    cursor:pointer;

    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease,
        box-shadow .25s ease,
        color .25s ease;

}

.primary-btn{

    background:#6D28D9;

    color:#FFFFFF;

    padding:16px 30px;

    font-weight:600;

}

.primary-btn:hover{

    background:#8B5CF6;

    transform:translateY(-2px);

    box-shadow:
    0 10px 25px rgba(17,24,39,.18);

}

.back-btn{

    background:#f3f4f6;

    color:#111827;

    padding:16px 26px;

    font-weight:600;

}

.back-btn:hover{

    background:#e5e7eb;

}


/* ==================================================
   QUOTE EMAIL
================================================== */

.quote-email-section{

    margin-top:40px;

    padding-top:30px;

    border-top:1px solid #e5e7eb;

}

.quote-email-section p{

    margin-bottom:14px;

    font-size:15px;

}

.quote-email-input{

    width:100%;

    max-width:none;

    height:52px;

    padding:0 16px;

    border:1px solid #d1d5db;

    border-radius:10px;

    background:#ffffff;

    color:#111827;

    font-family:inherit;

    font-size:16px;

    outline:none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;

}

.quote-email-input::placeholder{

    color:#9ca3af;

}

.quote-email-input:focus{

    border-color:#8B5CF6;

    box-shadow:
    0 0 0 3px rgba(139,92,246,.12);

}

.quote-email-section{

    margin-top:40px;

    padding-top:30px;

    border-top:1px solid #e5e7eb;

}

.quote-email-section p{

    margin-bottom:14px;

    font-size:15px;

}

.quote-email-section{

    display:flex;

    flex-wrap:wrap;

    align-items:center;

    gap:10px;

}

.quote-email-section h3,
.quote-email-section p{

    width:100%;

}

#emailQuoteButton{

    margin-top:0;

    background:#FFFFFF;

    color:#6D28D9;

    border:2px solid #8B5CF6;

    padding:14px 24px;

    font-weight:600;

}

#emailQuoteButton:hover{

    background:#EDE9FE;

    transform:translateY(-2px);

}


/* ==================================================
   QUOTE ACTIONS
================================================== */

#screen6 .button-group{

    justify-content:flex-end;

    flex-wrap:wrap;

}

#screen6 .button-group button[onclick="restartCalculator()"]{

    margin-right:auto;

}

#screen6 .button-group button[onclick="copyQuoteLink()"]{

    background:#ffffff;

    color:#374151;

    border:1px solid #d1d5db;

    padding:16px 24px;

}

#screen6 .button-group button[onclick="copyQuoteLink()"]:hover{

    background:#f9fafb;

    border-color:#9ca3af;

    transform:translateY(-2px);

}

#screen6 #enquireButton{

    background:#8B5CF6;

    color:#FFFFFF;

    padding:16px 30px;

    font-weight:700;

}

#screen6 #enquireButton:hover{

    background:#6D28D9;

    transform:translateY(-2px);

    box-shadow:
    0 10px 25px rgba(17,24,39,.18);

}

button:disabled{

    opacity:.45;

    cursor:not-allowed;

    transform:none;

    box-shadow:none;

}
/* ==================================================
   SUMMARY
================================================== */

.summary-header{

    text-align:center;

    margin-bottom:35px;

}

.summary-header p{

    margin-top:10px;

    margin-bottom:0;

}
.summary-section{

    margin-bottom:35px;

}

.summary-section h3{

    margin-bottom:18px;

    color:#111827;

}

.summary-section ul{

    list-style:none;

    padding:0;

}

.summary-section li{

    padding:12px 0;

    border-bottom:1px solid #e5e7eb;

}

.summary-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    padding:16px 0;

    border-bottom:1px solid #e5e7eb;

}

.summary-row:last-child{

    border-bottom:none;

}

.summary-row span{

    color:#374151;

}

.summary-row small{

    display:block;

    margin-top:4px;

    color:#9ca3af;

}

.summary-service{

    display:block;

    color:#111827;

    font-size:16px;

}

.summary-task{

    display:block;

    margin-top:3px;

    color:#374151;

    font-size:14px;

    font-weight:600;

}

.task-detail{

    display:block;

    margin-top:5px;

    padding-left:12px;

    color:#6b7280;

    font-size:13px;

    font-weight:500;

}

.summary-row strong{

    color:#111827;

}

.summary-total{

    margin-top:40px;

    padding-top:30px;

    border-top:2px solid #111827;

}


.summary-total .summary-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    padding:10px 0;

}


.summary-total .summary-row span{

    font-size:15px;

    color:#374151;

}


.summary-total .summary-row small{

    display:block;

    margin-top:3px;

    font-size:12px;

    color:#9ca3af;

}


.summary-total .summary-row strong{

    font-size:17px;

    color:#111827;

    white-space:nowrap;

}


.summary-total .grand-total{

    padding:14px 0;

}


.summary-total .grand-total span{

    font-weight:700;

    color:#111827;

}


.summary-total .grand-total strong{

    font-size:24px;

}


.summary-total .grand-total + .summary-row{

    margin-top:8px;

    padding:14px 16px;

    background:#EDE9FE;

    border:1px solid #DDD6FE;

    border-radius:10px;

}


.summary-total .grand-total + .summary-row span{

    font-weight:600;

    color:#6D28D9;

}


.summary-total .grand-total + .summary-row strong{

    color:#6D28D9;

}


.summary-total .complexity-note{

    margin-top:14px;

}

.grand-total{

    margin-top:15px;

    font-size:22px;

    font-weight:700;

}

.grand-total strong{

    font-size:28px;

}

/* ==================================================
   ANIMATIONS
================================================== */

.option,
.support-option,
button{

    transition:

        transform .25s ease,

        background .25s ease,

        border-color .25s ease,

        box-shadow .25s ease,

        color .25s ease;

}

.screen{

    animation:fadeIn .35s ease;

}

@keyframes fadeIn{

    from{

        opacity:0;

        transform:translateY(15px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

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

@media(max-width:768px){

    body{

        padding:20px;

    }

    .calculator{

        padding:25px;

    }

    h1{

        font-size:30px;

    }

    h2{

        font-size:24px;

    }

#dynamicQuestion{

    font-size:22px;
    line-height:1.15;
    margin-bottom:10px;

}

    p{

        font-size:16px;

    }

  .options{

    grid-template-columns:1fr;

}

.service-options{

    grid-template-columns:repeat(2,1fr);
    gap:12px;

}

.service-options .option{

    min-height:64px;
    height:auto;
    padding:14px 10px;
    font-size:14px;
    line-height:1.25;

}

#dynamicOptions .option{

    min-height:64px;
    height:auto;
    padding:14px 16px;
    font-size:14px;
    line-height:1.25;
    display:flex;
    align-items:center;
    justify-content:center;

}

.button-group{

    flex-direction:row;

    justify-content:stretch;

    align-items:stretch;

    flex-wrap:wrap;

    gap:10px;

}

#screen6 .button-group{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:12px;

}

#screen6 .button-group button{

    width:100%;

}

#screen6 .button-group button[onclick="restartCalculator()"]{

    margin-right:0;

}

#screen6 #enquireButton{

    grid-column:1 / -1;

}

.button-group button{

    width:auto;

    padding:13px 18px;

    font-size:15px;

}

#screen6 .button-group{

    justify-content:flex-end;

}

#screen6 .button-group button[onclick="restartCalculator()"]{

    margin-right:auto;

}

#emailQuoteButton{

    width:100%;

}

}

    .summary-row{

        flex-direction:column;

        align-items:flex-start;

    }

}

/* ==================================================
   LARGE DESKTOP
================================================== */

@media(min-width:1200px){

    .calculator{

        max-width:950px;

    }

}