 :root {
   --ink: #1a1a1a;
   --muted: #5f6168;
   --accent: #2446ff;
   --accent-soft: #eef1ff;
   --paper: #f7f5f2;
   --sand: #efe6dd;
   --sky: #e8eef9;
   --line: #e1e1e1;
 }
 
 * {
   box-sizing: border-box;
 }
 
 body {
   margin: 0;
   font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
   color: var(--ink);
   background: #ffffff;
   line-height: 1.6;
 }
 
 img {
   display: block;
   width: 100%;
   height: auto;
   object-fit: cover;
 }
 
 a {
   color: inherit;
 }
 
 .container {
   width: min(1120px, 92%);
   margin: 0 auto;
 }
 
 .header {
   padding: 24px 0 10px;
 }
 
 .nav {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 16px;
 }
 
 .brand {
   display: flex;
   flex-direction: column;
   gap: 4px;
 }
 
 .brand strong {
   font-size: 1.2rem;
   letter-spacing: 0.02em;
 }
 
 .brand span {
   color: var(--muted);
   font-size: 0.9rem;
 }
 
 .nav-links {
   display: flex;
   flex-wrap: wrap;
   gap: 16px;
   font-size: 0.95rem;
 }
 
 .nav-links a {
   text-decoration: none;
   padding-bottom: 2px;
   border-bottom: 1px solid transparent;
 }
 
 .nav-links a:focus {
   outline: 2px solid var(--accent);
   outline-offset: 2px;
 }
 
 .ad-label {
   font-size: 0.85rem;
   color: var(--muted);
   border: 1px solid var(--line);
   padding: 6px 10px;
   border-radius: 999px;
   background: #fff;
 }
 
 .hero {
   background: var(--paper);
   padding: 70px 0 90px;
   position: relative;
   overflow: hidden;
 }
 
 .hero::after {
   content: "";
   position: absolute;
   width: 240px;
   height: 240px;
   border-radius: 50%;
   background: var(--sky);
   right: -80px;
   top: 40px;
 }
 
 .hero-grid {
   display: flex;
   gap: 40px;
   align-items: flex-start;
 }
 
 .hero-copy {
   flex: 1.1;
   padding-top: 20px;
 }
 
 .hero-copy h1 {
   font-size: 2.8rem;
   line-height: 1.1;
   margin-bottom: 18px;
 }
 
 .hero-copy p {
   font-size: 1.05rem;
   color: var(--muted);
   margin-bottom: 22px;
 }
 
 .hero-actions {
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
 }
 
 .btn {
   padding: 12px 20px;
   border-radius: 999px;
   border: 1px solid var(--ink);
   background: var(--ink);
   color: #fff;
   text-decoration: none;
   font-weight: 600;
   display: inline-flex;
   align-items: center;
   justify-content: center;
 }
 
 .btn.secondary {
   background: transparent;
   color: var(--ink);
 }
 
 .hero-visual {
   flex: 1;
   position: relative;
 }
 
 .img-frame {
   background: #dfe5f0;
   border-radius: 24px;
   overflow: hidden;
   box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
 }
 
 .bg-hero {
   background: #d9d7d0;
 }
 
 .bg-desk {
   background: #dfe7ef;
 }
 
 .bg-team {
   background: #d8e3dc;
 }
 
 .bg-laptop {
   background: #e5e9f1;
 }
 
 .bg-papers {
   background: #efe4dd;
 }
 
 .bg-office {
   background: #e2eef2;
 }
 
 .bg-collab {
   background: #e7e3f2;
 }
 
 .bg-typing {
   background: #f0e9da;
 }
 
 .bg-city {
   background: #dbe3ef;
 }
 
 .bg-notes {
   background: #e5e1d7;
 }
 
 .offset-card {
   position: absolute;
   left: -40px;
   bottom: -30px;
   background: #fff;
   padding: 18px;
   border-radius: 18px;
   box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
   max-width: 220px;
   font-size: 0.9rem;
 }
 
 .section {
   padding: 80px 0;
 }
 
 .section.alt {
   background: var(--sand);
 }
 
 .section.sky {
   background: var(--sky);
 }
 
 .section-head {
   display: flex;
   align-items: baseline;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 16px;
   margin-bottom: 30px;
 }
 
 .section-head h2 {
   margin: 0;
   font-size: 2rem;
 }
 
 .section-head p {
   margin: 0;
   color: var(--muted);
   max-width: 420px;
 }
 
 .asym-row {
   display: flex;
   gap: 30px;
   align-items: flex-start;
 }
 
 .asym-col {
   flex: 1;
 }
 
 .asym-col.narrow {
   flex: 0.75;
 }
 
 .feature-list {
   display: flex;
   flex-direction: column;
   gap: 16px;
 }
 
 .feature {
   background: #fff;
   border-radius: 18px;
   padding: 18px;
   box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
 }
 
 .feature h3 {
   margin: 0 0 6px;
 }
 
 .cards {
   display: flex;
   flex-wrap: wrap;
   gap: 18px;
 }
 
 .card {
   flex: 1 1 250px;
   background: #fff;
   border-radius: 20px;
   padding: 16px;
   box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
   display: flex;
   flex-direction: column;
   gap: 12px;
 }
 
 .card .img-frame {
   border-radius: 14px;
 }
 
 .card p {
   margin: 0;
   color: var(--muted);
 }
 
 .price {
   font-weight: 700;
   font-size: 1.05rem;
 }
 
 .highlight {
   background: var(--accent-soft);
   padding: 24px;
   border-radius: 22px;
   display: flex;
   flex-direction: column;
   gap: 12px;
 }
 
 .highlight a {
   color: var(--accent);
   text-decoration: none;
   font-weight: 600;
 }
 
 .form-shell {
   background: #fff;
   border-radius: 28px;
   padding: 28px;
   box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
 }
 
 form {
   display: flex;
   flex-direction: column;
   gap: 14px;
 }
 
 label {
   font-weight: 600;
   font-size: 0.95rem;
 }
 
 input,
 select,
 textarea {
   padding: 12px 14px;
   border-radius: 12px;
   border: 1px solid var(--line);
   font-size: 1rem;
   font-family: inherit;
 }
 
 textarea {
   min-height: 120px;
 }
 
 .form-note {
   font-size: 0.85rem;
   color: var(--muted);
 }
 
 .sticky-cta {
   position: fixed;
   right: 16px;
   bottom: 16px;
   background: var(--accent);
   color: #fff;
   padding: 12px 18px;
   border-radius: 999px;
   text-decoration: none;
   font-weight: 600;
   box-shadow: 0 16px 40px rgba(36, 70, 255, 0.35);
   z-index: 9;
 }
 
 .footer {
   background: #0f0f12;
   color: #e6e6e6;
   padding: 50px 0 70px;
 }
 
 .footer a {
   color: #e6e6e6;
   text-decoration: none;
 }
 
 .footer-cols {
   display: flex;
   flex-wrap: wrap;
   gap: 24px;
   margin-bottom: 24px;
 }
 
 .footer-col {
   flex: 1 1 200px;
 }
 
 .footer small {
   color: #b7b7b7;
 }
 
 .cookie-banner {
   position: fixed;
   left: 16px;
   right: 16px;
   bottom: 16px;
   background: #fff;
   border-radius: 16px;
   padding: 16px;
   box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
   align-items: center;
   justify-content: space-between;
   z-index: 10;
 }
 
 .cookie-actions {
   display: flex;
   gap: 10px;
 }
 
 .cookie-actions button {
   border: none;
   padding: 10px 16px;
   border-radius: 999px;
   cursor: pointer;
   font-weight: 600;
 }
 
 .cookie-accept {
   background: var(--ink);
   color: #fff;
 }
 
 .cookie-reject {
   background: #e9e9e9;
 }
 
 .page-hero {
   padding: 60px 0 40px;
   background: var(--paper);
 }
 
 .page-hero h1 {
   margin-bottom: 12px;
 }
 
 .list {
   display: flex;
   flex-direction: column;
   gap: 14px;
 }
 
 .quote {
   background: #fff;
   border-left: 4px solid var(--accent);
   padding: 16px 18px;
   border-radius: 12px;
 }
 
 .split-panel {
   display: flex;
   gap: 24px;
   align-items: center;
 }
 
 .split-panel .img-frame {
   flex: 0.9;
 }
 
 .split-panel .panel-text {
   flex: 1.1;
 }
 
 @media (max-width: 900px) {
   .hero-grid,
   .asym-row,
   .split-panel {
     flex-direction: column;
   }
 
   .offset-card {
     position: static;
     margin-top: 16px;
   }
 
   .sticky-cta {
     left: 16px;
     right: 16px;
     text-align: center;
   }
 }
