nav{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);padding:1rem 5%;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 1px 3px rgba(0,0,0,.1)}@media(max-width: 768px){nav{padding:1rem 5%}}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s cubic-bezier(0.4, 0, 0.2, 1)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#50392c;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s cubic-bezier(0.4, 0, 0.2, 1)}.nav-links a:hover{color:#50392c}@media(max-width: 768px){.nav-links{gap:1rem;font-size:.85rem}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:80px 0}@media(max-width: 768px){section{padding:60px 0}}.section-header{text-align:center;margin-bottom:4rem}.section-tag{display:inline-block;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.section-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;margin-bottom:1rem;line-height:1.2}.section-subtitle{font-size:1.1rem;max-width:700px;margin:0 auto;line-height:1.7}.btn{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);display:inline-block}.btn-primary{background:#fff;color:#50392c}.btn-primary:hover{background:#f9fafb;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.btn-secondary{background:rgba(0,0,0,0);color:#fff;border:2px solid #fff}.btn-secondary:hover{background:#fff;color:#50392c;transform:translateY(-2px)}.btn-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}footer{background:#f3f4f6;padding:3rem 5%;text-align:center}footer a{color:#50392c;text-decoration:none}footer a:hover{text-decoration:underline}@keyframes fadeIn{to{opacity:1}}.fade-in{opacity:0;animation:fadeIn .6s ease forwards}.fade-in:nth-child(1){animation-delay:0.1s}.fade-in:nth-child(2){animation-delay:0.2s}.fade-in:nth-child(3){animation-delay:0.3s}.fade-in:nth-child(4){animation-delay:0.4s}.fade-in:nth-child(5){animation-delay:0.5s}.fade-in:nth-child(6){animation-delay:0.6s}.fade-in:nth-child(7){animation-delay:0.7s}.fade-in:nth-child(8){animation-delay:0.8s}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#1f2937;line-height:1.6;background:#fff;overflow-x:hidden}nav{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);padding:1rem 5%;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 1px 3px rgba(0,0,0,.1)}.logo{color:#0f766e}.logo:hover{color:#14b8a6}.nav-links a{color:#1f2937}.nav-links a:hover{color:#0f766e}.hero{margin-top:60px;background:linear-gradient(135deg, #115e59 0%, #0f766e 50%, #14b8a6 100%);color:#fff;padding:100px 5% 80px;text-align:center;position:relative;overflow:hidden}.hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}@media(max-width: 768px){.hero{padding:80px 5% 60px}}.hero-content{max-width:1000px;margin:0 auto;position:relative;z-index:1}.hero-tag{display:inline-block;background:hsla(0,0%,100%,.2);padding:.5rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:500;margin-bottom:2rem;backdrop-filter:blur(10px)}.hero h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-1px}.hero-subtitle{font-size:clamp(1.05rem,2.5vw,1.35rem);opacity:.95;margin-bottom:2.5rem;font-weight:300;max-width:820px;margin-left:auto;margin-right:auto;line-height:1.7}.hero-icon{font-size:4.5rem;margin:1rem auto 1.5rem;display:block}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(140px, 1fr));gap:1.25rem;max-width:900px;margin:0 auto}.stat-box{background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);padding:1.25rem 1rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.2)}.stat-number{display:block;font-size:1.75rem;font-weight:800;margin-bottom:.25rem}.stat-label{font-size:.8rem;opacity:.9;text-transform:uppercase;letter-spacing:.05em}.section-tag{color:#0f766e}.features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem}.feature-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid #e5e7eb;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(15,118,110,.12);border-color:rgba(15,118,110,.3)}.feature-icon{font-size:2rem;margin-bottom:1rem;display:block}.feature-title{font-size:1.15rem;font-weight:700;margin-bottom:.75rem;color:#1f2937}.feature-description{color:#6b7280;font-size:.95rem;line-height:1.6}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));gap:1.5rem}.tech-card{background:#fff;padding:1.75rem;border-radius:14px;border:1px solid #e5e7eb;border-top:4px solid #0f766e}.tech-card-title{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#0f766e}.tech-list{list-style:none;padding:0;margin:0}.tech-item{padding:.5rem 0;color:#6b7280;border-bottom:1px solid #f0fdfa;font-size:.95rem}.tech-item:last-child{border-bottom:none}.overview-card{background:#f0fdfa;border-radius:16px;padding:2rem;border:1px solid rgba(15,118,110,.15)}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1.5rem}.overview-item-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.35rem}.overview-item-value{font-size:1rem;font-weight:600;color:#1f2937}.migration-table{width:100%;border-collapse:collapse;font-size:.95rem;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06)}.migration-table th,.migration-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.migration-table th{background:#f0fdfa;font-weight:700;color:#0f766e}.migration-table tr:last-child td{border-bottom:none}.cta-section{text-align:center;padding:3rem 5%;background:#f9fafb}.btn-github{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:#0f766e;color:#fff;text-decoration:none;border-radius:10px;font-weight:600;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.btn-github:hover{background:#115e59;transform:translateY(-2px)}/*# sourceMappingURL=diakinisinew.css.map */
