.logbook-features{background:#fff;padding:8rem 0}.logbook-features .container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.logbook-features .section-header{margin:0 auto 5rem;max-width:800px;text-align:center}.logbook-features .section-label-gps{background:rgba(106,102,240,.1);border-radius:9999px;color:var(--primary);display:inline-block;font-size:.875rem;font-weight:700;letter-spacing:.05em;margin-bottom:1.5rem;padding:.5rem 1rem;text-transform:uppercase}.logbook-features .section-title-gps{color:var(--foreground);font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem}.logbook-features .section-description-gps{color:var(--muted-foreground);font-size:1.125rem;line-height:1.7}.logbook-features .features-grid-log{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.logbook-features .feature-card-log{background:#fff;border:1px solid rgba(var(--border),.4);border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,.02);display:flex;flex-direction:column;padding:3rem 2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.logbook-features .feature-card-log:hover{border-color:var(--primary);box-shadow:0 20px 50px rgba(0,0,0,.06);transform:translateY(-8px)}.logbook-features .feature-icon-wrapper-log{align-items:center;background:rgba(106,102,240,.1);border-radius:18px;color:var(--primary);display:flex;height:4rem;justify-content:center;margin-bottom:2rem;transition:all .3s ease;width:4rem}.logbook-features .feature-card-log:hover .feature-icon-wrapper-log{background:var(--primary);color:#fff;transform:rotate(5deg) scale(1.1)}.logbook-features .feature-icon-wrapper-log svg{height:2rem;width:2rem}.logbook-features .feature-title-log{color:var(--foreground);font-size:1.375rem;font-weight:700;margin-bottom:1rem}.logbook-features .feature-description-log{color:var(--muted-foreground);font-size:1rem;line-height:1.6}@media (max-width:768px){.logbook-features{padding:5rem 0}}