:root { --color-bg: #F5F5F7; --color-text: #1d1d1f; --color-body: #6e6e73; --color-accent: #1a56ff; --color-accent-dark: #0d3acc; --gradient-button-gray: linear-gradient(135deg, #5f6064 0%, #2f3034 42%, #111113 100%); --gradient-button-gray-hover: linear-gradient(315deg, #5f6064 0%, #2f3034 42%, #111113 100%); --container-max: 1920px; --container-padding: 32px; --font-head: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif; --font-main: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--color-bg); color: var(--color-body); font-family: var(--font-main); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: 100%; max-width: var(--container-max); margin: 0 auto; padding: 0 var(--container-padding); }
.site-nav { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; background: rgba(245,245,247,0.86); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); }
.nav-inner { display: grid; min-height: 64px; align-items: center; grid-template-columns: 1fr auto 1fr; gap: 24px; }
.logo { display: inline-flex; align-items: center; justify-self: start; width: 160px; height: 38px; overflow: hidden; }
.logo img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 32px; color: var(--color-text); font-size: 14px; font-weight: 400; line-height: 1; }
.nav-links a:hover { color: var(--color-accent); }
.nav-cta { justify-self: end; padding: 8px 20px; background: var(--gradient-button-gray); border-radius: 980px; color: #fff; font-size: 14px; font-weight: 500; line-height: 1; }
.nav-cta:hover, .button:hover { background: var(--gradient-button-gray-hover); }
.menu-toggle { display: none; width: 40px; height: 40px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; justify-self: end; background: transparent; border: 0; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; width: 18px; height: 1.5px; background: var(--color-text); transition: opacity 0.15s ease, transform 0.15s ease; }
body.nav-open .menu-toggle span { opacity: 0; }
body.nav-open .menu-toggle::before { transform: translateY(6.5px) rotate(45deg); }
body.nav-open .menu-toggle::after { transform: translateY(-6.5px) rotate(-45deg); }
.section-inner { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 48px; }
.product-hero { padding: 160px 0 96px; background: #F5F5F7; text-align: center; }
.product-hero h1 { max-width: 920px; margin: 0 auto; color: var(--color-text); font-family: var(--font-head); font-size: 64px; font-weight: 900; letter-spacing: -0.04em; line-height: 1.02; }
.product-hero p { max-width: 720px; margin: 24px auto 0; color: var(--color-body); font-size: 21px; line-height: 1.6; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; margin-top: 36px; padding: 16px 36px; background: var(--gradient-button-gray); border-radius: 980px; color: #FFF; font-size: 17px; font-weight: 600; line-height: 1; transition: background 0.2s ease, transform 0.2s ease; }
.button:hover { transform: translateY(-1px); }
.pricing { background: #0C0C0C; padding: 96px 0; }
.section-label { margin: 0 0 10px; color: #1A56FF; font-size: 12px; font-weight: 600; line-height: 1.2; letter-spacing: 0.08em; text-transform: uppercase; }
.section-title { margin: 0; color: #FFF; font-family: var(--font-head); font-size: 44px; font-weight: 900; line-height: 1.08; letter-spacing: -0.03em; }
.section-sub { margin: 12px 0 0; color: rgba(255,255,255,0.5); font-size: 18px; line-height: 1.55; }
.pricing-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin-top: 48px; }
.pricing-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.price-card { padding: 28px 24px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; }
.price-card.featured { background: rgba(26,86,255,0.08); border-color: rgba(26,86,255,0.24); }
.price-card h3 { margin: 0; color: #FFF; font-size: 20px; line-height: 1.25; }
.price { margin: 16px 0 0; color: #FFF; font-size: 28px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; }
.price span { display: block; margin-top: 6px; color: rgba(255,255,255,0.48); font-size: 14px; font-weight: 400; letter-spacing: 0; }
.price-card p { margin: 18px 0 0; color: rgba(255,255,255,0.58); font-size: 14px; line-height: 1.65; }
.included { background: #FFFFFF; padding: 96px 0; }
.included .section-title { color: var(--color-text); }
.included-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin: 40px 0 0; padding: 0; list-style: none; }
.included-list li { padding: 18px 20px; background: #F5F5F7; border: 1px solid #E8E8E8; border-radius: 12px; color: var(--color-text); font-size: 15px; line-height: 1.5; }
.included-list li::before { margin-right: 8px; color: #1A56FF; content: "✓"; }
.discount-note { margin: 32px 0 0; color: #1A56FF; font-size: 18px; font-weight: 700; }
.cta { background: #0C0C0C; padding: 96px 0; text-align: center; }
.cta p { margin: 14px 0 0; color: rgba(255,255,255,0.4); font-size: 14px; }
.site-footer { background: #0A0A0A; padding: 64px 0 40px; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-inner { max-width: 1140px; margin: 0 auto 48px; padding: 0 48px; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 64px; }
.footer-logo { color: #FFF; font-size: 22px; font-weight: 800; line-height: 1; letter-spacing: -0.5px; }
.footer-logo span { color: #1A56FF; }
.footer-tagline { margin: 8px 0 0; color: rgba(255,255,255,0.4); font-size: 14px; font-style: italic; font-weight: 300; }
.footer-description { max-width: 260px; margin: 16px 0 0; color: rgba(255,255,255,0.35); font-size: 13px; line-height: 1.7; }
.footer-col-title { margin: 0 0 20px; color: rgba(255,255,255,0.3); font-size: 11px; font-weight: 600; line-height: 1.3; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-link { display: block; margin-bottom: 10px; color: rgba(255,255,255,0.5); font-size: 14px; }
.footer-link:hover { color: rgba(255,255,255,0.9); }
.footer-divider { max-width: 1140px; margin: 0 auto 32px; padding: 0 48px; border: 0; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-bottom { max-width: 1140px; margin: 0 auto; padding: 0 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,0.25); font-size: 13px; }
.footer-bottom p:last-child { text-align: right; }
@media (max-width: 900px) { .section-inner, .footer-inner, .footer-divider, .footer-bottom { padding-left: 24px; padding-right: 24px; } .product-hero h1 { font-size: 46px; } .pricing-grid, .pricing-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 768px) { .nav-inner { display: flex; min-height: 60px; justify-content: space-between; } .nav-links { position: fixed; top: 60px; right: 0; left: 0; display: grid; gap: 0; padding: 12px 24px 18px; background: rgba(251,251,253,0.96); border-bottom: 1px solid rgba(0,0,0,0.08); box-shadow: 0 16px 40px rgba(0,0,0,0.08); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity 0.15s ease, transform 0.15s ease; backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); } .nav-links a { padding: 12px 0; } body.nav-open .nav-links { opacity: 1; pointer-events: auto; transform: translateY(0); } .nav-cta { display: none; } .menu-toggle { display: flex; } .product-hero { padding-top: 120px; } .pricing-grid, .pricing-grid.two, .included-list, .footer-inner, .footer-bottom { grid-template-columns: 1fr; } .footer-bottom p:last-child { text-align: left; } }
@media (max-width: 480px) { .container, .section-inner, .footer-inner, .footer-divider, .footer-bottom { padding-left: 18px; padding-right: 18px; } .product-hero h1 { font-size: clamp(36px, 11vw, 44px); } .product-hero p { font-size: 18px; } .section-title { font-size: 34px; } .button { width: 100%; } }
