* { box-sizing: border-box; }

body {
    font-family: 'Inter', sans-serif;
    color: #212529;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.row > .col {
    flex: 1;
    padding: 0 12px;
}

.site-header {
    background: #fff;
    padding: 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #dee2e6;
}

.header-top {
    background: #fff;
    padding: 12px 0;
    text-align: right;
}

.header-top .phone {
    color: #0d6efd;
    font-weight: 700 !important;
    font-size: 22px;
    text-decoration: none;
}

.header-top .phone i { margin-right: 4px; }

.header-top .quote-link {
    color: #0d6efd;
    font-size: 13px;
    display: block;
}

.header-top .quote-link i { margin-right: 3px; }

.main-nav {
    padding: 15px 0;
    border-top: 1px solid #dee2e6;
}

.nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-nav .logo img {
    height: 38px;
    display: inline-block;
    vertical-align: middle;
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items:center;
}

.main-nav ul li { margin: 0 18px; }

.main-nav ul li a {
    color: #212529;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color .2s ease;
}

.main-nav ul li.current-menu-item a,
.main-nav ul li a:hover { color: #0d6efd; }

.cart-toggle {
    position: relative;
    cursor: pointer;
    font-size: 22px;
    color: #212529;
    padding: 4px 8px;
    transition: color .15s;
}

.cart-toggle:hover { color: #0d6efd; }

.cart-count {
    position: absolute;
    top: -4px;
    right: -6px;
    background: #0d6efd;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.hero {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 480px;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero:before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.35);
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 18px;
    max-width: 560px;
    color:#FFFFFF;
}

.hero .lead {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 .75rem;
    max-width: 560px;
}

.hero .desc {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 24px;
    max-width: 540px;
}

.hero-home { background-image:url('../site-images/photo_terrace-morning-738.webp'); }
.hero-about { background-image:url('../site-images/photo_garden-morning-421.webp'); min-height:340px; }

.btn {
    display: inline-block;
    background: #0d6efd;
    border: 1px solid #0d6efd;
    padding: 12px 22px;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
}

.btn:hover {
    background: #0b5ed7;
    border-color: #0a58ca;
}

.btn i { margin-right: 5px; }

.btn-primary {
    background: #0d6efd;
    color: #fff !important;
}

.btn-light {
    background: #fff;
    color: #0d6efd !important;
    border-color:#fff;
}

.btn-sm {
    padding: 8px 16px;
    font-size: 13px;
}

.btn-xs {
    padding: 6px 14px;
    font-size: 12px;
}

.btn-wide {
    width: 100%;
    margin-top: 6px;
}

.btn-outline {
    background:#fff;
    color:#212529 !important;
    border:1px solid #dee2e6;
}

.btn-ghost {
    background:transparent;
    color:#0d6efd !important;
    border:1px solid #0d6efd;
}

.intro-block { padding: 60px 0; }

.intro-block .stat-pill {
    display: inline-block;
    color: #0d6efd;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 6px;
}

.intro-block .stat-pill small {
    display: block;
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
}

.intro-block h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 14px;
    color:#0d6efd;
}

.intro-block p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #212529;
    margin: 0 0 12px;
}

.intro-block .img-circle {
    width: 100%;
    border-radius: 8px;
    margin-top: 1em;
}

.services-grid {
    padding: 50px 0 30px;
    background: #f8f9fa;
}

.services-grid .section-title,
.section-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 28px;
}

.section-title-blue {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color:#0d6efd;
    margin: 0 0 28px;
}

.services-grid .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    justify-content: center;
}

.service-card {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 8px;
    margin-bottom: 16px;
    position: relative;
}

.service-card .img-wrap {
    position: relative;
    overflow: hidden;
}

.service-card .img-wrap img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}

.service-card:hover .img-wrap img { transform: scale(1.03); }

.service-card .card-title {
    position: absolute;
    left: 14px;
    bottom: 70px;
    color: #fff;
    background: rgba(13,110,253,0.9);
    padding: 6px 12px;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
}

.service-card .card-text {
    background: #fff;
    padding: 12px 14px;
    font-size: 12.5px;
    line-height: 1.5;
    color:#212529;
    border:1px solid #dee2e6;
    border-top:none;
}

.card-price {
    background: #fff;
    padding: 8px 14px 0;
    font-size: 20px;
    font-weight: 700;
    color: #0d6efd;
    border-left:1px solid #dee2e6;
    border-right:1px solid #dee2e6;
}

.card-price span {
    font-size: 11px;
    font-weight: 400;
    color: #6c757d;
    margin-left: 4px;
}

