.phco-home{--bg:#050505;--bg-2:#0b0b10;--card:#0d0d12;--card-2:#12121a;--text:#f7f8ff;--muted:#b9bdd3;--line:#ffffff14;--purple:#a56bff;--pink:#ff57c8;--blue:#6f8dff;--cyan:#68d9ff;--gradient:linear-gradient(135deg, var(--pink), var(--purple) 52%, var(--blue));--shadow:0 24px 70px #0000006b;--max:1160px}body:has(.phco-home){--bg:#050505;--bg-2:#0b0b10;--card:#0d0d12;--card-2:#12121a;--text:#f7f8ff;--muted:#b9bdd3;--line:#ffffff14;--purple:#a56bff;--pink:#ff57c8;--blue:#6f8dff;--cyan:#68d9ff;--gradient:linear-gradient(135deg, var(--pink), var(--purple) 52%, var(--blue));--shadow:0 24px 70px #0000006b;--max:1160px}.phco-home,.phco-home *{box-sizing:border-box;margin:0;padding:0}html:has(.phco-home){scroll-behavior:smooth}body:has(.phco-home){color:var(--text);background:radial-gradient(circle at 12% 14%,#ff57c829,#0000 0 22rem),radial-gradient(circle at 88% 10%,#68d9ff24,#0000 0 20rem),radial-gradient(circle at 80% 56%,#6f8dff1f,#0000 0 22rem),radial-gradient(circle at 20% 82%,#a56bff1f,#0000 0 18rem),linear-gradient(#060606 0%,#09090d 52%,#050505 100%);min-height:100vh;font-family:Arial,Helvetica,sans-serif;line-height:1.6}.phco-home a{color:inherit;text-decoration:none}.phco-home .container{width:min(calc(100% - 32px), var(--max));margin:auto}.phco-home .header{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050505d6;border-bottom:1px solid #ffffff0f;position:sticky;top:0;box-shadow:0 8px 36px #00000042}.phco-home .nav{justify-content:space-between;align-items:center;gap:24px;min-height:78px;display:flex}.phco-home .brand{align-items:center;gap:14px;font-weight:800;display:flex}.phco-home .brand-mark{background:#ffffff05;border-radius:16px;place-items:center;width:54px;height:54px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0d,0 0 28px #a56bff1f}.phco-home .brand-mark img{object-fit:cover;filter:drop-shadow(0 0 16px #a56bff61);width:100%;height:100%;display:block}.phco-home .brand-wordmark{align-items:center;display:flex}.phco-home .brand-wordmark img{filter:drop-shadow(0 0 20px #a56bff38);width:min(190px,38vw);height:auto;display:block}.phco-home .menu{align-items:center;gap:24px;display:flex}.phco-home .menu a{color:var(--muted);font-size:.94rem;font-weight:700}.phco-home .menu a:hover{color:#fff}.phco-home .menu .contact-link{color:#fff;background:#9a63ff1f;border:1px solid #9a63ff99;border-radius:999px;padding:11px 16px}.phco-home .menu-button{color:#f7f5ff;-webkit-backdrop-filter:blur(14px);letter-spacing:-.01em;cursor:pointer;background:#ffffff0b;border:1px solid #ffffff1c;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-width:88px;height:44px;padding:0 13px;font:800 .88rem/1 Arial,Helvetica,sans-serif;transition:border-color .18s,background .18s,transform .18s,box-shadow .18s;display:none;box-shadow:inset 0 1px #ffffff0e,0 10px 26px #0000003d}.phco-home .menu-button:hover{background:#a56bff17;border-color:#b77bff57}.phco-home .menu-button:active{transform:scale(.97)}.phco-home .menu-button[aria-expanded=true]{background:linear-gradient(135deg,#ff57c821,#708dff21);border-color:#c984ff7a;box-shadow:inset 0 1px #ffffff14,0 12px 30px #0000004d,0 0 24px #a56bff1a}.phco-home .menu-button-icon{flex:0 0 18px;width:18px;height:14px;position:relative}.phco-home .menu-button-icon span{background:currentColor;border-radius:999px;width:18px;height:2px;transition:top .18s,transform .18s,opacity .14s;position:absolute;left:0}.phco-home .menu-button-icon span:first-child{top:0}.phco-home .menu-button-icon span:nth-child(2){top:6px}.phco-home .menu-button-icon span:nth-child(3){top:12px}.phco-home .menu-button[aria-expanded=true] .menu-button-icon span:first-child{top:6px;transform:rotate(45deg)}.phco-home .menu-button[aria-expanded=true] .menu-button-icon span:nth-child(2){opacity:0;transform:scaleX(.35)}.phco-home .menu-button[aria-expanded=true] .menu-button-icon span:nth-child(3){top:6px;transform:rotate(-45deg)}.phco-home .menu-button-label{transform:translateY(-.5px)}.phco-home .hero{align-items:center;min-height:calc(100vh - 78px);padding:90px 0 72px;display:flex;position:relative;overflow:hidden}.phco-home .hero:after{content:"";border:1px solid #9a63ff24;border-radius:42%;width:520px;height:520px;position:absolute;top:-130px;right:-210px;transform:rotate(28deg);box-shadow:inset 0 0 90px #3c9dff14}.phco-home .hero-grid{z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;gap:68px;display:grid;position:relative}.phco-home .tag{text-transform:uppercase;letter-spacing:.12em;color:#dde4ff;align-items:center;gap:10px;margin-bottom:24px;font-size:.82rem;font-weight:800;display:inline-flex}.phco-home .tag:before{content:"";background:var(--gradient);border-radius:99px;width:28px;height:3px}.phco-home h1{letter-spacing:-.042em;text-wrap:balance;max-width:780px;margin-bottom:26px;padding-right:.06em;font-size:clamp(3rem,6vw,5.6rem);line-height:1.06}.phco-home .gradient-text{background:var(--gradient);color:#0000;-webkit-background-clip:text;background-clip:text;padding-bottom:.04em;padding-right:.04em;display:inline}.phco-home .hero-copy p{max-width:690px;color:var(--muted);font-size:1.14rem}.phco-home .hero-actions{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.phco-home .btn{border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;min-height:52px;padding:0 22px;font-weight:800;transition:all .2s;display:inline-flex}.phco-home .btn-primary{background:var(--gradient);box-shadow:0 14px 36px #6f4fdc59}.phco-home .btn-secondary{border-color:var(--line);background:#ffffff09}.phco-home .hero-points{color:#ccd4f2;flex-wrap:wrap;gap:18px;margin-top:24px;font-size:.9rem;display:flex}.phco-home .hero-points span{align-items:center;gap:8px;display:flex}.phco-home .hero-points span:before{content:"✓";color:var(--cyan);font-weight:900}.phco-home .hero-visual{isolation:isolate;place-items:center;min-height:660px;display:grid;position:relative}.phco-home .hero-visual:before{content:"";aspect-ratio:1;filter:blur(18px);z-index:-2;background:radial-gradient(circle,#a56bff29,#6f8dff12 38%,#0000 72%);border-radius:50%;width:min(490px,96%);position:absolute}.phco-home .hero-carousel{background:linear-gradient(#0f101cf0,#0a0a12fa);border:1px solid #ffffff17;border-radius:28px;width:min(470px,100%);position:relative;overflow:hidden;box-shadow:0 32px 72px #00000075,inset 0 1px #ffffff08}.phco-home .hero-carousel:after{content:"";filter:blur(28px);z-index:0;pointer-events:none;background:radial-gradient(circle,#a56bff29,#0000 70%);height:34%;position:absolute;inset:auto 12% -18%}.phco-home .carousel-topbar{z-index:2;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:16px;padding:15px 18px 13px;display:flex;position:relative}.phco-home .carousel-dots-top{gap:8px;display:flex}.phco-home .carousel-dots-top span{background:linear-gradient(135deg, var(--pink), var(--purple));opacity:.9;border-radius:50%;width:10px;height:10px;box-shadow:0 0 14px #a56bff66}.phco-home .carousel-dots-top span:nth-child(2){background:linear-gradient(135deg, var(--purple), var(--blue))}.phco-home .carousel-dots-top span:nth-child(3){background:linear-gradient(135deg, var(--blue), var(--cyan))}.phco-home .carousel-label{letter-spacing:.12em;text-transform:uppercase;color:#e1e3f2;font-size:.76rem;font-weight:800}.phco-home .carousel-stage{z-index:2;padding:16px 16px 10px;position:relative}.phco-home .carousel-slide{display:none}.phco-home .carousel-slide.active{animation:.32s carousel-in;display:block}@keyframes carousel-in{0%{opacity:.28;transform:translate(8px)}to{opacity:1;transform:none}}.phco-home .carousel-media-frame{aspect-ratio:4/5;background:#050508;border:1px solid #ffffff12;border-radius:20px;width:100%;position:relative;overflow:hidden;box-shadow:inset 0 0 36px #6f8dff0d}.phco-home .carousel-media{object-fit:cover;object-position:center;background:#050505;width:100%;height:100%;display:block}.phco-home .carousel-expand{z-index:4;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#06070dc2;border:1px solid #ffffff2b;border-radius:13px;place-items:center;width:42px;height:42px;font-size:1.08rem;transition:all .18s;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 10px 28px #00000057}.phco-home .carousel-expand:hover{background:#a56bff38;border-color:#c67dff9e;transform:translateY(-1px)}.phco-home .carousel-caption{min-height:var(--carousel-caption-height,auto);align-content:start;gap:8px;padding:16px 4px 4px;display:grid}.phco-home .carousel-caption-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.phco-home .carousel-badge{color:#fff;letter-spacing:.04em;background:#ffffff09;border:1px solid #ffffff1c;border-radius:999px;align-items:center;gap:8px;width:max-content;padding:7px 11px;font-size:.75rem;font-weight:800;display:inline-flex}.phco-home .carousel-badge:before{content:"";background:var(--cyan);border-radius:50%;width:8px;height:8px;box-shadow:0 0 12px #68d9ffe6}.phco-home .carousel-slide-number{color:#9297b0;letter-spacing:.08em;font-size:.78rem;font-weight:800}.phco-home .carousel-caption h3{letter-spacing:-.025em;font-size:1.2rem;line-height:1.2}.phco-home .carousel-caption p{color:#c7cbdd;max-width:48ch;font-size:.9rem;line-height:1.46}.phco-home .carousel-controls{z-index:2;justify-content:space-between;align-items:center;gap:14px;padding:9px 16px 16px;display:flex;position:relative}.phco-home .carousel-nav{gap:10px;display:flex}.phco-home .carousel-btn{color:#fff;cursor:pointer;appearance:none;background:#ffffff08;border:1px solid #ffffff1a;border-radius:14px;place-items:center;width:42px;height:42px;padding:0;line-height:0;transition:all .2s;display:grid}.phco-home .carousel-btn svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;width:18px;height:18px;display:block}.phco-home .carousel-btn:hover{background:#a56bff14;border-color:#a56bff73;transform:translateY(-1px)}.phco-home .carousel-dots{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.phco-home .carousel-dot{cursor:pointer;background:#ffffff2e;border:none;border-radius:50%;width:9px;height:9px;padding:0;transition:all .18s}.phco-home .carousel-dot.active{background:var(--gradient);border-radius:999px;width:28px;box-shadow:0 0 18px #a56bff73}.phco-home .media-lightbox{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f0;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.phco-home .media-lightbox.open{display:flex}.phco-home .media-lightbox-dialog{place-items:center;width:min(96vw,1500px);height:min(92vh,980px);display:grid;position:relative}.phco-home .media-lightbox-content{place-items:center;width:100%;height:100%;display:grid;overflow:hidden}.phco-home .media-lightbox-content img,.phco-home .media-lightbox-content video{object-fit:contain;background:#000;border-radius:14px;width:auto;max-width:100%;height:auto;max-height:100%;display:block;box-shadow:0 28px 90px #000000b8}.phco-home .media-lightbox-close{z-index:3;color:#fff;cursor:pointer;background:#08080ed6;border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:46px;height:46px;font-size:1.5rem;line-height:1;display:grid;position:absolute;top:-4px;right:-4px;box-shadow:0 14px 36px #00000061}.phco-home .media-lightbox-close:hover{background:#a56bff38;border-color:#a56bffa6}body.lightbox-open:has(.phco-home){overflow:hidden}@media (max-width:720px){.phco-home .media-lightbox{padding:12px}.phco-home .media-lightbox-dialog{width:100%;height:calc(100vh - 24px)}.phco-home .media-lightbox-close{top:8px;right:8px}.phco-home .media-lightbox-content img,.phco-home .media-lightbox-content video{border-radius:8px}}.phco-home .automation-board{box-shadow:var(--shadow), inset 0 0 0 1px #a56bff0a;background:linear-gradient(145deg,#101018f2,#08080cfa);border:1px solid #ffffff14;border-radius:28px;padding:18px}.phco-home .board-top{border-bottom:1px solid var(--line);gap:7px;padding-bottom:16px;display:flex}.phco-home .dot{background:#ff72b3;border-radius:50%;width:10px;height:10px}.phco-home .dot:nth-child(2){background:var(--purple)}.phco-home .dot:nth-child(3){background:var(--cyan)}.phco-home .flow{padding-top:18px}.phco-home .flow-step{border:1px solid var(--line);background:#ffffff06;border-radius:16px;align-items:center;gap:14px;padding:15px;display:flex}.phco-home .flow-icon{background:var(--gradient);border-radius:13px;place-items:center;width:44px;min-width:44px;height:44px;font-weight:900;display:grid}.phco-home .flow-step strong{margin-bottom:2px;display:block}.phco-home .connector{background:var(--gradient);width:2px;height:26px;margin:0 0 0 36px}.phco-home .board-result{background:linear-gradient(135deg,#3c9dff24,#9a63ff24);border-radius:16px;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;padding:18px;display:flex}.phco-home .board-result strong{font-size:1.5rem}.phco-home .board-result span{color:#baf3ff;font-size:.86rem;font-weight:800}.phco-home .section.alt{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(#ffffff04,#ffffff02)}.phco-home .section-head{justify-content:space-between;align-items:flex-end;gap:36px;margin-bottom:44px;display:flex}.phco-home .section-head h2{letter-spacing:-.04em;max-width:760px;font-size:clamp(2.2rem,4vw,3.7rem);line-height:1.05}.phco-home .section-head p{color:var(--muted);max-width:500px}.phco-home .services-head{max-width:900px;display:block}.phco-home .services-head p{max-width:720px;margin-top:22px;font-size:1.02rem;line-height:1.75}.phco-home .cards{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.phco-home .card{background:linear-gradient(145deg,#0e0e14eb,#09090df5);border:1px solid #ffffff14;border-radius:22px;min-height:245px;padding:26px;position:relative;overflow:hidden;box-shadow:0 10px 35px #0003}.phco-home .card:after{content:"";background:radial-gradient(circle,#9a63ff33,#0000 65%);border-radius:50%;width:180px;height:180px;position:absolute;bottom:-100px;right:-80px}.phco-home .card-icon{background:var(--gradient);border-radius:16px;place-items:center;width:52px;height:52px;margin-bottom:22px;font-size:1.35rem;font-weight:900;display:grid}.phco-home .card h3{margin-bottom:10px;font-size:1.18rem}.phco-home .card p{color:var(--muted);font-size:.96rem}.phco-home .process-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.phco-home .step{background:linear-gradient(145deg,#0e0e14e0,#08080cf0);border:1px solid #ffffff14;border-radius:22px;padding:28px;box-shadow:0 8px 26px #0000002e}.phco-home .step-number{background:var(--gradient);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:18px;font-size:2.8rem;font-weight:900;line-height:1}.phco-home .step h3{margin-bottom:10px;font-size:1.18rem}.phco-home .step p{color:var(--muted)}.phco-home .how-layout{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:center;gap:42px;display:grid}.phco-home .how-layout .automation-board{max-width:none}.phco-home .outcomes-list{gap:28px;display:grid}.phco-home .outcome-item{grid-template-columns:58px 1fr;align-items:start;gap:18px;display:grid}.phco-home .outcome-icon{background:linear-gradient(145deg,#a56bff1f,#6f8dff0d);border:1px solid #a56bff47;border-radius:18px;place-items:center;width:58px;height:58px;display:grid;box-shadow:inset 0 0 24px #a56bff0d}.phco-home .outcome-icon svg{stroke:#a56bff;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px #a56bff59);width:34px;height:34px}.phco-home .outcome-item h3{margin-bottom:5px;font-size:1.08rem}.phco-home .outcome-item p{color:var(--muted);font-size:.95rem}.phco-home .why-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.phco-home .why-box{background:linear-gradient(135deg,#ff57c81a,#6f8dff12 55%,#68d9ff12);border:1px solid #ffffff14;border-radius:24px;padding:30px;box-shadow:0 12px 30px #0000002e}.phco-home .why-box h3{margin-bottom:16px;font-size:1.4rem}.phco-home .why-list{gap:13px;list-style:none;display:grid}.phco-home .why-list li{color:#d9e0f8;padding-left:28px;position:relative}.phco-home .why-list li:before{content:"✓";color:var(--cyan);font-weight:900;position:absolute;top:0;left:0}.phco-home .contact-box{box-shadow:var(--shadow), inset 0 0 0 1px #ffffff0f;background:linear-gradient(135deg,#ff57c833,#a56bff2e 48%,#6f8dff2e);border-radius:30px;grid-template-columns:1.25fr .75fr;align-items:center;gap:36px;padding:54px;display:grid}.phco-home .contact-box h2{letter-spacing:-.04em;margin-bottom:16px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05}.phco-home .contact-box p{color:#ffffffe6;max-width:720px}.phco-home .contact-actions{flex-direction:column;gap:12px;display:flex}.phco-home .contact-actions .btn{color:#161a36;background:#fff;width:100%}.phco-home .contact-actions .btn:last-child{color:#fff;background:#070b1fe6}.phco-home .footer{border-top:1px solid var(--line);color:#9ea5c7;background:#00000047;padding:30px 0;font-size:.85rem}.phco-home .footer-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px 24px;display:flex}.phco-home .footer-social{justify-content:center;align-items:center;gap:12px;width:100%;margin-top:6px;display:flex}.phco-home .footer-social a{background:linear-gradient(145deg,#ffffff0d,#ffffff04);border:1px solid #ffffff1a;border-radius:50%;place-items:center;width:44px;height:44px;transition:all .2s;display:grid;box-shadow:0 10px 24px #0003}.phco-home .footer-social a:hover{background:linear-gradient(135deg,#ff57c829,#6f8dff29);border-color:#a56bffbf;transform:translateY(-3px);box-shadow:0 12px 28px #6f8dff29}.phco-home .footer-social svg{fill:#f2f3ff;width:20px;height:20px}.phco-home .nav-social{gap:10px;margin-left:6px;display:flex}.phco-home .nav-social a{border:1px solid var(--line);background:#ffffff08;border-radius:50%;place-items:center;width:36px;height:36px;transition:all .2s;display:grid}.phco-home .nav-social a:hover{background:#9a63ff1f;border-color:#9a63ff99}.phco-home .nav-social svg{fill:#dde4ff;width:16px;height:16px}@media (max-width:720px){.phco-home .nav-social{margin:18px 0 0}}@media (max-width:930px){.phco-home .hero-grid,.phco-home .how-layout,.phco-home .why-grid,.phco-home .contact-box{grid-template-columns:1fr}.phco-home .hero{min-height:auto}.phco-home .cards{grid-template-columns:1fr 1fr}.phco-home .section-head{flex-direction:column;align-items:flex-start}.phco-home .automation-board{max-width:700px}.phco-home .hero-visual{min-height:auto}.phco-home .hero-carousel{width:min(470px,100%)}}@media (max-width:720px){.phco-home .nav{min-height:72px;position:relative}.phco-home .menu-button{display:inline-flex}.phco-home .menu{z-index:120;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#0f0f15fa,#07070bfc);border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;align-items:stretch;gap:4px;padding:10px;display:none;position:absolute;top:calc(100% + 10px);left:0;right:0;box-shadow:0 24px 60px #0000007a,0 0 32px #a56bff14}.phco-home .menu.open{display:flex}.phco-home .menu a{color:#d8dcef;border-radius:12px;width:100%;padding:12px 14px;font-size:.96rem}.phco-home .menu a:hover{color:#fff;background:#ffffff0e}.phco-home .menu .contact-link{text-align:center;background:linear-gradient(135deg,#ff57c824,#708dff29);border-color:#a56bff80;margin-top:4px}.phco-home .brand-text span{display:none}.phco-home .hero{padding-top:58px}.phco-home .hero-grid{gap:30px}.phco-home .hero-visual{min-height:auto}.phco-home .hero-carousel{width:100%}.phco-home .carousel-stage{padding:12px 12px 8px}.phco-home .carousel-caption{padding:14px 2px 3px}.phco-home .carousel-caption h3{font-size:1.08rem}.phco-home .carousel-caption p{font-size:.86rem}.phco-home .how-layout{gap:34px}.phco-home .outcomes-list{gap:22px}.phco-home .cards,.phco-home .process-grid{grid-template-columns:1fr}.phco-home .contact-box{padding:34px 24px}.phco-home .hero-actions .btn{width:100%}}.phco-home .footer-legal{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:center;gap:10px 18px;width:100%;margin-top:4px;padding-top:18px;display:flex}.phco-home .footer-legal a{color:#b7c0df;font-size:.84rem;transition:all .2s}.phco-home .footer-legal a:hover{color:#fff}.phco-home .footer-company{border-top:1px solid var(--line);color:#d5daf2;text-align:center;width:100%;margin-top:2px;padding-top:16px;font-size:.84rem;line-height:1.8}.phco-home .footer-company strong{color:#fff;font-weight:700}@media (max-width:720px){.phco-home .footer-row{text-align:center;justify-content:center}.phco-home .footer-legal{flex-direction:column;align-items:center}}.phco-home .brand-wordmark{letter-spacing:.22em;text-transform:uppercase;white-space:nowrap;background:linear-gradient(90deg,#fff 0%,#eadcff 28%,#c67dff 63%,#f0d9ff 100%);color:#0000;text-shadow:0 0 15px #c67dff47;filter:drop-shadow(0 0 10px #a56bff33);transform-origin:0;-webkit-background-clip:text;background-clip:text;font-family:Arial Black,Trebuchet MS,Arial,sans-serif;font-size:1.55rem;font-weight:900;line-height:1;transform:scaleX(1.06);display:inline-block!important}@media (max-width:520px){.phco-home .brand-wordmark{letter-spacing:.16em;font-size:1.2rem}}.phco-home{--site-font:"Segoe UI Variable Text", "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;--site-bg:#07080b;--site-surface:#0d0f14;--site-surface-2:#11141b;--site-text:#f5f6fb;--site-muted:#9aa2b5;--site-border:#ffffff16;--site-border-strong:#ffffff24;--site-pink:#f34ec6;--site-purple:#9a68f5;--site-blue:#6f86ff;--site-green:#35d985;--site-gradient:linear-gradient(135deg, var(--site-pink), var(--site-purple) 52%, var(--site-blue));--site-shadow:0 20px 60px #00000047}body:has(.phco-home){--site-font:"Segoe UI Variable Text", "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;--site-bg:#07080b;--site-surface:#0d0f14;--site-surface-2:#11141b;--site-text:#f5f6fb;--site-muted:#9aa2b5;--site-border:#ffffff16;--site-border-strong:#ffffff24;--site-pink:#f34ec6;--site-purple:#9a68f5;--site-blue:#6f86ff;--site-green:#35d985;--site-gradient:linear-gradient(135deg, var(--site-pink), var(--site-purple) 52%, var(--site-blue));--site-shadow:0 20px 60px #00000047}.phco-home,.phco-home .legal-page{font-optical-sizing:auto;font-synthesis:none;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;letter-spacing:-.006em;color:var(--site-text);font-family:var(--site-font)!important;background:radial-gradient(circle at 8% 2%,#f34ec613,#0000 29rem),radial-gradient(circle at 94% 4%,#6f86ff12,#0000 31rem),linear-gradient(#07080b,#090b10 58%,#07080b)!important}.phco-home:before,.phco-home .legal-page:before{content:"";z-index:-1;pointer-events:none;opacity:.2;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:46px 46px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 76%);mask-image:linear-gradient(#000,#0000 76%)}.phco-home button,.phco-home input,.phco-home select,.phco-home textarea,.phco-home .legal-page button,.phco-home .legal-page input,.phco-home .legal-page select,.phco-home .legal-page textarea{font-family:inherit!important}.phco-home ::selection,.phco-home .legal-page ::selection{color:#fff;background:#9a68f557}.phco-home .container{width:min(100% - 48px,1180px)!important}.phco-home .header{box-shadow:none!important;-webkit-backdrop-filter:blur(20px)saturate(140%)!important;backdrop-filter:blur(20px)saturate(140%)!important;background:#07080bd1!important;border-bottom:1px solid #fff1!important}.phco-home .nav{gap:20px!important;height:auto!important;min-height:68px!important}.phco-home .brand{gap:11px!important;font-weight:720!important}.phco-home .brand-mark{background:#ffffff06!important;border-radius:13px!important;width:44px!important;height:44px!important;box-shadow:inset 0 0 0 1px #ffffff0e,0 8px 28px #9a68f51c!important}.phco-home .brand-mark img{filter:drop-shadow(0 0 12px #a56bff40)!important;width:44px!important;height:44px!important}.phco-home .brand-wordmark{font-family:var(--site-font)!important;letter-spacing:.24em!important;text-shadow:none!important;filter:none!important;font-size:1.16rem!important;font-weight:750!important}.phco-home .menu{align-items:center!important;gap:6px!important}.phco-home .menu a{color:#aeb5c5!important;letter-spacing:-.01em!important;border-radius:9px!important;padding:9px 11px!important;font-size:.82rem!important;font-weight:600!important}.phco-home .menu a:hover{color:#fff!important;background:#ffffff0b!important}.phco-home .menu .contact-link{color:#f3eaff!important;box-shadow:none!important;background:#9a68f513!important;border:1px solid #9a68f54d!important;padding:9px 14px!important}.phco-home .menu-button{border-color:var(--site-border)!important;background:#ffffff06!important;border-radius:10px!important;width:40px!important;height:40px!important}.phco-home .nav-social a{border-color:var(--site-border)!important;background:#ffffff06!important;border-radius:10px!important;width:36px!important;height:36px!important}.phco-home .hero{min-height:auto!important;padding:76px 0!important}.phco-home .hero:after{opacity:.42!important}.phco-home .hero-grid{align-items:start!important;gap:52px!important}.phco-home .hero-copy{align-self:start!important}.phco-home .tag{color:#d7c2ff!important;letter-spacing:.07em!important;background:#9a68f511!important;border:1px solid #9a68f542!important;border-radius:999px!important;min-height:29px!important;padding:0 11px!important;font-size:.68rem!important;font-weight:700!important}.phco-home .hero-copy h1{letter-spacing:-.046em!important;max-width:780px!important;margin:18px 0!important;font-size:clamp(2.75rem,4.85vw,4.35rem)!important;font-weight:760!important;line-height:1.055!important;overflow:visible!important}.phco-home .hero-copy,.phco-home .hero-copy h1{overflow:visible!important}.phco-home .hero-title-line{width:max-content!important;max-width:100%!important;padding-right:.1em!important;display:block!important;overflow:visible!important}.phco-home .hero-gradient-word,.phco-home .hero-gradient-line{-webkit-box-decoration-break:clone;box-decoration-break:clone;margin-right:-.02em!important;padding-right:.1em!important;display:inline-block!important;overflow:visible!important}.phco-home .hero-title-last{vertical-align:top!important;margin-bottom:-.04em!important;padding-bottom:.18em!important;line-height:1.14!important}.phco-home .hero-copy p{color:#aeb7c9!important;letter-spacing:-.006em!important;max-width:650px!important;font-size:.92rem!important;line-height:1.72!important}.phco-home .hero-actions{gap:10px!important;margin-top:25px!important}.phco-home .btn{letter-spacing:-.012em!important;min-height:40px!important;box-shadow:none!important;border-radius:12px!important;padding:0 16px!important;font-size:.8rem!important;font-weight:650!important;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s!important}.phco-home .btn:hover{transform:translateY(-1px)!important}.phco-home .btn-primary{color:#fff!important;background:linear-gradient(135deg,#a56bff 0%,#8d64ff 58%,#708dff 100%)!important;border:1px solid #bea0ff61!important;box-shadow:0 10px 26px #8b5ef638!important}.phco-home .btn-secondary{color:#e8eaf1!important;background:#ffffff06!important;border:1px solid #ffffff18!important;box-shadow:inset 0 1px #ffffff06!important}.phco-home .hero-points{gap:8px 18px!important;margin-top:23px!important}.phco-home .hero-points span{color:#8f99ad!important;letter-spacing:-.004em!important;font-size:.73rem!important}.phco-home .hero-carousel{border:1px solid var(--site-border)!important;box-shadow:var(--site-shadow)!important;background:linear-gradient(145deg,#11141ceb,#080a0efa)!important;border-radius:20px!important}.phco-home .carousel-topbar,.phco-home .carousel-caption{border-color:#fff1!important}.phco-home .carousel-label,.phco-home .carousel-slide-number,.phco-home .carousel-caption p{color:#8f98aa!important;font-size:.76rem!important}.phco-home .carousel-caption h3{letter-spacing:-.025em!important;font-size:.95rem!important}.phco-home .carousel-btn,.phco-home .carousel-expand{border-color:var(--site-border)!important;background:#ffffff09!important;border-radius:10px!important}.phco-home .section{padding:84px 0!important}.phco-home .section.alt{background:#ffffff03!important;border-top:1px solid #ffffff0b!important;border-bottom:1px solid #ffffff0b!important}.phco-home .section-head{gap:28px!important;margin-bottom:30px!important}.phco-home .section-head h2{letter-spacing:-.052em!important;max-width:790px!important;font-size:clamp(2rem,3.8vw,3.15rem)!important;font-weight:710!important;line-height:1.07!important}.phco-home .section-head p{color:var(--site-muted)!important;font-size:.93rem!important;line-height:1.62!important}.phco-home .cards{gap:14px!important}.phco-home .card{border:1px solid var(--site-border)!important;background:linear-gradient(145deg,#0f1117f5,#090b0ffa)!important;border-radius:16px!important;padding:23px!important;box-shadow:0 10px 35px #0000002e!important}.phco-home .card:after{opacity:.45!important}.phco-home .card-icon{border-radius:11px!important;width:42px!important;height:42px!important;font-size:1rem!important}.phco-home .card h3{letter-spacing:-.03em!important;margin-top:20px!important;font-size:1.05rem!important;font-weight:680!important}.phco-home .card p{color:#969fb1!important;font-size:.86rem!important;line-height:1.62!important}.phco-home .how-layout{gap:18px!important}.phco-home .automation-board,.phco-home .outcome-item,.phco-home .why-box{border:1px solid var(--site-border)!important;background:linear-gradient(145deg,#0f1117f5,#090b0ffa)!important;box-shadow:0 12px 42px #0003!important}.phco-home .automation-board{border-radius:18px!important}.phco-home .flow-step{background:#ffffff06!important;border-color:#ffffff12!important;border-radius:13px!important}.phco-home .flow-icon{border-radius:10px!important;width:39px!important;height:39px!important;font-size:.72rem!important}.phco-home .flow-step strong{font-size:.89rem!important;font-weight:650!important}.phco-home .flow-step span{color:#8f98aa!important;font-size:.76rem!important}.phco-home .board-result{border-radius:13px!important;font-size:.78rem!important}.phco-home .outcome-item{border-radius:15px!important;padding:18px!important}.phco-home .outcome-icon{border-radius:11px!important;width:40px!important;height:40px!important}.phco-home .outcome-item h3,.phco-home .why-box h3{letter-spacing:-.025em!important;font-size:1rem!important;font-weight:670!important}.phco-home .outcome-item p,.phco-home .why-list li{color:#949daf!important;font-size:.83rem!important;line-height:1.58!important}.phco-home .why-grid{gap:14px!important}.phco-home .why-box{border-radius:16px!important;padding:24px!important}.phco-home .contact{padding:76px 0!important}.phco-home .contact-box{box-shadow:var(--site-shadow)!important;background:linear-gradient(120deg,#f34ec613,#9a68f512,#6f86ff0e)!important;border:1px solid #9a68f53b!important;border-radius:19px!important;padding:30px 32px!important}.phco-home .contact-box h2{letter-spacing:-.045em!important;font-size:clamp(1.7rem,3vw,2.55rem)!important;font-weight:710!important}.phco-home .contact-box p{color:#9da5b7!important;font-size:.91rem!important;line-height:1.62!important}.phco-home .footer{background:#0506099e!important;border-top:1px solid #fff1!important;padding:24px 0!important}.phco-home .footer-row{color:#7f8798!important;gap:16px!important;font-size:.75rem!important}.phco-home .footer-social a{border-color:var(--site-border)!important;background:#ffffff06!important;border-radius:9px!important;width:34px!important;height:34px!important}.phco-home .footer-legal{gap:7px 15px!important}.phco-home .footer-legal a{color:#81899a!important;font-size:.72rem!important}.phco-home .legal-page .container{width:min(100% - 40px,1040px)!important}.phco-home .legal-page .header{z-index:20;top:0;-webkit-backdrop-filter:blur(20px)saturate(140%)!important;backdrop-filter:blur(20px)saturate(140%)!important;box-shadow:none!important;background:#07080bd6!important;border-bottom:1px solid #fff1!important;position:sticky!important}.phco-home .legal-page .nav{height:auto!important;min-height:68px!important}.phco-home .legal-page .brand{gap:11px!important;font-weight:720!important}.phco-home .legal-page .brand img{filter:drop-shadow(0 0 12px #a56bff40)!important;border-radius:13px!important;width:44px!important;height:44px!important}.phco-home .legal-page .brand-wordmark{font-family:var(--site-font)!important;letter-spacing:.24em!important;text-shadow:none!important;filter:none!important;font-size:1.16rem!important;font-weight:750!important}.phco-home .legal-page .back{border:1px solid var(--site-border)!important;color:#dfe2ea!important;background:#ffffff06!important;border-radius:11px!important;align-items:center!important;min-height:38px!important;padding:0 14px!important;font-size:.82rem!important;font-weight:600!important;text-decoration:none!important;display:inline-flex!important}.phco-home .legal-page .back:hover{background:#9a68f513!important;border-color:#9a68f566!important;transform:translateY(-1px)!important}.phco-home .legal-page .hero{background:0 0!important;border:0!important;padding:70px 0 34px!important}.phco-home .legal-page .eyebrow{color:#d7c2ff!important;letter-spacing:.08em!important;text-transform:uppercase!important;background:#9a68f512!important;border:1px solid #9a68f542!important;border-radius:999px!important;align-items:center!important;min-height:29px!important;padding:0 10px!important;font-size:.68rem!important;font-weight:650!important;display:inline-flex!important}.phco-home .legal-page .hero h1{letter-spacing:-.06em!important;margin:17px 0 10px!important;font-size:clamp(2.35rem,5vw,3.8rem)!important;font-weight:730!important;line-height:1.02!important}.phco-home .legal-page .updated{color:#8992a5!important;margin:0!important;font-size:.78rem!important}.phco-home .legal-page .content{background:0 0!important;padding:0 0 72px!important}.phco-home .legal-page .article{border:1px solid var(--site-border)!important;max-width:880px!important;box-shadow:var(--site-shadow)!important;background:linear-gradient(145deg,#0f1117f5,#090b0ffa)!important;border-radius:18px!important;padding:32px 36px 38px!important}.phco-home .legal-page .article h2{letter-spacing:-.03em!important;color:#f2f3f8!important;margin:30px 0 9px!important;font-size:1.15rem!important;font-weight:680!important;line-height:1.35!important}.phco-home .legal-page .article h2:first-child{margin-top:0!important}.phco-home .legal-page .article p,.phco-home .legal-page .article li{color:#a0a8ba!important;font-size:.91rem!important;line-height:1.72!important}.phco-home .legal-page .article ul,.phco-home .legal-page .article ol{padding-left:21px!important}.phco-home .legal-page .article li+li{margin-top:7px!important}.phco-home .legal-page .article a{color:#c9adff!important;text-underline-offset:3px!important;text-decoration-color:#c9adff66!important}.phco-home .legal-page .footer{background:#0506099e!important;border-top:1px solid #fff1!important;padding:22px 0!important}.phco-home .legal-page .footer-row{color:#7f8798!important;font-size:.75rem!important}.phco-home .legal-page .footer-social a{border-color:var(--site-border)!important;background:#ffffff06!important;border-radius:9px!important;width:34px!important;height:34px!important}@media (max-width:920px){.phco-home .hero{padding-top:62px!important}.phco-home .hero-grid{gap:38px!important}.phco-home .section{padding:68px 0!important}}@media (max-width:760px){.phco-home .container{width:min(100% - 30px,1180px)!important}.phco-home .nav{min-height:64px!important}.phco-home .brand-mark,.phco-home .brand-mark img{width:40px!important;height:40px!important}.phco-home .brand-wordmark{font-size:1.06rem!important}.phco-home .menu{border-color:var(--site-border)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:#090b0ff7!important;top:64px!important}.phco-home .menu a{font-size:.84rem!important}.phco-home .hero{padding:46px 0 54px!important}.phco-home .hero-copy h1{font-size:clamp(2.45rem,12.2vw,3.45rem)!important}.phco-home .hero-actions{grid-template-columns:1fr!important;display:grid!important}.phco-home .hero-actions .btn{width:100%!important}.phco-home .section{padding:58px 0!important}.phco-home .section-head h2{font-size:clamp(1.85rem,9.5vw,2.55rem)!important}.phco-home .card,.phco-home .why-box{padding:20px!important}.phco-home .contact{padding:58px 0!important}.phco-home .contact-box{padding:25px 22px!important}.phco-home .legal-page .container{width:min(100% - 30px,1040px)!important}.phco-home .legal-page .nav{min-height:64px!important}.phco-home .legal-page .brand img{width:40px!important;height:40px!important}.phco-home .legal-page .brand-wordmark{font-size:1.06rem!important}.phco-home .legal-page .back{padding:0 11px!important;font-size:.76rem!important}.phco-home .legal-page .hero{padding:50px 0 27px!important}.phco-home .legal-page .article{border-radius:15px!important;padding:25px 22px 30px!important}}@media (prefers-reduced-motion:reduce){.phco-home *,.phco-home .legal-page *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.phco-home{--phco-navbar-max:1240px;--phco-navbar-height:68px;--phco-navbar-border:#ffffff13;--phco-navbar-surface:#07080bdb;--phco-navbar-text:#eef0f7}body:has(.phco-home){--phco-navbar-max:1240px;--phco-navbar-height:68px;--phco-navbar-border:#ffffff13;--phco-navbar-surface:#07080bdb;--phco-navbar-text:#eef0f7}.phco-home .phco-navbar{z-index:80!important;background:var(--phco-navbar-surface)!important;border:0!important;border-bottom:1px solid var(--phco-navbar-border)!important;width:100%!important;box-shadow:none!important;-webkit-backdrop-filter:blur(20px)saturate(140%)!important;position:sticky!important;top:0!important}.phco-home .phco-navbar-inner{width:min(calc(100% - 56px), var(--phco-navbar-max))!important;min-height:var(--phco-navbar-height)!important;height:var(--phco-navbar-height)!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;margin:0 auto!important;padding:0!important;display:flex!important}.phco-home .phco-navbar-brand{color:#fff!important;flex:none!important;justify-content:flex-start!important;align-items:center!important;gap:11px!important;min-width:0!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.phco-home .phco-navbar-logo{background:#ffffff06!important;border-radius:13px!important;flex:0 0 44px!important;place-items:center!important;width:44px!important;height:44px!important;display:grid!important;overflow:hidden!important;box-shadow:inset 0 0 0 1px #ffffff0e,0 8px 28px #9a68f51a!important}.phco-home .phco-navbar-logo img{object-fit:cover!important;border-radius:inherit!important;filter:drop-shadow(0 0 12px #a56bff45)!important;border:0!important;width:100%!important;height:100%!important;display:block!important}.phco-home .phco-navbar-wordmark{letter-spacing:.24em!important;text-transform:uppercase!important;white-space:nowrap!important;background:linear-gradient(90deg,#fff 0%,#eadcff 30%,#c67dff 68%,#f0d9ff 100%)!important;color:#0000!important;text-shadow:none!important;filter:none!important;-webkit-background-clip:text!important;background-clip:text!important;margin:0!important;font-family:Segoe UI Variable Text,Segoe UI,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif!important;font-size:1.16rem!important;font-weight:750!important;line-height:1!important;display:inline-block!important;transform:none!important}.phco-home .phco-navbar-actions{flex:0 auto!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;min-width:0!important;display:flex!important}.phco-home .phco-navbar-btn{box-sizing:border-box!important;min-width:0!important;height:38px!important;min-height:38px!important;color:var(--phco-navbar-text)!important;letter-spacing:-.01em!important;text-align:center!important;white-space:nowrap!important;appearance:none!important;cursor:pointer!important;box-shadow:none!important;background:#ffffff06!important;border:1px solid #ffffff16!important;border-radius:11px!important;flex:none!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0 14px!important;font-family:Segoe UI Variable Text,Segoe UI,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif!important;font-size:.84rem!important;font-weight:600!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.phco-home .phco-navbar-btn:hover,.phco-home .phco-navbar-btn:focus-visible{color:#fff!important;background:#a56bff14!important;border-color:#a56bff6b!important;outline:none!important;transform:translateY(-1px)!important}.phco-home .phco-navbar-btn:active{transform:translateY(0)!important}.phco-home .phco-navbar .hidden{display:none!important}@media (max-width:760px){.phco-home .phco-navbar-inner{width:min(calc(100% - 28px), var(--phco-navbar-max))!important;gap:10px!important;height:64px!important;min-height:64px!important}.phco-home .phco-navbar-brand{gap:9px!important}.phco-home .phco-navbar-logo{border-radius:12px!important;flex-basis:40px!important;width:40px!important;height:40px!important}.phco-home .phco-navbar-wordmark{letter-spacing:.19em!important;font-size:1.05rem!important}.phco-home .phco-navbar-actions{gap:6px!important}.phco-home .phco-navbar-btn{border-radius:10px!important;height:36px!important;min-height:36px!important;padding:0 11px!important;font-size:.78rem!important}}@media (max-width:560px){.phco-home .phco-navbar-wordmark{display:none!important}}@media (max-width:360px){.phco-home .phco-navbar-inner{gap:7px!important;width:calc(100% - 20px)!important}.phco-home .phco-navbar-logo{border-radius:10px!important;flex-basis:36px!important;width:36px!important;height:36px!important}.phco-home .phco-navbar-actions{gap:4px!important}.phco-home .phco-navbar-btn{border-radius:9px!important;height:34px!important;min-height:34px!important;padding:0 8px!important;font-size:.71rem!important}}@media (prefers-reduced-motion:reduce){.phco-home .phco-navbar-btn{transition:none!important}.phco-home .phco-navbar-btn:hover,.phco-home .phco-navbar-btn:focus-visible{transform:none!important}}.phco-home .phco-toast-root{top:calc(76px + env(safe-area-inset-top,0px));z-index:2500;pointer-events:none;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed;right:20px}.phco-home .phco-toast{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f7f8fd;pointer-events:auto;opacity:0;background:linear-gradient(160deg,#0f121bf5,#080a10f7);border:1px solid #ffffff1f;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:start;gap:12px;width:min(360px,100vw - 28px);padding:14px 14px 14px 12px;transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .24s,border-color .24s;display:grid;transform:translateY(-8px)scale(.98);box-shadow:0 18px 55px #0000006b,inset 0 1px #ffffff0d}.phco-home .phco-toast.show{opacity:1;transform:translate(0,0)scale(1)}.phco-home .phco-toast.hide{opacity:0;transform:translateY(-10px)scale(.98)}.phco-home .phco-toast:before{content:"";border-radius:inherit;pointer-events:none;background:radial-gradient(circle at 0 0,#f34ec614,#0000 42%),radial-gradient(circle at 100%,#6f86ff17,#0000 36%);position:absolute;inset:0}.phco-home .phco-toast{position:relative;overflow:hidden}.phco-home .phco-toast-icon{z-index:1;background:#ffffff0f;border:1px solid #ffffff14;border-radius:12px;place-items:center;width:34px;height:34px;font-size:16px;font-weight:800;display:grid;position:relative}.phco-home .phco-toast-body{z-index:1;gap:4px;min-width:0;display:grid;position:relative}.phco-home .phco-toast-title{letter-spacing:-.015em;font-size:.83rem;font-weight:800;line-height:1.15}.phco-home .phco-toast-text{color:#d6dbef;word-break:break-word;font-size:.84rem;line-height:1.5}.phco-home .phco-toast-close{z-index:1;appearance:none;color:#b8bfd9;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:2px 3px;font-size:20px;line-height:1;transition:background .2s,color .2s;position:relative}.phco-home .phco-toast-close:hover{color:#fff;background:#ffffff12}.phco-home .phco-toast.success{border-color:#50df9747}.phco-home .phco-toast.success .phco-toast-icon{color:#6df0af;background:#50df971f;border-color:#50df9733}.phco-home .phco-toast.error{border-color:#ff678447}.phco-home .phco-toast.error .phco-toast-icon{color:#ff8ea6;background:#ff67841f;border-color:#ff678433}.phco-home .phco-toast.warning{border-color:#ffca5a47}.phco-home .phco-toast.warning .phco-toast-icon{color:#ffd976;background:#ffca5a1f;border-color:#ffca5a33}.phco-home .phco-toast.info{border-color:#a56bff42}.phco-home .phco-toast.info .phco-toast-icon{color:#c8a5ff;background:#a56bff1f;border-color:#a56bff38}@media (max-width:640px){.phco-home .phco-toast-root{top:calc(70px + env(safe-area-inset-top,0px));align-items:stretch;left:14px;right:14px}.phco-home .phco-toast{width:100%}}@media (prefers-reduced-motion:reduce){.phco-home .phco-toast{transition:none}}@media (max-width:720px){.phco-home .menu-button{color:#f7f5ff!important;-webkit-backdrop-filter:blur(14px)!important;background:#ffffff0b!important;border:1px solid #ffffff1c!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;gap:9px!important;width:auto!important;min-width:88px!important;height:44px!important;padding:0 13px!important;font:800 .88rem/1 Segoe UI,Arial,sans-serif!important;display:inline-flex!important;box-shadow:inset 0 1px #ffffff0e,0 10px 26px #0000003d!important}.phco-home .menu-button[aria-expanded=true]{background:linear-gradient(135deg,#ff57c821,#708dff21)!important;border-color:#c984ff7a!important;box-shadow:inset 0 1px #ffffff14,0 12px 30px #0000004d,0 0 24px #a56bff1a!important}.phco-home .hero-visual{display:none!important}.phco-home .hero-grid{grid-template-columns:1fr!important}}.phco-home .hero-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;max-width:650px!important;margin-top:22px!important;display:grid!important}.phco-home .hero-summary-item{background:radial-gradient(circle at 100% 0,#a56bff13,#0000 58%),#ffffff06!important;border:1px solid #ffffff13!important;border-radius:14px!important;align-content:start!important;gap:5px!important;min-height:88px!important;padding:14px 15px!important;display:grid!important}.phco-home .hero-summary-item strong{color:#f3f4fb!important;letter-spacing:-.012em!important;font-size:.78rem!important;font-weight:750!important;line-height:1.35!important}.phco-home .hero-summary-item span{color:#8f99ad!important;letter-spacing:-.004em!important;font-size:.72rem!important;line-height:1.55!important}@media (max-width:760px){.phco-home .hero-summary{grid-template-columns:1fr!important}.phco-home .hero-summary-item{min-height:0!important}}
