
/* Section */

/* Hero */
.hero { padding: 6rem 0 5rem; position: relative; overflow: hidden; background: var(--bg-primary); }
.hero::before { content: ''; position: absolute; top: -15%; left: -10%; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(var(--accent-rgb), 0.1) 0%, transparent 70%); filter: blur(60px); pointer-events: none; animation: float 10s ease-in-out infinite; }
.hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px); background-size: 60px 60px; opacity: 0.3; mask-image: radial-gradient(ellipse 50% 60% at 50% 50%, black 10%, transparent 100%); -webkit-mask-image: radial-gradient(ellipse 50% 60% at 50% 50%, black 10%, transparent 100%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 2; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; text-align: center; } .hero-text .section-label { justify-content: center; } .hero-actions { justify-content: center; } .hero-visual-wrap { max-width: 440px; margin: 0 auto; } }
.hero h1 { font-family: 'Lato', sans-serif; font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.015em; margin-bottom: 1.25rem; animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both; }
.hero h1 .accent { background: linear-gradient(135deg, var(--accent), #3adbd7); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero p { font-size: clamp(1rem, 1.8vw, 1.15rem); color: var(--text-secondary); line-height: 1.75; max-width: 480px; margin-bottom: 2rem; animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both; }
@media (max-width: 900px) { .hero p { margin: 0 auto 2rem; } }
.hero-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both; }

/* Hero browser mockup */
.browser-mock { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg), var(--shadow-glow); animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both; }
.browser-bar { height: 36px; background: var(--bg-tertiary); border-bottom: 1px solid var(--border); display: flex; align-items: center; padding: 0 0.75rem; gap: 0.4rem; }
.browser-dot { width: 8px; height: 8px; border-radius: 50%; }
.browser-dot:nth-child(1) { background: #ff5f57; }
.browser-dot:nth-child(2) { background: #febc2e; }
.browser-dot:nth-child(3) { background: #28c840; }
.browser-url { margin-left: 0.6rem; padding: 0.2rem 0.6rem; background: var(--bg-card); border-radius: 4px; font-size: 0.75rem; color: var(--text-tertiary); flex: 1; }
.browser-body { padding: 1.5rem; min-height: 260px; background: var(--ill-bg); position: relative; overflow: hidden; }
.browser-body::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(var(--accent-rgb), 0.05) 1px, transparent 0); background-size: 14px 14px; opacity: 0.6; }

/* Mock website layout inside browser */
.mock-site { position: relative; z-index: 1; }
.mock-nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.mock-logo { width: 50px; height: 8px; background: var(--accent); border-radius: 4px; opacity: 0.7; }
.mock-links { display: flex; gap: 0.4rem; }
.mock-link { width: 28px; height: 5px; background: var(--code-bg); border-radius: 3px; }
.mock-hero-block { margin-bottom: 1.5rem; }
.mock-h1 { width: 70%; height: 12px; background: var(--text-primary); border-radius: 4px; margin-bottom: 0.5rem; opacity: 0.15; }
.mock-h1-2 { width: 50%; height: 12px; background: var(--text-primary); border-radius: 4px; margin-bottom: 0.75rem; opacity: 0.1; }
.mock-p { width: 85%; height: 6px; background: var(--text-tertiary); border-radius: 3px; margin-bottom: 0.35rem; opacity: 0.2; }
.mock-btn { width: 70px; height: 18px; background: var(--accent); border-radius: 6px; margin-top: 0.75rem; opacity: 0.8; }
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
.mock-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 6px; padding: 0.5rem; }
.mock-card-img { height: 30px; background: var(--ill-bg); border-radius: 4px; margin-bottom: 0.35rem; }
.mock-card-text { height: 4px; background: var(--code-bg); border-radius: 2px; margin-bottom: 0.2rem; }
.mock-card-text.short { width: 60%; }

/* Cursor animation */
.mock-cursor { position: absolute; width: 14px; height: 14px; right: 30%; top: 55%; z-index: 5; animation: float 3s ease-in-out infinite; }
.mock-cursor svg { width: 100%; height: 100%; }

/* Services grid */
.services-section { padding: 7rem 0; background: var(--bg-primary); position: relative; }
.services-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 400px; background: radial-gradient(ellipse 50% 50% at 50% 0%, rgba(var(--accent-rgb), 0.05) 0%, transparent 100%); pointer-events: none; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; position: relative; }
@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .services-grid { grid-template-columns: 1fr; } }

