@font-face{font-family:Lexend Deca;src:url(/fonts/LexendDeca-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lexend Deca;src:url(/fonts/LexendDeca-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Lexend Deca;src:url(/fonts/LexendDeca-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Lexend Deca;src:url(/fonts/LexendDeca-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--color-light-bg: #ffffff;--color-light-surface: #f9fafb;--color-text-dark: #1f2937;--color-text-subtle: #6b7280;--color-border-subtle: #e5e7eb;--color-border-strong: #d1d5db;--sky-deep-blue: #0066cc;--color-gray-900: var(--color-text-dark);--color-gray-600: var(--color-text-subtle);--color-border: var(--color-border-strong);--color-white: var(--color-light-bg);--color-gray-50: var(--color-light-surface);--sky-deep-blue-2: #2b8cff;--accent-gradient: linear-gradient(120deg, var(--sky-deep-blue) 0%, #4aa3ff 100%);--space-section: clamp(5rem, 11vw, 9rem);--radius-sm: .75rem;--radius-md: 1.25rem;--radius-lg: 1.75rem;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .04), 0 1px 3px rgba(16, 24, 40, .06);--shadow-md: 0 10px 30px -12px rgba(16, 24, 40, .18);--shadow-lg: 0 30px 60px -25px rgba(0, 102, 204, .35);--fs-section-title: clamp(2rem, 1.2rem + 2.4vw, 3.25rem)}::selection{background:#0066cc2e}html{scroll-behavior:smooth}body{font-family:Lexend Deca,sans-serif;margin:0;padding:0;color:var(--color-gray-900);background-color:var(--color-white);transition:background-color .5s}button{font-family:inherit}.app-root{position:relative;overflow-y:visible;min-height:100dvh}.hero-section,.concept-section,.showcase-section,.final-cta-section,.footer-root{position:relative}.header-root{position:sticky;top:0;z-index:1000;background-color:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 2px 4px #0000000d;border-bottom:1px solid var(--color-border-subtle)}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.text-center{text-align:center}.leading-tight{line-height:1.25}.header-content{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;padding-bottom:1rem}.header-logo-container{display:flex;align-items:baseline;font-size:20px;font-weight:800;color:var(--color-gray-900);text-decoration:none}.header-logo-prefix{color:var(--sky-deep-blue)}.header-logo-suffix{color:var(--color-gray-900);text-decoration:none;transition:color .2s}.header-logo-tld{color:var(--sky-deep-blue)}.header-nav{display:flex;align-items:center;gap:1rem}.header-nav-link{font-weight:500;color:var(--color-white);background-color:var(--sky-deep-blue);text-decoration:none;padding:.5rem .75rem;border-radius:.25rem;transition:color .3s,background-color .3s}.header-nav-link:hover{color:var(--sky-deep-blue);background-color:var(--color-border-subtle)}.hero-section{height:calc(100vh - 60px);display:flex;align-items:flex-end;justify-content:center;padding-top:0;padding-bottom:0;border-bottom:1px solid var(--color-border-subtle);position:relative;overflow:hidden;color:var(--color-gray-900)}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.9;z-index:0;filter:blur(1px);transform:scale(1.05);pointer-events:none}.hero-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to right,#fffffff7,#ffffffe6 30%,#ffffff8c,#fff0 80%)}.hero-section.home{align-items:center;height:100vh;background:radial-gradient(120% 80% at 80% 0%,#0066cc14,#06c0 60%),linear-gradient(to bottom,var(--color-light-surface) 0%,var(--color-white) 100%)}.hero-section.home:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(0,102,204,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,102,204,.05) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(100% 70% at 50% 30%,#000 0%,transparent 75%);mask-image:radial-gradient(100% 70% at 50% 30%,#000 0%,transparent 75%);z-index:0}.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;width:100%}.hero-intro{display:flex;flex-direction:column;align-items:flex-start;text-align:left;position:relative}.hero-eyebrow{font-size:.95rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--sky-deep-blue);margin:0 0 1rem}.hero-lead{font-size:1.15rem;line-height:1.6;color:var(--color-text-subtle);max-width:34rem;margin:1.5rem 0 2.25rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-cta-ghost{background-image:none;background-color:transparent;color:var(--sky-deep-blue);box-shadow:none}.hero-cta-ghost:hover{background-image:none;background-color:#0066cc0f;box-shadow:none}.hero-portrait{position:relative;display:flex;justify-content:center;align-items:center}.hero-phone{position:relative;width:290px;max-width:100%;border-radius:40px;overflow:hidden;animation:heroPortraitIn .8s cubic-bezier(.22,1,.36,1) both;background-color:transparent}.hero-phone-img{display:block;width:100%;height:auto}.hero-app-grid{position:absolute;top:13%;left:7%;right:7%;display:grid;grid-template-columns:repeat(4,1fr);gap:7%;z-index:2}.hero-app{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none;transition:transform .15s ease}.hero-app:hover{transform:scale(1.08)}.hero-app img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:22%;box-shadow:0 4px 12px #00000040;display:block}.hero-app span{font-size:11px;font-weight:500;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.45)}.hero-dock-btn{position:absolute;bottom:7%;left:50%;transform:translate(-50%);background:#ffffff2e;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(255,255,255,.4);color:var(--sky-deep-blue);font-size:13px;font-weight:700;letter-spacing:.04em;padding:12px 30px;border-radius:22px;text-decoration:none;white-space:nowrap;box-shadow:0 8px 24px #0000002e,inset 0 1px #ffffff80;transition:transform .15s ease,background .2s ease;z-index:3}.hero-dock-btn:hover{background:#ffffff4d;transform:translate(-50%) scale(1.04)}@keyframes heroPortraitIn{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);width:26px;height:42px;border:2px solid var(--color-border-strong);border-radius:14px;display:flex;justify-content:center;padding-top:8px;z-index:2}.scroll-hint-dot{width:4px;height:8px;border-radius:2px;background-color:var(--sky-deep-blue);animation:scrollHintMove 1.6s ease-in-out infinite}@keyframes scrollHintMove{0%{opacity:0;transform:translateY(0)}40%{opacity:1}80%{opacity:0;transform:translateY(12px)}to{opacity:0}}@media (max-width: 768px){.hero-layout{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-intro{align-items:center;text-align:center;order:2}.hero-portrait{order:1}.hero-phone{width:240px}.hero-actions{justify-content:center}.hero-eyebrow{font-size:.82rem;margin-bottom:.6rem}.hero-lead{font-size:1.05rem;line-height:1.55;margin:1rem auto 0}.store-badges.store-badges-row{justify-content:center;flex-wrap:wrap;gap:.75rem 1rem;margin-top:1.5rem}.hero-overlay{background:linear-gradient(to bottom,#fff0,#ffffff80 45%,#ffffffe6 70%)}.hero-section.home{height:auto;min-height:calc(100vh - 60px);padding:2.5rem 0 3rem}.hero-section .container{margin-bottom:0}.hero-section.landing{height:auto;min-height:calc(100vh - 60px);padding:5rem 0 3rem}.scroll-hint{display:none}}@media (max-width: 480px){.hero-section.landing{padding:4.5rem 1.25rem 2.5rem;min-height:calc(100svh - 60px)}.hero-title{font-size:clamp(2.1rem,7vw + 1rem,2.9rem);line-height:1.08}.hero-lead{font-size:1rem;margin-top:.85rem}.hero-layout{gap:1.75rem}.hero-phone{width:210px}.store-badges-row .store-badge img{height:46px}}.hero-section.landing{align-items:center;height:auto;min-height:calc(100vh - 60px);padding:4rem 0;background:var(--color-white)}.hero-section.landing .container{margin-bottom:0}.hero-phone-app{box-shadow:0 30px 60px -25px #00000073;border:1px solid rgba(255,255,255,.6);background-color:#000}.hero-phone-video{display:block;width:100%;height:auto;object-fit:cover}.hero-phone-slideshow{position:relative;width:100%;aspect-ratio:600 / 1300;background-color:transparent}.hero-phone-app:has(.hero-phone-slideshow){background-color:transparent;border:none;box-shadow:none}.hero-phone:has(.hero-phone-slideshow){border-radius:0;overflow:visible}.hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .8s ease}.hero-slide.is-active{opacity:1}.store-badges.store-badges-row{flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:1rem;margin:1.75rem 0 0}.store-badges-row .store-badge img{height:52px}.hero-section .container{position:relative;z-index:5;margin-bottom:5dvh;animation:slideInUpSoft 1.5s ease-out forwards}@keyframes slideInUpSoft{0%{opacity:0;transform:translateY(10px)}60%{opacity:1}to{transform:translateY(0)}}@media (min-width: 768px){.hero-section{padding-top:0;padding-bottom:0}}.hero-title{font-size:clamp(2.75rem,1.5rem + 5vw,5.25rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;color:var(--color-gray-900);margin:0;background:linear-gradient(120deg,var(--color-text-dark) 0%,var(--sky-deep-blue) 130%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-cta{display:inline-flex;align-items:center;padding:.95rem 2.25rem;border:1px solid transparent;font-size:1rem;font-weight:600;border-radius:var(--radius-sm);box-shadow:0 12px 24px -10px #0066cc8c;color:var(--color-white);background-image:var(--accent-gradient);background-color:var(--sky-deep-blue);transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease;text-decoration:none}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 18px 32px -10px #06c9}.hero-cta-ghost{border-color:var(--color-border-strong)}.store-badges{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;margin-bottom:2rem}.store-badge{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform .3s ease,filter .3s ease}.store-badge img{height:60px;object-fit:contain;transition:transform .3s ease,filter .3s ease}.store-badge.disabled{cursor:default;pointer-events:none}.store-badge.disabled img{opacity:.3;filter:grayscale(1)}.concept-section{padding-top:var(--space-section);padding-bottom:var(--space-section);background-color:var(--color-white);border-bottom:1px solid var(--color-border-subtle)}.concept-title,.showcase-title,.section-title,.final-cta-title{font-size:var(--fs-section-title);font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--color-gray-900);text-align:center;margin-bottom:1.25rem}.concept-title:after,.showcase-title:after,.section-title:after{content:"";display:block;width:3rem;height:4px;margin:1.25rem auto 0;border-radius:999px;background:var(--accent-gradient)}.concept-subtitle{font-size:1.15rem;line-height:1.6;color:var(--color-gray-600);max-width:46rem;margin-left:auto;margin-right:auto;text-align:center;margin-bottom:4.5rem}.concept-subtitle strong{font-weight:700;color:var(--sky-deep-blue)}.concept-grid{display:grid;grid-template-columns:1fr;gap:1.75rem}@media (min-width: 768px){.concept-grid{grid-template-columns:repeat(2,1fr)}}.concept-item{position:relative;padding:2.25rem;border-radius:var(--radius-md);background-color:var(--color-white);border:1px solid var(--color-border-subtle);box-shadow:var(--shadow-sm);overflow:hidden;transition:border-color .3s,transform .3s,box-shadow .3s}.concept-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--accent-gradient);transform:scaleY(0);transform-origin:top;transition:transform .35s cubic-bezier(.22,1,.36,1)}.concept-item:hover{border-color:transparent;transform:translateY(-4px);box-shadow:var(--shadow-md)}.concept-item:hover:before{transform:scaleY(1)}.concept-item-title{font-size:1.25rem;font-weight:700;color:var(--color-text-dark);margin-bottom:.75rem;display:flex;align-items:center}.concept-item-title span{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;margin-right:.85rem;border-radius:var(--radius-sm);background:#0066cc14;font-size:1.4rem}.concept-item-text{color:var(--color-gray-600);line-height:1.65}.showcase-section{padding-top:var(--space-section);padding-bottom:var(--space-section);background-color:var(--color-light-surface)}.showcase-title{margin-bottom:1.25rem}.app-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.app-grid{grid-template-columns:repeat(2,1fr)}}.app-card{position:relative;background-color:var(--color-white);border-radius:var(--radius-md);display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--color-border-subtle);box-shadow:var(--shadow-sm);transition:transform .3s ease-out,box-shadow .3s ease-out,border-color .3s ease-out}.app-card:hover{transform:translateY(-6px);border-color:var(--appcard-icon-color);box-shadow:0 24px 45px -20px #0066cc73}.app-card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.app-card-icon{flex-shrink:0;width:3.5rem;height:3.5rem;border-radius:.9rem;overflow:hidden;transition:transform .3s ease-out}.app-card:hover .app-card-icon{transform:scale(1.05)}.app-card-icon img{width:100%;height:100%;object-fit:cover}.app-card-heading{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;gap:.5rem}.app-card-heading .app-title{line-height:1;margin-top:-.1em}.app-card-titlerow{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin-bottom:0}.app-card-titlerow .app-title{margin-bottom:0}.app-card-rating{flex-shrink:0;align-self:flex-start;display:inline-flex;align-items:center;gap:.2rem;padding:.3rem .6rem;font-size:.78rem;font-weight:700;color:var(--color-gray-900);background-color:var(--color-gray-50);border:1px solid var(--color-border-subtle);border-radius:9999px}.app-card-rating-new{color:var(--appcard-badge-text);background-color:var(--appcard-badge-bg);border-color:transparent}.app-card-body{padding:1.75rem 1.75rem 0}.app-card-actions{margin-top:auto;padding:1.25rem 1.75rem 1.75rem;display:flex;flex-direction:column;align-items:stretch;gap:.75rem}.app-card-stores{display:flex;align-items:center;gap:1rem}.app-card-store{display:inline-flex;align-items:center;transition:opacity .2s}.app-card-store:hover{opacity:.6}.app-card-store-disabled{opacity:.3;filter:grayscale(1);cursor:default;pointer-events:none}.app-card-store img{height:1.25rem;width:auto}.category-indigo{--appcard-icon-color: var(--sky-deep-blue);--appcard-badge-bg: #e0e7ff;--appcard-badge-text: #3730a3}.category-pink{--appcard-icon-color: #db2777;--appcard-badge-bg: #fce7f3;--appcard-badge-text: #9d174d}.app-title{font-size:1.35rem;font-weight:700;letter-spacing:-.01em;color:var(--color-gray-900);margin-bottom:.25rem}.app-description{color:var(--color-gray-600);line-height:1.6;margin-bottom:0;min-height:auto;margin-top:.5rem}.app-card .app-description{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;height:calc(3 * 1.6em);margin-top:0}.cta-button{display:block;width:100%;text-align:center;font-weight:600;padding:.85rem 0;border-radius:var(--radius-sm);transition:background-color .3s,transform .2s,box-shadow .3s;margin-top:1.5rem;text-decoration:none;box-shadow:var(--shadow-sm)}.app-card-actions .cta-button{width:auto;box-sizing:border-box;margin-top:0;padding:.75rem 1rem;white-space:nowrap}.cta-button.available{background-color:var(--sky-deep-blue);color:var(--color-white)}.cta-button.available:hover{background-color:var(--sky-deep-blue);transform:translateY(-1px)}.cta-button.disabled{background-color:var(--color-border-subtle);color:var(--color-gray-600);cursor:not-allowed;opacity:.8;box-shadow:none}.final-cta-section{position:relative;overflow:hidden;background-color:#000;padding-top:var(--space-section);padding-bottom:var(--space-section);text-align:center;border-top:1px solid var(--sky-deep-blue)}.final-cta-bg-video{filter:blur(7px);position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;opacity:.5;pointer-events:none}.final-cta-section .container{position:relative;z-index:2}.final-cta-logo{width:6rem;height:6rem;display:flex;align-items:center;justify-content:center;border-radius:1.25rem;border:2px solid var(--color-white);margin:0 auto 20px;box-shadow:0 8px 15px #00000040;background-color:transparent}.final-cta-logo .app-icon-image{width:100%;height:100%;object-fit:cover;border-radius:1.25rem}.final-cta-title{color:var(--color-white);margin-bottom:.5rem}.final-cta-subtitle{font-size:1.125rem;color:#fffc;margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto}.final-cta-button{display:inline-block;padding:.75rem 2rem;font-weight:600;border-radius:.375rem;text-decoration:none;color:var(--sky-deep-blue);background-color:var(--color-white);transition:background-color .3s,transform .2s;box-shadow:0 4px 6px #0003}.final-cta-button:hover{background-color:var(--color-border-subtle);transform:translateY(-1px)}.footer-root{background-color:var(--color-white);color:var(--color-gray-900);padding-top:3rem;padding-bottom:3rem;border-top:1px solid var(--color-border)}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;font-size:.875rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.footer-title-primary{font-size:1.125rem;font-weight:700;color:var(--sky-deep-blue);margin-bottom:.75rem}.footer-title-secondary{font-size:1rem;font-weight:600;color:var(--color-gray-900);margin-bottom:.75rem}.footer-list{list-style:none;padding-left:0;margin-top:0;margin-bottom:0}.footer-list li{margin-bottom:.5rem}.footer-link{color:var(--color-gray-600);text-decoration:none;transition:color .3s}.footer-link.small{font-size:12px}.footer-link:hover{color:var(--sky-deep-blue);border-bottom:1px dotted var(--sky-deep-blue)}.footer-bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border-subtle);display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem}@media (min-width: 640px){.footer-bottom{flex-direction:row}}.social-links{display:flex;gap:1.5rem}.social-links a{color:var(--color-gray-600);transition:color .3s;font-size:1.5rem}.social-links a:hover{color:var(--sky-deep-blue)}.language-select{background:transparent;border:1px solid #ccc;border-radius:4px;font-size:.9rem;padding:4px 6px;color:#555;cursor:pointer;outline:none;transition:border-color .2s}.language-select:hover{border-color:#888}.typed-cursor{opacity:.8;animation:blink .7s infinite;margin-left:2px;font-weight:900;display:inline-block;color:var(--sky-deep-blue)}@keyframes blink{0%{opacity:.8}50%{opacity:.2}to{opacity:.8}}.review-section{padding:3rem 0;background-color:var(--color-gray-50)}.review-title{font-size:var(--fs-section-title);font-weight:700;text-align:center;color:var(--color-gray-900);margin-bottom:2rem}.review-overview-card{background-color:var(--color-white);border:1px solid var(--color-border);border-radius:1rem;padding:2rem;max-width:600px;margin:0 auto 3rem;text-align:center;box-shadow:0 4px 6px #0000000d}.review-overview-label{font-size:1.25rem;color:var(--color-gray-600);font-weight:500;margin-bottom:1rem}.review-overview-content{display:flex;align-items:center;justify-content:center;gap:1.5rem}.review-overview-score{font-size:4rem;font-weight:700;color:var(--sky-deep-blue)}.review-overview-count{color:var(--color-gray-600);font-size:1rem;margin-top:.25rem}.review-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.review-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){.review-grid{grid-template-columns:repeat(4,1fr)}}.review-card{background-color:var(--color-white);border:1px solid var(--color-border);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 4px 6px #0000000d;transition:transform .2s,box-shadow .3s}.review-card:hover{transform:translateY(-2px);box-shadow:0 8px 15px #0000001a}.review-card-header{display:flex;justify-content:space-between;align-items:center}.review-avatar{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;color:#fff;box-shadow:0 2px 4px #0000001a;flex-shrink:0}.review-avatar-blue{background-color:#3b82f6}.review-avatar-green{background-color:#10b981}.review-avatar-red{background-color:#ef4444}.review-avatar-indigo{background-color:#6366f1}.review-avatar-purple{background-color:#8b5cf6}.review-avatar-pink{background-color:#ec4899}.review-avatar-yellow{background-color:#f59e0b}.review-avatar-cyan{background-color:#06b6d4}.review-star-row{display:flex;gap:.25rem}.review-comment{color:var(--color-gray-600);font-style:italic;flex-grow:1}.review-empty{text-align:center;padding:4rem 0;color:var(--color-gray-500)}.usp-section{background-color:var(--color-white);padding-top:5rem;padding-bottom:5rem;border-bottom:1px solid var(--color-border-subtle)}.usp-title{font-size:var(--fs-section-title);font-weight:700;color:var(--color-gray-900);text-align:center;margin-bottom:4rem}.usp-grid{display:flex;flex-direction:column;gap:4rem}.usp-item{display:flex;flex-direction:column;gap:2rem;align-items:center;background-color:var(--color-gray-50);border:1px solid var(--color-border-subtle);border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000000d;transition:transform .2s,box-shadow .3s}.usp-item:hover{transform:translateY(-2px);box-shadow:0 8px 15px #0000001a}@media (min-width: 1024px){.usp-item{flex-direction:row;justify-content:space-between}.usp-grid .usp-item:nth-child(odd) .usp-text{order:1}.usp-grid .usp-item:nth-child(odd) .usp-video-wrapper{order:2}.usp-grid .usp-item:nth-child(2n) .usp-text{order:2}.usp-grid .usp-item:nth-child(2n) .usp-video-wrapper{order:1}}.usp-text{flex:1;padding:1rem}.usp-item-title{font-size:1.5rem;font-weight:600;color:var(--sky-deep-blue);margin-bottom:.75rem}.usp-item-description{color:var(--color-gray-600);font-size:1.125rem;line-height:1.75}.usp-item-description strong{color:var(--color-gray-600);font-weight:600}.usp-video-wrapper{position:relative;flex:1;display:flex;justify-content:center;align-items:center}.usp-video{width:100%;max-width:400px;aspect-ratio:1 / 1;border-radius:1rem;object-fit:cover;box-shadow:0 4px 15px #00000026;pointer-events:none;background-color:#000}@media (max-width: 640px){.usp-section{padding-top:3.5rem;padding-bottom:3.5rem}.usp-title{margin-bottom:2.5rem}.usp-grid{gap:2.5rem}.usp-item{gap:1.5rem;padding:1.25rem;border-radius:1.25rem}.usp-text{padding:0}.usp-item-title{font-size:1.3rem}.usp-item-description{font-size:1.02rem;line-height:1.65}}.video-player__button{position:absolute;top:0;left:0;width:100%;height:100%;border:none;background:transparent;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:10}.video-player__icon{width:33%;height:33%;pointer-events:none;opacity:.3;transition:opacity .3s ease}.video-player__button:hover .video-player__icon{opacity:.6}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal-up{transform:translateY(32px)}.reveal-left{transform:translate(-32px)}.reveal-right{transform:translate(32px)}.reveal-scale{transform:scale(.94)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}}.section-title{font-size:2.25rem;font-weight:800;text-align:center;color:var(--color-text-dark);margin:0 0 .75rem}.section-subtitle{font-size:1.15rem;color:var(--color-text-subtle);text-align:center;max-width:46rem;margin:0 auto 4.5rem;line-height:1.6}.cv-section{padding:var(--space-section) 0;background-color:var(--color-white);border-top:1px solid var(--color-border-subtle);border-bottom:1px solid var(--color-border-subtle)}.cv-download-wrap{display:flex;justify-content:center}.cv-timeline{position:relative;list-style:none;max-width:640px;margin:0 auto 3rem;padding:0 0 0 2rem}.cv-timeline:before{content:"";position:absolute;top:.4rem;bottom:.4rem;left:.4rem;width:2px;background:linear-gradient(180deg,var(--sky-deep-blue) 0%,var(--color-border-subtle) 100%)}.cv-timeline-item{position:relative;padding-bottom:1.5rem}.cv-timeline-item:last-child{padding-bottom:0}.cv-timeline-dot{position:absolute;left:-1.6rem;top:.45rem;width:12px;height:12px;transform:translate(-50%);border-radius:50%;background:var(--color-white);border:2px solid var(--sky-deep-blue);box-shadow:0 0 0 4px var(--color-white)}.cv-timeline-card{display:block;padding:1rem 1.25rem;background:var(--color-white);border:1px solid var(--color-border-subtle);border-radius:.85rem;box-shadow:0 4px 6px #0000000a;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.cv-timeline-card-link:hover{transform:translate(4px);border-color:var(--sky-deep-blue);box-shadow:0 12px 24px #0066cc1f}.cv-timeline-period{display:block;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--sky-deep-blue)}.cv-timeline-title{margin:.25rem 0 .15rem;font-size:1.1rem;font-weight:700;color:var(--color-text-dark)}.cv-timeline-subtitle{display:block;font-size:.95rem;color:var(--color-text-subtle)}.cv-timeline-readmore{display:inline-block;margin-top:.5rem;font-weight:700;color:var(--sky-deep-blue);transition:transform .25s ease}.cv-timeline-card-link:hover .cv-timeline-readmore{transform:translate(4px)}.contact-section{padding:var(--space-section) 0;background-color:var(--color-light-surface)}.header-nav-portfolio{align-items:center;gap:1.5rem}.header-nav-text{font-weight:500;color:var(--color-text-dark);text-decoration:none;transition:color .2s}.header-nav-text:hover{color:var(--sky-deep-blue)}.header-burger{display:none}@media (max-width: 640px){.header-burger{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;background:none;border:none;cursor:pointer}.header-burger span{display:block;width:100%;height:2px;border-radius:2px;background:var(--color-text-dark);transition:transform .25s ease,opacity .2s ease}.header-burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header-burger.is-open span:nth-child(2){opacity:0}.header-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-nav-portfolio{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:.25rem 1rem 1rem;background:var(--color-white);border-bottom:1px solid var(--color-border-subtle);box-shadow:0 10px 20px #00000012}.header-nav-portfolio.is-open{display:flex}.header-nav-portfolio .header-nav-text{padding:.9rem .25rem;border-bottom:1px solid var(--color-border-subtle);font-size:1rem}.header-nav-portfolio .header-nav-link{margin-top:.9rem;text-align:center;padding:.75rem}}.section-eyebrow{font-size:.9rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--sky-deep-blue);margin:0 0 1rem}.section-title-left{text-align:left}.section-title-left:after{margin-left:0;margin-right:auto}.concept-section{background-color:var(--color-light-surface)}.contact-section{background-color:var(--color-white)}.about-section{padding:var(--space-section) 0;background-color:var(--color-white)}.about-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.about-media{display:flex;justify-content:center}.about-bento{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:.85rem;aspect-ratio:1 / 1;height:min(60vh,420px);width:auto;max-width:100%}.about-bento-item{width:100%;height:100%;min-width:0;min-height:0;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.about-bento-lg{grid-row:span 2}.about-paragraph{color:var(--color-gray-600);line-height:1.75;font-size:1.08rem;margin:0 0 1.25rem}.about-cta{margin-top:.75rem}@media (max-width: 768px){.about-layout{grid-template-columns:1fr;text-align:center}.about-media{order:1}.about-content{order:2}.about-bento{width:min(80vw,320px);height:min(80vw,320px);max-width:none}.section-title-left{text-align:center}.section-title-left:after{margin-left:auto}}.stack-section{padding:var(--space-section) 0;background-color:var(--color-white)}.stack-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.stack-card{padding:1.75rem;border-radius:var(--radius-md);background-color:var(--color-light-surface);border:1px solid var(--color-border-subtle);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.stack-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:transparent}.stack-card-title{font-size:1.05rem;font-weight:700;color:var(--sky-deep-blue);margin:0 0 1rem}.stack-tags{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.stack-tag{font-size:.85rem;font-weight:500;padding:.35rem .75rem;border-radius:999px;background-color:var(--color-white);border:1px solid var(--color-border-subtle);color:var(--color-text-dark)}@media (max-width: 900px){.stack-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.stack-grid{grid-template-columns:1fr}}.articles-section{padding:var(--space-section) 0;background-color:var(--color-light-surface)}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.articles-viewall-wrap{display:flex;justify-content:center;margin-top:2.5rem}.articles-page{padding-top:calc(var(--space-section) + 3rem)}.articles-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin:1.75rem 0 2.5rem}.articles-filter-chip{border:1px solid var(--color-border, rgba(0, 0, 0, .12));background:transparent;color:var(--color-text-subtle);border-radius:999px;padding:.45rem 1.1rem;font-size:.92rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.articles-filter-chip:hover{border-color:var(--sky-deep-blue);color:var(--sky-deep-blue)}.articles-filter-chip.is-active{background:var(--sky-deep-blue);border-color:var(--sky-deep-blue);color:#fff}.article-card{display:flex;flex-direction:column;height:100%;border-radius:var(--radius-md);overflow:hidden;background-color:var(--color-white);border:1px solid var(--color-border-subtle);box-shadow:var(--shadow-sm);text-decoration:none;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease}.article-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:transparent}.article-cover{position:relative;height:180px;overflow:hidden;display:flex;align-items:flex-end;padding:1.25rem;isolation:isolate}.article-cover-0{background:radial-gradient(90% 120% at 15% 10%,#4aa3ff,#4aa3ff00 55%),radial-gradient(80% 100% at 100% 100%,#003a78,#003a7800 60%),linear-gradient(135deg,#06c,#0a4ea0)}.article-cover-1{background:radial-gradient(90% 120% at 85% 10%,#7b5cff,#7b5cff00 55%),radial-gradient(80% 100% at 0% 100%,#3a1f86,#3a1f8600 60%),linear-gradient(135deg,#5b3ee0,#2b2483)}.article-cover-2{background:radial-gradient(90% 120% at 15% 10%,#2bd6c4,#2bd6c400 55%),radial-gradient(80% 100% at 100% 100%,#0a6b7a,#0a6b7a00 60%),linear-gradient(135deg,#0e9bb0,#0a5f88)}.article-cover:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.18) 1px,transparent 1px);background-size:16px 16px;-webkit-mask-image:linear-gradient(135deg,#000 0%,transparent 70%);mask-image:linear-gradient(135deg,#000 0%,transparent 70%);z-index:-1}.article-cover-word{font-size:2.6rem;font-weight:800;letter-spacing:-.02em;line-height:1;color:#ffffffeb;text-transform:lowercase;transition:transform .45s cubic-bezier(.22,1,.36,1)}.article-card:hover .article-cover-word{transform:translateY(-4px)}.article-body{display:flex;flex-direction:column;flex:1;padding:1.75rem}.article-meta{display:flex;align-items:center;gap:.6rem;margin-bottom:.9rem}.article-tag{font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--sky-deep-blue)}.article-dot{color:var(--color-border-strong)}.article-date{font-size:.82rem;color:var(--color-text-subtle)}.article-title{font-size:1.3rem;font-weight:700;letter-spacing:-.01em;color:var(--color-text-dark);margin:0 0 .65rem;line-height:1.3;transition:color .25s ease}.article-card:hover .article-title{color:var(--sky-deep-blue)}.article-excerpt{color:var(--color-gray-600);line-height:1.65;font-size:.95rem;margin:0 0 1.5rem}.article-readmore{display:inline-flex;align-items:center;gap:.4rem;margin-top:auto;font-weight:600;color:var(--sky-deep-blue)}.article-arrow{transition:transform .25s ease}.article-card:hover .article-arrow{transform:translate(4px)}@media (max-width: 900px){.articles-grid{grid-template-columns:1fr;max-width:32rem;margin:0 auto}}.article-detail{padding:clamp(2.5rem,6vw,5rem) 0 var(--space-section);background-color:var(--color-white)}.article-detail-container{max-width:760px}.article-back,.article-back-bottom{display:inline-flex;align-items:center;gap:.4rem;background:none;border:none;padding:0;cursor:pointer;font-size:.95rem;font-weight:600;color:var(--color-text-subtle);transition:color .2s ease}.article-back:hover{color:var(--sky-deep-blue)}.article-detail-meta{display:flex;align-items:center;gap:.6rem;margin:2rem 0 1rem}.article-detail-title{font-size:clamp(2rem,1.2rem + 3vw,3.25rem);font-weight:800;letter-spacing:-.02em;line-height:1.15;color:var(--color-text-dark);margin:0 0 2rem}.article-scrolly{max-width:820px}.article-scrolly-media{position:sticky;top:64px;z-index:2;background:var(--color-white);padding-top:.85rem;margin-bottom:2.5rem}.article-scrolly-sticky{position:relative;height:clamp(240px,42vh,440px);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-gray-100, #f1f3f6);box-shadow:var(--shadow-md);isolation:isolate}.article-scrolly-frame{position:absolute;inset:0;opacity:0;transform:scale(1.05);transition:opacity .7s ease,transform 1.4s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.article-scrolly-frame.is-active{opacity:1;transform:scale(1)}.article-scrolly-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:blur(28px) saturate(1.1);transform:scale(1.18)}.article-scrolly-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.article-scrolly-fallback{position:absolute;inset:0;display:flex;align-items:flex-end;padding:2rem}.article-scrolly-fallback .article-cover-word{font-size:clamp(2.5rem,6vw,4rem)}.article-scrolly-text{font-size:1.12rem;line-height:1.85;color:var(--color-gray-600)}.article-section{min-height:62vh;display:flex;flex-direction:column;justify-content:center;padding-block:clamp(1rem,4vh,3rem)}.article-section:first-child{min-height:0;padding-top:0}.article-section p{margin:0 0 1.5rem}.article-section:first-child p:first-child{font-size:1.25rem;line-height:1.7;color:var(--color-text-dark)}.article-section h2{font-size:clamp(1.4rem,1rem + 1.5vw,1.85rem);font-weight:700;letter-spacing:-.01em;color:var(--color-text-dark);margin:0 0 1.1rem}.article-section ul{margin:0 0 1.5rem;padding-left:1.25rem}.article-section li{margin-bottom:.5rem}.article-section strong{color:var(--color-text-dark);font-weight:600}.article-back-bottom{margin-top:2.5rem;color:var(--sky-deep-blue)}@media (min-width: 1024px){.article-detail-container{max-width:1180px}.article-detail-container>*{max-width:760px}.article-scrolly{max-width:1180px;display:grid;grid-template-columns:minmax(0,760px) 1fr;grid-template-rows:auto 1fr;column-gap:clamp(2rem,4vw,4rem);align-items:start}.article-scrolly-head{grid-column:1;grid-row:1}.article-scrolly-text{grid-column:1;grid-row:2;min-width:0}.article-scrolly-media{grid-column:2;grid-row:1 / span 2;top:clamp(88px,16vh,150px);margin-bottom:0;padding-top:0;align-self:start}.article-scrolly-sticky{height:clamp(320px,62vh,520px)}.article-section:first-child{min-height:0}}@media (max-width: 640px){.article-scrolly-media{top:64px;margin-bottom:1.5rem}.article-scrolly-sticky{height:30vh;box-shadow:var(--shadow-sm)}.article-section{min-height:0;padding-block:1.5rem;justify-content:flex-start}}@media (prefers-reduced-motion: reduce){.article-scrolly-frame{transition:opacity .2s linear;transform:none}.article-scrolly-frame.is-active{transform:none}}.qr-panel{--qr-card-width: 208px;position:fixed;top:75px;left:0;z-index:900;display:flex;flex-direction:column;align-items:flex-start}.qr-tab{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.85rem .4rem;border:none;border-radius:0 10px 10px 0;background:var(--accent-gradient);color:#fff;cursor:pointer;box-shadow:6px 0 18px -10px #0066cc8c;transition:filter .2s ease}.qr-tab:hover{filter:brightness(1.06)}.qr-tab-glyph{display:flex}.qr-tab-glyph svg{display:block}.qr-tab-icon{font-size:.9rem;line-height:1;font-weight:700}.qr-card{box-sizing:border-box;width:var(--qr-card-width);margin-top:.5rem;display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1rem 1rem 1.25rem;background:var(--color-white);border:1px solid var(--color-border-subtle);border-left:none;border-radius:0 16px 16px 0;box-shadow:0 24px 50px -24px #10182873;transform-origin:left center;visibility:hidden;transform:translate(-100%);transition:transform .35s cubic-bezier(.22,1,.36,1),visibility .35s}.qr-panel.open .qr-card{visibility:visible;transform:translate(0)}.qr-card-title{margin:0;font-size:1.02rem;font-weight:700;color:var(--color-text-dark);text-align:center}.qr-card-subtitle{margin:0;font-size:.82rem;line-height:1.35;color:var(--color-text-muted, #6b7280);text-align:center}.qr-store-switch{display:inline-flex;padding:4px;gap:4px;background:var(--color-border-subtle);border-radius:999px}.qr-store-option{border:none;background:transparent;padding:.4rem .9rem;border-radius:999px;font-size:.8rem;font-weight:600;color:var(--color-text-dark);cursor:pointer;transition:background .2s ease,color .2s ease}.qr-store-option.active{background:var(--color-white);color:var(--sky-deep-blue);box-shadow:var(--shadow-sm)}.qr-store-option.disabled{color:var(--color-text-muted, #9ca3af);opacity:.45;cursor:not-allowed}.qr-code-frame{display:block;padding:10px;background:#fff;border:1px solid var(--color-border-subtle);border-radius:14px;line-height:0;transition:border-color .2s ease,transform .2s ease}.qr-code-frame:hover{border-color:var(--sky-deep-blue);transform:translateY(-2px)}.qr-store-badge img{height:36px;display:block}@media (max-width: 768px),(pointer: coarse){.qr-panel{display:none}}@media (prefers-reduced-motion: reduce){.qr-panel{transition:none}}
