:root{--ink:#0a0f1a;--ink-light:#1a2236;--ink-muted:#4a5568;--silk:#f8f7f4;--silk-dark:#edecea;--accent:#2563eb;--accent-soft:#dbeafe;--warm:#c9a96e;--serif:"DM Serif Display",Georgia,serif;--sans:"DM Sans",-apple-system,sans-serif;--mono:"JetBrains Mono",monospace}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--sans);background:var(--silk);color:var(--ink);line-height:1.7;font-weight:300;-webkit-font-smoothing:antialiased}::selection{background:var(--accent-soft);color:var(--ink)}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:hsla(45,22%,96%,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(10,15,26,.06);transition:all .3s ease}.nav-inner{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-family:var(--serif);font-size:1.35rem;color:var(--ink);text-decoration:none;letter-spacing:-.02em}.nav-logo span{color:var(--accent)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:var(--ink-muted);font-size:.85rem;font-weight:400;letter-spacing:.03em;text-transform:uppercase;transition:color .2s}.nav-links a:hover{color:var(--ink)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 6rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(37,99,235,.04) 0,transparent 70%);border-radius:50%;pointer-events:none}.hero-content{max-width:820px;text-align:center;animation:fadeUp 1s ease-out}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:var(--ink);color:var(--silk);font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;border-radius:100px;margin-bottom:2.5rem}.hero-badge .dot{width:6px;height:6px;background:var(--warm);border-radius:50%;animation:pulse 2s infinite}.hero h1{font-family:var(--serif);font-size:clamp(2.8rem,6vw,4.8rem);line-height:1.08;letter-spacing:-.03em;margin-bottom:1.5rem;color:var(--ink)}.hero p{font-size:1.15rem;color:var(--ink-muted);max-width:560px;margin:0 auto 2.5rem;line-height:1.8}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2rem;font-family:var(--sans);font-size:.85rem;font-weight:500;letter-spacing:.02em;text-decoration:none;border-radius:8px;transition:all .25s ease;cursor:pointer;border:none}.btn-primary{background:var(--ink);color:var(--silk)}.btn-primary:hover{background:var(--ink-light);transform:translateY(-1px);box-shadow:0 8px 30px rgba(10,15,26,.15)}.btn-outline{background:transparent;color:var(--ink);border:1.5px solid rgba(10,15,26,.15)}.btn-outline:hover{border-color:var(--ink);transform:translateY(-1px)}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 8px 30px rgba(37,99,235,.3)}section{padding:6rem 2rem}.container{max-width:1100px;margin:0 auto}.section-label{font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.section-title{font-family:var(--serif);font-size:clamp(2rem,4vw,2.8rem);line-height:1.15;letter-spacing:-.02em;margin-bottom:1.5rem}.section-text{font-size:1.05rem;color:var(--ink-muted);max-width:640px;line-height:1.8}.about{background:var(--silk)}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start;margin-top:3rem}.about-card{padding:2.5rem;background:#fff;border-radius:16px;border:1px solid rgba(10,15,26,.06);transition:all .3s ease}.about-card:hover{box-shadow:0 12px 40px rgba(10,15,26,.06);transform:translateY(-2px)}.about-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);border-radius:12px;margin-bottom:1.5rem;font-size:1.2rem}.about-card h3{font-family:var(--serif);font-size:1.3rem;margin-bottom:.75rem}.about-card p{font-size:.95rem;color:var(--ink-muted);line-height:1.75}.product{background:var(--ink);color:var(--silk);padding:7rem 2rem}.product .section-label{color:var(--warm)}.product .section-text{color:hsla(45,22%,96%,.6)}.product-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-top:3rem}.product-card{padding:2.5rem;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;transition:all .3s ease}.product-card:hover{background:hsla(0,0%,100%,.07);border-color:hsla(0,0%,100%,.15)}.product-card-tag{display:inline-block;padding:.3rem .8rem;font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:100px;margin-bottom:1.2rem}.tag-home{background:hsla(39,46%,61%,.15);color:var(--warm)}.tag-biz{background:rgba(37,99,235,.2);color:#93b4f8}.product-card h3{font-family:var(--serif);font-size:1.5rem;margin-bottom:.75rem}.product-card p{font-size:.95rem;color:hsla(45,22%,96%,.55);line-height:1.75;margin-bottom:1.5rem}.product-card ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.product-card li{font-size:.85rem;color:hsla(45,22%,96%,.5);padding-left:1.2rem;position:relative}.product-card li:before{content:"\2192";position:absolute;left:0;color:var(--warm)}.pricing-note{margin-top:3rem;padding:2rem 2.5rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:12px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.pricing-note p{font-size:.95rem;color:hsla(45,22%,96%,.5)}.pricing-note strong{color:var(--silk);font-weight:500}.tech{background:var(--silk-dark)}.tech-logos{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.tech-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.2rem;background:#fff;border:1px solid rgba(10,15,26,.08);border-radius:100px;font-size:.8rem;font-weight:500;color:var(--ink-muted);font-family:var(--mono);transition:all .2s}.tech-chip:hover{border-color:var(--accent);color:var(--accent)}.compliance-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.compliance-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;color:#166534;background:#dcfce7;border-radius:8px}.founder{background:#fff}.founder-card{gap:3rem;margin-top:2.5rem;padding:3rem;background:var(--silk);border-radius:20px;border:1px solid rgba(10,15,26,.05)}.founder-avatar,.founder-card{display:flex;align-items:center}.founder-avatar{width:120px;height:120px;border-radius:20px;background:var(--ink);justify-content:center;font-family:var(--serif);font-size:2.5rem;color:var(--silk);flex-shrink:0}.founder-info h3{font-family:var(--serif);font-size:1.5rem;margin-bottom:.25rem}.founder-info .title{font-size:.85rem;color:var(--accent);font-weight:500;margin-bottom:1rem}.founder-info p{font-size:.95rem;color:var(--ink-muted);line-height:1.75;margin-bottom:1.2rem}.founder-links{display:flex;gap:.75rem}.founder-links a{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.8rem;font-weight:500;color:var(--ink-muted);text-decoration:none;border:1px solid rgba(10,15,26,.1);border-radius:100px;transition:all .2s}.founder-links a:hover{border-color:var(--ink);color:var(--ink)}.company{background:var(--silk)}.company-details{margin-top:2.5rem;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.detail-item{padding:2rem;background:#fff;border-radius:12px;border:1px solid rgba(10,15,26,.06)}.detail-item label{display:block;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:.6rem}.detail-item p{font-size:.95rem;font-weight:500;color:var(--ink);line-height:1.6}.detail-item p.mono{font-family:var(--mono);font-size:1.1rem;color:var(--accent)}.detail-item-wide{grid-column:span 2}.companies-house-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:2rem;font-size:.85rem;color:var(--accent);text-decoration:none;font-weight:500;transition:gap .2s}.companies-house-link:hover{gap:.7rem}.contact{background:var(--ink);color:var(--silk);padding:5rem 2rem}.contact .section-label{color:var(--warm)}.contact .section-text{color:hsla(45,22%,96%,.5)}.contact-row{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.contact-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.4rem;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:100px;color:var(--silk);text-decoration:none;font-size:.85rem;font-weight:400;transition:all .2s}.contact-chip:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2)}footer{background:var(--ink);border-top:1px solid hsla(0,0%,100%,.06);padding:2rem;text-align:center}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-inner p{font-size:.8rem;color:hsla(45,22%,96%,.3)}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.8rem;color:hsla(45,22%,96%,.4);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--silk)}.legal-page{padding:8rem 2rem 4rem;max-width:800px;margin:0 auto}.legal-page h1{font-family:var(--serif);font-size:2.2rem;margin-bottom:.5rem}.legal-page .updated{font-size:.85rem;color:var(--ink-muted);margin-bottom:2.5rem}.legal-page h2{font-family:var(--serif);font-size:1.3rem;margin-top:2.5rem;margin-bottom:.75rem}.legal-page p{font-size:.95rem;color:var(--ink-muted);line-height:1.8;margin-bottom:1rem}.legal-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--accent);text-decoration:none;margin-bottom:2rem;font-weight:500}.legal-back:hover{gap:.7rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.fade-in{opacity:0;transform:translateY(20px);transition:all .6s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.nav-links{display:none}.hero{padding:7rem 1.5rem 4rem}.about-grid,.product-cards{grid-template-columns:1fr;gap:1.5rem}.company-details{grid-template-columns:1fr}.detail-item-wide{grid-column:span 1}.founder-card{flex-direction:column;text-align:center;padding:2rem;gap:1.5rem}.founder-links{justify-content:center}.footer-inner,.pricing-note{flex-direction:column;text-align:center}}