.card-cart-btn {
    width: calc(100% - 16px);
    margin: 0 8px;
    text-align: center;
    border-radius: 0 0 6px 6px;
    padding: 10px 0;
    font-size: 14px;
    border-top: none;
}

.trust-strip {
    padding: 55px 0;
    border-top:1px solid #dee2e6;
}

.trust-strip h3 {
    font-size: 22px;
    font-weight: 700;
    color:#212529;
    margin:0;
}

.trust-strip .role-card {
    border: 1px solid #dee2e6;
    padding: 0;
    overflow: hidden;
    border-radius: 6px;
}

.review-img-wrap { overflow: hidden; }

.review-img-wrap img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.trust-strip .role-card h4 {
    margin: 14px 16px 6px;
    font-size: 15px;
    font-weight: 700;
    color: #0d6efd;
}

.trust-strip .role-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #212529;
    margin: 0 16px 10px;
}

.trust-strip .role-card .dots { padding: 0 16px 14px; }

.trust-strip .dots { text-align:left; }

.trust-strip .dots span {
    display:inline-block;
    width:8px;
    height:8px;
    background:#dee2e6;
    border-radius:50%;
    margin:0 2px;
}

.trust-strip .dots span.active { background:#ffc107; }

.value-band {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 90px 0;
    color: #fff;
    text-align: center;
}

.value-band:before {
    content:"";
    position:absolute;
    inset:0;
    background: rgba(0,0,0,0.5);
}

.value-band h2 {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    z-index: 2;
}

.value-band-home { background-image:url('../site-images/picture-garden-wide-5021.webp'); }
.value-band-about { background-image:url('../site-images/picture-garden-tools-5021.webp'); }

.lead-sub {
    position:relative;
    z-index:2;
    margin-top:18px;
    font-size:15px;
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
}

.two-col-text { padding: 55px 0; }

.two-col-text h2 {
    font-size: 1.5rem;
    font-weight:700;
    color:#0d6efd;
    margin: 0 0 14px;
}

.two-col-text p {
    font-size: 14px;
    line-height: 1.7;
    color:#212529;
}

.equipment-band {
    position: relative;
    background-size: cover;
    background-position: center;
    color:#fff;
    padding: 70px 0;
}

.equipment-band:before {
    content:"";
    position:absolute;
    inset:0;
    background: rgba(0,0,0,0.55);
}

.equipment-band .container {
    position: relative;
    z-index:2;
}

.equipment-band h2 {
    font-size:26px;
    font-weight:700;
    margin:0 0 14px;
}

.equipment-band p {
    font-size:14px;
    line-height:1.7;
    margin:0 0 18px;
    max-width: 560px;
}

.equipment-band-home { background-image:url('../site-images/image-folding-outdoor-952.webp'); }

.quote-section {
    padding: 65px 0;
    background:#f8f9fa;
}

.quote-section h2 {
    font-size:26px;
    font-weight:700;
    color:#0d6efd;
    margin:0 0 14px;
}

.quote-section .lead-line {
    font-size:1.125em;
    font-weight:600;
    margin:0 0 10px;
}

.quote-section p {
    font-size:14px;
    line-height:1.7;
    color:#212529;
}

.quote-section p i { color:#0d6efd; margin-right:4px; }

.quote-card {
    background:#fff;
    border:1px solid #dee2e6;
    border-radius:6px;
    padding: 24px;
}

.quote-card h3 {
    font-size:20px;
    font-weight:700;
    margin:0 0 16px;
    color:#212529;
}

.quote-card .form-control,
.form-control {
    width:100%;
    padding: 10px 12px;
    border:1px solid #dee2e6;
    border-radius:4px;
    margin-bottom: 12px;
    font-size:14px;
    font-family: 'Inter', sans-serif;
    background:#fff;
    outline: none;
    transition: border-color .15s;
}

.form-control:focus { border-color: #0d6efd; }

textarea.form-control { resize:vertical; }

.quote-card .row { margin: 0 -6px; }

.quote-card .row .col-6 {
    width:50%;
    float:left;
    padding: 0 6px;
}

.quote-card .btn-submit {
    background:#0d6efd;
    color:#fff !important;
    padding: 10px 22px;
    border:none;
    border-radius:4px;
    font-weight:500;
    font-size: .875rem;
    cursor:pointer;
    float:right;
    transition: background .2s;
}

.quote-card .btn-submit:hover { background:#0b5ed7; }
.quote-card .btn-submit i { margin-right:4px; }

.careers-block { padding:58px 0; }

.careers-block h2 {
    font-size: 24px;
    font-weight:700;
    color:#0d6efd;
    margin:0 0 14px;
}

.careers-block p {
    font-size: 14px;
    line-height: 1.7;
    color:#212529;
}

.faq-heading {
    text-align:center;
    margin-bottom:28px;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item { cursor: pointer; }

.faq-item h4 {
    margin:0;
    font-size:16px;
    font-weight:600;
    display: flex;
    align-items: center;
    gap: 8px;
    user-select: none;
}

.faq-item h4 i {
    color: #0d6efd;
    font-size: 18px;
    flex-shrink: 0;
    transition: transform .2s;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
    font-size: 14px;
    line-height: 1.7;
    color: #212529;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.role-card {
    border:1px solid #dee2e6;
    padding: 18px;
    margin-bottom: 14px;
}

.role-card h4 {
    margin:0 0 8px;
    font-size:17px;
    font-weight:700;
}

.role-card p {
    font-size:13.5px;
    line-height:1.6;
    color:#212529;
    margin: 0 0 12px;
}

.role-card .btn {
    width:100%;
    text-align:center;
    background: #fff;
    color:#0d6efd !important;
    border:1px solid #0d6efd;
    padding: 10px 0;
}

.cta-band {
    background:#0D6EFD;
    padding: 28px 0;
    color:#fff;
}

.cta-band h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height:1.4;
}

.cta-band .btn-light { float: right; margin-top: 4px; }

.site-footer {
    background:#1a1a1a;
    color:#fff;
    padding: 50px 0 20px;
    font-size:13px;
    line-height:1.7;
}

.site-footer .footer-logo { height: 36px; margin-bottom: 14px; }

.site-footer h4 {
    color:#fff;
    font-size:15px;
    font-weight:700;
    margin:0 0 14px;
}

.site-footer a {
    color:#fff;
    text-decoration:none;
    display:block;
    margin-bottom:6px;
    font-size:13px;
}

.site-footer a:hover { color:#0d6efd; }
.site-footer p i { margin-right:4px; font-size:13px; color:#6C757D; }
.site-footer .col { padding: 0 12px; }

.site-footer .callback input {
    width:100%;
    padding: 8px 10px;
    border:none;
    margin-bottom: 8px;
    font-size:13px;
    border-radius:3px;
    color:#212529;
}

.site-footer .callback .btn {
    width:auto;
    padding: 8px 22px;
    background:#0d6efd;
    border:none;
    color:#fff !important;
}

.site-footer .copy {
    border-top:1px solid #333;
    padding-top:14px;
    margin-top:30px;
    font-size:12px;
    color:#aaa;
}

.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.cart-overlay.active { display:flex; }

.cart-popup {
    background: #fff;
    border-radius: 8px;
    width: 94%;
    max-width: 720px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: popIn .2s ease;
}

.cart-popup.narrow { max-width:520px; }

@keyframes popIn {
    from { opacity:0; transform: scale(.95); }
    to { opacity:1; transform: scale(1); }
}

.cart-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    border-bottom: 1px solid #dee2e6;
}

.cart-popup-header h3 { margin:0; font-size:18px; font-weight:700; }
.cart-popup-header h3 i { margin-right:6px; color:#0d6efd; }

.cart-close {
    font-size: 28px;
    cursor: pointer;
    color: #6c757d;
    line-height: 1;
    transition: color .15s;
}

.cart-close:hover { color:#212529; }

.cart-popup-body {
    padding: 20px 24px;
    overflow-y: auto;
    flex: 1;
}

.cart-empty {
    text-align: center;
    color: #6c757d;
    padding: 40px 0;
    font-size: 15px;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.cart-item img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.cart-item-info { flex:1; min-width:0; }
.cart-item-info strong { display:block; font-size:14px; font-weight:600; margin-bottom:2px; }
.cart-item-info span { font-size:13px; color:#6c757d; }

.cart-item-qty {
    display: flex;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.cart-item-qty button {
    width: 32px;
    height: 32px;
    border: none;
    background: #f8f9fa;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    transition: background .15s;
}

.cart-item-qty button:hover { background:#dee2e6; }

.cart-item-qty span {
    width: 36px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.cart-item-line {
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
    min-width: 80px;
    text-align: right;
    flex-shrink: 0;
}

.cart-item-remove {
    cursor: pointer;
    color: #6c757d;
    font-size: 14px;
    flex-shrink: 0;
    transition: color .15s;
    padding: 4px;
}

.cart-item-remove:hover { color:#dc3545; }

.cart-popup-footer {
    padding: 16px 24px;
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
    display:none;
}

.cart-popup-footer.active { display:block; }

.cart-total { font-size:18px; margin-bottom:12px; }
.cart-total strong { color:#0d6efd; }

.cart-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.thankyou-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 10001;
    display: none;
    align-items: center;
    justify-content: center;
}

.thankyou-overlay.active { display:flex; }

.thankyou-box {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    animation: popIn .2s ease;
}

.thankyou-icon { font-size:48px; color:#0d6efd; }
.thankyou-box h3 { margin:16px 0 8px; font-size:20px; font-weight:700; }
.thankyou-box p { color:#6c757d; font-size:14px; margin:0 0 20px; }

.gdpr-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 420px;
    max-width: calc(100% - 40px);
    display:none;
    animation: slideUp .3s ease;
}

.gdpr-banner.active { display:block; }

@keyframes slideUp {
    from { opacity:0; transform:translateY(20px); }
    to { opacity:1; transform:translateY(0); }
}

.gdpr-inner {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
}

.gdpr-text p { font-size:13px; line-height:1.6; color:#212529; margin:0 0 14px; }
.gdpr-text a { color:#0d6efd; text-decoration:underline; }

.gdpr-buttons { display:flex; gap:8px; flex-wrap:wrap; }

.gdpr-settings {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #dee2e6;
    display:none;
}

.gdpr-settings.active { display:block; }

.gdpr-settings label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    cursor: pointer;
    color: #212529;
}

.gdpr-settings label input { margin-right:6px; accent-color:#0d6efd; }

.page-head {
    padding: 40px 0 10px;
}

.page-head h1 {
    font-size: 32px;
    font-weight: 700;
    color: #0d6efd;
    margin: 0 0 8px;
}

.page-head .date {
    color: #6c757d;
    font-size: 13px;
    margin: 0;
}

.legal-wrap { padding: 20px 0 60px; }
.legal-content { max-width:820px; }

.legal-content h2 {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin: 28px 0 10px;
}

.legal-content h2:first-child { margin-top:0; }

.legal-content p {
    font-size: 14px;
    line-height: 1.75;
    color: #212529;
    margin: 0 0 14px;
}

.clearfix:after { content:""; display:table; clear:both; }
.pull-left { float:left; }
.pull-right { float:right; }

@media (max-width: 991px) {
    .container { max-width: 100%; padding: 0 20px; }
    .main-nav ul { flex-wrap: wrap; }
    .hero h1 { font-size: 30px; }
    .service-card { flex: 0 0 50%; max-width: 50%; }
    .cta-band .btn-light { float: none; margin-top: 14px; display:block; }
    .cta-band h3 { font-size:18px; }
    .quote-card .row .col-6 { width: 100%; float:none; padding: 0; }
    .cart-popup { max-width: 95%; }
}

@media (max-width: 767px) {
    .header-top { text-align: center; }
    .nav-flex { flex-wrap: wrap; justify-content: center; gap: 10px; }
    .main-nav ul li { margin: 6px 10px; }
    .hero { min-height: 360px; padding: 40px 0; }
    .hero h1 { font-size: 24px; }
    .hero .lead { font-size: 15px; }
    .intro-block { padding: 40px 0; }
    .intro-block .stat-pill { font-size: 44px; }
    .value-band { padding: 60px 0; }
    .value-band h2 { font-size: 22px; }
    .services-grid { padding: 30px 0 10px; }
    .service-card { flex: 0 0 100%; max-width: 100%; }
    .cta-band h3 { font-size: 17px; }
    .equipment-band { padding: 50px 0; }
    .quote-section { padding: 40px 0; }
    .trust-strip { padding: 40px 0; }
    .trust-strip .row > .col { margin-bottom: 16px; }
    .careers-block { padding: 40px 0; }
    .site-footer { padding: 30px 0 15px; text-align: center; }
    .site-footer .col { margin-bottom: 18px; }
    .row { flex-direction: column; }
    .row > .col { flex: none; width: 100%; }
    .cart-item { flex-wrap: wrap; gap: 10px; }
    .cart-item-line { min-width: auto; }
    .cart-actions { flex-direction: column; }
    .gdpr-banner { right: 10px; left: 10px; width: auto; bottom: 10px; }
}

@media (max-width: 480px) {
    .hero h1 { font-size: 20px; }
    .btn { padding: 10px 18px; font-size: 14px; }
    .card-price { font-size: 18px; }
}
