html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none}[data-theme=light]{--about-bg: #ffffff;--about-text: #000000;--about-text-secondary: #333333;--about-text-muted: #666666;--about-border: rgba(0, 0, 0, .1);--about-shadow: rgba(0, 0, 0, .1);--about-card-bg: #f8f8f8;--about-button-bg: #000000;--about-button-text: #ffffff;--about-button-hover: #333333;--about-tab-bg: #f0f0f0;--about-tab-active: #000000;--about-tab-text: #666666;--about-tab-active-text: #ffffff;--about-skill-bg: rgba(0, 0, 0, .05);--about-skill-border: rgba(0, 0, 0, .1);--about-timeline-bg: #f8f8f8;--about-timeline-border: rgba(0, 0, 0, .1);--about-certification-bg: #ffffff;--about-certification-border: rgba(0, 0, 0, .1);--about-highlight-bg: rgba(0, 0, 0, .05);--about-highlight-border: rgba(0, 0, 0, .1);--about-interest-bg: rgba(0, 0, 0, .05);--about-interest-border: rgba(0, 0, 0, .1);--about-quote-bg: rgba(0, 0, 0, .05);--about-quote-border: rgba(0, 0, 0, .1)}[data-theme=dark]{--about-bg: #000000;--about-text: #ffffff;--about-text-secondary: #cccccc;--about-text-muted: #999999;--about-border: rgba(255, 255, 255, .1);--about-shadow: rgba(0, 0, 0, .3);--about-card-bg: #1a1a1a;--about-button-bg: #ffffff;--about-button-text: #000000;--about-button-hover: #e0e0e0;--about-tab-bg: #1a1a1a;--about-tab-active: #ffffff;--about-tab-text: #999999;--about-tab-active-text: #000000;--about-skill-bg: rgba(255, 255, 255, .1);--about-skill-border: rgba(255, 255, 255, .2);--about-timeline-bg: #1a1a1a;--about-timeline-border: rgba(255, 255, 255, .1);--about-certification-bg: #1a1a1a;--about-certification-border: rgba(255, 255, 255, .1);--about-highlight-bg: rgba(255, 255, 255, .1);--about-highlight-border: rgba(255, 255, 255, .2);--about-interest-bg: rgba(255, 255, 255, .1);--about-interest-border: rgba(255, 255, 255, .2);--about-quote-bg: rgba(255, 255, 255, .1);--about-quote-border: rgba(255, 255, 255, .2)}.about{position:relative;padding:6rem 0;background:var(--about-bg);transition:background-color .3s ease}.about__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}@media (max-width: 768px){.about__container{padding:0 1rem}}.about__header{text-align:center;margin-bottom:4rem}.about__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--about-text);margin-bottom:1.5rem;transition:color .3s ease}.about__description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;color:var(--about-text-muted);max-width:600px;margin:0 auto;line-height:1.6;transition:color .3s ease}.about__tabs-simple{background:var(--about-card-bg);border-radius:5px;box-shadow:0 2px 8px var(--about-shadow);padding:.25rem .5rem;display:flex;justify-content:center;align-items:center;margin-bottom:4rem;border:1px solid var(--about-border);width:fit-content;margin-left:auto;margin-right:auto}.about__tabs-simple-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.about__tab-simple{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:transparent;color:var(--about-tab-text);border:none;border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:.95rem;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s;position:relative;outline:none;box-shadow:none}.about__tab-simple:hover:not(.about__tab-simple--active){background:var(--about-highlight-bg);color:var(--about-tab-active)}.about__tab-simple--active{background:var(--about-tab-active);color:var(--about-tab-active-text);box-shadow:0 2px 8px var(--about-shadow);z-index:1}.about__tab-simple .about__tab-simple-icon{font-size:1.1rem;display:flex;align-items:center;justify-content:center}.about__tab-simple .about__tab-simple-label{margin-left:.5em;font-size:1em;font-weight:500;transition:max-width .3s,opacity .3s,margin .3s}@media (max-width: 480px){.about__tabs-simple{padding:.15rem .25rem}.about__tab-simple{padding:.5rem .7rem;min-width:44px}.about__tab-simple .about__tab-simple-label{display:inline-block;max-width:120px;opacity:1;margin-left:.5em;transition:max-width .3s,opacity .3s,margin .3s}.about__tab-simple.about__tab-simple--active .about__tab-simple-label{max-width:120px;opacity:1;margin-left:.5em}.about__tab-simple:not(.about__tab-simple--active) .about__tab-simple-label{max-width:0;opacity:0;margin-left:0;overflow:hidden;pointer-events:none}}.about__content{min-height:400px}.about__overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media (max-width: 768px){.about__overview-grid{grid-template-columns:1fr;gap:3rem}}.about__overview-text h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.75rem;font-weight:700;color:var(--about-text);margin-bottom:1.5rem;transition:color .3s ease}.about__overview-text p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:var(--about-text-secondary);line-height:1.7;margin-bottom:1.5rem;transition:color .3s ease}.about__overview-highlights{display:flex;flex-direction:column;gap:1.5rem}.about__highlight-card{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;background:var(--about-highlight-bg);border:1px solid var(--about-highlight-border);border-radius:5px;transition:all .2s ease-out}.about__highlight-card:hover{background:var(--about-card-bg);border-color:var(--about-border);box-shadow:0 4px 16px #00000026}.about__highlight-icon{font-size:1.5rem;color:var(--about-text);flex-shrink:0;transition:color .3s ease}.about__highlight-content h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;color:var(--about-text);margin-bottom:.5rem;transition:color .3s ease}.about__highlight-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;color:var(--about-text-muted);line-height:1.5;transition:color .3s ease}.about__cta{display:flex;gap:1.5rem;margin-top:2rem}@media (max-width: 480px){.about__cta{flex-direction:column;gap:1rem}}.about__cta-primary{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--about-button-bg);color:var(--about-button-text);border:none;border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease-out}.about__cta-primary:hover{background:var(--about-button-hover);transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.about__cta-secondary{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:transparent;color:var(--about-text);border:1px solid var(--about-border);border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:.875rem;cursor:pointer;text-decoration:none;transition:all .2s ease-out}.about__cta-secondary:hover{background:var(--about-text);color:var(--about-bg);transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.about__skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}@media (max-width: 768px){.about__skills-grid{grid-template-columns:1fr;gap:2rem}}.about__skills-section h3{display:flex;align-items:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;color:var(--about-text);margin-bottom:2rem;transition:color .3s ease}.about__skills-cards{display:flex;flex-direction:column;gap:1.5rem}.about__skill-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:var(--about-skill-bg);border:1px solid var(--about-skill-border);border-radius:5px;transition:all .2s ease-out}.about__skill-card:hover{background:var(--about-card-bg);border-color:var(--about-border);box-shadow:0 2px 8px #0000001a}.about__skill-icon{font-size:1.5rem;flex-shrink:0}.about__skill-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.about__skill-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;color:var(--about-text);transition:color .3s ease}.about__skill-level{display:flex;align-items:center;gap:1rem}.about__skill-bar{flex:1;height:6px;background:var(--about-border);border-radius:5px;overflow:hidden}.about__skill-progress{height:100%;border-radius:5px;transition:width .8s ease}.about__skill-percentage{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:500;color:var(--about-text-muted);min-width:30px;text-align:right;transition:color .3s ease}.about__experience-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}@media (max-width: 768px){.about__experience-grid{grid-template-columns:1fr;gap:3rem}}.about__experience-section h3{display:flex;align-items:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;color:var(--about-text);margin-bottom:2rem;transition:color .3s ease}.about__timeline{display:flex;flex-direction:column;gap:2rem}.about__timeline-item{display:flex;gap:1.5rem;padding:2rem;background:var(--about-timeline-bg);border:1px solid var(--about-timeline-border);border-radius:5px;transition:all .2s ease-out}.about__timeline-item:hover{background:var(--about-card-bg);border-color:var(--about-border);box-shadow:0 2px 8px #0000001a}.about__company-icon{flex-shrink:0}.about__company-logo{width:50px;height:50px;border-radius:5px;object-fit:cover}.about__timeline-content{flex:1}.about__timeline-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.about__timeline-header h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;color:var(--about-text);margin:0;transition:color .3s ease}.about__timeline-period{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;color:var(--about-text-muted);transition:color .3s ease}.about__timeline-company{margin-bottom:.5rem}.about__timeline-company-header{display:flex;align-items:center;gap:1rem}.about__company-link{display:flex;align-items:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;color:var(--about-text);text-decoration:none;transition:color .3s ease}.about__company-link:hover{color:var(--about-text-muted)}.about__timeline-badge{padding:2px .5rem;background:var(--about-button-bg);color:var(--about-button-text);border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:500}.about__timeline-meta{display:flex;gap:.5rem;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;color:var(--about-text-muted);transition:color .3s ease}.about__timeline-description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;color:var(--about-text-secondary);line-height:1.6;margin-bottom:1rem;transition:color .3s ease}.about__timeline-achievements{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.about__timeline-achievements li{display:flex;align-items:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;color:var(--about-text-secondary);transition:color .3s ease}.about__timeline-achievements li svg{color:var(--about-text-muted);font-size:.75rem}.about__certifications-list{display:flex;flex-direction:column;gap:1.5rem}.about__certification-item{padding:2rem;background:var(--about-certification-bg);border:1px solid var(--about-certification-border);border-radius:5px;transition:all .2s ease-out}.about__certification-item:hover{background:var(--about-card-bg);border-color:var(--about-border);box-shadow:0 2px 8px #0000001a}.about__certification-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.about__certification-info{display:flex;align-items:center;gap:1.5rem}.about__certification-logo{flex-shrink:0}.about__certification-logo-img{width:40px;height:40px;border-radius:5px;object-fit:cover}.about__certification-details{display:flex;flex-direction:column;gap:2px}.about__certification-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;color:var(--about-text);transition:color .3s ease}.about__certification-issuer,.about__certification-date{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;color:var(--about-text-muted);transition:color .3s ease}.about__certification-meta{margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;color:var(--about-text-muted);transition:color .3s ease}.about__certification-skills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.about__certification-skill{padding:2px .5rem;background:var(--about-skill-bg);border:1px solid var(--about-skill-border);border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;color:var(--about-text-secondary);transition:all .3s ease}.about__certification-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--about-button-bg);color:var(--about-button-text);border:none;border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease-out}.about__certification-button:hover{background:var(--about-button-hover);transform:translateY(-1px)}.about__personal-beautiful{max-width:1000px;margin:0 auto}.about__personal-hero{text-align:center;margin-bottom:4rem;position:relative}.about__personal-hero-content h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2rem;font-weight:700;color:var(--about-text);margin-bottom:1.5rem;transition:color .3s ease}.about__personal-hero-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;color:var(--about-text-secondary);line-height:1.6;max-width:600px;margin:0 auto;transition:color .3s ease}.about__personal-content-grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem}@media (max-width: 768px){.about__personal-content-grid{grid-template-columns:1fr;gap:3rem}}.about__personal-main{display:flex;flex-direction:column;gap:3rem}.about__personal-sidebar-beautiful{display:flex;flex-direction:column;gap:2rem}.about__section-header-beautiful{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.about__section-header-beautiful h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;color:var(--about-text);margin:0;transition:color .3s ease}.about__section-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--about-highlight-bg);border:1px solid var(--about-highlight-border);border-radius:5px;color:var(--about-text);transition:all .3s ease}.about__interests-beautiful-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.about__interest-beautiful{position:relative;padding:2rem;background:var(--about-interest-bg);border:1px solid var(--about-interest-border);border-radius:5px;text-align:center;transition:all .2s ease-out;overflow:hidden}.about__interest-beautiful:hover{background:var(--about-card-bg);border-color:var(--about-border);box-shadow:0 4px 16px #00000026}.about__interest-beautiful-icon{font-size:2rem;color:var(--about-text);margin-bottom:1rem;transition:color .3s ease}.about__interest-beautiful-content h5{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;color:var(--about-text);margin-bottom:.5rem;transition:color .3s ease}.about__interest-beautiful-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;color:var(--about-text-muted);line-height:1.5;transition:color .3s ease}.about__philosophy-beautiful-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:var(--about-text-secondary);line-height:1.7;margin-bottom:1.5rem;transition:color .3s ease}.about__quote-beautiful{margin-bottom:2rem;padding:2rem;background:var(--about-quote-bg);border:1px solid var(--about-quote-border);border-radius:5px;border-left:4px solid var(--about-text);transition:all .3s ease}.about__quote-beautiful blockquote{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-style:italic;color:var(--about-text);margin:0;line-height:1.6;transition:color .3s ease}.about__fun-facts-beautiful-list{display:flex;flex-direction:column;gap:1rem}.about__fun-fact-beautiful{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--about-highlight-bg);border:1px solid var(--about-highlight-border);border-radius:5px;transition:all .3s ease}.about__fun-fact-beautiful:hover{background:var(--about-card-bg);border-color:var(--about-border)}.about__fun-fact-beautiful svg{color:var(--about-text);font-size:1rem;flex-shrink:0;transition:color .3s ease}.about__fun-fact-beautiful span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;color:var(--about-text-secondary);transition:color .3s ease}.about__learning-beautiful-items{display:flex;flex-direction:column;gap:1rem}.about__learning-beautiful-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--about-highlight-bg);border:1px solid var(--about-highlight-border);border-radius:5px;transition:all .3s ease}.about__learning-beautiful-item:hover{background:var(--about-card-bg);border-color:var(--about-border)}.about__learning-beautiful-item svg{color:var(--about-text);font-size:1rem;flex-shrink:0;transition:color .3s ease}.about__learning-beautiful-item span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;color:var(--about-text-secondary);transition:color .3s ease}.about__availability-beautiful-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;color:var(--about-text-secondary);line-height:1.6;margin-bottom:1.5rem;transition:color .3s ease}.about__availability-beautiful-status{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.about__availability-beautiful-status span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;color:var(--about-text);transition:color .3s ease}.about__availability-beautiful-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;flex-shrink:0}.about__contact-btn-beautiful{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 1.5rem;background:var(--about-button-bg);color:var(--about-button-text);border:none;border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease-out}.about__contact-btn-beautiful:hover{background:var(--about-button-hover);transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.about__bg-element{position:absolute;border-radius:50%;background:var(--about-highlight-bg);opacity:.1;z-index:1}.about__bg-element--1{width:200px;height:200px;top:10%;right:10%}.about__bg-element--2{width:150px;height:150px;bottom:20%;left:5%}@media (max-width: 480px){.about{padding:4rem 0}.about__tabs-simple-container{flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.about .about__tab-simple{padding:.5rem 1rem;min-width:44px;justify-content:center}.about .about__tab-simple .about__tab-simple-label{display:inline-block;max-width:120px;opacity:1;margin-left:.5em;transition:max-width .3s,opacity .3s,margin .3s}.about .about__tab-simple.about__tab-simple--active .about__tab-simple-label{max-width:120px;opacity:1;margin-left:.5em}.about .about__tab-simple:not(.about__tab-simple--active) .about__tab-simple-label{max-width:0;opacity:0;margin-left:0;overflow:hidden;pointer-events:none}.about__cta{flex-direction:column;gap:1rem}.about__cta-primary,.about__cta-secondary{width:100%;justify-content:center}.about__interests-beautiful-grid{grid-template-columns:1fr}}.about,.about__tab-simple,.about__skill-card,.about__timeline-item,.about__certification-item,.about__highlight-card,.about__interest-beautiful,.about__fun-fact-beautiful,.about__learning-beautiful-item{transition:all .3s ease-in-out}[data-theme=light]{--primary-bg: #ffffff;--secondary-bg: #f8f8f8;--primary-text: #000000;--secondary-text: #333333;--accent-text: #666666;--border-color: rgba(0, 0, 0, .1);--header-bg: rgba(255, 255, 255, .95);--header-bg-scrolled: rgba(255, 255, 255, .59);--button-bg: #000000;--button-text: #ffffff;--button-hover: #333333;--shadow-light: 0 2px 8px rgba(0, 0, 0, .1);--shadow-medium: 0 4px 16px rgba(0, 0, 0, .15);--shadow-heavy: 0 8px 32px rgba(0, 0, 0, .2)}[data-theme=dark]{--primary-bg: #0a0a0a;--secondary-bg: #1a1a1a;--primary-text: #ffffff;--secondary-text: #cccccc;--accent-text: #999999;--border-color: rgba(255, 255, 255, .1);--header-bg: rgba(10, 10, 10, .95);--header-bg-scrolled: rgba(10, 10, 10, .59);--button-bg: #ffffff;--button-text: #000000;--button-hover: #e0e0e0;--shadow-light: 0 2px 8px rgba(0, 0, 0, .3);--shadow-medium: 0 4px 16px rgba(0, 0, 0, .4);--shadow-heavy: 0 8px 32px rgba(0, 0, 0, .5)}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:all .3s ease-out}.header--scrolled{background:var(--header-bg-scrolled);border-bottom-color:var(--border-color);box-shadow:var(--shadow-light)}.header__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:80px}@media (max-width: 768px){.header__container{padding:0 1rem;height:70px}}.header__logo a{text-decoration:none;display:flex;align-items:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:1.5rem;color:var(--primary-text);transition:all .2s ease-out}.header__logo a:hover{transform:translateY(-1px)}.header__logo-text{letter-spacing:-.02em}.header__logo-dot{color:var(--primary-text);margin-left:2px;font-size:2rem;line-height:1}@media (max-width: 768px){.header__nav{display:none}}.header__nav-list{display:flex;align-items:center;gap:3rem;list-style:none;margin:0;padding:0}.header__nav-item{position:relative}.header__nav-link{position:relative;text-decoration:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:.875rem;color:var(--secondary-text);padding:.5rem 0;transition:all .2s ease-out;display:flex;align-items:center}.header__nav-link:hover{color:var(--primary-text);transform:translateY(-1px)}.header__nav-link--active{color:var(--primary-text);font-weight:600}@media (max-width: 768px){.header__theme-toggle{display:none}}.header__theme-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--button-bg);color:var(--button-text);border:1px solid var(--border-color);border-radius:5%;cursor:pointer;transition:all .2s ease-out;position:relative;overflow:hidden}.header__theme-btn:hover{background:var(--button-hover);transform:scale(1.05)}.header__theme-btn:focus{outline:none;box-shadow:0 0 0 2px var(--border-color)}.header__theme-btn svg{width:16px;height:16px;transition:transform .2s ease-out}.header__theme-btn:hover svg{transform:rotate(15deg)}@media (max-width: 768px){.header__cta{display:none}}.header__cta-btn{display:flex;align-items:center;gap:.5rem;padding:12px 24px;background:var(--button-bg);color:var(--button-text);border:none;border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease-out;position:relative;overflow:hidden}.header__cta-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease-out}.header__cta-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}.header__cta-btn:hover:before{left:100%}.header__cta-btn:hover svg{transform:translate(4px)}.header__cta-btn:active{transform:translateY(0)}.header__cta-btn svg{transition:transform .2s ease-out}.header__menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--primary-text);transition:all .2s ease-out}@media (max-width: 768px){.header__menu-toggle{display:flex;align-items:center;justify-content:center}}.header__menu-toggle:hover{background:#0000000d;border-radius:4px}.header__menu-toggle svg{width:24px;height:24px}.header__mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--header-bg-scrolled);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-medium)}@media (min-width: 769px){.header__mobile-menu{display:none}}.header__mobile-menu-content{padding:2rem 1rem;max-width:1200px;margin:0 auto}.header__mobile-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.header__mobile-nav-item{border-bottom:1px solid var(--border-color);padding-bottom:1rem}.header__mobile-nav-item:last-child{border-bottom:none;padding-bottom:0}.header__mobile-nav-link{display:flex;align-items:center;justify-content:space-between;text-decoration:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:1.125rem;color:var(--secondary-text);padding:1rem 0;transition:all .2s ease-out}.header__mobile-nav-link:hover{color:var(--primary-text);transform:translate(4px)}.header__mobile-nav-link--active{color:var(--primary-text);font-weight:600}.header__mobile-nav-link svg{width:16px;height:16px;opacity:.5;transition:all .2s ease-out}.header__mobile-nav-link:hover svg{opacity:1;transform:translate(4px)}.header__mobile-cta{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color)}.header__mobile-cta-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:16px 24px;background:var(--button-bg);color:var(--button-text);border:none;border-radius:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease-out;position:relative;overflow:hidden}.header__mobile-cta-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease-out}.header__mobile-cta-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-heavy)}.header__mobile-cta-btn:hover:before{left:100%}.header__mobile-cta-btn:hover svg{transform:translate(4px)}.header__mobile-cta-btn:active{transform:translateY(0)}.header__mobile-cta-btn svg{transition:transform .2s ease-out}.header__theme-toggle{display:flex;align-items:center;justify-content:center;margin:0 1rem}.header__theme-icon{display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--button-bg);cursor:pointer;transition:color .2s,transform .2s;background:none;border:none;padding:0;outline:none}.header__theme-icon:hover,.header__theme-icon:focus{color:var(--button-hover);transform:scale(1.15);outline:none}@media (max-width: 768px){.header__container{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.header__theme-toggle{margin:0 .5rem;order:2}.header__logo{order:1}.header__menu-toggle{order:3}}@media (max-width: 480px){.header__container{padding:0 1rem;height:65px}.header__logo a{font-size:1.25rem}.header__mobile-menu-content{padding:1.5rem 1rem}.header__mobile-nav-link{font-size:1rem;padding:.5rem 0}.header__mobile-cta{margin-top:1.5rem;padding-top:1.5rem}.header__mobile-cta-btn{padding:14px 20px;font-size:.9rem}}@media (min-width: 1200px){.header__nav-list{gap:2.5rem}.header__nav-link{font-size:.9rem}.header__cta-btn{padding:14px 28px;font-size:.9rem}}@media (prefers-reduced-motion: reduce){.header *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){.header{border-bottom-color:var(--primary-text)}.header__nav-link{color:var(--primary-text)}.header__nav-link:hover{background:#0000001a}.header__mobile-nav-link{color:var(--primary-text)}}@media print{.header{position:static;background:transparent;box-shadow:none;border-bottom:1px solid var(--primary-text)}.header__menu-toggle,.header__cta,.header__theme-toggle,.header__mobile-menu{display:none}.header__nav{display:block}.header__nav-list{gap:1.5rem}.header__nav-link{color:var(--primary-text);font-size:.8rem}}.header__logo a:focus,.header__nav-link:focus,.header__cta-btn:focus,.header__theme-btn:focus,.header__menu-toggle:focus,.header__mobile-nav-link:focus,.header__mobile-cta-btn:focus{outline:2px solid var(--primary-text);outline-offset:2px;border-radius:4px}.header__logo a:focus:not(:focus-visible),.header__nav-link:focus:not(:focus-visible),.header__cta-btn:focus:not(:focus-visible),.header__theme-btn:focus:not(:focus-visible),.header__menu-toggle:focus:not(:focus-visible),.header__mobile-nav-link:focus:not(:focus-visible),.header__mobile-cta-btn:focus:not(:focus-visible){outline:none}.header--loading{pointer-events:none;opacity:.7}.header--sticky{position:sticky;top:0}[data-theme=light]{--hero-bg: #ffffff;--hero-text: #000000;--hero-text-secondary: #333333;--hero-text-muted: #666666;--hero-border: rgba(0, 0, 0, .1);--hero-shadow: rgba(0, 0, 0, .1);--hero-card-bg: #f8f8f8;--hero-button-bg: #000000;--hero-button-text: #ffffff;--hero-button-hover: #333333;--hero-skill-bg: rgba(0, 0, 0, .05);--hero-skill-border: rgba(0, 0, 0, .1);--hero-availability-bg: rgba(0, 0, 0, .05);--hero-availability-border: rgba(0, 0, 0, .1);--hero-scroll-bg: rgba(255, 255, 255, .9);--hero-scroll-border: rgba(0, 0, 0, .1);--hero-floating-bg: rgba(255, 255, 255, .8);--hero-floating-border: rgba(0, 0, 0, .1)}[data-theme=dark]{--hero-bg: #0a0a0a;--hero-text: #ffffff;--hero-text-secondary: #cccccc;--hero-text-muted: #999999;--hero-border: rgba(255, 255, 255, .1);--hero-shadow: rgba(0, 0, 0, .3);--hero-card-bg: #1a1a1a;--hero-button-bg: #ffffff;--hero-button-text: #000000;--hero-button-hover: #e0e0e0;--hero-skill-bg: rgba(255, 255, 255, .1);--hero-skill-border: rgba(255, 255, 255, .2);--hero-availability-bg: rgba(255, 255, 255, .1);--hero-availability-border: rgba(255, 255, 255, .2);--hero-scroll-bg: rgba(26, 26, 26, .9);--hero-scroll-border: rgba(255, 255, 255, .1);--hero-floating-bg: rgba(26, 26, 26, .8);--hero-floating-border: rgba(255, 255, 255, .1)}.galaxy-background{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:0;transition:opacity 1s ease-in-out}[data-theme=dark] .galaxy-background{opacity:1}.galaxy-svg{width:100%;height:100%;position:absolute;top:0;left:0;background:radial-gradient(ellipse at center,#050505e6,#000000fa);filter:blur(.3px)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:80px;overflow:hidden;background:var(--hero-bg);transition:background-color .3s ease}@media (max-width: 768px){.hero{padding-top:70px;min-height:90vh}}@media (max-width: 480px){.hero{min-height:85vh}}.hero__background{position:absolute;inset:0;pointer-events:none;z-index:2}.hero__bg-gradient{position:absolute;inset:0;transition:background .5s ease-out}.hero__floating-element{position:absolute;width:60px;height:60px;border:1px solid var(--hero-floating-border);border-radius:50%;background:var(--hero-floating-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.hero__floating-element--1{top:20%;right:15%;width:80px;height:80px}@media (max-width: 768px){.hero__floating-element--1{top:15%;right:10%;width:60px;height:60px}}.hero__floating-element--2{top:60%;left:10%;width:40px;height:40px}@media (max-width: 768px){.hero__floating-element--2{top:70%;left:5%;width:30px;height:30px}}.hero__floating-element--3{bottom:30%;right:25%;width:50px;height:50px}@media (max-width: 768px){.hero__floating-element--3{bottom:25%;right:15%;width:40px;height:40px}}.hero__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 400px;gap:6rem;align-items:center;position:relative;z-index:3}@media (max-width: 1024px){.hero__container{grid-template-columns:1fr 350px;gap:4rem}}@media (max-width: 768px){.hero__container{grid-template-columns:1fr;gap:3rem;text-align:center;padding:0 1rem}}.hero__content{display:flex;flex-direction:column;gap:.5rem}@media (max-width: 768px){.hero__content{align-items:center}}.hero__greeting{display:flex;align-items:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:500;color:var(--hero-text-secondary);transition:color .3s ease}@media (max-width: 480px){.hero__greeting{font-size:1rem}}.hero__greeting-wave{font-size:1.5rem;display:inline-block;transform-origin:70% 70%}.hero__name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:clamp(2.5rem,8vw,4.5rem);line-height:1.1;color:var(--hero-text);margin:0;letter-spacing:-.02em;transition:color .3s ease}@media (max-width: 768px){.hero__name{text-align:center}}.hero__name-text{display:inline}.hero__title{display:flex;flex-direction:column;gap:1rem}.hero__title-main{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:600;color:var(--hero-text-secondary);margin:0;letter-spacing:-.01em;transition:color .3s ease}.hero__title-sub{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;color:var(--hero-text-muted);margin:0;line-height:1.6;max-width:500px;transition:color .3s ease}@media (max-width: 480px){.hero__title-sub{font-size:1rem}}.hero__skills{display:flex;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){.hero__skills{justify-content:center}}.hero__skill-tag{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--hero-skill-bg);border:1px solid var(--hero-skill-border);border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;color:var(--hero-text-secondary);cursor:pointer;transition:all .2s ease-out}.hero__skill-tag:hover{background:var(--hero-skill-bg);border-color:var(--hero-skill-border);transform:translateY(-1px);box-shadow:0 4px 12px var(--hero-shadow)}.hero__skill-icon{display:flex;align-items:center;opacity:.7}.hero__cta{display:flex;align-items:center;gap:1.5rem;margin-top:1rem}@media (max-width: 480px){.hero__cta{flex-direction:column;gap:1rem;width:100%}}.hero__cta-primary{display:flex;align-items:center;gap:.5rem;padding:16px 32px;background:var(--hero-button-bg);color:var(--hero-button-text);border:none;border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-out;position:relative;overflow:hidden}.hero__cta-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease-out}.hero__cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0003;background:var(--hero-button-hover)}.hero__cta-primary:hover:before{left:100%}@media (max-width: 480px){.hero__cta-primary{width:100%;justify-content:center;padding:18px 32px}}.hero__cta-secondary{display:flex;align-items:center;gap:.5rem;padding:16px 24px;background:transparent;color:var(--hero-text);border:2px solid var(--hero-text);border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease-out}.hero__cta-secondary:hover{background:var(--hero-text);color:var(--hero-bg);transform:translateY(-2px);box-shadow:0 4px 16px #00000026}@media (max-width: 480px){.hero__cta-secondary{width:100%;justify-content:center;padding:16px 24px}}.hero__stats{display:flex;gap:3rem;margin-top:1.5rem;padding-top:2rem;border-top:1px solid var(--hero-border);transition:border-color .3s ease}@media (max-width: 768px){.hero__stats{justify-content:center}}@media (max-width: 480px){.hero__stats{gap:2rem;flex-wrap:wrap}}.hero__stat{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:80px}.hero__stat-number{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2rem;font-weight:700;color:var(--hero-text);line-height:1;margin-bottom:.5rem;transition:color .3s ease}@media (max-width: 480px){.hero__stat-number{font-size:1.75rem}}.hero__stat-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;color:var(--hero-text-muted);text-align:center;transition:color .3s ease}.hero__profile{display:flex;flex-direction:column;align-items:center;gap:2rem}@media (max-width: 768px){.hero__profile{order:-1}}.hero__profile-image{position:relative;width:345px;height:460px!important;max-width:90vw;max-height:70vh;border-radius:5px;background:var(--hero-card-bg);border:4px solid var(--hero-bg);box-shadow:0 4px 16px #00000026;overflow:hidden;cursor:pointer;transition:all .3s ease}@media (max-width: 1024px){.hero__profile-image{width:180px;height:180px}}@media (max-width: 1024px){.hero__profile-image{height:380px!important;width:285px}}@media (max-width: 600px){.hero__profile-image{height:300px!important;width:225px}}.hero__profile-image-container{position:relative;width:100%;height:100%;border-radius:5px;overflow:hidden}.hero__profile-photo{width:100%;height:100%;object-fit:cover;border-radius:5px;transition:transform .3s ease-out}.hero__profile-photo:hover{transform:scale(1.05)}.hero__profile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0000000d,#0000001a);position:relative;z-index:2;border-radius:5px}.hero__profile-icon{width:50px;height:50px;color:var(--hero-text-muted);opacity:.7;transition:color .3s ease}@media (max-width: 480px){.hero__profile-icon{width:40px;height:40px}}.hero__profile-ring{position:absolute;inset:-6px;border:2px solid transparent;border-top-color:var(--hero-text);border-radius:5px;z-index:1;transition:border-color .3s ease}.hero__availability{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--hero-availability-bg);border:1px solid var(--hero-availability-border);border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;color:var(--hero-text-secondary);transition:all .3s ease}.hero__availability-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;flex-shrink:0}.hero__scroll{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:3}@media (max-width: 768px){.hero__scroll{bottom:2rem}}@media (max-width: 480px){.hero__scroll{bottom:1.5rem}}.hero__scroll-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--hero-scroll-bg);border:1px solid var(--hero-scroll-border);border-radius:50%;color:var(--hero-text);cursor:pointer;transition:all .2s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero__scroll-btn:hover{background:var(--hero-bg);border-color:var(--hero-border);box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.hero__scroll-btn:active{transform:translateY(0)}.hero__scroll-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:500;color:var(--hero-text-muted);text-transform:uppercase;letter-spacing:.05em;writing-mode:vertical-rl;text-orientation:mixed;transition:color .3s ease}@media (max-width: 480px){.hero__scroll-text{writing-mode:horizontal-tb;text-orientation:initial}}@media (max-width: 480px){.hero__container{padding:0 1rem}.hero__content{gap:1.5rem}.hero__greeting{font-size:.9rem}.hero__name{font-size:clamp(2rem,10vw,3rem)}.hero__title-main{font-size:clamp(1.25rem,6vw,1.75rem)}.hero__title-sub{font-size:.9rem;line-height:1.5}.hero__skills{gap:.5rem}.hero__skill-tag{font-size:.8rem;padding:6px 12px}.hero__cta{margin-top:.5rem}.hero__cta-primary,.hero__cta-secondary{font-size:.9rem;padding:14px 24px}.hero__stats{gap:1.5rem;margin-top:1rem;padding-top:1.5rem}.hero__stat-number{font-size:1.5rem}.hero__stat-label{font-size:.8rem}}@media (min-width: 1200px){.hero__container{max-width:1400px;padding:0 3rem;grid-template-columns:1fr 450px;gap:6rem}.hero__content{gap:1.5rem}.hero__greeting{font-size:1.25rem}.hero__title-sub{font-size:1.25rem;max-width:600px}.hero__cta{gap:2rem}.hero__cta-primary,.hero__cta-secondary{font-size:1.125rem;padding:18px 36px}.hero__stats{gap:4rem}.hero__profile-image{width:350px;height:350px}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@keyframes drift{0%{transform:translateY(0) rotate(0)}to{transform:translateY(-20px) rotate(360deg)}}@keyframes nebula-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.hero__skill-tag{position:relative;overflow:hidden}.hero__skill-tag:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .3s ease-out}.hero__skill-tag:hover:before{left:100%}.hero__cta-primary,.hero__cta-secondary{position:relative;overflow:hidden}.hero__cta-primary:after,.hero__cta-secondary:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s}.hero__cta-primary:active:after,.hero__cta-secondary:active:after{width:300px;height:300px}@media (prefers-reduced-motion: reduce){.hero *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero__floating-element,.hero__profile-ring,.hero__scroll-btn{animation:none}.galaxy-background,.galaxy-background *{animation:none!important}}@media (prefers-contrast: high){.hero__floating-element{border-color:var(--hero-text);background:var(--hero-bg)}.hero__skill-tag,.hero__availability{background:var(--hero-bg);border-color:var(--hero-text);color:var(--hero-text)}.hero__scroll-btn{background:var(--hero-bg);border-color:var(--hero-text)}}@media print{.hero{min-height:auto;padding:2rem 0;page-break-inside:avoid}.hero__background,.hero__floating-element,.hero__scroll,.hero .galaxy-background{display:none}.hero__container{grid-template-columns:1fr;gap:2rem;max-width:none;padding:0}.hero__profile{order:-1}.hero__profile-image{width:150px;height:150px;box-shadow:none}.hero__cta{display:none}.hero__name{font-size:2.5rem;color:#000}.hero__title-main{font-size:1.5rem;color:#000}.hero__title-sub,.hero__greeting,.hero__stat-label{color:#333}}.hero__cta-primary:focus,.hero__cta-secondary:focus,.hero__scroll-btn:focus,.hero__skill-tag:focus{outline:2px solid var(--hero-text);outline-offset:2px}.hero__cta-primary:focus:not(:focus-visible),.hero__cta-secondary:focus:not(:focus-visible),.hero__scroll-btn:focus:not(:focus-visible),.hero__skill-tag:focus:not(:focus-visible){outline:none}.hero--loading .hero__content,.hero--loading .hero__profile{opacity:.5;pointer-events:none}.hero::-webkit-scrollbar{width:6px}.hero::-webkit-scrollbar-track{background:#0000001a}.hero::-webkit-scrollbar-thumb{background:#0000004d;border-radius:3px}.hero::-webkit-scrollbar-thumb:hover{background:#00000080}.hero__floating-element,.hero__profile-ring{will-change:transform}.hero__cta-primary,.hero__cta-secondary,.hero__skill-tag{will-change:transform,box-shadow}.hero__profile-image{will-change:transform}.hero__name-last:after{animation:expand .8s ease-out 1.5s both}.hero__availability-dot{animation:pulse 2s ease-in-out infinite}@keyframes expand{0%{width:0}to{width:100%}}@media (max-width: 375px){.hero__container{padding:0 1rem}.hero__name{font-size:clamp(1.75rem,12vw,2.5rem)}.hero__floating-element{display:none}.hero__stats{flex-direction:column;gap:1rem;align-items:center}.hero__stat{flex-direction:row;gap:.5rem;align-items:center}.hero__stat-number{font-size:1.25rem;margin-bottom:0}}[data-theme=dark] .galaxy-background:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(88,28,135,.08) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(30,58,138,.08) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(157,23,77,.08) 0%,transparent 50%),radial-gradient(circle at 60% 20%,rgba(15,23,42,.1) 0%,transparent 50%);pointer-events:none;z-index:0}.hero,.galaxy-background,.hero__floating-element,.hero__skill-tag,.hero__availability,.hero__scroll-btn{transition:all .3s ease-in-out}[data-theme=light]{--services-bg: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);--services-text: #000000;--services-text-secondary: #333333;--services-text-muted: #666666;--services-card-bg: #ffffff;--services-card-hover: #f8f8f8;--services-border: rgba(0, 0, 0, .08);--services-shadow: rgba(0, 0, 0, .1);--services-bg-element: rgba(59, 130, 246, .03);--services-accent: #000000;--services-glassy-bg: #ffffff;--services-card-shadow: rgba(0, 0, 0, .07);--services-card-shadow-light: rgba(0, 0, 0, .04);--services-process-bg: #ffffff;--services-process-border: rgba(0, 0, 0, .08);--services-process-number-bg: #000000;--services-process-number-color: #ffffff;--services-process-icon-bg: rgba(59, 130, 246, .1);--services-process-icon-color: #000000;--services-feature-bg: #ffffff;--services-feature-border: rgba(0, 0, 0, .08);--services-feature-icon-bg: rgba(59, 130, 246, .1);--services-feature-icon-color: #000000;--services-testimonial-bg: #ffffff;--services-testimonial-border: rgba(0, 0, 0, .08);--services-testimonial-quote-bg: #000000;--services-testimonial-quote-color: #ffffff;--services-faq-bg: #ffffff;--services-faq-border: rgba(0, 0, 0, .08);--services-cta-bg: linear-gradient(135deg, #000000 0%, #ffffff 100%);--services-cta-text: #ffffff;--services-cta-primary-bg: #ffffff;--services-cta-primary-color: #000000;--services-cta-secondary-bg: transparent;--services-cta-secondary-color: #ffffff;--services-cta-secondary-border: rgba(255, 255, 255, .3);--services-modern-card-bg: linear-gradient(135deg, #fff 60%, #f8fafc 100%);--services-modern-card-border: rgba(59, 130, 246, .08);--services-modern-feature-bg: rgba(59, 130, 246, .07);--services-modern-feature-color: #2563eb;--services-modern-expanded-bg: #f8fafc;--services-modern-tech-bg: #e0e7ff;--services-modern-tech-color: #3730a3;--services-carousel-bg: rgba(255, 255, 255, .7);--services-carousel-border: rgba(59, 130, 246, .1);--services-carousel-arrow-bg: rgba(59, 130, 246, .12);--services-carousel-arrow-color: #000000;--services-carousel-dot-bg: #e0e7ff;--services-carousel-dot-active-bg: #000000;--services-error-color: #dc3545;--services-loading-bg: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%)}[data-theme=dark]{--services-bg: #000000;--services-text: #ffffff;--services-text-secondary: #e0e0e0;--services-text-muted: #a0a0a0;--services-card-bg: #1a1a1a;--services-card-hover: #2a2a2a;--services-border: rgba(255, 255, 255, .08);--services-shadow: rgba(0, 0, 0, .3);--services-bg-element: rgba(59, 130, 246, .1);--services-accent: #ffffff;--services-glassy-bg: #1a1a1a;--services-card-shadow: rgba(0, 0, 0, .3);--services-card-shadow-light: rgba(0, 0, 0, .2);--services-process-bg: #1a1a1a;--services-process-border: rgba(255, 255, 255, .08);--services-process-number-bg: #ffffff;--services-process-number-color: #000000;--services-process-icon-bg: rgba(59, 130, 246, .1);--services-process-icon-color: #ffffff;--services-feature-bg: #1a1a1a;--services-feature-border: rgba(255, 255, 255, .08);--services-feature-icon-bg: rgba(59, 130, 246, .1);--services-feature-icon-color: #ffffff;--services-testimonial-bg: #1a1a1a;--services-testimonial-border: rgba(255, 255, 255, .08);--services-testimonial-quote-bg: #ffffff;--services-testimonial-quote-color: #000000;--services-faq-bg: #1a1a1a;--services-faq-border: rgba(255, 255, 255, .08);--services-cta-bg: linear-gradient(135deg, #ffffff 0%, #000000 100%);--services-cta-text: #000000;--services-cta-primary-bg: #000000;--services-cta-primary-color: #ffffff;--services-cta-secondary-bg: transparent;--services-cta-secondary-color: #000000;--services-cta-secondary-border: rgba(255, 255, 255, .3);--services-modern-card-bg: linear-gradient(135deg, #1a1a1a 60%, #2a2a2a 100%);--services-modern-card-border: rgba(255, 255, 255, .08);--services-modern-feature-bg: rgba(59, 130, 246, .1);--services-modern-feature-color: #ffffff;--services-modern-expanded-bg: #2a2a2a;--services-modern-tech-bg: rgba(255, 255, 255, .2);--services-modern-tech-color: #000000;--services-carousel-bg: rgba(26, 26, 26, .7);--services-carousel-border: rgba(255, 255, 255, .1);--services-carousel-arrow-bg: rgba(255, 255, 255, .12);--services-carousel-arrow-color: #000000;--services-carousel-dot-bg: rgba(255, 255, 255, .2);--services-carousel-dot-active-bg: #ffffff;--services-error-color: #ef4444;--services-loading-bg: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%)}.services{position:relative;padding:6rem 0;background:var(--services-bg);overflow:hidden}.services__bg-element{position:absolute;border-radius:50%;background:var(--services-bg-element);pointer-events:none;z-index:1}.services__bg-element--1{top:10%;right:-5%;width:400px;height:400px}@media (max-width: 768px){.services__bg-element--1{width:250px;height:250px;right:-10%}}.services__bg-element--2{bottom:15%;left:-8%;width:350px;height:350px}@media (max-width: 768px){.services__bg-element--2{width:200px;height:200px;left:-15%}}.services__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}@media (max-width: 768px){.services__container{padding:0 1rem}}.services__header{text-align:center;margin-bottom:6rem}@media (max-width: 768px){.services__header{margin-bottom:6rem}}.services__subtitle{display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;color:var(--services-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;position:relative}.services__subtitle:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:50px;height:2px;background:var(--services-accent);border-radius:1px}.services__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:var(--services-text);margin:0 0 2rem;letter-spacing:-.02em}.services__description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:400;color:var(--services-text-muted);line-height:1.6;max-width:700px;margin:0 auto}@media (max-width: 480px){.services__description{font-size:1.125rem}}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:4rem;margin-bottom:6rem}@media (max-width: 480px){.services__grid{grid-template-columns:1fr;gap:3rem}}.services__card{background:var(--services-card-bg);border:1px solid var(--services-border);border-radius:5px;padding:4rem;box-shadow:var(--services-shadow);transition:all .3s ease-out;cursor:pointer;position:relative;overflow:hidden}.services__card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--services-text),var(--services-text-secondary));opacity:0;transition:opacity .3s ease-out}.services__card:hover{box-shadow:var(--services-shadow);border-color:var(--services-border);background:var(--services-card-hover)}.services__card:hover:before{opacity:1}.services__card--active{border-color:var(--services-accent);box-shadow:var(--services-shadow)}.services__card--active:before{opacity:1}@media (max-width: 480px){.services__card{padding:3rem}}.services__card-header{display:flex;align-items:flex-start;gap:2rem;margin-bottom:2rem}@media (max-width: 480px){.services__card-header{flex-direction:column;gap:1.5rem}}.services__card-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:5px;color:#fff;font-size:1.5rem;flex-shrink:0;position:relative}.services__card-icon:after{content:"";position:absolute;inset:-2px;border-radius:5px;background:linear-gradient(45deg,transparent,rgba(255,255,255,.3),transparent);opacity:0;transition:opacity .3s ease-out}.services__card:hover .services__card-icon:after{opacity:1}.services__card-title-area{flex:1}.services__card-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;color:var(--services-text);margin:0 0 .5rem}.services__card-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;color:var(--services-text-muted);margin:0}.services__card-price{text-align:right}.services__card-price span{display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;color:var(--services-text-muted)}.services__card-price strong{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;color:var(--services-text)}@media (max-width: 480px){.services__card-price{text-align:left}}.services__card-description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;color:var(--services-text-secondary);line-height:1.6;margin-bottom:2rem}.services__card-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.services__card-feature{display:flex;align-items:center;gap:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;font-weight:400;color:var(--services-text-secondary)}.services__card-feature svg{color:#10b981;font-size:.75rem;flex-shrink:0}.services__card-meta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}@media (max-width: 480px){.services__card-meta{flex-direction:column;align-items:stretch}}.services__card-delivery{display:flex;align-items:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;color:var(--services-text-muted)}.services__card-delivery svg{color:#f59e0b;font-size:.75rem}.services__card-cta{display:flex;align-items:center;gap:.5rem;padding:10px 20px;background:transparent;color:#000;border:2px solid #000000;border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease-out}.services__card-cta:hover{background:#000;color:#fff}.services__card-cta svg{font-size:.75rem;transition:transform .2s ease-out}.services__card-cta:hover svg{transform:translate(2px)}@media (max-width: 480px){.services__card-cta{justify-content:center}}.services__card-expanded{overflow:hidden;border-top:1px solid rgba(0,0,0,.1);margin-top:2rem}.services__card-expanded-content{padding-top:2rem}.services__card-all-features{margin-bottom:2rem}.services__card-all-features h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;color:#000;margin:0 0 1.5rem}.services__card-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}@media (max-width: 480px){.services__card-features-grid{grid-template-columns:1fr}}.services__card-technologies{margin-bottom:2rem}.services__card-technologies h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;color:#000;margin:0 0 1.5rem}.services__card-tech-list{display:flex;flex-wrap:wrap;gap:.5rem}.services__card-tech{padding:6px 12px;background:#3b82f61a;color:#000;border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.8rem;font-weight:500}.services__card-quote-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:14px 24px;background:#000;color:#fff;border:none;border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-out}.services__card-quote-btn:hover{background:#000;box-shadow:0 4px 16px #00000026}.services__card-quote-btn svg{font-size:.875rem}.services__process{margin-bottom:6rem}.services__process-header{text-align:center;margin-bottom:6rem}.services__process-header h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.5rem;font-weight:700;color:var(--services-text);margin:0 0 1.5rem}@media (max-width: 480px){.services__process-header h3{font-size:2rem}}.services__process-header p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;color:var(--services-text-muted);margin:0}.services__process-timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;position:relative}@media (min-width: 1024px){.services__process-timeline{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.services__process-timeline{grid-template-columns:1fr}}.services__process-step{position:relative;background:var(--services-process-bg);border:1px solid var(--services-process-border);border-radius:5px;padding:4rem;text-align:center;transition:all .3s ease-out}.services__process-step:hover{box-shadow:var(--services-shadow);border-color:var(--services-accent)}@media (max-width: 480px){.services__process-step{padding:3rem}}.services__process-step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:30px;height:30px;background:var(--services-process-number-bg);color:var(--services-process-number-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:700}.services__process-step-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:var(--services-process-icon-bg);color:var(--services-process-icon-color);border-radius:50%;font-size:2rem;margin:0 auto 2rem;transition:all .3s ease-out}.services__process-step:hover .services__process-step-icon{background:var(--services-accent);color:var(--services-card-bg)}.services__process-step-content h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;color:var(--services-text);margin:0 0 1rem}.services__process-step-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;color:var(--services-text-muted);line-height:1.6;margin:0 0 1.5rem}.services__process-step-duration{display:inline-block;padding:6px 12px;background:var(--services-process-icon-bg);color:var(--services-accent);border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.8rem;font-weight:500}.services__process-step-connector{display:none}@media (min-width: 1024px){.services__process-step-connector{display:block;position:absolute;top:50%;right:-1.5rem;width:3rem;height:2px;background:linear-gradient(90deg,var(--services-accent),transparent);transform:translateY(-50%);z-index:-1}}.services__features{margin-bottom:6rem}.services__features-header{text-align:center;margin-bottom:6rem}.services__features-header h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.5rem;font-weight:700;color:var(--services-text);margin:0 0 1.5rem}@media (max-width: 480px){.services__features-header h3{font-size:2rem}}.services__features-header p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;color:var(--services-text-muted);margin:0}.services__features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}@media (max-width: 480px){.services__features-grid{grid-template-columns:1fr;gap:2rem}}.services__feature{text-align:center;padding:4rem;background:var(--services-feature-bg);border:1px solid var(--services-feature-border);border-radius:5px;transition:all .3s ease-out}.services__feature:hover{box-shadow:var(--services-shadow);border-color:var(--services-accent)}@media (max-width: 480px){.services__feature{padding:3rem}}.services__feature-icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;background:var(--services-feature-icon-bg);color:var(--services-feature-icon-color);border-radius:50%;font-size:1.75rem;margin:0 auto 2rem;transition:all .3s ease-out}.services__feature:hover .services__feature-icon{background:var(--services-accent);color:var(--services-card-bg);transform:scale(1.1)}.services__feature h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;color:var(--services-text);margin:0 0 1rem}.services__feature p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;color:var(--services-text-muted);line-height:1.6;margin:0}.services__testimonials{margin-bottom:6rem;padding:6rem;background:var(--services-testimonial-bg);border-radius:5px;box-shadow:var(--services-shadow)}.services__testimonials-header{text-align:center;margin-bottom:6rem}.services__testimonials-header h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.5rem;font-weight:700;color:var(--services-text);margin:0 0 1.5rem}@media (max-width: 480px){.services__testimonials-header h3{font-size:2rem}}.services__testimonials-header p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;color:var(--services-text-muted);margin:0}.services__testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem}@media (max-width: 480px){.services__testimonials-grid{grid-template-columns:1fr}}.services__testimonial{position:relative;padding:4rem;background:var(--services-card-hover);border:1px solid var(--services-testimonial-border);border-radius:5px;transition:all .3s ease-out}.services__testimonial:hover{background:var(--services-card-bg);box-shadow:var(--services-shadow);border-color:var(--services-accent)}.services__testimonial-quote{position:absolute;top:-10px;left:3rem;width:40px;height:40px;background:var(--services-testimonial-quote-bg);color:var(--services-testimonial-quote-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem}.services__testimonial-content{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;color:var(--services-text-secondary);line-height:1.6;margin:2rem 0 3rem;font-style:italic}.services__testimonial-rating{display:flex;gap:4px;margin-bottom:2rem}.services__testimonial-rating svg{color:#f59e0b;font-size:1rem}.services__testimonial-author{display:flex;align-items:center;gap:1.5rem}.services__testimonial-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0}.services__testimonial-avatar img{width:100%;height:100%;object-fit:cover}.services__testimonial-info h5{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;color:var(--services-text);margin:0 0 4px}.services__testimonial-info p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;font-weight:400;color:var(--services-text-muted);margin:0}.services__faq{margin-bottom:6rem}.services__faq-header{text-align:center;margin-bottom:6rem}.services__faq-header h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.5rem;font-weight:700;color:var(--services-text);margin:0 0 1.5rem}@media (max-width: 480px){.services__faq-header h3{font-size:2rem}}.services__faq-header p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;color:var(--services-text-muted);margin:0}.services__faq-list{display:grid;gap:2rem;max-width:800px;margin:0 auto}.services__faq-item{padding:3rem;background:var(--services-faq-bg);border:1px solid var(--services-faq-border);border-radius:5px;transition:all .3s ease-out}.services__faq-item:hover{box-shadow:var(--services-shadow);border-color:var(--services-accent)}.services__faq-item h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;color:var(--services-text);margin:0 0 1rem}.services__faq-item p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;color:var(--services-text-muted);line-height:1.6;margin:0}.services__cta{text-align:center;padding:6rem;background:var(--services-cta-bg);border-radius:5px;color:var(--services-cta-text);position:relative;overflow:hidden}.services__cta:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.05"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');pointer-events:none}@media (max-width: 480px){.services__cta{padding:6rem 3rem}}.services__cta-content{position:relative;z-index:2}.services__cta-content h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;margin:0 0 2rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.services__cta-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.6;margin:0 0 4rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 480px){.services__cta-content p{font-size:1.125rem}}.services__cta-buttons{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}@media (max-width: 480px){.services__cta-buttons{flex-direction:column;gap:1.5rem}}.services__cta-primary{display:flex;align-items:center;gap:1rem;padding:16px 32px;background:var(--services-cta-primary-bg);color:var(--services-cta-primary-color);border:none;border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease-out;box-shadow:0 4px 12px #00000026}.services__cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.services__cta-primary svg{font-size:1rem;transition:transform .2s ease-out}.services__cta-primary:hover svg{transform:translate(3px)}@media (max-width: 480px){.services__cta-primary{width:100%;justify-content:center}}.services__cta-secondary{display:flex;align-items:center;gap:1rem;padding:16px 32px;background:var(--services-cta-secondary-bg);color:var(--services-cta-secondary-color);border:2px solid var(--services-cta-secondary-border);border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.services__cta-secondary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.services__cta-secondary svg{font-size:1rem}@media (max-width: 480px){.services__cta-secondary{width:100%;justify-content:center}}@media (max-width: 768px){.services{padding:6rem 0}.services__container{padding:0 1.5rem}.services__grid{grid-template-columns:1fr;gap:3rem}.services__card{padding:3rem}.services__process-timeline{gap:2rem}.services__process-step{padding:3rem}.services__features-grid{gap:2rem}.services__feature{padding:3rem}.services__testimonials{padding:4rem}.services__testimonials-grid{gap:2rem}.services__testimonial{padding:3rem}.services__faq-item{padding:2rem}.services__cta{padding:4rem 2rem}}@media (prefers-reduced-motion: reduce){.services *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){.services__card{border-width:2px;border-color:#000}.services__card-cta{border-width:3px}.services__pricing-card{border-width:2px}.services__pricing-cta{border-width:3px}}@media print{.services__bg-element{display:none}.services__cta{background:#f8f9fa!important;color:#000!important}.services__card,.services__pricing-card,.services__process-step,.services__feature,.services__testimonial,.services__faq-item{box-shadow:none!important;border:1px solid #cccccc!important}}.services__loading__card{background:var(--services-loading-bg);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.services__error{text-align:center;padding:4rem;color:var(--services-error-color)}.services__error__message{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;margin-bottom:2rem}.services__error__retry{padding:12px 24px;background:var(--services-error-color);color:#fff;border:none;border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;cursor:pointer;transition:background .2s ease-out}.services__error__retry:hover{background:var(--services-error-color);opacity:.8}.services__grid--modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem;margin-bottom:4rem}.services__card--modern{background:var(--services-modern-card-bg);border-radius:5px;box-shadow:0 4px 32px var(--services-card-shadow),0 1.5px 6px var(--services-card-shadow-light);border:1.5px solid var(--services-modern-card-border);padding:2.5rem 2rem 2rem;transition:box-shadow .3s,transform .3s;cursor:pointer;position:relative;overflow:hidden;min-height:320px}.services__card--modern:hover{box-shadow:0 8px 40px var(--services-card-shadow),0 2px 12px var(--services-card-shadow-light);transform:translateY(-6px) scale(1.025);border-color:var(--services-accent)}.services__card-header--modern{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem}.services__card-icon--modern{width:64px;height:64px;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:2.2rem;color:#fff;box-shadow:0 2px 12px #3b82f61f}.services__card-title--modern{font-size:1.45rem;font-weight:700;margin:0 0 .25rem;color:var(--services-text)}.services__card-subtitle--modern{font-size:1.05rem;color:var(--services-text);font-weight:500;margin:0}.services__card-description--modern{font-size:1.05rem;color:var(--services-text-secondary);margin-bottom:1.25rem;font-weight:400}.services__card-features--modern{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin-bottom:.5rem}.services__card-feature--modern{display:flex;align-items:center;gap:.5rem;font-size:.98rem;color:var(--services-modern-feature-color);font-weight:500;background:var(--services-modern-feature-bg);border-radius:.75rem;padding:.35rem .9rem;transition:background .2s}.services__card-feature--modern svg{color:#10b981;font-size:1rem}.services__card-expanded--modern{background:var(--services-modern-expanded-bg);border-radius:5px;margin-top:1.25rem;box-shadow:0 2px 12px var(--services-card-shadow-light);padding:1.5rem 1.25rem}.services__card-expanded-content--modern{display:flex;flex-direction:column;gap:1.5rem}.services__card-all-features--modern h4,.services__card-technologies--modern h4{font-size:1.1rem;font-weight:600;color:var(--services-accent);margin-bottom:.5rem}.services__card-features-grid--modern{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.services__card-technologies--modern{margin-top:.5rem}.services__card-tech-list--modern{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.services__card-tech--modern{background:var(--services-modern-tech-bg);color:var(--services-modern-tech-color);border-radius:.75rem;padding:.3rem .9rem;font-size:.95rem;font-weight:500}.services__process--compact{margin-bottom:2.5rem;padding:1.5rem 0}.services__process-header--compact{margin-bottom:1.25rem}.services__process-header--compact h3{font-size:1.35rem;margin-bottom:.25rem;color:var(--services-text)}.services__process-header--compact p{font-size:1rem;color:var(--services-text-muted);margin:0}.services__process-timeline--compact{gap:1.25rem}.services__features--compact{margin-bottom:2.5rem;padding:1.5rem 0}.services__features-header--compact{margin-bottom:1.25rem}.services__features-header--compact h3{font-size:1.35rem;margin-bottom:.25rem;color:var(--services-text)}.services__features-header--compact p{font-size:1rem;color:var(--services-text-muted);margin:0}.services__features-grid--compact{gap:1.25rem}.services__faq--compact{margin-bottom:2.5rem;padding:1.5rem 0}.services__faq-header--compact{margin-bottom:1.25rem}.services__faq-header--compact h3{font-size:1.35rem;margin-bottom:.25rem;color:var(--services-text)}.services__faq-header--compact p{font-size:1rem;color:var(--services-text-muted);margin:0}.services__faq-list--modern{display:flex;flex-direction:column;gap:.75rem}.services__faq-item--modern{background:var(--services-faq-bg);border-radius:5px;box-shadow:0 1px 4px var(--services-card-shadow-light);padding:.5rem 1.25rem;cursor:pointer;transition:box-shadow .3s,background .3s;overflow:hidden;min-height:56px;border:1px solid var(--services-border);position:relative}.services__faq-item--modern:hover{box-shadow:0 2px 12px var(--services-card-shadow);background:var(--services-card-hover)}.services__faq-question-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:56px}.services__faq-question{font-size:1.05rem;font-weight:600;color:var(--services-text);margin:0}.services__faq-arrow{display:flex;align-items:center;font-size:1.1rem;color:var(--services-text);transition:transform .3s}.services__faq-arrow--expanded{transform:rotate(180deg)}.services__faq-answer{padding:.5rem 0 .5rem .25rem;font-size:.98rem;color:var(--services-text-secondary);line-height:1.6;animation:fadeInFaq .3s}@keyframes fadeInFaq{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.services__cta--modern{background:var(--services-cta-bg);color:var(--services-cta-text);border-radius:5px;box-shadow:0 4px 32px var(--services-card-shadow);padding:2.25rem 1.5rem;margin:2.5rem 0 0;text-align:center;position:relative;overflow:hidden}.services__cta-content--modern h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--services-cta-text)}.services__cta-content--modern p{font-size:1.08rem;margin-bottom:1.25rem;color:var(--services-text-muted)}.services__cta-buttons--modern{display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap}.services__cta-primary--modern{background:var(--services-cta-primary-bg);color:var(--services-cta-primary-color);font-weight:700;font-size:1.08rem;border:none;border-radius:5px;padding:.85rem 2.2rem;box-shadow:0 2px 12px var(--services-card-shadow);transition:background .2s,color .2s,box-shadow .2s}.services__cta-primary--modern:hover{background:var(--services-accent);color:var(--services-card-bg);box-shadow:0 4px 20px var(--services-card-shadow)}.services__cta-secondary--modern{background:var(--services-cta-secondary-bg);color:var(--services-cta-secondary-color);border:2px solid var(--services-cta-secondary-color);border-radius:5px;padding:.85rem 2.2rem;font-size:1.08rem;font-weight:600;transition:background .2s,color .2s}.services__cta-secondary--modern:hover{background:#ffffff1f;color:var(--services-cta-secondary-color)}.services--glassy-bg{position:relative;overflow:hidden}.services__container--glassy{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}.services__header--glassy{text-align:center;margin-bottom:3rem}.services__subtitle--accent{display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;color:var(--services-text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;position:relative}.services__subtitle--accent:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:40px;height:2px;background:var(--services-text-secondary);border-radius:1px}.services__title--glassy{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;color:var(--services-text);margin:0 0 1.5rem;letter-spacing:-.02em}.services__description--glassy{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;color:var(--services-text-muted);line-height:1.6;max-width:600px;margin:0 auto}.services__grid--glassy{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.services__card--glassy{background:var(--services-card-bg);border-radius:5px;box-shadow:0 4px 32px var(--services-card-shadow),0 1.5px 6px var(--services-card-shadow-light);border:1.5px solid var(--services-border);padding:2rem 1.5rem 1.5rem;transition:box-shadow .3s,transform .3s,border-color .3s;cursor:pointer;position:relative;overflow:hidden;min-height:280px;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.services__card--glassy:hover{box-shadow:0 8px 40px var(--services-card-shadow),0 2px 12px var(--services-card-shadow-light);transform:translateY(-6px) scale(1.025);border-color:var(--services-accent)}.services__card-header--glassy{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1.25rem}.services__card-icon--accent{width:56px;height:56px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:2rem;background:var(--services-card-bg);box-shadow:0 2px 12px var(--services-card-shadow)}.services__card-title--glassy{font-size:1.25rem;font-weight:700;margin:0 0 .15rem;color:var(--services-text)}.services__card-subtitle--accent{font-size:1rem;color:var(--services-text-secondary);font-weight:500;margin:0}.services__card-description--glassy{font-size:1.05rem;color:var(--services-text-secondary);margin-bottom:1rem;font-weight:400}.services__card-features--glassy{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:.5rem}.services__card-feature--accent{display:flex;align-items:center;gap:.4rem;font-size:.98rem;color:var(--services-text-secondary);font-weight:500;background:var(--services-card-hover);border-radius:.75rem;padding:.28rem .8rem;transition:background .2s}.services__card-feature--accent svg{color:var(--services-accent);font-size:1rem}.services__card-expanded--glassy{background:var(--services-card-hover);border-radius:5px;margin-top:1rem;box-shadow:0 2px 12px var(--services-card-shadow-light);padding:1.1rem 1rem;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.services__card-expanded-content--glassy{display:flex;flex-direction:column;gap:1.1rem}.services__card-all-features--glassy h4,.services__card-technologies--glassy h4{font-size:1.05rem;font-weight:600;color:var(--services-text);margin-bottom:.4rem}.services__card-features-grid--glassy{display:flex;flex-wrap:wrap;gap:.4rem 1rem}.services__card-technologies--glassy{margin-top:.4rem}.services__card-tech-list--glassy{display:flex;flex-wrap:wrap;gap:.4rem .8rem}.services__card-tech--accent{background:var(--services-card-hover);color:var(--services-text);border-radius:.75rem;padding:.25rem .8rem;font-size:.95rem;font-weight:500}.services__process--glassy{margin-bottom:2.5rem;padding:1.2rem 0}.services__process-header--glassy{margin-bottom:1rem}.services__process-header--glassy h3{font-size:1.15rem;margin-bottom:.18rem}.services__process-header--glassy p{font-size:.98rem;margin:0}.services__process-timeline--glassy{gap:1rem}.services__process-step--glassy{background:var(--services-process-bg);border-radius:5px;box-shadow:0 2px 12px var(--services-card-shadow-light);border:1px solid var(--services-border);padding:1.1rem 1rem;transition:box-shadow .3s,border-color .3s;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.services__process-step-number--accent{background:var(--services-process-number-bg);color:var(--services-process-number-color);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:700;margin-bottom:.5rem}.services__process-step-icon--accent{background:var(--services-card-bg);color:var(--services-process-icon-color);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin:0 auto .7rem}.services__process-step-content--glassy h4{font-size:1.05rem;font-weight:600;color:var(--services-text);margin:0 0 .2rem}.services__process-step-content--glassy p{font-size:.97rem;color:var(--services-text-muted);margin:0 0 .2rem}.services__process-step-duration--accent{background:var(--services-process-icon-bg);color:var(--services-accent);border-radius:1rem;padding:.18rem .7rem;font-size:.85rem;font-weight:500}.services__process-step-connector--accent{background:var(--services-border);height:2px;border-radius:1px}.services__features--glassy{margin-bottom:2.5rem;padding:1.2rem 0}.services__features-header--glassy{margin-bottom:1rem}.services__features-header--glassy h3{font-size:1.15rem;margin-bottom:.18rem}.services__features-header--glassy p{font-size:.98rem;margin:0}.services__features-grid--glassy{gap:1rem}.services__feature--glassy{background:var(--services-feature-bg);border-radius:5px;box-shadow:0 2px 12px var(--services-card-shadow-light);border:1px solid var(--services-border);padding:1.1rem 1rem;transition:box-shadow .3s,border-color .3s;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.services__feature-icon--accent{background:var(--services-card-bg);color:var(--services-feature-icon-color);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin:0 auto .5rem}.services__testimonials--glassy{background:var(--services-card-bg);border-radius:5px;box-shadow:0 4px 32px var(--services-card-shadow);border:1.5px solid var(--services-border);padding:2rem 1.5rem 1.5rem;margin-bottom:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.services__faq--glassy{margin-bottom:2.5rem;padding:1.2rem 0}.services__faq-header--glassy{margin-bottom:1rem}.services__faq-header--glassy h3{font-size:1.15rem;margin-bottom:.18rem;color:#111}.services__faq-header--glassy p{font-size:.98rem;color:#666;margin:0}.services__faq-list--glassy{display:flex;flex-direction:column;gap:.7rem}.services__faq-item--glassy:hover{box-shadow:0 2px 12px var(--services-card-shadow);background:var(--services-card-hover)}.services__faq-item--expanded{background:var(--services-card-hover)!important;box-shadow:0 2px 12px var(--services-card-shadow-light)!important;border-color:var(--services-accent)}.services__cta--glassy{background:var(--services-cta-bg);color:var(--services-cta-text);border-radius:5px;box-shadow:0 4px 32px var(--services-card-shadow);padding:2rem 1.2rem;margin:2.5rem 0 0;text-align:center;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.services__cta-content--glassy h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--services-cta-text)}.services__cta-content--glassy p{font-size:1.05rem;margin-bottom:1.1rem;color:var(--services-cta-text)}.services__cta-buttons--glassy{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.services__cta-primary--glassy{background:var(--services-cta-primary-bg);color:var(--services-cta-primary-color);font-weight:700;font-size:1.05rem;border:2px solid var(--services-accent);border-radius:5px;padding:.75rem 2rem;box-shadow:0 2px 12px var(--services-card-shadow);transition:background .2s,color .2s,box-shadow .2s}.services__cta-primary--glassy:hover{background:var(--services-accent);color:var(--services-card-bg);box-shadow:0 4px 20px var(--services-card-shadow)}.services__cta-secondary--glassy{background:var(--services-cta-secondary-bg);color:var(--services-cta-secondary-color);border:2px solid var(--services-cta-secondary-color);border-radius:5px;padding:.75rem 2rem;font-size:1.05rem;font-weight:600;transition:background .2s,color .2s}.services__cta-secondary--glassy:hover{background:var(--services-cta-secondary-color);color:var(--services-accent)}.services__testimonials--carousel{padding:1.5rem 0;position:relative;overflow:visible}.services__testimonials-carousel{display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;width:100%;margin:0 auto 1.2rem;max-width:600px}.services__testimonials-slider{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%;min-height:180px;position:relative}.services__testimonial--carousel{min-width:100%;max-width:100%;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .4s;opacity:.5;pointer-events:none;z-index:1;position:absolute;left:0;top:0;background:var(--services-carousel-bg);border-radius:5px;box-shadow:0 2px 12px var(--services-card-shadow-light);border:1px solid var(--services-carousel-border);padding:1.1rem 1rem 1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;justify-content:center}.services__testimonial--active{opacity:1;pointer-events:auto;z-index:2;position:relative}.services__testimonials-arrow{background:var(--services-carousel-arrow-bg);color:var(--services-carousel-arrow-color);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s;box-shadow:0 2px 8px var(--services-card-shadow-light);margin:0 .5rem}.services__testimonials-arrow:hover{background:var(--services-accent);color:var(--services-card-bg)}.services__testimonials-dot{width:9px;height:9px;border-radius:50%;background:var(--services-carousel-dot-bg);border:none;margin:0 3px;cursor:pointer;transition:background .2s,box-shadow .2s;box-shadow:0 1px 3px var(--services-card-shadow-light)}.services__testimonials-dot--active{background:var(--services-carousel-dot-active-bg);box-shadow:0 2px 8px var(--services-card-shadow)}.services__testimonials-dots{display:flex;align-items:center;justify-content:center;margin-top:.5rem}.services__testimonial-content--compact{font-size:.98rem;color:var(--services-text-secondary);margin:.5rem 0 .7rem;text-align:center;font-weight:500;line-height:1.5}.services__testimonial-author--compact{display:flex;align-items:center;gap:.7rem;margin-top:.5rem}.services__testimonial-avatar--compact{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--services-accent);box-shadow:0 1px 4px var(--services-card-shadow-light)}.services__testimonial-avatar--compact img{width:100%;height:100%;object-fit:cover}.services__testimonial-info--compact h5{font-size:.98rem;font-weight:600;color:var(--services-text);margin:0 0 2px}.services__testimonial-info--compact p{font-size:.85rem;color:var(--services-text-muted);margin:0}[data-theme=light]{--projects-bg: #ffffff;--projects-text: #000000;--projects-text-secondary: #222222;--projects-text-muted: #666666;--projects-border: #e5e7eb;--projects-border-hover: #000000;--projects-card-bg: #ffffff;--projects-card-hover: #f8f8f8;--projects-tech-bg: #f8f8f8;--projects-tech-text: #000000;--projects-link-bg: #f8f8f8;--projects-link-text: #222222;--projects-link-hover-bg: #000000;--projects-link-hover-text: #ffffff;--projects-shadow: rgba(0, 0, 0, .08);--projects-shadow-medium: rgba(0, 0, 0, .13);--projects-shadow-heavy: rgba(0, 0, 0, .16)}[data-theme=dark]{--projects-bg: #000000;--projects-text: #ffffff;--projects-text-secondary: #e0e0e0;--projects-text-muted: #a0a0a0;--projects-border: rgba(255, 255, 255, .1);--projects-border-hover: #ffffff;--projects-card-bg: #1a1a1a;--projects-card-hover: #2a2a2a;--projects-tech-bg: #2a2a2a;--projects-tech-text: #ffffff;--projects-link-bg: #2a2a2a;--projects-link-text: #e0e0e0;--projects-link-hover-bg: #ffffff;--projects-link-hover-text: #000000;--projects-shadow: rgba(0, 0, 0, .3);--projects-shadow-medium: rgba(0, 0, 0, .4);--projects-shadow-heavy: rgba(0, 0, 0, .5)}.projects{background:var(--projects-bg);padding:3.5rem 0 2.5rem;position:relative;overflow:hidden;transition:background .3s cubic-bezier(.4,0,.2,1)}.projects__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.projects__header{text-align:center;margin-bottom:2.5rem}.projects__subtitle{display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;color:var(--projects-text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;position:relative;transition:color .3s cubic-bezier(.4,0,.2,1)}.projects__subtitle:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:40px;height:2px;background:var(--projects-text-secondary);border-radius:1px;transition:background .3s cubic-bezier(.4,0,.2,1)}.projects__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(2.2rem,6vw,3rem);font-weight:700;color:var(--projects-text);margin:0 0 1rem;letter-spacing:-.02em;transition:color .3s cubic-bezier(.4,0,.2,1)}.projects__description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;color:var(--projects-text-muted);max-width:600px;margin:0 auto;line-height:1.6;transition:color .3s cubic-bezier(.4,0,.2,1)}.projects__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2.5rem}.projects__card{background:var(--projects-card-bg);border-radius:5px;box-shadow:0 4px 16px var(--projects-shadow-medium);border:1.5px solid var(--projects-border);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1),background .3s cubic-bezier(.4,0,.2,1);min-height:380px}.projects__card:hover{box-shadow:0 8px 32px var(--projects-shadow-heavy);border-color:var(--projects-border-hover);background:var(--projects-card-hover);transform:translateY(-6px) scale(1.025)}.projects__image-wrapper{width:100%;aspect-ratio:16/9;background:var(--projects-tech-bg);display:flex;align-items:center;justify-content:center;overflow:hidden;border-top-left-radius:5px;border-top-right-radius:5px;transition:background .3s cubic-bezier(.4,0,.2,1)}.projects__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s cubic-bezier(.4,0,.2,1)}.projects__image:hover{transform:scale(1.04)}.projects__card-content{padding:1.2rem 1.2rem 1rem;display:flex;flex-direction:column;flex:1}.projects__card-title{font-size:1.25rem;font-weight:700;color:var(--projects-text);margin:0 0 .3rem;transition:color .3s cubic-bezier(.4,0,.2,1)}.projects__card-desc{font-size:1rem;color:var(--projects-text-secondary);margin-bottom:.7rem;line-height:1.5;flex:1;transition:color .3s cubic-bezier(.4,0,.2,1)}.projects__card-tech{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:.7rem}.projects__card-tech-item{display:inline-flex;align-items:center;gap:.3rem;background:var(--projects-tech-bg);color:var(--projects-tech-text);border-radius:.7rem;padding:.22rem .8rem;font-size:.97rem;font-weight:500;transition:background .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1)}.projects__card-tech-item svg{font-size:1.1rem;color:#000;transition:color .3s cubic-bezier(.4,0,.2,1)}.projects__card-links{display:flex;align-items:center;gap:.7rem;margin-top:.5rem}.projects__card-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--projects-link-bg);color:var(--projects-link-text);font-size:1.1rem;transition:background .2s,color .2s,box-shadow .2s;box-shadow:0 1px 4px var(--projects-shadow)}.projects__card-link:hover{background:var(--projects-link-hover-bg);color:var(--projects-link-hover-text);box-shadow:0 2px 8px var(--projects-shadow-medium)}@media (max-width: 700px){.projects__grid{grid-template-columns:1fr;gap:1.5rem}.projects__card-content{padding:1rem .8rem .8rem}}@media (prefers-reduced-motion: reduce){.projects *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){.projects__card{border-width:2px;border-color:var(--projects-text)}.projects__card-link{border:2px solid var(--projects-text)}}@media print{.projects__card{box-shadow:none!important;border:1px solid var(--projects-border)!important}.projects__card-link{display:none!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}[data-theme=light]{--contact-bg: #ffffff;--contact-text: #111111;--contact-text-secondary: #444444;--contact-text-muted: #666666;--contact-border: #e5e5e5;--contact-border-hover: #111111;--contact-card-bg: #ffffff;--contact-card-hover: #f5f5f5;--contact-input-bg: #fafafa;--contact-input-focus: #ffffff;--contact-button-bg: #111111;--contact-button-text: #ffffff;--contact-button-hover: #222222;--contact-tab-bg: #f5f5f5;--contact-tab-active: #111111;--contact-tab-text: #666666;--contact-tab-active-text: #ffffff;--contact-error-bg: #f8d7da;--contact-error-border: #f5c2c7;--contact-error-text: #c00;--contact-success-bg: #e6f7ec;--contact-success-border: #b7ebc6;--contact-success-text: #111111;--contact-bg-element: rgba(59, 130, 246, .1)}[data-theme=dark]{--contact-bg: #000000;--contact-text: #ffffff;--contact-text-secondary: #e0e0e0;--contact-text-muted: #a0a0a0;--contact-border: rgba(255, 255, 255, .1);--contact-border-hover: #ffffff;--contact-card-bg: #1a1a1a;--contact-card-hover: #2a2a2a;--contact-input-bg: #1a1a1a;--contact-input-focus: #2a2a2a;--contact-button-bg: #ffffff;--contact-button-text: #000000;--contact-button-hover: #e0e0e0;--contact-tab-bg: #2a2a2a;--contact-tab-active: #ffffff;--contact-tab-text: #a0a0a0;--contact-tab-active-text: #000000;--contact-error-bg: rgba(220, 53, 69, .1);--contact-error-border: rgba(220, 53, 69, .2);--contact-error-text: #ff6b6b;--contact-success-bg: rgba(16, 185, 129, .1);--contact-success-border: rgba(16, 185, 129, .2);--contact-success-text: #ffffff;--contact-bg-element: rgba(59, 130, 246, .05)}.contact{position:relative;padding:2rem 0;background:var(--contact-bg);color:var(--contact-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:background .3s ease-out,color .3s ease-out}.contact__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}@media (max-width: 768px){.contact__container{padding:0 1rem}}.contact__header{text-align:center;margin-bottom:1.5rem}.contact__subtitle{display:inline-block;font-size:.9rem;font-weight:500;color:var(--contact-text);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;transition:color .3s ease-out}.contact__title{font-size:2rem;font-weight:700;color:var(--contact-text);margin:0 0 .5rem;transition:color .3s ease-out}.contact__description{font-size:1rem;color:var(--contact-text-secondary);margin:0 auto 1.5rem;max-width:400px;transition:color .3s ease-out}.contact__content{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 700px){.contact__content{flex-direction:row;gap:2rem}}.contact__info{flex:1;display:flex;flex-direction:column;gap:1rem;background:var(--contact-card-bg);border:1px solid var(--contact-border);border-radius:5px;padding:1rem;min-width:0;transition:background .3s ease-out,border-color .3s ease-out}.contact__info-header{margin-bottom:.5rem}.contact__info-header h3{font-size:1.1rem;font-weight:700;margin:0 0 .25rem;color:var(--contact-text);transition:color .3s ease-out}.contact__info-header p{font-size:.95rem;color:var(--contact-text-muted);margin:0;transition:color .3s ease-out}.contact__info-grid{display:flex;flex-direction:column;gap:.5rem}.contact__info-card{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:var(--contact-card-hover);border:1px solid var(--contact-border);border-radius:5px;text-decoration:none;color:var(--contact-text);transition:box-shadow .2s,border-color .2s,background .2s;position:relative;overflow:hidden}.contact__info-card:hover{border-color:var(--contact-border-hover);background:var(--contact-card-bg);box-shadow:0 2px 8px #0000000a}.contact__info-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--contact-text);color:var(--contact-bg);border-radius:8px;font-size:1rem;flex-shrink:0;transition:background .3s ease-out,color .3s ease-out}.contact__info-content{flex:1}.contact__info-content h4{font-size:.98rem;font-weight:600;color:var(--contact-text);margin:0 0 2px;transition:color .3s ease-out}.contact__info-value{font-size:.93rem;font-weight:500;color:var(--contact-text);margin:0 0 2px;transition:color .3s ease-out}.contact__info-description{font-size:.85rem;color:var(--contact-text-muted);transition:color .3s ease-out}.contact__info-external{position:absolute;top:.5rem;right:.5rem;font-size:.8rem;color:var(--contact-text-muted);opacity:0;transition:opacity .3s ease-out,color .3s ease-out}.contact__info-card:hover .contact__info-external{opacity:1;color:var(--contact-text)}.contact__social h4{font-size:1rem;font-weight:600;color:var(--contact-text);margin:0 0 .25rem;transition:color .3s ease-out}.contact__social-links{display:flex;flex-wrap:wrap;gap:.5rem}.contact__social-link{display:flex;align-items:center;gap:.3rem;padding:7px 12px;background:var(--contact-card-bg);border:1px solid var(--contact-border);border-radius:6px;text-decoration:none;color:var(--contact-text);font-size:.93rem;font-weight:500;transition:background .2s,color .2s,border-color .2s}.contact__social-link:hover{background:var(--contact-text);color:var(--contact-bg);border-color:var(--contact-text)}.contact__social-link svg{font-size:1rem}.contact__form-section{flex:1.2;background:var(--contact-card-bg);border:1px solid var(--contact-border);border-radius:5px;box-shadow:none;padding:1rem;min-width:0;transition:background .3s ease-out,border-color .3s ease-out}.contact__form-header{margin-bottom:1rem}.contact__form-header h3{font-size:1.1rem;font-weight:700;color:var(--contact-text);margin:0 0 .25rem;transition:color .3s ease-out}.contact__form-header p{font-size:.95rem;color:var(--contact-text-muted);margin:0;transition:color .3s ease-out}.contact__form-tabs{display:flex;gap:2px;margin-bottom:1rem;background:var(--contact-tab-bg);border-radius:7px;padding:2px;transition:background .3s ease-out}@media (max-width: 700px){.contact__form-tabs{flex-direction:column;gap:4px}}.contact__form-tab{flex:1;padding:7px 0;background:transparent;border:none;border-radius:6px;font-size:.95rem;font-weight:500;color:var(--contact-tab-text);cursor:pointer;transition:background .2s,color .2s}.contact__form-tab:hover{background:var(--contact-card-hover);color:var(--contact-text)}.contact__form-tab.active{background:var(--contact-tab-active);color:var(--contact-tab-active-text)}.contact__form{display:flex;flex-direction:column;gap:.8rem}.contact__form-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}@media (max-width: 700px){.contact__form-row{grid-template-columns:1fr}}.contact__form-group{display:flex;flex-direction:column;gap:.2rem}.contact__form-group label{font-size:.93rem;font-weight:600;color:var(--contact-text);transition:color .3s ease-out}.contact__form-group input,.contact__form-group select,.contact__form-group textarea{padding:8px 10px;border:1.5px solid var(--contact-border);border-radius:6px;font-size:.97rem;color:var(--contact-text);background:var(--contact-input-bg);transition:border-color .2s,background .2s,color .2s;resize:vertical}.contact__form-group input:focus,.contact__form-group select:focus,.contact__form-group textarea:focus{outline:none;border-color:var(--contact-text);background:var(--contact-input-focus)}.contact__form-group input::placeholder,.contact__form-group select::placeholder,.contact__form-group textarea::placeholder{color:var(--contact-text-muted)}.contact__form-group input:invalid,.contact__form-group select:invalid,.contact__form-group textarea:invalid{border-color:var(--contact-error-text)}.contact__form-group textarea{min-height:70px;line-height:1.4}.contact__form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 10px center;background-repeat:no-repeat;background-size:14px;padding-right:30px;appearance:none}.contact__form-char-count{align-self:flex-end;font-size:.8rem;color:var(--contact-text-muted);transition:color .3s ease-out}.contact__form-error{display:flex;align-items:center;gap:.4rem;padding:7px 10px;background:var(--contact-error-bg);color:var(--contact-error-text);border:1px solid var(--contact-error-border);border-radius:6px;font-size:.93rem;transition:background .3s ease-out,color .3s ease-out,border-color .3s ease-out}.contact__form-error svg{font-size:1rem;flex-shrink:0}.contact__form-success{display:flex;align-items:flex-start;gap:.7rem;padding:8px;background:var(--contact-success-bg);color:var(--contact-success-text);border:1px solid var(--contact-success-border);border-radius:6px;transition:background .3s ease-out,color .3s ease-out,border-color .3s ease-out}.contact__form-success svg{font-size:1.1rem;flex-shrink:0;margin-top:2px;color:#10b981}.contact__form-success h4{font-size:.98rem;font-weight:600;margin:0 0 2px}.contact__form-success p{font-size:.93rem;margin:0;opacity:.8}.contact__form-submit{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:10px 18px;background:var(--contact-button-bg);color:var(--contact-button-text);border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,box-shadow .2s,transform .2s;position:relative;overflow:hidden}.contact__form-submit:hover:not(:disabled){background:var(--contact-button-hover);transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.contact__form-submit:active:not(:disabled){transform:translateY(0)}.contact__form-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.contact__form-submit svg{font-size:1rem;transition:transform .2s}.contact__form-submit:hover:not(:disabled) svg{transform:translate(2px)}.contact__form-spinner{width:16px;height:16px;border:2px solid var(--contact-text-muted);border-top:2px solid var(--contact-text);border-radius:50%;animation:spin 1s linear infinite;transition:border-color .3s ease-out}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact__form-footer{text-align:center;margin-top:.5rem}.contact__form-footer p{display:flex;align-items:center;justify-content:center;gap:.3rem;font-size:.85rem;color:var(--contact-text-muted);margin:0;transition:color .3s ease-out}.contact__form-footer p svg{color:#c00;font-size:.8rem}.contact__bg-elements{display:none}.contact__bg-circle{position:absolute;border-radius:50%;background:var(--contact-bg-element);transition:background .3s ease-out}.contact__bg-circle--1{width:300px;height:300px;top:10%;right:-150px;animation:float 6s ease-in-out infinite}.contact__bg-circle--2{width:200px;height:200px;bottom:20%;left:-100px;animation:float 8s ease-in-out infinite reverse}.contact__bg-dots{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-image:radial-gradient(circle,var(--contact-bg-element) 1px,transparent 1px);background-size:30px 30px;animation:pulse 4s ease-in-out infinite;transition:background-image .3s ease-out}@media (max-width: 768px){.contact{padding:8rem 0}.contact__container{padding:0 1.5rem}.contact__content{gap:4rem}.contact__info,.contact__form-section{padding:3rem}}@media (max-width: 480px){.contact{padding:6rem 0}.contact__container{padding:0 1rem}.contact__content{gap:3rem}.contact__info,.contact__form-section{padding:2rem}.contact__form-row{grid-template-columns:1fr;gap:1.5rem}}.contact-visible{opacity:1;transform:translateY(0)}.contact-hidden{opacity:0;transform:translateY(30px)}.contact-fade-in{animation:contactFadeIn .6s ease-out forwards}.contact-slide-up{animation:contactSlideUp .8s ease-out forwards}.contact-scale-in{animation:contactScaleIn .5s ease-out forwards}@keyframes contactFadeIn{0%{opacity:0}to{opacity:1}}@keyframes contactSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes contactScaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.footer{background:#000;color:#e6e6e6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;border-top:2px solid #23263a;box-shadow:0 -2px 16px #00000014}.footer .footer__top{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:1.2rem 1.5rem .5rem;flex-wrap:wrap;gap:1.5rem}.footer .footer__nav{display:flex;gap:1.5rem;flex-wrap:wrap}.footer .footer__link{color:#e6e6e6;text-decoration:none;font-weight:500;padding:6px 16px;border-radius:5px;transition:background .2s,color .2s,box-shadow .2s}.footer .footer__link:hover{background:#23263a;color:#fff;box-shadow:0 2px 8px #23263a2e}.footer .footer__social{display:flex;gap:1rem}.footer .footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:5px;background:#23263a;color:#e6e6e6;font-size:1.3rem;transition:background .2s,color .2s,box-shadow .2s;box-shadow:0 1px 6px #23263a1a}.footer .footer__social-link:hover{background:#fff;color:#23263a;box-shadow:0 2px 12px #23263a2e}.footer .footer__bottom{max-width:1200px;margin:0 auto;padding:.7rem 1.5rem 1.2rem;text-align:center;border-top:1px solid #23263a}.footer .footer__copyright{color:#b0b0b0;font-size:.97rem;letter-spacing:.01em}@media (max-width: 700px){.footer .footer__top{flex-direction:column;align-items:stretch;gap:1rem;padding:1.2rem 1rem .5rem}.footer .footer__nav{justify-content:flex-start;gap:1rem}.footer .footer__social{justify-content:flex-start}.footer .footer__bottom{padding:.7rem 1rem 1.2rem}}.chat-button{position:fixed;right:2rem;bottom:2rem;width:56px;height:56px;border-radius:5px;background:#000;color:#fff;border:none;box-shadow:0 4px 16px #0000002e;display:flex;align-items:center;justify-content:center;font-size:1.7rem;cursor:pointer;z-index:1000;transition:transform .18s,box-shadow .18s,background .18s}.chat-button:hover,.chat-button:focus{transform:scale(1.08);box-shadow:0 8px 32px #00000038;background:#111;outline:none}@media (max-width: 600px){.chat-button{right:1rem;bottom:1rem;width:48px;height:48px;font-size:1.3rem}}[data-theme=dark] .chat-button{background:#fff;color:#000}[data-theme=dark] .chat-button:hover,[data-theme=dark] .chat-button:focus{background:#e5e5e5;color:#000}.chat-box{right:2.2rem;bottom:6rem;width:340px;max-width:95vw;background:#000;color:#fff;border-radius:5px;box-shadow:0 8px 32px #00000038;z-index:1100;display:flex;flex-direction:column;overflow:hidden;animation:chatBoxIn .22s cubic-bezier(.4,0,.2,1);position:fixed}@media (max-width: 600px){.chat-box{right:1.2rem;bottom:4.5rem;width:90vw;max-width:98vw}}@keyframes chatBoxIn{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-box__header{display:flex;align-items:center;justify-content:space-between;background:#111;padding:.7rem 1rem;font-weight:600;font-size:1.08rem;border-top-left-radius:5px;border-top-right-radius:5px}.chat-box__close{background:transparent;border:none;color:#fff;font-size:1.1rem;cursor:pointer;padding:2px 4px;border-radius:5px;transition:background .18s}.chat-box__close:hover,.chat-box__close:focus{background:#222;outline:none}.chat-box__messages{flex:1;padding:1rem;overflow-y:auto;background:#000;display:flex;flex-direction:column;gap:.6rem;min-height:120px;max-height:260px;background-image:url('data:image/svg+xml;utf8,<svg width="220" height="220" viewBox="0 0 220 220" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="220" height="220" fill="none"/><ellipse cx="40" cy="40" rx="18" ry="14" fill="%23e5e7eb" fill-opacity="0.18"/><ellipse cx="180" cy="60" rx="12" ry="9" fill="%23e5e7eb" fill-opacity="0.13"/><ellipse cx="60" cy="180" rx="10" ry="7" fill="%23e5e7eb" fill-opacity="0.13"/><ellipse cx="160" cy="170" rx="16" ry="12" fill="%23e5e7eb" fill-opacity="0.10"/><circle cx="110" cy="110" r="7" fill="%23e5e7eb" fill-opacity="0.10"/><rect x="80" y="40" width="32" height="14" rx="7" fill="%23e5e7eb" fill-opacity="0.10"/><rect x="120" y="120" width="36" height="12" rx="6" fill="%23e5e7eb" fill-opacity="0.10"/><circle cx="200" cy="200" r="6" fill="%23e5e7eb" fill-opacity="0.10"/><circle cx="30" cy="200" r="4" fill="%23e5e7eb" fill-opacity="0.10"/><path d="M30 60 Q40 70 50 60" stroke="%23e5e7eb" stroke-width="2" stroke-opacity="0.13" fill="none"/><path d="M180 180 Q190 190 200 180" stroke="%23e5e7eb" stroke-width="2" stroke-opacity="0.13" fill="none"/><circle cx="120" cy="60" r="3" fill="%23e5e7eb" fill-opacity="0.13"/><circle cx="80" cy="160" r="2.5" fill="%23e5e7eb" fill-opacity="0.13"/></svg>');background-size:220px 220px;background-repeat:repeat}[data-theme=dark] .chat-box__messages{background-image:url('data:image/svg+xml;utf8,<svg width="220" height="220" viewBox="0 0 220 220" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="220" height="220" fill="none"/><ellipse cx="40" cy="40" rx="18" ry="14" fill="%2337373a" fill-opacity="0.18"/><ellipse cx="180" cy="60" rx="12" ry="9" fill="%2337373a" fill-opacity="0.13"/><ellipse cx="60" cy="180" rx="10" ry="7" fill="%2337373a" fill-opacity="0.13"/><ellipse cx="160" cy="170" rx="16" ry="12" fill="%2337373a" fill-opacity="0.10"/><circle cx="110" cy="110" r="7" fill="%2337373a" fill-opacity="0.10"/><rect x="80" y="40" width="32" height="14" rx="7" fill="%2337373a" fill-opacity="0.10"/><rect x="120" y="120" width="36" height="12" rx="6" fill="%2337373a" fill-opacity="0.10"/><circle cx="200" cy="200" r="6" fill="%2337373a" fill-opacity="0.10"/><circle cx="30" cy="200" r="4" fill="%2337373a" fill-opacity="0.10"/><path d="M30 60 Q40 70 50 60" stroke="%2337373a" stroke-width="2" stroke-opacity="0.13" fill="none"/><path d="M180 180 Q190 190 200 180" stroke="%2337373a" stroke-width="2" stroke-opacity="0.13" fill="none"/><circle cx="120" cy="60" r="3" fill="%2337373a" fill-opacity="0.13"/><circle cx="80" cy="160" r="2.5" fill="%2337373a" fill-opacity="0.13"/></svg>')}.chat-box__message{padding:.6rem .9rem;border-radius:5px;font-size:.98rem;max-width:80%;word-break:break-word;line-height:1.4}.chat-box__message--bot{background:#18181866;color:#fff;align-self:flex-start}.chat-box__message--user{background:#ffffff5c;color:#000;align-self:flex-end}.chat-box__input-row{display:flex;align-items:center;padding:.7rem 1rem;background:#111;border-bottom-left-radius:5px;border-bottom-right-radius:5px;gap:.5rem}.chat-box__input{flex:1;padding:.6rem .9rem;border-radius:5px;border:none;font-size:1rem;background:#222;color:#fff;outline:none;transition:background .18s,color .18s}.chat-box__input:focus{background:#181818}.chat-box__send{background:#000;color:#fff;border:none;border-radius:5px;padding:.6rem .9rem;font-size:1.1rem;cursor:pointer;transition:background .18s,color .18s;display:flex;align-items:center;justify-content:center}.chat-box__send:hover,.chat-box__send:focus{background:#fff;color:#000}.chat-box__badge{display:inline-block;width:10px;height:10px;background:#ff3b3b;border-radius:50%;margin-left:8px;vertical-align:middle;box-shadow:0 0 4px #ff3b3b66}.chat-box__notification{position:absolute;right:2.2rem;bottom:7.5rem;background:#181818;color:#fff;border-radius:5px;box-shadow:0 4px 16px #0000002e;padding:.7rem 1.2rem;display:flex;align-items:center;gap:.7rem;z-index:1200;animation:chatNotificationIn .22s cubic-bezier(.4,0,.2,1)}@keyframes chatNotificationIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-box__notification-badge{display:inline-block;width:12px;height:12px;background:#ff3b3b;border-radius:50%;box-shadow:0 0 6px #ff3b3b66}.chat-box__notification-text{font-size:1rem;font-weight:500}
