:root {
  color-scheme: light;
  --ink: #172026;
  --muted: #65717b;
  --paper: #f3f5f6;
  --surface: #ffffff;
  --line: #d9dedb;
  --accent: #f8bc09;
  --accent-dark: #f8bc09;
  --accent-warm: #f8bc09cc;
  --teal: #0f7c80;
  --green: #637a3f;
  --gold: #765700;
  --shadow: 0 24px 70px rgba(17, 28, 32, .13);
  --radius: 8px;
}

/* Reduce motion work for visitors that request it. */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Below-the-fold sections no longer compete with the initial mobile render. */
.stats, .portfolio-grid, .testimonials, .faq-band, .contact-band, .site-footer { content-visibility: auto; contain-intrinsic-size: auto 700px; }

/* About page */
.about-page{padding-top:clamp(54px,7vw,92px)}
.about-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,390px);gap:clamp(28px,5vw,64px);align-items:start}
.about-story{max-width:760px}
.about-story h2{max-width:720px;margin:0 0 24px;color:var(--ink);font-size:clamp(1.6rem,2.7vw,2.55rem);line-height:1.12}
.about-story p{color:#4c5962;font-size:1rem;line-height:1.86}
.about-story strong{color:var(--ink)}
.about-quote{position:relative;margin:30px 0;padding:24px 28px 24px 34px;border-left:4px solid var(--accent);background:#f7f9fb;color:#33414b;font-size:.98rem;font-style:italic;line-height:1.75}
.about-quote::before{content:"";position:absolute;left:12px;top:14px;width:8px;height:42px;border-radius:999px;background:rgba(248,188,9,.25)}
.about-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px;margin-top:32px}
.about-values article{padding:22px;border:1px solid #edf0f2;background:#fff;box-shadow:0 14px 36px rgba(23,32,38,.06)}
.about-values span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:16px;border-radius:999px;background:#fff2d3;color:#f0a500;font-size:1.2rem;font-weight:900}
.about-values h3,.about-vision h3,.about-process-grid h3{margin:0 0 10px;color:var(--ink);font-size:1.05rem;font-weight:600;}
.about-values p{margin:0;color:#5e6b75;font-size:.94rem;line-height:1.68}
.about-vision{margin-top:38px}
.about-aside{position:sticky;top:118px;display:grid;gap:18px}
.about-choice-card,.about-mini-card{border:1px solid #edf0f2;background:#f7f8fa;box-shadow:0 18px 50px rgba(23,32,38,.08)}
.about-choice-card{padding:30px 28px;border-left:4px solid var(--accent)}
.about-choice-card h2{margin:0 0 20px;color:var(--ink);font-size:1.25rem}
.about-choice-card ul{display:grid;gap:15px;margin:10px 0 0 0;padding:0;list-style:none}
.about-choice-card li{display:grid;grid-template-columns:26px 1fr;gap:9px;align-items:start;color:#52606b;line-height:1.55}
.about-choice-card li span{display:inline-grid;place-items:center;color:var(--accent)}
.about-contact-box{margin-top:28px;padding-top:24px;border-top:1px solid #e1e6ea;text-align:center}
.about-contact-box small,.about-contact-box a{display:block}
.about-contact-box small{color:#687782;font-size:.86rem}
.about-contact-box a{margin-top:5px;color:var(--ink);font-size:1.42rem;font-weight:900}
.about-actions{display:grid;gap:10px;margin-top:22px}
.about-actions .collection-cta{width:100%;min-height:48px}
.about-whatsapp{display:grid;place-items:center;min-height:46px;background:#21c569;color:#fff;font-size:.88rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase}
.about-mini-card{padding:22px;background:#fff}
.about-mini-card strong{display:block;color:var(--ink);font-size:1rem}
.about-mini-card p{margin:8px 0 0;color:#60707c;line-height:1.65}
.about-process{padding-top:0}
.about-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.about-process-grid article{padding:26px 22px;border:1px solid #edf0f2;background:#fff;box-shadow:0 14px 36px rgba(23,32,38,.06)}
.about-process-grid span{display:inline-flex;margin-bottom:16px;color:var(--accent);font-size:.88rem;font-weight:600;letter-spacing:.12em}
.about-process-grid p{margin:0;color:#5d6b75;line-height:1.68}
@media(max-width:980px){.about-layout{grid-template-columns:1fr}.about-aside{position:static}.about-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.about-values,.about-process-grid{grid-template-columns:1fr}.about-choice-card{padding:24px 20px}.about-story p{font-size:.96rem}.about-quote{padding:22px 20px 22px 28px}}

/* Contact page */
.contact-page{background:#f4f6f7}
.contact-map-hero{position:relative;min-height:430px;border-bottom:4px solid var(--accent);background:#dfe6ec;overflow:hidden}
.contact-map-hero iframe{display:block;width:100%;height:430px;border:0;filter:saturate(.95) contrast(.98)}
.contact-map-pin{position:absolute;left:50%;top:48%;z-index:2;display:grid;place-items:center;pointer-events:none;transform:translate(-50%,-100%)}
.contact-map-pin-logo{position:relative;z-index:2;display:grid;place-items:center;width:68px;height:68px;padding:9px;border:4px solid #fff;border-radius:22px 22px 22px 4px;background:linear-gradient(145deg,#fff,#f4f7fb);box-shadow:0 22px 48px rgba(13,27,42,.32);transform:rotate(-45deg)}
.contact-map-pin-logo img{display:block;width:100%;height:100%;object-fit:contain;transform:rotate(45deg)}
.contact-map-pin-pulse{position:absolute;left:50%;top:calc(100% - 4px);width:22px;height:22px;border-radius:999px;background:rgba(245,183,0,.42);box-shadow:0 0 0 9px rgba(245,183,0,.18);transform:translate(-50%,-50%);animation:contactPinPulse 1.8s ease-out infinite}
@keyframes contactPinPulse{0%{opacity:.95;transform:translate(-50%,-50%) scale(.72)}70%{opacity:.12;transform:translate(-50%,-50%) scale(2.1)}100%{opacity:0;transform:translate(-50%,-50%) scale(2.35)}}
.contact-map-card{position:absolute;left:clamp(18px,6vw,90px);top:118px;bottom:0px;width:min(350px,calc(100% - 36px));padding:28px 30px;background:rgb(17 28 32 / 41%);color:#fff;box-shadow:0 24px 70px rgba(17,28,32,.26);backdrop-filter:blur(12px)}
.contact-map-card span{display:block;margin-bottom:10px;color:var(--accent);font-size:.76rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.contact-map-card h1{margin:0;color:#fff;font-size:clamp(1.7rem,1vw,2.7rem);line-height:1.06}
.contact-map-card p{margin:14px 0 22px;color:rgba(255,255,255,.78);line-height:1.7}
.contact-map-card .contact-map-address{margin:-8px 0 18px;padding:12px 14px;border-left:3px solid var(--accent);background:rgba(255,255,255,.08);color:#fff;font-weight:800}
.contact-map-card a{display:inline-grid;place-items:center;min-height:44px;padding:0 20px;background:var(--accent);color:#111820;font-weight:600;text-transform:uppercase;font-size:.82rem}
.contact-main{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);gap:clamp(26px,5vw,58px);align-items:start;padding-top:clamp(54px,7vw,88px)}
.contact-info-panel,.contact-form-panel{background:#fff;border:1px solid #e5eaee;box-shadow:0 18px 50px rgba(23,32,38,.08)}
.contact-info-panel{padding:clamp(26px,4vw,42px)}
.contact-form-panel{padding:clamp(26px,4vw,42px)}
.contact-info-panel h2,.contact-form-panel h2{margin:0 0 14px;color:var(--ink);font-size:clamp(1.45rem,2.3vw,2.2rem);line-height:1.12}
.contact-lead{margin:0 0 28px;color:#5d6a74;line-height:1.75}
.contact-info-list{display:grid;gap:18px}
.contact-info-list article{display:grid;grid-template-columns:46px 1fr;gap:15px;align-items:start;padding-bottom:18px;border-bottom:1px solid #edf0f2}
.contact-info-list article:last-child{border-bottom:0;padding-bottom:0}
.contact-info-list span{display:grid;place-items:center;width:46px;height:46px;border-radius:999px;background:#fff3d0;color:#f0a500;font-size:1.25rem}
.contact-info-list strong{display:block;margin-bottom:5px;font-weight: 600;color:var(--ink)}
.contact-info-list p{margin:0;color:#5d6a74;line-height:1.58}
.contact-info-list a{color:var(--ink);font-weight:600}
.contact-fast-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:30px}
.contact-fast-actions a{display:grid;place-items:center;min-height:48px;font-weight:600;text-transform:uppercase;font-size:.78rem}
.contact-fast-actions a:first-child{background:#111820;color:#fff}
.contact-fast-actions a:last-child{background:#21c569;color:#fff}
.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.contact-form .contact-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.contact-form label{display:grid;gap:8px;color:#33414b;font-size:.84rem;font-weight:600}
.contact-form .wide,.contact-form button,.contact-form .form-note{grid-column:1/-1}
.contact-form .form-note{min-height:22px;margin:0;font-weight:800}
.contact-form .form-note.is-success{color:#07a420}
.contact-form .form-note.is-error{color:#c21f32}
.contact-form input,.contact-form textarea{width:100%;min-height:50px;border:1px solid #d7e0e7;border-radius:4px;padding:12px 14px;background:#fff;color:var(--ink)}
.contact-form textarea{resize:vertical}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(248,188,9,.16);outline:0}
.contact-form button{border:0;cursor:pointer}
.contact-service-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-top:0}
.contact-service-strip article{padding:26px 24px;background:#fff;border:1px solid #e5eaee;box-shadow:0 14px 36px rgba(23,32,38,.06)}
.contact-service-strip span{display:inline-flex;margin-bottom:14px;color:var(--accent);font-weight:600;letter-spacing:.12em}
.contact-service-strip strong{display:block;margin-bottom:8px;color:var(--ink);font-size:1.08rem;font-weight: 600}
.contact-service-strip p{margin:0;color:#5d6a74;line-height:1.65}
@media(max-width:980px){.contact-main{grid-template-columns:1fr}.contact-service-strip{grid-template-columns:1fr}.contact-map-card{position:relative;left:auto;bottom:auto;width:auto;margin:-88px 18px 28px}.contact-map-hero{overflow:visible}.contact-map-pin{top:38%}.contact-fast-actions{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.contact-map-hero iframe{height:330px}.contact-form{grid-template-columns:1fr}.contact-fast-actions{grid-template-columns:1fr}.contact-map-card{padding:24px 20px}.contact-info-list article{grid-template-columns:40px 1fr}.contact-info-list span{width:40px;height:40px}}

* { box-sizing: border-box; }

.request-public-page{background:#f4f7fb}
.public-request-hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px; margin-top:60px;align-items:end;padding:clamp(54px,7vw,86px) clamp(20px,7vw,120px);background:linear-gradient(135deg,rgba(13,27,42,.96),rgba(21,41,56,.9)),url('../hero-whitegoods-service.webp') center/cover;color:#fff}
.public-request-hero span{display:inline-flex;margin-bottom:12px;color:var(--accent);font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.public-request-hero h1{max-width:760px;margin:0 0 16px;font-size:clamp(2rem,1vw,4rem);line-height:1.04;color:#fff}
.public-request-hero p{max-width:720px;margin:0;color:rgba(255,255,255,.78);font-size:1.05rem;line-height:1.75}
.public-request-hero aside{padding:24px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.1);box-shadow:0 24px 70px rgba(0,0,0,.22);backdrop-filter:blur(12px)}
.public-request-hero aside strong,.public-request-hero aside small{display:block;color:rgba(255,255,255,.72)}
.public-request-hero aside b{display:block;margin:8px 0;color:#fff;font-size:2rem}
.public-request-shell{max-width:1180px;margin:0 auto}
.public-request-alert{display:grid;gap:6px;margin-bottom:18px;padding:18px 20px;border-left:5px solid #17a673;background:#effaf5;box-shadow:0 14px 34px rgba(15,23,42,.06)}
.public-request-alert.is-error{border-left-color:#e51f2a;background:#fff1f2}
.public-request-alert strong{font-size:1.05rem}
.public-request-alert span{color:#526170}
.public-request-alert small{font-weight:900;color:#0f172a}
.public-request-alert a{color:#0b63ce;text-decoration:none}
.public-request-form{display:grid;gap:20px}
.public-request-form fieldset{display:grid;gap:18px;margin:0;padding:28px;border:1px solid #dfe8f0;background:#fff;box-shadow:0 18px 46px rgba(15,23,42,.07)}
.public-request-form legend{padding:0 10px;color:#0f172a;font-size:1.25rem;font-weight:600}
.public-request-form .contact-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.public-request-grid{display:grid;gap:16px}
.public-request-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.public-request-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.public-request-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.public-request-form label{display:grid;gap:8px;color:#263440;font-weight:600}
.public-request-form label span{font-size:.9rem}
.public-request-form b{color:#e51f2a}
.public-request-form input,.public-request-form select,.public-request-form textarea{width:100%;min-height:52px;border:1px solid #cfdbe6;border-radius:10px;padding:12px 14px;background:#fff;color:#122331}
.public-request-form textarea{resize:vertical}
.public-request-form input:focus,.public-request-form select:focus,.public-request-form textarea:focus{border-color:#f5b700;box-shadow:0 0 0 4px rgba(245,183,0,.17);outline:0}
.public-request-wide{display:grid}
.public-map-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}
.public-map-search-row button{min-height:52px;padding:0 18px;border:0;border-radius:10px;background:#c0222c;color:#fff;font-weight:600;cursor:pointer;white-space:nowrap}
.public-map-search-row button:hover{background:#a91c25}
.public-request-map{overflow:hidden;border:1px solid #d4e0ea;border-radius:12px;background:#f5f8fb}
.public-request-map [data-public-google-map-canvas]{height:280px;background:#e7eef5}
.public-request-map p{margin:0;padding:11px 14px;color:#526170;font-size:.9rem;line-height:1.45}
.public-map-address-grid textarea[readonly]{background:#f5f8fb;color:#526170}
.public-request-note{display:grid;align-content:center;gap:6px;padding:14px 16px;border-radius:12px;background:#f1f5f9;color:#526170}
.public-request-note strong{color:#122331}
.public-request-footer{display:flex;justify-content:flex-end;gap:12px;padding:8px 0 0}
.public-request-footer a,.public-request-footer button{display:inline-grid;place-items:center;min-height:52px;padding:0 24px;border:0;border-radius:10px;font-weight:600;cursor:pointer}
.public-request-footer a{background:#fff;color:#122331;border:1px solid #d7e0e7}
.public-request-footer button{background:linear-gradient(135deg,#e51f2a,#f04a25);color:#fff;box-shadow:0 14px 28px rgba(229,31,42,.22)}
@media(max-width:980px){.public-request-hero{grid-template-columns:1fr}.public-request-grid.three,.public-request-grid.four{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.public-request-hero{padding:42px 20px}.public-request-grid.two,.public-request-grid.three,.public-request-grid.four{grid-template-columns:1fr}.public-request-form fieldset{padding:22px 16px}.public-map-search-row{grid-template-columns:1fr}.public-map-search-row button{width:100%}.public-request-map [data-public-google-map-canvas]{height:230px}.public-request-footer{flex-direction:column}.public-request-footer a,.public-request-footer button{width:100%}}
.tracking-page{background:#f4f7fb}
.tracking-page,.tracking-page *{box-sizing:border-box}
.tracking-hero{display:grid;gap:14px;padding:clamp(52px,9vw,140px) clamp(20px,9vw,140px);background:linear-gradient(135deg,rgba(13,27,42,.96),rgba(21,41,56,.88)),url('../hero-whitegoods-service.webp') center/cover;color:#fff}
.tracking-hero span{color:var(--accent);font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.tracking-hero h1{max-width:820px;margin:0;color:#fff;font-size:clamp(1rem,1vw,4rem);line-height:1.5}
.tracking-hero p{max-width:760px;margin:0;color:rgba(255,255,255,.78);font-size:1.05rem;line-height:1.75}
.tracking-shell{max-width:1180px;margin:0 auto}
.tracking-form{display:grid;grid-template-columns:1.2fr 1fr .7fr auto;gap:14px;align-items:end;margin-bottom:20px;padding:20px;border:1px solid #dfe8f0;background:#fff;box-shadow:0 18px 46px rgba(15,23,42,.07)}
.tracking-shell,.tracking-form,.tracking-result,.tracking-open-list,.tracking-call-card,.tracking-completed,.tracking-history-item{min-width:0;max-width:100%}
.tracking-form strong,.tracking-form small{display:block;font-weight: 600}
.tracking-form small{margin-top:4px;color:#66758a}
.tracking-form label{display:grid;gap:8px;font-weight:600;color:#263440}
.tracking-form label span{font-size:.84rem}
.tracking-form input{width:100%;min-width:0;min-height:50px;border:1px solid #cfdbe6;border-radius:10px;padding:12px 14px;background:#fff}
.tracking-form input:focus{border-color:#f5b700;box-shadow:0 0 0 4px rgba(245,183,0,.16);outline:0}
.tracking-form button{width:100%;min-width:0;min-height:50px;border:0;border-radius:10px;background:linear-gradient(135deg,#e51f2a,#f04a25);color:#fff;font-weight:600;padding:0 20px;cursor:pointer}
.tracking-alert{margin-bottom:18px;padding:16px 18px;border-left:5px solid #17a673;background:#effaf5;font-weight:600;color:#122331}
.tracking-alert.is-error{border-left-color:#e51f2a;background:#fff1f2;color:#9f1239}
.tracking-result{display:grid;gap:20px}
.tracking-result>header{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:22px 24px;border:1px solid #dfe8f0;background:#fff;box-shadow:0 18px 46px rgba(15,23,42,.06)}
.tracking-result>header span{color:#66758a;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.tracking-result>header h2{margin:4px 0 0;font-size:1.2rem}
.tracking-result>header a{display:inline-grid;place-items:center;min-height:44px;padding:0 16px;border-radius:10px;background:#122331;color:#fff;text-decoration:none;font-weight:600}
.tracking-open-list{display:grid;gap:18px}
.tracking-empty,.tracking-call-card,.tracking-history-item{border:1px solid #dfe8f0;background:#fff;box-shadow:0 18px 46px rgba(15,23,42,.06)}
.tracking-empty{padding:24px;color:#66758a}
.tracking-call-card{display:grid;gap:18px;padding:24px}
.tracking-call-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
.tracking-call-head small,.tracking-call-head span{display:block;color:#66758a}
.tracking-call-head strong{display:block;margin:4px 0;color:#0f172a;font-size:1.4rem}
.tracking-call-head b{display:inline-grid;place-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#e8f1ff;color:#0b63ce}
.tracking-stepper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}
.tracking-stepper li{display:grid;gap:8px;place-items:center;text-align:center;padding:14px 10px;border:1px solid #dfe8f0;border-radius:14px;background:#f8fafc;color:#64748b}
.tracking-stepper li span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#dbe4ee;color:#475569;font-weight:950}
.tracking-stepper li strong{font-size:.86rem}
.tracking-stepper li.is-done{background:#ecfdf5;border-color:#b7efce;color:#047857}
.tracking-stepper li.is-done span{background:#16a34a;color:#fff}
.tracking-stepper li.is-current{background:#fff7ed;border-color:#fed7aa;color:#c2410c}
.tracking-stepper li.is-current span{background:#f97316;color:#fff}
.tracking-call-info,.tracking-history-body dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0}
.tracking-call-info div,.tracking-history-body dl div{padding:14px;border:1px solid #edf1f5;border-radius:12px;background:#fbfdff}
.tracking-call-info dt,.tracking-history-body dt{margin-bottom:5px;color:#66758a;font-size:.8rem;font-weight:600}
.tracking-call-info dd,.tracking-history-body dd{margin:0;font-weight:600;color:#122331}
.tracking-note{margin:0;padding:16px;border-radius:14px;background:#f8fafc;color:#334155;line-height:1.6}
.tracking-completed{display:grid;gap:12px}
.tracking-completed h3{margin:8px 0 0;font-size:1rem;font-weight: 600}
.tracking-muted{margin:0;color:#66758a}
.tracking-history-item{padding:0}
.tracking-history-item summary{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:18px 20px;cursor:pointer;font-weight:600}
.tracking-history-item summary b{color:#16a34a;font-weight: 600}
.tracking-history-body{display:grid;gap:16px;padding:0 20px 20px}
.tracking-operation-table{width:100%;border-collapse:collapse;background:#fff}
.tracking-operation-table th,.tracking-operation-table td{padding:11px 12px;border:1px solid #e5edf4;text-align:left}
.tracking-operation-table th{background:#122331;color:#fff;font-size:.82rem;text-transform:uppercase}
.tracking-operation-table td:last-child{font-weight:600;text-align:right}
@media(max-width:980px){.tracking-form{grid-template-columns:1fr 1fr}.tracking-call-info,.tracking-history-body dl{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.tracking-form,.tracking-call-info,.tracking-history-body dl,.tracking-stepper{grid-template-columns:1fr}.tracking-call-head,.tracking-result>header{flex-direction:column;align-items:stretch}.tracking-result>header a,.tracking-form button{width:100%}}
@media(max-width:640px){.tracking-page{overflow-x:hidden}.tracking-hero{padding:38px 18px}.tracking-hero h1{font-size:clamp(2rem,11vw,2.65rem)}.tracking-hero p{font-size:.98rem;line-height:1.65}.tracking-shell{width:100%;padding-inline:14px}.tracking-form{width:100%;margin-inline:0;padding:18px 16px}.tracking-form label{min-width:0}.tracking-result>header,.tracking-call-card,.tracking-history-item summary,.tracking-history-body{padding-inline:16px}.tracking-operation-table{min-width:520px}.tracking-history-body{overflow-x:auto}}
.support-page{background:#f4f7fb}
.support-hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:end;padding:clamp(56px,9vw,140px) clamp(20px,7vw,120px);background:linear-gradient(135deg,rgba(13,27,42,.97),rgba(17,36,50,.9)),url('../hero-whitegoods-service.webp') center/cover;color:#fff}
.support-hero span{display:inline-flex;margin-bottom:12px;color:var(--accent);font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.support-hero h1{max-width:880px;margin:0 0 16px;color:#fff;font-size:clamp(2rem,1vw,4.15rem);line-height:1.04}
.support-hero p{max-width:760px;margin:0;color:rgba(255,255,255,.78);font-size:1.05rem;line-height:1.75}
.support-hero aside{padding:24px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.1);box-shadow:0 24px 70px rgba(0,0,0,.22);backdrop-filter:blur(12px)}
.support-hero aside strong{display:block;margin-bottom:10px;color:#fff;font-size:1.05rem}
.support-hero aside p{font-size:.95rem;line-height:1.65}
.support-shell{max-width:1240px;margin:0 auto}
.support-filter-card{display:grid;grid-template-columns:1.15fr repeat(3,minmax(150px,1fr)) auto;gap:14px;align-items:end;margin-bottom:22px;padding:20px;border:1px solid #dfe8f0;background:#fff;box-shadow:0 18px 46px rgba(15,23,42,.07)}
.support-filter-card strong,.support-filter-card small{display:block}
.support-filter-card strong{font-size:1.1rem;color:#122331;padding-bottom:20px; }
.support-filter-card small{margin-top:5px;color:#66758a}
.support-filter-card label,.support-consult-form label{display:grid;gap:8px;color:#263440;font-weight:600}
.support-filter-card label span,.support-consult-form label span{font-size:.84rem}
.support-filter-card input,.support-filter-card select,.support-consult-form input,.support-consult-form select,.support-consult-form textarea{width:100%;min-height:50px;border:1px solid #cfdbe6;border-radius:10px;padding:12px 14px;background:#fff;color:#122331}
.support-filter-card input:focus,.support-filter-card select:focus,.support-consult-form input:focus,.support-consult-form select:focus,.support-consult-form textarea:focus{border-color:#f5b700;box-shadow:0 0 0 4px rgba(245,183,0,.16);outline:0}
.support-filter-actions{display:flex;gap:8px}.support-filter-actions button,.support-filter-actions a{display:inline-grid;place-items:center;min-height:50px;border:0;border-radius:10px;padding:0 16px;font-weight:600;cursor:pointer;text-decoration:none}.support-filter-actions button{background:#122331;color:#fff}.support-filter-actions a{background:#eef3f8;color:#122331}
.support-content-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:24px;align-items:start}
.support-faq-list{display:grid;gap:16px}
.support-faq-card{display:grid;gap:12px;padding:22px;border:1px solid #dfe8f0;background:#fff;box-shadow:0 18px 46px rgba(15,23,42,.06)}
.support-faq-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.support-faq-meta span,.support-faq-meta b{display:inline-grid;place-items:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:.78rem;font-weight:600}
.support-faq-meta span{background:#eef6ff;color:#0b63ce}
.support-faq-meta b{background:#fff7e1;color:#9b5b00}
.support-faq-card h2{margin:0;color:#0f172a;font-size:1.25rem;line-height:1.25}
.support-faq-card p{margin:0;color:#5b6875;line-height:1.68}
.support-faq-card details{border-top:1px solid #edf1f5;padding-top:10px}
.support-faq-card summary{cursor:pointer;color:#122331;font-weight:600}
.support-faq-card details div{margin-top:12px;color:#334155;line-height:1.75}
.support-empty{margin:0;padding:22px;border:1px dashed #cfdbe6;background:#fff;color:#66758a}
.support-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:4px;padding:16px 18px;border:1px solid #dfe8f0;background:#fff;box-shadow:0 18px 46px rgba(15,23,42,.05)}.support-pagination span{color:#66758a;font-weight:600}.support-pagination div{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:6px;min-width:max-content}.support-pagination a{display:grid;place-items:center;min-width:36px;min-height:36px;padding:0 12px;border:1px solid #d8e2eb;border-radius:9px;background:#fff;color:#122331;text-decoration:none;font-weight:600;white-space:nowrap}.support-pagination a.is-active{border-color:#122331;background:#122331;color:#fff}.support-pagination a.is-disabled{pointer-events:none;opacity:.45}
.support-consult-card{position:sticky;top:116px;display:grid;gap:16px;padding:24px;border:1px solid #dfe8f0;background:#fff;box-shadow:0 18px 46px rgba(15,23,42,.08)}
.support-consult-card h2{margin:0;color:#122331;font-size:1.35rem;line-height:1.2}
.support-consult-card p{margin:0;color:#5b6875;line-height:1.68}
.support-consult-form{display:grid;gap:14px}
.support-consult-form .contact-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.support-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.support-consult-form textarea{resize:vertical}
.support-consult-form button{display:grid;place-items:center;min-height:52px;border:0;border-radius:10px;background:linear-gradient(135deg,#e51f2a,#f04a25);color:#fff;font-weight:600;cursor:pointer}
.support-alert{padding:14px 16px;border-left:5px solid #17a673;background:#effaf5;color:#122331;font-weight:600}
.support-alert.is-error{border-left-color:#e51f2a;background:#fff1f2;color:#9f1239}
@media(max-width:1050px){.support-hero,.support-content-layout{grid-template-columns:1fr}.support-consult-card{position:static}.support-filter-card{grid-template-columns:1fr 1fr}.support-filter-actions{grid-column:1/-1}}
@media(max-width:640px){.support-hero{padding:42px 20px}.support-filter-card,.support-form-grid{grid-template-columns:1fr}.support-faq-card,.support-consult-card{padding:18px}.support-pagination{align-items:stretch;flex-direction:column}.support-pagination div{justify-content:flex-start;overflow-x:auto;padding-bottom:2px}}
.support-page,.support-page *{box-sizing:border-box}
.support-shell,.support-filter-card,.support-content-layout,.support-faq-list,.support-faq-card,.support-consult-card{min-width:0;max-width:100%}
.support-faq-card h2,.support-faq-card p,.support-faq-card details,.support-faq-card summary,.support-faq-card details div{max-width:100%;overflow-wrap:anywhere;word-break:normal}
.support-faq-meta{min-width:0}
.support-faq-meta span,.support-faq-meta b{max-width:100%;min-width:0;white-space:normal;text-align:center;overflow-wrap:anywhere;line-height:1.25}
@media(max-width:640px){.support-page{overflow-x:hidden}.support-shell{width:100%;padding-inline:14px}.support-filter-card{margin-inline:0;padding:16px}.support-content-layout{width:100%;gap:16px}.support-faq-card{width:100%;padding:16px;border-radius:14px}.support-faq-meta{gap:6px}.support-faq-meta span,.support-faq-meta b{min-height:26px;padding:4px 8px;font-size:.72rem}.support-faq-card h2{font-size:1rem;line-height:1.35}.support-faq-card p{font-size:.94rem;line-height:1.6}.support-faq-card summary{line-height:1.35}.support-pagination{padding:14px;overflow:hidden}.support-pagination div{max-width:100%;min-width:0;overflow-x:auto}}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  letter-spacing: 0;
}

.marketbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 clamp(18px, 2vw, 36px);
  background: #242424;
  color: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.75);
}

.marketbar strong {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.25rem;
  font-weight: 850;
}

.marketbar span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: #78c839;
  color: #1c1c1c;
  font-style: italic;
}

.marketbar em {
  color: #d6d6d6;
  font-style: normal;
  font-weight: 400;
}

.marketbar button {
  min-height: 42px;
  border: 0;
  border-radius: 4px;
  padding: 0 22px;
  background: #82c541;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.18);
}

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

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

button, input, textarea {
  font: inherit;
}

section[id] {
  scroll-margin-top: 160px;
}

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 15;
  display: block;
  min-height: 110px;
  padding: 0 clamp(18px, 13.4vw, 258px);
  color: #fff;
  background: linear-gradient(180deg, rgba(11, 23, 35, .78), rgba(11, 23, 35, .54));
  box-shadow: 0 1px 0 rgba(255,255,255,.08), 0 22px 50px rgba(0,0,0,.12);
  backdrop-filter: blur(10px);
  transition: background .25s ease, box-shadow .25s ease, color .25s ease, backdrop-filter .25s ease;
}

.topbar.is-scrolled {
  background: rgb(14 26 38 / 76%);
  color: #fff;
  box-shadow: 0 10px 35px rgba(0,0,0,.22);
  backdrop-filter: blur(18px);
}

.utility-row,
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.utility-row {
  min-height: 40px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.9);
  font-size: .82rem;
  font-weight: 600;
}

.utility-row p {
  margin: 0 auto 0 0;
}

.utility-row strong {
  color: #fff;
  font-weight: 600;
}

.utility-links {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 600;
}

.utility-links {
  letter-spacing: .04em;
}

.utility-links button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 3px;
  background: rgba(8, 20, 31, .78);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
}

.login-dropdown {
  position: relative;
  z-index: 80;
}

.login-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  min-height: 0;
  min-width: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
}

.login-trigger:hover,
.login-trigger:focus {
  background: transparent;
  color: #fff;
}

.login-panel {
  position: absolute;
  z-index: 1000;
  top: calc(100% + 16px);
  right: -48px;
  width: min(340px, calc(100vw - 32px));
  padding: 24px;
  border-top: 3px solid var(--accent);
  background: rgba(255,255,255,.98);
  color: var(--ink);
  box-shadow: 0 24px 65px rgba(0,0,0,.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}

.login-dropdown:hover .login-panel,
.login-dropdown:focus-within .login-panel,
.login-dropdown.is-open .login-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.login-panel strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.15rem;
}

.login-panel p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.55;
}

.login-panel form {
  display: grid;
  gap: 10px;
}

.login-panel input {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 10px 12px;
}

.login-panel form button {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 4px;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}

.login-panel a {
  color: var(--accent);
  font-size: .85rem;
  font-weight: 600;
}

.profile-captcha-inline{display:grid;gap:5px;color:var(--ink);font-size:.83rem;font-weight:600}.profile-captcha-inline input{min-height:40px}
.customer-profile-page{background:#f4f7fb;min-height:70vh;padding-bottom:56px}.customer-profile-page *{box-sizing:border-box}.customer-profile-hero{padding:72px max(24px,calc((100% - 1160px)/2));background:linear-gradient(120deg,#0d1b2a,#20394f);color:#fff}.customer-profile-hero span,.customer-profile-section header>span{font-size:.75rem;font-weight:600;letter-spacing:.11em;color:#f5b700}.customer-profile-hero h1{margin:10px 0;font-size:clamp(2rem,4vw,3.2rem)}.customer-profile-hero p{max-width:670px;margin:0;color:#dbe7f1;line-height:1.65}.customer-profile-shell{max-width:1160px;margin:0 auto;padding:36px 20px}.customer-profile-login{max-width:560px;margin:0 auto;padding:28px;display:grid;gap:16px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 16px 36px rgba(15,23,42,.08)}.customer-profile-login strong{display:block;font-size:1.25rem;color:#172033}.customer-profile-login small{display:block;margin-top:6px;color:#64748b;line-height:1.5}.customer-profile-login label{display:grid;gap:7px;font-weight:600;color:#334155}.customer-profile-login input{min-height:46px;border:1px solid #cfd9e5;border-radius:8px;padding:10px 12px;font:inherit}.customer-profile-login button{min-height:48px;border:0;border-radius:8px;background:#ef2b2d;color:#fff;font-weight:600;cursor:pointer}.customer-profile-alert{max-width:560px;margin:0 auto 20px;padding:13px 16px;border-radius:8px}.customer-profile-alert.is-error{background:#fff0f1;color:#a91f2b;border:1px solid #fecdd3}.customer-profile-alert.is-success{background:#edfbf2;color:#13733f;border:1px solid #bbf7d0}.customer-profile-actions{display:flex;justify-content:flex-end;margin-bottom:14px}.customer-profile-actions a{color:#000;font-weight:600}.customer-profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:22px}.customer-profile-stats article{padding:22px;background:#fff;border:1px solid #e2e8f0;border-radius:14px}.customer-profile-stats strong{display:block;font-size:2rem;color:#0d1b2a}.customer-profile-stats span{color:#64748b}.customer-profile-section{margin-top:22px;padding:26px;background:#fff;border:1px solid #e2e8f0;border-radius:14px}.customer-profile-section header{margin-bottom:18px}.customer-profile-section h2{margin:6px 0 0;color:#172033;font-size:1.35rem}.customer-profile-empty{margin:0;color:#64748b}.customer-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.customer-product-grid article,.customer-operation-list article{display:grid;gap:5px;padding:16px;border:1px solid #e2e8f0;border-radius:10px}.customer-product-grid strong,.customer-call-list strong,.customer-operation-list strong{color:#172033}.customer-product-grid span,.customer-product-grid small,.customer-call-list span,.customer-operation-list span{color:#64748b}.customer-call-list{display:grid;gap:10px}.customer-call-list article{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px;border:1px solid #e2e8f0;border-radius:10px}.customer-call-list article>div{display:grid;gap:5px}.customer-call-list b{padding:7px 10px;border-radius:999px;background:#fff3cd;color:#8a5a00;font-size:.82rem;white-space:nowrap}.customer-call-list b.is-closed{background:#e7f8ee;color:#187443}.customer-operation-list{display:grid;gap:10px}@media(max-width:700px){.customer-profile-hero{padding:48px 20px}.customer-profile-shell{padding:24px 14px}.customer-profile-stats,.customer-product-grid{grid-template-columns:1fr}.customer-call-list article{align-items:flex-start;flex-direction:column}.customer-profile-login,.customer-profile-section{padding:20px}}

.utility-links .login-trigger {
  display: inline-flex;
  width: auto;
  height: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  box-shadow: none;
}

.utility-links .login-trigger:hover,
.utility-links .login-trigger:focus {
  background: transparent;
}

.utility-links .login-dropdown {
  z-index: 1200;
}

.utility-links .login-panel {
  z-index: 1300;
}

.nav-row {
  min-height: 74px;
  border-bottom: 1px solid rgba(255,255,255,.05);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 2.28rem;
  line-height: 1;
}

.logo-brand {
  flex: 0 0 auto;
  min-width: 150px;
  max-width: 230px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.logo-brand img {
  width: 100%;
  height: 62px;
  object-fit: contain;
}

.brand-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 0;
  height: 0;
}

.brand-icon::before {
  content: "";
  width: 24px;
  height: 18px;
  background: var(--accent);
  transform: skew(-18deg);
  box-shadow: 9px 0 0 #b71135, 18px 0 0 #7f2fe2;
}

.site-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(8px, 1vw, 18px);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .015em;
}

.nav-item {
  position: static;
}

.nav-mobile-only {
  display: none;
}

.nav-item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  min-height: 74px;
  color: rgba(255,255,255,.94);
  line-height: 1.18;
  opacity: .96;
  transition: background .18s ease, color .18s ease;
  font-weight: 600;
}

.nav-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.nav-item:hover > a::after,
.nav-item:focus-within > a::after,
.nav-item.is-open > a::after {
  transform: scaleX(1);
}

.nav-item:hover > a,
.nav-item:focus-within > a,
.nav-item.is-open > a,
.nav-item.is-active > a {
  background: var(--accent);
  color: #fff;
  border-radius: 3px 3px 3px 3px;
}

.nav-item.has-mega:hover > a,
.nav-item.has-mega:focus-within > a,
.nav-item.has-mega.is-open > a {
  background: var(--accent);
  padding-inline: 11px;
}

.nav-item:hover > a::after,
.nav-item:focus-within > a::after,
.nav-item.is-open > a::after {
  background: #fff;
}

.quote-button,
.primary,
.secondary,
.product-grid button,
.pricing-grid a,
.newsletter button,
.contact-card button,
.modal button[type="submit"] {
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.quote-button,
.primary,
.product-grid button,
.newsletter button,
.contact-card button,
.modal button[type="submit"] {
  background: var(--accent);
  color: #fff;
}

.quote-button {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 86px;
  min-height: 78px;
  padding: 8px 10px 18px;
  border-radius: 3px 3px 0 0;
  background: var(--accent);
  font-size: .72rem;
  line-height: 1.05;
  text-align: center;
  font-weight: 700;
}

.quote-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 43px solid transparent;
  border-right: 43px solid transparent;
  border-top: 12px solid var(--accent);
}

.quote-button span {
  display: block;
  font-size: 1.02rem;
  font-weight: 600;
}

.mega-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 74px;
  display: grid;
  gap: 38px;
  padding: 36px 38px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 3px;
  background: rgba(248,248,248,.94);
  color: var(--ink);
  box-shadow: 0 28px 75px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.92);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .22s ease, transform .22s ease;
  backdrop-filter: blur(10px);
}

.pages-panel {
  grid-template-columns: repeat(4, 1fr);
  min-width: min(1388px, calc(100vw - 120px));
  margin-left: calc(-1 * clamp(220px, 18vw, 330px));
}

.mega-panel.compact {
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  width: min(640px, calc(100vw - 36px));
  right: auto;
  left: 0;
}

.has-mega:hover .mega-panel,
.has-mega:focus-within .mega-panel,
.has-mega.is-open .mega-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-panel h3 {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(23,32,38,.1);
  color: #3a3a3a;
  font-size: .92rem;
  letter-spacing: .02em;
}

.mega-panel a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #6f767b;
  font-size: .84rem;
  font-weight: 500;
  letter-spacing: .02em;
}

.mega-panel a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width .18s ease;
}

.mega-panel a:hover,
.mega-panel a:focus {
  color: #252525;
}

.mega-panel a:hover::after,
.mega-panel a:focus::after,
.mega-panel .active-link::after {
  width: 76px;
}

.mega-panel .active-link {
  color: #3b3b3b;
}

.promo-tile {
  display: grid;
  align-content: center;
  min-height: 180px;
  padding: 24px;
  background-image: linear-gradient(135deg, rgba(219,31,37,.94), rgba(240,90,40,.88));
  color: #fff;
}

.promo-tile span {
  font-size: .82rem;
  font-weight: 900;
}

.promo-tile strong {
  margin: 6px 0 14px;
  font-size: 1.8rem;
}

.promo-tile a {
  color: #fff;
  font-weight: 850;
}

.promo-tile a::after {
  background: #fff;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 6px;
  background: rgba(255,255,255,.12);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: clamp(700px, 84vh, 840px);
  overflow: hidden;
  background: #111;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 62% 30%, rgba(255,255,255,.12), transparent 32%),
    linear-gradient(90deg, rgba(10,20,36,.34), rgba(10,20,36,.08));
  mix-blend-mode: soft-light;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  padding: 160px clamp(18px, 12.4vw, 240px) 142px;
  background-image:
    linear-gradient(90deg, rgba(10,22,36,.9) 0%, rgba(14,33,54,.62) 45%, rgba(14,33,54,.28) 100%),
    linear-gradient(0deg, rgba(8,13,18,.28), rgba(8,13,18,.04)),
    var(--photo);
  background-position: var(--position, center top);
  background-size: cover;
  color: #fff;
  opacity: 0;
  filter: saturate(.92) contrast(1.05);
  transform: scale(1.035);
  transition: opacity .65s ease, transform 1.1s ease, filter .8s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.coming h2 {
  margin: 0 0 10px 0;
  line-height: 1.02;
}

.sale-kicker,
.discount,
.collection-cta,
.sale-subtitle {
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(18, 35, 59, .64);
  color: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  backdrop-filter: blur(5px);
}

.sale-kicker {
  padding: 15px 34px 15px 24px;
  font-size: clamp(1.12rem, 1.75vw, 1.55rem);
  line-height: 1.05;
  transform: none;
}

.sale-kicker > * ,
.discount > *,
.collection-cta {
  transform: none;
}

.sale-kicker strong,
.discount strong {
  font-weight: 950;
}

.sale-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 28px;
}

.discount {
  min-height: 56px;
  padding: 12px 34px 12px 24px;
  font-size: clamp(1.12rem, 1.9vw, 1.7rem);
  transform: none;
  background: rgba(9, 16, 25, .72);
}

.collection-cta {
  display: grid;
  place-items: center;
  min-height: 56px;
  min-width: 218px;
  border: 0;
  padding: 0 28px;
  background: linear-gradient(135deg, #f8bc09, rgba(240, 90, 40, .88));
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transform: none;
  box-shadow: 0 16px 34px rgba(219,31,37,.2);
  transition: filter .2s ease, transform .2s ease;
}

.collection-cta:hover,
.collection-cta:focus {
  filter: brightness(1.08);
}

.sale-subtitle {
  margin: 6px 0 0;
  padding: 11px 24px;
  background: rgba(9, 16, 25, .64);
  font-size: .94rem;
}

.big-cta {
  position: static;
  width: fit-content;
  max-width: 100%;
  min-height: 52px;
  margin-top: 18px;
  margin-left: clamp(285px, 28.5vw, 420px);
  justify-content: flex-start;
  padding: 0 24px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-warm) 100%);
  font-size: clamp(.88rem, 1.08vw, 1rem);
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
}

.hero-service-visual {
  --hero-icon-size: clamp(76px, 5.4vw, 92px);
  position: absolute;
  z-index: 2;
  right: clamp(38px, 13.4vw, 258px);
  top: 50%;
  display: grid;
  grid-template-columns: repeat(2, var(--hero-icon-size));
  gap: 12px;
  transform: translateY(-42%);
  opacity: .9;
}

.hero-service-visual img {
  width: var(--hero-icon-size);
  height: var(--hero-icon-size);
  padding: clamp(16px, 1.35vw, 21px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  background: rgba(255,255,255,.86);
  object-fit: contain;
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
}

.primary,
.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
}

.secondary {
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(255,255,255,.12);
  color: #fff;
}

.hero-controls {
  position: absolute;
  left: clamp(18px, 13.4vw, 258px);
  bottom: 34px;
  z-index: 6;
  display: flex;
  gap: 8px;
}

.hero-controls button,
.filters button {
  min-width: 40px;
  min-height: 34px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 6px;
  background: rgba(255,255,255,.12);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}

.hero-controls button.is-active {
  background: #fff;
  color: var(--ink);
}

.hero-red-panel {
  position: absolute;
  left: clamp(18px, 13.4vw, 258px);
  right: clamp(18px, 13.4vw, 258px);
  bottom: 116px;
  z-index: 1;
  min-height: 86px;
  padding: 19px 30px;
  background: linear-gradient(135deg, #f8bc09 0%, rgba(240, 90, 40, .94) 100%);
  color: #fff;
  box-shadow: 0 18px 48px rgba(0,0,0,.2);
}

.hero-red-panel::before {
  display: none;
  content: none;
}

.hero-red-panel h1 {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.45rem);
  font-weight: 600;
}

.hero-red-panel p {
  margin: 6px 0 0;
  color: rgba(255,255,255,.82);
  font-size: .96rem;
  font-weight: 600;
}

.hero-arrow {
  position: absolute;
  top: 58%;
  z-index: 5;
  width: 52px;
  height: 52px;
  border: 0;
  border-top: 4px solid rgba(255,255,255,.62);
  border-left: 4px solid rgba(255,255,255,.62);
  background: transparent;
  cursor: pointer;
  opacity: .78;
  transition: opacity .2s ease, transform .2s ease;
}

.hero-arrow:hover,
.hero-arrow:focus {
  opacity: 1;
}

.hero-arrow-left {
  left: 34px;
  transform: rotate(-45deg);
}

.hero-arrow-right {
  right: 34px;
  transform: rotate(135deg);
}

.hero-menu-lines {
  position: absolute;
  right: 32px;
  bottom: 110px;
  z-index: 5;
  display: grid;
  gap: 7px;
  width: 64px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hero-menu-lines span {
  display: block;
  height: 2px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 1px 0 rgba(0,0,0,.14);
}

.hero-menu-lines span:first-child {
  background: var(--accent);
}

.section {
  padding: clamp(40px, 7vw, 45px) clamp(18px, 5vw, 76px)
}

.section-head {
  width: min(760px, 100%);
  margin: 0 auto 32px;
  text-align: center;
}

.section-head.row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  width: auto;
  text-align: left;
}

.section h2,
.coming h2 {
  font-size: clamp(1rem, 1vw, 2.45rem);
  letter-spacing: 0;
  font-weight: 500;
}

.section-head p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.feature-band {
  background: #fff;
  padding-top: clamp(72px, 8vw, 104px);
}

.service-section-head h2 {
  font-size: clamp(1.34rem, 2.05vw, 2.12rem);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.feature-grid:not(.is-expanded) .is-extra-service {
  display: none;
}

.feature-grid article {
  position: relative;
  overflow: hidden;
  min-height: 198px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 38px rgba(17, 28, 32, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.feature-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-warm));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}

.feature-grid article:hover {
  border-color: rgba(219,31,37,.22);
  box-shadow: 0 20px 48px rgba(17,28,32,.1);
  transform: translateY(-4px);
}

.feature-grid article:hover::before {
  transform: scaleX(1);
}

.service-icon-box {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  background: #111820;
  border: 1px solid transparent;
  transition: background .22s ease, border-color .22s ease, transform .22s ease;
}

.service-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1) brightness(3);
  transition: filter .22s ease;
}

.service-icon-box:has(.service-icon[src*="premium-"]) {
  background: #fff;
  border-color: rgba(17, 24, 32, .08);
  box-shadow: 0 8px 22px rgba(17, 28, 32, .08);
}

.service-icon[src*="premium-"] {
  filter: none;
}

.feature-grid article:hover .service-icon-box {
  border-color: transparent;
  background: var(--accent);
  transform: translateY(-2px);
}

.feature-grid article:hover .service-icon {
  filter: invert(1) brightness(3);
}

.feature-grid article:hover .service-icon[src*="premium-"] {
  filter: none;
}

.service-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 62px;
}

.feature-grid h3,
.pricing-grid h3,
.blog-grid h3,
.product-grid h3,
.timeline h3 {
  margin: 14px 0 8px;
}

.service-card-head h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.25;
  font-weight: 600;
}

.feature-grid p {
  margin: 18px 0 0;
  font-size: .94rem;
}

.service-toggle-row {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.service-toggle {
  min-height: 48px;
  border: 0;
  border-radius: 4px;
  padding: 0 26px;
  background: #111820;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: .02em;
  box-shadow: 0 16px 34px rgba(17,28,32,.12);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.service-toggle:hover,
.service-toggle:focus {
  background: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(219,31,37,.18);
}

.stats {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(420px, 1.18fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
  padding: clamp(42px, 6vw, 74px) clamp(18px, 8vw, 120px);
  border-top: 1px solid rgba(17,28,32,.08);
  border-bottom: 1px solid rgba(17,28,32,.08);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(242,245,246,.96)),
    radial-gradient(circle at 92% 18%, rgba(219,31,37,.08), transparent 34%);
}

.stats-copy {
  max-width: 520px;
}

.stats-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(1.42rem, 1.05vw, 2.18rem);
  line-height: 1.05;
  font-weight: 600;
}

.stats-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

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

.stats article {
  position: relative;
  min-height: 132px;
  padding: 24px;
  border: 1px solid rgba(17,28,32,.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(17,28,32,.07);
}

.stats article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(180deg, var(--accent), var(--accent-warm));
}

.stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(1.45rem, 1.25vw, 2.15rem);
  line-height: 1;
}

.stats span {
  color: var(--muted);
  font-weight: 750;
}

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

.filters button {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.filters button.is-active {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.portfolio-grid article {
  position: relative;
  display: flex;
  min-height: 238px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(219,31,37,.11);
  border-radius: var(--radius);
  background-image:
    linear-gradient(180deg, rgba(15,24,30,.1) 0%, rgba(15,24,30,.86) 100%),
    var(--photo);
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: 0 16px 42px rgba(17,28,32,.13);
  transition: transform .22s ease, opacity .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.portfolio-grid article.is-hidden {
  display: none;
}

.portfolio-grid article:hover {
  border-color: rgba(219,31,37,.24);
  box-shadow: 0 20px 48px rgba(17,28,32,.1);
  transform: translateY(-4px);
}

.portfolio-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  object-fit: contain;
}

.portfolio-grid h3 {
  margin: 0 0 6px;
  font-size: 1.08rem;
  font-weight: 600;
}

.portfolio-grid p {
  margin: 0;
  color: rgba(255,255,255,.78);
}

.portfolio-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  align-self: flex-start;
  margin-top: 14px;
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 5px;
}

.portfolio-detail-link:hover,
.portfolio-detail-link:focus-visible {
  color: var(--accent);
}

.shop-band,
.process-band,
.faq-band {
  background: #ecf0ed;
}

.product-grid,
.pricing-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-grid img,
.blog-grid img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.image-trigger {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.image-trigger img {
  transition: filter .2s ease, transform .24s ease;
}

.image-trigger:hover img,
.image-trigger:focus img {
  filter: brightness(.94) saturate(1.08);
  transform: scale(1.015);
}

.product-grid img.request-icon {
  display: block;
  width: 112px;
  height: 112px;
  margin: 28px auto 10px;
  padding: 20px;
  aspect-ratio: auto;
  border: 1px solid rgba(219,31,37,.12);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(219,31,37,.08), rgba(239,76,39,.05)),
    #fff;
  object-fit: contain;
}

.product-grid article,
.blog-grid article {
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}

.product-grid article:hover,
.blog-grid article:hover,
.pricing-grid article:hover,
.people article:hover,
.faq-list details:hover {
  box-shadow: 0 22px 52px rgba(17,28,32,.11);
  transform: translateY(-3px);
}

.product-grid article > :not(img),
.blog-grid article > :not(.image-trigger) {
  margin-left: 20px;
  margin-right: 20px;
}

.product-grid button {
  width: calc(100% - 40px);
  min-height: 46px;
  margin: 8px 20px 22px;
  transition: background .2s ease, transform .2s ease;
}

.product-grid button.is-added {
  background: #18252d;
  transform: translateY(-2px);
}

.pricing-grid article {
  padding: 24px;
  transition: transform .22s ease, box-shadow .22s ease;
}

.pricing-grid .featured {
  border-color: var(--accent);
  box-shadow: 0 18px 48px rgba(219,31,37,.1);
  transform: none;
}

.pricing-grid .featured:hover {
  transform: translateY(-3px);
}

.pricing-grid strong {
  display: block;
  margin: 18px 0;
  font-size: 3rem;
}

.pricing-grid a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 18px;
  background: var(--ink);
  color: #fff;
}

.pricing-grid .featured a {
  background: linear-gradient(135deg, var(--accent), var(--accent-warm));
}

.service-flow article {
  min-height: 210px;
}

.service-flow span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: rgba(219,31,37,.1);
  color: var(--accent);
  font-weight: 950;
}

.service-flow .featured span {
  background: var(--accent);
  color: #fff;
}

.service-flow h3 {
  margin-top: 0;
  font-size: 1.08rem;
}

.service-flow p {
  font-size: .94rem;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 0;
  list-style: none;
}

.timeline li {
  padding-top: 18px;
  border-top: 3px solid var(--accent);
}

.timeline span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-warm));
  color: #fff;
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 40px;
  align-items: center;
  background: #fff;
}

.people {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.people article {
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}

.people img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.people h3,
.people p {
  margin-left: 18px;
  margin-right: 18px;
}

.testimonials {
  padding: clamp(52px, 7vw, 86px) clamp(18px, 5vw, 76px);
  background: linear-gradient(135deg, #172026 0%, #2a1215 100%);
  color: #fff;
  text-align: center;
}

.testimonials blockquote {
  max-width: 900px;
  margin: 0 auto 18px;
  font-size: clamp(1.12rem, 1.95vw, 1.78rem);
  line-height: 1.16;
}

.testimonials cite {
  color: rgba(255,255,255,.72);
}

.text-link {
  color: var(--accent);
  font-weight: 900;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.gallery .image-trigger {
  overflow: hidden;
}

.gallery img {
  width: 100%;
  aspect-ratio: 1.12;
  object-fit: cover;
}

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

.faq-list details {
  padding: 22px 24px;
  background: #fff;
  transition: transform .22s ease, box-shadow .22s ease;
}

.faq-list details + details {
  margin-top: 12px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
}

.faq-more-row {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.faq-page-section {
  padding-top: clamp(54px, 7vw, 86px);
}

.faq-page-list {
  max-width: 980px;
}

.empty-state-card {
  padding: 28px;
  border: 1px solid rgba(18,35,49,.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(15,23,42,.06);
}

.empty-state-card h2 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 600;
}

.empty-state-card p {
  margin: 0;
  color: #637083;
}

.coming {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 30px;
  align-items: center;
  padding: clamp(58px, 7vw, 92px) clamp(18px, 5vw, 76px);
  background-image: linear-gradient(90deg, rgba(23,32,38,.92), rgba(23,32,38,.66)), url('https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?auto=format&fit=crop&w=1800&q=80');
  background-position: center;
  background-size: cover;
  color: #fff;
}

.countdown {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.countdown span {
  display: grid;
  min-width: 110px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius);
  background: rgba(255,255,255,.1);
}

.countdown strong {
  font-size: 2rem;
}

.newsletter {
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
}

.newsletter label {
  display: block;
  margin-bottom: 12px;
  font-weight: 900;
}

.newsletter div {
  display: flex;
  gap: 8px;
}

.newsletter input,
.contact-card input,
.contact-card textarea,
.modal input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 14px;
  background: #fff;
}

.newsletter button {
  min-width: 112px;
}

.contact-band {
  background: #fff;
}

.inner-page-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
  padding: 190px clamp(20px, 6vw, 112px) 70px;
  background-image:
    linear-gradient(90deg, rgba(18,30,42,.92), rgba(18,30,42,.52)),
    url('../hero-whitegoods-service.webp');
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.inner-page-hero > * {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.inner-page-hero .eyebrow {
  color: var(--accent);
}

.inner-page-hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(1.9rem, 1.65vw, 2.75rem);
  line-height: 1.14;
  letter-spacing: -.025em;
}

.inner-page-hero p:not(.eyebrow) {
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.75;
}

.order-summary {
  align-self: start;
  padding: 28px;
  position: sticky;
  top: 182px;
}

.order-summary h2 {
  margin: 0 0 20px;
  font-size: 1.55rem;
}

.order-summary div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.order-summary .grand-total {
  color: var(--accent);
  font-size: 1.25rem;
}

.order-summary a {
  margin-top: 24px;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.area-grid article {
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(17,28,32,.06);
}

.area-grid span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-weight: 900;
}

.area-grid strong {
  display: block;
  margin-bottom: 8px;
}

.area-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.service-area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-area-grid article {
  position: relative;
  min-height: 275px;
  overflow: hidden;
  border-radius: 16px;
  background: #0d1b2a;
  box-shadow: 0 24px 44px rgba(13, 27, 42, .16);
  isolation: isolate;
}

.service-area-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, rgba(13, 27, 42, .18), rgba(13, 27, 42, .86)), var(--photo);
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
  z-index: -1;
}

.service-area-card-content {
  min-height: 275px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  padding: 28px;
  color: #fff;
}

.service-area-card-content img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  padding: 13px;
  border-radius: 15px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
}

.service-area-card-content h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 600;
}

.service-area-card-content p {
  margin: 0;
  color: rgba(255,255,255,.86);
  line-height: 1.55;
}

.service-area-card-content a {
  width: max-content;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--accent);
  color: #122331;
  font-weight: 600;
}

.service-area-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  padding: 110px 8vw 80px;
  background-image: linear-gradient(90deg, rgba(13,27,42,.93), rgba(13,27,42,.42)), var(--photo);
  background-position: center;
  background-size: cover;
}

.service-area-hero-card {
  max-width: 720px;
  color: #fff;
}

.service-area-hero-card h1 {
  margin: 10px 0 16px;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.02;
  font-weight: 600;
}

.service-area-hero-card p {
  max-width: 650px;
  color: rgba(255,255,255,.86);
  font-size: 1.08rem;
  line-height: 1.7;
}

.service-area-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.service-area-content,
.service-area-side {
  border: 1px solid #dfe8ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(13, 27, 42, .08);
}

.service-area-content {
  padding: 38px;
}

.service-area-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: #f1f7ff;
}

.service-area-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.service-area-content h2,
.service-area-side h3 {
  margin: 0 0 16px;
  font-weight: 600;
}

.service-area-content p {
  color: var(--muted);
  line-height: 1.8;
}

.service-area-side {
  position: sticky;
  top: 110px;
  padding: 28px;
}

.service-area-side p {
  color: var(--muted);
  line-height: 1.65;
}

.service-area-side a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: 12px;
  border-radius: 10px;
  background: #122331;
  color: #fff;
  font-weight: 600;
}

.service-area-side a + a {
  background: linear-gradient(135deg,#e51f2a,#f04a25);
}

.contact-card {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 26px;
  max-width: 1050px;
  margin: auto;
  padding: clamp(24px, 5vw, 46px);
  box-shadow: var(--shadow);
}

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

.contact-actions a {
  display: grid;
  align-content: center;
  gap: 7px;
  min-height: 116px;
  padding: 22px;
  border-radius: 8px;
  border-top: 4px solid var(--accent);
  background: #111820;
  color: #fff;
  box-shadow: 0 18px 38px rgba(17,28,32,.16);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.contact-actions a:hover,
.contact-actions a:focus {
  background: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(219,31,37,.2);
}

.contact-actions span {
  color: var(--accent);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-actions a:hover span,
.contact-actions a:focus span {
  color: #fff;
}

.contact-actions strong {
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  line-height: 1.25;
  font-weight: 600;
}

.contact-card form,
.modal form[data-form] {
  display: grid;
  gap: 12px;
}

.contact-card button,
.modal button[type="submit"] {
  min-height: 48px;
}

.form-note {
  min-height: 22px;
  margin: 4px 0 0;
  color: #07a420;
  font-weight: 600;
}

.site-footer {
  position: relative;
  background: #050505;
  color: #fff;
}

.footer-column h3 {
  font-weight: 950;
  letter-spacing: .025em;
}

.footer-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(26px, 5vw, 78px);
  padding: clamp(54px, 7vw, 92px) clamp(24px, 8vw, 120px);
  background: #020202;
}

.footer-column h3 {
  position: relative;
  margin: 0 0 28px;
  padding-left: 18px;
  font-size: clamp(1rem, 1.55vw, 1.35rem);
  font-weight: 600;
}

.footer-column h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 3px;
  width: 3px;
  background: linear-gradient(180deg, var(--accent), var(--accent-warm));
}

.footer-column p {
  margin: 0 0 26px;
  color: rgba(255,255,255,.82);
  line-height: 1.8;
  font-size: .98rem;
}

.footer-socials {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.12);
  font-weight: 900;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.footer-socials a:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

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

.footer-hours li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.82);
}

.footer-hours li::before {
  content: "▷";
  color: var(--accent-warm);
  font-weight: 900;
}

.footer-hours span {
  flex: 1;
}

.footer-hours strong {
  color: rgba(255,255,255,.92);
}

.footer-phone {
  display: inline-flex;
  margin-top: 24px;
  color: #fff;
  font-weight: 600;
}

.footer-phone::before {
  content: "☎";
  margin-right: 8px;
  color: var(--accent-warm);
}

.footer-links li {
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding-bottom: 11px;
}

.footer-links a {
  color: rgba(255,255,255,.82);
  transition: color .18s ease, padding-left .18s ease;
}

.footer-links a::before {
  content: "›";
  margin-right: 12px;
  color: var(--accent-warm);
  font-size: 1.4rem;
  line-height: 0;
}

.footer-links a:hover {
  color: #fff;
  padding-left: 4px;
}

.footer-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(24px, 8vw, 120px);
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-warm) 100%);
  color: #fff;
  font-size: .88rem;
  font-weight: 600;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.footer-bottom a {
  color: #fff;
  font-weight: 600;
}

.footer-top {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: #050505;
  color: var(--accent-warm) !important;
  font-size: 1.45rem;
}

.whatsapp-float {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(20px, 3.4vw, 42px);
  z-index: 1200;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #23d366;
  color: #fff;
  box-shadow: 0 18px 32px rgba(0,0,0,.28), inset 0 -4px 0 rgba(0,0,0,.1);
  transition: transform .18s ease, box-shadow .18s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 38px rgba(0,0,0,.34), inset 0 -4px 0 rgba(0,0,0,.1);
}

.whatsapp-float svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.modal {
  width: min(460px, calc(100vw - 28px));
  border: 0;
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}

.modal::backdrop {
  background: rgba(0,0,0,.55);
}

.lightbox {
  width: min(1080px, calc(100vw - 32px));
  border: 0;
  border-radius: var(--radius);
  padding: 12px;
  background: #0c1116;
  color: #fff;
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
}

.lightbox::backdrop {
  background: rgba(0,0,0,.76);
}

.lightbox img {
  width: 100%;
  max-height: min(72vh, 760px);
  object-fit: contain;
  border-radius: 8px;
  background: #050505;
}

.lightbox p {
  margin: 10px 4px 2px;
  color: rgba(255,255,255,.78);
  font-weight: 750;
}

.lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 6px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
}

.close {
  float: right;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 6px;
  background: #eef1ef;
  cursor: pointer;
}

@media (max-width: 980px) {
  section[id] {
    scroll-margin-top: 112px;
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-right: 88px;
  }

  .service-area-grid,
  .service-area-detail {
    grid-template-columns: 1fr;
  }

  .service-area-side {
    position: static;
  }

  .marketbar {
    display: none;
  }

  .topbar {
    inset: 0 0 auto;
    min-height: auto;
    padding: 0 18px;
    background: rgba(20, 34, 48, .88);
  }

  .utility-row {
    min-height: 44px;
    font-size: .78rem;
  }

  .utility-links {
    gap: 10px;
  }

  .nav-row {
    min-height: 68px;
  }

  .brand {
    font-size: 1.7rem;
  }

  .logo-brand {
    min-width: 132px;
    max-width: 178px;
    padding: 0;
  }

  .logo-brand img {
    height: 50px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 112px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border-radius: var(--radius);
    background: #fff;
    color: var(--ink);
    box-shadow: var(--shadow);
  }

  .quote-button {
    width: 100%;
    min-height: 52px;
    padding: 10px 14px;
  }

  .quote-button::after {
    display: none;
  }

  .site-nav.is-open {
    display: flex;
  }

  .mega-menu {
    display: none;
  }

  .mega-panel,
  .mega-panel.compact,
  .pages-panel,
  .feature-grid,
  .area-grid,
  .portfolio-grid,
  .product-grid,
  .pricing-grid,
  .timeline,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-area-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-area-grid article {
    min-height: 230px;
    border-radius: 18px;
  }

  .service-area-card-content {
    min-height: 230px;
    padding: 24px;
  }

  .nav-item > a {
    min-height: 44px;
    color: var(--ink);
  }

  .nav-mobile-only {
    display: block;
  }

  .nav-item > a::after {
    bottom: 6px;
  }

  .nav-item.has-mega:hover > a,
  .nav-item.has-mega:focus-within > a {
    padding-inline: 10px;
    color: #fff;
  }

  .mega-panel,
  .mega-panel.compact,
  .pages-panel {
    position: static;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    padding: 18px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    background: #f3f4f4;
  }

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

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-summary {
    position: static;
  }

  .hero {
    min-height: 760px;
  }

  .hero-slide {
    padding: 170px 26px 130px;
  }

  .hero-service-visual {
    --hero-icon-size: 76px;
    right: 26px;
    grid-template-columns: repeat(2, var(--hero-icon-size));
    opacity: .42;
  }

  .hero-service-visual img {
    width: var(--hero-icon-size);
    height: var(--hero-icon-size);
    padding: 17px;
  }

  .sale-row {
    margin-top: 34px;
  }

  .hero-red-panel,
  .big-cta {
    left: 26px;
    right: 26px;
  }

  .big-cta {
    width: fit-content;
    margin-left: 0;
  }

  .contact-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  section[id] {
    scroll-margin-top: 76px;
  }

  .footer-main,
  .footer-bottom {
    padding-left: 22px;
    padding-right: 22px;
  }

  .footer-bottom {
    padding-right: 82px;
  }

  .footer-bottom nav {
    gap: 14px;
  }

  .whatsapp-float {
    width: 58px;
    height: 58px;
    right: 18px;
    bottom: 18px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-slide {
    padding: 132px 18px 142px;
  }

  .hero-service-visual,
  .hero-controls {
    display: none;
  }

  .actions,
  .newsletter div {
    flex-direction: column;
  }

  .primary,
  .secondary,
  .newsletter button {
    width: 100%;
  }

  .feature-grid,
  .area-grid,
  .portfolio-grid,
  .product-grid,
  .pricing-grid,
  .timeline,
  .blog-grid,
  .people,
  .stats,
  .gallery {
    grid-template-columns: 1fr;
  }

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

  .service-area-hero {
    min-height: 440px;
    padding: 132px 20px 54px;
  }

  .service-area-card-content,
  .service-area-content,
  .service-area-side {
    padding: 22px;
  }

  .pricing-grid .featured {
    transform: none;
  }

  .marketbar strong {
    font-size: 1rem;
  }

  .marketbar button {
    min-height: 36px;
    padding: 0 14px;
  }

  .utility-row {
    display: none;
  }

  .site-nav {
    inset: 68px 12px auto;
  }

  .sale-kicker,
  .discount,
  .collection-cta {
    width: 100%;
    transform: none;
  }

  .sale-kicker > *,
  .discount > *,
  .collection-cta {
    transform: none;
  }

  .sale-row {
    gap: 8px;
    margin-top: 24px;
  }

  .collection-cta {
    min-width: 0;
  }

  .sale-subtitle {
    width: 100%;
    font-size: .95rem;
  }

  .big-cta {
    min-height: 52px;
    font-size: .95rem;
  }

  .inner-page-hero {
    min-height: 360px;
    padding-top: 132px;
  }

  .inner-page-hero h1 {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
    line-height: 1.16;
  }

  .hero-red-panel {
    bottom: 18px;
    padding: 18px 20px;
  }

  .hero-arrow {
    display: none;
  }
}

/* Marka + ürün SEO servis sayfaları */
.brand-service-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 520px;
  margin: 0;
  padding: clamp(112px, 11vw, 178px) max(28px, calc((100vw - 1390px) / 2 + 28px)) clamp(74px, 7vw, 108px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(9, 20, 32, .94) 0%, rgba(11, 28, 46, .84) 42%, rgba(13, 33, 55, .56) 68%, rgba(13, 33, 55, .24) 100%),
    radial-gradient(circle at 18% 42%, rgba(246, 184, 0, .22), transparent 32%),
    var(--brand-service-photo, url("../hero-whitegoods-service.webp")) center / cover no-repeat;
  color: #fff;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .08);
}

.brand-service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(9, 20, 32, .18), rgba(9, 20, 32, .56));
}

.brand-service-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(248, 251, 255, .98));
  opacity: .12;
}

.brand-service-hero__content,
.brand-service-hero__card {
  position: relative;
  z-index: 1;
}

.brand-service-hero h1 {
  margin: 10px 0 16px;
  max-width: 940px;
  font-size: clamp(2.55rem, 5.2vw, 5.15rem);
  line-height: .98;
  font-weight: 600;
  letter-spacing: -.045em;
  text-shadow: 0 18px 42px rgba(0, 0, 0, .34);
}

.brand-service-hero p {
  max-width: 900px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.05rem, 1.5vw, 1rem);
  line-height: 1.7;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .28);
}

.brand-service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.brand-service-hero__actions .collection-cta.is-outline {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .36);
  box-shadow: none;
}

.brand-service-hero__card {
  display: grid;
  gap: 10px;
  align-content: center;
  min-height: 200px;
  padding: 34px;
  border-radius: 0 0 26px 26px;
  background: rgba(31, 57, 82, .78);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 24px 68px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
}

.brand-service-hero__card span {
  color: rgba(255, 255, 255, .62);
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.brand-service-hero__card strong {
  margin-bottom: 12px;
  font-size: 1.28rem;
  color: #fff;
}

.brand-service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 26px;
  align-items: start;
}

.brand-service-content,
.brand-service-side,
.brand-service-support,
.brand-service-cta {
  border: 1px solid #dde7f1;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(14, 35, 58, .08);
}

.brand-service-content {
  padding: 34px;
}

.brand-service-content h2,
.brand-service-support h2,
.brand-service-cta h2 {
  margin: 6px 0 16px;
  color: #0f1f31;
  font-weight: 600;
  line-height: 1.16;
}

.brand-service-content p {
  color: #56667a;
  line-height: 1.82;
}

.brand-service-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.brand-service-checks span {
  padding: 10px 13px;
  border-radius: 999px;
  background: #fff8df;
  color: #8b6200;
  font-weight: 600;
  font-size: .9rem;
}

.brand-service-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.brand-service-link-grid a {
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 18px;
  border: 1px solid #dce7f2;
  border-radius: 18px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(14, 35, 58, .06);
  transition: transform .2s ease, border-color .2s ease;
}

.brand-service-link-grid a:hover {
  transform: translateY(-3px);
  border-color: #f2b700;
}

.brand-service-link-grid strong {
  color: #102033;
  font-size: 1rem;
  font-weight: 600;
}

.brand-service-link-grid span {
  color: #65758a;
  font-weight: 600;
}

.service-category-band {
  padding-top: 58px;
}

.service-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-category-card {
  position: relative;
  min-height: 245px;
  display: grid;
  align-content: end;
  gap: 10px;
  overflow: hidden;
  padding: 24px;
  border-radius: 24px;
  color: #fff;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(10, 25, 39, .08), rgba(10, 25, 39, .86)),
    var(--photo) center / cover no-repeat;
  box-shadow: 0 18px 46px rgba(13, 27, 42, .12);
  transition: transform .18s ease, box-shadow .18s ease, outline-color .18s ease;
}

.service-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(246, 184, 0, .22), transparent 48%);
  opacity: 0;
  transition: opacity .18s ease;
}

.service-category-card:hover,
.service-category-card:focus,
.service-category-card.is-active {
  transform: translateY(-3px);
  box-shadow: 0 24px 62px rgba(13, 27, 42, .22);
}

.service-category-card:hover::before,
.service-category-card:focus::before,
.service-category-card.is-active::before {
  opacity: 1;
}

.service-category-card.is-active {
  outline: 3px solid #f5b700;
  outline-offset: -3px;
}

.service-category-icon,
.service-category-card strong,
.service-category-card small {
  position: relative;
  z-index: 1;
}

.service-category-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
}

.service-category-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.service-category-card strong {
  font-size: 1.22rem;
  font-weight: 600;
}

.service-category-card small {
  color: rgba(255, 255, 255, .86);
  line-height: 1.55;
}

.service-brand-band {
  padding-top: 18px;
}

.service-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.service-brand-card {
  min-height: 178px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  padding: 24px 18px;
  border: 1px solid #dfe8ef;
  border-radius: 5px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  color: #102033;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 38px rgba(14, 35, 58, .08);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.service-brand-card:hover,
.service-brand-card:focus {
  transform: translateY(-3px);
  border-color: #f2b700;
  box-shadow: 0 22px 52px rgba(14, 35, 58, .14);
}

.service-brand-logo {
  width: 132px;
  height: 90px;
  display: grid;
  place-items: center;
  padding: 0px 14px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 10px;
  background: linear-gradient(180deg, #fff, #f9fbfe);
  color: #f8bc09;
  border: 1px solid #edf2f7;
  box-shadow: 0 10px 28px rgba(15, 31, 49, .08);
}

.service-brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.service-brand-logo b {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #0d1b2a, #173656);
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
}

.service-brand-card strong {
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.2;
}

.service-brand-card small {
  color: #68798f;
  font-weight: 600;
  line-height: 1.35;
}

.service-empty-card {
  padding: 30px;
  border: 1px dashed #cdd9e6;
  border-radius: 22px;
  background: #fff;
  color: #102033;
  box-shadow: 0 14px 38px rgba(14, 35, 58, .06);
}

.service-empty-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08rem;
  font-weight: 600;
}

.service-empty-card p {
  margin: 0;
  color: #68798f;
  line-height: 1.65;
}

.brand-service-side {
  position: sticky;
  top: 110px;
  padding: 28px;
}

.brand-service-side h3 {
  margin: 0 0 14px;
  color: #0f1f31;
  font-weight: 600;
}

.brand-service-side ul {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  color: #56667a;
}

.brand-service-side li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  line-height: 1.55;
}

.brand-service-side li::before {
  content: "✓";
  color: #0f8f55;
  font-weight: 900;
}

.brand-service-side a,
.brand-service-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  background: #f12b2b;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.brand-service-support {
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto 32px;
  padding: 34px;
}

.brand-service-support .support-card-grid {
  margin-top: 22px;
}

.brand-service-cta {
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto 42px;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, #fff, #f5f9fd);
}

.brand-service-cta p {
  margin: 0;
  color: #66758a;
}

@media (max-width: 920px) {
  .brand-service-layout {
    grid-template-columns: 1fr;
  }

  .brand-service-hero {
    min-height: 560px;
    padding: 126px 24px 58px;
    grid-template-columns: 1fr;
    background-position: center;
  }

  .brand-service-hero__card {
    min-height: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 18px;
    padding: 20px;
    border-radius: 22px;
  }

  .brand-service-hero__card strong {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .brand-service-side {
    position: static;
  }

  .brand-service-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .brand-service-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .brand-service-support,
  .brand-service-cta {
    width: calc(100% - 28px);
    border-radius: 22px;
  }

  .brand-service-hero {
    min-height: 540px;
    padding: 116px 20px 44px;
    background:
      linear-gradient(180deg, rgba(9, 20, 32, .94) 0%, rgba(9, 20, 32, .82) 58%, rgba(9, 20, 32, .64) 100%),
      radial-gradient(circle at 16% 34%, rgba(246, 184, 0, .22), transparent 36%),
      var(--brand-service-photo, url("../hero-whitegoods-service.webp")) center / cover no-repeat;
  }

  .brand-service-hero h1 {
    font-size: clamp(2.2rem, 13vw, 3.6rem);
    line-height: 1.03;
  }

  .brand-service-hero p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .brand-service-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .brand-service-hero__actions .collection-cta {
    width: 100%;
  }

  .brand-service-hero__card {
    display: none;
  }

  .brand-service-content,
  .brand-service-side,
  .brand-service-support,
  .brand-service-cta {
    padding: 22px;
  }

  .brand-service-link-grid {
    grid-template-columns: 1fr;
  }

  .service-category-grid,
  .service-brand-grid {
    grid-template-columns: 1fr;
  }

  .service-category-card {
    min-height: 220px;
  }

  .service-brand-card {
    min-height: 132px;
    grid-template-columns: 92px 1fr;
    justify-items: start;
    align-content: center;
    align-items: center;
    text-align: left;
    gap: 8px 14px;
  }

  .service-brand-logo {
    width: 92px;
    height: 58px;
    padding: 8px 10px;
    grid-row: span 2;
  }

  .service-brand-logo b {
    width: 58px;
    height: 58px;
    font-size: 1.45rem;
  }
}

.error-page {
  min-height: 70vh;
  background:
    radial-gradient(circle at 18% 22%, rgba(246, 184, 0, .14), transparent 30%),
    linear-gradient(135deg, #f6f8fb 0%, #eef3f8 100%);
}

.error-hero {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(130px, 15vw, 190px) 24px clamp(70px, 10vw, 110px);
  text-align: center;
}

.error-code {
  display: inline-grid;
  place-items: center;
  min-width: 120px;
  min-height: 120px;
  margin-bottom: 24px;
  border-radius: 36px;
  background: linear-gradient(135deg, #0d1b2a, #17395a);
  color: #f6b800;
  font-size: clamp(2.8rem, 8vw, 5rem);
  font-weight: 800;
  box-shadow: 0 28px 70px rgba(13, 27, 42, .22);
}

.error-hero .eyebrow {
  margin: 0 0 10px;
  color: #d99a00;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.error-hero h1 {
  margin: 0;
  color: #102133;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.05;
}

.error-hero > p:not(.eyebrow) {
  max-width: 640px;
  margin: 20px auto 0;
  color: #5e7084;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.error-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(13, 27, 42, .16);
  border-radius: 14px;
  background: #fff;
  color: #102133;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(16, 33, 51, .08);
}

.error-action.primary {
  border-color: transparent;
  background: linear-gradient(135deg, #f6b800, #ef3b2d);
  color: #fff;
}

@media (max-width: 720px) {
  .error-hero {
    width: min(100% - 24px, 520px);
    padding-top: 118px;
  }

  .error-code {
    min-width: 92px;
    min-height: 92px;
    border-radius: 26px;
  }

  .error-actions {
    display: grid;
  }
}
/* Tracking page corporate refresh */
.tracking-page :is(h1,h2,h3,h4,h5,h6,strong,b) {
  font-weight: 600;
}

.tracking-page {
  background: #f4f7fb;
}

.tracking-hero {
  position: relative;
  isolation: isolate;
  min-height: 360px;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(88px, 10vw, 145px) clamp(20px, 8vw, 120px) clamp(78px, 8vw, 118px);
  background: linear-gradient(90deg, rgba(10, 25, 39, .94), rgba(13, 35, 54, .78), rgba(13, 35, 54, .45)), url('../hero-whitegoods-service.webp') center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.tracking-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 20% 20%, rgba(246, 184, 0, .18), transparent 32%), linear-gradient(180deg, transparent, rgba(10, 25, 39, .35));
}

.tracking-hero span {
  color: #f6b800;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 600;
}

.tracking-hero h1,
.tracking-hero h2 {
  max-width: 860px;
  margin: 0;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 600;
  color: #fff;
}

.tracking-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.75;
}

.tracking-shell {
  width: min(1180px, calc(100% - 32px));
  margin: -52px auto 0;
  position: relative;
  z-index: 2;
  padding-bottom: 64px;
}

.tracking-form {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(220px, .85fr) minmax(190px, .55fr) auto;
  gap: 16px;
  align-items: end;
  padding: 22px;
  border: 1px solid #dfe8ef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(18, 35, 49, .12);
}

.tracking-form-intro {
  align-self: center;
}

.tracking-form-intro span,
.tracking-result > header span {
  display: block;
  margin-bottom: 6px;
  color: #d69b00;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 600;
}

.tracking-form-intro strong,
.tracking-result > header strong {
  display: block;
  color: #0d1b2a;
  font-size: 1.18rem;
  font-weight: 600;
}

.tracking-form-intro small {
  display: block;
  margin-top: 7px;
  color: #65758a;
  line-height: 1.5;
}

.tracking-form label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #394b5f;
  font-weight: 600;
}

.tracking-form input {
  width: 100%;
  min-height: 58px;
  border: 1px solid #ccd9e5;
  border-radius: 14px;
  padding: 0 18px;
  background: #f9fbfd;
  color: #0d1b2a;
  font-size: 1rem;
  font-weight: 600;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.tracking-form input:focus {
  border-color: #0b7ee8;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(11, 126, 232, .12);
}

.tracking-form button,
.tracking-result > header a {
  min-height: 58px;
  border: 0;
  border-radius: 14px;
  padding: 0 24px;
  background: linear-gradient(135deg, #ef2732, #f45b2b);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  cursor: pointer;
}

.tracking-form input:disabled,
.tracking-form button:disabled {
  opacity: .62;
  cursor: not-allowed;
}

.tracking-form.is-locked {
  border-color: #f2d8a7;
  background: linear-gradient(180deg, #fffaf0, #fff);
}

.tracking-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 0;
  padding: 18px 20px;
  border-radius: 18px;
  border-left: 5px solid #0f8f55;
  background: #edfdf6;
  color: #0a6840;
  font-weight: 600;
  box-shadow: 0 16px 35px rgba(18, 35, 49, .08);
}

.tracking-alert::before {
  content: '!';
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f6b800;
  color: #fff;
  font-weight: 600;
}

.tracking-alert.is-success::before {
  content: '✓';
  background: #13a768;
}

.tracking-alert.is-error {
  border-left-color: #ef3b2d;
  background: #fff1f0;
  color: #9f1d1d;
}

.tracking-alert.is-error::before {
  background: #ef3b2d;
}

.tracking-alert.is-warning {
  border-left-color: #f6b800;
  background: #fff8df;
  color: #7a5600;
}

.tracking-result {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.tracking-result > header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 22px 26px;
  border: 1px solid #dfe8ef;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(18, 35, 49, .08);
}

.tracking-result > header a {
  background: #122331;
}

.tracking-call-card,
.tracking-completed {
  padding: 26px 30px;
  border: 1px solid #dfe8ef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(18, 35, 49, .08);
}

.tracking-call-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.tracking-call-head span,
.tracking-call-head small {
  display: block;
  color: #637187;
  line-height: 1.45;
}

.tracking-call-head b {
  display: block;
  margin: 5px 0;
  color: #0d1b2a;
  font-size: 1.45rem;
  font-weight: 600;
}

.tracking-call-head em {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #eaf3ff;
  color: #075fd3;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
}

.tracking-stepper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tracking-stepper li {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 112px;
  padding: 18px 14px;
  border: 1px solid #dce6f0;
  border-radius: 18px;
  background: #f8fafc;
  color: #607088;
  text-align: center;
}

.tracking-stepper li span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d7e2ef;
  color: #24384c;
  font-weight: 600 !important;
}

.tracking-stepper li strong {
  font-weight: 600;
}

.tracking-stepper li.is-active {
  border-color: #9be7bd;
  background: #effdf5;
  color: #087b43;
}

.tracking-stepper li.is-active span {
  background: #13a768;
  color: #fff;
}

.tracking-stepper li:nth-child(2).is-active {
  border-color: #ffd59c;
  background: #fff8ef;
  color: #bd4c00;
}

.tracking-stepper li:nth-child(2).is-active span {
  background: #ff7417;
}

.tracking-call-info {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.tracking-call-info div {
  min-height: 110px;
  padding: 18px;
  border: 1px solid #e2eaf2;
  border-radius: 18px;
  background: #fbfdff;
}

.tracking-call-info dt {
  margin-bottom: 8px;
  color: #617187;
  font-size: .88rem;
  font-weight: 600;
}

.tracking-call-info dd {
  margin: 0;
  color: #0d1b2a;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  word-break: break-word;
}

.tracking-privacy-hint {
  display: block;
  margin-top: 6px;
  color: #7a8795;
  font-size: .78rem;
  font-weight: 500;
}

.tracking-note {
  margin: 22px 0 0;
  padding: 18px 20px;
  border-radius: 16px;
  background: #f6f9fc;
  color: #25384d;
  line-height: 1.65;
}

.tracking-completed h2 {
  margin-top: 0;
  color: #0d1b2a;
  font-size: 1.25rem;
  font-weight: 600;
}

.tracking-completed-list {
  display: grid;
  gap: 10px;
}

.tracking-completed-list details {
  border: 1px solid #e1e9f2;
  border-radius: 16px;
  background: #fbfdff;
}

.tracking-completed-list summary {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  cursor: pointer;
  font-weight: 600;
}

.tracking-completed-list dl {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0 18px 18px;
}

.tracking-completed-list dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
}

.tracking-completed-list dt,
.tracking-completed-list dd {
  margin: 0;
}

@media (max-width: 980px) {
  .tracking-form {
    grid-template-columns: 1fr 1fr;
  }

  .tracking-form-intro,
  .tracking-form button {
    grid-column: 1 / -1;
  }

  .tracking-call-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tracking-shell {
    width: calc(100% - 24px);
    margin: -32px auto 0;
  }

  .tracking-hero {
    min-height: 330px;
    padding: 112px 22px 68px;
  }

  .tracking-hero h1,
  .tracking-hero h2 {
    font-size: 24px;
  }

  .tracking-form,
  .tracking-result > header,
  .tracking-call-card,
  .tracking-completed {
    border-radius: 18px;
    padding: 18px;
  }

  .tracking-form,
  .tracking-result > header,
  .tracking-call-info,
  .tracking-completed-list dl div {
    grid-template-columns: 1fr;
  }

  .tracking-stepper {
    grid-template-columns: 1fr 1fr;
  }

  .tracking-call-head {
    flex-direction: column;
  }

  .tracking-call-head em,
  .tracking-result > header a,
  .tracking-form button {
    width: 100%;
  }
}
/* End tracking page corporate refresh */

/* Customer profile portal */
.customer-profile-tabs{display:flex;gap:8px;margin:26px 0 -2px;border-bottom:1px solid #dce5ef}.customer-profile-tabs a{display:inline-flex;align-items:center;gap:9px;padding:13px 17px;border-radius:9px 9px 0 0;color:#52616f;font-weight:800}.customer-profile-tabs a.is-active{background:#0d1b2a;color:#fff}.customer-profile-tabs b{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:rgba(255,255,255,.18);font-size:.75rem}.customer-profile-tabs a:not(.is-active) b{background:#e7edf4;color:#20394f}.customer-product-grid article a,.customer-service-actions a{margin-top:8px;color:#c6262b;font-size:.9rem;font-weight:800}.customer-service-actions{display:flex!important;align-items:center;gap:12px}.customer-profile-detail{margin-top:22px;padding:26px;background:linear-gradient(135deg,#0d1b2a,#1d354a);color:#fff;border-radius:14px;box-shadow:0 18px 32px rgba(15,23,42,.18)}.customer-profile-detail header{display:flex;justify-content:space-between;align-items:center;gap:12px}.customer-profile-detail header span{color:#f5b700;font-size:.75rem;font-weight:800;letter-spacing:.1em}.customer-profile-detail header a{color:#fff;font-weight:800}.customer-profile-detail h2{margin:16px 0 20px;font-size:1.45rem}.customer-profile-detail dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;background:rgba(255,255,255,.18)}.customer-profile-detail dl>div{padding:14px 15px;background:rgba(10,27,42,.7)}.customer-profile-detail dt{margin-bottom:5px;color:#b7c8d8;font-size:.78rem;font-weight:700}.customer-profile-detail dd{margin:0;line-height:1.55}.customer-profile-detail .is-wide{grid-column:1/-1}@media(max-width:700px){.customer-profile-tabs a{flex:1;justify-content:center;padding-inline:10px}.customer-service-actions{width:100%;justify-content:space-between}.customer-profile-detail{padding:20px}.customer-profile-detail dl{grid-template-columns:1fr}.customer-profile-detail .is-wide{grid-column:auto}}

/* Customer profile visual hierarchy and detail dialogs */
.customer-profile-hero{padding:148px max(24px,calc((100% - 1160px)/2)) 38px}.customer-profile-hero h1{margin:7px 0 8px;font-size:clamp(1.55rem,2.5vw,2.25rem);font-weight:600;letter-spacing:-.025em}.customer-profile-hero p{font-size:.98rem}.customer-profile-page :is(h1,h2,h3){font-weight:600}.customer-profile-page strong{font-weight:600}.customer-detail-trigger{margin-top:8px;padding:0;border:0;background:transparent;color:#c6262b;font:inherit;font-size:.9rem;font-weight:600;text-align:left;cursor:pointer}.customer-profile-modal{width:min(720px,calc(100% - 28px));max-height:min(760px,calc(100% - 40px));padding:28px;border:0;border-radius:16px;background:#fff;color:#172033;box-shadow:0 26px 80px rgba(8,21,33,.36)}.customer-profile-modal::backdrop{background:rgba(7,18,29,.68)}.customer-profile-modal>button{position:absolute;top:14px;right:16px;width:34px;height:34px;border:0;border-radius:50%;background:#eef2f6;color:#263746;font-size:1.45rem;line-height:1;cursor:pointer}.customer-profile-modal>span{display:block;color:#bd7f00;font-size:.74rem;font-weight:600;letter-spacing:.11em}.customer-profile-modal h2{margin:10px 38px 22px 0;font-size:1.45rem}.customer-profile-modal dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;border:1px solid #e1e8ef;background:#e1e8ef}.customer-profile-modal dl>div{padding:14px 15px;background:#fff}.customer-profile-modal dt{margin-bottom:5px;color:#667789;font-size:.76rem;font-weight:600}.customer-profile-modal dd{margin:0;line-height:1.55}.customer-profile-modal .is-wide{grid-column:1/-1}@media(max-width:700px){.customer-profile-hero{padding:120px 20px 30px}.customer-profile-modal{padding:22px 18px}.customer-profile-modal dl{grid-template-columns:1fr}.customer-profile-modal .is-wide{grid-column:auto}}

/* Customer profile operation tab */
.customer-operation-list article{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px}.customer-operation-list article>div{display:grid;gap:5px;min-width:0}.customer-operation-list .customer-detail-trigger{margin-top:0;white-space:nowrap}.customer-profile-tabs{overflow-x:auto;scrollbar-width:thin}.customer-profile-tabs a{white-space:nowrap;font-weight:600}.customer-profile-tabs b{font-weight:600}@media(max-width:700px){.customer-profile-tabs{gap:5px}.customer-profile-tabs a{flex:0 0 auto;padding:12px 13px}.customer-operation-list article{grid-template-columns:1fr;align-items:start;gap:8px}}

.customer-profile-actions{gap:10px}.customer-profile-actions a,.customer-profile-actions button,.customer-detail-trigger{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 13px;border:1px solid #d4dde7;border-radius:7px;background:#fff;color:#000;font:inherit;font-weight:600;text-decoration:none;box-shadow:0 2px 6px rgba(15,23,42,.04);cursor:pointer}.customer-profile-actions a{border-color:#000;background:#000;color:#fff}.customer-detail-trigger{margin-top:8px;width:max-content}.customer-address-form{display:grid;gap:14px}.customer-address-form label{display:grid;gap:7px;color:#314457;font-weight:600}.customer-address-form textarea{width:100%;resize:vertical;min-height:116px;padding:11px 12px;border:1px solid #cfd9e5;border-radius:8px;font:inherit;line-height:1.5}.customer-address-form button{justify-self:start;min-height:40px;padding:8px 14px;border:0;border-radius:7px;background:#b4232d;color:#fff;font:inherit;font-weight:600;cursor:pointer}@media(max-width:700px){.customer-profile-actions{justify-content:stretch;flex-wrap:wrap}.customer-profile-actions a,.customer-profile-actions button{flex:1}.customer-detail-trigger{width:100%}}

.customer-address-modal{width:min(820px,calc(100% - 28px)}.customer-address-form input,.customer-address-form textarea{width:100%;border:1px solid #cfd9e5;border-radius:8px;padding:10px 12px;font:inherit}.customer-address-form textarea[readonly]{min-height:62px;background:#f7fafc;color:#566779}.customer-address-map{overflow:hidden;border:1px solid #d8e1eb;border-radius:10px;background:#f7fafc}.customer-address-map [data-customer-google-map-canvas]{height:260px}.customer-address-map p{margin:0;padding:9px 12px;color:#657587;font-size:.85rem}.customer-address-number-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.customer-address-number-grid label{display:grid;gap:7px;color:#314457;font-weight:600}@media(max-width:700px){.customer-address-map [data-customer-google-map-canvas]{height:210px}.customer-address-number-grid{grid-template-columns:1fr}}

/* Customer address dialog refinement */
.customer-address-modal{max-height:92vh!important;padding:30px!important;border-radius:18px!important}.customer-address-modal .customer-address-form{gap:16px}.customer-address-form>label,.customer-address-number-grid label{gap:8px!important;font-size:.88rem!important;font-weight:600!important;color:#263b4f!important}.customer-address-form>label>span,.customer-address-number-grid label>span{font-weight:600}.customer-address-form input,.customer-address-form textarea{min-height:46px!important;border:1px solid #d2dce7!important;border-radius:9px!important;background:#fff!important;box-shadow:none!important;color:#182d42!important;font-size:.95rem!important;font-weight:400!important}.customer-address-form textarea{min-height:100px!important}.customer-address-form textarea[readonly]{min-height:64px!important;background:#f6f9fc!important}.customer-address-map{display:block!important;min-height:304px!important;border:1px solid #ccd9e6!important;border-radius:10px!important;background:#edf3f8!important}.customer-address-map [data-customer-google-map-canvas]{display:block!important;width:100%!important;height:260px!important;min-height:260px!important;background:#e7eef5!important}.customer-address-map p{padding:11px 13px!important;background:#f8fafc!important;border-top:1px solid #dbe4ed!important;font-size:.84rem!important}.customer-address-number-grid{gap:16px!important}.customer-address-form button{min-width:154px!important;margin-top:4px!important}@media(max-width:700px){.customer-address-modal{padding:23px 18px!important}.customer-address-map{min-height:254px!important}.customer-address-map [data-customer-google-map-canvas]{height:210px!important;min-height:210px!important}}

.customer-address-modal{max-height:calc(100vh - 44px)!important}.customer-address-modal .customer-address-form{gap:12px!important}.customer-address-map{min-height:224px!important}.customer-address-map [data-customer-google-map-canvas]{height:180px!important;min-height:180px!important}.customer-address-main-grid,.customer-address-number-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.customer-address-main-grid label,.customer-address-number-grid label{display:grid!important;gap:7px!important;min-width:0!important}.customer-address-input,.customer-address-textarea{display:block!important;box-sizing:border-box!important;width:100%!important;margin:0!important;padding:10px 12px!important;border:1px solid #c9d6e3!important;border-radius:8px!important;outline:0!important;background:#fff!important;color:#172b3e!important;font-family:inherit!important;font-size:.94rem!important;font-weight:400!important;line-height:1.35!important;box-shadow:inset 0 1px 2px rgba(15,23,42,.03)!important}.customer-address-input{height:44px!important;min-height:44px!important}.customer-address-textarea.is-compact{height:76px!important;min-height:76px!important;resize:vertical!important}.customer-address-textarea[readonly]{background:#f6f9fc!important;color:#5b6e80!important}.customer-address-input:focus,.customer-address-textarea:focus{border-color:#315a7e!important;box-shadow:0 0 0 3px rgba(49,90,126,.12)!important}@media(max-width:700px){.customer-address-map{min-height:194px!important}.customer-address-map [data-customer-google-map-canvas]{height:150px!important;min-height:150px!important}.customer-address-main-grid,.customer-address-number-grid{grid-template-columns:1fr!important}.customer-address-textarea.is-compact{height:68px!important;min-height:68px!important}}

.customer-map-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.customer-map-search-row button{min-height:44px;padding:0 14px;border:0;border-radius:8px;background:#17324a;color:#fff;font:600 .88rem/1 Arial,sans-serif;cursor:pointer;white-space:nowrap}@media(max-width:700px){.customer-map-search-row{grid-template-columns:1fr}.customer-map-search-row button{width:100%}}

/* Yerel servis açılış sayfaları */
.local-service-hero{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.7fr);gap:28px;align-items:end;padding:clamp(118px,12vw,176px) clamp(22px,8vw,120px) 64px;background:linear-gradient(135deg,#0d1b2af2,#17384ee8),url('../category-images/beyaz-esya-ariza-tespiti.webp') center/cover;color:#fff}.local-service-hero h1{max-width:820px;margin:0 0 18px;color:#fff;font-size:clamp(2rem,4vw,4rem);line-height:1.04}.local-service-hero>div>p:not(.eyebrow){max-width:800px;margin:0;color:rgba(255,255,255,.86);font-size:1.04rem;line-height:1.75}.local-service-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.local-service-actions>a{display:inline-grid;place-items:center;min-height:46px;padding:0 19px;border:1px solid rgba(255,255,255,.55);color:#fff;font-weight:700}.local-service-actions>.collection-cta{border-color:var(--accent)}.local-service-hero aside{padding:25px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);backdrop-filter:blur(9px)}.local-service-hero aside span,.local-service-hero aside strong{display:block}.local-service-hero aside span{color:var(--accent);font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.local-service-hero aside strong{margin:8px 0;font-size:1.55rem}.local-service-hero aside p{margin:0;color:rgba(255,255,255,.82);line-height:1.6}.local-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.local-service-grid>article{padding:28px;border:1px solid #dce5e9;background:#fff;box-shadow:0 12px 30px rgba(17,28,32,.06)}.local-service-grid h2{font-size:clamp(1.45rem,2.2vw,2rem)}.local-service-grid p,.local-service-grid li{color:#52616c;line-height:1.7}.local-service-grid ul{display:grid;gap:10px;margin:20px 0 0;padding:0;list-style:none}.local-service-grid li{padding:10px 12px;border-left:3px solid var(--accent);background:#f5f8f9}.local-service-process{background:#eef2f3}.local-service-process>div:last-child{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.local-service-process article{padding:22px;background:#fff;border:1px solid #dbe3e7}.local-service-process b{color:#8a6500;font-size:.78rem}.local-service-process h3{margin:10px 0 7px}.local-service-process p{margin:0;color:#5d6d78;line-height:1.55}.local-service-faq{max-width:1060px;margin:auto}.local-service-faq details{margin-top:9px;padding:17px 19px;border:1px solid #dce5e9;background:#fff}.local-service-faq summary{cursor:pointer;font-weight:750}.local-service-faq details p{margin:12px 0 0;color:#596a76;line-height:1.65}.local-area-links>div:last-child{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.local-area-links a{display:grid;gap:5px;padding:22px;border:1px solid #dce4e9;background:#fff;color:#172b3e;box-shadow:0 9px 24px rgba(17,28,32,.06)}.local-area-links strong{font-size:1.1rem}.local-area-links span{color:#61717d}@media(max-width:760px){.local-service-hero,.local-service-grid{grid-template-columns:1fr}.local-service-hero{padding-top:118px}.local-service-process>div:last-child{grid-template-columns:repeat(2,1fr)}.local-area-links>div:last-child{grid-template-columns:1fr}}@media(max-width:460px){.local-service-process>div:last-child{grid-template-columns:1fr}.local-service-actions>a{width:100%}}

/* Hizmet bölgesi yerel sayfa bağlantıları */
.local-area-links{padding-top:72px;padding-bottom:72px;background:linear-gradient(180deg,#f7fafb 0%,#eef3f5 100%)}
.local-area-links>div:last-child{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.local-area-links a{position:relative;min-height:132px;grid-template-columns:46px minmax(0,1fr);grid-template-rows:auto auto;column-gap:14px;align-content:center;padding:22px 48px 22px 22px;border:1px solid #d7e2e7;border-radius:14px;box-shadow:0 14px 30px rgba(17,28,32,.07);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.local-area-links a::before{content:"⌖";grid-row:1 / span 2;display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#fff1c7;color:#8a6500;font-size:1.45rem;font-weight:800}
.local-area-links a::after{content:"→";position:absolute;right:20px;top:50%;color:#8a6500;font-size:1.3rem;font-weight:800;transform:translateY(-50%);transition:transform .2s ease}
.local-area-links a:hover{border-color:#d4a000;box-shadow:0 18px 38px rgba(17,28,32,.13);transform:translateY(-3px)}
.local-area-links a:hover::after{transform:translate(4px,-50%)}
.local-area-links strong{margin:0;font-size:1.08rem;line-height:1.25}
.local-area-links span{font-size:.91rem;line-height:1.45}
@media(max-width:980px){.local-area-links>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.local-area-links{padding-top:50px;padding-bottom:50px}.local-area-links>div:last-child{grid-template-columns:1fr}.local-area-links a{min-height:116px}}

/* Analytics consent */
.analytics-consent{position:fixed;z-index:1200;right:18px;bottom:18px;left:18px;display:flex;align-items:center;justify-content:space-between;gap:22px;max-width:920px;margin:auto;padding:18px 20px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#0d1b2a;color:#fff;box-shadow:0 18px 55px rgba(0,0,0,.3)}.analytics-consent[hidden]{display:none}.analytics-consent strong{display:block;margin-bottom:5px}.analytics-consent p{margin:0;color:rgba(255,255,255,.78);font-size:.9rem;line-height:1.5}.analytics-consent>div:last-child{display:flex;gap:8px;flex:0 0 auto}.analytics-consent button{min-height:40px;padding:0 15px;border:1px solid rgba(255,255,255,.45);border-radius:7px;background:transparent;color:#fff;font:inherit;font-weight:700;cursor:pointer}.analytics-consent [data-consent-accept]{border-color:#f5b700;background:#f5b700;color:#172033}@media(max-width:680px){.analytics-consent{align-items:stretch;flex-direction:column;gap:14px}.analytics-consent>div:last-child{display:grid;grid-template-columns:1fr 1fr}.analytics-consent button{width:100%}}
