@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility animation-duration-*{--tw-animation-duration: calc(--value(number)*1ms) ; --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms) ; animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);}@utility delay-*{animation-delay: calc(--value(number)*1ms) ; animation-delay: --value(--animation-delay-*,[duration],"initial",[*]); --tw-animation-delay: calc(--value(number)*1ms) ; --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]); --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);}@utility direction-*{animation-direction: --value(--animation-direction-*,"initial",[*]); --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]); --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility play-state-*{animation-play-state: --value("initial",[*]);}@utility blur-in{--tw-enter-blur: 20px;}@utility blur-in-*{--tw-enter-blur: calc(--value(number)*1px) ; --tw-enter-blur: --value(--blur-*,[*]);}@utility blur-out{--tw-exit-blur: 20px;}@utility blur-out-*{--tw-exit-blur: calc(--value(number)*1px) ; --tw-exit-blur: --value(--blur-*,[*]);}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: calc(--value(number)*.01) ; --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)*.01) ; --tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value(number)*1%) ; --tw-enter-scale: --value(ratio) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility -zoom-in-*{--tw-enter-scale: calc(--value(number)*-1%) ; --tw-enter-scale: calc(--value(ratio)*-1) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value(number)*1%) ; --tw-exit-scale: --value(ratio) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility -zoom-out-*{--tw-exit-scale: calc(--value(number)*-1%) ; --tw-exit-scale: calc(--value(ratio)*-1) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg) ; --tw-enter-rotate: calc(--value(ratio)*360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility -spin-in{--tw-enter-rotate: -30deg;}@utility -spin-in-*{--tw-enter-rotate: calc(--value(number)*-1deg) ; --tw-enter-rotate: calc(--value(ratio)*-360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg) ; --tw-exit-rotate: calc(--value(ratio)*360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility -spin-out{--tw-exit-rotate: -30deg;}@utility -spin-out-*{--tw-exit-rotate: calc(--value(number)*-1deg) ; --tw-exit-rotate: calc(--value(ratio)*-360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-y: calc(--value(ratio)*-100%) ; --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-y: calc(--value(ratio)*100%) ; --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-start{&:dir(ltr){ --tw-enter-translate-x: -100%; }&:dir(rtl){ --tw-enter-translate-x: 100%; }}@utility slide-in-from-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-in-from-end{&:dir(ltr){ --tw-enter-translate-x: 100%; }&:dir(rtl){ --tw-enter-translate-x: -100%; }}@utility slide-in-from-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-y: calc(--value(ratio)*-100%) ; --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-y: calc(--value(ratio)*100%) ; --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-start{&:dir(ltr){ --tw-exit-translate-x: -100%; }&:dir(rtl){ --tw-exit-translate-x: 100%; }}@utility slide-out-to-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-out-to-end{&:dir(ltr){ --tw-exit-translate-x: 100%; }&:dir(rtl){ --tw-exit-translate-x: -100%; }}@utility slide-out-to-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@theme inline{ --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); }:root{--radius: 1rem;--background: #f7f8f6;--foreground: #16211f;--card: #ffffff;--card-foreground: #16211f;--popover: #ffffff;--popover-foreground: #16211f;--primary: #15665f;--primary-foreground: #f8fffd;--secondary: #e8f0ec;--secondary-foreground: #19302d;--muted: #edf1ee;--muted-foreground: #65756f;--accent: #d9eee8;--accent-foreground: #104b45;--destructive: #b42318;--destructive-foreground: #fff;--border: #dce5df;--input: #d8e1db;--ring: #21968a;--sidebar: #142a27;--sidebar-foreground: #eaf5ef;--sidebar-primary: #73d5c8;--sidebar-primary-foreground: #112520;--sidebar-accent: #213d38;--sidebar-accent-foreground: #edf9f4;--sidebar-border: #35554f;--sidebar-ring: #8de1d7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:Be Vietnam Pro,sans-serif;font-size:16px;line-height:1.55}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button:not(:disabled),a[href],select:not(:disabled){cursor:pointer}img{display:block;max-width:100%}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{font-family:Be Vietnam Pro,sans-serif;letter-spacing:-.04em;line-height:1.08}.container{width:100%;margin:0 auto;padding-inline:1.25rem}.section{padding:6rem 0}.section-muted{background:#edf3ef}.section-kicker{margin-bottom:.85rem;color:#19746a;font-size:.72rem;font-weight:800;letter-spacing:.14em}.section-heading{display:flex;gap:2rem;align-items:end;justify-content:space-between;margin-bottom:2.5rem}.section-heading h2{max-width:620px;margin:0;color:#152b27;font-size:clamp(2rem,4vw,3.35rem)}.text-link{display:inline-flex;align-items:center;gap:.45rem;color:#0f655c;font-weight:700;white-space:nowrap}.text-link:hover{color:#0d413b}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:.55rem;border:1px solid transparent;border-radius:.75rem;padding:.7rem 1rem;font-size:.92rem;font-weight:700;transition:transform .16s cubic-bezier(.23,1,.32,1),background .16s,box-shadow .16s}.button:active{transform:scale(.97)}.button-primary{background:#16675f;color:#f8fffc;box-shadow:0 12px 24px #105c532e}.button-primary:hover{background:#104c46;box-shadow:0 16px 32px #105c5340}.button-ghost{border-color:#b8cac2;background:#ffffff8c;color:#1a3d37}.button-ghost:hover,.button-outline:hover{border-color:#1b776d;background:#e8f4ef}.button-outline{border-color:#acc0b7;color:#175c54;background:transparent}.button-light{background:#f6fbf9;color:#135c53}.button-light:hover{background:#d9eee8}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(213,225,218,.85);background:#f7f8f6e6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header-inner{display:flex;height:76px;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:inline-flex;align-items:center;gap:.65rem;min-width:max-content}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:10px 10px 10px 3px;background:#15665f;color:#fff;font-family:Be Vietnam Pro,sans-serif;font-weight:800;box-shadow:6px 7px #cde6dd}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{color:#153e38;font-family:Be Vietnam Pro,sans-serif;font-size:1.2rem;letter-spacing:-.065em}.brand-copy small{margin-top:.26rem;color:#5d776e;font-size:.48rem;font-weight:800;letter-spacing:.2em}.desktop-nav{display:flex;align-items:center;gap:2.05rem;margin-left:auto}.desktop-nav a{padding:.4rem 0;color:#597069;font-size:.9rem;font-weight:600}.desktop-nav a:hover,.desktop-nav a.active{color:#135e55}.header-actions{display:flex;align-items:center;gap:.8rem}.header-search{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;color:#254a43}.header-search:hover{background:#e5efea}.header-call{display:inline-flex;align-items:center;gap:.45rem;border-radius:.68rem;background:#173b35;padding:.66rem .8rem;color:#f5fcf8;font-size:.82rem;font-weight:700}.mobile-menu-toggle{display:none;border:0;background:transparent;color:#1d423b}.mobile-nav{display:grid;gap:.35rem;padding-top:.3rem;padding-bottom:1rem;border-top:1px solid #dae5df}.mobile-nav a{padding:.65rem 0;color:#25554c;font-weight:700}.hero-section{overflow:hidden;background:linear-gradient(115deg,#e5f3ec,#f7f8f6 57%,#e3f1ee);border-bottom:1px solid #d9e8e0}.hero-grid{display:grid;min-height:590px;grid-template-columns:1.06fr .94fr;align-items:center;gap:3rem}.hero-copy{padding-block:5.2rem}.hero-copy h1{max-width:740px;margin-bottom:1.45rem;color:#172e2a;font-size:clamp(3.2rem,5.1vw,5.75rem);font-weight:800}.hero-copy h1 em{color:#147367;font-style:normal}.hero-lead{max-width:570px;margin-bottom:2rem;color:#506963;font-size:1.12rem;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero-proof{display:flex;gap:1.2rem;margin-top:2rem;color:#45605a;font-size:.86rem;font-weight:600}.hero-proof span{display:flex;align-items:center;gap:.35rem}.hero-proof svg{color:#1c8a7d}.hero-visual{position:relative;min-height:440px}.hero-orbit{position:absolute;border:1px solid rgba(24,120,108,.2);border-radius:50%}.orbit-one{inset:5% 0 0 9%}.orbit-two{inset:16% 11% 11% 0;border-style:dashed}.hero-photo-frame{position:absolute;inset:5% 0 0 8%;overflow:hidden;border:1px solid rgba(255,255,255,.82);border-radius:2.1rem 2.1rem 1rem;background:#d9e8e1;box-shadow:0 24px 58px #1d594f38;transform:rotate(2deg)}.hero-photo-frame:after{position:absolute;inset:0;background:linear-gradient(120deg,rgba(13,67,60,.26),transparent 53%,rgba(241,245,227,.2));content:"";pointer-events:none}.hero-photo-frame img{width:100%;height:100%;object-fit:cover;object-position:70% 50%}.hero-dashboard{position:absolute;top:13%;right:6%;width:min(330px,72%);min-height:235px;overflow:hidden;border:1px solid rgba(255,255,255,.56);border-radius:22px;background:linear-gradient(135deg,#173a35f5,#11635af0);padding:1.2rem;box-shadow:0 25px 55px #1d594f47,inset 0 1px #ffffff29;transform:rotate(-5deg)}.dashboard-top{display:flex;gap:.35rem;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:.8rem}.dashboard-top span{width:7px;height:7px;border-radius:50%;background:#f7fffb80}.dashboard-line{height:8px;width:52%;margin-top:1.8rem;border-radius:10px;background:#daf6ed6b}.dashboard-line.long{width:82%;background:#edfff8d6}.dashboard-bars{display:flex;height:105px;align-items:end;gap:1rem;margin-top:1.25rem}.dashboard-bars i{display:block;width:13%;border-radius:6px 6px 0 0;background:#9ee5d5}.dashboard-bars i:nth-child(1){height:34%;opacity:.72}.dashboard-bars i:nth-child(2){height:57%;opacity:.82}.dashboard-bars i:nth-child(3){height:45%}.dashboard-bars i:nth-child(4){height:75%;opacity:.88}.dashboard-bars i:nth-child(5){height:92%;background:#e9ed9a}.dashboard-chip{position:absolute;right:1.2rem;bottom:1rem;border:1px solid rgba(238,255,248,.2);border-radius:.4rem;padding:.3rem .45rem;color:#eefff8e0;font-size:.64rem;font-weight:800;letter-spacing:.15em}.hero-float{position:absolute;border:1px solid rgba(25,111,99,.15);border-radius:.65rem;background:#ffffffd4;padding:.55rem .7rem;color:#22655a;box-shadow:0 12px 30px #2561561f;font-size:.72rem;font-weight:800;letter-spacing:.03em}.float-one{top:8%;left:0}.float-two{right:0;bottom:4%}.home-source{margin-top:-2.2rem;position:relative;z-index:2}.home-source-card{border:1px solid #d7e6de;border-radius:1rem;background:#fffffff2;padding:1.4rem 1.6rem;box-shadow:0 12px 30px #254c4412}.home-source-card .migrated-content{max-height:160px;overflow:auto;padding-right:.6rem}.home-positioning{border-bottom:1px solid #dce9e2;background:#fff}.positioning-grid{display:grid;grid-template-columns:1.05fr .9fr .7fr;gap:2.5rem;align-items:center;padding-block:2.7rem}.positioning-grid h2{max-width:490px;margin:0;color:#173c35;font-size:clamp(1.7rem,3vw,2.7rem)}.positioning-grid>p{margin:0;color:#627970;font-size:.95rem}.positioning-links{display:grid;gap:.7rem}.positioning-links a{display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;color:#14675e;font-size:.82rem;font-weight:800}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.category-card{position:relative;display:flex;min-height:230px;flex-direction:column;padding:1.25rem;border:1px solid #d6e3dc;background:#fff;transition:transform .18s cubic-bezier(.23,1,.32,1),box-shadow .18s,border-color .18s}.category-card:hover{border-color:#83b7aa;box-shadow:0 14px 30px #1451461a;transform:translateY(-5px)}.category-card-top{display:flex;align-items:flex-start;justify-content:space-between}.category-number{color:#8fa79e;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:800;letter-spacing:.08em}.category-icon{display:grid;width:44px;height:44px;place-items:center;border:1px solid #cce1d8;border-radius:14px 14px 14px 4px;background:linear-gradient(135deg,#edf8f3,#d9eee5);color:#157568;transition:transform .18s cubic-bezier(.23,1,.32,1),background .18s}.category-card:hover .category-icon{background:#d2ebe0;transform:rotate(-4deg) translateY(-2px)}.category-icon svg{color:inherit}.category-card h3{margin:auto 0 .65rem;color:#183b35;font-size:1.35rem}.category-card p{color:#627770;font-size:.84rem;line-height:1.55}.category-card>svg{align-self:flex-end;color:#16786d}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.product-card{overflow:hidden;border:1px solid #dae5df;border-radius:1rem;background:#fff;transition:transform .18s cubic-bezier(.23,1,.32,1),box-shadow .18s}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px #1f51461f}.image-fallback{position:relative;width:100%;height:100%;overflow:hidden;background:linear-gradient(135deg,#123f39,#197469 52%,#c6e2d7 52%,#e9f2ed)}.image-fallback:before{position:absolute;width:54%;height:54%;right:9%;bottom:-14%;border:1px solid rgba(235,255,248,.42);border-radius:50%;content:""}.image-fallback:after{position:absolute;width:25%;height:48%;right:24%;bottom:16%;border-radius:.45rem .45rem 0 0;background:repeating-linear-gradient(90deg,rgba(232,255,246,.9) 0 14%,transparent 14% 24%);box-shadow:0 0 0 8px #123f393d;content:""}.progressive-image{display:block;background:linear-gradient(110deg,#d9ede5,#eff7f3,#d9ede5);background-size:200% 100%;filter:blur(7px);opacity:.55;transition:opacity .18s ease-out,filter .18s ease-out;animation:image-shimmer 1.4s linear infinite}.progressive-image.is-loaded{filter:none;opacity:1;animation:none}.product-card-media{position:relative;display:grid;height:190px;place-items:center;overflow:hidden;background:linear-gradient(135deg,#d9ede5,#c7e2d9)}.product-card-media img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.product-card-media svg{width:55px;height:55px;color:#237d70;opacity:.62}.product-card-media span{position:absolute;top:.85rem;left:.85rem;border:1px solid rgba(255,255,255,.55);border-radius:3px;background:#144c45d1;padding:.25rem .45rem;color:#fff;font-size:.68rem;font-weight:700}.product-card-body{padding:1.3rem}.product-eyebrow{overflow:hidden;margin-bottom:.55rem;color:#51877c;font-size:.68rem;font-weight:800;letter-spacing:.065em;text-overflow:ellipsis;white-space:nowrap}.product-card h3{display:-webkit-box;min-height:2.35em;margin-bottom:.65rem;overflow:hidden;color:#1a3934;font-size:1.24rem;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card-body>p:not(.product-eyebrow){display:-webkit-box;min-height:4.6em;margin-bottom:1rem;overflow:hidden;color:#667b74;font-size:.84rem;-webkit-box-orient:vertical;-webkit-line-clamp:3}.product-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:.6rem;border-top:1px solid #e6ece8;padding-top:.95rem}.product-card-bottom strong{display:inline-flex;align-items:center;gap:.3rem;color:#15665f;font-size:.86rem}.card-link{display:inline-flex;align-items:center;gap:.25rem;color:#2a7167;font-size:.77rem;font-weight:800}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}.benefit-card svg{width:31px;height:31px;margin-bottom:1rem;color:#16776c}.benefit-card h3{margin-bottom:.6rem;color:#173c35;font-size:1.32rem}.benefit-card p{max-width:330px;color:#637971}.cta-band{background:#163d37;padding:3.7rem 0;color:#f5fbf7}.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.cta-band .section-kicker{color:#8bd4c6}.cta-band h2{max-width:720px;margin:0;font-size:clamp(1.8rem,3vw,2.8rem)}.site-footer{background:#112723;padding-top:4.2rem;color:#d4e2dd}.footer-grid{display:grid;grid-template-columns:1.4fr .75fr 1fr;gap:4rem;padding-bottom:3rem}.footer-brand{margin-bottom:1rem;color:#f4faf7;font-family:Manrope,sans-serif;font-size:1.5rem;font-weight:800;letter-spacing:-.07em}.footer-brand span{color:#91dbcf}.site-footer p,.site-footer a{color:#a8c2b9;font-size:.88rem}.site-footer a{display:block;margin-top:.55rem}.site-footer a:hover{color:#fff}.site-footer h2{margin-bottom:.9rem;color:#e6f2ed;font-size:1rem;letter-spacing:0}.footer-bottom{border-top:1px solid #29453f;padding-block:1.15rem;color:#81a39a;font-size:.72rem}.catalog-hero,.contact-hero{border-bottom:1px solid #dbe9e2;background:linear-gradient(110deg,#e4f2ec,#f7f8f6);padding:5.5rem 0 4.4rem}.catalog-hero h1,.contact-hero h1{max-width:760px;margin-bottom:1rem;color:#163a34;font-size:clamp(2.8rem,5vw,4.85rem)}.catalog-hero p:last-child,.contact-hero p:last-child{max-width:650px;color:#547067;font-size:1.04rem}.catalog-content{padding-block:3.2rem 6rem}.catalog-toolbar{display:flex;gap:1rem}.search-box,.filter-group{display:flex;height:48px;align-items:center;gap:.65rem;border:1px solid #d2e0d9;border-radius:.75rem;background:#fff;padding:0 .85rem;color:#5a7169}.search-box{flex:1}.search-box input,.filter-group select{width:100%;border:0;outline:0;background:transparent;color:#213d37}.filter-group{min-width:235px}.catalog-count{margin:1.5rem 0;color:#638078;font-size:.87rem}.empty-state{grid-column:1/-1;border:1px dashed #a9c3b9;border-radius:.9rem;padding:3rem;color:#617970;text-align:center}.listing-hero{border-bottom:1px solid #d6e5de;background:radial-gradient(circle at 80% 10%,#cce9df 0,transparent 36%),linear-gradient(110deg,#e8f4ef,#f9faf8);padding:5.1rem 0 4rem}.listing-hero h1{max-width:780px;margin-bottom:.9rem;color:#163a34;font-size:clamp(2.8rem,5vw,4.75rem)}.listing-hero p:last-child{max-width:690px;margin-bottom:0;color:#557168;font-size:1.04rem}.editorial-hub{padding-top:3.1rem}.hub-toolbar{display:flex;justify-content:space-between;margin-bottom:1.15rem}.hub-search{display:flex;width:min(100%,700px);height:50px;align-items:center;gap:.65rem;border:1px solid #d1e0d8;border-radius:.8rem;background:#fff;padding:.3rem .35rem .3rem .9rem;color:#5b776e}.hub-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#1d4039}.hub-search button{border:0;border-radius:.55rem;background:#17675f;padding:.52rem .8rem;color:#fff;font-size:.78rem;font-weight:800}.category-pills{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1.6rem}.category-pills a{border:1px solid #d3e0da;border-radius:999px;background:#fff;padding:.5rem .78rem;color:#527067;font-size:.76rem;font-weight:700}.category-pills a:hover,.category-pills a.active{border-color:#188174;background:#e2f3ed;color:#12594f}.editorial-result-count{margin-bottom:1rem;color:#6c857c;font-size:.8rem}.editorial-grid,.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.3rem}.editorial-card{overflow:hidden;border:1px solid #d9e6df;border-radius:1rem;background:#fff;transition:transform .18s cubic-bezier(.23,1,.32,1),box-shadow .18s}.editorial-card:hover{transform:translateY(-4px);box-shadow:0 17px 36px #194e441f}.editorial-card-media{display:grid;height:190px;overflow:hidden;place-items:center;background:linear-gradient(135deg,#d8eee6,#bcdcd3)}.editorial-card-media img{width:100%;height:100%;object-fit:cover}.editorial-card-fallback{color:#24675d;font-family:Manrope,sans-serif;font-size:1.4rem;font-weight:800;letter-spacing:-.06em}.editorial-card-body{padding:1.2rem}.editorial-card-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.65rem;color:#5f887d;font-size:.68rem;font-weight:800;letter-spacing:.045em;text-transform:uppercase}.editorial-card-meta span:last-child{display:inline-flex;align-items:center;gap:.25rem;color:#7b9188;font-weight:700;letter-spacing:0;text-transform:none}.editorial-card h3{display:-webkit-box;min-height:3.1em;margin-bottom:.65rem;overflow:hidden;color:#173b34;font-size:1.23rem;-webkit-box-orient:vertical;-webkit-line-clamp:2}.editorial-card h3 a:hover{color:#13766a}.editorial-card p{display:-webkit-box;min-height:4.6em;margin-bottom:1rem;overflow:hidden;color:#647b73;font-size:.84rem;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:3}.pagination{display:flex;align-items:center;justify-content:space-between;margin-top:2.5rem}.pagination a{display:inline-flex;align-items:center;gap:.4rem;color:#196d62;font-size:.84rem;font-weight:800}.home-editorial-grid{margin-top:0}.content-page{padding:2rem 0 6rem}.breadcrumbs{display:flex;gap:.55rem;overflow:hidden;margin-bottom:2rem;color:#7b928a;font-size:.8rem;white-space:nowrap}.breadcrumbs a{color:#167469;font-weight:700}.breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis}.content-layout{max-width:900px}.editorial-detail-layout{max-width:940px}.editorial-with-aside{display:grid;max-width:1240px;grid-template-columns:minmax(0,1fr) 280px;gap:clamp(1.5rem,3vw,3.25rem);align-items:start}.product-detail-layout{display:grid;max-width:none;grid-template-columns:minmax(0,1fr) 325px;gap:3.5rem;align-items:start}.article-shell{border:1px solid #e1e9e4;border-radius:1rem;background:#fff;padding:clamp(1.45rem,4vw,3.5rem)}.article-shell h1{max-width:840px;margin-bottom:1rem;color:#153630;font-size:clamp(2rem,4vw,3.7rem)}.article-intro{padding-bottom:1.5rem;border-bottom:1px solid #e4ece7;color:#587168;font-size:1.04rem}.article-byline{display:flex;gap:1rem;margin:-.3rem 0 1.3rem;color:#668078;font-size:.75rem;font-weight:700}.article-byline span{display:inline-flex;align-items:center;gap:.3rem}.article-cover{height:min(48vw,440px);overflow:hidden;margin:0 0 1.5rem;border-radius:.75rem;background:#d9eee7}.article-cover img{width:100%;height:100%;object-fit:cover}.answer-summary{margin:0 0 1.7rem;border-left:3px solid #188174;background:#edf7f3;padding:1rem 1.1rem}.answer-summary p{margin-bottom:.3rem;color:#187166;font-size:.68rem;font-weight:800;letter-spacing:.12em}.answer-summary strong{color:#224f46;font-size:.95rem;line-height:1.55}.migrated-content{color:#405b53;line-height:1.78}.migrated-content h1,.migrated-content h2,.migrated-content h3,.migrated-content h4{margin:2.1rem 0 .8rem;color:#163b34;font-size:1.5rem}.migrated-content h1{font-size:1.9rem}.migrated-content p,.migrated-content li{color:#415c54}.migrated-content a{color:#126e64;text-decoration:underline;text-underline-offset:3px}.migrated-content img{margin:1.4rem auto;border-radius:.55rem}.migrated-content table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse;margin:1.5rem 0}.migrated-content td,.migrated-content th{min-width:120px;padding:.6rem;border:1px solid #dce7e0}.migrated-content ul,.migrated-content ol{padding-left:1.35rem}.migrated-content li+li{margin-top:.35rem}.editorial-cta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:2.8rem;border:1px solid #bcdcd1;border-radius:.9rem;background:linear-gradient(120deg,#e7f4ef,#f9fcfa);padding:clamp(1.25rem,3vw,2rem)}.editorial-cta h2{max-width:530px;margin:0 0 .55rem;color:#193e37;font-size:clamp(1.25rem,2.2vw,1.8rem)}.editorial-cta p:not(.section-kicker){max-width:570px;margin:0;color:#637b73;font-size:.88rem}.editorial-cta-actions{display:grid;min-width:180px;gap:.55rem}.editorial-cta-actions .button{white-space:nowrap}.related-content{margin-top:3rem;padding-top:2.4rem;border-top:1px solid #e1ebe5}.related-content .section-heading{margin-bottom:1.3rem}.related-content .section-heading h2{font-size:1.6rem}.related-grid{grid-template-columns:repeat(3,1fr)}.product-aside{position:sticky;top:96px;overflow:hidden;border:1px solid #dbe7e1;border-radius:1rem;background:#f8fbf9;padding:1.3rem}.product-aside-image{height:150px;margin:-1.3rem -1.3rem 1.3rem;background:#d9ede5}.product-aside-image img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.product-aside>p{margin-bottom:.45rem;color:#2d796f;font-size:.67rem;font-weight:800;letter-spacing:.09em}.product-aside h2{margin-bottom:.8rem;color:#193d36;font-size:1.35rem}.product-aside>strong{display:block;margin-bottom:1.1rem;color:#137466;font-size:1.14rem}.product-aside ul{display:grid;gap:.65rem;margin:0 0 1.35rem;padding:0;list-style:none;color:#5d756d;font-size:.82rem}.product-aside li{display:flex;gap:.4rem;align-items:center}.product-aside li svg{color:#168677}.product-aside .button{width:100%;margin-top:.6rem}.editorial-aside{position:sticky;top:96px;display:grid;gap:1rem}.editorial-aside-cta{border:1px solid #a9d5c8;border-radius:1rem;background:linear-gradient(145deg,#dff2e9,#f6fbf8);padding:1.25rem;box-shadow:0 16px 32px #1b655514}.editorial-aside-cta h2{margin:.45rem 0 .65rem;color:#164239;font-size:1.35rem;line-height:1.2;letter-spacing:-.04em}.editorial-aside-cta>p:not(.section-kicker){margin-bottom:1rem;color:#53736a;font-size:.82rem;line-height:1.55}.editorial-aside-cta .button{width:100%;justify-content:center;padding:.7rem .8rem;font-size:.8rem}.editorial-aside-demo{display:flex;align-items:center;justify-content:center;gap:.35rem;margin-top:.9rem;color:#176d60;font-size:.78rem;font-weight:800}.editorial-aside-products{overflow:hidden;border:1px solid #dbe7e1;border-radius:1rem;background:#fff}.editorial-aside-products>p{margin:0;border-bottom:1px solid #e3ece7;padding:.9rem 1rem;color:#52776d;font-size:.65rem;font-weight:800;letter-spacing:.09em}.editorial-aside-products>a:not(.editorial-aside-all){display:flex;align-items:center;justify-content:space-between;gap:.5rem;border-bottom:1px solid #ebf0ed;padding:.85rem 1rem;transition:background .16s}.editorial-aside-products>a:not(.editorial-aside-all):hover{background:#f0f8f4}.editorial-aside-products strong,.editorial-aside-products small{display:block}.editorial-aside-products strong{color:#204d44;font-size:.8rem}.editorial-aside-products small{margin-top:.2rem;color:#738980;font-size:.68rem;line-height:1.35}.editorial-aside-products svg{flex:0 0 auto;color:#1a796c}.editorial-aside-all{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;color:#176d60;font-size:.78rem;font-weight:800}.content-back{margin-top:1.8rem}.content-back a{display:inline-flex;align-items:center;gap:.5rem;color:#226c62;font-weight:700}.contact-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:4rem;padding-block:4rem 6rem}.contact-details{display:grid;align-content:start;gap:1rem}.contact-info{display:flex;align-items:flex-start;gap:.85rem;color:#4b665e}.contact-info svg{flex:0 0 auto;margin-top:.2rem;color:#1a796e}.contact-info h2{margin-bottom:.15rem;color:#173b35;font-size:1.25rem}.contact-info p{margin-bottom:0}.contact-info a{color:#156b60;font-weight:700}.contact-map{min-height:250px;overflow:hidden;margin-top:1rem;border:1px solid #d6e4dd;border-radius:1rem}.contact-map iframe{width:100%;height:250px;border:0}.contact-source{margin-top:.5rem}.contact-form{display:grid;gap:.9rem;border:1px solid #dae7df;border-radius:1rem;background:#fff;padding:clamp(1.4rem,3vw,2.5rem);box-shadow:0 18px 40px #1f4f440f}.contact-form h2{margin:-.3rem 0 .55rem;color:#153a33;font-size:2rem}.contact-form label,.admin-editor label{display:grid;gap:.35rem;color:#526c64;font-size:.82rem;font-weight:700}.contact-form input,.contact-form textarea,.admin-editor input,.admin-editor select{width:100%;border:1px solid #d5e1da;border-radius:.55rem;outline:none;background:#fcfdfc;padding:.7rem .8rem;color:#1e3933;font-size:.95rem;transition:border-color .16s,box-shadow .16s}.contact-form input:focus,.contact-form textarea:focus,.admin-editor input:focus,.admin-editor select:focus{border-color:#208476;box-shadow:0 0 0 3px #288d7e1f}.contact-form textarea{min-height:120px;resize:vertical}.contact-form .button{margin-top:.6rem}.admin-nav-brand-mark,.admin-brand-mark{display:grid;width:25px;height:25px;flex:0 0 auto;place-items:center;border-radius:7px 7px 7px 2px;background:#73d5c8;color:#12342f;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:800;box-shadow:4px 4px #2b524b}.admin-nav-brand-copy{display:grid;gap:0;line-height:.85}.admin-nav-brand-copy strong{color:#ecfaf4;font-family:Manrope,sans-serif;font-size:1rem;letter-spacing:-.07em}.admin-nav-brand-copy small{margin-top:.23rem;color:#9bc8bd;font-size:.42rem;font-weight:800;letter-spacing:.14em}.admin-page{max-width:1280px;margin:0 auto;padding:1.3rem}.admin-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.8rem}.admin-title-lockup{display:flex;align-items:flex-start;gap:.7rem}.admin-header .admin-brand-mark{width:34px;height:34px;margin-top:.2rem;border-radius:10px 10px 10px 3px;background:#16675f;color:#fff;box-shadow:5px 5px #c9e6dc;font-size:.95rem}.admin-header h1{margin:0 0 .4rem;color:#183b35;font-size:2.1rem}.admin-header p:not(.section-kicker){margin:0;color:#667d75}.admin-grid{display:grid;grid-template-columns:325px minmax(0,1fr);gap:1.2rem}.admin-list,.admin-editor{border:1px solid #d9e5de;border-radius:1rem;background:#fff;padding:1.1rem}.admin-list h2,.admin-editor h2{margin:0 0 1rem;color:#203e38;font-size:1.15rem;letter-spacing:-.02em}.admin-product-row{display:flex;width:100%;align-items:flex-start;gap:.65rem;border:1px solid transparent;border-radius:.6rem;background:transparent;padding:.7rem;color:#27463f;text-align:left}.admin-product-row:hover,.admin-product-row.selected{border-color:#b8d9ce;background:#eff7f3}.admin-product-row strong,.admin-product-row small{display:block}.admin-product-row strong{font-size:.83rem;line-height:1.35}.admin-product-row small{margin-top:.2rem;color:#698177;font-size:.72rem}.status-ready,.status-pending{display:grid;flex:0 0 auto;width:25px;height:25px;place-items:center;border-radius:50%}.status-ready{background:#d5f1e7;color:#147a69}.status-pending{background:#f6ebc8;color:#8b6615}.admin-editor form{display:grid;gap:.95rem}.admin-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.feed-ready-badge,.feed-pending-badge{border-radius:999px;padding:.25rem .55rem;font-size:.7rem;font-weight:800}.feed-ready-badge{background:#d9f3e9;color:#147263}.feed-pending-badge{background:#f7eccb;color:#7f6419}.admin-field-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.admin-toggle{display:flex!important;grid-template-columns:17px 1fr;align-items:start;gap:.6rem!important;padding:.75rem;border:1px solid #d9e5de;border-radius:.65rem;background:#f8fbf9;line-height:1.45}.admin-toggle input{width:17px;height:17px;margin:.1rem 0 0;accent-color:#167367}.admin-denied{padding:4rem;text-align:center}.admin-denied svg{color:#ad3b2d}.admin-loading{padding:2.5rem;color:#698077}.loading-page{padding-block:6rem}.content-skeleton{min-height:180px;border-radius:.85rem;background:linear-gradient(90deg,#e9efeb 25%,#f6f8f6 37%,#e9efeb 63%);background-size:400% 100%;animation:shimmer 1.4s infinite}.migrated-content .migrated-image{min-height:100px;background:linear-gradient(110deg,#e5efe9,#f5f8f6,#e5efe9);background-size:200% 100%;opacity:.58;transition:opacity .18s ease-out;animation:image-shimmer 1.4s linear infinite}.migrated-content .migrated-image.is-loaded{opacity:1;animation:none}.merchant-details{display:grid;gap:.55rem;margin:1.2rem 0;padding:.85rem 0;border-top:1px solid #dce8e1;border-bottom:1px solid #dce8e1}.merchant-details div{display:grid;grid-template-columns:88px minmax(0,1fr);gap:.55rem}.merchant-details dt{color:#72877f;font-size:.68rem;font-weight:700}.merchant-details dd{margin:0;color:#2f5c53;font-size:.72rem;font-weight:700;line-height:1.35}.merchant-details .merchant-unverified{color:#9b7419}.merchant-details .merchant-in-stock{color:#137466}.content-topic-guide{position:relative;overflow:hidden;border:1px solid #ffd6d0;border-radius:1rem;background:linear-gradient(135deg,#fff9f7,#fff 70%);padding:1rem;box-shadow:0 12px 26px #d8524e12}.content-topic-guide:after{position:absolute;top:-42px;right:-34px;width:128px;height:128px;border-radius:50%;background:#ffcd5524;content:"";pointer-events:none}.content-topic-header{position:relative;z-index:1;display:flex;align-items:center;gap:.7rem;margin-bottom:.85rem}.content-topic-symbol{display:grid;width:46px;height:46px;flex:0 0 auto;place-items:center;border-radius:15px 15px 15px 4px;background:linear-gradient(135deg,#ff5b61,#e5484d);color:#fff;box-shadow:0 8px 16px #e5484d38}.content-topic-header .section-kicker{margin:0 0 .15rem;color:#dc5559}.content-topic-header h2{margin:0;color:#26312e;font-size:1.04rem;letter-spacing:-.025em}.content-topic-guide .content-icon-grid{position:relative;z-index:1;gap:.65rem}.content-topic-guide .content-icon-item{min-height:86px;border-color:#ffd8d2;background:#fff;box-shadow:0 5px 12px #442e2a0a}.content-topic-guide .content-icon-item>span{width:45px;height:45px;border-radius:14px 14px 14px 4px;background:#fff0ec;color:#e5484d}.content-topic-guide .content-icon-item strong{color:#2a302e;font-size:.84rem}.content-topic-guide .content-icon-item small{color:#6d746f;font-size:.7rem}.content-page-cover .progressive-image.is-loaded,.content-supplemental-visuals .progressive-image.is-loaded,.migrated-content img{filter:saturate(1.05) contrast(1.025);image-rendering:auto}.admin-content-section{margin-top:1.8rem;border:1px solid #d9e5de;border-radius:1rem;background:#fff;padding:1.15rem}.admin-content-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.admin-content-heading h2{margin:0;color:#203e38;font-size:1.25rem}.admin-content-search{display:flex;min-width:240px;align-items:center;gap:.45rem;border:1px solid #d5e1da;border-radius:.55rem;padding:.55rem .65rem;color:#668077}.admin-content-search input{width:100%;border:0;outline:0}.admin-content-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:1rem}.admin-content-list{max-height:440px;overflow:auto;border:1px solid #e0e9e4;border-radius:.6rem}.admin-content-list button{display:grid;width:100%;gap:.25rem;border:0;border-bottom:1px solid #e7eeea;background:transparent;padding:.68rem .75rem;color:#2c4b43;text-align:left}.admin-content-list button:hover,.admin-content-list button.selected{background:#eff7f3}.admin-content-list strong{overflow:hidden;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.admin-content-list small{overflow:hidden;color:#748b83;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.admin-editor textarea{min-height:120px;resize:vertical}.mini-link{display:inline-flex;align-items:center;gap:.25rem;color:#176b60;font-size:.78rem;font-weight:700}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes image-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.solution-catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.solution-catalog-card{overflow:hidden;border:1px solid #dae5df;border-radius:1rem;background:#fff;transition:transform .18s cubic-bezier(.23,1,.32,1),box-shadow .18s}.solution-catalog-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px #1f51461f}.solution-catalog-media{position:relative;display:grid;height:190px;place-items:center;overflow:hidden;background:linear-gradient(135deg,#d9ede5,#c7e2d9)}.solution-catalog-media img{width:100%;height:100%;object-fit:cover}.solution-catalog-media svg{width:55px;height:55px;color:#237d70;opacity:.62}.solution-catalog-media span{position:absolute;top:.85rem;left:.85rem;border:1px solid rgba(255,255,255,.55);border-radius:3px;background:#144c45d1;padding:.25rem .45rem;color:#fff;font-size:.68rem;font-weight:700}.solution-catalog-body{padding:1.3rem}.solution-catalog-eyebrow{overflow:hidden;margin-bottom:.55rem;color:#51877c;font-size:.68rem;font-weight:800;letter-spacing:.065em;text-overflow:ellipsis;white-space:nowrap}.solution-catalog-card h3{display:-webkit-box;min-height:2.35em;margin-bottom:.65rem;overflow:hidden;color:#1a3934;font-size:1.24rem;-webkit-box-orient:vertical;-webkit-line-clamp:2}.solution-catalog-body>p:not(.solution-catalog-eyebrow){display:-webkit-box;min-height:4.6em;margin-bottom:1rem;overflow:hidden;color:#667b74;font-size:.84rem;-webkit-box-orient:vertical;-webkit-line-clamp:3}.solution-catalog-bottom{display:flex;align-items:center;justify-content:space-between;gap:.6rem;border-top:1px solid #e6ece8;padding-top:.95rem}.solution-catalog-commerce{display:grid;gap:.16rem}.solution-catalog-bottom strong{display:inline-flex;align-items:center;gap:.3rem;color:#15665f;font-size:.86rem}.solution-catalog-commerce span{color:#168173;font-size:.7rem;font-weight:800}.solution-catalog-bottom>span{color:#668078;font-size:.78rem;font-weight:700}.catalog-stat-pills{display:flex;flex-wrap:wrap;gap:.55rem;margin:1.2rem 0 .35rem}.catalog-stat-pills span{border:1px solid #d5e3dc;border-radius:999px;background:#f3f8f5;padding:.35rem .65rem;color:#34695f;font-size:.72rem;font-weight:800}.catalog-collections{display:grid;gap:4rem}.catalog-collection-heading{max-width:56rem;margin-bottom:1.5rem}.catalog-collection-heading h2{margin:.35rem 0 .65rem;font-size:clamp(1.55rem,3vw,2.35rem);letter-spacing:-.045em}.catalog-collection-heading>p:not(.section-kicker){color:#5f776f;line-height:1.65}@media (min-width: 1024px){.container{max-width:1280px;padding-inline:2rem}}@media (max-width: 1023px){.desktop-nav{display:none}.mobile-menu-toggle{display:grid;place-items:center}.header-call span{display:none}.header-call{width:38px;height:38px;justify-content:center;padding:0;border-radius:50%}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:4.5rem 0 1.5rem}.hero-visual{min-height:340px}.hero-photo-frame{inset:5% 11% 0 9%}.hero-dashboard{top:7%;right:9%}.category-grid{grid-template-columns:repeat(3,1fr)}.positioning-grid{grid-template-columns:1fr 1fr}.positioning-links{grid-column:1 / -1;grid-template-columns:1fr 1fr}.editorial-grid{grid-template-columns:repeat(2,1fr)}.content-layout.product-detail-layout{display:block!important}.product-aside{position:static;margin-top:1.25rem}.contact-grid{grid-template-columns:1fr;gap:2.2rem}}@media (max-width: 699px){.section{padding:4.25rem 0}.section-heading{display:block;margin-bottom:1.8rem}.section-heading .text-link{margin-top:1rem}.hero-copy h1{font-size:clamp(2.65rem,13vw,4rem)}.hero-proof{flex-direction:column;gap:.45rem}.hero-visual{min-height:275px}.hero-dashboard{min-height:215px}.dashboard-bars{height:67px}.float-two{bottom:0}.category-grid,.product-grid,.benefit-grid,.editorial-grid,.related-grid{grid-template-columns:1fr}.category-card{min-height:180px}.benefit-grid{gap:2rem}.positioning-grid,.positioning-links{grid-template-columns:1fr;gap:1.2rem}.cta-band-inner,.admin-header{display:grid;align-items:start}.footer-grid{grid-template-columns:1fr;gap:2rem}.catalog-hero,.contact-hero,.listing-hero{padding:4rem 0 3.1rem}.catalog-toolbar{flex-direction:column}.filter-group{min-width:0}.hub-search{height:auto;flex-wrap:wrap;padding:.55rem .65rem}.hub-search input{min-height:35px}.hub-search button{width:100%}.content-page{padding-top:1.3rem}.article-shell{border-radius:.75rem}.article-shell h1{font-size:2.2rem}.article-cover{height:230px}.editorial-cta{display:grid}.editorial-cta-actions{min-width:0}.contact-grid{padding-top:2.5rem}.admin-grid,.admin-field-row{grid-template-columns:1fr}}@media (max-width: 999px){.editorial-with-aside{display:block;max-width:940px}.editorial-aside{display:none}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}:root{--background: #fcfbfa;--foreground: #171717;--card: #ffffff;--card-foreground: #171717;--popover: #ffffff;--popover-foreground: #171717;--primary: #ff5a5f;--primary-foreground: #ffffff;--secondary: #f0efee;--secondary-foreground: #262626;--muted: #f4f3f1;--muted-foreground: #666563;--accent: #fff0c9;--accent-foreground: #27231a;--border: #e6e3e0;--input: #dfddda;--ring: #ff5a5f;--sidebar: #202020;--sidebar-foreground: #f7f6f4;--sidebar-primary: #ff5a5f;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #333332;--sidebar-accent-foreground: #f7f6f4;--sidebar-border: #4a4947;--sidebar-ring: #ffc857}.section-muted{background:#f7f5f2}.section-kicker{color:#e64d53}.section-heading h2,h1,h2,h3{color:#191919}.text-link{color:#e3484f}.text-link:hover{color:#bc343b}.button-primary{background:#ff5a5f;box-shadow:0 12px 24px #ff5a5f38}.button-primary:hover{background:#e4474d;box-shadow:0 16px 32px #ff5a5f47}.button-outline{border-color:#c9c6c2;color:#292827;background:#fff}.button-ghost{border-color:#d8d5d1;background:#ffffffc7;color:#292827}.button-ghost:hover,.button-outline:hover{border-color:#ff5a5f;background:#fff4f4}.button-light{background:#fff;color:#252525}.button-light:hover{background:#fff0c9}.site-header{border-bottom-color:#ebe8e5;background:#ffffffeb}.site-header-inner{height:80px}.brand{gap:0}.brand-logo{display:block;width:154px;height:auto}.desktop-nav a{color:#62615f}.desktop-nav a:hover,.desktop-nav a.active{color:#e3484f}.header-search{color:#343331}.header-search:hover{background:#fff0e5}.header-call{background:#202020;color:#fff}.mobile-nav{border-top-color:#e9e5e1}.mobile-nav a{color:#312f2e}.mobile-nav a:hover{color:#e3484f}.hero-section{border-bottom-color:#f2dfdc;background:radial-gradient(circle at 84% 14%,#fff0c9 0,transparent 25%),linear-gradient(115deg,#fff2f1,#fcfbfa 52%,#f1f0ef)}.hero-copy h1,.hero-copy h1 em{color:#1a1a1a}.hero-copy h1 em{color:#ff5a5f}.hero-lead,.hero-proof{color:#656260}.hero-proof svg{color:#ff5a5f}.hero-orbit{border-color:#ff5a5f40}.hero-photo-frame{background:#ece9e5;box-shadow:0 24px 58px #23201e29}.hero-photo-frame:after{background:linear-gradient(120deg,rgba(20,20,20,.13),transparent 53%,rgba(255,90,95,.17))}.hero-dashboard{background:linear-gradient(135deg,#1e1e1ef5,#4e4c4af2);box-shadow:0 25px 55px #1d1b1a3d,inset 0 1px #ffffff29}.dashboard-bars i{background:#ff7376}.dashboard-bars i:nth-child(5){background:#ffc857}.hero-float{border-color:#ff5a5f2e;color:#3b3836;box-shadow:0 12px 30px #241f1d1c}.home-positioning{border-bottom-color:#ebe8e5}.positioning-grid h2,.category-card h3,.product-card h3,.benefit-card h3{color:#202020}.positioning-grid>p,.category-card p,.product-card-body>p:not(.product-eyebrow),.benefit-card p{color:#6a6865}.positioning-links a,.card-link{color:#e3484f}.category-card{border-color:#e7e3df}.category-card:hover{border-color:#ffaaa9;box-shadow:0 14px 30px #ff5a5f1c}.category-number{color:#9d9a96;font-family:Be Vietnam Pro,sans-serif}.category-icon{border-color:#ffe0d1;background:linear-gradient(135deg,#fff6ef,#fff0d1);color:#e3484f}.category-card:nth-child(2) .category-icon,.category-card:nth-child(5) .category-icon{background:#fff0c9;color:#b57b00}.category-card:nth-child(3) .category-icon{background:#f0efee;color:#5e5e60}.category-card:hover .category-icon{background:#ffe2df}.product-card,.solution-catalog-card,.editorial-card{border-color:#e7e3df}.product-card:hover,.solution-catalog-card:hover,.editorial-card:hover{box-shadow:0 18px 38px #2622201f}.product-card-media,.solution-catalog-media{background:linear-gradient(135deg,#fff0ed,#f2efeb)}.product-card-media svg,.solution-catalog-media svg{color:#e3484f}.product-card-media span,.solution-catalog-media span{background:#202020d9}.product-eyebrow,.solution-catalog-eyebrow{color:#df4d53}.product-card-bottom strong,.solution-catalog-bottom strong{color:#e3484f}.solution-catalog-commerce span{color:#b57b00}.cta-band{background:#202020}.cta-band .section-kicker{color:#ffc857}.site-footer{background:#202020;color:#dedbd7}.footer-brand{display:inline-flex;align-items:center;margin-bottom:1.1rem;border-radius:.55rem;background:#fff;padding:.55rem .72rem}.footer-logo{display:block;width:142px;height:auto}.site-footer p,.site-footer a{color:#c5c1bc}.site-footer a:hover{color:#ffc857}.site-footer h2{color:#fff}.footer-bottom{border-top-color:#4a4744;color:#a9a49f}.site-footer{padding-top:4.6rem}.footer-grid{grid-template-columns:minmax(250px,1.1fr) minmax(150px,.62fr) minmax(360px,1.45fr);gap:clamp(2rem,4vw,4.5rem)}.footer-company>p{max-width:340px;margin-bottom:1.25rem;line-height:1.75}.footer-company-meta{display:inline-flex;align-items:center;gap:.45rem;border-top:1px solid #4a4744;padding-top:.8rem;color:#aba6a1;font-size:.74rem}.footer-company-meta svg{color:#ffc857}.footer-company-meta strong{color:#f4f0eb}.footer-contact{min-width:0}.footer-contact-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid #4a4744;border-radius:.85rem;background:#ffffff09}.footer-contact-item{display:flex!important;min-width:0;min-height:77px;align-items:flex-start;gap:.6rem;margin:0!important;border-right:1px solid #4a4744;border-bottom:1px solid #4a4744;padding:.85rem;color:#d6d1cb!important}.footer-contact-item:nth-child(2n){border-right:0}.footer-contact-item:nth-last-child(-n+2){border-bottom:0}.footer-contact-item.footer-contact-address{grid-column:1 / -1;min-height:auto;border-right:0}.footer-contact-item svg{flex:0 0 auto;margin-top:.1rem;color:#ffc857}.footer-contact-item span{min-width:0}.footer-contact-item small,.footer-contact-item strong{display:block}.footer-contact-item small{margin-bottom:.22rem;color:#aaa49e;font-size:.62rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.footer-contact-item strong{color:#f4f0eb;font-size:.73rem;font-weight:600;line-height:1.48}.footer-contact-item:hover{background:#ffc85714;color:#fff!important}.footer-contact-item:hover strong{color:#fff}.footer-contact-cta{display:inline-flex!important;margin-top:1rem!important;color:#ff6e72!important;font-size:.78rem!important;font-weight:800}.footer-contact-cta:hover{color:#ffc857!important}@media (max-width: 1023px){.footer-grid{grid-template-columns:minmax(0,1fr) minmax(280px,1.25fr)}.footer-contact{grid-column:1 / -1}}@media (max-width: 699px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-contact{grid-column:auto}.footer-contact-list{grid-template-columns:1fr}.footer-contact-item,.footer-contact-item:nth-child(2n){min-height:auto;border-right:0;border-bottom:1px solid #4a4744}.footer-contact-item:nth-last-child(-n+2){border-bottom:1px solid #4a4744}.footer-contact-item:last-child{border-bottom:0}.footer-contact-item.footer-contact-address{grid-column:auto}}.site-footer{background:radial-gradient(circle at 84% 4%,rgba(255,200,87,.09),transparent 24%),#202020}.footer-grid{grid-template-columns:minmax(240px,.9fr) minmax(230px,.88fr) minmax(380px,1.45fr);align-items:stretch;gap:1.25rem;padding-bottom:3.4rem}.footer-panel{min-width:0;border:1px solid #45423f;border-radius:1rem;background:#ffffff06;padding:1.35rem}.footer-panel-kicker{margin-bottom:.75rem!important;color:#ffc857!important;font-size:.62rem!important;font-weight:800;letter-spacing:.12em}.footer-company .footer-brand{margin-bottom:1rem}.footer-company>p:not(.footer-panel-kicker){min-height:5.3rem;margin-bottom:1rem}.footer-company-meta{width:100%;border-top-color:#494642}.footer-brand-link{display:inline-flex!important;align-items:center;gap:.35rem;margin-top:1.05rem!important;color:#ff7478!important;font-size:.76rem!important;font-weight:800}.footer-brand-link:hover{color:#ffc857!important}.footer-nav-panel{display:flex;flex-direction:column}.footer-nav-panel h2{margin-bottom:1rem;font-size:1.05rem}.footer-nav-links{display:grid;gap:.2rem}.footer-nav-links a{display:flex!important;align-items:center;justify-content:space-between;gap:.45rem;margin:0!important;border-bottom:1px solid rgba(255,255,255,.08);padding:.5rem 0;color:#d3cec8!important;font-size:.77rem!important}.footer-nav-links a:last-child{border-bottom:0}.footer-nav-links a svg{flex:0 0 auto;color:#ff7478;transition:transform .16s cubic-bezier(.23,1,.32,1)}.footer-nav-links a:hover svg{transform:translate(2px,-2px)}.footer-contact{display:flex;flex-direction:column}.footer-contact h2{margin-bottom:1rem}.footer-contact-cta{display:flex!important;width:100%;min-height:47px;align-items:center;justify-content:space-between;margin-top:1rem!important;border:1px solid #ff777c;border-radius:.75rem;background:linear-gradient(135deg,#ff5a5f,#e94b53);padding:.7rem .85rem;color:#fff!important;font-size:.8rem!important;font-weight:800;box-shadow:0 10px 24px #ff5a5f30;transition:transform .16s cubic-bezier(.23,1,.32,1),box-shadow .16s,background .16s}.footer-contact-cta:hover{background:linear-gradient(135deg,#ff6a6e,#ef555c);color:#fff!important;box-shadow:0 14px 28px #ff5a5f47;transform:translateY(-2px)}.footer-contact-cta svg{color:#fff}.footer-contact-cta:active{transform:scale(.98)}@media (max-width: 1100px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-contact{grid-column:1 / -1}.footer-contact-list{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-contact-item.footer-contact-address{grid-column:1 / -1}.footer-contact-item:nth-child(2),.footer-contact-item:nth-child(3),.footer-contact-item:nth-child(4){border-bottom:1px solid #4a4744}.footer-contact-item:nth-child(3){border-right:0}.footer-contact-item:nth-last-child(-n+2){border-bottom:0}}@media (max-width: 699px){.footer-grid{grid-template-columns:1fr;gap:1rem}.footer-contact{grid-column:auto}.footer-panel{padding:1.15rem}.footer-company>p:not(.footer-panel-kicker){min-height:auto}.footer-contact-list{grid-template-columns:1fr}.footer-contact-item:nth-child(n){border-right:0;border-bottom:1px solid #4a4744}.footer-contact-item:last-child{border-bottom:0}.footer-contact-item.footer-contact-address{grid-column:auto}}.pricing-page{overflow:hidden;background:#fcfbfa}.pricing-hero{overflow:hidden;border-bottom:1px solid #f0dfdb;background:radial-gradient(circle at 87% 25%,rgba(255,200,87,.3),transparent 24%),linear-gradient(115deg,#fff0ee,#fffaf8 62%,#fff4d8)}.pricing-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.86fr);gap:clamp(2rem,5vw,5rem);align-items:center;padding-block:clamp(4rem,7vw,6.8rem)}.pricing-hero h1{max-width:700px;margin-bottom:1rem;color:#202020;font-size:clamp(2.8rem,5.1vw,5.2rem)}.pricing-hero h1 em{color:#ff5a5f;font-style:normal}.pricing-hero h1+p{max-width:620px;color:#686562;font-size:1rem;line-height:1.7}.pricing-hero-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.75rem}.pricing-hero-visual{position:relative;overflow:hidden;margin:0;border:1px solid rgba(255,255,255,.85);border-radius:1.5rem 1.5rem 1.5rem .4rem;box-shadow:0 25px 55px #4b2b252e}.pricing-hero-visual:after{position:absolute;inset:0;background:linear-gradient(135deg,rgba(32,32,32,.12),transparent 60%);content:"";pointer-events:none}.pricing-hero-visual img{display:block;width:100%;min-height:340px;object-fit:cover}.pricing-hero-visual figcaption{position:absolute;z-index:1;right:1rem;bottom:1rem;display:inline-flex;align-items:center;gap:.4rem;border:1px solid rgba(255,255,255,.55);border-radius:.6rem;background:#202020db;padding:.45rem .65rem;color:#fff;font-size:.7rem;font-weight:800}.pricing-overview{padding-block:5.5rem}.pricing-section-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(250px,.65fr);gap:3rem;align-items:end;margin-bottom:2rem}.pricing-section-heading h2{max-width:700px;margin:0;color:#242323;font-size:clamp(2rem,3.5vw,3.3rem)}.pricing-section-heading>p{max-width:400px;margin:0;color:#716d69;line-height:1.65}.pricing-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.pricing-plan{position:relative;display:flex;min-height:365px;flex-direction:column;overflow:hidden;border:1px solid #e9e3df;border-radius:1.15rem;background:#fff;padding:1.3rem;box-shadow:0 12px 30px #2f27230d;transition:transform .18s cubic-bezier(.23,1,.32,1),box-shadow .18s}.pricing-plan:after{position:absolute;top:-54px;right:-45px;width:128px;height:128px;border-radius:50%;background:#fff0ed;content:""}.pricing-plan:hover{box-shadow:0 20px 42px #2f27231f;transform:translateY(-5px)}.pricing-plan-top{display:flex;align-items:flex-start;justify-content:space-between}.pricing-plan-icon{position:relative;z-index:1;display:grid;width:48px;height:48px;place-items:center;border-radius:15px 15px 15px 4px;background:#fff0ed;color:#e3484f}.pricing-start{color:#9d9791;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.pricing-plan h2{position:relative;z-index:1;margin:1.25rem 0 .6rem;color:#252321;font-size:1.35rem}.pricing-plan>p{min-height:4.7em;margin-bottom:1rem;color:#6d6965;font-size:.82rem;line-height:1.58}.pricing-plan-price{display:block;color:#e3484f;font-size:1.55rem;letter-spacing:-.04em}.pricing-plan>small{margin-top:.15rem;color:#88817c;font-size:.68rem}.pricing-plan-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin:1rem 0}.pricing-plan-tags span{border-radius:999px;background:#f3f1ef;padding:.28rem .48rem;color:#5d5956;font-size:.65rem;font-weight:700}.pricing-plan-link{display:inline-flex!important;align-items:center;gap:.35rem;margin-top:auto;color:#d9464e;font-size:.77rem;font-weight:800}.pricing-details{border-block:1px solid #e8e0db;background:#f6f2ef;padding-block:5.5rem}.pricing-table-wrap{overflow-x:auto;border:1px solid #e6dcd7;border-radius:1rem;background:#fff;box-shadow:0 12px 28px #2f27230d}.pricing-table-wrap table{width:100%;min-width:780px;border-collapse:collapse}.pricing-table-wrap th,.pricing-table-wrap td{border-right:1px solid #eee6e1;border-bottom:1px solid #eee6e1;padding:1rem;text-align:left;vertical-align:middle}.pricing-table-wrap tr:last-child th,.pricing-table-wrap tr:last-child td{border-bottom:0}.pricing-table-wrap th:last-child,.pricing-table-wrap td:last-child{border-right:0}.pricing-table-wrap thead th{background:#252322;color:#fff;font-size:.75rem;line-height:1.4}.pricing-table-wrap thead th:first-child{width:43%;background:#e95359}.pricing-table-wrap tbody th{display:flex;gap:.7rem;align-items:center;color:#4c4844;font-size:.78rem;font-weight:600;line-height:1.52}.pricing-table-wrap td strong{color:#d9464e;font-size:.8rem;white-space:nowrap}.pricing-table-icon{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:10px 10px 10px 3px;background:#fff0ed;color:#df4c53}.pricing-service{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1.4rem;align-items:center;margin-block:5rem;border:1px solid #f0d6d1;border-radius:1.1rem;background:linear-gradient(120deg,#fff5f3,#fffdfb);padding:clamp(1.25rem,3vw,2.2rem)}.pricing-service-icon{display:grid;width:58px;height:58px;place-items:center;border-radius:18px 18px 18px 4px;background:#ff5a5f;color:#fff;box-shadow:0 10px 22px #ff5a5f36}.pricing-service h2{margin:.25rem 0 .55rem;color:#292624;font-size:clamp(1.25rem,2.4vw,1.85rem)}.pricing-service p:not(.section-kicker){max-width:700px;margin:0;color:#6e6965;font-size:.88rem;line-height:1.65}.pricing-reassurance{background:#242321;padding-block:3.7rem;color:#fff}.pricing-reassurance>.container{display:grid;grid-template-columns:1fr auto auto;gap:2rem;align-items:center}.pricing-reassurance .section-kicker{color:#ffc857}.pricing-reassurance h2{max-width:580px;margin:0;font-size:clamp(1.55rem,2.6vw,2.35rem)}.pricing-reassurance-points{display:grid;gap:.55rem;color:#e7e2dc;font-size:.77rem;font-weight:700}.pricing-reassurance-points span{display:inline-flex;align-items:center;gap:.45rem}.pricing-reassurance-points svg{color:#ffc857}.pricing-reassurance .button-light{min-width:185px;background:#fff;color:#252321}.pricing-reassurance .button-light:hover{background:#fff0c9}@media (max-width: 1023px){.pricing-hero-grid{grid-template-columns:1fr}.pricing-hero-visual{max-width:690px}.pricing-plan-grid{grid-template-columns:1fr 1fr}.pricing-plan:last-child{grid-column:1 / -1}.pricing-reassurance>.container{grid-template-columns:1fr auto}.pricing-reassurance-points{grid-column:1 / -1;grid-template-columns:repeat(3,auto)}}@media (max-width: 699px){.pricing-hero-grid{gap:2rem;padding-block:4rem}.pricing-hero h1{font-size:clamp(2.45rem,12vw,3.55rem)}.pricing-hero-visual img{min-height:235px}.pricing-section-heading{grid-template-columns:1fr;gap:1rem}.pricing-overview,.pricing-details{padding-block:4rem}.pricing-plan-grid{grid-template-columns:1fr}.pricing-plan:last-child{grid-column:auto}.pricing-plan{min-height:0}.pricing-service{grid-template-columns:1fr;gap:1rem;margin-block:3.8rem}.pricing-service .button{width:100%}.pricing-reassurance>.container{grid-template-columns:1fr;gap:1.5rem}.pricing-reassurance-points{grid-column:auto;grid-template-columns:1fr}.pricing-reassurance .button{width:100%}}.catalog-hero,.contact-hero{border-bottom-color:#f0dcd8;background:linear-gradient(110deg,#fff0ee,#fcfbfa 58%,#fff4d7)}.catalog-hero h1,.contact-hero h1,.listing-hero h1,.article-shell h1{color:#1d1d1d}.catalog-hero p:last-child,.contact-hero p:last-child,.listing-hero p:last-child,.article-intro{color:#686562}.listing-hero{border-bottom-color:#ece4dd;background:radial-gradient(circle at 80% 10%,#fff0c9 0,transparent 34%),linear-gradient(110deg,#fff3f1,#fcfbfa)}.search-box,.filter-group,.hub-search,.category-pills a{border-color:#e4e0dc;color:#686562}.search-box input,.filter-group select,.hub-search input{color:#292827}.hub-search button{background:#ff5a5f}.category-pills a:hover,.category-pills a.active{border-color:#ff8a8e;background:#fff0ee;color:#d84349}.editorial-card-media{background:linear-gradient(135deg,#fff0ed,#efecea)}.editorial-card-fallback{color:#e3484f;font-family:Be Vietnam Pro,sans-serif}.editorial-card-meta{color:#df4d53}.editorial-card h3{color:#242323}.editorial-card h3 a:hover,.pagination a{color:#e3484f}.editorial-card p,.editorial-card-meta span:last-child{color:#6b6865}.article-shell{border-color:#e9e5e1}.article-intro{border-bottom-color:#ebe7e3}.article-byline{color:#74706c}.article-cover{background:#f1eeeb}.answer-summary{border-left-color:#ff5a5f;background:#fff4f3}.answer-summary p{color:#e3484f}.answer-summary strong,.migrated-content h1,.migrated-content h2,.migrated-content h3,.migrated-content h4{color:#242323}.migrated-content,.migrated-content p,.migrated-content li{color:#514e4b}.migrated-content a,.breadcrumbs a,.content-back a{color:#e3484f}.migrated-content td,.migrated-content th{border-color:#e3dfdb}.editorial-cta{border-color:#ffd3cf;background:linear-gradient(120deg,#fff0ef,#fffaf1)}.editorial-cta h2{color:#292727}.editorial-cta p:not(.section-kicker){color:#696561}.related-content{border-top-color:#e9e5e1}.product-aside{border-color:#e6e2de;background:#fcfbfa}.product-aside-image{background:#f1eeeb}.product-aside>p,.product-aside>strong,.product-aside li svg{color:#e3484f}.product-aside h2{color:#282625}.product-aside ul{color:#6c6864}.editorial-aside-cta{border-color:#ffd2cc;background:linear-gradient(145deg,#fff0ef,#fffaf2);box-shadow:0 16px 32px #ff5a5f14}.editorial-aside-cta h2{color:#282625}.editorial-aside-cta>p:not(.section-kicker){color:#6b6763}.editorial-aside-demo,.editorial-aside-all{color:#e3484f}.editorial-aside-products{border-color:#e7e2de}.editorial-aside-products>p{border-bottom-color:#e9e5e1;color:#77716c}.editorial-aside-products>a:not(.editorial-aside-all){border-bottom-color:#f0ece8}.editorial-aside-products>a:not(.editorial-aside-all):hover{background:#fff6f4}.editorial-aside-products strong{color:#353230}.editorial-aside-products small{color:#78736f}.editorial-aside-products svg{color:#e3484f}.contact-info{color:#5f5b58}.contact-info svg,.contact-info a{color:#e3484f}.contact-info h2,.contact-form h2{color:#242323}.contact-map,.contact-form{border-color:#e7e2de}.contact-form input,.contact-form textarea,.admin-editor input,.admin-editor select{border-color:#dfdbd7;background:#fff;color:#292727}.contact-form input:focus,.contact-form textarea:focus,.admin-editor input:focus,.admin-editor select:focus{border-color:#ff777c;box-shadow:0 0 0 3px #ff5a5f24}.contact-honeypot{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}.category-card{display:grid;min-height:246px;grid-template-rows:44px minmax(3.35rem,1fr) 3.9rem 1.25rem;gap:.55rem;border-radius:.9rem}.category-card h3{display:-webkit-box;align-self:end;min-height:0;margin:0;overflow:hidden;font-size:1.25rem;line-height:1.22;-webkit-box-orient:vertical;-webkit-line-clamp:2}.category-card p{display:-webkit-box;align-self:start;min-height:0;margin:0;overflow:hidden;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.category-card>svg{align-self:end}.category-card-top{height:44px;align-items:flex-start}@media (max-width: 699px){.category-card{min-height:0;grid-template-rows:44px auto auto 1.25rem}.category-card h3{align-self:start}.category-card p{min-height:0}}.category-card{grid-template-rows:44px 3.35rem 3.9rem 1fr;align-content:start}.category-card h3{align-self:start}.category-card>svg{align-self:end;color:#e3484f}.admin-console{max-width:1500px}.admin-tabs{display:flex;gap:.55rem;margin:1.5rem 0;border-bottom:1px solid #e6e1dd;overflow-x:auto}.admin-tabs button{display:inline-flex;align-items:center;gap:.5rem;border:0;border-bottom:3px solid transparent;background:transparent;padding:.8rem .95rem;color:#756f6a;font:inherit;font-size:.84rem;font-weight:800;white-space:nowrap}.admin-tabs button span{display:grid;min-width:1.35rem;height:1.35rem;place-items:center;border-radius:999px;background:#f0ece8;color:#6d6762;font-size:.68rem}.admin-tabs button.active{border-bottom-color:#e3484f;color:#252321}.admin-tabs button.active span{background:#fff0ed;color:#d43d46}.admin-workspace{display:grid;grid-template-columns:minmax(280px,.74fr) minmax(0,1.26fr);gap:1.25rem;align-items:start}.admin-resource-list{max-height:760px;overflow:auto;padding:0}.admin-list-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.1rem 1.15rem .9rem;border-bottom:1px solid #ece7e3}.admin-list-header h2{margin:.15rem 0 0;font-size:1.15rem}.admin-list-header .button{flex:0 0 auto;padding:.65rem .8rem;font-size:.76rem}.admin-content-search{display:flex;align-items:center;gap:.5rem;margin:.8rem 1rem .55rem;border:1px solid #e3ded9;border-radius:.7rem;padding:0 .65rem;color:#9b928c}.admin-content-search input{min-width:0;border:0;padding:.6rem 0;outline:0}.admin-content-row{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.7rem;border:0;border-top:1px solid #f0ece9;background:transparent;padding:.8rem 1rem;color:#363230;text-align:left}.admin-content-row:hover,.admin-content-row.selected{background:#fff4f3}.admin-content-row span{min-width:0;display:grid;gap:.2rem}.admin-content-row strong,.admin-content-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-content-row strong{font-size:.82rem}.admin-content-row small{color:#817972;font-size:.69rem}.admin-content-row em{flex:0 0 auto;border-radius:999px;padding:.22rem .45rem;font-size:.62rem;font-style:normal;font-weight:800}.admin-content-row em.published{background:#eaf7f2;color:#176c5d}.admin-content-row em.draft{background:#f0ece9;color:#817972}.admin-form-panel{min-height:580px;padding:1.4rem}.admin-editor-heading{gap:1rem;margin-bottom:1.2rem}.admin-editor-heading h2{max-width:520px;font-size:1.32rem}.admin-heading-actions{display:flex;align-items:center;gap:.7rem}.admin-rich-text{min-height:320px!important;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;line-height:1.6}.admin-editor label small{display:block;margin-top:.28rem;color:#827b76;font-size:.7rem;font-weight:500}.admin-publish-hint{display:flex;gap:.65rem;margin:1rem 0;border:1px solid #ffd8ca;border-radius:.8rem;background:#fff8f4;padding:.8rem .9rem;color:#7b5b50}.admin-publish-hint svg{flex:0 0 auto;margin-top:.08rem;color:#e3484f}.admin-publish-hint p{margin:0;font-size:.75rem;line-height:1.55}.admin-empty-panel{display:grid;min-height:420px;place-content:center;justify-items:center;padding:2rem;text-align:center}.admin-empty-panel>span{display:grid;width:46px;height:46px;place-items:center;border-radius:15px 15px 15px 4px;background:#fff0ed;color:#e3484f}.admin-empty-panel h2{margin:.85rem 0 .35rem;font-size:1.2rem}.admin-empty-panel p{max-width:360px;margin:0;color:#786f69;font-size:.84rem;line-height:1.6}.admin-leads{margin-top:.7rem}.admin-section-heading{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1rem}.admin-section-heading h2{margin:.2rem 0 .35rem;color:#252321}.admin-section-heading p:not(.section-kicker){margin:0;color:#756f6a}.admin-lead-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.admin-lead-card{border:1px solid #e5dfda;border-top:3px solid #ded8d3;border-radius:.9rem;background:#fff;padding:1rem}.admin-lead-card.unread{border-top-color:#e3484f;box-shadow:0 10px 28px #e3484f14}.admin-lead-head,.admin-lead-actions{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.admin-lead-head span{border-radius:999px;background:#fff0ed;color:#d43d46;padding:.22rem .46rem;font-size:.64rem;font-weight:800}.admin-lead-card.read .admin-lead-head span{background:#f0ece9;color:#7c746f}.admin-lead-head time{color:#887f79;font-size:.66rem}.admin-lead-card h3{margin:.85rem 0 .25rem;color:#252321;font-size:1rem}.admin-lead-contact,.admin-lead-company{margin:.12rem 0;color:#756d67;font-size:.76rem}.admin-lead-company{color:#a4544f;font-weight:700}.admin-lead-message{display:-webkit-box;overflow:hidden;margin:.75rem 0 1rem;color:#4f4945;font-size:.82rem;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:4}.admin-lead-actions{justify-content:flex-start;flex-wrap:wrap}.admin-lead-actions a,.admin-lead-actions button{border:0;background:transparent;padding:0;color:#e3484f;font:inherit;font-size:.72rem;font-weight:800}.admin-lead-actions button{margin-left:auto;color:#68615d;cursor:pointer}@media (max-width: 900px){.admin-workspace{grid-template-columns:1fr}.admin-resource-list{max-height:390px}.admin-form-panel{min-height:0}.admin-tabs{margin-top:1rem}}@media (max-width: 560px){.admin-console{padding:1rem .75rem}.admin-list-header{padding:1rem .9rem .8rem}.admin-list-header .button{padding:.58rem .65rem}.admin-list-header .button svg{display:none}.admin-form-panel{padding:1rem}.admin-tabs button{padding:.72rem .68rem;font-size:.75rem}.admin-tabs button span{display:none}.admin-editor-heading{display:grid}.admin-heading-actions{justify-content:flex-start}.admin-rich-text{min-height:260px!important}.admin-lead-grid{grid-template-columns:1fr}}.ebiz-brand-mark{display:grid;width:34px;height:34px;flex:0 0 auto;grid-template-rows:auto 1fr;place-items:center;border:1px solid #e4e0dc;border-radius:10px;background:#fff;padding:5px 4px 4px;box-shadow:3px 4px #e9e5e1}.ebiz-brand-dots{display:flex;gap:2px;align-items:center}.ebiz-brand-dots i{display:block;width:6px;height:6px;border-radius:50%;background:#ff5a5f}.ebiz-brand-dots i:nth-child(2){background:#a7a7a9}.ebiz-brand-dots i:nth-child(3){background:#ffc857}.ebiz-brand-mark strong{margin-top:2px;color:#1b1b1b;font-family:Be Vietnam Pro,sans-serif;font-size:.34rem;font-weight:800;letter-spacing:.07em;line-height:1}.admin-nav-brand-mark,.admin-brand-mark{background:#fff;color:#191919;box-shadow:3px 4px #4b4845}.admin-nav-brand-mark{width:27px;height:27px;padding:4px 3px 3px;border-color:#5b5855}.admin-nav-brand-mark .ebiz-brand-dots{gap:1.5px}.admin-nav-brand-mark .ebiz-brand-dots i{width:4px;height:4px}.admin-nav-brand-mark strong{margin-top:1px;font-size:.24rem}.admin-nav-brand-copy strong{color:#fff;font-family:Be Vietnam Pro,sans-serif;letter-spacing:-.035em}.admin-nav-brand-copy small{color:#ffc857}.admin-header .admin-brand-mark{background:#fff;color:#191919;box-shadow:5px 5px #ffe0bc}.admin-header h1,.admin-list h2,.admin-editor h2,.admin-content-heading h2{color:#242323}.admin-header p:not(.section-kicker),.admin-loading{color:#6d6864}.admin-list,.admin-editor,.admin-content-section{border-color:#e6e1dd}.admin-product-row{color:#363230}.admin-product-row:hover,.admin-product-row.selected,.admin-content-list button:hover,.admin-content-list button.selected{border-color:#ffc3c4;background:#fff4f3}.admin-product-row small,.admin-content-list small{color:#77716d}.status-ready,.feed-ready-badge{background:#fff0c9;color:#9a6800}.admin-toggle{border-color:#e4dfda;background:#fcfbfa}.admin-toggle input{accent-color:#ff5a5f}.mini-link{color:#e3484f}.content-visual-story{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(220px,.95fr);gap:clamp(1.2rem,3vw,2.2rem);align-items:center;margin:2.1rem 0;border:1px solid #f0d6d4;border-radius:1.1rem;background:linear-gradient(135deg,#fff8f7,#fffdf8);padding:clamp(1rem,3vw,1.55rem)}.content-visual-copy h2{margin:.25rem 0 .6rem;color:#283230;font-size:clamp(1.3rem,2.3vw,2rem);letter-spacing:-.04em}.content-visual-copy>p:not(.section-kicker){max-width:570px;margin-bottom:1rem;color:#68736f;font-size:.9rem;line-height:1.65}.content-visual-main,.content-visual-pair figure{overflow:hidden;margin:0;border-radius:.85rem;background:#f3efea}.content-visual-main{min-height:235px}.content-visual-main img,.content-visual-pair img{width:100%;height:100%;object-fit:cover}.content-icon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.content-icon-item{display:flex;gap:.45rem;align-items:center;min-width:0;border-top:1px solid #f1dedb;padding-top:.7rem}.content-icon-item>span,.content-visual-pair-note>span{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;border-radius:10px 10px 10px 3px;background:#ffe1dc;color:#e15459}.content-icon-item strong,.content-icon-item small{display:block}.content-icon-item strong{overflow:hidden;color:#3a423f;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.content-icon-item small{margin-top:.1rem;color:#808783;font-size:.62rem;line-height:1.3}.content-visual-pair{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(220px,.92fr);gap:0;overflow:hidden;margin:2.4rem 0 2.1rem;border:1px solid #eadfde;border-radius:1rem;background:#fff}.content-visual-pair figure{min-height:250px;border-radius:0}.content-visual-pair-note{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(1.25rem,3vw,2rem);background:linear-gradient(160deg,#fffdfb,#fff3ee)}.content-visual-pair-note h2{margin:.7rem 0;color:#343a37;font-size:clamp(1.25rem,2vw,1.75rem);line-height:1.2;letter-spacing:-.04em}.content-visual-pair-note>p:not(.section-kicker){margin:0;color:#6c7772;font-size:.86rem;line-height:1.65}.content-topic-guide{margin:1.35rem 0 1.4rem;border-block:1px solid #f0ddd9;padding:.85rem 0}.content-topic-guide>.section-kicker{margin-bottom:.65rem}.content-topic-guide .content-icon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.content-topic-guide .content-icon-item{min-height:82px;align-items:flex-start;border:1px solid #efe4df;border-radius:.75rem;background:#fffaf8;padding:.7rem}.content-topic-guide .content-icon-item>span{width:39px;height:39px;border-radius:12px 12px 12px 3px;background:#ffe2dd;color:#e64d53}.content-topic-guide .content-icon-item strong{margin-top:.1rem;color:#2f302e;font-size:.79rem;white-space:normal}.content-topic-guide .content-icon-item small{margin-top:.22rem;color:#78736e;font-size:.67rem}.content-page-cover{max-height:280px;overflow:hidden;margin:0 0 1.35rem;border-radius:.9rem;background:#f5f2ef}.content-page-cover img{display:block;width:100%;height:280px;object-fit:cover}.migrated-content img{max-height:320px;object-fit:cover}.content-supplemental-visuals{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:1.4rem 0 .8rem}.content-supplemental-visuals figure{overflow:hidden;margin:0;border:1px solid #e9e1dc;border-radius:.8rem;background:#faf8f5}.content-supplemental-visuals figure:only-child{grid-column:1 / -1}.content-supplemental-visuals img{display:block;width:100%;height:220px;object-fit:cover}.content-supplemental-visuals figcaption{border-top:1px solid #eee6e1;padding:.5rem .7rem;color:#766f69;font-size:.68rem}@media (max-width: 699px){.site-header-inner{height:76px}.brand-logo{width:112px}.footer-logo{width:134px}}@media (max-width: 720px){.content-visual-story,.content-visual-pair{grid-template-columns:1fr}.content-visual-main{min-height:205px}.content-icon-grid{grid-template-columns:1fr;gap:.15rem}.content-visual-pair figure{min-height:210px}.content-visual-pair-note{padding:1.35rem}}@media (max-width: 720px){.content-topic-guide .content-icon-grid,.content-supplemental-visuals{grid-template-columns:1fr}.content-topic-guide .content-icon-item{min-height:auto}.content-page-cover,.content-page-cover img{height:210px}.migrated-content img,.content-supplemental-visuals img{height:auto;max-height:230px}.content-supplemental-visuals figure:only-child{grid-column:auto}}.editorial-card.no-card-image .editorial-card-body{min-height:270px;padding-top:1.45rem}.editorial-card.no-card-image .editorial-card-meta{margin-bottom:1rem}.pricing-reassurance h2{color:#fff!important;text-shadow:0 1px 0 rgba(0,0,0,.32)}.pricing-license-promise{display:flex;max-width:510px;gap:.7rem;align-items:center;margin:1.15rem 0 1.45rem;border:1px solid #f1bdb7;border-radius:.9rem;background:linear-gradient(110deg,#fff0ed,#fffdf8);padding:.8rem .9rem;box-shadow:0 14px 28px #e3484f1f}.pricing-license-promise>svg{flex:0 0 auto;color:#e3484f}.pricing-license-promise span,.pricing-license-promise strong,.pricing-license-promise small{display:block}.pricing-license-promise span{color:#a65b54;font-size:.61rem;font-weight:900;letter-spacing:.1em}.pricing-license-promise strong{margin-top:.12rem;color:#252321;font-size:clamp(.95rem,1.4vw,1.08rem);letter-spacing:.015em;line-height:1.3}.pricing-license-promise strong em{color:#e3484f;font-style:normal}.pricing-license-promise small{margin-top:.16rem;color:#6f655f;font-size:.69rem;line-height:1.45}.pricing-hero-visual figcaption{background:#252321;color:#fff7de;font-size:.64rem;letter-spacing:.025em}.pricing-hero-visual figcaption svg{color:#ffc857}.admin-homepage-manager{margin-top:1.5rem;border:1px solid #e6d9d4;border-radius:1rem;background:linear-gradient(120deg,#fff8f5,#fffdfb);padding:clamp(1rem,2.5vw,1.5rem)}.admin-homepage-manager .admin-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.admin-homepage-manager .admin-section-heading h2{margin:.25rem 0 .35rem;color:#302d2a;font-size:1.2rem}.admin-homepage-manager .admin-section-heading p:not(.section-kicker){max-width:600px;margin:0;color:#766e68;font-size:.78rem;line-height:1.55}.admin-homepage-count{flex:0 0 auto;border-radius:999px;background:#202020;padding:.42rem .62rem;color:#fff;font-size:.68rem;font-weight:800}.admin-homepage-product-list{display:grid;gap:.55rem}.admin-homepage-product{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid #ebe2de;border-radius:.72rem;background:#fff;padding:.75rem .8rem}.admin-homepage-product.featured{border-color:#f5bbb4;background:#fff9f7}.admin-homepage-product strong,.admin-homepage-product small{display:block}.admin-homepage-product strong{color:#3a3532;font-size:.8rem}.admin-homepage-product small{margin-top:.18rem;color:#827871;font-size:.68rem}.admin-homepage-actions{display:flex;align-items:center;gap:.7rem}.admin-homepage-actions .admin-toggle{margin:0;white-space:nowrap}.admin-homepage-actions form{display:flex;align-items:center;gap:.35rem}.admin-homepage-actions input[type=number]{width:56px;min-height:32px;border:1px solid #dfd5cf;border-radius:.45rem;padding:.3rem;font-size:.72rem}.admin-homepage-actions .mini-link{display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap}@media (max-width: 699px){.admin-homepage-manager .admin-section-heading,.admin-homepage-product,.admin-homepage-actions{align-items:flex-start;flex-direction:column}.admin-homepage-count{align-self:flex-start}.admin-homepage-actions{gap:.45rem}}.benefit-section{overflow:hidden;background:linear-gradient(180deg,#fcfbfa,#f6f2ef);padding:clamp(3.5rem,7vw,6rem) 0}.benefit-shell{display:grid;grid-template-columns:minmax(270px,.88fr) minmax(0,1.72fr);overflow:hidden;border:1px solid #34312f;border-radius:1.4rem 1.4rem 1.4rem .45rem;background:#202020;box-shadow:0 22px 48px #25201c1f}.benefit-intro{display:flex;flex-direction:column;justify-content:center;min-height:315px;padding:clamp(1.7rem,3.4vw,3rem);background:radial-gradient(circle at 20% 10%,rgba(255,200,87,.22),transparent 32%),linear-gradient(145deg,#292725,#1d1c1b 72%)}.benefit-intro .section-kicker{color:#ffc857}.benefit-intro h2{max-width:390px;margin:.45rem 0 .9rem;color:#fff!important;font-size:clamp(1.8rem,2.8vw,3rem);line-height:1.08}.benefit-intro h2 em{color:#ff6c70;font-style:normal}.benefit-intro>p:not(.section-kicker){max-width:380px;margin:0;color:#d0cbc6;font-size:.85rem;line-height:1.7}.benefit-intro-link{display:inline-flex;width:fit-content;align-items:center;gap:.45rem;margin-top:1.35rem;color:#ff777b;font-size:.78rem;font-weight:800}.benefit-intro-link:hover{color:#ffc857}.benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#45413e}.benefit-card{position:relative;min-height:315px;overflow:hidden;background:#292725;padding:clamp(1.15rem,2.25vw,1.75rem);transition:background .18s cubic-bezier(.23,1,.32,1),transform .18s cubic-bezier(.23,1,.32,1)}.benefit-card:after{position:absolute;right:-28px;bottom:-50px;width:128px;height:128px;border:1px solid rgba(255,255,255,.07);border-radius:50%;content:""}.benefit-card:hover{background:#34312f;transform:translateY(-3px)}.benefit-card-index{display:block;margin-bottom:2.3rem;color:#8d8781;font-size:.64rem;font-weight:900;letter-spacing:.1em}.benefit-card-icon{display:grid;width:48px;height:48px;margin-bottom:1.15rem;place-items:center;border-radius:15px 15px 15px 4px;background:#fff0ed;color:#e95359}.benefit-card:nth-child(2) .benefit-card-icon{background:#fff0c9;color:#ad7800}.benefit-card:nth-child(3) .benefit-card-icon{background:#f0efee;color:#ff6c70}.benefit-card h3{position:relative;z-index:1;margin:0 0 .65rem;color:#fff!important;font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.35}.benefit-card p{position:relative;z-index:1;margin:0;color:#c6c0bb!important;font-size:.78rem;line-height:1.65}@media (max-width: 999px){.benefit-shell{grid-template-columns:1fr}.benefit-intro,.benefit-grid{min-height:0}}@media (max-width: 699px){.benefit-section{padding:3.8rem 0}.benefit-shell{border-radius:1rem 1rem 1rem .35rem}.benefit-intro{padding:1.5rem}.benefit-intro h2{font-size:2rem}.benefit-grid{grid-template-columns:1fr}.benefit-card{min-height:0;padding:1.35rem 1.5rem 1.45rem}.benefit-card-index{position:absolute;top:1.45rem;right:1.45rem;margin:0}.benefit-card-icon{margin-bottom:.9rem}}.hero-license{display:inline-flex;align-items:center;gap:.65rem;margin:-.15rem 0 1.2rem;border:1px solid #f2c9c4;border-radius:.85rem;background:linear-gradient(110deg,#fff0ed,#fffdf8);padding:.65rem .8rem;box-shadow:0 10px 22px #e3484f14}.hero-license>svg{flex:0 0 auto;color:#e3484f}.hero-license span,.hero-license strong{display:block}.hero-license span{color:#9d6258;font-size:.6rem;font-weight:800;letter-spacing:.1em}.hero-license strong{margin-top:.06rem;color:#2a2826;font-size:.87rem;line-height:1.3}.offline-license-badge{display:flex;align-items:center;gap:.55rem;margin:.9rem 0 .95rem;border:1px solid #f0c8c2;border-radius:.72rem;background:linear-gradient(115deg,#fff0ed,#fffdf8);padding:.65rem .72rem}.offline-license-badge>svg{flex:0 0 auto;color:#e3484f}.offline-license-badge span{display:grid;gap:.08rem}.offline-license-badge small{color:#a26057;font-size:.57rem;font-weight:800;letter-spacing:.08em}.offline-license-badge b{color:#302d2a;font-size:.78rem;line-height:1.25}.admin-image-upload{display:grid;gap:.5rem;min-width:0;margin:.2rem 0 .8rem;border:1px dashed #dfd6d0;border-radius:.8rem;background:#fcfbfa;padding:.8rem}.admin-image-upload-heading{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.admin-image-upload-heading>label{margin:0}.admin-upload-trigger{display:inline-flex!important;align-items:center;gap:.35rem;cursor:pointer;color:#d43d46;font-size:.73rem;font-weight:800}.admin-image-upload input[type=url]{margin:0}.admin-image-upload input[type=file]{display:none}.admin-image-preview{width:100%;max-height:190px;border-radius:.55rem;object-fit:cover}.admin-image-upload-help{margin:0;color:#7e7671;font-size:.7rem;line-height:1.45}.admin-revision-history{margin-top:1.4rem;border-top:1px solid #e8e2de;padding-top:1.25rem}.admin-revision-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.admin-revision-heading h3{display:flex;align-items:center;gap:.45rem;margin:.25rem 0 0;color:#34302d;font-size:1rem}.admin-revision-heading>span{border-radius:999px;background:#f2eeea;padding:.25rem .5rem;color:#746b65;font-size:.67rem;font-weight:800}.admin-revision-list{display:grid;gap:.55rem;margin-top:.85rem}.admin-revision-item{display:flex;align-items:center;justify-content:space-between;gap:.8rem;border:1px solid #e9e3df;border-radius:.7rem;background:#fff;padding:.7rem .75rem}.admin-revision-item strong{display:block;color:#3c3835;font-size:.78rem}.admin-revision-item p,.admin-revision-empty{margin:.2rem 0 0;color:#817872;font-size:.68rem;line-height:1.45}.admin-revision-item .button{flex:0 0 auto;padding:.48rem .62rem;font-size:.69rem}.admin-settings{max-width:780px;margin:.7rem 0}.admin-settings form{display:grid;gap:.85rem}.admin-settings-intro{display:flex;gap:.7rem;border:1px solid #dbe9e6;border-radius:.8rem;background:#f3faf8;padding:.85rem;color:#507068}.admin-settings-intro svg{flex:0 0 auto;margin-top:.08rem;color:#177664}.admin-settings-intro p{margin:0;font-size:.78rem;line-height:1.6}.admin-toggle-danger{border-color:#f1d2cf;background:#fff7f6}.admin-toggle-danger span{color:#9c4d49}@media (max-width: 560px){.admin-image-upload{padding:.7rem}.admin-revision-item{align-items:flex-start;flex-direction:column}.admin-revision-item .button{width:100%;justify-content:center}.admin-revision-heading{align-items:center}.admin-settings{margin-top:0}}.cta-band{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 45%,rgba(255,200,87,.14),transparent 26%),linear-gradient(115deg,#171717,#282524)}.cta-band:before{position:absolute;inset:0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.06);content:"";pointer-events:none}.cta-band-inner{position:relative;z-index:1}.cta-band h2{color:#fff!important;text-shadow:0 1px 0 rgba(0,0,0,.35)}.cta-band .section-kicker{color:#ffc857!important}.cta-band .button-light{min-height:48px;background:#fff;color:#242321;font-weight:800;box-shadow:0 10px 22px #00000030}.cta-band .button-light:hover{background:#fff0c9;color:#242321}@media (max-width: 699px){.solution-catalog-grid{grid-template-columns:1fr;gap:1rem}.solution-catalog-card{display:block;min-width:0;border-radius:.95rem}.solution-catalog-media{height:190px;min-height:0}.solution-catalog-media img{object-fit:cover}.solution-catalog-media span{top:.65rem;left:.65rem;max-width:calc(100% - 1.3rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.solution-catalog-body{min-width:0;padding:1.05rem}.solution-catalog-eyebrow{margin-bottom:.42rem;font-size:.7rem}.solution-catalog-card h3{min-height:0;margin-bottom:.5rem;font-size:1.16rem;line-height:1.3}.solution-catalog-body>p:not(.solution-catalog-eyebrow){min-height:0;margin-bottom:.85rem;font-size:.88rem;line-height:1.58;-webkit-line-clamp:3}.solution-catalog-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:.7rem;padding-top:.82rem}.solution-catalog-bottom strong{font-size:.9rem}.solution-catalog-commerce span,.solution-catalog-bottom>span{font-size:.72rem}.solution-catalog-card .card-link{flex:0 0 auto;font-size:.78rem}}.admin-layout-shell{display:grid;min-height:100vh;grid-template-columns:258px minmax(0,1fr);background:#f7f5f2}.admin-sidebar{position:sticky;top:0;display:flex;height:100vh;flex-direction:column;border-right:1px solid #343230;background:#20201f;padding:1.35rem 1rem 1rem;color:#f9f7f4}.admin-sidebar-brand{display:flex;align-items:center;gap:.65rem;padding:.25rem .45rem;color:#fff}.admin-sidebar-brand .admin-brand-mark{width:35px;height:35px;border-radius:10px 10px 10px 3px;background:#ff5a5f;color:#fff;box-shadow:4px 4px #ffc857cc}.admin-sidebar-brand>span:last-child{display:grid;gap:.12rem}.admin-sidebar-brand strong{font-size:1rem;letter-spacing:.12em}.admin-sidebar-brand small{color:#aaa49f;font-size:.56rem;font-weight:800;letter-spacing:.14em}.admin-sidebar-rule{height:1px;margin:1.6rem .45rem 1.25rem;background:#3b3937}.admin-sidebar-label{margin:0 .55rem .55rem;color:#8e8985;font-size:.62rem;font-weight:800;letter-spacing:.12em}.admin-sidebar-nav{display:grid;gap:.35rem}.admin-sidebar-nav button{display:flex;width:100%;align-items:center;gap:.7rem;border:1px solid transparent;border-radius:.7rem;background:transparent;padding:.72rem .7rem;color:#c8c3be;font:inherit;font-size:.83rem;font-weight:700;text-align:left;transition:background .16s,color .16s,border-color .16s}.admin-sidebar-nav button:hover{background:#2c2b29;color:#fff}.admin-sidebar-nav button.active{border-color:#ff5a5f5c;background:#3b2929;color:#fff}.admin-sidebar-nav button.active svg{color:#ff777b}.admin-sidebar-spacer{flex:1}.admin-sidebar-user{display:flex;align-items:center;gap:.6rem;margin:1rem .2rem .75rem;padding:.8rem .5rem 0;border-top:1px solid #3b3937}.admin-sidebar-avatar{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;border-radius:50%;background:#fff0ed;color:#e3484f;font-size:.78rem;font-weight:900}.admin-sidebar-user strong,.admin-sidebar-user small{display:block}.admin-sidebar-user strong{color:#f6f3ef;font-size:.78rem}.admin-sidebar-user small{margin-top:.17rem;color:#aaa49f;font-size:.66rem}.admin-sidebar-logout{display:flex;align-items:center;gap:.55rem;border:0;border-radius:.6rem;background:transparent;padding:.62rem .55rem;color:#b9b3ae;font:inherit;font-size:.76rem;font-weight:700;text-align:left}.admin-sidebar-logout:hover{background:#2c2b29;color:#fff}.admin-layout-main{min-width:0}.admin-topbar{display:flex;height:72px;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid #e5e0dc;background:#fffffff0;padding:0 clamp(1.25rem,3vw,2.7rem)}.admin-topbar-context{display:flex;align-items:center;gap:.8rem;margin-left:auto;color:#716b66}.admin-topbar-context>span{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #f3d7d1;border-radius:999px;background:#fff4f2;padding:.36rem .55rem;color:#c6444a;font-size:.67rem;font-weight:800}.admin-topbar-context p{margin:0;font-size:.76rem}.admin-topbar-context strong{color:#312e2c}.admin-topbar-logout{display:inline-flex;align-items:center;gap:.45rem;border:1px solid #ded8d3;border-radius:.6rem;background:#fff;padding:.56rem .7rem;color:#4d4844;font:inherit;font-size:.74rem;font-weight:800}.admin-topbar-logout:hover{border-color:#f1b8b4;background:#fff7f6;color:#d43d46}.admin-mobile-brand{display:none}.admin-layout-content{max-width:1540px;margin:0 auto;padding:clamp(1rem,2.6vw,2.35rem)}.admin-layout-content .admin-page{max-width:none;margin:0;padding:0}.admin-layout-loading,.admin-login-required{display:grid;min-height:100vh;place-items:center;background:radial-gradient(circle at 12% 14%,#fff0c9,transparent 26%),#f7f5f2}.admin-layout-loading{gap:.7rem;color:#766f69;font-size:.85rem}.admin-layout-loading-mark{width:34px;height:34px;border:3px solid #f0d6d2;border-top-color:#ff5a5f;border-radius:50%;animation:admin-spin .8s linear infinite}.admin-login-required>div{max-width:420px;border:1px solid #e6dfda;border-radius:1.2rem;background:#fff;padding:2.25rem;box-shadow:0 20px 46px #44322c1a;text-align:center}.admin-login-required-icon{display:grid;width:46px;height:46px;place-items:center;margin:0 auto 1rem;border-radius:15px 15px 15px 4px;background:#fff0ed;color:#e3484f}.admin-login-required h1{margin:.2rem 0 .65rem;font-size:1.8rem}.admin-login-required p:not(.section-kicker){margin:0 0 1.4rem;color:#746d68;font-size:.86rem;line-height:1.6}.admin-login-required .button{display:inline-flex}.admin-denied{min-height:480px;display:grid;place-content:center;justify-items:center;border:1px solid #eadfda;border-radius:1rem;background:#fff;padding:2rem}.admin-denied h1{margin:.8rem 0 .3rem}.admin-denied p{margin:0 0 1.1rem;color:#706963}.admin-denied .button{display:inline-flex}.sidebar-zalo-cta{position:relative;display:flex;width:100%;align-items:center;justify-content:flex-start;gap:.48rem;margin-top:.7rem;overflow:hidden;border:1px solid #1479ea;border-radius:.7rem;background:linear-gradient(135deg,#0877f9,#0068db);padding:.7rem .75rem;color:#fff;font-size:.8rem;font-weight:800;box-shadow:0 8px 16px #0068db2e;transition:transform .16s var(--ease-out, ease-out),box-shadow .16s var(--ease-out, ease-out)}.sidebar-zalo-cta:after{position:absolute;top:0;left:-42%;width:28%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);content:"";transform:skew(-20deg)}.sidebar-zalo-cta span{min-width:0}.sidebar-zalo-cta b{margin-left:auto;border-radius:999px;background:#ffffff30;padding:.18rem .35rem;font-size:.61rem;letter-spacing:.02em}.sidebar-zalo-cta:hover{color:#fff;box-shadow:0 11px 21px #0068db47;transform:translateY(-1px)}.sidebar-zalo-cta:active{transform:scale(.97)}.product-aside .sidebar-zalo-cta{width:100%}.editorial-aside-cta .sidebar-zalo-cta{justify-content:flex-start;margin-top:.7rem}.editorial-aside-cta .sidebar-zalo-cta:hover{color:#fff}@media (prefers-reduced-motion: no-preference){.sidebar-zalo-cta{animation:sidebar-zalo-pulse 2.4s ease-in-out infinite}.sidebar-zalo-cta:after{animation:sidebar-zalo-shine 2.4s ease-in-out infinite}}@keyframes sidebar-zalo-pulse{0%,62%,to{box-shadow:0 8px 16px #0068db2e}72%{box-shadow:0 0 0 5px #007aff1f,0 12px 22px #0068db4d}82%{box-shadow:0 8px 16px #0068db2e}}@keyframes sidebar-zalo-shine{0%,56%{transform:translate(0) skew(-20deg);opacity:0}62%{opacity:1}84%,to{transform:translate(500%) skew(-20deg);opacity:0}}@keyframes admin-spin{to{transform:rotate(360deg)}}@media (max-width: 880px){.admin-layout-shell{display:block}.admin-sidebar{display:none}.admin-topbar{height:62px;padding:0 1rem}.admin-mobile-brand{display:inline-flex;align-items:center;gap:.5rem;color:#282523;font-size:.8rem}.admin-mobile-brand .admin-brand-mark{width:28px;height:28px;border-radius:8px 8px 8px 2px;background:#ff5a5f;color:#fff;box-shadow:3px 3px #ffd36f}.admin-topbar-context p{display:none}.admin-topbar-context{margin-left:auto}.admin-topbar-logout span{display:none}.admin-topbar-logout{padding:.52rem}.admin-layout-content{padding:1rem}}@media (max-width: 520px){.admin-topbar-context>span{font-size:.6rem}.admin-topbar-context>span svg{display:none}.admin-layout-content{padding:.75rem}.admin-login-required>div{margin:.8rem;padding:1.6rem}}.admin-login-page{display:grid;min-height:100vh;place-items:center;overflow:hidden;background:radial-gradient(circle at 12% 18%,rgba(255,200,87,.32),transparent 24%),radial-gradient(circle at 90% 82%,rgba(255,90,95,.21),transparent 28%),#191817;padding:1.25rem}.admin-login-panel{position:relative;width:min(100%,480px);overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:1.45rem;background:#fffffffa;padding:clamp(1.5rem,4vw,2.5rem);box-shadow:0 28px 70px #00000059}.admin-login-panel:before{position:absolute;top:-90px;right:-75px;width:200px;height:200px;border-radius:50%;background:#ffc85738;content:"";pointer-events:none}.admin-login-brand{position:relative;display:flex;align-items:center;gap:.65rem;margin-bottom:2.5rem;color:#252321;font-weight:800;letter-spacing:.16em}.admin-login-brand .ebiz-brand-mark{display:inline-flex;align-items:center;gap:.35rem;color:#1e1c1b;font-size:1rem;letter-spacing:.15em}.admin-login-brand>span:last-child{border-left:1px solid #d8d3cf;padding-left:.65rem;color:#d7464c;font-size:.68rem}.admin-login-copy{position:relative}.admin-login-icon{display:grid;width:48px;height:48px;place-items:center;margin-bottom:1.1rem;border-radius:16px 16px 16px 4px;background:#fff0ed;color:#e4474d}.admin-login-copy h1{max-width:360px;margin:0 0 .8rem;color:#23211f;font-size:clamp(2rem,6vw,2.75rem)}.admin-login-copy>p:not(.section-kicker){max-width:380px;margin-bottom:1.6rem;color:#706a65;font-size:.9rem;line-height:1.65}.admin-login-form{position:relative;display:grid;gap:.9rem}.admin-login-form label,.admin-settings label{display:grid;gap:.4rem;color:#514c48;font-size:.78rem;font-weight:800}.admin-login-form input,.admin-settings input{width:100%;border:1px solid #ded8d3;border-radius:.7rem;outline:0;background:#fff;padding:.78rem .85rem;color:#292624;transition:border-color .16s,box-shadow .16s}.admin-login-form input:focus,.admin-settings input:focus{border-color:#ff5a5f;box-shadow:0 0 0 3px #ff5a5f1f}.admin-login-form .button{width:100%;margin-top:.35rem}.admin-login-error{margin:0;border:1px solid #f1cfcb;border-radius:.65rem;background:#fff4f3;padding:.65rem .75rem;color:#aa3d43;font-size:.77rem;font-weight:700}.admin-login-back{display:block;position:relative;margin-top:1.45rem;color:#817974;font-size:.76rem;font-weight:700;text-align:center}.admin-login-back:hover{color:#e4474d}.admin-settings label small{color:#8b827d;font-weight:600}@media (max-width: 520px){.admin-login-page{padding:.75rem}.admin-login-panel{border-radius:1.1rem;padding:1.4rem}.admin-login-brand{margin-bottom:2rem}.admin-login-copy h1{font-size:2rem}}.product-card-body,.solution-catalog-body{padding:1.45rem}.product-eyebrow,.solution-catalog-eyebrow{margin-bottom:.6rem;font-size:.76rem;line-height:1.35;letter-spacing:.055em}.product-card h3,.solution-catalog-card h3{min-height:2.55em;margin-bottom:.7rem;font-size:1.38rem;line-height:1.28;letter-spacing:-.025em}.product-card-body>p:not(.product-eyebrow),.solution-catalog-body>p:not(.solution-catalog-eyebrow){min-height:4.95em;margin-bottom:1.15rem;font-size:.96rem;line-height:1.65}.product-card-bottom,.solution-catalog-bottom{gap:.8rem;padding-top:1.05rem}.product-card-bottom strong,.solution-catalog-bottom strong{font-size:.98rem;line-height:1.35}.solution-catalog-commerce{gap:.22rem}.solution-catalog-commerce span{font-size:.8rem;line-height:1.4}.solution-catalog-bottom>span{font-size:.86rem;line-height:1.4}.card-link{font-size:.88rem;line-height:1.35}.catalog-stat-pills span{padding:.4rem .72rem;font-size:.8rem}.category-card{min-height:242px;padding:1.4rem}.category-number{font-size:.8rem}.category-card h3{margin-bottom:.75rem;font-size:1.42rem;line-height:1.3}.category-card p{font-size:.94rem;line-height:1.65}.editorial-card-body{padding:1.35rem}.editorial-card-meta{margin-bottom:.72rem;font-size:.76rem}.editorial-card h3{min-height:3.2em;font-size:1.36rem;line-height:1.32}.editorial-card p{min-height:4.95em;font-size:.94rem;line-height:1.65}@media (max-width: 699px){.product-card-body,.solution-catalog-body{padding:1.12rem}.product-eyebrow,.solution-catalog-eyebrow{margin-bottom:.46rem;font-size:.72rem;letter-spacing:.04em}.product-card h3,.solution-catalog-card h3{min-height:0;margin-bottom:.55rem;font-size:1.16rem;line-height:1.3}.product-card-body>p:not(.product-eyebrow),.solution-catalog-body>p:not(.solution-catalog-eyebrow){min-height:0;margin-bottom:.88rem;font-size:.9rem;line-height:1.62}.product-card-bottom,.solution-catalog-bottom{gap:.58rem;padding-top:.82rem}.product-card-bottom strong,.solution-catalog-bottom strong{font-size:.96rem}.solution-catalog-commerce span,.solution-catalog-bottom>span{font-size:.79rem}.product-card .card-link,.solution-catalog-card .card-link{font-size:.84rem}.catalog-stat-pills{gap:.5rem}.catalog-stat-pills span{font-size:.78rem}.category-card{min-height:196px;padding:1.2rem}.category-card h3{font-size:1.3rem}.category-card p{font-size:.9rem;line-height:1.62}.editorial-card-body{padding:1.2rem}.editorial-card-meta{font-size:.72rem}.editorial-card h3{min-height:0;font-size:1.22rem;line-height:1.32}.editorial-card p{min-height:0;font-size:.9rem;line-height:1.62}}.section-kicker{font-size:.8rem;line-height:1.35}.button{font-size:.98rem}.hero-proof{font-size:.94rem;line-height:1.5}.positioning-grid>p{font-size:1rem;line-height:1.68}.positioning-links{gap:.85rem}.positioning-links a{font-size:.93rem;line-height:1.45}.benefit-card p{font-size:.98rem;line-height:1.68}.product-aside{padding:1.45rem}.product-aside-image{margin:-1.45rem -1.45rem 1.45rem}.product-aside>p{margin-bottom:.55rem;font-size:.76rem;line-height:1.4}.product-aside h2{margin-bottom:.9rem;font-size:1.52rem;line-height:1.24}.product-aside>strong{margin-bottom:1.2rem;font-size:1.22rem;line-height:1.35}.product-aside ul{gap:.75rem;margin-bottom:1.45rem;font-size:.93rem;line-height:1.5}.product-aside .button{min-height:50px;font-size:.92rem}.editorial-aside{gap:1.15rem}.editorial-aside-cta{padding:1.4rem}.editorial-aside-cta h2{margin:.5rem 0 .75rem;font-size:1.5rem;line-height:1.25}.editorial-aside-cta>p:not(.section-kicker){margin-bottom:1.1rem;font-size:.94rem;line-height:1.62}.editorial-aside-cta .button{min-height:48px;padding:.72rem .85rem;font-size:.9rem}.editorial-aside-demo{margin-top:1rem;font-size:.88rem;line-height:1.4}.editorial-aside-products>p{padding:1rem 1.1rem;font-size:.73rem;line-height:1.35}.editorial-aside-products>a:not(.editorial-aside-all){gap:.65rem;padding:.95rem 1.1rem}.editorial-aside-products strong{font-size:.92rem;line-height:1.38}.editorial-aside-products small{margin-top:.28rem;font-size:.78rem;line-height:1.48}.editorial-aside-all{padding:.95rem 1.1rem;font-size:.88rem;line-height:1.4}.sidebar-zalo-cta{min-height:48px;padding:.75rem .85rem;font-size:.9rem}.sidebar-zalo-cta b{padding:.2rem .42rem;font-size:.68rem}.footer-panel-kicker{font-size:.7rem!important}.footer-company>p:not(.footer-panel-kicker){font-size:.94rem;line-height:1.7}.footer-company-meta{font-size:.82rem;line-height:1.45}.footer-nav-links a{font-size:.88rem!important;line-height:1.45}.footer-contact-item small{font-size:.7rem}.footer-contact-item strong{font-size:.84rem;line-height:1.5}.footer-contact-cta{font-size:.9rem!important}@media (max-width: 699px){.section-kicker{font-size:.75rem;letter-spacing:.11em}.button{font-size:.95rem}.hero-proof{font-size:.91rem}.positioning-grid>p,.benefit-card p{font-size:.94rem;line-height:1.65}.positioning-links a{font-size:.91rem}.product-aside{padding:1.25rem}.product-aside-image{margin:-1.25rem -1.25rem 1.25rem}.product-aside>p{font-size:.74rem}.product-aside h2{font-size:1.4rem}.product-aside>strong{font-size:1.14rem}.product-aside ul{font-size:.9rem}.editorial-aside-cta{padding:1.25rem}.editorial-aside-cta h2{font-size:1.38rem}.editorial-aside-cta>p:not(.section-kicker){font-size:.91rem}.editorial-aside-products strong{font-size:.9rem}.editorial-aside-products small{font-size:.76rem}.sidebar-zalo-cta{font-size:.88rem}.footer-company>p:not(.footer-panel-kicker){font-size:.91rem}.footer-nav-links a,.footer-contact-cta{font-size:.86rem!important}.footer-contact-item strong{font-size:.82rem}}.pricing-hero h1+p{font-size:1.06rem;line-height:1.72}.pricing-license-promise{gap:.78rem;padding:.9rem 1rem}.pricing-license-promise span{font-size:.68rem}.pricing-license-promise strong{font-size:clamp(1rem,1.45vw,1.16rem)}.pricing-license-promise small{font-size:.78rem;line-height:1.5}.pricing-hero-visual figcaption{padding:.52rem .72rem;font-size:.72rem}.pricing-section-heading>p{font-size:.98rem;line-height:1.68}.pricing-plan{padding:1.45rem}.pricing-start{font-size:.76rem}.pricing-plan h2{margin:1.35rem 0 .7rem;font-size:1.48rem;line-height:1.28}.pricing-plan>p{min-height:4.95em;margin-bottom:1.1rem;font-size:.94rem;line-height:1.65}.pricing-plan-price{font-size:1.72rem;line-height:1.18}.pricing-plan>small{font-size:.77rem;line-height:1.45}.pricing-plan-tags{gap:.42rem;margin:1.1rem 0}.pricing-plan-tags span{padding:.32rem .54rem;font-size:.74rem;line-height:1.35}.pricing-plan-link{font-size:.88rem;line-height:1.4}.pricing-table-wrap th,.pricing-table-wrap td{padding:1.1rem}.pricing-table-wrap thead th{font-size:.84rem}.pricing-table-wrap tbody th{font-size:.9rem;line-height:1.55}.pricing-table-wrap td strong{font-size:.9rem}.pricing-service h2{font-size:clamp(1.4rem,2.45vw,1.95rem);line-height:1.25}.pricing-service p:not(.section-kicker){font-size:.96rem;line-height:1.68}.pricing-reassurance-points{gap:.65rem;font-size:.9rem;line-height:1.45}.migrated-content>p{margin-bottom:1.35rem;font-size:1.03rem;line-height:1.82}.migrated-content>h2,.migrated-content>h3,.migrated-content>h4{margin-top:2.75rem;margin-bottom:1rem}.migrated-content>h2+p,.migrated-content>h3+p,.migrated-content>h4+p{margin-top:0}.migrated-content>img,.migrated-content>picture,.migrated-content>figure{display:block;margin:2.25rem auto}.migrated-content>figure{max-width:100%}.migrated-content>figure img{width:100%;margin:0}.migrated-content>figure figcaption{margin-top:.7rem;color:#766f69;font-size:.84rem;line-height:1.55;text-align:center}.migrated-content>h2+img,.migrated-content>h3+img,.migrated-content>h4+img{margin-top:1.35rem}.migrated-content>img+p,.migrated-content>picture+p,.migrated-content>figure+p{margin-top:2.15rem}.migrated-content .content-visual-story{margin:2.7rem 0}.migrated-content .content-visual-pair{margin:2.8rem 0 2.65rem}.migrated-content .content-supplemental-visuals{margin:2.25rem 0}@media (max-width: 699px){.pricing-hero h1+p{font-size:.98rem;line-height:1.68}.pricing-license-promise{padding:.78rem .85rem}.pricing-license-promise span{font-size:.63rem}.pricing-license-promise strong{font-size:.98rem}.pricing-license-promise small{font-size:.73rem}.pricing-section-heading>p{font-size:.94rem}.pricing-plan{padding:1.3rem}.pricing-start{font-size:.72rem}.pricing-plan h2{margin-top:1.15rem;font-size:1.35rem}.pricing-plan>p{min-height:0;font-size:.91rem}.pricing-plan-price{font-size:1.58rem}.pricing-plan>small{font-size:.74rem}.pricing-plan-tags span{font-size:.72rem}.pricing-plan-link{font-size:.84rem}.pricing-table-wrap th,.pricing-table-wrap td{padding:.95rem}.pricing-table-wrap thead th{font-size:.8rem}.pricing-table-wrap tbody th,.pricing-table-wrap td strong{font-size:.84rem}.pricing-service p:not(.section-kicker),.pricing-reassurance-points{font-size:.9rem}.migrated-content>p{margin-bottom:1.2rem;font-size:1rem;line-height:1.78}.migrated-content>h2,.migrated-content>h3,.migrated-content>h4{margin-top:2.25rem;margin-bottom:.85rem}.migrated-content>img,.migrated-content>picture,.migrated-content>figure{margin:1.8rem auto}.migrated-content>img+p,.migrated-content>picture+p,.migrated-content>figure+p{margin-top:1.7rem}.migrated-content .content-visual-story,.migrated-content .content-visual-pair,.migrated-content .content-supplemental-visuals{margin:1.9rem 0}.migrated-content>figure figcaption{font-size:.8rem}}.contact-hero p:last-child{font-size:1.06rem;line-height:1.72}.contact-grid{gap:clamp(2.75rem,5vw,4.5rem)}.contact-details{gap:1.3rem}.contact-info{gap:1rem;color:#5d5956;font-size:1rem;line-height:1.65}.contact-info svg{margin-top:.25rem}.contact-info h2{margin-bottom:.28rem;font-size:1.38rem;line-height:1.3}.contact-info a{font-size:1.02rem}.contact-map{margin-top:1.25rem}.contact-map,.contact-map iframe{min-height:285px;height:285px}.contact-source{margin-top:.9rem}.contact-form{gap:1.05rem;padding:clamp(1.6rem,3.2vw,2.7rem)}.contact-form h2{margin:-.15rem 0 .7rem;font-size:clamp(2rem,3vw,2.35rem);line-height:1.22}.contact-form label{gap:.45rem;color:#504b47;font-size:.92rem;line-height:1.4}.contact-form input,.contact-form textarea{min-height:50px;padding:.78rem .9rem;font-size:1rem;line-height:1.5}.contact-form textarea{min-height:138px}.contact-form .button{min-height:52px;margin-top:.75rem;font-size:.98rem}.pricing-table-wrap,.migrated-table-scroll,.markdown-table-scroll{position:relative;overscroll-behavior-x:contain;scrollbar-color:#e6575d #f5efeb}.pricing-table-wrap:focus-visible,.migrated-table-scroll:focus-visible,.markdown-table-scroll:focus-visible{outline:3px solid rgba(255,90,95,.35);outline-offset:3px}.pricing-table-scroll-hint{display:none}@media (max-width: 699px){.contact-hero p:last-child{font-size:.98rem;line-height:1.68}.contact-grid{gap:2.5rem;padding-block:2.7rem 4.4rem}.contact-details{gap:1.05rem}.contact-info{gap:.8rem;font-size:.94rem;line-height:1.6}.contact-info h2{font-size:1.24rem}.contact-info a{font-size:.98rem}.contact-map{margin-top:.9rem}.contact-map,.contact-map iframe{min-height:245px;height:245px}.contact-form{gap:.9rem;padding:1.3rem}.contact-form h2{margin-top:0;font-size:1.7rem}.contact-form label{font-size:.88rem}.contact-form input,.contact-form textarea{min-height:48px;font-size:.98rem}.contact-form textarea{min-height:128px}.contact-form .button{min-height:50px;font-size:.95rem}.pricing-table-wrap,.migrated-table-scroll,.markdown-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:.9rem;box-shadow:inset -16px 0 16px -18px #2523218c}.pricing-table-scroll-hint,.migrated-table-scroll-hint,.markdown-table-scroll-hint{position:sticky;left:0;display:flex;width:max-content;align-items:center;gap:.42rem;margin:0;padding:.65rem .8rem;border-bottom:1px solid #eee4df;background:#fff8f5;color:#b5434a;font-size:.78rem;font-weight:800;line-height:1.35}.pricing-table-wrap table,.migrated-table-scroll table,.markdown-table-scroll table{min-width:700px;margin:0}.pricing-table-wrap thead th:first-child{position:sticky;left:0;z-index:3}.pricing-table-wrap tbody th{position:sticky;left:0;z-index:2;min-width:255px;background:#fff;box-shadow:9px 0 12px -14px #2523218c}}.migrated-content .content-inline-figure{max-width:100%;margin:2.25rem 0}.migrated-content .content-inline-figure img{width:100%;margin:0}.migrated-content .content-inline-figure figcaption{margin-top:.7rem;color:#766f69;font-size:.84rem;line-height:1.55;text-align:center}.migrated-table-scroll{margin:2rem 0;overflow-x:auto;border:1px solid #e7e1dc;border-radius:1rem;background:#fff}.migrated-table-scroll>table{min-width:700px;margin:0}.migrated-table-scroll-hint{display:none}@media (max-width: 699px){.migrated-content .content-inline-figure{margin:1.8rem 0}.migrated-content .content-inline-figure figcaption{font-size:.8rem}}.article-cover{display:flow-root;clear:both;height:auto;overflow:visible;margin:2rem 0 2.4rem;background:transparent}.article-cover.content-page-cover{max-height:none;overflow:visible}.article-cover img{height:min(48vw,440px);border-radius:.75rem}.article-cover figcaption{margin-top:.72rem;color:#766f69;font-size:.84rem;line-height:1.5;text-align:center}@media (max-width: 699px){.article-cover{height:auto}.article-cover img{height:230px}.article-cover figcaption{font-size:.8rem}}.product-toc{position:relative;z-index:1;margin:1.35rem 0 2.25rem;border:1px solid #f0d9d4;border-radius:1rem;background:linear-gradient(135deg,#fff9f7,#fff)}.product-toc summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;color:#252321;cursor:pointer;font-size:1rem;font-weight:800;list-style:none}.product-toc summary::-webkit-details-marker{display:none}.product-toc summary>span{display:inline-flex;align-items:center;gap:.55rem}.product-toc summary svg{color:#e6575d}.product-toc summary small{color:#9a615d;font-size:.78rem;font-weight:700}.product-toc nav{padding:0 1.15rem 1.15rem}.product-toc ol{display:grid;grid-template-columns:minmax(0,1fr);gap:.55rem;margin:0;padding-left:1.15rem}.product-toc li{min-width:0;padding-left:.15rem;color:#d75a5e}.product-toc a{display:block;overflow-wrap:anywhere;color:#5a514d;font-size:.92rem;line-height:1.5;text-decoration:none}.product-toc a:hover,.product-toc a:focus-visible{color:#c6464d;text-decoration:underline}.product-toc-subitem{margin-left:.8rem}.migrated-content h2[id],.migrated-content h3[id],.migrated-content h4[id]{scroll-margin-top:7rem}@media (max-width: 699px){.product-toc{margin:1.15rem 0 1.75rem}.product-toc summary{padding:.92rem 1rem;font-size:.96rem}.product-toc nav{padding:0 1rem 1rem}.product-toc ol{grid-template-columns:1fr;gap:.5rem}.product-toc a{font-size:.9rem}}.product-toc li.is-active{color:#c6464d;font-weight:800}.editorial-card h3{display:block;min-height:0;overflow:visible;-webkit-line-clamp:unset}.migrated-content{display:flow-root}.migrated-content>img,.migrated-content>picture,.migrated-content>figure,.migrated-content .content-inline-figure{position:relative;display:flow-root;clear:both;float:none!important;isolation:isolate}.migrated-content .content-inline-figure img{display:block;float:none!important}.migrated-content .content-inline-figure figcaption{display:block;clear:both}.migrated-content>h2,.migrated-content>h3,.migrated-content>h4,.migrated-content>p{clear:both}.migrated-content .markdown-inline-figure{position:relative;display:flow-root;clear:both;float:none!important;max-width:100%;margin:2.25rem 0;isolation:isolate}.migrated-content .markdown-inline-figure img{display:block;width:100%;height:auto;max-height:min(70vh,560px);margin:0;float:none!important;object-fit:contain}.migrated-content .markdown-inline-figure figcaption{display:block;clear:both;margin-top:.7rem;color:#766f69;font-size:.84rem;line-height:1.55;text-align:center}@media (max-width: 699px){.migrated-content .markdown-inline-figure{margin:1.8rem 0}.migrated-content .markdown-inline-figure img{max-height:360px}.migrated-content .markdown-inline-figure figcaption{font-size:.8rem}}.product-toc li.is-active a{color:#c6464d;text-decoration:underline;text-underline-offset:.18rem}.product-toc-more{display:inline-flex;align-items:center;min-height:38px;margin-top:.95rem;border:1px solid #efd5d0;border-radius:.65rem;background:#fff;padding:.52rem .78rem;color:#c6464d;font:inherit;font-size:.84rem;font-weight:800;cursor:pointer}.product-toc-more:hover,.product-toc-more:focus-visible{border-color:#df777a;background:#fff4f1}.product-faq{margin-top:3.5rem;padding:clamp(1.35rem,3vw,2.25rem);border:1px solid #f0dfd9;border-radius:1.25rem;background:linear-gradient(135deg,#fffaf8,#fff)}.product-faq-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.product-faq-heading h2{margin:.25rem 0 0;font-size:clamp(1.55rem,2.3vw,2rem);line-height:1.2}.product-faq-list{display:grid;gap:.7rem}.product-faq-list details{border:1px solid #eadfd9;border-radius:.8rem;background:#fff}.product-faq-list summary{padding:.95rem 1rem;color:#332e2b;cursor:pointer;font-size:.98rem;font-weight:800;line-height:1.45}.product-faq-list p{margin:0;padding:0 1rem 1rem;color:#625954;font-size:.97rem;line-height:1.7}@media (max-width: 699px){.product-toc summary:after{content:"Mở";color:#9a615d;font-size:.75rem;font-weight:800}.product-toc[open] summary:after{content:"Thu gọn"}.product-toc-more{min-height:40px;margin-top:1rem}.product-faq{margin-top:2.4rem;padding:1.2rem}.product-faq-heading{display:block}.product-faq-list summary{font-size:.93rem}.product-faq-list p{font-size:.92rem}}
