@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700&display=swap");:root{--color-bg:#0a0f1a;--color-surface:#111827;--color-surface-2:#1a2236;--color-border:rgba(255,255,255,0.06);--color-text:#e2e8f0;--color-text-muted:#94a3b8;--color-text-dim:#64748b;--color-accent:#38bdf8;--color-accent-2:#818cf8}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Noto Sans JP,Outfit,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.8;-webkit-font-smoothing:antialiased;position:relative}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}::selection{background:var(--color-accent);color:var(--color-bg)}.page-container{max-width:1100px;margin:0 auto;padding:2rem 2rem 6rem}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(10,15,26,.85);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border)}.nav-inner{max-width:1100px;margin:0 auto;padding:1rem 2rem;justify-content:space-between}.nav-inner,.nav-logo-link{display:flex;align-items:center}.nav-logo-link{text-decoration:none;transition:opacity .2s}.nav-logo-link:hover{opacity:.8}.nav-links{display:flex;gap:1.5rem;list-style:none}.nav-links a{color:var(--color-text-muted);text-decoration:none;font-size:.8rem;letter-spacing:.02em;transition:color .2s}.nav-links a:hover{color:var(--color-text)}.nav-cta{display:inline-flex;align-items:center;padding:.5rem 1.25rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-decoration:none;background:linear-gradient(135deg,var(--color-accent),var(--color-accent-2));color:#fff;transition:transform .2s,box-shadow .2s}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(56,189,248,.3)}.nav-hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:60}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--color-text);margin:5px 0;transition:transform .3s,opacity .3s;border-radius:1px}.nav-hamburger.is-open span:first-child{transform:rotate(45deg) translate(5px,5px)}.nav-hamburger.is-open span:nth-child(2){opacity:0}.nav-hamburger.is-open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.top-hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding-bottom:5rem;overflow:hidden;background:#000}.ripple-container{position:absolute;inset:0;pointer-events:none}.ripple-impact{position:absolute;top:50%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;background:rgba(56,189,248,.5);opacity:0;animation:impact-flash .75s ease-out forwards}@keyframes impact-flash{0%{opacity:0;transform:scale(0)}15%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(3)}}.ripple{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;border-radius:50%;border:.7px solid rgba(56,189,248,.25);opacity:0;transform:scale(0);animation:ripple-expand 3.1s cubic-bezier(0,0,.15,1) forwards}.ripple-1{animation-delay:.06s;border-color:rgba(56,189,248,.35)}.ripple-2{animation-delay:.38s;border-color:rgba(56,189,248,.25)}.ripple-3{animation-delay:.75s;border-color:rgba(56,189,248,.16)}.ripple-4{animation-delay:1.19s;border-color:rgba(56,189,248,.1)}.ripple-5{animation-delay:1.63s;border-color:rgba(56,189,248,.06)}@keyframes ripple-expand{0%{transform:scale(0);opacity:1}to{transform:scale(25);opacity:0}}.top-hero-content{position:relative;z-index:1;text-align:center;padding:2rem 1.5rem;opacity:0;animation:hero-appear 1.2s cubic-bezier(.16,1,.3,1) 1.25s forwards}@keyframes hero-appear{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.top-hero h1{margin:0 0 1.5rem}.hero-line{display:block;font-family:Outfit,sans-serif;font-size:clamp(3rem,9vw,6.5rem);font-weight:200;line-height:1.05;letter-spacing:-.04em;color:rgba(255,255,255,.9)}.hero-line-2{color:rgba(255,255,255,.4)}.hero-line-3 strong{font-weight:700;background:linear-gradient(135deg,var(--color-accent) 0,var(--color-accent-2) 50%,#34d399 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% 200%;animation:gradient-shift 6s ease-in-out 2s infinite}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.top-hero-sub{margin:2rem auto 0;max-width:520px;color:var(--color-text-muted);font-size:.95rem;line-height:1.9}.top-hero-actions{display:flex;justify-content:center;gap:1rem;margin-top:2.5rem}.top-btn{display:inline-flex;align-items:center;padding:.8rem 2rem;border-radius:9999px;font-size:.85rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s}.top-btn:hover{transform:translateY(-2px)}.top-btn-primary{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-2));color:#fff;box-shadow:0 8px 30px rgba(56,189,248,.25)}.top-btn-primary:hover{box-shadow:0 12px 40px rgba(56,189,248,.35)}.top-btn-ghost{color:var(--color-text-muted);border:1px solid var(--color-border);background:rgba(255,255,255,.03)}.top-btn-ghost:hover{color:var(--color-text);border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.06)}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:scroll-fade 2s ease-in-out infinite}.scroll-indicator span{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-dim)}.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--color-text-dim),transparent);animation:scroll-down 2s ease-in-out infinite}@keyframes scroll-fade{0%,to{opacity:.4}50%{opacity:1}}@keyframes scroll-down{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}.stats-bar{border-bottom:1px solid var(--color-border);padding:3.5rem 0;background:var(--color-surface)}.stats-grid{max-width:1100px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0}.stat-item{text-align:center;padding:0 1.5rem;border-right:1px solid var(--color-border)}.stat-item:last-child{border-right:none}.stat-item .stat-number{font-family:Outfit,sans-serif;font-size:2.8rem;font-weight:300;color:#fff;line-height:1.2;letter-spacing:-.03em}.stat-item .stat-label{font-size:.7rem;color:var(--color-text-dim);margin-top:.5rem;letter-spacing:.05em}.section{padding:5rem 0}.section+.section{border-top:1px solid var(--color-border)}.section-title{font-family:Outfit,sans-serif;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-dim);margin-bottom:3rem}.section-heading{font-family:Outfit,sans-serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:400;color:var(--color-text);line-height:1.3;margin-bottom:2rem;letter-spacing:-.01em}.about-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:start;margin-bottom:4rem}.about-heading{font-size:clamp(1.8rem,3.5vw,2.6rem);color:var(--color-text);line-height:1.4;letter-spacing:-.01em}.about-heading,.about-heading-en{font-family:Outfit,sans-serif;font-weight:400}.about-heading-en{display:block;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-dim);margin-bottom:1rem}.about-body{padding-top:.5rem}.about-desc{font-size:.88rem;color:var(--color-text-muted);line-height:2.1}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1px;gap:1px;background:var(--color-border);border:1px solid var(--color-border);border-radius:4px;overflow:hidden}.team-card{background:var(--color-bg);padding:2rem;display:flex;align-items:flex-start;gap:1.25rem;text-align:left}.team-avatar{width:48px;height:48px;border-radius:50%;background:var(--color-surface-2);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:500;color:var(--color-text-muted);flex-shrink:0}.team-info{flex:1 1}.team-name{font-size:.95rem;font-weight:600;margin-bottom:.15rem}.team-role{font-size:.7rem;color:var(--color-text-dim);font-weight:400;margin-bottom:.5rem;letter-spacing:.02em}.team-bio{font-size:.8rem;color:var(--color-text-muted);line-height:1.7}.service-grid-new{display:grid;grid-template-columns:1.2fr 1fr;grid-template-rows:auto auto;grid-gap:1px;gap:1px;background:var(--color-border);border:1px solid var(--color-border);border-radius:4px;overflow:hidden}.svc-card{background:var(--color-bg);padding:2.5rem;transition:background .3s}.svc-card:first-child{grid-row:span 2;display:flex;flex-direction:column;justify-content:center}.svc-card:hover{background:var(--color-surface)}.svc-icon{width:36px;height:36px;border-radius:0;background:none;border:none;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--color-text-dim)}.svc-card:first-child .svc-icon{width:44px;height:44px;color:var(--color-accent)}.svc-label{display:inline-block;font-family:Outfit,sans-serif;font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-dim);margin-bottom:.75rem}.svc-card h3{font-size:1.05rem;font-weight:600;margin-bottom:.75rem}.svc-card:first-child h3{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:400}.svc-card p{font-size:.82rem;line-height:1.9}.svc-card p,.svc-link{color:var(--color-text-muted)}.svc-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.78rem;text-decoration:none;padding-bottom:2px;border-bottom:1px solid var(--color-border);transition:color .2s,border-color .2s}.svc-link:hover{color:var(--color-text);border-color:var(--color-text-muted)}.works-showcase{display:flex;flex-direction:column;gap:2.5rem}.works-info .tag{display:inline-block;padding:0;color:var(--color-text-dim);font-family:Outfit,sans-serif;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.works-info h3{font-size:1.3rem;font-weight:600;margin-bottom:.75rem}.works-info p{font-size:.85rem;color:var(--color-text-muted);line-height:1.9;max-width:600px}.works-devices{position:relative;display:flex;align-items:flex-end}.device-desktop{flex:1 1;border:1px solid var(--color-border);border-radius:6px;overflow:hidden;background:var(--color-surface)}.device-browser-bar{background:var(--color-surface-2);border-bottom:1px solid var(--color-border);padding:.5rem .75rem;display:flex;align-items:center;gap:.5rem}.work-browser-dots{display:flex;gap:4px}.work-browser-dots span{width:7px;height:7px;border-radius:50%;background:var(--color-text-dim);opacity:.3}.work-browser-url{flex:1 1;text-align:center;font-size:.6rem;color:var(--color-text-dim);font-family:Outfit,monospace}.device-screen{height:380px;overflow:hidden;position:relative}.device-screen iframe{width:1280px;height:800px;border:none;transform-origin:top left;pointer-events:none}.device-mobile{width:140px;flex-shrink:0;background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:20px;padding:8px;margin-left:-40px;position:relative;z-index:2;box-shadow:-8px 0 30px rgba(0,0,0,.5)}.device-mobile-notch{width:40px;height:4px;background:var(--color-border);border-radius:4px;margin:4px auto 6px}.device-screen-mobile{height:260px;overflow:hidden;border-radius:12px;background:#fff}.device-screen-mobile iframe{width:375px;height:812px;border:none;transform-origin:top left;pointer-events:none}.cta-section{padding:4rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.cta-box{display:grid;grid-template-columns:1fr auto;grid-gap:2rem;gap:2rem;align-items:center;background:none;border:none;border-radius:0;padding:0}.cta-box h3{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:400;margin-bottom:.5rem}.cta-box p{font-size:.85rem;color:var(--color-text-muted);margin-bottom:0}.cta-inline-link{display:inline-flex;align-items:center;padding:.7rem 1.75rem;border:1px solid var(--color-text-muted);border-radius:4px;color:var(--color-text);text-decoration:none;font-size:.82rem;font-weight:500;white-space:nowrap;transition:background .2s,border-color .2s}.cta-inline-link:hover{background:var(--color-surface);border-color:var(--color-text)}.product-card{background:linear-gradient(135deg,var(--color-surface),var(--color-surface-2));border:1px solid var(--color-border);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1rem}.product-card h3{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:600}.product-card .tag{display:inline-block;padding:.25rem .75rem;border-radius:9999px;background:rgba(56,189,248,.1);border:1px solid rgba(56,189,248,.2);color:var(--color-accent);font-size:.7rem;width:-moz-fit-content;width:fit-content}.product-card p{color:var(--color-text-muted);font-size:.85rem;line-height:1.8}.product-card .features{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.product-card .feature-tag{padding:.3rem .75rem;border-radius:6px;background:var(--color-surface);border:1px solid var(--color-border);font-size:.7rem;color:var(--color-text-dim)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-items:start}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;background:none;border:none;border-bottom:1px solid var(--color-border);border-radius:0}.contact-item .label{font-size:.7rem;color:var(--color-text-dim);letter-spacing:.05em}.contact-item .value{font-size:.9rem;color:var(--color-text)}.contact-item .value a{color:var(--color-accent);text-decoration:none}.contact-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;padding:2rem}.contact-form h3{font-size:1rem;font-weight:600;margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.75rem;color:var(--color-text-muted);margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.7rem 1rem;background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);font-family:inherit;font-size:.85rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-accent)}.form-group textarea{min-height:100px;resize:vertical}.form-submit{width:100%;padding:.8rem;border:1px solid var(--color-text-muted);border-radius:4px;background:transparent;color:var(--color-text);font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s}.form-submit:hover{background:var(--color-surface-2);border-color:var(--color-text)}.form-message{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;font-size:.8rem;text-align:center}.form-message.success{background:rgba(52,211,153,.1);border:1px solid rgba(52,211,153,.2);color:#34d399}.form-message.error{background:rgba(248,113,113,.1);border:1px solid rgba(248,113,113,.2);color:#f87171}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.service-card{background:none;border:1px solid var(--color-border);border-radius:4px;padding:1.5rem;transition:border-color .3s,background .2s}.service-card:hover{border-color:rgba(255,255,255,.12);background:var(--color-surface)}.service-card h3{font-size:.95rem;font-weight:600;margin-bottom:.5rem}.service-card p{font-size:.8rem;color:var(--color-text-muted);line-height:1.7}.footer{border-top:1px solid var(--color-border);padding:3rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1fr auto auto;grid-gap:3rem;gap:3rem;margin-bottom:2rem}.footer-brand p{font-size:.8rem;color:var(--color-text-dim);margin-top:.75rem;max-width:300px;line-height:1.7}.footer-nav-title{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.75rem;font-weight:600}.footer-nav-links{display:flex;flex-direction:column;gap:.5rem}.footer-nav-links a{color:var(--color-text-dim);text-decoration:none;font-size:.8rem;transition:color .2s}.footer-nav-links a:hover{color:var(--color-text-muted)}.footer-bottom{border-top:1px solid var(--color-border);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center}.footer-copy{font-size:.7rem}.footer-copy,.footer-email{color:var(--color-text-dim)}.footer-email{font-size:.75rem;text-decoration:none;transition:color .2s}.footer-email:hover{color:var(--color-accent)}.footer-logo{display:flex;margin-bottom:1rem;opacity:.5}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.footer-links a{color:var(--color-text-dim);text-decoration:none;font-size:.75rem;transition:color .2s}.footer-links a:hover{color:var(--color-text-muted)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.legal-content{padding:3rem 0}.legal-content h1{font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.legal-content .updated{font-size:.75rem;color:var(--color-text-dim);margin-bottom:2.5rem}.legal-content h2{font-size:1rem;font-weight:600;margin-top:2.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.legal-content li,.legal-content p{font-size:.85rem;color:var(--color-text-muted);line-height:1.9;margin-bottom:.75rem}.legal-content ul{padding-left:1.25rem;margin-bottom:1rem}.legal-content li{margin-bottom:.4rem}.legal-content table{width:100%;border-collapse:collapse;margin:1rem 0}.legal-content td,.legal-content th{text-align:left;padding:.75rem 1rem;font-size:.85rem;border-bottom:1px solid var(--color-border)}.legal-content th{color:var(--color-text-dim);font-weight:500;width:30%;white-space:nowrap}.legal-content td{color:var(--color-text-muted)}.back-link{display:inline-flex;align-items:center;gap:.3rem;color:var(--color-text-dim);text-decoration:none;font-size:.8rem;margin-bottom:2rem;transition:color .2s}.back-link:hover{color:var(--color-text-muted)}.tt-hero{text-align:center;padding:3rem 0 2rem}.tt-hero-badge{display:inline-block;padding:.3rem 1rem;border-radius:9999px;background:rgba(56,189,248,.1);border:1px solid rgba(56,189,248,.2);color:var(--color-accent);font-size:.7rem;margin-bottom:1.5rem}.tt-hero-title{font-family:Outfit,sans-serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;background:linear-gradient(135deg,var(--color-accent),var(--color-accent-2),#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.tt-hero-sub{color:var(--color-text-muted);font-size:.95rem;line-height:2}.tt-method{background:linear-gradient(135deg,var(--color-surface),var(--color-surface-2));border:1px solid var(--color-border);border-radius:16px;padding:2rem}.tt-method p{font-size:.9rem;color:var(--color-text-muted);line-height:2}.tt-method strong{color:var(--color-text)}.tt-features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.tt-feature-card{background:linear-gradient(135deg,var(--color-surface),var(--color-surface-2));border:1px solid var(--color-border);border-radius:16px;padding:1.75rem;transition:border-color .3s,transform .2s}.tt-feature-card:hover{border-color:rgba(56,189,248,.2);transform:translateY(-3px)}.tt-feature-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.tt-feature-card p{font-size:.8rem;color:var(--color-text-muted);line-height:1.7}.tt-steps{display:flex;flex-direction:column;gap:1rem}.tt-step{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px}.tt-step-number{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--color-accent),var(--color-accent-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;flex-shrink:0;width:48px}.tt-step h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.tt-step p{font-size:.85rem;color:var(--color-text-muted);line-height:1.7}.tt-pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:700px;margin:0 auto}.tt-pricing-card{background:linear-gradient(135deg,var(--color-surface),var(--color-surface-2));border:1px solid var(--color-border);border-radius:20px;padding:2.5rem 2rem;display:flex;flex-direction:column;position:relative}.tt-pricing-featured{border-color:rgba(56,189,248,.3);box-shadow:0 0 40px rgba(56,189,248,.08)}.tt-pricing-badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);padding:.25rem 1rem;border-radius:9999px;background:linear-gradient(135deg,var(--color-accent),var(--color-accent-2));color:#fff;font-size:.7rem;font-weight:600}.tt-pricing-name{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600;color:var(--color-text-muted);margin-bottom:.5rem}.tt-pricing-price{margin-bottom:1.5rem}.tt-price-amount{font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:700;color:var(--color-text)}.tt-price-period{font-size:.8rem;color:var(--color-text-dim)}.tt-pricing-features{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem;flex:1 1}.tt-pricing-features li{font-size:.8rem;color:var(--color-text-muted);padding-left:1.25rem;position:relative}.tt-pricing-features li:before{content:"✓";position:absolute;left:0;color:var(--color-accent);font-weight:600}.product-link-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1px;gap:1px;background:var(--color-border);border:1px solid var(--color-border);border-radius:4px;overflow:hidden}.product-link-card{display:block;text-decoration:none;color:inherit;background:var(--color-bg);padding:2.5rem;transition:background .3s}.product-link-card:hover{background:var(--color-surface)}.product-link-card .tag{display:inline-block;padding:0;border-radius:0;background:none;border:none;color:var(--color-text-dim);font-family:Outfit,sans-serif;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.product-link-card h3{font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:400;margin-bottom:.75rem}.product-link-card p{font-size:.82rem;color:var(--color-text-muted);line-height:1.9;margin-bottom:1.25rem}.product-link-card .features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.product-link-card .feature-tag{padding:.2rem 0;border-radius:0;background:none;border:none;font-size:.68rem;color:var(--color-text-dim)}.product-link-card .feature-tag:before{content:"·";margin-right:.5rem;color:var(--color-text-dim)}.product-link-arrow{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;color:var(--color-text-muted);font-weight:400;padding-bottom:2px;border-bottom:1px solid var(--color-border);transition:color .2s,border-color .2s}.product-link-card:hover .product-link-arrow{color:var(--color-text);border-color:var(--color-text-muted)}@media (max-width:768px){.page-container{padding:2rem 1.25rem 4rem}.nav-links{position:fixed;inset:0;background:rgba(10,15,26,.97);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;align-items:center;justify-content:center;gap:2rem;transform:translateX(100%);transition:transform .3s ease;z-index:55}.nav-links.is-open{transform:translateX(0)}.nav-links a{font-size:1.1rem}.nav-hamburger{display:block}.nav-cta{display:none}.hero-line{font-size:clamp(2.5rem,12vw,4rem)}.top-hero-actions{flex-direction:column;align-items:center}.top-btn{width:100%;max-width:280px;justify-content:center}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.service-grid-new{grid-template-columns:1fr}.svc-card:first-child{grid-row:span 1}.about-layout{gap:1.5rem}.about-layout,.team-grid{grid-template-columns:1fr}.team-card{flex-direction:row;align-items:flex-start}.cta-box{text-align:center}.cta-box,.works-showcase{grid-template-columns:1fr}.works-showcase{gap:2rem}.device-screen{height:240px}.device-mobile{width:100px}.device-screen-mobile{height:180px}.contact-grid,.footer-grid{grid-template-columns:1fr}.footer-grid{gap:2rem}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}.product-link-grid,.tt-features-grid,.tt-pricing-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.ripple,.scroll-indicator,.scroll-line{animation:none!important}.ripple{display:none}.top-hero-content{animation:none;opacity:1}.reveal{opacity:1;transform:none}}