*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background-color:#0D1117;color:#E6EDF3;font-family:'Segoe UI',system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6}
a{color:#0EA5E9;text-decoration:none}
a:hover{color:#38BDF8}
img{max-width:100%;height:auto;display:block}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}
.btn-primary-custom{background-color:#0EA5E9;color:#fff;border:none;padding:12px 28px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;display:inline-block;transition:background-color 0.2s}
.btn-primary-custom:hover{background-color:#0284C7;color:#fff}
.btn-outline-custom{background-color:transparent;color:#0EA5E9;border:1px solid #0EA5E9;padding:12px 28px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;display:inline-block;transition:all 0.2s}
.btn-outline-custom:hover{background-color:#0EA5E9;color:#fff}
.section-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:#0EA5E9;margin-bottom:12px}
.section-title{font-size:36px;font-weight:700;color:#E6EDF3;line-height:1.3;margin-bottom:16px}
.section-subtitle{font-size:17px;color:#8B949E;max-width:600px}
nav.site-nav{background-color:#0D1117;border-bottom:1px solid #21262D;padding:0 24px;position:sticky;top:0;z-index:1000}
nav.site-nav .nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}
nav.site-nav .nav-logo{font-family:'Courier New',Courier,monospace;font-size:20px;font-weight:700;color:#E6EDF3;letter-spacing:-0.5px}
nav.site-nav .nav-logo span{color:#0EA5E9}
nav.site-nav .nav-links{display:flex;align-items:center;gap:32px;list-style:none}
nav.site-nav .nav-links a{color:#8B949E;font-size:15px;font-weight:500;transition:color 0.2s}
nav.site-nav .nav-links a:hover{color:#E6EDF3}
nav.site-nav .nav-cta{margin-left:16px}
nav.site-nav .nav-cta a{color:#fff}
nav.site-nav .nav-cta a:hover{color:#fff}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}
.nav-toggle span{display:block;width:24px;height:2px;background:#E6EDF3;margin:5px 0;transition:all 0.2s}
.hero{padding:96px 24px 80px;text-align:center}
.hero h1{font-size:56px;font-weight:800;color:#E6EDF3;line-height:1.15;margin-bottom:20px;max-width:800px;margin-left:auto;margin-right:auto}
.hero h1 span{color:#0EA5E9}
.hero p{font-size:19px;color:#8B949E;max-width:560px;margin:0 auto 36px}
.hero-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.code-demo{background-color:#161B22;border:1px solid #30363D;border-radius:10px;max-width:760px;margin:56px auto 0;text-align:left;overflow:hidden}
.code-demo-header{background-color:#21262D;padding:12px 16px;display:flex;align-items:center;gap:8px}
.code-demo-header .dot{width:12px;height:12px;border-radius:50%}
.code-demo-header .dot-red{background-color:#FF5F57}
.code-demo-header .dot-yellow{background-color:#FEBC2E}
.code-demo-header .dot-green{background-color:#28C840}
.code-demo-header .filename{font-family:'Courier New',Courier,monospace;font-size:13px;color:#8B949E;margin-left:8px}
.code-demo-body{padding:24px;font-family:'Courier New',Courier,monospace;font-size:14px;line-height:1.7}
.code-line{display:block}
.code-method{color:#FF7B72}
.code-url{color:#A5D6FF}
.code-key{color:#79C0FF}
.code-value{color:#A8FF60}
.code-comment{color:#8B949E}
.code-status{color:#7EE787}
.features-section{padding:80px 24px;background-color:#0D1117}
.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}
.feature-card{background-color:#161B22;border:1px solid #21262D;border-radius:10px;padding:28px 24px;transition:border-color 0.2s}
.feature-card:hover{border-color:#0EA5E9}
.feature-icon{width:44px;height:44px;background-color:#0EA5E9;background-color:rgba(14,165,233,0.15);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.feature-icon i{color:#0EA5E9;font-size:20px}
.feature-card h3{font-size:17px;font-weight:600;color:#E6EDF3;margin-bottom:10px}
.feature-card p{font-size:14px;color:#8B949E;line-height:1.6}
.steps-section{padding:80px 24px;background-color:#0A0E14}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}
.step-card{background-color:#161B22;border:1px solid #21262D;border-radius:10px;padding:32px 28px;position:relative}
.step-number{font-family:'Courier New',Courier,monospace;font-size:48px;font-weight:700;color:#21262D;position:absolute;top:20px;right:24px;line-height:1}
.step-icon{width:48px;height:48px;background-color:rgba(14,165,233,0.15);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.step-icon i{color:#0EA5E9;font-size:22px}
.step-card h3{font-size:18px;font-weight:600;color:#E6EDF3;margin-bottom:10px}
.step-card p{font-size:14px;color:#8B949E;line-height:1.6}
.logos-section{padding:64px 24px;background-color:#0D1117;border-top:1px solid #21262D;border-bottom:1px solid #21262D}
.logos-label{text-align:center;font-size:13px;color:#8B949E;text-transform:uppercase;letter-spacing:1px;margin-bottom:36px}
.logos-grid{display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap}
.logo-item{font-size:18px;font-weight:700;color:#30363D;letter-spacing:-0.5px;transition:color 0.2s}
.logo-item:hover{color:#8B949E}
.pricing-section{padding:80px 24px;background-color:#0A0E14}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.pricing-card{background-color:#161B22;border:1px solid #21262D;border-radius:12px;padding:36px 32px;position:relative;transition:border-color 0.2s}
.pricing-card.featured{border-color:#0EA5E9}
.pricing-card .badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background-color:#0EA5E9;color:#fff;font-size:12px;font-weight:600;padding:4px 14px;border-radius:20px}
.pricing-card h3{font-size:20px;font-weight:700;color:#E6EDF3;margin-bottom:8px}
.pricing-price{font-size:42px;font-weight:800;color:#E6EDF3;line-height:1.1;margin-bottom:4px}
.pricing-price span{font-size:16px;font-weight:400;color:#8B949E}
.pricing-desc{font-size:14px;color:#8B949E;margin-bottom:28px}
.pricing-features{list-style:none;margin-bottom:32px}
.pricing-features li{font-size:14px;color:#8B949E;padding:8px 0;border-bottom:1px solid #21262D;display:flex;align-items:center;gap:10px}
.pricing-features li:last-child{border-bottom:none}
.pricing-features li i{color:#0EA5E9;font-size:13px}
.cta-section{padding:80px 24px;background-color:#0D1117;text-align:center}
.cta-section h2{font-size:42px;font-weight:800;color:#E6EDF3;margin-bottom:16px}
.cta-section p{font-size:17px;color:#8B949E;max-width:500px;margin:0 auto 36px}
.cta-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
footer{background-color:#010409;border-top:1px solid #21262D;padding:64px 24px 32px}
.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}
.footer-brand .footer-logo{font-family:'Courier New',Courier,monospace;font-size:20px;font-weight:700;color:#E6EDF3;margin-bottom:12px}
.footer-brand .footer-logo span{color:#0EA5E9}
.footer-brand p{font-size:14px;color:#8B949E;line-height:1.7;max-width:260px}
.footer-col h4{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#E6EDF3;margin-bottom:16px}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:10px}
.footer-col ul li a{font-size:14px;color:#8B949E;transition:color 0.2s}
.footer-col ul li a:hover{color:#E6EDF3}
.footer-bottom{max-width:1200px;margin:0 auto;padding-top:24px;border-top:1px solid #21262D;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.footer-bottom p{font-size:13px;color:#8B949E}
.footer-bottom .social-links{display:flex;gap:16px}
.footer-bottom .social-links a{color:#8B949E;font-size:16px;transition:color 0.2s}
.footer-bottom .social-links a:hover{color:#0EA5E9}
#cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:#161B22;border-top:1px solid #30363D;padding:20px 24px;z-index:9999;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
#cookie-banner p{font-size:14px;color:#8B949E;margin:0;max-width:700px}
#cookie-banner p a{color:#0EA5E9}
#cookie-banner .cookie-actions{display:flex;gap:12px;flex-shrink:0}
#cookie-banner .btn-cookie-accept{background-color:#0EA5E9;color:#fff;border:none;padding:9px 22px;border-radius:5px;font-size:14px;font-weight:600;cursor:pointer}
#cookie-banner .btn-cookie-decline{background-color:transparent;color:#8B949E;border:1px solid #30363D;padding:9px 22px;border-radius:5px;font-size:14px;font-weight:600;cursor:pointer}
.page-hero{padding:80px 24px 64px;text-align:center;border-bottom:1px solid #21262D}
.page-hero h1{font-size:44px;font-weight:800;color:#E6EDF3;margin-bottom:16px}
.page-hero p{font-size:18px;color:#8B949E;max-width:560px;margin:0 auto}
.content-section{padding:72px 24px}
.content-section .inner{max-width:1200px;margin:0 auto}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:48px}
.team-card{background-color:#161B22;border:1px solid #21262D;border-radius:10px;overflow:hidden;transition:border-color 0.2s}
.team-card:hover{border-color:#0EA5E9}
.team-photo{width:100%;aspect-ratio:1;overflow:hidden;background-color:#21262D}
.team-photo img{width:100%;height:100%;object-fit:cover;object-position: center}
.team-info{padding:20px}
.team-info h3{font-size:17px;font-weight:600;color:#E6EDF3;margin-bottom:4px}
.team-info .role{font-size:13px;color:#0EA5E9;font-weight:500;margin-bottom:10px}
.team-info p{font-size:13px;color:#8B949E;line-height:1.6}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}
.blog-card{background-color:#161B22;border:1px solid #21262D;border-radius:10px;overflow:hidden;transition:border-color 0.2s}
.blog-card:hover{border-color:#0EA5E9}
.blog-img{width:100%;height:180px;background-color:#21262D;display:flex;align-items:center;justify-content:center}
.blog-img i{font-size:36px;color:#30363D}
.blog-content{padding:24px}
.blog-content .meta{font-size:12px;color:#8B949E;margin-bottom:12px}
.blog-content h3{font-size:18px;font-weight:600;color:#E6EDF3;margin-bottom:10px;line-height:1.4}
.blog-content p{font-size:14px;color:#8B949E;line-height:1.6;margin-bottom:16px}
.blog-content a{font-size:14px;color:#0EA5E9;font-weight:500}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:48px}
.contact-form-box{background-color:#161B22;border:1px solid #21262D;border-radius:10px;padding:36px}
.contact-form-box h3{font-size:22px;font-weight:600;color:#E6EDF3;margin-bottom:8px}
.contact-form-box .sub{font-size:14px;color:#8B949E;margin-bottom:28px}
.form-group{margin-bottom:20px}
.form-group label{display:block;font-size:14px;color:#8B949E;margin-bottom:8px;font-weight:500}
.form-group input,.form-group textarea,.form-group select{width:100%;background-color:#0D1117;border:1px solid #30363D;border-radius:6px;padding:11px 14px;color:#E6EDF3;font-size:14px;outline:none;transition:border-color 0.2s;font-family:inherit}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#0EA5E9}
.form-group textarea{resize:vertical;min-height:120px}
.contact-info-box{padding:8px 0}
.contact-info-box h3{font-size:22px;font-weight:600;color:#E6EDF3;margin-bottom:24px}
.contact-info-item{display:flex;gap:16px;margin-bottom:28px}
.contact-info-item .icon{width:44px;height:44px;background-color:rgba(14,165,233,0.15);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-info-item .icon i{color:#0EA5E9;font-size:18px}
.contact-info-item h4{font-size:15px;font-weight:600;color:#E6EDF3;margin-bottom:4px}
.contact-info-item p{font-size:14px;color:#8B949E}
.about-story{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-top:48px}
.about-story-text h2{font-size:36px;font-weight:700;color:#E6EDF3;margin-bottom:20px;line-height:1.3}
.about-story-text p{font-size:16px;color:#8B949E;line-height:1.8;margin-bottom:16px}
.about-visual{background-color:#161B22;border:1px solid #21262D;border-radius:12px;padding:36px}
.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.stat-item{text-align:center;padding:20px}
.stat-item .number{font-size:42px;font-weight:800;color:#0EA5E9;line-height:1;margin-bottom:8px}
.stat-item p{font-size:14px;color:#8B949E}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.value-card{background-color:#161B22;border:1px solid #21262D;border-radius:10px;padding:28px}
.value-card i{font-size:24px;color:#0EA5E9;margin-bottom:16px}
.value-card h3{font-size:17px;font-weight:600;color:#E6EDF3;margin-bottom:10px}
.value-card p{font-size:14px;color:#8B949E;line-height:1.6}
.product-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}
.product-feature-card{background-color:#161B22;border:1px solid #21262D;border-radius:10px;padding:32px 28px;transition:border-color 0.2s}
.product-feature-card:hover{border-color:#0EA5E9}
.product-feature-card .icon{width:52px;height:52px;background-color:rgba(14,165,233,0.15);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.product-feature-card .icon i{color:#0EA5E9;font-size:24px}
.product-feature-card h3{font-size:18px;font-weight:600;color:#E6EDF3;margin-bottom:12px}
.product-feature-card p{font-size:14px;color:#8B949E;line-height:1.7}
.legal-content{max-width:800px;margin:0 auto}
.legal-content h2{font-size:26px;font-weight:700;color:#E6EDF3;margin:36px 0 14px}
.legal-content h3{font-size:18px;font-weight:600;color:#E6EDF3;margin:24px 0 10px}
.legal-content p{font-size:15px;color:#8B949E;line-height:1.8;margin-bottom:14px}
.legal-content ul{padding-left:20px;margin-bottom:14px}
.legal-content ul li{font-size:15px;color:#8B949E;line-height:1.8;margin-bottom:6px}
.legal-content .updated{font-size:13px;color:#8B949E;margin-bottom:36px}
@media(max-width:992px){.features-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:1fr 1fr}.pricing-grid{grid-template-columns:1fr 1fr}.team-grid{grid-template-columns:repeat(2,1fr)}.blog-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.about-story{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}}
@media(max-width:768px){.hero h1{font-size:38px}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;background-color:#0D1117;border-bottom:1px solid #21262D;flex-direction:column;padding:20px 24px;gap:16px}.nav-links.open{display:flex}.nav-toggle{display:block}.hero{padding:64px 24px 56px}.features-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr 1fr}.blog-grid{grid-template-columns:1fr}.values-grid{grid-template-columns:1fr}.product-features-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}}

/* === Card Uniformity Fix (auto-generated) === */

.blog-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.feature-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pricing-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.step-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-content > a:last-child,
.blog-content > p:last-child + a {
  margin-top: auto;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.feature-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.pricing-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.step-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.team-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* === Read More Pin Fix (auto-generated) === */

.blog-content > p {
  flex: 1;
}

.blog-content > a:last-child,
.blog-content > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.read-more,
a[class*="read-more"],
a[class*="readmore"] {
  margin-top: auto;
  padding-top: 12px;
}

/* === Last-Child Pin Fix (auto-generated) === */

.blog-content > :last-child {
  margin-top: auto;
}

.pricing-card > :last-child {
  margin-top: auto;
}

.step-card > :last-child {
  margin-top: auto;
}

.value-card > :last-child {
  margin-top: auto;
}

a.read-more,
[class*="read-more"],
[class*="blog-read-more"] {
  margin-top: auto;
}

/* === Blog Article Width Fix === */
.container-narrow {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
}
.container-narrow img {
  max-width: 100%;
  height: auto;
}

/* Card title link styling */
.blog-card h3 a, .blog-card h4 a, .blog-card h5 a,
.news-card h3 a, .news-card h4 a, .news-card h5 a,
.insight-card h3 a, .insight-card h4 a, .insight-card h5 a,
[class*="-card"] h3 a, [class*="-card"] h4 a, [class*="-card"] h5 a {
  color: inherit;
  text-decoration: none;
}
[class*="-card"] h3 a:hover, [class*="-card"] h4 a:hover, [class*="-card"] h5 a:hover {
  text-decoration: underline;
}

/* Form placeholder visibility (theme-aware) */
input::placeholder, textarea::placeholder {
  color: #94a3b8;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #94a3b8;
  opacity: 1;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--accent, #3b82f6);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Universal card equal height */
[class$="-card"], [class*="-card "] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
