* { margin: 0px; padding: 0px; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: Inter, sans-serif; color: rgb(15, 23, 42); line-height: 1.6; background: rgb(255, 255, 255); }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
:root { --primary: #1e7cf6; --dark: #0b1220; --muted: #6b7280; --light: #f3f4f6; --border: #e5e7eb; }
.container { max-width: 1200px; margin: 0px auto; padding: 0px 24px; }
.primary { color: var(--primary); }
.btn { display: inline-block; padding: 16px 24px 12px; border-radius: 999px; font-weight: 500; font-size: 18px; cursor: pointer; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; transition: 0.25s; width: 170px; height: 57px; text-align: center; }
.btn-primary { background: var(--primary); color: rgb(255, 255, 255); }
.btn-primary:hover { background: rgb(0, 115, 209); }
.btn-dark {background: #0073d1;color: rgb(255, 255, 255);white-space: nowrap;}
.btn-white { background: rgb(255, 255, 255); color: var(--primary); }
.btn-lg { padding: 14px 36px; font-size: 16px; }
.btn-block { display: block; width: 100%; text-align: center; }
.site-header { position: sticky; top: 0px; z-index: 100; background: rgb(255, 255, 255); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.brand { font-weight: 500; font-size: 28px; }
.main-nav { display: flex; gap: 36px; margin-right: 24px; color: rgb(107, 114, 128); }
.main-nav a { font-weight: 300; font-size: 19px; }
.main-nav a:hover { color: var(--primary); }
.nav-toggle { display: none; background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; font-size: 26px; cursor: pointer; }
.hero { padding: 40px 0px 80px; }
.hero-grid { display: grid; grid-template-columns: 60% 40%; gap: 40px; align-items: center; }
.hello { color: var(--primary); margin-bottom: 20px; }
.hero-text h1 { font-size: 48px; font-weight: 700; line-height: 1.2; margin-bottom: 24px; }
.lead { color: var(--muted); font-size: 17px; margin-bottom: 32px; max-width: 520px; }
.hero-img { max-width: 480px; margin: 0px auto; }
.stats { padding: 40px 0px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat h3 { font-size: 32px; font-weight: 600; color: var(--primary); margin-bottom: 6px; }
.stat p { color: var(--muted); }
.section { padding: 60px 0px; }
.section-title { font-size: 36px; font-weight: 700; text-align: center; margin-bottom: 48px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { padding: 28px; border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; transition: 0.3s; }
.service-card:hover { transform: translateY(-4px); }
.service-icon { width: 50px; height: 50px; color: var(--primary); margin-bottom: 18px; }
.service-card h5 { font-size: 18px; font-weight: 600; margin-bottom: 10px; }
.service-card p { color: var(--muted); margin-bottom: 16px; }
.learn { color: var(--primary); font-weight: 500; }
.learn:hover { text-decoration: underline; }
.about-card { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; background: rgb(31, 41, 55); border-radius: 12px; padding: 32px; }
.about-img img {border-radius: 10px;width: 100%;max-height: 389px;object-fit: cover;}
.about-text h2 { font-size: 36px; font-weight: 700; color: rgb(255, 255, 255); margin-bottom: 18px; line-height: 1.2; }
.about-text p { color: rgb(209, 213, 219); margin-bottom: 24px; }
.socials { display: flex; gap: 12px; }
.socials a { width: 36px; height: 36px; display: grid; place-items: center; color: rgb(249, 250, 251); }
.socials a:hover { color: var(--primary); }
.socials svg { width: 24px; height: 24px; }
.portfolio-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; flex-wrap: wrap; gap: 20px; }
.portfolio-head h2 { font-size: 36px; font-weight: 700; }
.portfolio-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 200px; gap: 16px; }
.proj { position: relative; border-radius: 12px; overflow: hidden; display: flex; align-items: flex-end; padding: 20px; grid-column: span 2; color: rgb(255, 255, 255); background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent) rgb(204, 187, 182); }
.proj-big { grid-row: span 2; }
.proj h3 { font-size: 22px; font-weight: 600; margin-bottom: 4px; }
.proj p { font-size: 12px; opacity: 0.85; }
.cta-strip { display: flex; justify-content: space-between; align-items: center; gap: 24px; border: 1px solid var(--border); border-radius: 12px; padding: 32px; flex-wrap: wrap; }
.cta-strip h2 { font-size: 30px; font-weight: 700; margin-bottom: 8px; }
.cta-strip p { color: var(--muted); }
.testi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.testi { border: 1px solid var(--border); border-radius: 12px; padding: 28px; }
.testi-q { font-size: 18px; font-weight: 600; margin-bottom: 12px; }
.testi-b { color: var(--muted); margin-bottom: 20px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-author img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.testi-author span { color: rgb(156, 163, 175); font-size: 14px; }
.pricing-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.pricing-intro h2 { font-size: 36px; font-weight: 700; margin-bottom: 18px; line-height: 1.2; }
.pricing-intro p { color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.plan { border: 1px solid var(--border); border-radius: 12px; padding: 14px; display: flex; flex-direction: column; gap: 18px; }
.plan-featured { background: var(--primary); border-color: var(--primary); color: rgb(255, 255, 255); }
.plan-head { background: var(--light); border-radius: 10px; padding: 18px; text-align: center; }
.plan-head h3 { font-size: 18px; font-weight: 500; color: var(--primary); margin-bottom: 8px; }
.plan-price { font-size: 40px; font-weight: 700; }
.plan-featured .plan-head { background: rgb(21, 101, 216); }
.plan-featured .plan-head h3 { color: rgb(255, 255, 255); }
.plan ul { display: flex; flex-direction: column; gap: 10px; padding: 0px 8px; flex: 1 1 0%; }
.plan li { color: var(--muted); }
.plan li::before { content: "✓ "; color: rgb(22, 163, 74); font-weight: 700; }
.plan-featured li { color: rgb(229, 231, 235); }
.faq { display: flex; flex-direction: column; gap: 12px; max-width: 900px; margin: 0px auto; }
.faq details { border: 1px solid var(--border); background: var(--light); border-radius: 8px; padding: 16px 20px; font-weight: 500; }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; }
.faq summary::after { content: "+"; color: var(--muted); }
.faq details[open] summary::after { content: "−"; }
.faq p { margin-top: 12px; color: var(--muted); font-weight: 400; }
.site-footer { padding: 32px 0px; border-top: 1px solid var(--border); margin-top: 40px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: 14px; }
@media (max-width: 992px) {
  .hero-text h1 { font-size: 38px; }
  .section-title, .about-text h2, .pricing-intro h2, .portfolio-head h2, .cta-strip h2 { font-size: 30px; }
  .portfolio-grid { grid-template-columns: repeat(4, 1fr); }
  .pricing-wrap { grid-template-columns: 1fr; }
  .hero-img {height: 332px;width: 338px;}
}
@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 80px; left: 0px; right: 0px; background: rgb(255, 255, 255); flex-direction: column; padding: 20px; gap: 16px; box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 20px; display: none; margin: 0px; }
  .main-nav.open { display: flex; }
  .header-inner > .btn { display: none; }
  .hero-grid, .about-card, .testi-grid, .pricing-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-text h1 { font-size: 32px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .services-grid { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .proj, .proj-big { grid-area: span 1 / span 1; }
  .section { padding: 40px 0px; }
  .section-title { font-size: 26px; margin-bottom: 32px; }
  .cta-strip { padding: 24px; text-align: center; justify-content: center; }
}
@media (max-width: 480px) {
  .hero-text h1 { font-size: 28px; }
  .stat h3 { font-size: 26px; }
}
