:root {
    --brand: #5b5bd6;
    --primary-color: #5b5bd6;
    --secondary-color: #182033;
    --background-color: #fff;
    --font-family: Inter, "Noto Sans Thai", "Segoe UI", Tahoma, sans-serif;
    --ink: #182033;
    --muted: #6e7585;
    --soft: #f5f6f8;
    font-family: var(--font-family);
    color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--secondary-color); background: var(--background-color); font-family: var(--font-family); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
.preview-notice { padding: 8px 20px; text-align: center; background: #161d2d; color: #fff; font-size: 12px; }
.mwd-preview-bar { position: relative; z-index: 60; padding: 10px max(18px,calc((100% - 1180px)/2)); background: #111827; color: #e5e7eb; font-family: Prompt,Sarabun,sans-serif; }
.mwd-preview-bar-inner { display: grid; grid-template-columns: minmax(0,1fr) auto 38px; gap: 18px; align-items: center; max-width: 1180px; margin: auto; }
.mwd-preview-bar p { display: flex; min-width: 0; align-items: baseline; gap: 10px; margin: 0; font-size: 12px; }
.mwd-preview-bar p strong { color: #fff; font-size: 13px; }
.mwd-preview-bar p span { color: #aeb7c6; }
.mwd-preview-bar nav { display: flex; gap: 8px; }
.mwd-preview-bar a { display: inline-flex; min-height: 36px; align-items: center; justify-content: center; padding: 0 13px; border: 1px solid #435069; border-radius: 8px; color: #fff; font-size: 12px; font-weight: 700; }
.mwd-preview-bar a:hover { border-color: #8492aa; background: #202a3b; }
.mwd-preview-bar .mwd-preview-primary { border-color: #5b5bd6; background: #5b5bd6; }
.mwd-preview-bar .mwd-preview-primary:hover { border-color: #7171e5; background: #7171e5; }
.mwd-preview-bar button { display: grid; width: 36px; height: 36px; place-items: center; padding: 0; border: 1px solid #435069; border-radius: 8px; background: transparent; color: #d9dfeb; font-size: 22px; line-height: 1; cursor: pointer; }
.mwd-preview-bar button:hover { border-color: #8492aa; background: #202a3b; color: #fff; }
.site-nav { position: relative; z-index: 5; display: flex; justify-content: space-between; align-items: center; max-width: 1180px; height: 86px; margin: auto; padding: 0 24px; }
.site-brand { display: flex; align-items: center; gap: 10px; }
.site-brand img, .site-brand span { display: grid; place-items: center; border-radius: 11px; object-fit: contain; }
.site-brand img { width: 84px; height: 52px; }
.site-brand span { width: 40px; height: 40px; }
.site-brand span { background: var(--brand); color: #fff; font-weight: 900; }
.site-brand strong { font-size: 18px; }
.site-nav nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.site-nav > nav > a { transition: color .22s ease, filter .22s ease, opacity .22s ease, transform .22s ease; }
.customer-site .site-nav > nav > a:not(.nav-contact):hover,
.customer-site .site-nav > nav > a:not(.nav-contact):focus-visible { color: var(--site-nav-hover-color,var(--primary-color)); opacity: 1; transform: translateY(-2px); }
.customer-site .site-nav > nav > .nav-contact:hover,
.customer-site .site-nav > nav > .nav-contact:focus-visible { filter: brightness(1.1); transform: translateY(-2px); }
.nav-contact { padding: 10px 17px; border-radius: 9px; background: var(--brand); color: #fff; }
.customer-hero { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; min-height: 650px; overflow: hidden; padding: 70px max(24px,calc((100% - 1132px)/2)); background: color-mix(in srgb,var(--brand) 7%,#fff); }
.hero-inner { position: relative; z-index: 2; max-width: 680px; }
.site-eyebrow, .section-kicker, .section-heading span, .contact-section > div > span { margin: 0 0 13px; color: var(--brand); font-size: 12px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.customer-hero h1 { margin: 0; font-size: clamp(48px,6vw,78px); line-height: 1.08; letter-spacing: -3.5px; }
.customer-hero .hero-inner > p:not(.site-eyebrow) { max-width: 590px; margin: 25px 0 32px; color: var(--muted); font-size: 18px; }
.site-button { display: inline-flex; align-items: center; min-height: 49px; padding: 0 24px; border-radius: 10px; background: var(--brand); color: #fff; font-weight: 800; box-shadow: 0 14px 30px color-mix(in srgb,var(--brand) 30%,transparent); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.customer-hero.section-layout-centered .hero-actions { justify-content: center; }
.site-button-secondary { border: 1px solid color-mix(in srgb,var(--primary-color) 46%,transparent); background: transparent; color: var(--secondary-color); box-shadow: none; }
.customer-hero.section-layout-image-background .site-button-secondary { border-color: rgba(255,255,255,.55); color: #fff; }
.button-style-pill .site-button, .button-style-pill .nav-contact { border-radius: 999px; }
.button-style-square .site-button, .button-style-square .nav-contact { border-radius: 0; }
.hero-decoration { position: relative; height: 470px; }
.hero-media { position: relative; z-index: 1; justify-self: end; overflow: hidden; width: 100%; max-width: 500px; aspect-ratio: 4 / 3; border: 8px solid rgba(255,255,255,.82); border-radius: 30px 12px 30px 12px; background: color-mix(in srgb,var(--brand) 10%,#fff); box-shadow: 0 24px 55px color-mix(in srgb,var(--brand) 16%,transparent); }
.hero-media::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(145deg,rgba(255,255,255,.12),transparent 45%); }
.hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-decoration i, .hero-decoration b { position: absolute; display: block; border-radius: 50%; }
.hero-decoration i { inset: 2% -20% auto auto; width: 440px; height: 440px; background: var(--brand); opacity: .12; }
.hero-decoration b { inset: 17% 5% auto auto; width: 340px; height: 340px; border: 2px solid color-mix(in srgb,var(--brand) 35%,transparent); }
.hero-decoration span { position: absolute; top: 32%; right: 20%; display: grid; place-items: center; width: 190px; height: 190px; border-radius: 45% 55% 48% 52%; background: var(--brand); color: #fff; font-size: 85px; font-weight: 900; box-shadow: 0 30px 60px color-mix(in srgb,var(--brand) 25%,transparent); }
.customer-hero.section-layout-centered { grid-template-columns: 1fr; min-height: 680px; text-align: center; }
.customer-hero.section-layout-centered .hero-inner { max-width: 850px; margin: auto; }
.customer-hero.section-layout-centered .hero-inner > p:not(.site-eyebrow) { margin-right: auto; margin-left: auto; }
.customer-hero.section-layout-centered .hero-media { justify-self: center; margin-top: 45px; }
.customer-hero.section-layout-centered .hero-decoration { display: none; }
.customer-hero.section-layout-image-background { grid-template-columns: 1fr; min-height: 720px; color: #fff; background: var(--secondary-color); }
.customer-hero.section-layout-image-background .hero-inner { z-index: 3; max-width: 790px; }
.customer-hero.section-layout-image-background .hero-media { position: absolute; inset: 0; z-index: 0; max-width: none; height: 100%; border: 0; border-radius: 0; opacity: .5; }
.customer-hero.section-layout-image-background .hero-media::after { background: linear-gradient(90deg,color-mix(in srgb,var(--secondary-color) 90%,transparent),color-mix(in srgb,var(--secondary-color) 20%,transparent)); }
.customer-hero.section-layout-image-background .hero-inner > p:not(.site-eyebrow) { color: rgba(255,255,255,.78); }
.customer-section { max-width: 1180px; margin: auto; padding: 110px 24px; scroll-margin-top: 30px; }
.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.about-section .section-kicker { grid-column: span 2; margin: 0; }
.about-intro { display: grid; gap: 26px; }
.about-intro img { width: 100%; max-height: 330px; border-radius: 18px; object-fit: cover; }
.customer-section h2 { margin: 0; font-size: clamp(36px,4.2vw,54px); line-height: 1.18; letter-spacing: -2px; }
.about-copy { position: relative; padding: 5px 20px 5px 30px; border-left: 2px solid var(--brand); color: var(--muted); font-size: 18px; }
.about-copy p { margin: 0; }
.about-mark { position: absolute; z-index: -1; right: 0; bottom: -60px; color: color-mix(in srgb,var(--brand) 9%,transparent); font-family: Georgia,serif; font-size: 180px; line-height: 1; }
.about-section.section-layout-image-right .about-intro { grid-column: 2; grid-row: 2; }
.about-section.section-layout-image-right .about-copy { grid-column: 1; grid-row: 2; }
.about-section.section-layout-centered { grid-template-columns: minmax(0,820px); justify-content: center; text-align: center; }
.about-section.section-layout-centered .section-kicker { grid-column: auto; }
.about-section.section-layout-centered .about-copy { padding: 0; border-left: 0; }
.customer-section.tinted { max-width: none; padding-right: max(24px,calc((100% - 1132px)/2)); padding-left: max(24px,calc((100% - 1132px)/2)); background: var(--soft); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 55px; }
.section-heading > p { max-width: 360px; margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(var(--section-columns,3),1fr); gap: 20px; }
.service-grid article { min-height: 265px; padding: 28px; border: 1px solid #e2e5eb; border-radius: 18px; background: #fff; }
.service-image { width: calc(100% + 56px); height: 170px; margin: -28px -28px 24px; border-radius: 18px 18px 0 0; object-fit: cover; }
.service-number { color: var(--brand); font-size: 12px; font-weight: 900; }
.service-grid h3 { margin: 38px 0 9px; font-size: 21px; }
.service-grid p { margin: 0; color: var(--muted); }
.service-grid strong { display: block; margin-top: 18px; color: var(--brand); }
.services-section.section-layout-list .service-grid { grid-template-columns: 1fr; }
.services-section.section-layout-list .service-grid article { min-height: 0; }
.services-section.section-layout-alternating .service-grid { grid-template-columns: 1fr; }
.services-section.section-layout-alternating .service-grid article { display: grid; grid-template-columns: minmax(220px,.8fr) 1.2fr; column-gap: 32px; align-items: center; }
.services-section.section-layout-alternating .service-grid article:nth-child(even) .service-image { grid-column: 2; }
.services-section.section-layout-alternating .service-image { grid-row: 1 / span 4; width: 100%; height: 220px; margin: 0; border-radius: 12px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(var(--section-columns,2),1fr); gap: 28px; }
.portfolio-grid article { overflow: hidden; border-radius: 18px; background: var(--soft); }
.portfolio-grid img, .image-placeholder { display: block; width: 100%; height: 340px; object-fit: cover; }
.image-placeholder { display: grid; place-items: center; align-content: center; gap: 10px; overflow: hidden; background: linear-gradient(135deg,color-mix(in srgb,var(--brand) 9%,#fff),color-mix(in srgb,var(--brand) 25%,#fff)); color: color-mix(in srgb,var(--brand) 72%,#172036); text-align: center; }
.image-placeholder i { display: block; width: 54px; height: 42px; border: 3px solid currentColor; border-radius: 10px; opacity: .55; }
.image-placeholder i::after { display: block; width: 16px; height: 16px; margin: 8px; border-radius: 50%; background: currentColor; content: ""; }
.image-placeholder b { padding: 0 12px; font-size: 12px; }
.about-intro .image-placeholder { min-height: 260px; height: 330px; border-radius: 18px; }
.portfolio-grid article > div:last-child { padding: 22px 24px; }
.portfolio-grid h3 { margin: 0 0 5px; }
.portfolio-grid p { margin: 0; color: var(--muted); }
.portfolio-section.section-layout-large-feature .portfolio-grid article:first-child { grid-column: span 2; }
.portfolio-section.section-layout-large-feature .portfolio-grid article:first-child img { height: 500px; }
.portfolio-section.section-layout-masonry-style .portfolio-grid { display: block; columns: 3; column-gap: 24px; }
.portfolio-section.section-layout-masonry-style .portfolio-grid article { display: inline-block; width: 100%; margin: 0 0 24px; break-inside: avoid; }
.portfolio-section.section-layout-masonry-style .portfolio-grid article:nth-child(3n+1) img { height: 430px; }
.review-section { max-width: none; padding-right: max(24px,calc((100% - 1132px)/2)); padding-left: max(24px,calc((100% - 1132px)/2)); background: color-mix(in srgb,var(--brand) 6%,#fff); }
.review-grid { display: grid; grid-template-columns: repeat(var(--section-columns,3),1fr); gap: 20px; }
.review-grid blockquote { margin: 0; padding: 28px; border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(32,38,62,.05); }
.stars { color: #f4ab3d; letter-spacing: 2px; }
.stars span { color: #e3e4e9; }
.review-grid blockquote p { min-height: 82px; color: #454c5b; }
.review-grid footer { display: flex; align-items: center; gap: 10px; padding-top: 17px; border-top: 1px solid #eceef2; }
.review-grid footer strong { font-size: 14px; }
.reviewer-initial { display: grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: color-mix(in srgb,var(--primary-color) 12%,var(--background-color)); color: var(--primary-color); font-weight: 900; }
.review-section.section-layout-slider-style .review-grid { grid-auto-flow: column; grid-auto-columns: minmax(300px,38%); grid-template-columns: none; overflow-x: auto; padding: 0 0 18px; scroll-snap-type: x mandatory; }
.review-section.section-layout-slider-style .review-grid blockquote { scroll-snap-align: start; }
.review-section.section-layout-centered .section-heading { justify-content: center; text-align: center; }
.review-section.section-layout-centered .review-grid { grid-template-columns: minmax(0,720px); justify-content: center; text-align: center; }
.card-style-shadow .service-grid article, .card-style-shadow .portfolio-grid article, .card-style-shadow .review-grid blockquote { border-color: transparent; box-shadow: 0 16px 38px rgba(25,32,51,.09); }
.card-style-border .service-grid article, .card-style-border .portfolio-grid article, .card-style-border .review-grid blockquote { border: 1px solid color-mix(in srgb,var(--secondary-color) 16%,transparent); box-shadow: none; }
.card-style-flat .service-grid article, .card-style-flat .portfolio-grid article, .card-style-flat .review-grid blockquote { border-color: transparent; box-shadow: none; background: color-mix(in srgb,var(--primary-color) 5%,var(--background-color)); }
.portfolio-lightbox-trigger { position: relative; display: block; width: 100%; margin: 0; padding: 0; overflow: hidden; border: 0; background: transparent; color: inherit; font: inherit; text-align: inherit; cursor: zoom-in; }
.portfolio-lightbox-trigger img { transition: filter .24s ease, transform .32s ease; }
.portfolio-lightbox-trigger:focus-visible { outline: 4px solid color-mix(in srgb,var(--primary-color) 72%,#fff); outline-offset: -4px; }
.portfolio-lightbox-hint { position: absolute; right: 14px; bottom: 14px; padding: 7px 11px; border-radius: 999px; background: color-mix(in srgb,var(--secondary-color) 82%,transparent); color: #fff; font-size: 11px; font-weight: 800; opacity: 0; transform: translateY(6px); transition: opacity .2s ease, transform .2s ease; pointer-events: none; }
.gallery-lightbox { width: min(1100px,calc(100vw - 32px)); max-width: none; height: min(820px,calc(100vh - 32px)); height: min(820px,calc(100dvh - 32px)); max-height: none; margin: auto; padding: 0; overflow: visible; border: 0; background: transparent; color: #fff; }
.gallery-lightbox::backdrop { background: rgba(5,10,20,.88); backdrop-filter: blur(8px); }
.gallery-lightbox-shell { position: relative; display: grid; width: 100%; height: 100%; place-items: center; padding: 54px 18px 42px; }
.gallery-lightbox img { display: block; max-width: 100%; max-height: 100%; border-radius: 10px; object-fit: contain; box-shadow: 0 24px 80px rgba(0,0,0,.42); }
.gallery-lightbox-previous, .gallery-lightbox-next { position: fixed; top: 50%; width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: #172033; font-size: 22px; cursor: pointer; }
.gallery-lightbox-previous { left: 20px; }
.gallery-lightbox-next { right: 20px; }
.gallery-lightbox-close { position: absolute; top: 0; right: 0; display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(15,22,36,.82); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; }
.gallery-lightbox-close:focus-visible { outline: 3px solid var(--primary-color); outline-offset: 3px; }
.gallery-lightbox-caption { position: absolute; right: 60px; bottom: 8px; left: 60px; margin: 0; overflow: hidden; color: rgba(255,255,255,.82); font-size: 14px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.gallery-lightbox-open { overflow: hidden; }

@media (hover: hover) and (pointer: fine) {
    .customer-site .service-grid article,
    .customer-site .portfolio-grid article,
    .customer-site .review-grid blockquote,
    .customer-site .feature-grid article,
    .customer-site .statistic-grid article,
    .customer-site .steps-grid li { transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
    .customer-site .service-grid article:hover,
    .customer-site .portfolio-grid article:hover,
    .customer-site .review-grid blockquote:hover,
    .customer-site .feature-grid article:hover,
    .customer-site .statistic-grid article:hover,
    .customer-site .steps-grid li:hover { border-color: color-mix(in srgb,var(--primary-color) 34%,transparent); box-shadow: 0 22px 48px color-mix(in srgb,var(--secondary-color) 15%,transparent); transform: translateY(-5px); }
    .portfolio-lightbox-trigger:hover img { filter: saturate(1.06); transform: scale(1.035); }
    .portfolio-lightbox-trigger:hover .portfolio-lightbox-hint { opacity: 1; transform: translateY(0); }
}
.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; padding: 105px max(24px,calc((100% - 1132px)/2)); background: #171e2e; color: #fff; }
.contact-section > div > span { color: color-mix(in srgb,var(--brand) 75%,#fff); }
.contact-section h2 { margin: 0; font-size: clamp(40px,5vw,60px); line-height: 1.15; letter-spacing: -2px; }
.contact-section > div > p { color: #aeb5c3; }
.contact-links { display: grid; align-content: center; }
.contact-links a { display: grid; padding: 18px 0; border-bottom: 1px solid #343b4a; font-size: 19px; font-weight: 800; }
.contact-links a, .footer-contact a, .footer-contact address { overflow-wrap: anywhere; }
.contact-links small { color: #8f97a8; font-size: 10px; letter-spacing: 1.6px; }
.contact-section.section-layout-centered { grid-template-columns: minmax(0,760px); justify-content: center; text-align: center; }
.contact-section.section-layout-centered .contact-links { text-align: left; }
.contact-section.section-layout-contact-card { margin: 90px max(24px,calc((100% - 1132px)/2)); padding: 65px; border-radius: 24px; box-shadow: 0 24px 60px rgba(16,22,36,.18); }
.contact-info { min-width: 0; }
.contact-form-card { min-width: 0; padding: 30px; border-radius: 18px; background: #fff; color: var(--secondary-color); box-shadow: 0 22px 55px rgba(0,0,0,.17); }
.contact-form-card h3 { margin: 0 0 20px; font-size: 24px; }
.customer-contact-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.contact-form-grid label { display: grid; gap: 6px; min-width: 0; color: #343b4a; font-size: 12px; font-weight: 700; }
.contact-field-label { display: flex; align-items: center; gap: 5px; color: #343b4a; }
.contact-field-label b { color: #c13e4d; }
.contact-field-label small { color: #8a91a1; font-weight: 500; }
.contact-form-grid input, .contact-form-grid textarea { width: 100%; border: 1px solid #d9dde8; border-radius: 9px; outline: 0; background: #fff; color: #182033; font: inherit; }
.contact-form-grid input { height: 44px; padding: 0 12px; }
.contact-form-grid textarea { padding: 11px 12px; resize: vertical; }
.contact-form-grid input:focus, .contact-form-grid textarea:focus { border-color: var(--primary-color); box-shadow: 0 0 0 3px color-mix(in srgb,var(--primary-color) 14%,transparent); }
.contact-form-grid .span-2 { grid-column: span 2; }
.contact-form-grid .contact-consent { display: flex; grid-template-columns: none; align-items: flex-start; gap: 9px; font-size: 12px; line-height: 1.5; }
.contact-consent input { flex: 0 0 auto; width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--primary-color); }
.contact-form-grid .site-button { justify-content: center; border: 0; cursor: pointer; font-family: inherit; }
.contact-form-grid .site-button:disabled { cursor: wait; opacity: .65; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-alert { margin: 0 0 16px; padding: 11px 13px; border-radius: 9px; font-size: 13px; }
.contact-alert ul { margin: 0; padding-left: 18px; }
.contact-alert.success { background: #e7f8ef; color: #146c4c; }
.contact-alert.error { background: #fff0f1; color: #9d2f3c; }
.contact-alert.preview { background: #eef0ff; color: #4b4ca5; }
.section-bg-light { background: #fff !important; }
.section-bg-soft { background: color-mix(in srgb,var(--primary-color) 6%,var(--background-color)) !important; }
.section-bg-dark, .section-bg-contrast { background: var(--secondary-color) !important; color: #fff; }
.section-bg-primary { background: var(--primary-color) !important; color: #fff; }
.section-bg-dark h2, .section-bg-dark h3, .section-bg-primary h2, .section-bg-primary h3,
.section-bg-contrast h2, .section-bg-contrast h3 { color: #fff; }
.section-bg-dark p, .section-bg-primary p, .section-bg-contrast p { color: rgba(255,255,255,.76) !important; }
.section-bg-primary .site-button { background: var(--secondary-color); color: #fff; }
.section-bg-primary .site-button-secondary { border-color: rgba(255,255,255,.7); background: transparent; color: #fff; }
.section-bg-dark .site-button-secondary { border-color: rgba(255,255,255,.55); color: #fff; }
.feature-grid, .statistic-grid, .steps-grid { display: grid; grid-template-columns: repeat(var(--section-columns,3),minmax(0,1fr)); gap: 20px; }
.feature-grid article, .statistic-grid article, .steps-grid li { min-width: 0; padding: 28px; border: 1px solid color-mix(in srgb,var(--secondary-color) 12%,transparent); border-radius: 18px; background: color-mix(in srgb,var(--background-color) 96%,transparent); color: var(--secondary-color); }
.feature-grid h3, .steps-grid h3 { margin: 14px 0 7px; font-size: 20px; }
.feature-grid p, .steps-grid p { margin: 0; color: var(--muted); }
.standard-section-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: color-mix(in srgb,var(--primary-color) 12%,var(--background-color)); color: var(--primary-color); font-size: 22px; font-weight: 900; }
.features-section.section-layout-icon-list .feature-grid { grid-template-columns: 1fr 1fr; }
.features-section.section-layout-icon-list .feature-grid article { display: flex; align-items: flex-start; gap: 18px; }
.features-section.section-layout-icon-list .feature-grid h3 { margin-top: 0; }
.statistic-grid article { display: grid; gap: 7px; text-align: center; }
.statistic-grid strong { color: var(--primary-color); font-size: clamp(36px,4vw,54px); line-height: 1; }
.statistic-grid strong small { margin-left: 3px; font-size: .46em; }
.statistic-grid span { color: var(--muted); }
.statistics-section.section-layout-inline .statistic-grid article { border: 0; border-right: 1px solid color-mix(in srgb,var(--secondary-color) 14%,transparent); border-radius: 0; background: transparent; }
.statistics-section.section-layout-inline .statistic-grid article:last-child { border-right: 0; }
.statistics-section.section-layout-split .statistic-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.steps-grid { margin: 0; padding: 0; list-style: none; counter-reset: item; }
.steps-grid li { position: relative; }
.step-number { color: var(--primary-color); font-size: 12px; font-weight: 900; letter-spacing: 1px; }
.steps-grid .standard-section-icon { margin-top: 18px; }
.steps-section.section-layout-vertical .steps-grid { grid-template-columns: minmax(0,760px); justify-content: center; }
.steps-section.section-layout-vertical .steps-grid li { display: grid; grid-template-columns: 44px 48px 1fr; gap: 15px; align-items: start; }
.steps-section.section-layout-vertical .standard-section-icon, .steps-section.section-layout-vertical h3 { margin-top: 0; }
.faq-list { display: grid; gap: 13px; max-width: 900px; margin: auto; }
.faq-list details { overflow: hidden; border: 1px solid color-mix(in srgb,var(--secondary-color) 14%,transparent); border-radius: 14px; background: color-mix(in srgb,var(--background-color) 97%,transparent); color: var(--secondary-color); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 21px 24px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--primary-color); font-size: 22px; transition: transform .18s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > div { padding: 0 24px 22px; color: var(--muted); }
.faq-section.section-layout-two-columns .faq-list { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: none; align-items: start; }
.call-to-action-section { display: flex; justify-content: space-between; align-items: center; gap: 40px; max-width: 1132px; margin: 80px auto; padding: 56px; border-radius: 24px; background: color-mix(in srgb,var(--primary-color) 9%,var(--background-color)); }
.call-to-action-copy { max-width: 720px; }
.call-to-action-copy > span { color: var(--primary-color); font-size: 12px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.call-to-action-copy h2 { margin: 10px 0; }
.call-to-action-copy p { margin: 8px 0 0; color: var(--muted); }
.call-to-action-buttons { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 12px; }
.call-to-action-section.section-layout-centered { display: grid; justify-content: center; text-align: center; }
.call-to-action-section.section-layout-centered .call-to-action-buttons { justify-content: center; }
.call-to-action-section.section-layout-banner { max-width: none; margin: 0; border-radius: 0; padding-right: max(24px,calc((100% - 1132px)/2)); padding-left: max(24px,calc((100% - 1132px)/2)); }
.mobile-site-menu { display: none; position: relative; }
.mobile-site-menu summary { cursor: pointer; font-weight: 800; list-style: none; }
.mobile-site-menu summary::-webkit-details-marker { display: none; }
.mobile-site-menu nav { position: absolute; top: calc(100% + 14px); right: 0; display: grid; min-width: 220px; padding: 10px; border: 1px solid color-mix(in srgb,var(--secondary-color) 12%,transparent); border-radius: 14px; background: var(--background-color); box-shadow: 0 18px 40px rgba(21,27,43,.16); }
.mobile-site-menu nav a { display: block !important; padding: 10px 12px; color: var(--secondary-color); }
.map-section { padding: 0 0 40px; border-bottom: 1px solid color-mix(in srgb,var(--secondary-color) 10%,transparent); background: var(--background-color); scroll-margin-top: 30px; }
.map-heading { max-width: 1180px; margin: auto; padding: 70px 24px 35px; text-align: center; }
.map-heading h2 { margin: 0; font-size: clamp(34px,4vw,48px); }
.map-heading p { margin: 10px 0 0; color: var(--muted); }
.map-open-button { margin-top: 24px; }
.map-section iframe { display: block; width: min(1180px,calc(100% - 48px)); height: 460px; margin: 0 auto; border: 0; border-radius: 18px; }
.customer-site {
    --footer-bg: #101624;
    --footer-text: #fff;
    --footer-muted: rgba(255,255,255,.68);
    --footer-border: rgba(255,255,255,.14);
}
.customer-site .site-footer.site-footer-standard { display: block; padding: 0 max(24px,calc((100% - 1132px)/2)); border-top: 0; background: var(--footer-bg); color: var(--footer-muted); font-size: 14px; text-align: left; }
.customer-site .site-footer-standard.footer-bg-light { --footer-bg: #fff; --footer-text: var(--secondary-color); --footer-muted: color-mix(in srgb,var(--secondary-color) 68%,transparent); --footer-border: color-mix(in srgb,var(--secondary-color) 13%,transparent); }
.customer-site .site-footer-standard.footer-bg-soft { --footer-bg: color-mix(in srgb,var(--primary-color) 7%,#fff); --footer-text: var(--secondary-color); --footer-muted: color-mix(in srgb,var(--secondary-color) 67%,transparent); --footer-border: color-mix(in srgb,var(--secondary-color) 12%,transparent); }
.customer-site .site-footer-standard.footer-bg-primary { --footer-bg: var(--primary-color); --footer-text: #fff; --footer-muted: rgba(255,255,255,.78); --footer-border: rgba(255,255,255,.2); }
.customer-site .site-footer-standard .site-footer-inner { display: grid; grid-template-columns: repeat(auto-fit,minmax(210px,1fr)); gap: 42px; padding: 68px 0 52px; }
.customer-site .site-footer-standard.footer-layout-editorial .site-footer-inner { grid-template-columns: minmax(260px,1.4fr) repeat(3,minmax(170px,1fr)); }
.customer-site .site-footer-standard.footer-layout-centered .site-footer-inner { grid-template-columns: repeat(3,minmax(180px,1fr)); max-width: 940px; margin: auto; text-align: center; }
.customer-site .site-footer-standard.footer-layout-centered .footer-brand { grid-column: 1 / -1; justify-items: center; }
.customer-site .site-footer-standard.footer-layout-centered .footer-social-links { justify-content: center; }
.customer-site .site-footer-standard.footer-layout-compact .site-footer-inner { gap: 28px; padding-top: 45px; padding-bottom: 36px; }
.customer-site .site-footer-standard h2,
.customer-site .site-footer-standard h3 { color: var(--footer-text); }
.customer-site .site-footer-standard h2 { margin: 0; overflow-wrap: anywhere; font-size: clamp(21px,2.2vw,29px); line-height: 1.3; }
.customer-site .site-footer-standard h3 { margin: 0 0 19px; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.footer-brand-title { display: flex; align-items: center; gap: 12px; }
.footer-brand-title img { width: 70px; height: 42px; object-fit: contain; }
.customer-site .site-footer-standard .footer-brand > p,
.customer-site .site-footer-standard .footer-cta > p { max-width: 430px; margin: 18px 0 0; color: var(--footer-muted); line-height: 1.8; }
.customer-site .site-footer-standard .footer-links ul,
.customer-site .site-footer-standard .footer-contact ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.customer-site .site-footer-standard .footer-links a,
.customer-site .site-footer-standard .footer-contact a,
.customer-site .site-footer-standard .footer-contact address { color: var(--footer-muted); font-style: normal; overflow-wrap: anywhere; }
.customer-site .site-footer-standard .footer-links a { display: inline-flex; padding: 2px 0; }
.customer-site .site-footer-standard .footer-links a:hover,
.customer-site .site-footer-standard .footer-contact a:hover { color: var(--footer-text); }
.customer-site .site-footer-standard .footer-contact li { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 9px; align-items: start; }
.customer-site .site-footer-standard .footer-contact li > span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--footer-border); border-radius: 50%; color: var(--footer-text); font-size: 11px; font-weight: 800; }
.customer-site .site-footer-standard .footer-contact small { display: block; color: var(--footer-muted); font-size: 11px; opacity: .76; }
.customer-site .site-footer-standard .footer-social-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.customer-site .site-footer-standard .footer-social-links a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--footer-border); border-radius: 50%; color: var(--footer-text); }
.customer-site .site-footer-standard .footer-social-links a:hover { border-color: var(--primary-color); background: var(--primary-color); color: #fff; transform: translateY(-2px); }
.customer-site .site-footer-standard .footer-social-links span { font-size: 12px; font-weight: 900; text-transform: uppercase; }
.customer-site .site-footer-standard .footer-cta > div { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 23px; }
.customer-site .site-footer-standard .footer-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 17px; border: 1px solid var(--primary-color); border-radius: 9px; background: var(--primary-color); color: #fff; font-weight: 800; }
.customer-site .site-footer-standard .footer-button-secondary { border-color: var(--footer-border); background: transparent; color: var(--footer-text); }
.customer-site .site-footer-standard .footer-button:hover { filter: brightness(1.08); transform: translateY(-1px); }
.customer-site .site-footer-standard a:focus-visible { outline: 3px solid color-mix(in srgb,var(--primary-color) 55%,#fff); outline-offset: 3px; }
.customer-site .site-footer-standard .footer-bottom { display: flex; grid-column: auto; justify-content: space-between; gap: 18px; margin: 0; padding: 24px 0 30px; border-top: 1px solid var(--footer-border); color: var(--footer-muted); font-size: 12px; }
.customer-site .site-footer-standard .footer-bottom a { color: var(--footer-text); font-weight: 700; }
.customer-site .site-footer-standard .footer-powered-by { color: var(--footer-muted); font-size: 12px; }
.customer-site .site-footer-standard .footer-powered-by a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.customer-site .site-footer-standard.footer-bg-primary .footer-powered-by { padding: 5px 9px; border-radius: 7px; background: rgba(0,0,0,.42); color: #fff; }
.customer-site .site-footer-standard.footer-bg-primary .footer-powered-by a { color: #fff; }
.customer-site .footer-modern { --footer-bg: color-mix(in srgb,var(--secondary-color) 96%,#000); }
.customer-site .footer-restaurant { --footer-bg: color-mix(in srgb,var(--secondary-color) 92%,#160b05); }
.customer-site .footer-auto { --footer-bg: color-mix(in srgb,var(--secondary-color) 95%,#030303); }
.customer-site .footer-general-editorial { --footer-bg: var(--secondary-color); }
.footer-in-view .floating-contact-actions { opacity: 0; visibility: hidden; transform: translateY(12px); pointer-events: none; }
.floating-contact-actions { position: fixed; z-index: 30; left: max(18px,env(safe-area-inset-left)); bottom: max(18px,env(safe-area-inset-bottom)); display: flex; gap: 9px; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.floating-contact-actions a { display: flex; align-items: center; gap: 7px; min-height: 46px; padding: 0 14px; border: 1px solid color-mix(in srgb,var(--secondary-color) 13%,transparent); border-radius: 999px; background: var(--background-color); color: var(--secondary-color); box-shadow: 0 12px 30px color-mix(in srgb,var(--secondary-color) 16%,transparent); font-size: 12px; }
.floating-contact-actions span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--primary-color); color: #fff; font-weight: 900; }
.floating-contact-line span { background: #1aa84b; }
.customer-back-to-top {
    position: fixed;
    z-index: 30;
    right: var(--customer-floating-right, max(18px, env(safe-area-inset-right)));
    bottom: calc(var(--customer-floating-bottom, max(18px, env(safe-area-inset-bottom))) + var(--customer-floating-stack-offset, 0px));
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid color-mix(in srgb,var(--primary-color) 72%,#fff);
    border-radius: 14px;
    outline: 0;
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 14px 34px color-mix(in srgb,var(--secondary-color) 25%,transparent);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    pointer-events: none;
    cursor: pointer;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease, background-color .2s ease;
}
.customer-back-to-top span { font-size: 24px; font-weight: 700; line-height: 1; transform: translateY(-1px); }
.customer-back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.customer-back-to-top:hover { background: color-mix(in srgb,var(--primary-color) 84%,#000); transform: translateY(-3px); }
.customer-back-to-top:focus-visible { box-shadow: 0 0 0 4px color-mix(in srgb,var(--primary-color) 25%,transparent), 0 14px 34px color-mix(in srgb,var(--secondary-color) 25%,transparent); }

.template-shop .customer-hero { background: color-mix(in srgb,var(--brand) 8%,#fff8ef); }
.template-shop .hero-decoration span { border-radius: 26px; transform: rotate(5deg); }
.template-shop .service-grid article { border-radius: 28px 8px 28px 8px; }
.template-personal .site-nav { height: 100px; }
.template-personal .customer-hero { min-height: 710px; background: #fff; }
.template-personal .customer-hero::before { content: ""; position: absolute; top: 0; right: 0; width: 42%; height: 100%; background: color-mix(in srgb,var(--brand) 10%,#fff); }
.template-personal .hero-decoration span { border-radius: 50%; }
.template-personal .about-section h2 { font-family: Georgia,"Times New Roman",serif; font-weight: 500; }

@media (max-width: 1024px) {
    .feature-grid, .statistic-grid, .steps-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .customer-site .site-footer-standard .site-footer-inner,
    .customer-site .site-footer-standard.footer-layout-editorial .site-footer-inner,
    .customer-site .site-footer-standard.footer-layout-centered .site-footer-inner { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .customer-site .site-footer-standard.footer-layout-centered .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 850px) {
    .site-nav nav a:not(.nav-contact) { display: none; }
    .site-nav > nav { display: none; }
    .mobile-site-menu { display: block; }
    .customer-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 90px; padding-bottom: 50px; text-align: center; }
    .hero-inner { margin: auto; }
    .customer-hero .hero-inner > p:not(.site-eyebrow) { margin-right: auto; margin-left: auto; }
    .hero-decoration { height: 330px; }
    .hero-media { justify-self: center; max-width: 520px; }
    .hero-decoration i { right: 10%; width: 310px; height: 310px; }
    .hero-decoration b { right: calc(50% - 125px); width: 250px; height: 250px; }
    .hero-decoration span { top: 24%; right: calc(50% - 80px); width: 160px; height: 160px; }
    .template-personal .customer-hero::before { top: auto; right: 0; bottom: 0; width: 100%; height: 40%; }
    .service-grid, .review-grid, .feature-grid, .statistic-grid, .steps-grid { grid-template-columns: 1fr 1fr; }
    .services-section.section-layout-alternating .service-grid { grid-template-columns: 1fr; }
    .portfolio-section.section-layout-masonry-style .portfolio-grid { columns: 2; }
    .about-section { gap: 35px; }
}

@media (max-width: 600px) {
    .mwd-preview-bar { padding: 10px 12px; }
    .mwd-preview-bar-inner { grid-template-columns: minmax(0,1fr) 36px; gap: 9px; }
    .mwd-preview-bar p { display: grid; gap: 1px; }
    .mwd-preview-bar p span { font-size: 11px; }
    .mwd-preview-bar nav { grid-column: 1 / -1; grid-row: 2; }
    .mwd-preview-bar nav a { flex: 1; }
    .mwd-preview-bar button { grid-column: 2; grid-row: 1; }
    .site-nav { height: 72px; padding: 0 16px; }
    .site-brand img { width: 68px; height: 44px; }
    .site-brand strong { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .nav-contact { padding: 8px 12px; font-size: 12px; }
    .customer-hero { padding: 65px 18px 25px; }
    .customer-hero h1 { font-size: 44px; letter-spacing: -2px; }
    .customer-hero .hero-inner > p:not(.site-eyebrow) { font-size: 16px; }
    .hero-media { max-width: 360px; border-width: 5px; border-radius: 22px 8px 22px 8px; }
    .customer-section { padding: 78px 18px; }
    .about-section { grid-template-columns: 1fr; }
    .about-section .section-kicker { grid-column: auto; }
    .about-intro img { max-height: 280px; }
    .about-copy { padding-left: 18px; font-size: 16px; }
    .section-heading { display: block; margin-bottom: 35px; }
    .section-heading > p { margin-top: 15px; }
    .service-grid, .portfolio-grid, .review-grid, .feature-grid, .statistic-grid, .steps-grid,
    .features-section.section-layout-icon-list .feature-grid,
    .statistics-section.section-layout-split .statistic-grid,
    .faq-section.section-layout-two-columns .faq-list { grid-template-columns: 1fr; }
    .statistics-section.section-layout-inline .statistic-grid article { border-right: 0; border-bottom: 1px solid color-mix(in srgb,var(--secondary-color) 14%,transparent); }
    .statistics-section.section-layout-inline .statistic-grid article:last-child { border-bottom: 0; }
    .steps-section.section-layout-vertical .steps-grid li { grid-template-columns: 40px 1fr; }
    .steps-section.section-layout-vertical .steps-grid .standard-section-icon { display: none; }
    .call-to-action-section, .call-to-action-section.section-layout-banner { display: grid; margin: 40px 16px; padding: 38px 22px; border-radius: 18px; text-align: center; }
    .call-to-action-buttons { justify-content: center; }
    .services-section.section-layout-alternating .service-grid article { grid-template-columns: 1fr; }
    .services-section.section-layout-alternating .service-grid article:nth-child(even) .service-image { grid-column: auto; }
    .services-section.section-layout-alternating .service-image { grid-row: auto; height: 190px; }
    .portfolio-section.section-layout-large-feature .portfolio-grid article:first-child { grid-column: auto; }
    .portfolio-section.section-layout-large-feature .portfolio-grid article:first-child img { height: 320px; }
    .portfolio-section.section-layout-masonry-style .portfolio-grid { columns: 1; }
    .review-section.section-layout-slider-style .review-grid { grid-auto-columns: 88%; }
    .portfolio-grid img, .image-placeholder { height: 260px; }
    .contact-section { grid-template-columns: 1fr; gap: 35px; padding: 78px 18px; }
    .contact-section.section-layout-contact-card { margin: 45px 16px; padding: 45px 24px; }
    .contact-form-card { padding: 22px 17px; }
    .contact-form-grid { grid-template-columns: 1fr; }
    .contact-form-grid .span-2 { grid-column: auto; }
    .map-section iframe { height: 330px; }
    .site-footer { display: grid; gap: 4px; text-align: center; }
    .map-section { padding-bottom: 24px; }
    .map-heading { padding: 58px 18px 28px; }
    .map-section iframe { width: calc(100% - 32px); border-radius: 12px; }
    .customer-site .site-footer.site-footer-standard { padding-right: 18px; padding-left: 18px; text-align: left; }
    .customer-site .site-footer-standard .site-footer-inner,
    .customer-site .site-footer-standard.footer-layout-editorial .site-footer-inner,
    .customer-site .site-footer-standard.footer-layout-centered .site-footer-inner { grid-template-columns: 1fr; gap: 32px; padding-top: 50px; padding-bottom: 38px; text-align: left; }
    .customer-site .site-footer-standard.footer-layout-centered .footer-brand { grid-column: auto; justify-items: start; }
    .customer-site .site-footer-standard.footer-layout-centered .footer-social-links { justify-content: flex-start; }
    .customer-site .site-footer-standard .footer-bottom { display: grid; gap: 7px; padding-bottom: 84px; text-align: left; }
    .floating-contact-actions { left: max(12px,env(safe-area-inset-left)); bottom: max(12px,env(safe-area-inset-bottom)); }
    .floating-contact-actions a { min-height: 42px; padding: 0 10px; }
    .floating-contact-actions b { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); white-space: nowrap; }
    .customer-back-to-top {
        right: var(--customer-floating-right-mobile, max(14px, env(safe-area-inset-right)));
        bottom: calc(var(--customer-floating-bottom-mobile, max(14px, env(safe-area-inset-bottom))) + var(--customer-floating-stack-offset, 0px));
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }
    .portfolio-lightbox-hint { right: 10px; bottom: 10px; opacity: .9; transform: none; }
    .gallery-lightbox { width: calc(100vw - 20px); height: calc(100vh - 20px); height: calc(100dvh - 20px); }
    .gallery-lightbox-shell { padding-right: 8px; padding-left: 8px; }
    .gallery-lightbox-caption { right: 18px; left: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .customer-back-to-top, .floating-contact-actions,
    .customer-site .site-footer-standard a,
    .mwd-preview-bar a,
    .site-nav > nav > a { transition: none; }
    .customer-site .service-grid article,
    .customer-site .portfolio-grid article,
    .customer-site .review-grid blockquote,
    .customer-site .feature-grid article,
    .customer-site .statistic-grid article,
    .customer-site .steps-grid li,
    .portfolio-lightbox-trigger img,
    .portfolio-lightbox-hint { transition: none; }
    .customer-site .service-grid article:hover,
    .customer-site .portfolio-grid article:hover,
    .customer-site .review-grid blockquote:hover,
    .customer-site .feature-grid article:hover,
    .customer-site .statistic-grid article:hover,
    .customer-site .steps-grid li:hover,
    .portfolio-lightbox-trigger:hover img,
    .customer-site .site-nav > nav > a:not(.nav-contact):hover,
    .customer-site .site-nav > nav > a:not(.nav-contact):focus-visible,
    .customer-site .site-nav > nav > .nav-contact:hover,
    .customer-site .site-nav > nav > .nav-contact:focus-visible { transform: none; }
}
