@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800&family=Outfit:wght@300;400;500;600;700&display=swap";:root{--goes-blue:#2286d2;--goes-blue-dark:#1a6baa;--goes-blue-hover:#1e79cf;--goes-dark:#131517;--goes-dark-deeper:#0b0d0f;--goes-dark-card:#1a1d20;--goes-gray-dark:#dededd;--goes-gray-mid:#a3a7aa;--goes-gray-100:#f4f6f8;--goes-section-gray:#16181a;--goes-white:#fff;--goes-shadow:0 4px 24px #0006;--goes-shadow-lg:0 8px 32px #00000080;--goes-radius:12px}.site-page{color:var(--goes-gray-dark);background:var(--goes-dark);min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}.site-header{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#131517f7;border-bottom:1px solid #ffffff0f;position:sticky;top:0}.site-header-inner{justify-content:space-between;align-items:center;max-width:min(92vw,1800px);margin:0 auto;padding:12px clamp(16px,3vw,48px);display:flex}.site-header-logo img{height:48px}.site-nav{align-items:center;gap:32px;display:flex}.site-nav-link{color:var(--goes-gray-dark);font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s}.site-nav-link:hover{color:var(--goes-blue-hover)}.site-nav-link.active{color:var(--goes-blue);border-bottom:3px solid var(--goes-blue)}.site-menu-toggle{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.site-menu-toggle span{background:var(--goes-gray-dark);border-radius:2px;width:26px;height:3px;margin:5px 0;transition:all .3s;display:block}.site-container{max-width:min(92vw,1800px);margin:0 auto;padding:0 clamp(16px,3vw,48px)}.site-hero{background:var(--goes-dark);padding:clamp(48px,8vw,80px) 0 clamp(32px,5vw,60px)}.site-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(24px,3vw,48px);display:grid}.site-hero-image{order:-1;justify-content:center;display:flex}.site-hero-image img{object-fit:contain;max-height:400px}.site-hero-content{max-width:560px}.site-hero-content h1{color:var(--goes-white);margin-bottom:16px;font-family:Poppins,sans-serif;font-size:clamp(2rem,3.5vw,2.6rem);font-weight:800;line-height:1.2}.site-hero-content .subtitle{color:var(--goes-gray-mid);margin-bottom:32px;font-size:1.1rem}.site-hero-label{letter-spacing:3px;color:var(--goes-gray-mid);text-transform:uppercase;margin-bottom:8px;font-family:Poppins,sans-serif;font-weight:700}.site-hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.site-btn{cursor:pointer;text-align:center;white-space:nowrap;border:2px solid #0000;border-radius:8px;padding:14px 32px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.site-btn-primary{background:var(--goes-blue);color:var(--goes-white);border-color:var(--goes-blue)}.site-btn-primary:hover{background:var(--goes-blue-dark);border-color:var(--goes-blue-dark);color:var(--goes-white)}.site-btn-outline{color:var(--goes-blue);border-color:var(--goes-blue);background:0 0}.site-btn-outline:hover{background:var(--goes-blue);color:var(--goes-white)}.site-btn-sm{padding:10px 24px;font-size:.85rem}.site-highlight{color:var(--goes-blue)}.site-section-dia{background:linear-gradient(135deg, var(--goes-blue) 0%, var(--goes-blue-dark) 100%);color:var(--goes-white);text-align:center;padding:80px 0}.site-section-dia h2{color:var(--goes-white);margin-bottom:16px;font-family:Poppins,sans-serif;font-size:clamp(1.5rem,3vw,2.2rem)}.site-section-dia .subtitle{color:#ffffffd9;max-width:600px;margin:0 auto;font-size:1.05rem}.site-section{background:var(--goes-dark);padding:80px 0}.site-section-gray,.site-section-alt{background:var(--goes-section-gray)}.site-two-col{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(24px,3vw,48px);display:grid}.site-col-text h2{color:var(--goes-white);margin-bottom:16px;font-family:Poppins,sans-serif;font-size:clamp(1.5rem,3vw,2rem)}.site-col-text p{color:var(--goes-gray-mid);margin-bottom:16px;font-size:1rem;line-height:1.8}.site-col-text strong{color:var(--goes-gray-dark)}.site-col-image{justify-content:center;display:flex}.site-col-image img{border-radius:var(--goes-radius);object-fit:cover;width:100%;height:auto;max-height:520px}.site-method-pillars{flex-direction:column;gap:24px;display:flex}.site-method-pillar{align-items:flex-start;gap:16px;display:flex}.site-method-pillar-icon{background:#2286d226;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.site-method-pillar-icon svg{width:24px;height:24px;fill:var(--goes-blue)}.site-solutions-grid{grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,32px);display:grid}.site-solution-card{background:var(--goes-dark);border-radius:var(--goes-radius);box-shadow:var(--goes-shadow);padding:36px 28px;transition:all .3s}.site-solution-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000080}.site-solution-icon{background:#2286d226;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;display:flex}.site-solution-icon svg{width:28px;height:28px;fill:var(--goes-blue)}.site-solution-card h3{color:var(--goes-white);margin-bottom:12px;font-family:Poppins,sans-serif;font-size:1.2rem}.site-solution-card>p{color:var(--goes-gray-mid);margin-bottom:12px;font-size:.9rem}.site-solution-card ul{margin-bottom:16px;padding:0;list-style:none}.site-solution-card ul li{color:var(--goes-gray-mid);padding:6px 0 6px 20px;font-size:.85rem;position:relative}.site-solution-card ul li:before{content:"";background:var(--goes-blue);border-radius:50%;width:6px;height:6px;position:absolute;top:14px;left:0}.site-solution-link{color:var(--goes-blue);font-size:.85rem;font-weight:600;text-decoration:none}.site-solution-link:hover{text-decoration:underline}.site-blog-grid{grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,32px);display:grid}.site-blog-card{background:var(--goes-dark-card);border-radius:var(--goes-radius);box-shadow:var(--goes-shadow);transition:all .3s;overflow:hidden}.site-blog-card:hover{box-shadow:var(--goes-shadow-lg);transform:translateY(-4px)}.site-blog-card-img{background:var(--goes-dark-deeper);justify-content:center;align-items:center;height:180px;display:flex}.site-blog-card-img img{object-fit:cover;width:100%;height:100%}.site-blog-card-body{padding:24px}.site-blog-categories{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.site-blog-categories span{color:var(--goes-blue);background:#2286d226;border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:600}.site-blog-card-body h3{margin-bottom:8px;font-family:Poppins,sans-serif;font-size:1.1rem}.site-blog-card-body h3 a{color:var(--goes-white);text-decoration:none}.site-blog-card-body h3 a:hover{color:var(--goes-blue)}.site-blog-card-body p{color:var(--goes-gray-mid);margin-bottom:16px;font-size:.85rem}.site-blog-link{color:var(--goes-blue);font-size:.85rem;font-weight:600;text-decoration:none}.site-blog-link:hover{text-decoration:underline}.site-cta-banner{background:linear-gradient(135deg, var(--goes-blue) 0%, var(--goes-blue-dark) 100%);color:var(--goes-white);text-align:center;padding:80px 0}.site-cta-banner h2{color:var(--goes-white);letter-spacing:-.5px;margin-bottom:16px;font-family:Outfit,sans-serif;font-size:clamp(1.5rem,3vw,2rem)}.site-cta-banner p{color:#ffffffd9;margin-bottom:32px;font-family:Outfit,sans-serif;font-size:1.05rem}.site-cta-btn{background:var(--goes-white);color:var(--goes-dark);border:2px solid var(--goes-white);text-transform:uppercase;letter-spacing:2px;cursor:pointer;border-radius:5px;padding:14px 36px;font-family:Outfit,sans-serif;font-size:.81rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.site-cta-btn:hover{background:var(--goes-blue-hover);border-color:var(--goes-blue-hover);color:var(--goes-white);box-shadow:0 5px 30px #ffffff4d}.site-footer{background:var(--goes-dark);color:#fff9;text-align:center;border-top:1px solid #ffffff0f;padding:60px 0 40px}.site-footer-logo{margin-bottom:16px}.site-footer-logo img{filter:brightness(0)invert();height:56px;margin:0 auto}.site-footer-tagline{color:#ffffff80;margin-bottom:24px;font-family:Outfit,sans-serif;font-size:1rem}.site-footer-social{justify-content:center;gap:16px;margin-bottom:32px;display:flex}.site-footer-social a{background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:all .3s;display:flex}.site-footer-social a:hover{background:var(--goes-blue)}.site-footer-social svg{width:20px;height:20px;fill:var(--goes-white)}.site-footer-divider{background:#ffffff1a;max-width:600px;height:1px;margin:32px auto}.site-footer-bottom{font-size:.85rem}.site-footer-links{flex-wrap:wrap;justify-content:center;gap:24px;margin-top:12px;display:flex}.site-footer-links a{color:#fff9;font-size:.8rem;text-decoration:none;transition:all .3s}.site-footer-links a:hover{color:var(--goes-white);text-decoration:underline}.site-page-hero{background:linear-gradient(135deg, var(--goes-dark) 0%, var(--goes-dark-deeper) 100%);color:var(--goes-white);text-align:center;padding:120px 0 48px}.site-page-hero .site-hero-content{max-width:700px;margin:0 auto}.site-page-hero h1{color:var(--goes-white);margin-bottom:16px;font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3rem)}.site-pillars-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.site-pillar-card{background:var(--goes-dark-deeper);text-align:center;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:40px 32px;transition:all .3s;display:flex}.site-pillar-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #00000080}.site-pillar-card-icon{background:#2286d226;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;display:flex}.site-pillar-card-icon svg{width:28px;height:28px;fill:var(--goes-blue)}.site-pillar-card h3{color:var(--goes-white);margin-bottom:12px;font-family:Outfit,sans-serif;font-size:1.9rem;font-weight:600}.site-pillar-card p{color:var(--goes-gray-mid);font-size:.9rem;line-height:1.7}.site-timeline{max-width:800px;margin:0 auto;position:relative}.site-timeline:before{content:"";background:#ffffff26;width:2px;height:100%;position:absolute;left:50%;transform:translate(-50%)}.site-timeline-item{margin-bottom:48px;display:flex;position:relative}.site-timeline-item:nth-child(odd){text-align:right;flex-direction:row-reverse}.site-timeline-content{background:var(--goes-dark);border-radius:var(--goes-radius);width:45%;box-shadow:var(--goes-shadow);color:var(--goes-gray-mid);padding:24px}.site-timeline-year{background:var(--goes-blue);color:var(--goes-white);border-radius:20px;margin-bottom:8px;padding:4px 14px;font-size:.85rem;font-weight:700;display:inline-block}.site-timeline-content h4{color:var(--goes-blue);margin-bottom:8px;font-size:1.1rem}.site-timeline-content p{color:var(--goes-gray-mid);font-size:.9rem;line-height:1.7}.site-timeline-content strong{color:var(--goes-gray-dark)}.site-timeline-dot{background:var(--goes-blue);border:3px solid var(--goes-dark);width:16px;height:16px;box-shadow:0 0 0 3px var(--goes-blue);border-radius:50%;position:absolute;top:20px;left:50%;transform:translate(-50%)}.site-service-grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(24px,3vw,48px);display:grid}.site-service-grid-reversed .site-service-text{order:1}.site-service-grid-reversed .site-service-image{order:-1}.site-service-text h2{color:var(--goes-white);margin-bottom:16px;font-family:Poppins,sans-serif;font-size:clamp(1.4rem,2.5vw,1.8rem)}.site-service-text p{color:var(--goes-gray-mid);margin-bottom:16px;font-size:1rem;line-height:1.8}.site-service-text ul{margin:16px 0 24px;padding-left:20px;list-style:none}.site-service-text ul li{color:var(--goes-gray-mid);padding:6px 0 6px 20px;font-size:.95rem;position:relative}.site-service-text ul li:before{content:"";background:var(--goes-blue);border-radius:50%;width:6px;height:6px;position:absolute;top:14px;left:0}.site-service-image{border-radius:var(--goes-radius);overflow:hidden}.site-service-image img{object-fit:cover;width:100%;height:360px;display:block}.site-contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(24px,3vw,48px);display:grid}.site-form-group{margin-bottom:20px}.site-form-group label{color:var(--goes-white);margin-bottom:6px;font-size:.9rem;font-weight:600;display:block}.site-form-group input,.site-form-group textarea,.site-form-group select{width:100%;color:var(--goes-white);background:#ffffff0d;border:2px solid #ffffff26;border-radius:8px;padding:12px 16px;font-family:Inter,sans-serif;font-size:.95rem;transition:all .3s}.site-form-group input:focus,.site-form-group textarea:focus,.site-form-group select:focus{border-color:var(--goes-blue);outline:none;box-shadow:0 0 0 3px #2286d226}.site-form-group textarea{resize:vertical;min-height:120px}.site-contact-info-card{border-radius:var(--goes-radius);background:#ffffff0a;border:1px solid #ffffff14;padding:32px}.site-contact-info-item{align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.site-contact-info-item:last-child{margin-bottom:0}.site-contact-info-icon{background:var(--goes-blue);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.site-contact-info-icon svg{width:20px;height:20px;fill:var(--goes-white)}.site-contact-info-item h4{color:var(--goes-white);margin-bottom:4px;font-size:.95rem}.site-contact-info-item p{color:var(--goes-gray-mid);font-size:.9rem}.site-contact-info-item a{color:var(--goes-blue);text-decoration:none}.site-post-content{max-width:800px;margin:0 auto;padding:48px 24px}.site-post-content h2{color:var(--goes-white);margin:32px 0 12px;font-family:Poppins,sans-serif;font-size:1.5rem}.site-post-content h3{color:var(--goes-white);margin:24px 0 8px;font-family:Poppins,sans-serif;font-size:1.2rem}.site-post-content p{color:var(--goes-gray-mid);margin-bottom:16px;font-size:1.02rem}.site-post-content ul{margin:16px 0;padding-left:24px}.site-post-content li{color:var(--goes-gray-mid);margin-bottom:8px}.site-post-meta{color:var(--goes-gray-mid);align-items:center;gap:16px;margin-bottom:32px;font-size:.85rem;display:flex}.site-post-meta .cat{color:var(--goes-blue);background:#2286d226;border-radius:4px;padding:4px 12px;font-weight:600}.site-commitment{text-align:center;max-width:800px;margin:0 auto}.site-commitment h2{color:var(--goes-white);margin-bottom:12px;font-family:Poppins,sans-serif}.site-commitment p{color:var(--goes-gray-mid);font-size:1.05rem}@media (width<=1280px){.site-container{max-width:100%;padding:0 clamp(16px,4vw,48px)}.site-hero-grid{gap:32px}.site-hero-image img{max-height:360px}}@media (width<=1024px){.site-solutions-grid,.site-blog-grid,.site-pillars-grid{grid-template-columns:repeat(2,1fr)}.site-hero-grid{gap:24px}.site-hero-content h1{font-size:2.2rem}.site-section,.site-section-dia,.site-cta-banner,.site-cta-post{padding:64px 0}.site-service-grid,.site-two-col,.site-contact-grid{gap:32px}}@media (width<=768px){.site-menu-toggle{display:block}.site-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#131517fa;border-bottom:1px solid #ffffff0f;flex-direction:column;gap:12px;max-height:80vh;padding:24px;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 12px 40px #00000080}.site-nav.active{display:flex}.site-nav-link{border-radius:8px;padding:12px 16px;font-size:1rem;transition:background .2s}.site-nav-link:hover,.site-nav-link.active{background:#2286d21a;border-bottom:none}.site-nav .site-btn{text-align:center;margin-top:8px}.site-hero{padding:40px 0 32px}.site-hero-grid{text-align:center;grid-template-columns:1fr;gap:32px}.site-hero-content{max-width:100%}.site-hero-content h1{font-size:2rem}.site-hero-buttons{justify-content:center}.site-hero-image{order:-1;max-height:260px}.site-hero-image img{max-height:260px}.site-hero-label{letter-spacing:2px;font-size:.75rem}.site-two-col,.site-service-grid,.site-contact-grid{grid-template-columns:1fr;gap:32px}.site-service-grid-reversed .site-service-text,.site-service-grid-reversed .site-service-image{order:unset}.site-service-image img{height:260px}.site-col-image img{max-height:360px}.site-solutions-grid,.site-blog-grid,.site-pillars-grid{grid-template-columns:1fr}.site-pillar-card{min-height:auto;padding:32px 24px}.site-timeline:before{left:20px}.site-timeline-item,.site-timeline-item:nth-child(odd){text-align:left;flex-direction:row;padding-left:48px}.site-timeline-content{width:100%}.site-timeline-dot{left:20px}.site-section,.site-section-dia{padding:48px 0}.site-page-hero{padding:100px 0 40px}.site-page-hero h1{font-size:1.8rem}.site-cta-banner,.site-cta-post{padding:48px 0}.site-contact-info-card{padding:24px}.site-form-success{padding:40px 24px}.site-service-text h2{font-size:1.5rem}.site-footer{padding:48px 0 32px}.site-footer-social{gap:12px}.site-footer-links{gap:16px}.site-post-content{padding:32px 16px}.site-share-overlay{align-items:flex-end;padding:16px}.site-share-modal{border-radius:16px 16px 0 0;max-height:85vh;overflow-y:auto}.site-share-actions{grid-template-columns:1fr 1fr;gap:8px;padding:12px 16px 20px}.site-share-inline{flex-direction:column;gap:12px;padding:32px 0}.site-method-pillar-icon{width:40px;height:40px}.site-method-pillar-icon svg{width:20px;height:20px}}@media (width<=480px){.site-hero-content h1{font-size:1.6rem}.site-page-hero h1{font-size:1.4rem}.site-col-text h2,.site-service-text h2,.site-section-dia h2,.site-cta-banner h2,.site-cta-post-content h2{font-size:1.3rem}.site-btn{padding:12px 24px;font-size:.85rem}.site-hero-buttons{flex-direction:column;align-items:stretch}.site-hero-buttons .site-btn{text-align:center}.site-solution-card{padding:28px 20px}.site-blog-card-img{height:160px}.site-blog-card-body{padding:20px}.site-header-logo img{height:40px}.site-header-inner{padding:10px 16px}.site-page-hero{padding:88px 0 32px}.site-section,.site-cta-banner,.site-cta-post,.site-section-dia{padding:40px 0}.site-footer{padding:40px 0 24px}.site-footer-logo img{height:44px}.site-footer-social a{width:40px;height:40px}.site-footer-links{flex-direction:column;align-items:center;gap:8px}.site-form-group input,.site-form-group textarea,.site-form-group select{font-size:16px}.site-contact-info-card{padding:20px}.site-contact-info-item{gap:12px}.site-contact-info-icon{width:38px;height:38px}.site-timeline-item,.site-timeline-item:nth-child(odd){padding-left:40px}.site-timeline-content{padding:20px}.site-commitment p{font-size:.95rem}.site-share-preview-img{height:140px}.site-share-btn{padding:10px 12px;font-size:.8rem}.site-post-cover img{height:220px!important}.site-post-content h2{font-size:1.25rem}.site-post-content p{font-size:.95rem}.site-blog-categories span{padding:3px 8px;font-size:.7rem}.site-form-row{grid-template-columns:1fr}}@media (width<=360px){.site-container{padding:0 12px}.site-hero-content h1{font-size:1.4rem}.site-page-hero h1{font-size:1.2rem}.site-btn{padding:10px 18px;font-size:.8rem}.site-cta-btn{letter-spacing:1px;padding:12px 24px;font-size:.75rem}.site-solution-card{padding:24px 16px}.site-blog-card-body{padding:16px}.site-pillar-card{padding:24px 16px}.site-pillar-card h3{font-size:1.6rem}.site-footer-bottom{font-size:.75rem}.site-share-actions{grid-template-columns:1fr}.site-form-success{padding:32px 16px}.site-form-success h3{font-size:1.2rem}}@media (hover:none) and (pointer:coarse){.site-nav-link{align-items:center;min-height:44px;display:flex}.site-btn{min-height:44px}.site-footer-social a{min-width:44px;min-height:44px}.site-footer-links a{align-items:center;min-height:44px;display:inline-flex}.site-solution-card:hover,.site-blog-card:hover,.site-pillar-card:hover{transform:none}}@supports (padding:env(safe-area-inset-bottom)){.site-footer{padding-bottom:calc(32px + env(safe-area-inset-bottom))}.site-share-modal{padding-bottom:env(safe-area-inset-bottom)}.site-header-inner{padding-left:max(clamp(16px, 3vw, 48px), env(safe-area-inset-left));padding-right:max(clamp(16px, 3vw, 48px), env(safe-area-inset-right))}}@media (height<=500px) and (orientation:landscape){.site-hero{padding:24px 0}.site-hero-image img{max-height:180px}.site-page-hero{padding:80px 0 24px}.site-section{padding:32px 0}.site-nav{max-height:60vh}}@media (prefers-reduced-motion:reduce){.site-solution-card,.site-blog-card,.site-pillar-card{transition:none}.site-solution-card:hover,.site-blog-card:hover,.site-pillar-card:hover{transform:none}.site-nav-link,.site-btn,.site-footer-social a{transition:none}}.site-post-meta{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.site-post-share-btn{color:var(--goes-blue);cursor:pointer;background:#2286d226;border:none;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.82rem;font-weight:600;transition:all .3s;display:inline-flex}.site-post-share-btn:hover{background:var(--goes-blue);color:var(--goes-white)}.site-post-share-btn svg{width:14px;height:14px}.site-share-overlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.site-share-modal{background:var(--goes-dark-card);border-radius:16px;width:100%;max-width:480px;overflow:hidden;box-shadow:0 16px 64px #0009}.site-share-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.site-share-header h3{color:var(--goes-white);margin:0;font-family:Poppins,sans-serif;font-size:1.05rem}.site-share-close{color:var(--goes-gray-mid);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:1.5rem;transition:background .2s}.site-share-close:hover{color:var(--goes-white);background:#ffffff1a}.site-share-preview{padding:16px 24px}.site-share-preview-img{border-radius:10px;width:100%;height:180px;margin-bottom:14px;overflow:hidden}.site-share-preview-img img{object-fit:cover;width:100%;height:100%}.site-share-preview-body h4{color:var(--goes-white);margin:0 0 8px;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.4}.site-share-preview-body p{color:var(--goes-gray-mid);margin:0 0 10px;font-size:.85rem;line-height:1.5}.site-share-meta{color:var(--goes-gray-mid);gap:12px;font-size:.75rem;display:flex}.site-share-categories{gap:6px;margin-bottom:8px;display:flex}.site-share-categories span{color:var(--goes-blue);background:#2286d226;border-radius:4px;padding:3px 8px;font-size:.7rem;font-weight:600}.site-share-actions{grid-template-columns:1fr 1fr;gap:10px;padding:16px 24px 24px;display:grid}.site-share-btn{color:var(--goes-white);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.site-share-btn:hover{background:#ffffff1a;border-color:#fff3}.site-share-btn-copy.copied{color:#22c026;background:#22c02626;border-color:#22c0264d}.site-share-inline{border-top:1px solid #ffffff14;justify-content:center;align-items:center;gap:16px;margin-top:8px;padding:40px 0;display:flex}.site-share-inline svg{width:20px;height:20px;stroke:var(--goes-blue)}.site-share-inline span{color:var(--goes-gray-mid);font-size:1rem;font-weight:500}.site-share-btn-inline{border:1px solid var(--goes-blue);color:var(--goes-blue);cursor:pointer;background:0 0;border-radius:24px;align-items:center;gap:8px;padding:10px 28px;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}.site-share-btn-inline:hover{background:var(--goes-blue);color:var(--goes-white)}.site-cta-post{background:linear-gradient(135deg, var(--goes-blue) 0%, var(--goes-blue-dark) 100%);text-align:center;padding:80px 0}.site-cta-post-content h2{color:var(--goes-white);margin-bottom:12px;font-family:Poppins,sans-serif;font-size:clamp(1.5rem,3vw,2.2rem)}.site-cta-post-content p{color:#ffffffe6;max-width:600px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:1.05rem}.site-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=640px){.site-form-row{grid-template-columns:1fr}}.site-form-success{text-align:center;border-radius:var(--goes-radius);background:#ffffff08;border:1px solid #ffffff14;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 40px;display:flex}.site-form-success-icon{background:#22c02626;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.site-form-success-icon svg{stroke:#22c026;width:36px;height:36px}.site-form-success h3{color:var(--goes-white);margin:0;font-family:Poppins,sans-serif;font-size:1.5rem}.site-form-success p{color:var(--goes-gray-mid);max-width:340px;margin:0;font-size:.95rem;line-height:1.6}.site-form-success strong{color:var(--goes-blue)}.site-form-error{color:#f87171;background:#dc26261f;border:1px solid #dc26264d;border-radius:8px;align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;font-size:.88rem;display:flex}.site-form-error svg{stroke:#f87171;flex-shrink:0;width:18px;height:18px}.site-btn:disabled{opacity:.6;cursor:wait}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{color:#dededd;background:#131517;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}img,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#131517}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}::selection{color:#fff;background:#2286d259}