.svc-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); position: relative; overflow: hidden; }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--accent), transparent); opacity: 0; transition: opacity 0.4s; }
.svc-card:hover { border-color: var(--border-hover); box-shadow: var(--shadow-lg), var(--shadow-glow); transform: translateY(-4px); }
.svc-card:hover::before { opacity: 1; }
.svc-icon { width: 48px; height: 48px; background: var(--badge-bg); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; transition: all 0.3s; }
.svc-card:hover .svc-icon { background: linear-gradient(135deg, var(--accent), #3a8a88); box-shadow: 0 4px 16px rgba(var(--accent-rgb), 0.25); }
.svc-icon svg { width: 22px; height: 22px; stroke: var(--accent); stroke-width: 1.8; fill: none; transition: stroke 0.3s; }
.svc-card:hover .svc-icon svg { stroke: #fff; }
.svc-card h3 { font-family: 'Lato', sans-serif; font-size: 1.12rem; font-weight: 700; margin-bottom: 0.5rem; }
.svc-card p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.65; margin-bottom: 1rem; }
.svc-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.svc-tag { padding: 0.25rem 0.6rem; background: var(--code-bg); color: var(--text-tertiary); font-size: 0.82rem; font-weight: 500; border-radius: 5px; }
.svc-price { font-family: 'Lato', sans-serif; font-size: 0.82rem; color: var(--text-tertiary); margin-top: 1rem; }
.svc-price strong { font-size: 1.05rem; color: var(--accent); }

/* Features / What's included */
.features-section { padding: 7rem 0; background: var(--section-alt); position: relative; }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; position: relative; }
@media (max-width: 768px) { .features-grid { grid-template-columns: 1fr; } }
.features-list { display: flex; flex-direction: column; gap: 1.25rem; }
.feature-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.25rem; background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; transition: all 0.3s; }
.feature-item:hover { border-color: var(--border-hover); box-shadow: var(--shadow-sm); }
.feature-icon { width: 40px; height: 40px; min-width: 40px; background: var(--badge-bg); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.feature-icon svg { width: 18px; height: 18px; stroke: var(--accent); stroke-width: 2; fill: none; }
.feature-text h4 { font-family: 'Lato', sans-serif; font-size: 1.02rem; font-weight: 700; margin-bottom: 0.2rem; }
.feature-text p { font-size: 0.92rem; color: var(--text-secondary); line-height: 1.55; }

/* Tech stack */
.tech-strip { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin-top: 1.5rem; }
.tech-badge { padding: 0.4rem 0.9rem; background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; font-size: 0.88rem; font-weight: 600; color: var(--text-secondary); display: flex; align-items: center; gap: 0.4rem; transition: all 0.25s; }
.tech-badge:hover { border-color: var(--border-hover); background: var(--badge-bg); color: var(--text-primary); }
.tech-badge svg { width: 14px; height: 14px; stroke: var(--accent); stroke-width: 2; fill: none; }

/* Process timeline */
.process-section { padding: 7rem 0; background: var(--bg-primary); position: relative; }
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; position: relative; }
@media (max-width: 900px) { .timeline { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .timeline { grid-template-columns: 1fr; } }
.timeline::before { content: ''; position: absolute; top: 28px; left: calc(10% + 10px); right: calc(10% + 10px); height: 1px; background: linear-gradient(90deg, var(--border), var(--accent), var(--border)); opacity: 0.3; }
@media (max-width: 560px) { .timeline::before { display: none; } }
.timeline-step { text-align: center; position: relative; }
.timeline-num { width: 44px; height: 44px; margin: 0 auto 1rem; background: var(--bg-card); border: 2px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Lato', sans-serif; font-size: 1.02rem; font-weight: 800; color: var(--accent); position: relative; z-index: 2; transition: all 0.3s; }
.timeline-step:hover .timeline-num { border-color: var(--accent); background: var(--badge-bg); }
.timeline-step h4 { font-family: 'Lato', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 0.3rem; }
.timeline-step p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.5; max-width: 160px; margin: 0 auto; }

/* CTA section */
.cta-section { padding: 7rem 0; background: var(--section-alt); position: relative; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 60% at 50% 50%, rgba(var(--accent-rgb), 0.04) 0%, transparent 100%); pointer-events: none; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; position: relative; z-index: 1; }
@media (max-width: 900px) { .cta-grid { grid-template-columns: 1fr; text-align: center; } .cta-text .section-label { justify-content: center; } .cta-actions { justify-content: center; } .cta-text > p { margin: 0 auto 2rem; } }
.cta-text h2 { font-family: 'Lato', sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; line-height: 1.15; margin-bottom: 1rem; letter-spacing: -0.02em; }
.cta-text h2 span { color: var(--accent); }
.cta-text > p { font-size: 1rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 2rem; max-width: 460px; }
.cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; }



