:root{--hp-navy:#0d1b2a;--hp-navy-mid:#122033;--hp-navy-light:#1e3a5f;--hp-orange:#f47c20;--hp-orange-lt:#ff9d4e;--hp-orange-dk:#d4650e;--hp-purple:#9494c4;--hp-white:#fff;--hp-off-white:#f5f7fa;--hp-text:#0d1b2a;--hp-muted:#6b7280;--hp-border:#00000014;--hp-shadow:0 4px 24px #00000014;--hp-shadow-lg:0 16px 48px #00000024;--hp-radius:1rem;--hp-ease:cubic-bezier(.4, 0, .2, 1);--hp-transition:all .3s cubic-bezier(.4, 0, .2, 1)}.hp{overflow-x:hidden}.hp-container{max-width:1200px;margin:0 auto;padding:0 2rem}.hp-btn-primary{background:var(--hp-orange);color:#fff;cursor:pointer;transition:var(--hp-transition);white-space:nowrap;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 18px #f47c2066}.hp-btn-primary:after{content:"";background:linear-gradient(120deg,#0000 30%,#fff3 50%,#0000 70%);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.hp-btn-primary:hover:after{transform:translate(100%)}.hp-btn-primary:hover{background:var(--hp-orange-lt);color:#fff;transform:translateY(-2px);box-shadow:0 8px 28px #f47c2080}.hp-btn-primary:active{transform:translateY(0)}.hp-btn-ghost{color:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:var(--hp-transition);background:#ffffff0d;border:1.5px solid #fff3;border-radius:.5rem;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;display:inline-flex}.hp-btn-ghost:hover{color:#fff;background:#ffffff1a;border-color:#ffffff73;transform:translateY(-1px)}.hp-btn-large{padding:1rem 2.25rem;font-size:1.1rem}.hp-badge{color:var(--hp-orange-lt);letter-spacing:.06em;text-transform:uppercase;background:#f47c201f;border:1px solid #f47c2040;border-radius:2rem;margin-bottom:1.5rem;padding:.3rem .9rem;font-size:.78rem;font-weight:700;animation:3s ease-in-out infinite badge-pulse;display:inline-block}@keyframes badge-pulse{0%,to{box-shadow:0 0 #f47c2000}50%{box-shadow:0 0 0 6px #f47c2014}}.hp-section-tag{color:var(--hp-orange);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.75rem;font-size:.78rem;font-weight:700;display:inline-block}.hp-section-tag-light{color:#f47c20bf}.hp-section-header{text-align:center;max-width:640px;margin:0 auto 4rem}.hp-section-header h2{color:var(--hp-text);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.875rem,3.5vw,2.625rem);font-weight:800;line-height:1.2}.hp-section-header p{color:var(--hp-muted);font-size:1.0625rem;line-height:1.75}.hp-gradient-text{background:linear-gradient(135deg, var(--hp-orange) 0%, var(--hp-orange-lt) 50%, #ffb576 100%);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:5s infinite gradient-shift}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.hp-hero{text-align:center;background:var(--hp-navy);justify-content:center;align-items:center;min-height:calc(100vh - 68px);padding:5rem 2rem;display:flex;position:relative;overflow:hidden}.hp-hero-bg{position:absolute;inset:0;overflow:hidden}.hp-hero-bg:before{content:"";background:radial-gradient(at 15% 60%,#f47c2033 0%,#0000 52%),radial-gradient(at 85% 30%,#9494c424 0%,#0000 50%),radial-gradient(at 50% 110%,#122033f2 0%,#0000 55%);animation:12s ease-in-out infinite alternate mesh-pulse;position:absolute;inset:0}@keyframes mesh-pulse{0%{opacity:.75;transform:scale(1)}to{opacity:1;transform:scale(1.05)}}.hp-orb{filter:blur(70px);pointer-events:none;border-radius:50%;position:absolute}.hp-orb-1{background:radial-gradient(circle,#f47c2029,#0000 70%);width:680px;height:680px;animation:16s ease-in-out infinite float-orb;top:-200px;right:-180px}.hp-orb-2{background:radial-gradient(circle,#9494c433,#0000 70%);width:450px;height:450px;animation:20s ease-in-out -6s infinite reverse float-orb;bottom:-120px;left:-120px}.hp-orb-3{background:radial-gradient(circle,#f47c2017,#0000 70%);width:320px;height:320px;animation:24s ease-in-out -12s infinite float-orb;top:35%;left:30%}.hp-orb-cta-1{background:radial-gradient(circle,#f47c202e,#0000 70%);width:520px;height:520px;animation:18s ease-in-out infinite float-orb;top:-120px;right:-120px}.hp-orb-cta-2{background:radial-gradient(circle,#9494c424,#0000 70%);width:380px;height:380px;animation:22s ease-in-out -9s infinite reverse float-orb;bottom:-90px;left:-90px}@keyframes float-orb{0%{transform:translate(0)scale(1)}25%{transform:translate(45px,-35px)scale(1.07)}50%{transform:translate(-25px,45px)scale(.94)}75%{transform:translate(35px,25px)scale(1.04)}to{transform:translate(0)scale(1)}}.hp-grid{background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0}.hp-particle{background:var(--hp-orange);border-radius:50%;animation:linear infinite particle-float;position:absolute}@keyframes particle-float{0%{opacity:0;transform:translateY(100vh)rotate(0)}5%{opacity:.5}95%{opacity:.4}to{opacity:0;transform:translateY(-10vh)rotate(540deg)}}.hp-hero-img{object-fit:cover;opacity:.07;width:100%;height:100%;position:absolute;inset:0}.hp-hero-content{z-index:2;max-width:840px;animation:hero-enter .9s var(--hp-ease) both;margin:0 auto;position:relative}@keyframes hero-enter{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}.hp-hero-content h1{color:#fff;letter-spacing:-.025em;margin-bottom:1.5rem;font-size:clamp(2.25rem,5.5vw,4.25rem);font-weight:900;line-height:1.1}.hp-hero-sub{color:#ffffffad;max-width:580px;margin:0 auto 2.75rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.8}.hp-hero-actions{animation:hero-enter .9s var(--hp-ease) .2s both;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.hp-hero-scroll{z-index:2;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hp-hero-scroll span{border:2px solid #ffffff40;border-radius:13px;width:26px;height:42px;animation:2.5s ease-in-out infinite scroll-ring;display:block;position:relative}.hp-hero-scroll span:before{content:"";background:var(--hp-orange);border-radius:2px;width:4px;height:8px;animation:2s ease-in-out infinite scroll-dot;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes scroll-ring{0%,to{border-color:#ffffff40}50%{border-color:#f47c2080}}@keyframes scroll-dot{0%,to{opacity:1;top:6px}60%{opacity:0;top:22px}}.hp-stats{background:var(--hp-navy-mid);border-bottom:1px solid #f47c201f}.hp-stats .hp-container{grid-template-columns:repeat(4,1fr);padding:0;display:grid}.hp-stat{border-right:1px solid #ffffff0d;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;padding:2.75rem 1.5rem;transition:background .35s;display:flex;position:relative;overflow:hidden}.hp-stat:after{content:"";opacity:0;background:#f47c200d;transition:opacity .35s;position:absolute;inset:0}.hp-stat:hover:after{opacity:1}.hp-stat:last-child{border-right:none}.hp-stat-number{color:var(--hp-orange);letter-spacing:-.025em;font-size:3rem;font-weight:900;line-height:1;position:relative}.hp-stat-label{color:#ffffff80;text-align:center;letter-spacing:.02em;font-size:.8rem;font-weight:500}.hp-about{background:var(--hp-off-white);padding:7rem 0}.hp-about-inner{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.hp-about-text .hp-section-tag{display:block}.hp-about-text h2{color:var(--hp-text);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(1.875rem,3vw,2.5rem);font-weight:800;line-height:1.25}.hp-about-text>p{color:var(--hp-muted);margin-bottom:2rem;font-size:1.0625rem;line-height:1.85}.hp-about-features{flex-direction:column;gap:.875rem;display:flex}.hp-feature-item{color:var(--hp-text);align-items:center;gap:.75rem;font-size:.9375rem;font-weight:600;display:flex}.hp-check{background:var(--hp-orange);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;font-weight:900;display:flex}.hp-about-visual{height:400px;position:relative}.hp-visual-bg{background:linear-gradient(145deg, var(--hp-navy) 0%, var(--hp-navy-light) 100%);border-radius:1.5rem;animation:8s ease-in-out infinite alternate visual-bg;position:absolute;inset:20px}@keyframes visual-bg{0%{transform:rotate(-1deg)scale(1)}to{transform:rotate(1deg)scale(1.02)}}.hp-visual-card{box-shadow:var(--hp-shadow-lg);z-index:2;background:#fff;border-radius:1rem;flex-direction:column;gap:.2rem;padding:1.1rem 1.4rem;display:flex;position:absolute}.hp-visual-card strong{color:var(--hp-text);font-size:1rem;font-weight:800}.hp-visual-card span{color:var(--hp-muted);font-size:.78rem}.hp-visual-icon{margin-bottom:.2rem;font-size:1.5rem}.hp-visual-card-1{animation:5s ease-in-out infinite vcard-float;top:24px;left:-16px}.hp-visual-card-2{animation:7s ease-in-out -2s infinite vcard-float-mid;top:44%;right:-16px}.hp-visual-card-3{animation:6s ease-in-out -4s infinite vcard-float;bottom:24px;left:24px}@keyframes vcard-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes vcard-float-mid{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 10px))}}.hp-services{background:#fff;padding:7rem 0}.hp-services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.hp-service-card{border:1px solid var(--hp-border);border-radius:var(--hp-radius);transition:var(--hp-transition);background:#fff;padding:2.5rem 2rem;position:relative;overflow:hidden}.hp-service-card:before{content:"";background:linear-gradient(90deg, var(--hp-orange), var(--hp-orange-lt));transform-origin:0;height:3px;transition:transform .4s var(--hp-ease);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.hp-service-card:hover:before{transform:scaleX(1)}.hp-service-card:hover{box-shadow:var(--hp-shadow-lg);border-color:#f47c201f;transform:translateY(-5px)}.hp-service-badge{background:var(--hp-orange);color:#fff;text-transform:uppercase;letter-spacing:.06em;border-radius:2rem;padding:.2rem .65rem;font-size:.68rem;font-weight:800;position:absolute;top:1.25rem;right:1.25rem}.hp-service-icon{margin-bottom:1.25rem;font-size:2.75rem;display:block}.hp-service-card h3{color:var(--hp-text);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.25rem;font-weight:800}.hp-service-card>p{color:var(--hp-muted);margin-bottom:1.75rem;font-size:.9375rem;line-height:1.75}.hp-service-features{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.hp-service-features li{color:var(--hp-text);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.hp-dot{background:var(--hp-orange);border-radius:50%;flex-shrink:0;width:6px;height:6px}.hp-how{background:var(--hp-off-white);padding:7rem 0}.hp-how-steps{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.hp-step{border-radius:var(--hp-radius);border:1px solid var(--hp-border);transition:var(--hp-transition);background:#fff;padding:2rem 1.5rem;position:relative;overflow:hidden}.hp-step:after{content:"";background:linear-gradient(90deg, var(--hp-orange), var(--hp-orange-lt));transform-origin:0;height:3px;transition:transform .4s var(--hp-ease);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.hp-step:hover:after{transform:scaleX(1)}.hp-step:hover{box-shadow:var(--hp-shadow);transform:translateY(-4px)}.hp-step-number{color:var(--hp-orange);opacity:.15;letter-spacing:-.04em;margin-bottom:1rem;font-size:3.5rem;font-weight:900;line-height:1;transition:opacity .35s;display:block}.hp-step:hover .hp-step-number{opacity:.35}.hp-step-content h3{color:var(--hp-text);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.0625rem;font-weight:800}.hp-step-content p{color:var(--hp-muted);font-size:.9rem;line-height:1.7}.hp-products{background:var(--hp-navy);padding:7rem 0;position:relative;overflow:hidden}.hp-products:before{content:"";background:radial-gradient(at 8%,#f47c201c 0%,#0000 48%),radial-gradient(at 92%,#9494c417 0%,#0000 48%);position:absolute;inset:0}.hp-products .hp-section-header h2{color:#fff}.hp-products .hp-section-header p{color:#ffffff8c}.hp-products-grid{z-index:1;grid-template-columns:1fr 1fr;gap:1.5rem;display:grid;position:relative}.hp-product-card{border-radius:var(--hp-radius);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:var(--hp-transition);background:#ffffff0b;border:1px solid #ffffff17;align-items:flex-start;gap:2rem;padding:2.5rem;display:flex}.hp-product-card:hover{background:#ffffff12;border-color:#f47c2061;transform:translateY(-4px);box-shadow:0 20px 48px #00000059}.hp-product-icon-wrap{border-radius:1.125rem;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;font-size:1.875rem;display:flex;overflow:hidden}.hp-product-logo-img{object-fit:contain;border-radius:.5rem;width:52px;height:52px}.hp-product-icon-tag{background:linear-gradient(135deg,#f47c2038,#f47c200f);border:1px solid #f47c2047}.hp-product-icon-posta{background:linear-gradient(135deg,#9494c438,#9494c40f);border:1px solid #9494c447}.hp-product-card h3{color:#fff;letter-spacing:-.02em;margin-bottom:.3rem;font-size:1.375rem;font-weight:800}.hp-product-category{text-transform:uppercase;letter-spacing:.1em;color:var(--hp-orange-lt);margin-bottom:.875rem;font-size:.72rem;font-weight:700;display:block}.hp-product-card p{color:#fff9;margin-bottom:1.25rem;font-size:.9375rem;line-height:1.75}.hp-product-tags{flex-wrap:wrap;gap:.5rem;display:flex}.hp-product-tags span{color:#ffffffa6;background:#ffffff12;border:1px solid #ffffff1a;border-radius:.4rem;padding:.25rem .65rem;font-size:.73rem;font-weight:600}.hp-blog{background:#fff;padding:7rem 0}.hp-blog-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.hp-blog-card{border:1px solid var(--hp-border);border-radius:var(--hp-radius);color:inherit;transition:var(--hp-transition);background:#fff;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.hp-blog-card:hover{box-shadow:var(--hp-shadow-lg);transform:translateY(-5px)}.hp-blog-thumb-wrap{height:200px;overflow:hidden}.hp-blog-thumb{object-fit:cover;width:100%;height:100%;transition:transform .55s}.hp-blog-card:hover .hp-blog-thumb{transform:scale(1.06)}.hp-blog-body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.hp-blog-date{color:var(--hp-muted);margin-bottom:.5rem;font-size:.78rem;display:block}.hp-blog-body h3{color:var(--hp-text);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.0625rem;font-weight:800;line-height:1.4}.hp-blog-body>p{color:var(--hp-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1rem;font-size:.9rem;line-height:1.65;display:-webkit-box;overflow:hidden}.hp-blog-link{color:var(--hp-orange);font-size:.875rem;font-weight:700;transition:letter-spacing .25s}.hp-blog-card:hover .hp-blog-link{letter-spacing:.03em}.hp-cta{background:var(--hp-navy);padding:9rem 0;position:relative;overflow:hidden}.hp-cta-bg{position:absolute;inset:0}.hp-cta-inner{z-index:2;position:relative}.hp-cta-content{text-align:center;max-width:680px;margin:0 auto}.hp-cta-content h2{color:#fff;letter-spacing:-.025em;margin-bottom:1.25rem;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:900;line-height:1.2}.hp-cta-content>p{color:#fff9;margin-bottom:2.5rem;font-size:1.0625rem;line-height:1.8}.hp-cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.reveal{opacity:0;transition:opacity .65s var(--hp-ease), transform .65s var(--hp-ease)}.reveal-up{transform:translateY(44px)}.reveal-left{transform:translate(-44px)}.reveal-right{transform:translate(44px)}.reveal.revealed{opacity:1;transform:translate(0)}.delay-0{transition-delay:0s}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}@media (width<=1024px){.hp-services-grid,.hp-how-steps,.hp-stats .hp-container{grid-template-columns:repeat(2,1fr)}.hp-stat{border-bottom:1px solid #ffffff0d}.hp-stat:nth-child(2),.hp-stat:nth-child(4){border-right:none}}@media (width<=768px){.hp-hero{min-height:90svh;padding:3.5rem 1.5rem 4rem}.hp-hero-content h1{font-size:clamp(2rem,7vw,3rem)}.hp-hero-sub{margin-bottom:2rem;font-size:1rem}.hp-hero-actions{flex-direction:column;align-items:stretch;gap:.75rem}.hp-btn-primary,.hp-btn-ghost{justify-content:center;min-height:48px}.hp-orb-1{width:340px;height:340px;top:-100px;right:-100px}.hp-orb-2{width:240px;height:240px;bottom:-60px;left:-60px}.hp-orb-3{display:none}.hp-about-inner{grid-template-columns:1fr;gap:3rem}.hp-about-visual{height:260px;overflow:visible}.hp-visual-card-1{top:16px;left:0}.hp-visual-card-2{right:0}.hp-services-grid,.hp-how-steps,.hp-products-grid{grid-template-columns:1fr}.hp-product-card{flex-direction:column;gap:1.25rem}.hp-blog-grid{grid-template-columns:1fr}.hp-section-header{margin-bottom:2.5rem}.hp-about,.hp-services,.hp-how,.hp-products,.hp-blog{padding:4.5rem 0}.hp-cta{padding:5rem 0}.hp-cta-content h2{font-size:clamp(1.75rem,6vw,2.5rem)}.hp-orb-cta-1{width:280px;height:280px}.hp-orb-cta-2{width:200px;height:200px}}@media (width<=480px){.hp-container{padding:0 1.25rem}.hp-stats .hp-container{grid-template-columns:repeat(2,1fr)}.hp-stat{padding:1.75rem 1rem}.hp-stat-number{font-size:2.25rem}.hp-hero-content h1{letter-spacing:-.015em;font-size:clamp(1.875rem,8vw,2.5rem)}.hp-hero-sub{padding:0 .25rem}.hp-particle{display:none}.hp-blog-img{height:160px}.hp-product-icon-wrap{width:56px;height:56px}.hp-product-logo-img{width:42px;height:42px}}@media (width<=360px){.hp-hero-content h1{font-size:1.75rem}.hp-btn-primary,.hp-btn-ghost{padding:.875rem 1.5rem;font-size:.9rem}.hp-stat-number{font-size:2rem}}.pg-hero{background:var(--hp-navy);text-align:center;padding:5rem 2rem 4.5rem;position:relative;overflow:hidden}.pg-hero-bg{pointer-events:none;background:radial-gradient(at 18% 55%,#f47c2026 0%,#0000 52%),radial-gradient(at 82% 45%,#9494c41a 0%,#0000 50%);position:absolute;inset:0}.pg-hero>.hp-grid{position:absolute;inset:0}.pg-hero-content{z-index:2;max-width:740px;animation:hero-enter .7s var(--hp-ease) both;margin:0 auto;position:relative}.pg-breadcrumb{color:#fff6;justify-content:center;align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.8rem;display:flex}.pg-breadcrumb a{color:#fff6;transition:color .2s}.pg-breadcrumb a:hover{color:var(--hp-orange-lt)}.pg-breadcrumb-sep{color:#fff3}.pg-hero h1{color:#fff;letter-spacing:-.025em;margin-bottom:1rem;font-size:clamp(2.125rem,4.5vw,3.25rem);font-weight:900;line-height:1.15}.pg-hero p{color:#ffffff9e;max-width:580px;margin:0 auto;font-size:1.0625rem;line-height:1.8}.pg-section{background:#fff;padding:6rem 0}.pg-section--alt{background:var(--hp-off-white)}.pg-section--dark{background:var(--hp-navy);position:relative;overflow:hidden}.pg-section--dark .hp-section-header h2{color:#fff}.pg-section--dark .hp-section-header p{color:#ffffff8c}.pg-mission-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.pg-mission-text h2{color:var(--hp-text);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(1.875rem,3vw,2.5rem);font-weight:800;line-height:1.2}.pg-mission-text p{color:var(--hp-muted);margin-bottom:1.25rem;font-size:1.0625rem;line-height:1.85}.pg-mission-text p:last-child{margin-bottom:0}.pg-mission-visual{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.pg-value-card{border:1px solid var(--hp-border);border-radius:var(--hp-radius);transition:var(--hp-transition);background:#fff;padding:1.75rem 1.5rem}.pg-value-card:hover{box-shadow:var(--hp-shadow-lg);border-color:#f47c2026;transform:translateY(-4px)}.pg-value-card:first-child{grid-column:span 2}.pg-value-icon{margin-bottom:.75rem;font-size:2rem;display:block}.pg-value-card h3{color:var(--hp-text);margin-bottom:.375rem;font-size:1rem;font-weight:800}.pg-value-card p{color:var(--hp-muted);font-size:.875rem;line-height:1.6}.pg-numbers{background:var(--hp-navy-mid);border-top:1px solid #f47c201f;border-bottom:1px solid #f47c201f;grid-template-columns:repeat(4,1fr);display:grid}.pg-numbers-item{border-right:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:.25rem;padding:2.5rem 1rem;display:flex}.pg-numbers-item:last-child{border-right:none}.pg-numbers-value{color:var(--hp-orange);letter-spacing:-.025em;font-size:2.5rem;font-weight:900;line-height:1}.pg-numbers-label{color:#ffffff80;text-align:center;font-size:.8rem}.pg-service-detail{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;padding:6rem 0;display:grid}.pg-service-detail:not(:last-child){border-bottom:1px solid var(--hp-border)}.pg-service-detail--reverse{direction:rtl}.pg-service-detail--reverse>*{direction:ltr}.pg-service-icon-large{aspect-ratio:4/3;background:linear-gradient(145deg, var(--hp-navy) 0%, var(--hp-navy-light) 100%);border-radius:1.5rem;justify-content:center;align-items:center;width:100%;font-size:5rem;display:flex;position:relative;overflow:hidden}.pg-service-icon-large:before{content:"";background:radial-gradient(at 30% 40%,#f47c202e 0%,#0000 60%);animation:8s ease-in-out infinite alternate mesh-pulse;position:absolute;inset:0}.pg-service-text .hp-section-tag{display:block}.pg-service-text h2{color:var(--hp-text);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;line-height:1.25}.pg-service-text p{color:var(--hp-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.pg-service-list{flex-direction:column;gap:.625rem;margin-bottom:2rem;list-style:none;display:flex}.pg-service-list li{color:var(--hp-text);align-items:flex-start;gap:.75rem;font-size:.9375rem;display:flex}.pg-service-list .hp-check{flex-shrink:0;margin-top:2px}.pg-blog-wrap{padding:5rem 0 7rem}.pg-blog-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.pg-blog-count{color:var(--hp-muted);font-size:.875rem}.pg-blog-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.pg-blog-card{border:1px solid var(--hp-border);border-radius:var(--hp-radius);color:inherit;transition:var(--hp-transition);background:#fff;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.pg-blog-card:hover{box-shadow:var(--hp-shadow-lg);transform:translateY(-5px)}.pg-blog-thumb-wrap{flex-shrink:0;height:210px;overflow:hidden}.pg-blog-thumb{object-fit:cover;width:100%;height:100%;transition:transform .55s}.pg-blog-card:hover .pg-blog-thumb{transform:scale(1.06)}.pg-blog-card-body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.pg-blog-date{color:var(--hp-muted);margin-bottom:.5rem;font-size:.78rem}.pg-blog-card-body h2{color:var(--hp-text);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.0625rem;font-weight:800;line-height:1.4}.pg-blog-card-body p{color:var(--hp-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1.25rem;font-size:.9rem;line-height:1.65;display:-webkit-box;overflow:hidden}.pg-blog-read-more{color:var(--hp-orange);align-items:center;gap:.375rem;font-size:.875rem;font-weight:700;transition:gap .2s;display:inline-flex}.pg-blog-card:hover .pg-blog-read-more{gap:.6rem}.pg-blog-empty{text-align:center;color:var(--hp-muted);grid-column:1/-1;padding:5rem 2rem}.pg-blog-empty p{margin-top:.5rem;font-size:1.0625rem}.pg-loading{min-height:40vh;color:var(--hp-muted);justify-content:center;align-items:center;gap:.75rem;font-size:.9375rem;display:flex}.pg-spinner{border:2.5px solid #f47c2033;border-top-color:var(--hp-orange);border-radius:50%;width:24px;height:24px;animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pg-post-hero{background:var(--hp-navy);text-align:center;padding:5rem 2rem 4.5rem;position:relative;overflow:hidden}.pg-post-hero:before{content:"";background:radial-gradient(at 20% 60%,#f47c2024 0%,#0000 55%),radial-gradient(at 80% 40%,#9494c41a 0%,#0000 50%);position:absolute;inset:0}.pg-post-hero-grid{background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0}.pg-post-hero-inner{z-index:2;max-width:760px;animation:hero-enter .7s var(--hp-ease) both;margin:0 auto;position:relative}.pg-post-meta{color:#ffffff73;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.25rem;font-size:.8rem;display:flex}.pg-post-meta a{color:var(--hp-orange-lt);transition:color .2s}.pg-post-meta a:hover{color:#fff}.pg-post-meta-sep{color:#fff3}.pg-post-title{color:#fff;letter-spacing:-.025em;margin:0;font-size:clamp(1.875rem,4vw,3rem);font-weight:900;line-height:1.18}.pg-post-body{max-width:740px;margin:0 auto;padding:4rem 2rem 6rem}.pg-post-thumbnail{object-fit:cover;width:100%;max-height:460px;box-shadow:var(--hp-shadow-lg);border-radius:1rem;margin-bottom:3rem;display:block}.pg-post-content{color:#1e293b;font-size:1.0625rem;line-height:1.875}.pg-post-content h2,.pg-post-content h3{color:var(--hp-text);letter-spacing:-.02em;margin:2.25rem 0 .875rem}.pg-post-content h2{font-size:1.75rem;font-weight:800}.pg-post-content h3{font-size:1.375rem;font-weight:700}.pg-post-content p{margin-bottom:1.25rem}.pg-post-content a{color:var(--hp-orange);text-underline-offset:3px;text-decoration:underline}.pg-post-content img{border-radius:.75rem;margin:1.75rem 0}.pg-post-content ul,.pg-post-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.pg-post-content li{margin-bottom:.375rem}.pg-post-content blockquote{border-left:3px solid var(--hp-orange);color:var(--hp-muted);margin:1.75rem 0;padding:.25rem 0 .25rem 1.25rem;font-style:italic}.pg-post-content hr{border:none;border-top:1px solid var(--hp-border);margin:2.5rem 0}.pg-post-content strong{color:var(--hp-text)}.pg-post-footer{border-top:1px solid var(--hp-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}.pg-back{color:var(--hp-orange);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;font-weight:600;transition:gap .2s,color .2s;display:inline-flex}.pg-back:hover{color:var(--hp-orange-lt);gap:.75rem}.pg-cta{background:var(--hp-navy);text-align:center;padding:7rem 2rem;position:relative;overflow:hidden}.pg-cta-bg{pointer-events:none;background:radial-gradient(at 15%,#f47c202e 0%,#0000 52%),radial-gradient(at 85%,#9494c41f 0%,#0000 52%);position:absolute;inset:0}.pg-cta-content{z-index:2;max-width:680px;margin:0 auto;position:relative}.pg-cta h2{color:#fff;letter-spacing:-.025em;margin-bottom:1rem;font-size:clamp(1.875rem,4vw,2.875rem);font-weight:900;line-height:1.2}.pg-cta p{color:#fff9;margin-bottom:2.5rem;font-size:1.0625rem;line-height:1.75}.pg-cta .hp-grid{position:absolute;inset:0}@media (width<=1024px){.pg-blog-grid,.pg-numbers{grid-template-columns:repeat(2,1fr)}.pg-numbers-item:nth-child(2){border-right:none}}@media (width<=768px){.pg-hero{padding:3rem 1.5rem 2.5rem}.pg-hero h1{font-size:clamp(1.75rem,6vw,2.5rem)}.pg-mission-grid{grid-template-columns:1fr;gap:3rem}.pg-service-detail{grid-template-columns:1fr;gap:2rem;padding:3.5rem 0}.pg-service-detail--reverse{direction:ltr}.pg-mission-visual{grid-template-columns:1fr}.pg-value-card:first-child{grid-column:auto}.pg-blog-grid{grid-template-columns:1fr}.pg-section{padding:4rem 0}.pg-cta{padding:4.5rem 1.5rem}.pg-cta h2{font-size:clamp(1.625rem,5vw,2.25rem)}.pg-post-body{padding:2.5rem 1.25rem 4.5rem}.pg-post-title{font-size:clamp(1.625rem,5.5vw,2.5rem)}.pg-numbers-item{padding:2rem 1.25rem}}@media (width<=480px){.pg-numbers{grid-template-columns:1fr 1fr}.pg-numbers-item:nth-child(2){border-right:1px solid #ffffff0d}.pg-numbers-item:nth-child(4){border-right:none}.pg-post-footer{flex-direction:column;align-items:flex-start;gap:1rem}.pg-post-content{font-size:1rem;line-height:1.8}.pg-post-content h2{font-size:1.375rem}.pg-post-content h3{font-size:1.125rem}.pg-post-content img{border-radius:.75rem}.pg-post-content pre{font-size:.8rem;overflow-x:auto}.pg-hero{padding:2.5rem 1.25rem 2rem}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#0d1b2a;background:#fff;font-family:Inter,system-ui,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.setup-page{background:#f5f5f5;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.setup-card{background:#fff;border-radius:.75rem;width:100%;max-width:560px;overflow:hidden;box-shadow:0 4px 24px #00000014}.setup-header{color:#fff;background:#1a1a1a;padding:1.75rem 2rem}.setup-header h1{margin-bottom:.375rem;font-size:1.375rem}.setup-header p{color:#aaa;font-size:.875rem}.setup-form{flex-direction:column;gap:1.125rem;padding:2rem;display:flex}.setup-step-header{margin-bottom:.5rem}.setup-step-badge{color:#555;background:#f0f0f0;border-radius:1rem;margin-bottom:.625rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.setup-step-header h2{margin-bottom:.375rem;font-size:1.125rem}.setup-step-header p{color:#666;font-size:.875rem;line-height:1.5}.setup-step-header code{background:#f0f0f0;border-radius:.25rem;padding:.1rem .35rem;font-size:.8rem}.setup-form label{flex-direction:column;gap:.375rem;font-size:.9rem;font-weight:500;display:flex}.setup-form input,.setup-form textarea{border:1px solid #d1d1d1;border-radius:.375rem;padding:.5rem .75rem;font-family:monospace;font-size:.9rem}.setup-form input{font-family:system-ui,sans-serif}.setup-form textarea{resize:vertical}.setup-btn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:.375rem;margin-top:.25rem;padding:.75rem;font-size:1rem;font-weight:600;transition:background .15s}.setup-btn:hover:not(:disabled){background:#333}.setup-btn:disabled{opacity:.6;cursor:not-allowed}.setup-error{color:#c00;background:#fff0f0;border:1px solid #fcc;border-radius:.375rem;padding:.625rem .875rem;font-size:.875rem;line-height:1.5}.setup-waiting{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 2rem;display:flex}.setup-waiting p{font-weight:500}.setup-waiting-sub{color:#888;font-size:.875rem;font-weight:400!important}.setup-spinner{border:3px solid #e5e5e5;border-top-color:#1a1a1a;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);background:#0d1b2ad9;border-bottom:1px solid #ffffff0f;transition:background .35s,box-shadow .35s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{background:#0d1b2af7;box-shadow:0 4px 32px #0000004d}.navbar-inner{justify-content:space-between;align-items:center;max-width:1200px;height:68px;margin:0 auto;padding:0 2rem;display:flex}.navbar-logo{align-items:center;display:flex}.navbar-logo-img{width:auto;height:30px;display:block}.navbar-nav{align-items:center;gap:.25rem;display:flex}.navbar-link{color:#ffffffb3;border-radius:.4rem;padding:.5rem .875rem;font-size:.9375rem;font-weight:500;transition:color .2s,background .2s;position:relative}.navbar-link:hover{color:#fff;background:#ffffff12}.navbar-link.active{color:#f47c20;font-weight:600}.navbar-cta{background:#f47c20;border-radius:.4rem;margin-left:.75rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:700;transition:background .2s,transform .2s;color:#fff!important}.navbar-cta:hover{color:#fff;background:#ff9d4e;transform:translateY(-1px)}.navbar-burger{cursor:pointer;background:0 0;border:none;border-radius:.4rem;flex-direction:column;gap:5px;padding:.5rem;transition:background .2s;display:none}.navbar-burger:hover{background:#ffffff14}.navbar-burger span{transform-origin:50%;background:#ffffffd9;border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.navbar-burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar-burger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar-burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar-backdrop{z-index:998;background:#00000080;animation:.2s fade-in;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media (width<=768px){.navbar-burger{display:flex}.navbar-nav{z-index:999;background:#0d1b2a;border-left:1px solid #ffffff12;flex-direction:column;align-items:stretch;gap:.25rem;width:min(320px,88vw);height:calc(100vh - 68px);padding:1.5rem 1rem;transition:transform .35s cubic-bezier(.4,0,.2,1);position:fixed;top:68px;right:0;overflow-y:auto;transform:translate(100%)}.navbar-nav--open{transform:translate(0)}.navbar-link{border-radius:.5rem;padding:.875rem 1rem;font-size:1rem}.navbar-cta{text-align:center;margin-top:.5rem;margin-left:0;padding:.875rem}}@media (width<=480px){.navbar-inner{padding:0 1.25rem}}.footer-new{color:#ffffffb3;background:#0d1b2a;font-size:.9rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-top{padding:5rem 0 4rem}.footer-top .footer-container{grid-template-columns:1.6fr 1fr 1fr 1.4fr;gap:3rem;display:grid}.footer-logo{width:auto;height:34px;margin-bottom:1.25rem}.footer-tagline{color:#ffffff80;max-width:260px;margin-bottom:1.5rem;font-size:.875rem;line-height:1.7}.footer-social{gap:.625rem;display:flex}.footer-social-link{color:#fff9;background:#ffffff0f;border:1px solid #ffffff14;border-radius:.5rem;justify-content:center;align-items:center;width:38px;height:38px;transition:all .25s;display:flex}.footer-social-link:hover{color:#f47c20;background:#f47c2026;border-color:#f47c204d;transform:translateY(-2px)}.footer-social-wa:hover{color:#25d366;background:#25d36626;border-color:#25d3664d}.footer-col-title{text-transform:uppercase;letter-spacing:.12em;color:#fff6;margin-bottom:1rem;font-size:.75rem;font-weight:700}.footer-links{flex-direction:column;gap:.625rem;list-style:none;display:flex}.footer-links a{color:#fff9;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:#f47c20}.footer-contact li{align-items:flex-start;gap:.625rem;display:flex}.footer-contact-icon{flex-shrink:0;font-size:.875rem;line-height:1.6}.footer-cta-btn{color:#fff;background:#f47c20;border-radius:.4rem;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.footer-cta-btn:hover{color:#fff;background:#ff9d4e;transform:translateY(-1px)}.footer-bottom{border-top:1px solid #ffffff0f;padding:1.5rem 0}.footer-bottom-inner{color:#ffffff59;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.8125rem;display:flex}.footer-heart{color:#f47c20}@media (width<=1024px){.footer-top .footer-container{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=600px){.footer-top .footer-container{grid-template-columns:1fr;gap:2rem}.footer-top{padding:3.5rem 0 2.5rem}.footer-bottom-inner{text-align:center;flex-direction:column}.footer-container{padding:0 1.25rem}}.whatsapp-fab{color:#fff;z-index:900;opacity:0;pointer-events:none;background:#25d366;border-radius:2rem;align-items:center;gap:.625rem;padding:.875rem 1.25rem;font-size:.9rem;font-weight:700;transition:opacity .3s,transform .3s,background .2s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(12px)scale(.95);box-shadow:0 4px 20px #25d36673}.whatsapp-fab--visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.whatsapp-fab:hover{color:#fff;background:#1aab55;transform:translateY(-2px)scale(1);box-shadow:0 8px 28px #25d3668c}.whatsapp-fab-label{white-space:nowrap}@media (width<=480px){.whatsapp-fab-label{display:none}.whatsapp-fab{border-radius:50%;padding:1rem}}.btn-primary{color:#fff;cursor:pointer;background:#f47c20;border:none;border-radius:.375rem;padding:.625rem 1.25rem;font-weight:600;transition:background .2s,transform .2s;display:inline-block}.btn-primary:hover{color:#fff;background:#ff9d4e;transform:translateY(-1px)}.btn-secondary{color:#f47c20;border:1px solid #f47c20;border-radius:.375rem;padding:.5rem 1rem;font-weight:500;transition:background .2s;display:inline-block}.btn-secondary:hover{background:#f47c200f}.page-content{max-width:800px;margin:4rem auto;padding:0 1.5rem}.page-content h1{margin-bottom:1rem;font-size:2rem}.hero{text-align:center;background:#f0f0f0;justify-content:center;align-items:center;min-height:60vh;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;opacity:.4;width:100%;height:100%;position:absolute;inset:0}.hero-content{z-index:1;padding:2rem;position:relative}.hero-content h1{margin-bottom:1rem;font-size:2.5rem}.hero-content p{color:#444;margin-bottom:1.5rem;font-size:1.125rem}.section-about{text-align:center;max-width:700px;margin:4rem auto;padding:0 1.5rem}.section-about h2{margin-bottom:1rem;font-size:1.75rem}.section-cta{color:#fff;text-align:center;background:#1a1a1a;margin-top:4rem;padding:4rem 1.5rem}.section-cta h2{margin-bottom:1.5rem;font-size:1.75rem}.section-cta .btn-primary{color:#1a1a1a;background:#fff}.blog-list{gap:2rem;margin-top:2rem;display:grid}.blog-card{border:1px solid #e5e5e5;border-radius:.5rem;overflow:hidden}.blog-card img{object-fit:cover;width:100%;height:200px}.blog-card-body{padding:1.25rem}.blog-card-body h2{margin-bottom:.5rem;font-size:1.25rem}.blog-card-date{color:#888;margin-bottom:.75rem;font-size:.875rem}.post-content{max-width:720px;margin:3rem auto;padding:0 1.5rem}.post-thumbnail{object-fit:cover;border-radius:.5rem;width:100%;max-height:400px;margin-bottom:2rem}.post-content h1{margin-bottom:.5rem;font-size:2rem}.post-date{color:#888;margin-bottom:2rem;font-size:.875rem}.post-body{line-height:1.75}.post-body h2,.post-body h3{margin:1.5rem 0 .75rem}.post-body p{margin-bottom:1rem}.post-body img{border-radius:.375rem;margin:1rem 0}.admin-layout{min-height:100vh;display:flex}.admin-sidebar{color:#fff;background:#1a1a1a;flex-direction:column;flex-shrink:0;gap:1.5rem;width:220px;padding:1.5rem 1rem;display:flex}.admin-sidebar h2{font-size:1.25rem}.admin-sidebar nav{flex-direction:column;gap:.75rem;display:flex}.admin-sidebar nav a{color:#ccc;border-radius:.375rem;padding:.5rem .75rem}.admin-sidebar nav a:hover{color:#fff;background:#333}.btn-logout{color:#ccc;cursor:pointer;background:0 0;border:1px solid #555;border-radius:.375rem;margin-top:auto;padding:.5rem}.btn-logout:hover{background:#333}.admin-main{flex:1;padding:2rem;overflow-y:auto}.admin-page-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.admin-main h1{margin-bottom:1.5rem;font-size:1.5rem}.admin-table{border-collapse:collapse;width:100%}.admin-table th,.admin-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e5e5e5;padding:.75rem}.admin-table th{background:#f5f5f5;font-weight:600}.admin-table button{cursor:pointer;color:#c00;background:0 0;border:none}.izitag-table-wrap{overflow-x:auto}.btn-edit{cursor:pointer;background:#f0f0f0;border:1px solid #ddd;border-radius:.375rem;padding:.3rem .75rem;font-size:.8rem}.btn-edit:hover{background:#e0e0e0}.btn-delete{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #fca5a5;border-radius:.375rem;padding:.3rem .75rem;font-size:.8rem}.btn-delete:hover{background:#fee2e2}.admin-form-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;margin-bottom:1.5rem;padding:1.5rem}.admin-form select{background:#fff;border:1px solid #d1d1d1;border-radius:.375rem;padding:.5rem .75rem;font-family:inherit;font-size:1rem}.admin-form{flex-direction:column;gap:1rem;max-width:680px;display:flex}.admin-form label{flex-direction:column;gap:.375rem;font-size:.9rem;font-weight:500;display:flex}.admin-form input,.admin-form textarea{border:1px solid #d1d1d1;border-radius:.375rem;padding:.5rem .75rem;font-family:inherit;font-size:1rem}.admin-form textarea{resize:vertical}.admin-form h3{color:#555;border-bottom:1px solid #e5e5e5;margin-top:.5rem;padding-bottom:.25rem;font-size:1rem}.checkbox-label{align-items:center;flex-direction:row!important;gap:.5rem!important}.form-actions{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.form-error{color:#c00;font-size:.875rem}.thumbnail-preview{object-fit:cover;border-radius:.375rem;width:120px;height:80px;margin-top:.5rem}.admin-login{background:#f5f5f5;justify-content:center;align-items:center;min-height:100vh;display:flex}.admin-login-form{background:#fff;border-radius:.75rem;flex-direction:column;gap:1rem;width:100%;max-width:400px;padding:2rem;display:flex;box-shadow:0 2px 12px #00000014}.admin-login-form h1{font-size:1.5rem}.admin-login-form label{flex-direction:column;gap:.375rem;font-weight:500;display:flex}.admin-login-form input{border:1px solid #d1d1d1;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem}.admin-login-form button{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:.375rem;padding:.625rem;font-size:1rem;font-weight:600}.admin-login-form button:hover{background:#333}.dashboard-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.dashboard-card{border:1px solid #e5e5e5;border-radius:.5rem;padding:1.5rem;transition:box-shadow .15s;display:block}.dashboard-card:hover{box-shadow:0 2px 8px #00000014}.dashboard-card h3{margin-bottom:.5rem;font-size:1.125rem}.dashboard-card p{color:#666;font-size:.875rem}
