/*
 * Duy Mobile Signature 5.0
 * One scoped design system. No CSS framework, remote fonts or repeated legacy layout overrides.
 */
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--dma-header-height,130px) + 24px)}
body.dma-theme{--accent:#e11d38;--ink:#20232b;--muted:#6c7280;--navy:#1c2029;--paper:#fff;--surface:#f5f6f8;--line:#e6e8ed;--container:1320px;--catalog-cols:4;--card-fit:cover;--radius:20px;--shadow:0 14px 40px #18212e09;--soft:#fff2f3;margin:0;background:var(--surface);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}
body.dma-theme *,body.dma-theme *::before,body.dma-theme *::after{box-sizing:border-box}
body.dma-theme:has(dialog[open]){overflow:hidden}
body.dma-theme a{color:inherit;text-decoration:none}
body.dma-theme a:hover{color:var(--accent)}
body.dma-theme :is(button,input,select,textarea){font:inherit;-webkit-tap-highlight-color:transparent}
body.dma-theme button{cursor:pointer;border:0}
body.dma-theme button:disabled{cursor:wait}
body.dma-theme img{max-width:100%;height:auto;display:block}
body.dma-theme svg{flex-shrink:0}
body.dma-theme :is(h1,h2,h3,h4,p){margin:0}
body.dma-theme :is(h1,h2,h3,h4){line-height:1.3;letter-spacing:-.035em;overflow-wrap:anywhere}
body.dma-theme :is(ul,ol){padding:0;margin:0}
body.dma-theme :is(a,button,summary,input,select,textarea){outline-offset:4px}
body.dma-theme :is(a,button,summary,input,select,textarea):focus-visible{outline:3px solid #2563eb}
body.dma-theme [hidden]{display:none!important}
body.dma-theme .dma-wrap{width:calc(100% - 64px);max-width:var(--container);margin-inline:auto;min-width:0}
body.dma-theme .icon{width:21px;height:21px;display:inline-block;vertical-align:middle;flex-shrink:0}
body.dma-theme .screen-reader-text{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
body.dma-theme .skip-link{position:fixed;z-index:99999;top:8px;left:16px;background:var(--navy);color:#fff;padding:14px 20px;transform:translateY(-180%);border-radius:10px}
body.dma-theme .skip-link:focus{transform:none}
body.dma-theme .btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:46px;padding:12px 20px;border:1px solid transparent;border-radius:10px;background:var(--accent);color:#fff;font-size:13px;font-weight:700;line-height:1.5;transition:transform .18s,box-shadow .18s,background .18s;cursor:pointer;text-align:center}
body.dma-theme .btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 22px #e11d3824}
body.dma-theme .btn .icon{width:18px;height:18px}
body.dma-theme .btn-small{min-height:44px;padding:11px 17px;font-size:12px;gap:14px}
body.dma-theme .btn-dark{background:var(--navy)}
body.dma-theme .btn-ghost{background:#fff;border-color:var(--line);color:var(--ink)}
body.dma-theme .btn-ghost:hover{color:var(--accent);box-shadow:none}
body.dma-theme .text-link{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:700;line-height:1.5}
body.dma-theme .text-link .icon{width:17px;height:17px}
body.dma-theme .icon-button{width:42px;height:42px;border:1px solid var(--line);border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--ink)}
body.dma-theme .icon-button:hover{background:var(--surface);color:var(--accent)}
body.dma-theme .eyebrow{font-size:10px;line-height:1.5;letter-spacing:1.6px;font-weight:750;color:var(--accent);text-transform:uppercase;margin-bottom:9px}
body.dma-theme .eyebrow>span:empty{display:none}
body.dma-theme .section-pad{padding-top:42px;padding-bottom:42px}
body.dma-theme .section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:22px}
body.dma-theme .section-heading h2{font-size:28px;font-weight:750;line-height:1.3}
body.dma-theme .section-heading p:not(.eyebrow){color:var(--muted);font-size:13px;margin-top:8px}
body.dma-theme .section-heading>.text-link{margin-bottom:3px;flex-shrink:0}
body.dma-theme .section-heading>p{font-size:13px;color:var(--muted)}
/* Header */
body.dma-theme .utility-bar{background:var(--navy);color:#d6d7de;font-size:11px}
body.dma-theme .utility-inner{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:20px}
body.dma-theme .utility-inner>span,body.dma-theme .utility-inner a{display:flex;align-items:center;gap:8px}
body.dma-theme .utility-inner .icon{width:13px;height:13px}
body.dma-theme .utility-inner>span>.icon{color:#f6a3ad}
body.dma-theme .utility-inner nav{display:flex;align-items:center;gap:22px}
body.dma-theme .utility-inner nav a+a{border-left:1px solid #ffffff26;padding-left:22px}
body.dma-theme .utility-inner a:hover{color:#fff}
body.dma-theme .site-header{position:relative;background:#fff;border-bottom:1px solid var(--line);z-index:45;transition:box-shadow .2s}
body.dma-theme .site-header.is-sticky{position:sticky;top:0}
body.dma-theme.admin-bar .site-header.is-sticky{top:32px}
body.dma-theme .site-header.is-scrolled{box-shadow:0 5px 24px #1c202912}
body.dma-theme .header-inner{min-height:82px;display:flex;align-items:center;gap:26px}
body.dma-theme .brand{display:flex;align-items:center;gap:10px;flex-shrink:0;line-height:1.1;min-width:0}
body.dma-theme .brand:hover{color:var(--ink)}
body.dma-theme .brand-mark{display:grid;place-items:center;position:relative;background:var(--accent);color:#fff;width:46px;height:46px;border-radius:13px 13px 13px 4px;box-shadow:0 6px 14px #e11d3820;transform:skew(-3deg)}
body.dma-theme .brand-mark>.icon{width:25px;height:30px}
body.dma-theme .brand-tool{position:absolute;background:var(--accent);top:14px;left:18px;display:grid;place-items:center;width:23px;height:23px}
body.dma-theme .brand-tool .icon{width:20px;height:20px}
body.dma-theme .brand strong{display:block;font-size:25px;font-weight:850;letter-spacing:-1.2px;white-space:normal;overflow-wrap:anywhere}
body.dma-theme .brand strong b{color:var(--accent);font-weight:850}
body.dma-theme .brand small{display:block;letter-spacing:1.8px;color:#707582;font-size:7px;font-weight:700;margin-top:8px}
body.dma-theme .custom-logo-link{display:block;max-width:230px;flex-shrink:0}
body.dma-theme .custom-logo{max-height:58px;width:auto;object-fit:contain}
body.dma-theme .header-search-area{position:relative;flex:1;min-width:130px}
body.dma-theme .header-search{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:5px 5px 5px 14px;transition:border .2s,box-shadow .2s}
body.dma-theme .header-search>.icon{width:18px;color:#818793}
body.dma-theme .header-search input{border:0;outline:none;background:none;color:var(--ink);height:34px;min-width:0;width:100%;font-size:12px}
body.dma-theme .header-search:focus-within{border-color:#e1a4ac;box-shadow:0 0 0 3px #e11d3809}
body.dma-theme .header-search input:focus-visible{outline:none}
body.dma-theme .header-search button{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;color:var(--ink);background:#fff;border:1px solid var(--line);flex-shrink:0}
body.dma-theme .header-search button:hover{background:var(--accent);color:#fff}
body.dma-theme .header-search button .icon{width:17px}
body.dma-theme .header-phone{display:flex;gap:10px;align-items:center;flex-shrink:0;line-height:1.3}
body.dma-theme .header-phone-icon{display:grid;place-items:center;width:40px;height:40px;color:var(--accent);background:var(--soft);border:1px solid #f9dde1;border-radius:50%}
body.dma-theme .header-phone-icon .icon{width:18px;height:18px}
body.dma-theme .header-phone small{display:block;font-size:10px;color:var(--muted);margin-bottom:4px}
body.dma-theme .header-phone strong{font-size:17px;letter-spacing:.3px}
body.dma-theme .header-booking{flex-shrink:0;padding-left:22px;border-left:1px solid var(--line)}
body.dma-theme .menu-toggle{display:none}
body.dma-theme .nav-row{border-top:1px solid #f0f1f3}
body.dma-theme .nav-inner{display:flex;align-items:center;min-height:47px;gap:28px;position:relative}
body.dma-theme .desktop-nav{flex:1;min-width:0}
body.dma-theme .desktop-nav .menu{display:flex;align-items:stretch;list-style:none;gap:27px;flex-wrap:wrap}
body.dma-theme .desktop-nav li{list-style:none;position:relative}
body.dma-theme .desktop-nav a{font-size:12px;font-weight:650;display:block;line-height:47px;white-space:nowrap;position:relative}
body.dma-theme .desktop-nav .current-menu-item>a,body.dma-theme .desktop-nav .current_page_item>a{color:var(--accent)}
body.dma-theme .desktop-nav .current-menu-item>a:after,body.dma-theme .desktop-nav .current_page_item>a:after{content:"";position:absolute;height:2px;background:var(--accent);bottom:0;left:0;right:0}
body.dma-theme .desktop-nav li>.sub-menu{display:none;position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid var(--line);padding:8px;border-radius:12px;box-shadow:0 15px 35px #18212e17}
body.dma-theme .desktop-nav li:hover>.sub-menu,body.dma-theme .desktop-nav li:focus-within>.sub-menu{display:block}
body.dma-theme .desktop-nav .sub-menu a{padding:9px 12px;line-height:1.5;white-space:normal;border-radius:6px}
body.dma-theme .desktop-nav .sub-menu a:hover{background:var(--soft)}
body.dma-theme .desktop-nav .sub-menu .sub-menu{left:100%;top:0}
body.dma-theme .nav-zalo{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:650;flex-shrink:0}
body.dma-theme .nav-zalo .icon{width:16px;height:16px;color:var(--accent)}
body.dma-theme .nav-zalo .icon:last-child{width:13px}
body.dma-theme .mega-menu{flex:0 0 213px;border-right:1px solid var(--line);padding-right:23px}
body.dma-theme .mega-menu summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:10px;font-size:12px;font-weight:750;min-height:47px}
body.dma-theme .mega-menu summary::-webkit-details-marker{display:none}
body.dma-theme .mega-menu summary>.icon:first-child{color:var(--accent);width:17px}
body.dma-theme .mega-menu summary>.icon:last-child{margin-left:auto;transform:rotate(90deg);width:13px}
body.dma-theme .mega-menu[open] summary>.icon:last-child{transform:rotate(-90deg)}
body.dma-theme .mega-panel{position:absolute;top:calc(100% + 8px);left:0;width:770px;max-width:100%;background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 20px 65px #12243b26;z-index:80}
body.dma-theme .mega-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px}
body.dma-theme .mega-title strong{font-size:20px;letter-spacing:-.5px}
body.dma-theme .mega-title a{font-size:12px;color:var(--accent);display:flex;gap:8px;align-items:center}
body.dma-theme .mega-title .icon{width:16px}
body.dma-theme .mega-panel nav{display:grid;grid-template-columns:1fr 1fr;gap:9px}
body.dma-theme .mega-panel nav a{display:flex;align-items:center;gap:13px;padding:15px;background:var(--surface);border:1px solid transparent;border-radius:10px;font-size:13px;font-weight:600}
body.dma-theme .mega-panel nav a:hover{background:var(--soft);border-color:#f5d5dc}
body.dma-theme .mega-panel nav .icon:first-child{color:var(--accent);width:21px}
body.dma-theme .mega-panel nav .icon:last-child{margin-left:auto;width:12px;color:#9499a3}
body.dma-theme .mega-panel>p{display:flex;align-items:center;gap:9px;font-size:11px;color:var(--muted);border-top:1px solid var(--line);padding-top:15px;margin-top:19px}
body.dma-theme .mega-panel>p .icon{width:16px;color:var(--accent)}
/* Search results are native links; the search form still works without JavaScript. */
body.dma-theme .search-suggestions{position:absolute;top:calc(100% + 10px);left:0;right:0;min-width:290px;background:#fff;box-shadow:0 18px 50px #1c202929;border:1px solid var(--line);border-radius:14px;padding:12px;z-index:95;max-height:70dvh;overflow-y:auto}
body.dma-theme .search-panel-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 5px 8px;font-size:11px;font-weight:700;color:var(--muted)}
body.dma-theme .search-dismiss{display:grid;place-items:center;background:var(--surface);width:32px;height:32px;border-radius:7px;color:var(--muted)}
body.dma-theme .search-dismiss .icon{width:16px;height:16px}
body.dma-theme .search-status{font-size:12px;padding:4px 5px;color:var(--muted)}
body.dma-theme .search-result{display:flex;gap:12px;align-items:center;padding:9px;border-radius:9px}
body.dma-theme .search-result:hover{background:var(--soft)}
body.dma-theme .search-result img{width:54px;height:45px;object-fit:cover;border-radius:7px;background:var(--surface)}
body.dma-theme .search-result span{min-width:0}
body.dma-theme .search-result strong{display:block;font-size:12px;line-height:1.5;font-weight:650}
body.dma-theme .search-result small{font-size:10px;color:var(--muted)}
body.dma-theme .search-view-all{border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;margin-top:6px;padding:12px 6px 2px;font-size:12px;font-weight:700;color:var(--accent)}
body.dma-theme .search-view-all .icon{width:16px}
/* Hero / editorial photo */
body.dma-theme .dma-home{padding-top:20px;padding-bottom:28px}
body.dma-theme .dma-home>section+section{margin-top:22px}
body.dma-theme .dm4-hero-layout{display:grid;grid-template-columns:minmax(0,1fr) 286px;gap:18px;align-items:stretch}
body.dma-theme .dm4-hero-wide{grid-template-columns:minmax(0,1fr)}
body.dma-theme .dm4-hero{border:1px solid #eadfe2;border-radius:var(--radius);background:#fff7f5;overflow:hidden;min-width:0;display:flex;flex-direction:column}
body.dma-theme .dm4-slides{flex:1;display:grid}
body.dma-theme .dm4-slide{display:grid;grid-template-columns:55% 45%;min-height:367px;position:relative}
body.dma-theme .dm4-hero-copy{position:relative;padding:32px 0 27px 32px;z-index:2;min-width:0;align-self:center}
body.dma-theme .dm4-kicker{display:flex;align-items:center;gap:8px;font-size:9px;line-height:1.5;letter-spacing:1.25px;font-weight:750;color:var(--accent);margin-bottom:17px}
body.dma-theme .dm4-kicker>span{display:block;width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px #e11d3810;flex-shrink:0}
body.dma-theme .dm4-hero-copy :is(h1,h2){font-size:40px;font-weight:800;line-height:1.2;letter-spacing:-1.6px;color:var(--ink)}
body.dma-theme .dm4-hero-copy :is(h1,h2)>span{color:var(--accent)}
body.dma-theme .dm4-hero-description{font-size:12px;color:#636b77;line-height:1.8;max-width:355px;margin-top:17px}
body.dma-theme .hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:22px}
body.dma-theme .dm4-hero-button{font-size:12px;padding-inline:17px;min-height:44px;box-shadow:0 7px 20px #e11d381a}
body.dma-theme .hero-call{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:650}
body.dma-theme .hero-call .icon{width:15px;height:15px}
body.dma-theme .dm4-hero-checks{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:23px;color:#6c6b72;font-size:9px}
body.dma-theme .dm4-hero-checks>span{display:flex;align-items:center;gap:5px}
body.dma-theme .dm4-hero-checks .icon{width:12px;height:12px;color:var(--accent)}
body.dma-theme .dm4-hero-visual{position:relative;min-width:0;display:flex;align-items:center;padding:39px 24px 48px 15px;isolation:isolate}
body.dma-theme .dm4-hero-visual:before{content:"";position:absolute;right:-50px;top:-75px;width:290px;height:470px;background:linear-gradient(160deg,#f8d3d6,#f6e9e6);transform:rotate(20deg);z-index:-2;border-radius:150px}
body.dma-theme .hero-orbit{position:absolute;right:5px;top:29px;width:320px;height:320px;border:1px solid #e7bbbf;border-radius:50%;z-index:-1}
body.dma-theme .hero-orbit:after{content:"";position:absolute;inset:15px;border:1px dashed #e7c6c9;border-radius:50%}
body.dma-theme .hero-visual-label{position:absolute;right:27px;top:22px;font-size:7px;font-weight:700;letter-spacing:1.5px;color:#9e777f}
body.dma-theme .hero-photo{width:100%;position:relative;border:6px solid #fff;border-radius:21px;box-shadow:0 18px 35px #39162420;overflow:hidden;transform:rotate(-5deg);background:#20232b;aspect-ratio:1.19}
body.dma-theme .hero-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}
body.dma-theme .dm4-image-caption{position:absolute;bottom:9px;right:9px;color:#fff;background:#20232bba;border-radius:4px;padding:3px 6px;font-size:8px;line-height:1.3}
body.dma-theme .hero-photo-note{position:absolute;left:0;right:36px;bottom:34px;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 30px #40282e12;padding:13px 14px;border-radius:12px}
body.dma-theme .hero-photo-note>span{width:34px;height:34px;display:grid;place-items:center;background:var(--soft);color:var(--accent);border-radius:9px}
body.dma-theme .hero-photo-note>span .icon{width:19px;height:19px}
body.dma-theme .hero-photo-note small{font-size:7px;color:var(--muted);font-weight:700;letter-spacing:1px;display:block;margin-bottom:4px}
body.dma-theme .hero-photo-note strong{font-size:11px;display:block;line-height:1.4}
body.dma-theme .hero-photo-note>.icon{width:19px;height:19px;color:var(--accent);margin-left:auto}
body.dma-theme .dm4-hero-navigation{display:flex;align-items:stretch;border-top:1px solid #eedfe1;background:#fff;min-height:49px;position:relative;z-index:3}
body.dma-theme .dm4-slide-tabs{display:flex;flex:1;min-width:0}
body.dma-theme .dm4-slide-tabs button{padding:12px 13px;background:#fff;color:var(--muted);font-size:9px;font-weight:650;flex:1;position:relative;border-right:1px solid #f0ecee;line-height:1.5;display:flex;align-items:center;justify-content:center;gap:6px}
body.dma-theme .dm4-slide-tabs button span{font-size:8px;opacity:.55}
body.dma-theme .dm4-slide-tabs button[aria-pressed=true]{color:var(--accent);background:#fff8f8}
body.dma-theme .dm4-slide-tabs button[aria-pressed=true]:before{content:"";position:absolute;top:-1px;left:15%;right:15%;height:2px;background:var(--accent)}
body.dma-theme .dm4-slider-controls{display:flex;align-items:center;gap:5px;padding:7px 10px}
body.dma-theme .dm4-slider-controls>[data-counter]{display:none;font-size:10px;font-weight:700;white-space:nowrap;padding-right:5px}
body.dma-theme .dm4-slider-controls [data-counter] span{color:#9097a1}
body.dma-theme .dm4-slider-controls button{display:grid;place-items:center;width:28px;height:28px;background:#fff;color:#7d838e;border:1px solid var(--line);border-radius:50%;font-size:10px}
body.dma-theme .dm4-slider-controls button:hover{color:var(--accent);border-color:#eebfc6}
body.dma-theme .dm4-slider-controls .icon{width:14px;height:14px}
body.dma-theme [data-slide-prev] .icon{transform:rotate(180deg)}
body.dma-theme .dm4-slide-2{background:#f4f5fb}
body.dma-theme .dm4-slide-3{background:#f3f6f6}
body.dma-theme .dm4-slide-2 .dm4-hero-visual:before{background:linear-gradient(150deg,#dce0ef,#eeeaf4)}
body.dma-theme .dm4-slide-3 .dm4-hero-visual:before{background:linear-gradient(150deg,#d8e3e5,#eeeff3)}
body.dma-theme .dm4-assist{border-radius:var(--radius);background:var(--navy);color:#fff;position:relative;overflow:hidden;padding:24px;display:flex;flex-direction:column;min-width:0;isolation:isolate}
body.dma-theme .dm4-assist:before{content:"";position:absolute;top:-100px;right:-85px;width:220px;height:220px;border:1px solid #ffffff0a;border-radius:50%;box-shadow:0 0 0 24px #ffffff02,0 0 0 49px #ffffff02;z-index:-1}
body.dma-theme .dm4-assist-top{display:flex;align-items:center;gap:9px;font-size:9px;letter-spacing:1.4px;font-weight:650;color:#dddfe6}
body.dma-theme .dm4-assist-icon{display:grid;place-items:center;width:33px;height:33px;border:1px solid #ffffff17;border-radius:9px;color:#ffa1ad;background:#ffffff07}
body.dma-theme .dm4-assist-icon .icon{width:18px;height:18px}
body.dma-theme .dm4-assist-dots{margin-left:auto;color:#888d97;letter-spacing:2px}
body.dma-theme .dm4-assist h2{font-size:29px;font-weight:750;line-height:1.18;letter-spacing:-.8px;margin:22px 0 9px}
body.dma-theme .dm4-assist>p{color:#a6abb7;font-size:11px;margin-bottom:18px}
body.dma-theme .dm4-symptoms{display:grid;gap:6px;margin-bottom:17px}
body.dma-theme .dm4-symptoms a{display:flex;align-items:center;gap:9px;font-size:11px;color:#e9ebf1;padding:11px 10px;background:#ffffff06;border:1px solid #ffffff0e;border-radius:8px;transition:background .2s,border .2s}
body.dma-theme .dm4-symptoms a:hover{background:#ffffff0f;border-color:#ffffff30;color:#fff}
body.dma-theme .dm4-symptoms .icon:first-child{width:17px;height:17px;color:#f7909f}
body.dma-theme .dm4-symptoms .icon:last-child{width:12px;height:12px;margin-left:auto;color:#818896}
body.dma-theme .dm4-assist-contact{margin-top:auto;border-top:1px solid #ffffff16;padding-top:15px}
body.dma-theme .dm4-assist-contact>span{font-size:9px;color:#a7aebb;display:block}
body.dma-theme .dm4-assist-contact a{display:flex;align-items:center;gap:9px;font-size:22px;font-weight:750;letter-spacing:.2px;color:#fff;margin-top:3px}
body.dma-theme .dm4-assist-contact a:hover{color:#ffb5bf}
body.dma-theme .dm4-assist-contact .icon{width:18px;height:18px;color:#ff9baa}
body.dma-theme .dm5-trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:18px 0 0;gap:18px}
body.dma-theme .dm5-trust-strip>div{display:flex;align-items:center;gap:12px;padding-left:18px;border-left:1px solid #dfe2e8}
body.dma-theme .dm5-trust-strip>div:first-child{padding-left:5px;border-left:0}
body.dma-theme .dm5-trust-strip .icon{width:24px;height:24px;color:var(--accent);stroke-width:1.5}
body.dma-theme .dm5-trust-strip strong{font-size:11px;display:block;font-weight:700}
body.dma-theme .dm5-trust-strip small{display:block;font-size:10px;color:var(--muted);margin-top:2px}
/* Quick services. Width is shared with every homepage section. */
body.dma-theme .dm4-quick{display:flex;align-items:center;border:1px solid var(--line);background:#fff;border-radius:16px;padding:19px 16px;box-shadow:0 3px 12px #20232b02}
body.dma-theme .dm4-quick-title{width:159px;flex-shrink:0;padding-left:8px;border-right:1px solid var(--line)}
body.dma-theme .dm4-quick-title h2{font-size:17px;letter-spacing:-.5px}
body.dma-theme .dm4-quick-title>span{font-size:10px;color:var(--muted);display:block;margin-top:5px}
body.dma-theme .dm4-quick-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:4px;flex:1;min-width:0;padding-left:12px}
body.dma-theme .dm4-quick-grid a{display:flex;align-items:center;flex-direction:column;gap:8px;text-align:center;font-size:10px;font-weight:600;line-height:1.3;padding:0 3px;color:#59606e}
body.dma-theme .dm4-quick-icon{width:39px;height:39px;display:grid;place-items:center;background:var(--surface);border:1px solid #eff0f3;border-radius:11px;transition:background .2s,color .2s,transform .2s}
body.dma-theme .dm4-quick-icon .icon{width:22px;height:22px}
body.dma-theme .dm4-quick-grid a:hover{color:var(--accent)}
body.dma-theme .dm4-quick-grid a:hover .dm4-quick-icon{background:var(--soft);color:var(--accent);border-color:#f8d5dc;transform:translateY(-3px)}
body.dma-theme .dm4-quick-grid a:nth-child(4) .dm4-quick-icon{color:var(--accent);background:var(--soft);border-color:#f9dfe4}
/* Catalog */
body.dma-theme .catalog-section>.dma-wrap{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px}
body.dma-theme .dma-home .catalog-section{padding:0}
body.dma-theme .catalog-section .section-heading{padding-bottom:21px;border-bottom:1px solid var(--line);margin-bottom:18px}
body.dma-theme .catalog-section .section-heading>.text-link{padding:9px 12px;border:1px solid var(--line);border-radius:9px;font-size:11px;white-space:nowrap}
body.dma-theme .catalog-section .section-heading>.text-link:hover{border-color:#f1b5c0;background:#fff7f8}
body.dma-theme .catalog-section .eyebrow{font-size:9px}
body.dma-theme .brand-strip{display:flex;align-items:center;gap:16px;margin-bottom:17px}
body.dma-theme .brand-strip>span{font-size:10px;color:var(--muted);flex-shrink:0}
body.dma-theme .brand-strip nav{display:flex;gap:8px;flex:1;flex-wrap:wrap;min-width:0}
body.dma-theme .brand-strip nav a{display:grid;place-items:center;min-width:78px;font-size:12px;font-weight:700;letter-spacing:-.15px;border:1px solid var(--line);border-radius:8px;padding:7px 13px;background:#fff;line-height:1.5}
body.dma-theme .brand-strip nav a:hover,body.dma-theme .brand-strip nav a[aria-current=true]{background:var(--soft);color:var(--accent);border-color:#f3ccd4}
body.dma-theme .catalog-sort select{font-size:11px;border:1px solid var(--line);border-radius:8px;padding:9px 28px 9px 10px;background:#fff;color:#525967;max-width:155px}
body.dma-theme .catalog-layout{display:grid;grid-template-columns:223px minmax(0,1fr);gap:23px;align-items:start}
body.dma-theme .catalog-sidebar{min-width:0;position:sticky;top:calc(var(--dma-header-height,130px) + 20px)}
body.dma-theme .filter-panel{border:1px solid var(--line);border-radius:13px;background:#fafbfc;overflow:hidden}
body.dma-theme .filter-panel summary{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:700;list-style:none;cursor:pointer;padding:15px;border-bottom:1px solid var(--line)}
body.dma-theme .filter-panel summary::-webkit-details-marker{display:none}
body.dma-theme .filter-panel summary .icon{width:16px;height:16px;color:var(--accent)}
body.dma-theme .filter-toggle{margin-left:auto;font-size:16px;color:var(--muted)}
body.dma-theme .filter-panel[open] .filter-toggle{transform:rotate(45deg)}
body.dma-theme .catalog-filter{display:flex;flex-direction:column;gap:15px;padding:17px}
body.dma-theme .filter-field{display:grid;gap:7px;min-width:0;font-size:11px;color:#596374;line-height:1.4}
body.dma-theme .filter-field>span{font-size:10px;font-weight:650}
body.dma-theme .filter-field :is(input,select){width:100%;min-width:0;border:1px solid #dfe3eb;border-radius:7px;padding:10px 9px;line-height:1.3;background:#fff;color:#4d5868;font-size:11px;height:38px}
body.dma-theme .filter-field input::placeholder{color:#8a94a4}
body.dma-theme .filter-submit{font-size:11px;min-height:38px;padding:10px 12px;gap:7px}
body.dma-theme .filter-submit .icon{width:14px;height:14px}
body.dma-theme .filter-reset{font-size:10px;color:var(--muted);text-align:center;text-decoration:underline;text-underline-offset:3px}
body.dma-theme .filter-help{padding:22px 18px;background:var(--soft);border:1px solid #f5e0e5;border-radius:13px;margin-top:17px}
body.dma-theme .help-icon{display:grid;place-items:center;width:34px;height:34px;border:1px solid #f2cdd6;color:var(--accent);border-radius:9px;margin-bottom:12px}
body.dma-theme .help-icon .icon{width:20px;height:20px}
body.dma-theme .filter-help strong{display:block;font-size:14px;line-height:1.4}
body.dma-theme .filter-help p{color:#777580;font-size:11px;margin-top:8px;margin-bottom:15px}
body.dma-theme .filter-help a{display:flex;align-items:center;gap:7px;color:var(--accent);font-size:16px;font-weight:750}
body.dma-theme .filter-help a .icon{width:16px;height:16px}
body.dma-theme .catalog-content{min-width:0;position:relative;scroll-margin-top:20px}
body.dma-theme .catalog-content[aria-busy=true] [data-catalog-results]{opacity:.45;pointer-events:none;transition:opacity .15s}
body.dma-theme .catalog-content[aria-busy=true]:before{content:"";position:absolute;top:70px;left:calc(50% - 15px);width:30px;height:30px;border:3px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:dma-spin .7s linear infinite;z-index:5}
@keyframes dma-spin{to{transform:rotate(360deg)}}
body.dma-theme .catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--line);margin-bottom:12px}
body.dma-theme .catalog-tabs{display:flex;gap:6px;flex-wrap:wrap}
body.dma-theme .catalog-tabs a{display:inline-flex;padding:7px 11px;border:1px solid transparent;border-radius:7px;color:var(--muted);font-size:11px;font-weight:650;line-height:1.4}
body.dma-theme .catalog-tabs a[aria-current=true]{background:var(--ink);color:#fff}
body.dma-theme .catalog-tabs a:hover{background:var(--soft);color:var(--accent)}
body.dma-theme .active-filters{display:flex;flex-wrap:wrap;gap:6px;padding-bottom:12px}
body.dma-theme .filter-chip{display:inline-flex;align-items:center;background:var(--soft);border:1px solid #f2d4dc;border-radius:6px;color:var(--accent);font-size:10px;padding:5px 9px;max-width:100%;text-align:left;overflow-wrap:anywhere}
body.dma-theme .filter-error{padding:12px 15px;background:#fff5df;border:1px solid #f2dcab;border-radius:8px;margin-bottom:14px;color:#775921;font-size:12px}
body.dma-theme .filter-error a{text-decoration:underline}
body.dma-theme .results-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px;font-size:10px;color:var(--muted)}
body.dma-theme .results-bar strong{color:var(--ink)}
body.dma-theme .results-hint{display:flex;align-items:center;gap:5px;color:#9297a2;font-size:9px}
body.dma-theme .results-hint .icon{width:13px;height:13px}
body.dma-theme .service-grid{display:grid;grid-template-columns:repeat(var(--catalog-cols),minmax(0,1fr));gap:16px}
body.dma-theme .catalog-section:not(.dma-catalog-compact) .service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
body.dma-theme .service-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--line);border-radius:13px;background:#fff;overflow:hidden;transition:border-color .2s,box-shadow .2s,transform .2s}
body.dma-theme .service-card:hover{border-color:#e8c9d0;box-shadow:0 12px 28px #1f253b0d;transform:translateY(-3px)}
body.dma-theme .card-media{position:relative;display:block;overflow:hidden;aspect-ratio:4/3;background:#f1f2f5}
body.dma-theme .card-media img{width:100%;height:100%;object-fit:var(--card-fit);transition:transform .35s}
body.dma-theme .service-card:hover .card-media img{transform:scale(1.035)}
body.dma-theme .media-arrow{display:grid;place-items:center;position:absolute;right:11px;bottom:11px;background:#fffffff0;border:1px solid #fff;border-radius:50%;width:30px;height:30px;color:var(--ink);box-shadow:0 2px 10px #00000012}
body.dma-theme .media-arrow .icon{width:15px;height:15px}
body.dma-theme .card-body{display:flex;flex-direction:column;padding:15px 15px 0;flex:1;min-width:0}
body.dma-theme .card-category{font-size:9px;color:var(--accent);font-weight:650;margin-bottom:7px;line-height:1.4}
body.dma-theme .service-card h3{font-size:14px;line-height:1.5;font-weight:700;min-height:42px;letter-spacing:-.2px;margin-bottom:8px}
body.dma-theme .card-excerpt{font-size:11px;line-height:1.7;color:var(--muted);margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
body.dma-theme .card-bottom{border-top:1px solid var(--line);padding:12px 0 13px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:7px;margin-top:auto;min-width:0}
body.dma-theme .card-price{font-size:14px;font-weight:750;color:var(--accent);line-height:1.4;overflow-wrap:anywhere}
body.dma-theme .card-price del{color:var(--muted);font-size:10px;font-weight:400}
body.dma-theme .card-price ins{background:none;text-decoration:none}
body.dma-theme .card-link{font-size:10px;display:inline-flex;align-items:center;gap:4px;color:var(--muted);white-space:nowrap}
body.dma-theme .card-link .icon{width:13px;height:13px}
body.dma-theme .catalog-pagination,body.dma-theme .pagination,body.dma-theme .nav-links{display:flex;justify-content:center;gap:7px;flex-wrap:wrap;margin-top:24px}
body.dma-theme .catalog-pagination a,body.dma-theme .pagination .page-numbers,body.dma-theme .nav-links .page-numbers{display:grid;place-items:center;min-width:35px;height:35px;border:1px solid var(--line);background:#fff;border-radius:8px;padding:0 10px;font-size:12px}
body.dma-theme .catalog-pagination [aria-current=page],body.dma-theme .pagination .current,body.dma-theme .nav-links .current{background:var(--accent);color:#fff;border-color:var(--accent)}
body.dma-theme .catalog-pagination .dots{padding:5px;color:var(--muted)}
body.dma-theme .demo-note{font-size:11px;color:#856127;background:#fff9ec;border:1px solid #f5e6c2;border-radius:8px;padding:10px 13px;margin-bottom:15px}
body.dma-theme .empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:45px 20px;background:var(--surface);border-radius:12px;gap:12px}
body.dma-theme .empty-state>.icon{width:32px;height:32px;color:#b4bbc7}
body.dma-theme .empty-state h3{font-size:18px}
body.dma-theme .empty-state p{font-size:12px;color:var(--muted)}
body.dma-theme .dma-catalog-compact .catalog-layout{display:block}
body.dma-theme .dma-catalog-compact .catalog-sidebar{position:static;margin-bottom:16px}
body.dma-theme .dma-catalog-compact .filter-panel{border:0;border-radius:10px;background:var(--surface)}
body.dma-theme .dma-catalog-compact .filter-panel>summary{display:none}
body.dma-theme .dma-catalog-compact .catalog-filter{flex-direction:row;align-items:end;gap:10px;flex-wrap:wrap;padding:13px}
body.dma-theme .dma-catalog-compact .filter-field{flex:1 1 125px}
body.dma-theme .dma-catalog-compact .filter-field:first-of-type{flex:1.4 1 175px}
body.dma-theme .dma-catalog-compact .filter-submit{flex:0 0 auto}
body.dma-theme .dma-catalog-compact .filter-reset{display:none}
body.dma-theme .dma-catalog-compact .catalog-filter[data-filter-dirty] .filter-reset{display:block;align-self:center}
body.dma-theme .dma-catalog-compact .filter-help{display:none}
body.dma-theme .dma-catalog-compact .catalog-toolbar{border:0;padding:0;margin-bottom:13px}
/* Lower home modules */
body.dma-theme .promo-section{display:grid;grid-template-columns:1fr 1fr;gap:20px}
body.dma-theme .feature-tile{display:grid;grid-template-columns:56% 44%;position:relative;overflow:hidden;border-radius:16px;min-height:198px;background:#eceef3;border:1px solid #e3e6ed;isolation:isolate}
body.dma-theme .feature-tile:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;border:1px solid #0000000a;right:-30px;top:-35px;z-index:-1}
body.dma-theme .feature-copy{padding:26px;align-self:center;position:relative;z-index:1}
body.dma-theme .feature-copy .eyebrow{font-size:8px;letter-spacing:1.4px}
body.dma-theme .feature-copy h2{font-size:24px;font-weight:750;line-height:1.25}
body.dma-theme .feature-link{display:inline-flex;align-items:center;gap:8px;margin-top:20px;font-size:11px;font-weight:650;border-bottom:1px solid #20232b3b;padding-bottom:3px}
body.dma-theme .feature-link .icon{width:14px;height:14px}
body.dma-theme .feature-art{align-self:stretch;display:flex;align-items:center;overflow:hidden;position:relative;padding:20px 0}
body.dma-theme .feature-art img{width:100%;height:100%;max-height:180px;object-fit:contain;mix-blend-mode:multiply;transform:rotate(-8deg) scale(1.08);transition:transform .3s}
body.dma-theme .feature-tile:hover .feature-art img{transform:rotate(-5deg) scale(1.12)}
body.dma-theme .feature-tile:hover{color:var(--ink)}
body.dma-theme .feature-tile-2{background:#fff0f1;border-color:#f6dfe2}
body.dma-theme .feature-tile-2 .feature-art img{transform:rotate(15deg) scale(1.23)}
body.dma-theme .feature-tile-2:hover .feature-art img{transform:rotate(12deg) scale(1.28)}
body.dma-theme .process-section{padding:27px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}
body.dma-theme .process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
body.dma-theme .process-card{border:1px solid var(--line);border-radius:12px;padding:21px 19px;background:linear-gradient(#fff,#fafbfc);position:relative}
body.dma-theme .process-card:after{content:"";height:3px;width:35px;background:var(--accent);border-radius:2px;position:absolute;left:20px;bottom:0;opacity:.7}
body.dma-theme .process-card>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
body.dma-theme .process-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--soft);color:var(--accent)}
body.dma-theme .process-icon .icon{width:21px;height:21px}
body.dma-theme .step-number{font-size:29px;font-weight:800;line-height:1;letter-spacing:-1px;color:#e4e6eb}
body.dma-theme .process-card h3{font-size:14px;font-weight:700;line-height:1.4;letter-spacing:-.3px;margin-bottom:10px}
body.dma-theme .process-card p{font-size:11px;color:var(--muted);line-height:1.8}
body.dma-theme .dma-home .journal-section{padding:0}
body.dma-theme .journal-section>.dma-wrap{border:1px solid var(--line);background:#fff;border-radius:var(--radius);padding:26px}
body.dma-theme .post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
body.dma-theme .post-card{min-width:0;background:#fff}
body.dma-theme .post-media{display:block;aspect-ratio:1.75;overflow:hidden;background:var(--surface);border-radius:12px;position:relative}
body.dma-theme .post-media:after{content:"";position:absolute;inset:0;border:1px solid #00000006;border-radius:inherit;pointer-events:none}
body.dma-theme .post-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
body.dma-theme .post-card:hover .post-media img{transform:scale(1.04)}
body.dma-theme .post-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:9px;color:#8b909a;margin:13px 0 7px}
body.dma-theme .post-meta>span{color:var(--accent);font-weight:650}
body.dma-theme .post-card h3{font-size:16px;line-height:1.5;font-weight:700;letter-spacing:-.3px;margin-bottom:13px}
body.dma-theme .post-card>.text-link{font-size:10px;color:#626b7a}
body.dma-theme .journal-empty{grid-column:1/-1;display:flex;align-items:center;gap:18px;padding:27px;background:var(--surface);border:1px dashed #d9dce4;border-radius:12px}
body.dma-theme .journal-empty-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#fff;color:var(--accent);flex-shrink:0}
body.dma-theme .journal-empty h3{font-size:16px}
body.dma-theme .journal-empty p{font-size:12px;color:var(--muted);margin-top:6px}
body.dma-theme .faq-section{display:grid;grid-template-columns:31% minmax(0,1fr);gap:45px;padding:29px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}
body.dma-theme .faq-intro h2{font-size:29px;letter-spacing:-.9px;line-height:1.25}
body.dma-theme .faq-intro>p:not(.eyebrow){font-size:12px;line-height:1.8;color:var(--muted);margin:17px 0}
body.dma-theme .faq-intro .text-link{font-size:11px;color:var(--accent)}
body.dma-theme .faq-list{display:flex;flex-direction:column;gap:9px}
body.dma-theme .faq-item{border:1px solid var(--line);border-radius:9px;overflow:hidden;background:#fff}
body.dma-theme .faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;padding:14px 17px;list-style:none;font-size:12px;font-weight:650;line-height:1.5}
body.dma-theme .faq-item summary::-webkit-details-marker{display:none}
body.dma-theme .faq-item summary>span{flex-shrink:0;font-size:18px;color:#969aa4;line-height:1;font-weight:400}
body.dma-theme .faq-item[open]{border-color:#edd0d6;background:#fff9fa}
body.dma-theme .faq-item[open] summary{color:var(--accent)}
body.dma-theme .faq-item[open] summary>span{transform:rotate(45deg);color:var(--accent)}
body.dma-theme .faq-item>p{font-size:12px;color:#676d79;line-height:1.8;padding:0 17px 17px}
body.dma-theme .contact-section{display:grid;grid-template-columns:1fr 1fr;gap:25px;padding:28px;background:var(--accent);border-radius:var(--radius);overflow:hidden;position:relative;isolation:isolate;color:#fff;align-items:center}
body.dma-theme .contact-section:before,body.dma-theme .contact-section:after{content:"";position:absolute;width:460px;height:460px;border:1px solid #ffffff20;border-radius:50%;left:-130px;bottom:-290px;z-index:-1}
body.dma-theme .contact-section:after{width:570px;height:570px;left:-185px;bottom:-345px}
body.dma-theme .contact-copy{padding:16px 10px 16px 12px}
body.dma-theme .contact-copy .eyebrow{color:#ffd6dd;font-size:9px;letter-spacing:1.3px}
body.dma-theme .contact-copy h2{font-size:31px;font-weight:750;line-height:1.25;margin-top:14px;letter-spacing:-1px}
body.dma-theme .contact-copy>p:not(.eyebrow){font-size:12px;color:#ffe0e6;max-width:365px;margin:15px 0 18px;line-height:1.85}
body.dma-theme .contact-phone{display:flex;align-items:center;gap:15px;font-size:30px;letter-spacing:-.3px;font-weight:800;line-height:1.3}
body.dma-theme .contact-phone:hover{color:#fff}
body.dma-theme .contact-phone .icon{width:24px;height:24px}
body.dma-theme .contact-stamp{display:flex;align-items:center;gap:8px;font-size:8px;letter-spacing:1.5px;color:#ffd2dc;margin-top:28px}
body.dma-theme .contact-stamp .icon{width:15px;height:15px}
body.dma-theme .contact-form-card{padding:24px;background:#fff;color:var(--ink);border-radius:14px;box-shadow:0 12px 36px #75112d16;min-width:0}
body.dma-theme .contact-form-card>h3{font-size:20px;margin-bottom:8px;letter-spacing:-.5px}
body.dma-theme .contact-form-card>p{font-size:11px;color:var(--muted);margin-bottom:17px}
body.dma-theme .contact-fallback{display:flex;flex-wrap:wrap;gap:10px;align-items:center;border-top:1px solid var(--line);padding-top:16px}
body.dma-theme .contact-fallback>p{font-size:12px;color:var(--muted);flex:0 0 100%;margin-bottom:6px}
body.dma-theme .contact-fallback>small{font-size:10px;color:var(--muted);flex-basis:100%;margin-top:8px}
body.dma-theme .contact-fallback .btn{font-size:12px;padding-inline:14px}
/* Footer / store information */
body.dma-theme .site-footer{background:#1b1e26;color:#c6c9d2;position:relative;border-top:4px solid var(--accent)}
body.dma-theme .footer-callout{display:flex;justify-content:space-between;align-items:center;gap:35px;padding:36px 0 33px;border-bottom:1px solid #ffffff12;position:relative}
body.dma-theme .footer-callout .eyebrow{color:#f98797;font-size:9px;letter-spacing:2px;margin-bottom:11px}
body.dma-theme .footer-callout h2{color:#fff;font-size:32px;font-weight:750;line-height:1.22;letter-spacing:-1px}
body.dma-theme .footer-callout>div>p:not(.eyebrow){font-size:12px;color:#969eae;margin-top:12px}
body.dma-theme .footer-callout-actions{display:grid;gap:12px;min-width:225px;justify-items:center}
body.dma-theme .footer-callout-actions .btn{width:100%;min-height:48px}
body.dma-theme .footer-callout-actions>a:not(.btn){display:flex;align-items:center;gap:8px;font-size:11px;color:#b8bfcc}
body.dma-theme .footer-callout-actions>a:not(.btn):hover{color:#fff}
body.dma-theme .footer-callout-actions .icon{width:16px;height:16px}
body.dma-theme .footer-top{display:grid;grid-template-columns:1.2fr .8fr .8fr 1.15fr;gap:42px;padding:33px 0 30px}
body.dma-theme .footer-intro .brand{color:#fff;margin-bottom:18px;gap:9px}
body.dma-theme .footer-intro .brand strong{font-size:23px;letter-spacing:-.9px}
body.dma-theme .footer-intro .brand small{color:#969dab;font-size:6px;letter-spacing:1.75px}
body.dma-theme .footer-intro .brand-mark{width:41px;height:43px}
body.dma-theme .footer-intro .brand strong b{color:#fff}
body.dma-theme .footer-intro>.custom-logo-link{margin-bottom:16px;background:#fff;padding:8px;border-radius:9px;width:max-content;max-width:100%}
body.dma-theme .footer-intro>p{font-size:11px;line-height:1.9;color:#9ba3b3;max-width:280px}
body.dma-theme .footer-pill{display:inline-flex;align-items:center;gap:7px;font-size:7px;letter-spacing:1.3px;color:#a9b0be;margin-top:18px;border:1px solid #ffffff14;padding:7px 9px;border-radius:6px;max-width:100%}
body.dma-theme .footer-pill .icon{width:13px;height:13px;color:#f98797}
body.dma-theme .footer-social{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px}
body.dma-theme .footer-social a{display:flex;align-items:center;gap:5px;font-size:10px;border:1px solid #ffffff19;border-radius:6px;padding:6px 9px}
body.dma-theme .footer-social a .icon{width:11px;height:11px}
body.dma-theme .footer-social a:hover{background:#ffffff0a;border-color:#ffffff40;color:#fff}
body.dma-theme .footer-top h2{font-size:12px;line-height:1.4;font-weight:700;color:#fff;letter-spacing:0;margin-bottom:18px;padding-bottom:11px;position:relative}
body.dma-theme .footer-top h2:after{content:"";position:absolute;left:0;bottom:0;width:22px;height:2px;background:var(--accent)}
body.dma-theme .footer-link-group nav,body.dma-theme .footer-link-group .menu{display:flex;flex-direction:column;gap:10px;list-style:none;font-size:11px;color:#a5aebd;line-height:1.6}
body.dma-theme .footer-link-group .menu{margin-top:10px}
body.dma-theme .footer-link-group li{list-style:none}
body.dma-theme .site-footer a:hover{color:#fff}
body.dma-theme .footer-link-group a{width:fit-content;max-width:100%;overflow-wrap:anywhere}
body.dma-theme .footer-link-group a:hover{color:#ff9aab}
body.dma-theme .footer-hotline-box{display:flex;align-items:center;gap:11px;margin-bottom:17px;background:#242833;border:1px solid #ffffff0c;padding:13px;border-radius:10px}
body.dma-theme .footer-hotline-box>span{width:34px;height:34px;display:grid;place-items:center;background:#e11d3817;color:#ff94a5;border:1px solid #ef5d7826;border-radius:8px}
body.dma-theme .footer-hotline-box>span .icon{width:17px;height:17px}
body.dma-theme .footer-hotline-box small{display:block;font-size:9px;color:#a3abba;margin-bottom:2px}
body.dma-theme .footer-hotline{font-size:21px;color:#fff;font-weight:750;line-height:1.4;letter-spacing:-.3px}
body.dma-theme .footer-store-detail{display:flex;align-items:start;gap:9px;font-size:11px;color:#a6aebc;line-height:1.7;margin:12px 0}
body.dma-theme .footer-store-detail .icon{width:16px;height:16px;margin-top:1px;color:#707c90}
body.dma-theme .footer-map-link{display:flex;align-items:center;gap:8px;font-size:10px;margin-top:12px;color:#bfc6d1}
body.dma-theme .footer-map-link .icon{width:13px;height:13px;color:#e98192}
body.dma-theme .footer-widgets{padding:0 0 30px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;font-size:12px}
body.dma-theme .footer-widget{min-width:0}
body.dma-theme .footer-widget h3{color:#fff;font-size:14px;margin-bottom:12px}
body.dma-theme .footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #ffffff12;padding:19px 0;color:#8590a1;font-size:10px;line-height:1.6}
body.dma-theme .footer-to-top{display:flex;align-items:center;gap:8px}
body.dma-theme .footer-to-top .icon{width:13px;height:13px;transform:rotate(-90deg);color:#abb3c0}
body.dma-theme .mobile-bottom-bar{display:none}
body.dma-theme .floating-tools{position:fixed;right:20px;bottom:26px;z-index:35;display:flex;flex-direction:column;align-items:end;gap:10px}
body.dma-theme .floating-contact{width:47px;height:47px;display:grid;place-items:center;background:var(--accent);border:3px solid #fff;color:#fff;border-radius:50%;box-shadow:0 5px 18px #ae1b3d2b;position:relative}
body.dma-theme .floating-contact:hover{color:#fff}
body.dma-theme .floating-contact .icon{width:22px;height:22px}
body.dma-theme .floating-contact>span{position:absolute;white-space:nowrap;background:var(--ink);color:#fff;right:calc(100% + 12px);top:7px;padding:7px 12px;border-radius:7px;font-size:10px;opacity:0;pointer-events:none;transition:opacity .15s}
body.dma-theme .floating-contact:hover>span,body.dma-theme .floating-contact:focus-visible>span{opacity:1}
body.dma-theme .back-to-top{display:grid;place-items:center;width:40px;height:40px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 4px 14px #1620320a;color:#667082;margin-right:3px}
body.dma-theme .back-to-top .icon{width:17px;height:17px;transform:rotate(-90deg)}
/* Dialogs and Duy Mobile Services form integration */
body.dma-theme dialog{border:1px solid var(--line);color:var(--ink);background:#fff;padding:0;max-height:90dvh;overscroll-behavior:contain}
body.dma-theme dialog::backdrop{background:#151a26a6;backdrop-filter:blur(3px)}
body.dma-theme .mobile-navigation{width:min(390px,92vw);height:100dvh;max-height:100dvh;max-width:100vw;margin:0 0 0 auto;border-radius:18px 0 0 18px;border:0;padding:23px;overflow:auto}
body.dma-theme .drawer-top{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding-bottom:19px}
body.dma-theme .drawer-top .brand strong{font-size:21px}
body.dma-theme .drawer-top .brand-mark{width:37px;height:40px}
body.dma-theme .drawer-top .brand small{font-size:6px;letter-spacing:1.25px}
body.dma-theme .drawer-top .icon-button{width:34px;height:34px;flex-shrink:0}
body.dma-theme .drawer-welcome{color:var(--muted);font-size:11px;margin:16px 0}
body.dma-theme .drawer-nav .menu{list-style:none;display:grid;gap:4px}
body.dma-theme .drawer-nav li{list-style:none}
body.dma-theme .drawer-nav a{display:block;padding:11px 13px;font-size:13px;font-weight:650;border-radius:8px;background:#f7f8fa}
body.dma-theme .drawer-nav a:hover{background:var(--soft)}
body.dma-theme .drawer-nav .sub-menu{padding:5px 0 5px 13px;display:grid;gap:4px}
body.dma-theme .drawer-nav .sub-menu a{font-size:12px;font-weight:400;padding-block:9px}
body.dma-theme .drawer-label{font-size:11px;letter-spacing:0;color:var(--muted);margin:23px 0 12px}
body.dma-theme .drawer-services{display:grid;grid-template-columns:1fr 1fr;gap:8px}
body.dma-theme .drawer-services a{display:flex;align-items:center;gap:8px;border:1px solid var(--line);padding:10px 9px;border-radius:8px;font-size:10px;line-height:1.5}
body.dma-theme .drawer-services .icon{width:18px;height:18px;color:var(--accent)}
body.dma-theme .drawer-contact{display:flex;flex-direction:column;gap:5px;background:var(--navy);color:#fff;margin-top:24px;padding:18px;border-radius:12px}
body.dma-theme .drawer-contact small{color:#aeb6c3;font-size:10px}
body.dma-theme .drawer-contact a{display:flex;align-items:center;gap:9px;font-size:23px;font-weight:700}
body.dma-theme .drawer-contact a .icon{width:19px;color:#ffa3b2}
body.dma-theme .drawer-contact>span{color:#bbc1ce;font-size:10px}
body.dma-theme .booking-dialog{padding:32px;border-radius:20px;width:560px;max-width:calc(100% - 28px);box-shadow:0 30px 100px #121a3340;overflow-y:auto}
body.dma-theme .modal-close{position:absolute;top:15px;right:15px;width:32px;height:32px}
body.dma-theme .modal-close .icon{width:16px;height:16px}
body.dma-theme .booking-dialog>.eyebrow{padding-right:26px;font-size:9px}
body.dma-theme .booking-dialog>h2{font-size:27px;margin-bottom:10px}
body.dma-theme .booking-dialog>p:not(.eyebrow){font-size:12px;color:var(--muted);margin-bottom:20px}
body.dma-theme :is(.dms-booking-form,.dms-form){display:grid;gap:12px;font-size:12px}
body.dma-theme :is(.dms-booking-form,.dms-form) label{display:grid;gap:5px;min-width:0;font-size:11px;font-weight:600}
body.dma-theme :is(.dms-booking-form,.dms-form) :is(input:not([type=checkbox]):not([type=radio]),textarea,select){width:100%;min-width:0;max-width:100%;border:1px solid #dfe3e9;border-radius:8px;padding:10px 12px;background:#fff;color:var(--ink);font-size:12px;line-height:1.5}
body.dma-theme :is(.dms-booking-form,.dms-form) textarea{min-height:82px;resize:vertical}
body.dma-theme :is(.dms-booking-form,.dms-form) :is(button[type=submit],input[type=submit]){border:0;border-radius:8px;padding:12px 16px;background:var(--accent);color:#fff;font-size:12px;font-weight:700;cursor:pointer}
body.dma-theme :is(.dms-booking-form,.dms-form) :is(.dms-row,.dms-form-row,.dms-grid){display:grid;grid-template-columns:1fr 1fr;gap:12px;min-width:0}
body.dma-theme :is(.dms-booking-form,.dms-form) :is(.dms-consent,.dms-privacy){font-size:10px;line-height:1.7;color:var(--muted);font-weight:400}
body.dma-theme :is(.dms-booking-form,.dms-form) label:has(input[type=checkbox]){display:flex;align-items:start;gap:8px;font-size:10px;font-weight:400}
body.dma-theme :is(.dms-booking-form,.dms-form) input[type=checkbox]{width:15px;height:15px;flex-shrink:0;accent-color:var(--accent);margin-top:2px}
body.dma-theme :is(.dms-booking-form,.dms-form) :is(.dms-message,.dms-notice){font-size:12px;line-height:1.7}
body.dma-theme .nojs-navigation{padding-block:10px}
body.dma-theme .nojs-navigation ul{display:flex;list-style:none;gap:12px;flex-wrap:wrap;font-size:12px}

body.dma-theme .search-result[aria-selected=true]{background:var(--soft);outline:1px solid #f2c2cc;color:var(--accent)}
body.dma-theme .dms-submit{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:44px;padding:12px 16px;background:var(--accent);color:#fff;border:0;border-radius:8px;font-size:12px;font-weight:700}
body.dma-theme .dms-disclaimer{font-size:10px!important;color:var(--muted);line-height:1.65!important;margin:0!important}
body.dma-theme .dms-status{font-size:12px;line-height:1.7;padding:12px;border-radius:8px;background:#fff3e8;color:#884311}
body.dma-theme .dms-status.is-success{background:#e8f6ee;color:#257043}
body.dma-theme .dms-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
body.dma-theme .dms-schedule summary{font-size:11px;cursor:pointer;color:var(--muted)}
body.dma-theme .dms-schedule[open] summary{margin-bottom:12px}
body.dma-theme .dms-consent a{text-decoration:underline}

/* Standard WordPress content */
/* WordPress pages, long-form content and commerce retain a usable production shell. */body.dma-theme .breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:9px;padding-top:24px;padding-bottom:24px;font-size:11px;color:#7f8a9a}
body.dma-theme .breadcrumbs>span:last-child{color:#445269;max-width:70%;overflow-wrap:anywhere}
body.dma-theme .page-heading{margin-bottom:35px;max-width:900px}
body.dma-theme .page-heading h1{font-size:40px;margin-bottom:14px}
body.dma-theme .page-heading>p:not(.eyebrow),
body.dma-theme .archive-description{font-size:14px;color:var(--muted)}
body.dma-theme .blog-filter{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:30px}
body.dma-theme .blog-filter>a,
body.dma-theme .blog-filter a{border:1px solid var(--line);padding:8px 14px;border-radius:7px;font-size:12px}
body.dma-theme .blog-filter [aria-current],
body.dma-theme .blog-filter .is-active{background:var(--navy);color:#fff}
body.dma-theme .blog-grid{row-gap:38px}
body.dma-theme .custom-home-content{padding-top:35px;padding-bottom:35px}
body.dma-theme .prose{font-size:16px;line-height:1.95;overflow-wrap:anywhere;min-width:0}
body.dma-theme .prose p{margin-bottom:1.2em}
body.dma-theme .prose h1{font-size:34px;margin:1.4em 0 .7em}
body.dma-theme .prose h2{font-size:27px;margin:1.7em 0 .7em;line-height:1.4;scroll-margin-top:158px}
body.dma-theme .prose h3{font-size:21px;margin:1.5em 0 .7em;line-height:1.45;scroll-margin-top:158px}
body.dma-theme .prose h4{font-size:18px;margin:1.3em 0 .5em}
body.dma-theme .prose ul,
body.dma-theme .prose ol{padding-left:25px;margin:1em 0 1.5em}
body.dma-theme .prose li{margin:.5em 0}
body.dma-theme .prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
body.dma-theme .prose blockquote{margin:25px 0;padding:18px 24px;background:var(--surface);border-left:3px solid var(--accent);border-radius:0 8px 8px 0}
body.dma-theme .prose blockquote p:last-child{margin:0}
body.dma-theme .prose img{height:auto;border-radius:10px;max-width:100%}
body.dma-theme .prose figure{max-width:100%;margin:24px 0}
body.dma-theme .prose figcaption,
body.dma-theme .wp-caption-text{font-size:12px;color:var(--muted);text-align:center}
body.dma-theme .prose table{display:block;max-width:100%;width:max-content;overflow-x:auto;border-collapse:collapse;margin:24px 0;font-size:14px}
body.dma-theme .prose th,
body.dma-theme .prose td{border:1px solid var(--line);padding:12px 16px;text-align:left}
body.dma-theme .prose th{background:var(--surface)}
body.dma-theme .prose pre{overflow-x:auto;max-width:100%;padding:20px;background:var(--navy);color:#e4ebf5;border-radius:10px;font-size:13px}
body.dma-theme .prose code{overflow-wrap:anywhere}
body.dma-theme .prose iframe,
body.dma-theme .prose video{max-width:100%}
body.dma-theme .prose hr{border:0;border-top:1px solid var(--line);margin:30px 0}
body.dma-theme .alignleft{float:left;margin:8px 22px 16px 0}
body.dma-theme .alignright{float:right;margin:8px 0 16px 22px}
body.dma-theme .aligncenter{margin-inline:auto!important}
body.dma-theme .alignwide,
body.dma-theme .alignfull{max-width:100%;width:100%}
body.dma-theme .prose:after{display:block;content:"";clear:both}
body.dma-theme .article-header{max-width:900px;margin:5px 0 30px}
body.dma-theme .article-header h1{font-size:42px;line-height:1.25;margin-bottom:20px}
body.dma-theme .article-byline{display:flex;flex-wrap:wrap;gap:18px;font-size:12px;color:var(--muted)}
body.dma-theme .article-cover{max-width:1080px;border-radius:16px;overflow:hidden;margin-bottom:36px}
body.dma-theme .article-cover img{max-height:500px;width:100%;object-fit:cover}
body.dma-theme .article-layout{display:grid;grid-template-columns:minmax(0,1fr) 276px;gap:60px;align-items:start;margin-top:34px}
body.dma-theme .article-sidebar{position:sticky;top:160px}
body.dma-theme .toc{border:1px solid var(--line);border-radius:12px;padding:22px;margin-bottom:20px;font-size:12px}
body.dma-theme .toc h2{font-size:15px;margin-bottom:16px}
body.dma-theme .toc ol{list-style:none;display:grid;gap:10px}
body.dma-theme .toc-sub{padding-left:13px;font-size:11px;color:var(--muted)}
body.dma-theme .article-cta{padding:25px;background:var(--surface);border-radius:12px}
body.dma-theme .article-cta>.icon{color:var(--accent);margin-bottom:15px}
body.dma-theme .article-cta h3{font-size:19px;margin-bottom:12px}
body.dma-theme .article-cta p{font-size:12px;color:var(--muted);margin-bottom:19px}
body.dma-theme .article-cta .btn{font-size:12px;width:100%;padding:12px 10px}
body.dma-theme .article-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}
body.dma-theme .article-tags a{font-size:11px;border:1px solid var(--line);border-radius:6px;padding:3px 11px;text-decoration:none}
body.dma-theme .article-navigation{padding-top:30px;padding-bottom:30px;border-top:1px solid var(--line);margin-top:35px}
body.dma-theme .article-navigation .nav-links{display:grid;grid-template-columns:1fr 1fr;font-size:13px;gap:35px;margin:0}
body.dma-theme .nav-next{text-align:right}
body.dma-theme .service-detail-hero{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
body.dma-theme .service-detail-image{border:1px solid var(--line);background:var(--surface);border-radius:16px;overflow:hidden}
body.dma-theme .service-detail-image img{width:100%;object-fit:contain;max-height:530px}
body.dma-theme .service-summary h1{font-size:35px;line-height:1.3;margin-bottom:15px}
body.dma-theme .service-summary>.eyebrow{margin-top:4px}
body.dma-theme .service-excerpt{color:var(--muted);font-size:14px;line-height:1.8;margin-bottom:20px}
body.dma-theme .service-detail-price{color:var(--accent);font-size:30px;font-weight:750;line-height:1.3}
body.dma-theme .price-note{font-size:11px;color:var(--muted);margin:10px 0 20px}
body.dma-theme .service-specs{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:12px 0;margin:20px 0}
body.dma-theme .service-specs>div{display:grid;grid-template-columns:145px 1fr;gap:15px;font-size:12px;padding:8px 0}
body.dma-theme .service-specs dt{color:var(--muted)}
body.dma-theme .service-specs dd{margin:0;font-weight:600}
body.dma-theme .service-actions{display:flex;flex-wrap:wrap;gap:12px}
body.dma-theme .service-note{display:flex;gap:8px;align-items:center;font-size:11px;color:var(--muted);margin-top:17px}
body.dma-theme .service-note .icon{width:15px;color:#7e8ea4}
body.dma-theme .related-services{margin-top:25px;grid-template-columns:repeat(4,minmax(0,1fr))}
body.dma-theme .comments-wrap{padding-bottom:40px}
body.dma-theme .comments-area{padding-top:35px;max-width:850px}
body.dma-theme .comments-title,
body.dma-theme .comment-reply-title{font-size:23px;margin-bottom:20px}
body.dma-theme .comment-list{list-style:none}
body.dma-theme .comment-list .children{list-style:none;padding-left:25px}
body.dma-theme .comment-body{border-bottom:1px solid var(--line);padding:20px 0;font-size:13px}
body.dma-theme .comment-author img{display:inline-block;vertical-align:middle;margin-right:9px;border-radius:50%}
body.dma-theme .comment-metadata{font-size:11px;color:var(--muted);margin:8px 0}
body.dma-theme .comment-respond{padding:25px 0}
body.dma-theme .comment-form p{margin:0 0 15px}
body.dma-theme .comment-form label{display:block;font-size:12px;font-weight:600;margin-bottom:7px}
body.dma-theme .comment-form input:not([type=checkbox]),
body.dma-theme .comment-form textarea{width:100%;max-width:700px;border:1px solid var(--line);border-radius:8px;padding:12px}
body.dma-theme .comment-form input[type=submit]{background:var(--accent);color:#fff;border:0;width:auto;font-size:13px;cursor:pointer}
body.dma-theme .comment-form .comment-form-cookies-consent{display:flex;gap:8px;align-items:baseline}
body.dma-theme .comment-notes{font-size:12px;color:var(--muted)}
body.dma-theme .search-form{display:flex;gap:10px;align-items:end;max-width:660px;margin-top:20px}
body.dma-theme .search-form label{flex:1;display:grid;gap:7px;font-size:12px}
body.dma-theme .search-form input[type=search]{width:100%;min-width:0;border:1px solid var(--line);border-radius:8px;padding:12px}
body.dma-theme .search-form .btn{white-space:nowrap}
body.dma-theme .search-grid{row-gap:32px}
body.dma-theme .standard-page{max-width:1020px;margin-inline:auto}
body.dma-theme .error-404,
body.dma-theme .not-found{max-width:700px;text-align:center;margin-inline:auto;padding:40px 0 90px}
body.dma-theme .error-404 h1,
body.dma-theme .not-found h1{font-size:56px}
body.dma-theme .error-404 p,
body.dma-theme .not-found p{margin:20px 0;color:var(--muted)}
body.dma-theme .woo-layout{min-height:60vh}
body.dma-theme .woocommerce ul.products li.product{border:1px solid var(--line);padding:14px!important;border-radius:12px;background:#fff}
body.dma-theme .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px!important;line-height:1.5}
body.dma-theme .woocommerce ul.products li.product .price,
body.dma-theme .woocommerce div.product p.price{color:var(--accent)!important;font-weight:750}
body.dma-theme .woocommerce a.button,
body.dma-theme .woocommerce button.button,
body.dma-theme .woocommerce input.button{background:var(--accent);color:#fff;border-radius:7px;font-size:13px;line-height:1.5}
body.dma-theme .woocommerce a.button:hover,
body.dma-theme .woocommerce button.button:hover{background:var(--navy);color:#fff}
body.dma-theme .woocommerce .woocommerce-ordering select{padding:9px 12px;border:1px solid var(--line);border-radius:8px;font-size:12px}
body.dma-theme .woocommerce div.product .product_title{font-size:32px;line-height:1.3}
body.dma-theme .woocommerce form .form-row input.input-text,
body.dma-theme .woocommerce form .form-row textarea{padding:12px;border:1px solid var(--line);border-radius:7px}
body.dma-theme .woocommerce table.shop_table{border-color:var(--line);border-radius:12px}
body.dma-theme .woocommerce-account .woocommerce-MyAccount-navigation{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:20px}
body.dma-theme .woocommerce-account .woocommerce-MyAccount-navigation li{list-style:none;padding:10px;border-bottom:1px solid var(--line)}
body.dma-theme .woo-consult{display:grid;gap:14px;padding:22px;background:var(--surface);border-radius:12px;margin:20px 0;font-size:13px}
body.dma-theme .woocommerce-message,
body.dma-theme .woocommerce-info{border-top-color:var(--accent)}
body.dma-theme .woocommerce-message::before,
body.dma-theme .woocommerce-info::before{color:var(--accent)}
/* Editorial integration with the 5.0 surface system. */
body.dma-theme .standard-page,body.dma-theme .single-article,body.dma-theme .service-detail{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px}
body.dma-theme .article-layout{gap:34px;grid-template-columns:minmax(0,1fr) 262px}
body.dma-theme .article-sidebar{top:calc(var(--dma-header-height,130px) + 20px)}
body.dma-theme .article-content{min-width:0}
body.dma-theme .page-heading{margin-bottom:25px}
body.dma-theme .page-heading h1{font-size:38px}
body.dma-theme .blog-grid .post-card{padding:16px;border:1px solid var(--line);border-radius:15px}
body.dma-theme .blog-grid{gap:20px}
body.dma-theme .blog-categories{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 26px}
body.dma-theme .blog-categories a{font-size:12px;padding:8px 13px;border:1px solid var(--line);background:#fff;border-radius:8px}
body.dma-theme .blog-categories .active{color:#fff;background:var(--ink);border-color:var(--ink)}
body.dma-theme .custom-home-content{padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}
body.dma-theme .prose :is(iframe,video){max-width:100%}
body.dma-theme .prose :is(pre,.wp-block-table){max-width:100%;overflow-x:auto}
body.dma-theme .prose pre{white-space:pre;overflow:auto;padding:20px;border-radius:10px;background:var(--surface);font-size:13px}
body.dma-theme .prose a{overflow-wrap:anywhere}
body.dma-theme .woocommerce{--woocommerce:var(--accent)}
body.dma-theme .woo-layout{padding-top:28px;padding-bottom:35px}
body.dma-theme .woocommerce .woocommerce-tabs{background:#fff;padding:22px;border:1px solid var(--line);border-radius:14px}
body.dma-theme .woocommerce .woocommerce-Tabs-panel{min-width:0}
body.dma-theme .footer-link-group nav,body.dma-theme .footer-link-group .menu{font-size:12px}
body.dma-theme .footer-top h2{font-size:13px}
body.dma-theme .footer-intro>p{font-size:12px}
html:not(.js) body.dma-theme [data-open-menu],html:not(.js) body.dma-theme .dm4-hero-navigation{display:none}
/* Responsive layout. All outer containers retain one shared width. */
@media(min-width:1500px){
body.dma-theme .dm4-hero-copy :is(h1,h2){font-size:43px}
body.dma-theme .dm4-hero-visual{padding-right:30px}
body.dma-theme .dm4-hero-wide .dm4-slide{min-height:395px}
body.dma-theme .dm4-hero-wide .dm4-hero-copy{padding-left:44px}
body.dma-theme .dm4-hero-wide .dm4-hero-copy :is(h1,h2){font-size:47px}
body.dma-theme .dm4-hero-wide .dm4-hero-visual{max-width:510px;width:100%;justify-self:end}
body.dma-theme .dm4-hero-wide .hero-photo{max-height:310px}
}
@media(max-width:1200px){
body.dma-theme .header-inner{gap:19px}
body.dma-theme .header-booking{padding-left:16px}
body.dma-theme .header-phone-icon{display:none}
body.dma-theme .nav-inner{gap:22px}
body.dma-theme .desktop-nav .menu{gap:20px}
body.dma-theme .nav-zalo{font-size:10px;gap:5px}
body.dma-theme .mega-menu{flex-basis:192px;padding-right:19px}
body.dma-theme .dm4-hero-layout{grid-template-columns:minmax(0,1fr) 255px;gap:15px}
body.dma-theme .dm4-hero-wide{grid-template-columns:1fr}
body.dma-theme .dm4-hero-copy{padding-left:25px}
body.dma-theme .dm4-hero-copy :is(h1,h2){font-size:34px;letter-spacing:-1.2px}
body.dma-theme .dm4-kicker{font-size:8px;letter-spacing:1px}
body.dma-theme .hero-actions{gap:11px}
body.dma-theme .dm4-hero-description{font-size:11px}
body.dma-theme .dm4-hero-button{font-size:11px;padding-inline:12px}
body.dma-theme .hero-call{font-size:10px}
body.dma-theme .dm4-hero-visual{padding-right:15px;padding-left:12px}
body.dma-theme .hero-photo-note{right:19px;gap:7px;padding:10px;bottom:40px}
body.dma-theme .hero-photo-note strong{font-size:10px}
body.dma-theme .hero-photo-note small{font-size:6px;letter-spacing:.6px}
body.dma-theme .hero-photo-note>.icon{display:none}
body.dma-theme .dm4-slider-controls button{width:26px;height:26px}
body.dma-theme .dm4-slide-tabs button{font-size:8px;gap:5px;padding-inline:7px}
body.dma-theme .dm4-assist{padding:22px 20px}
body.dma-theme .dm4-assist h2{font-size:27px}
body.dma-theme .dm4-quick-title{width:140px}
body.dma-theme .dm4-quick-title h2{font-size:15px}
body.dma-theme .dm4-quick-grid a{font-size:9px}
body.dma-theme .catalog-section>.dma-wrap{padding:23px}
body.dma-theme .section-heading h2{font-size:25px}
body.dma-theme .brand-strip nav a{min-width:66px;padding-inline:11px;font-size:11px}
body.dma-theme .card-body{padding:13px 12px 0}
body.dma-theme .card-price{font-size:13px}
body.dma-theme .card-link{font-size:9px}
body.dma-theme .feature-copy{padding:23px}
body.dma-theme .feature-copy h2{font-size:22px}
body.dma-theme .process-card{padding:18px 15px}
body.dma-theme .process-card h3{font-size:13px}
body.dma-theme .footer-top{gap:27px;grid-template-columns:1.15fr .85fr .85fr 1.1fr}
body.dma-theme .footer-hotline-box{padding:11px;gap:9px}
body.dma-theme .footer-hotline{font-size:18px}
}
@media(max-width:1020px){
body.dma-theme .dma-wrap{width:calc(100% - 40px)}
body.dma-theme .header-inner{min-height:76px;gap:19px}
body.dma-theme .header-booking{display:none}
body.dma-theme .brand strong{font-size:24px}
body.dma-theme .header-search input{font-size:11px}
body.dma-theme .nav-zalo{display:none}
body.dma-theme .nav-inner{gap:22px}
body.dma-theme .desktop-nav .menu{gap:23px;justify-content:space-between}
body.dma-theme .desktop-nav a{font-size:11px}
body.dma-theme .mega-menu{flex-basis:190px}
body.dma-theme .utility-inner nav{gap:13px}
body.dma-theme .utility-inner nav a+a{padding-left:13px}
body.dma-theme .utility-inner nav a:first-child{display:none}
body.dma-theme .dm4-hero-layout{grid-template-columns:minmax(0,1fr)}
body.dma-theme .dm4-slide{grid-template-columns:54% 46%;min-height:335px}
body.dma-theme .dm4-hero-copy{padding:28px 0 27px 28px}
body.dma-theme .dm4-hero-copy :is(h1,h2){font-size:39px}
body.dma-theme .dm4-kicker{font-size:9px}
body.dma-theme .dm4-hero-description{font-size:12px;max-width:365px}
body.dma-theme .dm4-hero-visual{padding:31px 32px 45px 25px}
body.dma-theme .hero-photo{max-height:284px}
body.dma-theme .hero-photo-note{left:4px;right:50px;bottom:28px;padding:11px 14px;gap:11px}
body.dma-theme .hero-photo-note strong{font-size:11px}
body.dma-theme .hero-photo-note small{font-size:7px;letter-spacing:1px}
body.dma-theme .dm4-slide-tabs button{font-size:10px;padding-block:13px}
body.dma-theme .dm4-slider-controls{gap:7px;padding-inline:14px}
body.dma-theme .dm4-slider-controls button{width:28px;height:28px}
body.dma-theme .dm4-assist{display:grid;grid-template-columns:1fr auto;padding:16px 20px;border-radius:15px;gap:3px 18px}
body.dma-theme .dm4-assist-top{display:none}
body.dma-theme .dm4-assist h2{font-size:19px;margin:0;align-self:center;grid-column:1;grid-row:1;line-height:1.3}
body.dma-theme .dm4-assist h2 br{display:none}
body.dma-theme .dm4-assist>p{margin:0;font-size:10px;grid-column:1;grid-row:2}
body.dma-theme .dm4-symptoms{display:none}
body.dma-theme .dm4-assist-contact{grid-column:2;grid-row:1/3;border:0;padding:0;align-self:center;margin:0}
body.dma-theme .dm4-assist-contact>span{font-size:8px}
body.dma-theme .dm4-assist-contact a{font-size:22px;justify-content:end}
body.dma-theme .dm4-quick-title{display:none}
body.dma-theme .dm4-quick-grid{padding:0;gap:8px}
body.dma-theme .dm4-quick-grid a{font-size:10px}
body.dma-theme .dm4-quick{padding:16px}
body.dma-theme .dm5-trust-strip{gap:13px}
body.dma-theme .dm5-trust-strip>div{padding-left:13px;gap:9px}
body.dma-theme .dm5-trust-strip strong{font-size:10px}
body.dma-theme .dm5-trust-strip small{font-size:9px}
body.dma-theme .dm5-trust-strip .icon{width:21px;height:21px}
body.dma-theme .service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
body.dma-theme .catalog-layout{grid-template-columns:190px minmax(0,1fr);gap:17px}
body.dma-theme .catalog-section:not(.dma-catalog-compact) .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
body.dma-theme .brand-strip>span{display:none}
body.dma-theme .catalog-section .section-heading>.text-link{font-size:10px}
body.dma-theme .brand-strip nav a{min-width:65px}
body.dma-theme .process-grid{gap:12px}
body.dma-theme .process-section .section-heading>p{display:none}
body.dma-theme .process-card p{font-size:10px}
body.dma-theme .post-grid{gap:17px}
body.dma-theme .post-card h3{font-size:14px}
body.dma-theme .post-meta{font-size:8px;gap:7px}
body.dma-theme .faq-section{gap:28px;grid-template-columns:31% 1fr;padding:24px}
body.dma-theme .faq-intro h2{font-size:26px}
body.dma-theme .contact-copy h2{font-size:27px}
body.dma-theme .contact-phone{font-size:28px}
body.dma-theme .contact-copy{padding:8px 0}
body.dma-theme .contact-form-card{padding:21px}
body.dma-theme .footer-top{grid-template-columns:1.2fr .8fr;gap:30px 65px}
body.dma-theme .footer-callout h2{font-size:29px}
body.dma-theme .footer-intro>p{max-width:320px}
body.dma-theme .footer-hotline-box{max-width:270px}
body.dma-theme .footer-store{grid-column:2;grid-row:1/3;align-self:start}
body.dma-theme .footer-link-group{grid-column:1}
body.dma-theme .footer-top{grid-template-columns:1.1fr .9fr 1.1fr;gap:30px}
body.dma-theme .footer-intro{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:0 30px;border-bottom:1px solid #ffffff12;padding-bottom:22px}
body.dma-theme .footer-intro>.brand,body.dma-theme .footer-intro>.custom-logo-link{grid-column:1;grid-row:1;margin-bottom:9px}
body.dma-theme .footer-intro>p{grid-column:1;grid-row:2;max-width:340px}
body.dma-theme .footer-intro>.footer-pill{grid-column:2;grid-row:1;align-self:center;justify-self:end;margin-top:0}
body.dma-theme .footer-intro>.footer-social{grid-column:2;grid-row:2;justify-self:end;align-self:center;margin:0}
body.dma-theme .footer-link-group{grid-column:auto}
body.dma-theme .footer-store{grid-column:auto;grid-row:auto}
body.dma-theme .footer-bottom>span:nth-child(2){display:none}
body.dma-theme .article-layout{grid-template-columns:minmax(0,1fr) 220px;gap:25px}
body.dma-theme .service-detail-hero{gap:26px}
body.dma-theme .service-summary h1{font-size:28px}
}
@media(max-width:782px){body.dma-theme.admin-bar .site-header.is-sticky{top:46px}}
@media(max-width:780px){
html{scroll-padding-top:calc(var(--dma-header-height,120px) + 14px)}
body.dma-theme{font-size:14px;padding-bottom:calc(67px + env(safe-area-inset-bottom,0px))}
body.dma-theme .dma-wrap{width:calc(100% - 28px)}
body.dma-theme .utility-inner{min-height:29px;justify-content:center}
body.dma-theme .utility-inner>span{font-size:9px;text-align:center;line-height:1.45}
body.dma-theme .utility-inner nav{display:none}
body.dma-theme .header-inner{min-height:auto;display:grid;grid-template-columns:minmax(0,1fr) auto auto;column-gap:12px;row-gap:11px;padding-top:13px;padding-bottom:12px}
body.dma-theme .header-inner>.brand,body.dma-theme .header-inner>.custom-logo-link{grid-column:1;grid-row:1;max-width:100%}
body.dma-theme .header-inner .brand strong{font-size:24px;letter-spacing:-1px}
body.dma-theme .header-inner .brand small{font-size:6px;letter-spacing:1.65px}
body.dma-theme .header-inner .brand-mark{width:39px;height:41px}
body.dma-theme .header-inner .brand-mark>.icon{width:23px}
body.dma-theme .header-search-area{grid-column:1/-1;grid-row:2;width:100%}
body.dma-theme .header-search{border-radius:9px;padding:4px 4px 4px 12px}
body.dma-theme .header-search input{font-size:12px;height:30px}
body.dma-theme .header-search button{width:30px;height:30px;border-radius:6px}
body.dma-theme .header-phone{grid-column:2;grid-row:1}
body.dma-theme .header-phone>span:not(.header-phone-icon){display:none}
body.dma-theme .header-phone-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:9px}
body.dma-theme .menu-toggle{display:grid;grid-column:3;grid-row:1;width:36px;height:36px}
body.dma-theme .header-inner .custom-logo{max-height:44px;max-width:210px}
body.dma-theme .nav-row{display:none}
body.dma-theme .search-suggestions{min-width:0;max-height:62dvh}
body.dma-theme .search-result strong{font-size:12px}
body.dma-theme .dma-home{padding-top:14px;padding-bottom:20px}
body.dma-theme .dma-home>section+section{margin-top:17px}
body.dma-theme .dm4-hero{border-radius:16px}
body.dma-theme .dm4-slide{min-height:335px;grid-template-columns:57% 43%}
body.dma-theme .dm4-hero-copy{padding:25px 0 26px 22px}
body.dma-theme .dm4-hero-copy :is(h1,h2){font-size:32px;letter-spacing:-1.1px}
body.dma-theme .dm4-kicker{font-size:8px;margin-bottom:15px;letter-spacing:.8px}
body.dma-theme .dm4-hero-description{font-size:11px;line-height:1.8;margin-top:14px}
body.dma-theme .dm4-hero-visual{padding:45px 17px 65px 10px}
body.dma-theme .hero-photo{max-height:none;aspect-ratio:.94;border-width:4px;border-radius:17px}
body.dma-theme .hero-photo-note{left:0;right:18px;bottom:55px;padding:10px;gap:7px}
body.dma-theme .hero-photo-note small{font-size:6px;letter-spacing:.6px}
body.dma-theme .hero-photo-note strong{font-size:9px}
body.dma-theme .hero-photo-note>span{width:28px;height:28px;border-radius:8px}
body.dma-theme .hero-photo-note>span .icon{width:16px;height:16px}
body.dma-theme .hero-visual-label{font-size:6px;top:31px;right:18px}
body.dma-theme .hero-orbit{width:240px;height:240px;top:50px;right:-25px}
body.dma-theme .hero-actions{margin-top:18px;gap:11px}
body.dma-theme .hero-call{font-size:10px}
body.dma-theme .dm4-hero-checks{font-size:8px;gap:6px;margin-top:17px;flex-direction:column}
body.dma-theme .dm4-slide-tabs button{font-size:9px;gap:6px;padding:13px 7px}
body.dma-theme .dm4-slider-controls{gap:4px;padding:7px 9px}
body.dma-theme .dm4-slider-controls button{width:26px;height:26px}
body.dma-theme .dm4-assist{padding:14px 17px;gap:4px 10px}
body.dma-theme .dm4-assist h2{font-size:17px}
body.dma-theme .dm4-assist-contact a{font-size:20px}
body.dma-theme .dm5-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 18px;padding:16px 5px 0}
body.dma-theme .dm5-trust-strip>div{border:0;padding-left:0}
body.dma-theme .dm5-trust-strip>div:first-child{padding-left:0}
body.dma-theme .dm5-trust-strip strong{font-size:11px}
body.dma-theme .dm5-trust-strip small{font-size:9px}
body.dma-theme .dm4-quick{padding:16px 12px}
body.dma-theme .dm4-quick-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 9px}
body.dma-theme .dm4-quick-grid a{font-size:10px}
body.dma-theme .dm4-quick-icon{width:40px;height:40px;border-radius:11px}
body.dma-theme .section-heading{gap:12px;align-items:start;margin-bottom:18px;flex-wrap:wrap}
body.dma-theme .section-heading h2{font-size:24px}
body.dma-theme .section-heading p:not(.eyebrow){font-size:12px}
body.dma-theme .section-heading>.text-link{font-size:10px;align-self:center}
body.dma-theme .catalog-section>.dma-wrap{padding:19px;border-radius:16px}
body.dma-theme .catalog-section .section-heading{margin-bottom:14px;padding-bottom:16px;display:block}
body.dma-theme .catalog-section .section-heading>.text-link{border:0;padding:0;margin-top:12px;font-size:10px}
body.dma-theme .brand-strip{gap:10px;flex-wrap:wrap;align-items:center}
body.dma-theme .brand-strip nav{gap:6px}
body.dma-theme .brand-strip nav a{font-size:11px;min-width:60px;padding:7px 10px}
body.dma-theme .catalog-sort select{font-size:11px;max-width:130px;padding-right:20px}
body.dma-theme .catalog-layout{display:block}
body.dma-theme .catalog-sidebar{position:static;margin-bottom:16px}
body.dma-theme .filter-panel{background:var(--surface)}
body.dma-theme .filter-panel summary{font-size:12px;padding:12px;border-bottom:0}
body.dma-theme .filter-panel[open] summary{border-bottom:1px solid var(--line)}
body.dma-theme .catalog-filter{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:15px}
body.dma-theme .filter-field>span{font-size:10px}
body.dma-theme .filter-field:first-of-type{grid-column:1/-1}
body.dma-theme .filter-field :is(input,select){height:40px;font-size:12px}
body.dma-theme .filter-submit{min-height:40px;font-size:12px}
body.dma-theme .filter-reset{align-self:center;font-size:11px}
body.dma-theme .filter-help{display:none}
body.dma-theme .dma-catalog-compact .filter-panel>summary{display:flex}
body.dma-theme .dma-catalog-compact .catalog-filter{display:grid;grid-template-columns:1fr 1fr;align-items:end;padding:14px;gap:12px}
body.dma-theme .dma-catalog-compact .filter-reset{display:block}
body.dma-theme .catalog-toolbar{gap:8px;align-items:center}
body.dma-theme .catalog-tabs{gap:3px}
body.dma-theme .catalog-tabs a{padding:6px 9px;font-size:10px}
body.dma-theme .results-hint{display:none}
body.dma-theme .service-grid,body.dma-theme .catalog-section:not(.dma-catalog-compact) .service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
body.dma-theme .card-body{padding:13px 12px 0}
body.dma-theme .card-category{font-size:9px}
body.dma-theme .service-card h3{font-size:14px;min-height:42px}
body.dma-theme .card-excerpt{font-size:11px}
body.dma-theme .card-price{font-size:14px}
body.dma-theme .card-link{font-size:10px}
body.dma-theme .promo-section{gap:14px}
body.dma-theme .feature-tile{min-height:173px;border-radius:13px;grid-template-columns:64% 36%}
body.dma-theme .feature-copy{padding:19px 0 20px 18px}
body.dma-theme .feature-copy h2{font-size:19px}
body.dma-theme .feature-copy .eyebrow{font-size:7px;letter-spacing:.75px;line-height:1.6}
body.dma-theme .feature-link{font-size:9px;margin-top:15px;gap:6px}
body.dma-theme .feature-art{overflow:visible;padding:28px 0}
body.dma-theme .feature-art img{transform:rotate(-8deg) scale(1.15);object-position:left center}
body.dma-theme .process-section{padding:21px 19px;border-radius:16px}
body.dma-theme .process-grid{grid-template-columns:1fr 1fr;gap:13px}
body.dma-theme .process-card{padding:18px}
body.dma-theme .process-card h3{font-size:14px}
body.dma-theme .process-card p{font-size:11px}
body.dma-theme .process-card>div{margin-bottom:12px}
body.dma-theme .journal-section>.dma-wrap{padding:21px 19px;border-radius:16px}
body.dma-theme .post-grid{grid-template-columns:1fr 1fr;gap:19px}
body.dma-theme .journal-section .post-grid{grid-template-columns:1fr}
body.dma-theme .journal-section .post-card{display:grid;grid-template-columns:39% 1fr;gap:0 17px;padding-bottom:17px;border-bottom:1px solid var(--line)}
body.dma-theme .journal-section .post-card:last-child{padding-bottom:0;border-bottom:0}
body.dma-theme .journal-section .post-media{grid-column:1;grid-row:1/4;aspect-ratio:1.3;align-self:start}
body.dma-theme .journal-section .post-meta{grid-column:2;margin:0 0 6px;font-size:8px;flex-wrap:wrap;justify-content:start}
body.dma-theme .journal-section .post-card h3{grid-column:2;font-size:14px;margin-bottom:9px}
body.dma-theme .journal-section .post-card>.text-link{grid-column:2;font-size:10px;align-self:end}
body.dma-theme .journal-empty{padding:20px}
body.dma-theme .journal-empty h3{font-size:14px}
body.dma-theme .journal-empty p{font-size:11px}
body.dma-theme .faq-section{grid-template-columns:1fr;gap:22px;padding:22px 19px;border-radius:16px}
body.dma-theme .faq-intro h2{font-size:27px}
body.dma-theme .faq-intro h2 br{display:none}
body.dma-theme .faq-intro>p:not(.eyebrow){margin:11px 0}
body.dma-theme .faq-intro>p br{display:none}
body.dma-theme .faq-item summary{padding:13px;font-size:12px}
body.dma-theme .faq-item>p{padding:0 13px 15px;font-size:12px}
body.dma-theme .contact-section{padding:23px 19px;border-radius:16px;gap:21px;grid-template-columns:1fr}
body.dma-theme .contact-copy{padding:0 4px}
body.dma-theme .contact-copy h2{font-size:29px}
body.dma-theme .contact-copy>p:not(.eyebrow){max-width:100%;margin:12px 0 14px}
body.dma-theme .contact-stamp{margin-top:17px;font-size:8px}
body.dma-theme .contact-form-card{padding:22px}
body.dma-theme .contact-form-card>h3{font-size:21px}
body.dma-theme .footer-callout{padding:27px 0;gap:23px;align-items:start}
body.dma-theme .footer-callout h2{font-size:25px}
body.dma-theme .footer-callout>div>p:not(.eyebrow){font-size:11px}
body.dma-theme .footer-callout-actions{min-width:185px}
body.dma-theme .footer-callout-actions .btn{font-size:11px;padding-inline:14px}
body.dma-theme .footer-callout-actions>a:not(.btn){font-size:10px}
body.dma-theme .footer-top{grid-template-columns:1fr 1fr;gap:27px 20px;padding:26px 0}
body.dma-theme .footer-intro{grid-column:1/-1;display:block;padding-bottom:22px}
body.dma-theme .footer-intro .brand{margin-bottom:14px}
body.dma-theme .footer-intro>p{max-width:none;font-size:12px;line-height:1.9}
body.dma-theme .footer-intro>.footer-pill{margin-top:15px}
body.dma-theme .footer-intro>.footer-social{margin-top:14px}
body.dma-theme .footer-top h2{font-size:13px;margin-bottom:15px}
body.dma-theme .footer-link-group nav,body.dma-theme .footer-link-group .menu{font-size:11px;gap:10px}
body.dma-theme .footer-store{grid-column:1/-1;border-top:1px solid #ffffff12;padding-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:0 25px}
body.dma-theme .footer-store h2{grid-column:1/-1}
body.dma-theme .footer-hotline-box{margin:0;max-width:none;grid-row:span 3;align-self:start}
body.dma-theme .footer-hotline{font-size:21px}
body.dma-theme .footer-store-detail{font-size:11px;margin:0 0 10px}
body.dma-theme .footer-map-link{margin-top:0;margin-bottom:10px;font-size:11px}
body.dma-theme .footer-bottom{padding:17px 0;gap:12px;font-size:9px}
body.dma-theme .footer-widgets{grid-template-columns:1fr 1fr}
body.dma-theme .floating-tools{display:none}
body.dma-theme .mobile-bottom-bar{display:flex;justify-content:space-around;align-items:center;gap:3px;position:fixed;left:0;right:0;bottom:0;z-index:60;height:calc(64px + env(safe-area-inset-bottom,0px));padding:6px 10px calc(5px + env(safe-area-inset-bottom,0px));background:#fffffffa;border-top:1px solid #e7e8ed;box-shadow:0 -5px 22px #21283b09}
body.dma-theme .mobile-bottom-bar>a{display:flex;flex:1;min-width:0;align-items:center;justify-content:center;flex-direction:column;gap:5px;font-size:9px;color:#697182;font-weight:600;line-height:1.3;text-align:center;min-height:48px}
body.dma-theme .mobile-bottom-bar .icon{width:20px;height:20px}
body.dma-theme .mobile-bottom-bar .mobile-book{flex-direction:column-reverse;color:var(--accent);gap:5px}
body.dma-theme .mobile-book>.icon{transform:rotate(-45deg)}
body.dma-theme .mobile-bottom-bar .mobile-call{color:var(--accent);gap:2px;position:relative}
body.dma-theme .mobile-call-icon{display:grid;place-items:center;width:42px;height:42px;background:var(--accent);border:4px solid #fff;border-radius:50%;box-shadow:0 3px 12px #e11d3825;margin-top:-16px;color:#fff}
body.dma-theme .mobile-call-icon .icon{width:18px;height:18px}
body.dma-theme .breadcrumbs{font-size:10px;padding-top:17px;padding-bottom:17px}
body.dma-theme .section-pad{padding-top:28px;padding-bottom:28px}
body.dma-theme .standard-page,body.dma-theme .single-article,body.dma-theme .service-detail{padding:23px;border-radius:16px}
body.dma-theme .article-header h1,body.dma-theme .service-summary h1{font-size:29px}
body.dma-theme .article-layout{display:flex;flex-direction:column;gap:24px}
body.dma-theme .article-sidebar{position:static;order:-1;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}
body.dma-theme .toc{margin:0}
body.dma-theme .article-cta{padding:20px}
body.dma-theme .article-cta h3{font-size:18px}
body.dma-theme .article-cta p{font-size:12px}
body.dma-theme .article-content{width:100%}
body.dma-theme .prose{font-size:15px;line-height:1.9}
body.dma-theme .prose h2{font-size:24px}
body.dma-theme .prose h3{font-size:20px}
body.dma-theme .article-cover{margin-bottom:24px}
body.dma-theme .service-detail-hero{grid-template-columns:1fr;gap:23px}
body.dma-theme .service-detail-image img{max-height:460px;object-fit:contain}
body.dma-theme .related-services{grid-template-columns:1fr 1fr}
body.dma-theme .service-detail-price{font-size:27px}
body.dma-theme .page-heading h1{font-size:33px}
body.dma-theme .blog-grid .post-card{padding:13px}
body.dma-theme .post-card h3{font-size:15px}
body.dma-theme .booking-dialog{padding:27px 22px;border-radius:16px}
body.dma-theme .woocommerce div.product .product_title{font-size:28px}
body.dma-theme .woocommerce .woocommerce-tabs{padding:16px}
body.dma-theme .woocommerce table.shop_table{font-size:12px}
}
@media(max-width:600px){
body.dma-theme.admin-bar .site-header.is-sticky{top:0}
body.dma-theme .dma-wrap{width:calc(100% - 24px)}
body.dma-theme .dm4-slide{grid-template-columns:1fr;min-height:0}
body.dma-theme .dm4-hero-copy{padding:24px 22px 13px}
body.dma-theme .dm4-hero-copy :is(h1,h2){font-size:35px;letter-spacing:-1.35px;line-height:1.15}
body.dma-theme .dm4-hero-description{font-size:12px;max-width:none;margin-top:13px;line-height:1.75}
body.dma-theme .dm4-kicker{font-size:8px;margin-bottom:14px;letter-spacing:1px}
body.dma-theme .dm4-hero-button{font-size:11px;min-height:42px;padding-inline:14px}
body.dma-theme .hero-call{font-size:11px;gap:7px}
body.dma-theme .hero-actions{margin-top:17px;gap:19px}
body.dma-theme .dm4-hero-checks{flex-direction:row;font-size:8px;gap:12px;margin-top:16px}
body.dma-theme .dm4-hero-visual{height:188px;padding:15px 24px 25px;justify-content:center}
body.dma-theme .hero-photo{height:100%;width:85%;aspect-ratio:auto;max-height:none;transform:rotate(-3deg);border-radius:14px;border-width:4px}
body.dma-theme .hero-photo img{object-position:center 53%}
body.dma-theme .dm4-hero-visual:before{width:290px;height:300px;right:20px;top:-35px;transform:rotate(30deg);border-radius:80px;background:#f6dde0}
body.dma-theme .hero-orbit{width:255px;height:255px;right:20px;top:-41px}
body.dma-theme .hero-visual-label{right:28px;top:3px;font-size:6px;letter-spacing:1px}
body.dma-theme .hero-photo-note{left:29px;right:70px;bottom:13px;padding:8px 11px;border-radius:9px;max-width:280px}
body.dma-theme .hero-photo-note strong{font-size:10px}
body.dma-theme .hero-photo-note small{font-size:6px;letter-spacing:.8px}
body.dma-theme .hero-photo-note>span{width:28px;height:28px}
body.dma-theme .dm4-image-caption{font-size:6px;padding:3px 5px;bottom:8px;right:6px}
body.dma-theme .dm4-hero-navigation{min-height:47px}
body.dma-theme .dm4-slide-tabs button{font-size:8px;line-height:1.4;padding:10px 6px;gap:4px}
body.dma-theme .dm4-slide-tabs button>span{display:none}
body.dma-theme .dm4-slider-controls{gap:4px;padding:7px}
body.dma-theme .dm4-slider-controls button{width:24px;height:27px;border-radius:7px}
body.dma-theme .dm4-slider-controls .icon{width:12px;height:12px}
body.dma-theme .dm4-slider-controls [data-slide-prev]{display:none}
body.dma-theme .dm4-assist{grid-template-columns:1fr auto;gap:3px 10px;padding:13px 15px;border-radius:13px}
body.dma-theme .dm4-assist h2{font-size:15px;letter-spacing:-.4px}
body.dma-theme .dm4-assist>p{font-size:9px;line-height:1.4}
body.dma-theme .dm4-assist-contact>span{display:none}
body.dma-theme .dm4-assist-contact a{font-size:19px;gap:6px;margin:0}
body.dma-theme .dm4-assist-contact .icon{width:15px;height:15px}
body.dma-theme .dm5-trust-strip{gap:12px 10px;padding:15px 3px 0}
body.dma-theme .dm5-trust-strip>div{gap:8px}
body.dma-theme .dm5-trust-strip .icon{width:19px;height:19px}
body.dma-theme .dm5-trust-strip strong{font-size:10px}
body.dma-theme .dm5-trust-strip small{font-size:8px;margin-top:1px}
body.dma-theme .dm4-quick-grid{gap:16px 5px}
body.dma-theme .dm4-quick-grid a{font-size:9px;gap:7px}
body.dma-theme .dm4-quick-icon{width:35px;height:35px;border-radius:10px}
body.dma-theme .dm4-quick-icon .icon{width:19px;height:19px}
body.dma-theme .dm4-quick{padding:15px 10px;border-radius:14px}
body.dma-theme .catalog-section>.dma-wrap{padding:18px 12px}
body.dma-theme .section-heading h2{font-size:23px}
body.dma-theme .section-heading .eyebrow{font-size:8px;letter-spacing:1.1px}
body.dma-theme .section-heading p:not(.eyebrow){font-size:11px;line-height:1.75;margin-top:7px}
body.dma-theme .catalog-section .section-heading{padding-inline:3px}
body.dma-theme .brand-strip{align-items:center;gap:9px}
body.dma-theme .brand-strip nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
body.dma-theme .brand-strip nav a{font-size:11px;padding:7px 8px;min-width:0}
body.dma-theme .brand-strip .catalog-sort{flex-basis:100%;display:flex;justify-content:end}
body.dma-theme .brand-strip .catalog-sort select{width:auto;max-width:145px;padding-block:7px}
body.dma-theme .catalog-tabs{gap:3px;flex-wrap:nowrap;overflow:auto;padding-bottom:3px;max-width:100%}
body.dma-theme .catalog-tabs a{font-size:9px;white-space:nowrap;padding:6px 8px;flex-shrink:0}
body.dma-theme .catalog-toolbar{flex-wrap:wrap}
body.dma-theme .catalog-sort select{font-size:10px;max-width:127px}
body.dma-theme .filter-panel summary{font-size:11px}
body.dma-theme .dma-catalog-compact .catalog-filter,body.dma-theme .catalog-filter{gap:11px;padding:12px}
body.dma-theme .filter-field>span{font-size:9px}
body.dma-theme .filter-field :is(input,select){font-size:11px;padding-inline:8px}
body.dma-theme .filter-submit{font-size:10px;padding-inline:9px;gap:5px}
body.dma-theme .filter-reset{font-size:10px}
body.dma-theme .service-grid,body.dma-theme .catalog-section:not(.dma-catalog-compact) .service-grid{gap:10px}
body.dma-theme .service-card{border-radius:10px}
body.dma-theme .card-body{padding:11px 10px 0}
body.dma-theme .service-card h3{font-size:12px;line-height:1.5;min-height:36px;margin-bottom:7px}
body.dma-theme .card-category{font-size:8px;margin-bottom:5px}
body.dma-theme .card-excerpt{font-size:10px;line-height:1.6;margin-bottom:10px}
body.dma-theme .card-bottom{padding:10px 0;gap:5px}
body.dma-theme .card-price{font-size:12px}
body.dma-theme .card-link{font-size:9px;gap:3px}
body.dma-theme .card-link .icon{width:12px;height:12px}
body.dma-theme .media-arrow{width:24px;height:24px;right:7px;bottom:7px}
body.dma-theme .media-arrow .icon{width:13px;height:13px}
body.dma-theme .results-bar{font-size:9px;gap:6px}
body.dma-theme .demo-note{font-size:9px;line-height:1.7;padding:8px 10px}
body.dma-theme .promo-section{grid-template-columns:1fr;gap:13px}
body.dma-theme .feature-tile{min-height:170px;grid-template-columns:60% 40%}
body.dma-theme .feature-copy{padding:23px}
body.dma-theme .feature-copy h2{font-size:23px}
body.dma-theme .feature-copy .eyebrow{font-size:8px;letter-spacing:1.1px}
body.dma-theme .feature-art{padding:17px 0}
body.dma-theme .feature-link{font-size:10px;margin-top:15px}
body.dma-theme .process-section,body.dma-theme .journal-section>.dma-wrap,body.dma-theme .faq-section{padding:21px 16px;border-radius:15px}
body.dma-theme .process-grid{gap:10px}
body.dma-theme .process-card{padding:15px 12px}
body.dma-theme .process-card h3{font-size:12px;line-height:1.45;margin-bottom:8px}
body.dma-theme .process-card p{font-size:10px;line-height:1.75}
body.dma-theme .process-icon{width:32px;height:32px;border-radius:9px}
body.dma-theme .process-icon .icon{width:18px;height:18px}
body.dma-theme .step-number{font-size:25px}
body.dma-theme .process-card:after{left:12px;width:26px}
body.dma-theme .journal-section .section-heading>.text-link{margin-top:0}
body.dma-theme .journal-section .post-card{gap:0 12px;grid-template-columns:36% 1fr;padding-bottom:15px}
body.dma-theme .journal-section .post-media{aspect-ratio:.95;border-radius:9px}
body.dma-theme .journal-section .post-meta{font-size:8px;gap:2px 8px}
body.dma-theme .journal-section .post-card h3{font-size:12px;line-height:1.6;letter-spacing:-.1px}
body.dma-theme .journal-section .post-card>.text-link{font-size:9px}
body.dma-theme .journal-empty{padding:17px;gap:12px}
body.dma-theme .journal-empty-icon{width:38px;height:38px}
body.dma-theme .journal-empty-icon .icon{width:19px;height:19px}
body.dma-theme .journal-empty h3{font-size:13px;line-height:1.5}
body.dma-theme .journal-empty p{font-size:10px}
body.dma-theme .faq-intro h2{font-size:25px}
body.dma-theme .faq-intro>p:not(.eyebrow){font-size:11px}
body.dma-theme .faq-item summary{font-size:11px;line-height:1.65;padding:12px}
body.dma-theme .faq-item>p{font-size:11px;padding:0 12px 14px}
body.dma-theme .contact-section{padding:23px 16px}
body.dma-theme .contact-copy .eyebrow{font-size:8px;letter-spacing:1.1px}
body.dma-theme .contact-copy h2{font-size:27px}
body.dma-theme .contact-copy>p:not(.eyebrow){font-size:11px}
body.dma-theme .contact-phone{font-size:30px}
body.dma-theme .contact-form-card{padding:19px 16px}
body.dma-theme .contact-form-card>h3{font-size:18px}
body.dma-theme .contact-fallback .btn{font-size:11px;min-height:42px}
body.dma-theme .contact-fallback>p{font-size:11px}
body.dma-theme .footer-callout{flex-direction:column;gap:20px;padding:26px 4px}
body.dma-theme .footer-callout h2{font-size:27px;line-height:1.25}
body.dma-theme .footer-callout .eyebrow{font-size:8px;letter-spacing:1.4px}
body.dma-theme .footer-callout>div>p:not(.eyebrow){font-size:11px;max-width:310px}
body.dma-theme .footer-callout-actions{display:flex;flex-wrap:wrap;gap:13px 18px;min-width:0;align-items:center;width:100%}
body.dma-theme .footer-callout-actions .btn{width:auto;min-height:43px;padding:10px 14px;font-size:11px}
body.dma-theme .footer-callout-actions>a:not(.btn){font-size:10px}
body.dma-theme .footer-top{padding:25px 4px;gap:25px 18px}
body.dma-theme .footer-intro .brand strong{font-size:25px}
body.dma-theme .footer-intro .brand small{font-size:7px;letter-spacing:1.45px}
body.dma-theme .footer-intro>p{font-size:11px;max-width:340px}
body.dma-theme .footer-link-group nav,body.dma-theme .footer-link-group .menu{font-size:11px;gap:9px}
body.dma-theme .footer-top h2{font-size:12px}
body.dma-theme .footer-store{display:block;padding-top:22px}
body.dma-theme .footer-hotline-box{max-width:275px;margin-bottom:17px;padding:12px 14px;gap:12px}
body.dma-theme .footer-hotline{font-size:24px}
body.dma-theme .footer-store-detail,body.dma-theme .footer-map-link{font-size:11px;margin-top:12px;margin-bottom:0}
body.dma-theme .footer-bottom{padding:17px 4px;flex-wrap:wrap;gap:7px;font-size:9px}
body.dma-theme .footer-widgets{grid-template-columns:1fr;gap:18px}
body.dma-theme :is(.dms-booking-form,.dms-form) :is(.dms-row,.dms-form-row,.dms-grid){grid-template-columns:1fr}
body.dma-theme .booking-dialog{padding:26px 20px}
body.dma-theme .booking-dialog>h2{font-size:24px}
body.dma-theme .booking-dialog>.eyebrow{font-size:8px;letter-spacing:1px}
body.dma-theme .article-sidebar{grid-template-columns:1fr}
body.dma-theme .article-sidebar .article-cta{display:none}
body.dma-theme .standard-page,body.dma-theme .single-article,body.dma-theme .service-detail{padding:20px 16px}
body.dma-theme .article-header h1,body.dma-theme .service-summary h1{font-size:27px}
body.dma-theme .article-byline{flex-direction:column;gap:4px;font-size:10px}
body.dma-theme .article-layout{margin-top:23px}
body.dma-theme .article-content{font-size:15px}
body.dma-theme .toc{padding:17px}
body.dma-theme .toc li{font-size:12px}
body.dma-theme .article-navigation .nav-links{gap:18px;font-size:11px}
body.dma-theme .service-specs>div{grid-template-columns:115px 1fr;gap:12px;font-size:11px}
body.dma-theme .service-actions{gap:10px}
body.dma-theme .service-actions .btn{font-size:11px;min-height:43px;padding:11px 12px}
body.dma-theme .page-heading h1{font-size:30px}
body.dma-theme .page-heading p{font-size:12px}
body.dma-theme .blog-grid{grid-template-columns:1fr}
body.dma-theme .blog-grid .post-card{padding:15px}
body.dma-theme .post-card h3{font-size:17px}
body.dma-theme .blog-grid .post-meta{font-size:10px}
body.dma-theme .blog-categories{gap:6px}
body.dma-theme .blog-categories a{font-size:10px;padding:7px 10px}
body.dma-theme .error-404 h1,body.dma-theme .not-found h1{font-size:40px}
body.dma-theme .search-form{flex-wrap:wrap;gap:9px}
body.dma-theme .search-form label{min-width:150px}
body.dma-theme .search-form .btn{font-size:12px;padding:12px}
body.dma-theme .woocommerce ul.products li.product{padding:10px!important}
body.dma-theme .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important}
body.dma-theme .woocommerce a.button,body.dma-theme .woocommerce button.button{font-size:11px;padding:10px}
body.dma-theme .woocommerce div.product .product_title{font-size:25px}
}
@media(max-width:360px){
body.dma-theme .header-inner{column-gap:9px}
body.dma-theme .header-inner .brand strong{font-size:21px}
body.dma-theme .header-inner .brand small{font-size:5.5px;letter-spacing:1.3px}
body.dma-theme .header-inner .brand-mark{width:34px;height:37px}
body.dma-theme .dm4-hero-copy{padding:23px 17px 10px}
body.dma-theme .dm4-hero-copy :is(h1,h2){font-size:30px;letter-spacing:-1px}
body.dma-theme .dm4-kicker{font-size:7px}
body.dma-theme .dm4-hero-description{font-size:11px}
body.dma-theme .dm4-hero-checks{font-size:7px;gap:7px}
body.dma-theme .hero-actions{gap:11px}
body.dma-theme .dm4-assist{padding:12px}
body.dma-theme .dm4-assist h2{font-size:13px}
body.dma-theme .dm4-assist>p{font-size:8px}
body.dma-theme .dm4-assist-contact a{font-size:17px}
body.dma-theme .dm5-trust-strip strong{font-size:9px}
body.dma-theme .dm5-trust-strip small{font-size:7px}
body.dma-theme .dm4-quick-grid a{font-size:8px}
body.dma-theme .catalog-section>.dma-wrap{padding:16px 10px}
body.dma-theme .service-grid{gap:8px}
body.dma-theme .card-body{padding:10px 8px 0}
body.dma-theme .service-card h3{font-size:11px}
body.dma-theme .card-price{font-size:11px}
body.dma-theme .card-excerpt{font-size:9px}
body.dma-theme .section-heading h2{font-size:21px}
body.dma-theme .process-card{padding:13px 10px}
body.dma-theme .process-card h3{font-size:11px}
body.dma-theme .process-card p{font-size:9px}
body.dma-theme .footer-callout h2{font-size:24px}
body.dma-theme .mobile-bottom-bar>a{font-size:8px}
body.dma-theme .drawer-top .brand strong{font-size:18px}
body.dma-theme .drawer-services a{font-size:9px}
body.dma-theme .contact-copy h2{font-size:25px}
}
/* Native inputs remain readable and do not trigger font-size-based zoom on narrow touch screens. */
@media(max-width:780px){
body.dma-theme .header-search input,body.dma-theme .filter-field :is(input,select),body.dma-theme :is(.dms-form,.dms-booking-form) :is(input:not([type=checkbox]):not([type=radio]),select,textarea),body.dma-theme .search-form input[type=search],body.dma-theme .comment-form :is(input:not([type=checkbox]),textarea){font-size:16px}
body.dma-theme .filter-field :is(input,select){min-height:42px}
}
@media(prefers-reduced-motion:reduce){
html{scroll-behavior:auto}
body.dma-theme *,body.dma-theme *:before,body.dma-theme *:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}
@media print{
body.dma-theme{padding:0;background:#fff;color:#000}
body.dma-theme .site-header,body.dma-theme .utility-bar,body.dma-theme .site-footer,body.dma-theme .mobile-bottom-bar,body.dma-theme .floating-tools,body.dma-theme dialog,body.dma-theme .article-sidebar,body.dma-theme .contact-section,body.dma-theme .article-navigation,body.dma-theme .comments-wrap{display:none!important}
body.dma-theme .dma-wrap{width:100%;max-width:none}
body.dma-theme .article-layout{display:block}
body.dma-theme .single-article,body.dma-theme .service-detail{border:0;padding:0}
body.dma-theme .prose{color:#000;font-size:11pt;line-height:1.6}
}
