html,body{overflow-x:hidden;max-width:100%}body{font-family:Inter,system-ui,sans-serif;background-color:#f9fafb;color:#334155;line-height:1.6;transition:background-color .3s ease,color .3s ease}body.dark{background-color:#111827;color:#f8fafc}.app-container{display:flex;min-height:100vh;padding:1rem;overflow-x:hidden;max-width:100%}.main-content{flex:1;min-width:0;padding:2rem;overflow-x:hidden;overflow-y:auto;transition:background-color .3s ease}body.dark .main-content{background-color:#111827}.btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;text-decoration:none;display:inline-block;transition:all .2s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background-color:#f5afb9;color:#334155}.btn-primary:hover{background-color:#a8b371;color:#fff}body.dark .btn-primary{background-color:#f5afb9;color:#1f2937}body.dark .btn-primary:hover,.btn-secondary{background-color:#a8b371;color:#fff}.btn-secondary:hover{background-color:#f5afb9;color:#334155}body.dark .btn-secondary{background-color:#a8b371;color:#fff}body.dark .btn-secondary:hover{background-color:#f5afb9;color:#1f2937}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;margin-bottom:1rem;transition:all .2s ease}body.dark .card{background-color:#1f2937;box-shadow:0 1px 3px #0000004d;color:#f9fafb}.card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}body.dark .card:hover{box-shadow:0 4px 6px #0006}.grid{display:grid;gap:1rem}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.text-center{text-align:center}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-gray-600{color:#4b5563}body.dark .text-gray-600{color:#9ca3af}.text-gray-800{color:#1f2937}body.dark .text-gray-800{color:#f9fafb}.text-blue-600{color:#2563eb}body.dark .text-blue-600{color:#60a5fa}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.p-6{padding:1.5rem}@media (max-width: 1024px){.app-container{padding:0}.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}}@media (min-width: 768px){.grid-cols-1{grid-template-columns:repeat(3,1fr)}}body.dark ::-webkit-scrollbar-track{background:#374151}body.dark ::-webkit-scrollbar-thumb{background:#6b7280}body.dark ::-webkit-scrollbar-thumb:hover{background:#9ca3af}.btn:focus{outline:none;box-shadow:0 0 0 3px #2563eb1a}body.dark .btn:focus{box-shadow:0 0 0 3px #60a5fa1a}.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #f3f3f3;border-top:2px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite}._toggleSwitcher_8gw5z_1{width:56px;height:32px;background:#e5e7eb;border:none;border-radius:999px;position:relative;cursor:pointer;outline:none;display:flex;align-items:center;transition:background .3s;box-shadow:0 2px 8px #0000000a;padding:0;flex-shrink:0}._toggleSwitcher_dark_8gw5z_17{background:#23272f}._toggleTrack_8gw5z_20{width:100%;height:100%;display:flex;align-items:center;position:relative}._toggleThumb_8gw5z_27{position:absolute;left:3px;top:3px;width:26px;height:26px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;transition:left .35s cubic-bezier(.4,2.2,.2,1),background .3s;z-index:2}._toggleThumb_dark_8gw5z_42{left:27px;background:#23272f}._toggleIcon_8gw5z_46{width:18px;height:18px;display:block;transition:transform .3s,opacity .3s}._sun_8gw5z_52{filter:drop-shadow(0 0 2px gold)}._moon_8gw5z_55{filter:drop-shadow(0 0 2px white)}._toggleSwitcher_1wtvq_1{width:56px;height:32px;background:#e5e7eb;border:none;border-radius:999px;position:relative;cursor:pointer;outline:none;display:flex;align-items:center;transition:background .3s;box-shadow:0 2px 8px #0000000a;padding:0;flex-shrink:0}._toggleSwitcher_en_1wtvq_17{background:#dbeafe}._toggleTrack_1wtvq_20{width:100%;height:100%;display:flex;align-items:center;position:relative}._toggleThumb_1wtvq_27{position:absolute;left:3px;top:3px;width:26px;height:26px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;transition:left .35s cubic-bezier(.4,2.2,.2,1),background .3s;z-index:2;overflow:hidden}._toggleThumb_en_1wtvq_43{left:27px}._flagIcon_1wtvq_46{width:20px;height:20px;border-radius:50%;object-fit:cover;display:block}.easteregg-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1e293ba6;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.easteregg-modal{background:#fff;border-radius:1.5rem;box-shadow:0 8px 40px #1e293b40;padding:2.5rem 2rem 2rem;max-width:350px;width:90vw;position:relative;text-align:center;animation:scaleIn .35s cubic-bezier(.4,2.2,.2,1)}@keyframes scaleIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.easteregg-close{position:absolute;top:1.2rem;right:1.2rem;background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;transition:color .2s;z-index:10}.easteregg-close:hover{color:#f471b5}.easteregg-header{margin-bottom:1.2rem}.easteregg-title{font-size:1.3rem;font-weight:700;color:#f471b5;letter-spacing:1px;display:block;margin-bottom:1.2rem;text-align:center}.easteregg-photo{width:110px;height:110px;margin:0 auto .7rem;border-radius:50%;overflow:hidden;box-shadow:0 4px 18px #2563eb21;border:3px solid #e0e7ff;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.easteregg-photo img{width:100%;height:100%;object-fit:cover;display:block}.easteregg-name{font-size:1.1rem;font-weight:600;color:#334155;margin-bottom:.2rem;margin-top:0}.easteregg-content{margin-top:.5rem}.easteregg-subtitle{font-size:1rem;font-weight:600;color:#a8b371;margin-bottom:.3rem}.easteregg-list{list-style:disc inside;color:#334155;font-size:.98rem;line-height:1.7;margin:0;padding:0 0 0 .5rem}.easteregg-modal.horizontal{display:flex;flex-direction:column;align-items:stretch;min-width:0;max-width:700px;width:98vw}.easteregg-body{display:flex;flex-direction:row;gap:2.5rem;align-items:center;justify-content:center}.easteregg-photo-rect{width:220px;height:300px;border-radius:1.5rem;overflow:hidden;box-shadow:0 8px 32px #2563eb2e;background:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.easteregg-photo-rect img{width:100%;height:100%;object-fit:cover;display:block}.easteregg-info{flex:1;min-width:0;text-align:left;display:flex;flex-direction:column;gap:.5rem}.easteregg-quote{margin-top:2.2rem;font-size:1.08rem;color:#f5afb9;text-align:center;font-style:italic;font-weight:500;letter-spacing:.5px;line-height:1.5;opacity:.95}@media (max-width: 900px){.easteregg-modal.horizontal{max-width:99vw;width:99vw}.easteregg-body{gap:1.2rem}.easteregg-photo-rect{width:140px;height:190px}}@media (max-width: 600px){.easteregg-modal.horizontal{padding:1.2rem .5rem;max-width:95vw;width:99vw}.easteregg-body{flex-direction:column;gap:1rem;align-items:center}.easteregg-photo-rect{width:90px;height:120px;margin:0 auto}.easteregg-info{text-align:center;align-items:center}.easteregg-list{text-align:left;margin:0 auto}}.easteregg-overlay.dark .easteregg-modal,.easteregg-modal.dark,.dark .easteregg-modal{background:#23233a!important;color:#f9fafb!important;box-shadow:0 8px 40px #18182573}:global(body.dark) .easteregg-title{color:#f471b5}:global(body.dark) .easteregg-close{color:#c9c9d1}:global(body.dark) .easteregg-close:hover{color:#a8b371}:global(body.dark) .easteregg-photo{box-shadow:0 4px 18px #f5afb921;border:3px solid #A770EF;background:#181825}:global(body.dark) .easteregg-photo-rect{box-shadow:0 8px 32px #f5afb92e;background:#181825}:global(body.dark) .easteregg-name{color:#f9fafb}:global(body.dark) .easteregg-subtitle{color:#a8b371}:global(body.dark) .easteregg-list{color:#f9fafb}:global(body.dark) .easteregg-quote{color:#b05a7a}.easteregg-overlay.dark .easteregg-title,.easteregg-modal.dark .easteregg-title{color:#f471b5!important}.easteregg-overlay.dark .easteregg-name,.easteregg-modal.dark .easteregg-name{color:#fff!important}.easteregg-overlay.dark .easteregg-subtitle,.easteregg-modal.dark .easteregg-subtitle{color:#a8b371!important}.easteregg-overlay.dark .easteregg-list,.easteregg-modal.dark .easteregg-list{color:#e5e7eb!important}.easteregg-overlay.dark .easteregg-quote,.easteregg-modal.dark .easteregg-quote{color:#a1a6c8!important}._rail_6rgm1_1{position:fixed;top:1.5rem;left:1rem;bottom:1.5rem;width:84px;z-index:45;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 0;background:#fff;border-radius:1.75rem;box-shadow:0 10px 30px #0000001a;overflow:hidden;transition:width .25s ease,background-color .3s ease}body.dark ._rail_6rgm1_1{background:#181825;box-shadow:0 10px 30px #00000073}._rail_6rgm1_1:hover{width:250px}._avatarBtn_6rgm1_29{display:flex;flex-direction:row;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0 .5rem;width:100%;flex-shrink:0;transition:padding .25s ease}._rail_6rgm1_1:hover ._avatarBtn_6rgm1_29{flex-direction:column;justify-content:center;padding:1.25rem 1rem 1.5rem;gap:.85rem}._avatar_6rgm1_29{width:64px;height:64px;min-width:64px;border-radius:50%;object-fit:cover;flex-shrink:0;transition:width .25s ease,height .25s ease,min-width .25s ease}._rail_6rgm1_1:hover ._avatar_6rgm1_29{width:140px;height:140px;min-width:140px}._avatarNameGroup_6rgm1_66{display:flex;flex-direction:column;align-items:center;max-width:0;margin-left:0;overflow:hidden;opacity:0;transition:max-width .25s ease,margin-left .25s ease,opacity .2s ease}._rail_6rgm1_1:hover ._avatarNameGroup_6rgm1_66{max-width:200px;margin-left:0;opacity:1}._avatarName_6rgm1_66{display:block;white-space:nowrap;text-align:center;font-weight:700;font-size:.9rem;color:#334155;transition:font-size .25s ease}._rail_6rgm1_1:hover ._avatarName_6rgm1_66{font-size:1.05rem}body.dark ._avatarName_6rgm1_66{color:#f8fafc}._avatarSubtitle_6rgm1_101{display:flex;flex-direction:column;align-items:center;font-size:.75rem;font-weight:500;line-height:1.3;color:#64748b;margin-top:.2rem}._avatarSubtitle_6rgm1_101 span{white-space:nowrap}body.dark ._avatarSubtitle_6rgm1_101{color:#9ca3af}._divider_6rgm1_120{height:1px;margin:0 1rem;background:#e5e7eb;flex-shrink:0}body.dark ._divider_6rgm1_120{background:#ffffff14}._railNav_6rgm1_132{display:flex;flex-direction:column;gap:.9rem;width:100%;flex:1;overflow-y:auto;overflow-x:hidden}._railLink_6rgm1_142{display:flex;align-items:center;justify-content:center;margin:0 .75rem;padding:.75rem;border-radius:1.25rem;text-decoration:none;color:#334155;font-weight:500;font-size:.9rem;transition:background-color .2s ease,color .2s ease;width:calc(100% - 1.5rem)}._rail_6rgm1_1:hover ._railLink_6rgm1_142{justify-content:flex-start}body.dark ._railLink_6rgm1_142{color:#f8fafc}._railLink_6rgm1_142:hover{background-color:#f5afb933}._railLinkActive_6rgm1_169{background:#f5afb9;color:#334155;font-weight:700}body.dark ._railLinkActive_6rgm1_169{background:linear-gradient(135deg,#f5afb9,#7c2b55);color:#1f2937}._railLabel_6rgm1_180{display:block;max-width:0;margin-left:0;overflow:hidden;white-space:nowrap;opacity:0;transition:max-width .25s ease,margin-left .25s ease,opacity .2s ease}._rail_6rgm1_1:hover ._railLabel_6rgm1_180{max-width:140px;margin-left:.9rem;opacity:1}._navIcon_6rgm1_196{width:1.4rem;height:1.4rem;flex-shrink:0}._railControls_6rgm1_203{display:flex;flex-direction:column;gap:.6rem;align-items:center;width:100%;flex-shrink:0}._mobileToggle_6rgm1_213{display:none;position:fixed;top:1rem;right:1rem;z-index:50;width:48px;height:48px;align-items:center;justify-content:center;background:#fff;border:none;border-radius:50%;box-shadow:0 6px 20px #0000002e;cursor:pointer;color:#ec6f91;transition:transform .2s ease,background-color .3s ease,color .3s ease}body.dark ._mobileToggle_6rgm1_213{background:#181825;color:#f5afb9;box-shadow:0 6px 20px #00000080}._mobileToggle_6rgm1_213:hover{transform:scale(1.06)}._mobileToggle_6rgm1_213:active{transform:scale(.92)}._railOverlay_6rgm1_246{display:none}@media (max-width: 1024px){._mobileToggle_6rgm1_213{display:flex}._rail_6rgm1_1{inset:0 0 0 auto;width:250px;border-radius:0;transform:translate(100%);transition:transform .3s ease}._rail_6rgm1_1:hover{width:250px}._avatarBtn_6rgm1_29,._railLink_6rgm1_142{justify-content:flex-start}._rail_6rgm1_1:hover ._avatarBtn_6rgm1_29{flex-direction:row;padding:0 .5rem;gap:0}._rail_6rgm1_1:hover ._avatar_6rgm1_29{width:64px;height:64px;min-width:64px}._avatarNameGroup_6rgm1_66{align-items:flex-start;max-width:160px;margin-left:.75rem;opacity:1}._avatarName_6rgm1_66{font-size:.9rem}._avatarSubtitle_6rgm1_101{align-items:flex-start}._railLabel_6rgm1_180{max-width:160px;margin-left:.9rem;opacity:1}._railOpen_6rgm1_299{transform:translate(0)}._railOverlay_6rgm1_246{display:block;position:fixed;inset:0;background:#0006;z-index:44}}._homeContainer_a275i_1{position:relative}._homeContent_a275i_5{max-width:68rem;width:100%;text-align:center;padding-left:0;z-index:1;margin:0 auto}._heroSection_a275i_14{min-height:90vh;display:flex;align-items:center;padding-top:0;padding-bottom:1.5rem;box-sizing:border-box}._heroGrid_a275i_23{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;text-align:left;width:100%}._heroText_a275i_32{text-align:left}._heroText_a275i_32 ._homeDesc_a275i_36{text-align:left;margin-left:0;margin-right:0;max-width:34rem}._heroText_a275i_32 ._socialRow_a275i_43,._heroText_a275i_32 ._homeButtonsCvRow_a275i_44{justify-content:flex-start}._heroVisual_a275i_48{display:flex;flex-direction:column;align-items:center;justify-content:center}._heroPhotoWrap_a275i_55{position:relative;width:min(300px,70vw)}._stemCard_a275i_60{display:flex;align-items:center;gap:.75rem;margin-top:2.75rem;padding:1rem 1.25rem;width:min(300px,70vw);background:linear-gradient(135deg,#f5afb9,#e0678e);border-radius:1.5rem;box-shadow:0 10px 25px #e0678e40;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}._stemCard_a275i_60:hover{transform:translateY(-3px);box-shadow:0 14px 30px #e0678e52}._stemIcon_a275i_79{width:2rem;height:2rem;flex-shrink:0;color:#fff}._stemHandle_a275i_86{font-weight:700;font-size:.95rem;color:#fff}._stemText_a275i_92{font-size:.78rem;color:#ffffffe6;margin-top:.15rem;line-height:1.3}body.dark ._stemCard_a275i_60{background:linear-gradient(135deg,#7c2b55,#4a1633);box-shadow:0 10px 25px #0006}._heroBadge_a275i_104{position:absolute;display:flex;align-items:center;gap:.5rem;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1.1rem;box-shadow:0 10px 25px #0000001f;padding:.65rem 1rem;font-size:.85rem;font-weight:700;color:#1f2937;line-height:1.2;max-width:190px}body.dark ._heroBadge_a275i_104{background:#181825eb;color:#f9fafb;box-shadow:0 10px 25px #0006}._heroBadgeTop_a275i_127{top:-2rem;left:-1.5rem}._heroBadgeBottom_a275i_132{bottom:-1rem;right:-1.5rem}._heroBadgeIcon_a275i_137{width:1.5rem;height:1.5rem;flex-shrink:0;color:#a8b371}@media (max-width: 900px){._heroGrid_a275i_23{grid-template-columns:1fr;text-align:center}._heroText_a275i_32{text-align:center}._heroText_a275i_32 ._homeDesc_a275i_36{text-align:center;margin-left:auto;margin-right:auto}._heroText_a275i_32 ._homeQuote_a275i_157{margin-left:auto;margin-right:auto}._heroText_a275i_32 ._socialRow_a275i_43,._heroText_a275i_32 ._homeButtonsCvRow_a275i_44{justify-content:center}._heroVisual_a275i_48{margin-bottom:2rem}._heroBadgeTop_a275i_127{top:-.75rem;left:-.75rem}._heroBadgeBottom_a275i_132{bottom:-.75rem;right:-.75rem}}@media (max-width: 500px){._heroBadge_a275i_104{font-size:.75rem;padding:.5rem .75rem;max-width:150px}._heroBadgeIcon_a275i_137{width:1.2rem;height:1.2rem}}._homeTitle_a275i_190{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#1f2937}._homeTitle_a275i_190 span{color:#f5afb9;transition:color .2s}body.dark ._homeTitle_a275i_190 span{color:#7c2b55}._homeTypewriter_a275i_205{font-size:1.5rem;font-weight:600;min-height:2.5rem;margin-bottom:1.5rem;color:#a8b371;text-align:left}@media (max-width: 900px){._homeTypewriter_a275i_205{text-align:center}}._homeDesc_a275i_36{font-size:1.1rem;color:#4b5563;margin-bottom:2.5rem;max-width:32rem;text-align:center;margin-left:auto;margin-right:auto}._homeQuote_a275i_157{margin:-1.5rem 0 2rem;padding-left:1rem;border-left:3px solid #A8B371;max-width:32rem}._homeQuote_a275i_157 p{font-size:.95rem;font-style:italic;color:#6b7280;line-height:1.5;margin:0}._homeQuote_a275i_157 cite{display:block;margin-top:.4rem;font-size:.85rem;font-style:normal;font-weight:600;color:#a8b371}body.dark ._homeQuote_a275i_157 p{color:#9ca3af}._socialRow_a275i_43{display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center;margin-bottom:1.5rem}._socialIconBtn_a275i_266{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#a8b371;border:none;cursor:pointer;box-shadow:0 6px 16px #00000014;transition:transform .2s ease,box-shadow .2s ease,color .2s ease}._socialIconBtn_a275i_266:hover{transform:translateY(-3px) scale(1.06);box-shadow:0 10px 22px #00000024;color:#f5afb9}body.dark ._socialIconBtn_a275i_266{background:#23233a;color:#a8b371;box-shadow:0 6px 16px #00000059}body.dark ._socialIconBtn_a275i_266:hover{color:#f5afb9}._homeButtonsCvRow_a275i_44{display:flex;justify-content:center;margin-bottom:2.5rem}._cvButton_a275i_303{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 2rem;border-radius:1.4rem;font-size:1.08rem;font-weight:700;text-decoration:none;background:#f5afb9;color:#7c2b55;box-shadow:0 10px 25px #f5afb959;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}._cvButton_a275i_303:hover{transform:translateY(-3px);background:#7c2b55;color:#fff;box-shadow:0 14px 30px #7c2b5559}body.dark ._cvButton_a275i_303{background:#7c2b55;color:#fff;box-shadow:0 10px 25px #0006}body.dark ._cvButton_a275i_303:hover{background:#f5afb9;color:#7c2b55}@media (max-width: 600px){._socialIconBtn_a275i_266{width:46px;height:46px}._cvButton_a275i_303{width:100%;justify-content:center}}@media (max-width: 600px){._homeButtonsRow_a275i_347{flex-direction:column;align-items:center;gap:.7rem}._homeButtonsCvRow_a275i_44{margin-bottom:1.5rem}}._highlightsGrid_a275i_357{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;margin:6rem 0 15rem;justify-items:center}@media (max-width: 900px){._highlightsGrid_a275i_357{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 500px){._highlightsGrid_a275i_357{grid-template-columns:1fr}}._highlightCard_a275i_377{background:#fff;border-radius:1.2rem;box-shadow:0 2px 16px #00000012;padding:1.2rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:210px;max-width:250px;min-height:150px;max-height:150px;height:150px;transition:background .18s,box-shadow .18s}._highlightCard_a275i_377:hover{box-shadow:0 6px 24px #a4b3711a}._highlightIcon_a275i_397{margin-bottom:1rem;width:2.3rem;height:2.3rem;color:#a8b371}._highlightText_a275i_404{font-size:1.08rem;font-weight:600;color:#1f2937;text-align:center}body.dark ._homeTitle_a275i_190{color:#f9fafb}body.dark ._homeDesc_a275i_36{color:#c9c9d1}body.dark ._highlightCard_a275i_377{background:#181824;color:#f9fafb;box-shadow:0 2px 16px #a4b3711a;border:1px solid #23262e}body.dark ._highlightText_a275i_404{color:#f9fafb}body.dark ._highlightIcon_a275i_397{color:#a8b371}._sectionTitle_a275i_435{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--color-title-light)}body.dark ._sectionTitle_a275i_435{color:var(--color-title-dark)}._instagramSection_a275i_448{margin:6rem auto 7rem;text-align:center}._instagramGrid_a275i_453{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;align-items:start}@media (max-width: 900px){._instagramGrid_a275i_453{grid-template-columns:1fr;justify-items:center}}._faqsSection_a275i_468{text-align:left}._faqItem_a275i_472{margin:1.25rem auto;background:#fff;border-radius:1rem;box-shadow:0 2px 16px #00000012;padding:1rem;position:relative;transition:transform .2s ease,box-shadow .2s ease}._faqItem_a275i_472:hover{transform:translateY(-2px);box-shadow:0 6px 22px #0000001a}body.dark ._faqItem_a275i_472{background:#23202b}._faqQuestion_a275i_491{width:100%;background:none;border:none;outline:none;font-size:1.08rem;font-weight:600;color:#7c2b55;padding:1rem 1.2rem;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;border-radius:.7rem;transition:color .15s}body.dark ._faqQuestion_a275i_491{color:#f5afb9}._faqArrow_a275i_513{font-size:1.1rem;margin-left:.7rem;color:#a8b371;flex-shrink:0}._faqAnswerWrap_a275i_520{overflow:hidden}._faqAnswer_a275i_520{padding:0 1.2rem 1rem;color:#374151;font-size:1.02rem;line-height:1.6}body.dark ._faqAnswer_a275i_520{color:#e5e7eb}._carousel_1nzhz_1{position:relative;width:100%;aspect-ratio:1;border-radius:2.5rem;overflow:hidden;box-shadow:0 20px 50px #00000026}._carouselImage_1nzhz_10{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity 1s ease}._serviciosSection_1bb41_1{margin:4rem auto;text-align:center}._sectionTitle_1bb41_6{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--color-title-light)}body.dark ._sectionTitle_1bb41_6{color:var(--color-title-dark)}._browserWindow_1bb41_19{width:100%;margin:0 auto;border-radius:1.25rem;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 30px #0000001a;background:#fff}body.dark ._browserWindow_1bb41_19{background:#181824;border-color:#ffffff14}._tabsRow_1bb41_34{display:flex;flex-wrap:wrap;justify-content:space-around;gap:.3rem;padding:.75rem .75rem 0;background:#fbe4e8}body.dark ._tabsRow_1bb41_34{background:#0d0710}._tabBtn_1bb41_47{position:relative;padding:.65rem 1.1rem;border:none;border-radius:.75rem .75rem 0 0;background:transparent;cursor:pointer;font-size:.9rem;font-weight:600}._tabActiveBg_1bb41_58{position:absolute;inset:0;background:#fff;border-radius:.75rem .75rem 0 0;z-index:0}body.dark ._tabActiveBg_1bb41_58{background:#181824}._tabLabel_1bb41_70{position:relative;z-index:1;color:#6b7280;font-size:.95rem;font-weight:500;transition:color .2s ease,font-weight .2s ease}body.dark ._tabLabel_1bb41_70{color:#9ca3af}._tabLabelActive_1bb41_83{color:#7c2b55;font-weight:700;font-style:italic}body.dark ._tabLabelActive_1bb41_83{color:#f5afb9}._contentPanel_1bb41_94{padding:2.5rem}._serviceIntro_1bb41_98{font-size:1.05rem;color:#374151;line-height:1.7;margin-bottom:1.75rem;text-align:left}body.dark ._serviceIntro_1bb41_98{color:#e5e7eb}._methodologySubtitle_1bb41_110{font-size:1.2rem;font-weight:700;color:#7c2b55;text-align:left;margin-bottom:1.25rem}body.dark ._methodologySubtitle_1bb41_110{color:#f5afb9}._methodologyList_1bb41_122{list-style:none;padding:0}._methodologyList_1bb41_122>div{margin-bottom:2.1rem}._methodologyList_1bb41_122>div:last-child{margin-bottom:0}._methodologyList_1bb41_122>div>div:first-child{display:flex;align-items:center;margin-bottom:.2rem;justify-content:flex-start;text-align:left}._methodologyStep_1bb41_143{color:#a8b371;font-weight:700;font-size:1.13rem;margin-right:.2rem;min-width:1.7rem;text-align:left}._methodologyText_1bb41_152{color:#374151;font-size:1.05rem;line-height:1.7;margin-left:2.1rem;text-align:left}body.dark ._methodologyText_1bb41_152{color:#e5e7eb}@media (max-width: 600px){._tabsRow_1bb41_34{overflow-x:auto}._contentPanel_1bb41_94{padding:1.75rem 1.25rem}}._postCard_ic8p3_1{width:100%;max-width:340px;margin:0 auto}._mediaWrap_ic8p3_7{position:relative;width:100%;aspect-ratio:4 / 5;border-radius:1.25rem;overflow:hidden;box-shadow:0 10px 30px #0000001f;background:#000}._media_ic8p3_7{width:100%;height:100%;object-fit:cover;display:block}._navBtn_ic8p3_24{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;border:none;background:#ffffffd9;color:#1f2937;font-size:1.2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0003}._navPrev_ic8p3_43{left:.6rem}._navNext_ic8p3_47{right:.6rem}._dots_ic8p3_51{position:absolute;bottom:.6rem;left:0;right:0;display:flex;justify-content:center;gap:.35rem}._dot_ic8p3_51{width:6px;height:6px;border-radius:50%;background:#ffffff80}._dotActive_ic8p3_68{background:#fff}._aboutContainer_1qtge_1{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0}._aboutContent_1qtge_10{max-width:1600px;width:100%;margin:0 auto;padding:0 5rem}._skillsSection_1qtge_18{margin-top:3rem;width:100%;max-width:1600px;margin:0 auto;padding:0 5rem;align-self:center}._aboutTitle_1qtge_28{font-size:2.5rem;font-weight:700;color:#f5afb9;margin-bottom:1.2rem;text-align:left;position:static}._aboutText_1qtge_37{position:relative;text-align:justify}._aboutImage_1qtge_42{float:right;margin:-50px 0 1rem 4rem;width:370px;height:470px}._aboutImage_1qtge_42 img{width:100%;height:100%;object-fit:contain}._paragraph_1qtge_55{font-size:1.15rem;color:#374151;line-height:1.8;margin-bottom:1.8rem;font-weight:400}._paragraph_1qtge_55 strong{font-weight:600;color:#7c2b55}body.dark ._paragraph_1qtge_55 strong{color:#f7a8c4}._lastParagraph_1qtge_72{margin-bottom:.2rem}._paragraph_1qtge_55:last-of-type{margin-bottom:.3rem}body.dark ._aboutTitle_1qtge_28{color:#7c2b55}body.dark ._paragraph_1qtge_55{color:#e5e7eb}@media (max-width: 1200px){._aboutContent_1qtge_10{max-width:1000px}._aboutImage_1qtge_42{width:280px;height:370px}}@media (max-width: 768px){._aboutContent_1qtge_10{padding:0 1.5rem;max-width:100%}._aboutTitle_1qtge_28{font-size:2rem;margin-bottom:2.5rem}._aboutImage_1qtge_42{float:none;display:block;margin:0 auto 2rem;width:100%;max-width:300px;height:400px}._paragraph_1qtge_55{font-size:1.1rem;margin-bottom:1.5rem}._skillsSection_1qtge_18{padding:5rem;max-width:100%}}@media (max-width: 480px){._aboutContent_1qtge_10{padding:0 .5rem}._aboutTitle_1qtge_28{font-size:1.8rem;margin-bottom:2rem}._aboutImage_1qtge_42{max-width:250px;height:350px;margin-bottom:1.5rem}._paragraph_1qtge_55{font-size:1rem;margin-bottom:1.3rem}}._actionsRow_1qtge_153{display:flex;gap:2rem;margin-top:1.2rem;width:100%}._actionContainer_1qtge_160{flex:1 1 0;background:#f7f7fa;border-radius:1.2rem;box-shadow:0 4px 24px #7c2b5521,0 1.5px 8px #00000014;padding:1.2rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.8rem;min-width:0;width:100%}._actionText_1qtge_174{font-size:1rem;color:#374151;font-weight:500;text-align:center}._actionButton_1qtge_181{background:linear-gradient(90deg,#f5afb9,#7c2b55);color:#fff;border:none;border-radius:1.2rem;padding:.5rem 1.2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s;box-shadow:0 2px 8px #7c2b5514}._actionButton_1qtge_181:hover{background:linear-gradient(90deg,#7c2b55,#f5afb9);transform:translateY(-2px) scale(1.03)}body.dark ._actionContainer_1qtge_160{background:#23223a;box-shadow:0 2px 12px #f5afb914}body.dark ._actionText_1qtge_174{color:#e5e7eb}body.dark ._actionButton_1qtge_181{background:linear-gradient(90deg,#7c2b55,#f5afb9);color:#22223b}@media (max-width: 900px){._actionsRow_1qtge_153{flex-direction:column;gap:1.5rem;align-items:stretch}._actionContainer_1qtge_160{max-width:100%;width:100%}}._actionContainer_1qtge_160 button,._actionContainer_1qtge_160 ._btn_1qtge_226{border-radius:1.2rem!important;background:#f5afb9!important;color:#7c2b55!important;font-weight:700!important;border:none!important;transition:background .2s,color .2s}._actionContainer_1qtge_160 button:hover,._actionContainer_1qtge_160 ._btn_1qtge_226:hover{background:#7c2b55!important;color:#fff!important}body.dark ._actionContainer_1qtge_160 button,body.dark ._actionContainer_1qtge_160 ._btn_1qtge_226{background:#7c2b55!important;color:#fff!important;font-weight:700!important;border:none!important}body.dark ._actionContainer_1qtge_160 button:hover,body.dark ._actionContainer_1qtge_160 ._btn_1qtge_226:hover{background:#f5afb9!important;color:#7c2b55!important}._skillCard_g7tgo_1{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem .5rem;border-radius:12px;transition:all .3s ease;cursor:pointer}._skillCard_g7tgo_1:hover{transform:translateY(-3px);background:var(--bg-hover)}._skillIcon_g7tgo_17{width:62px;height:62px;display:flex;align-items:center;justify-content:center;margin-bottom:.55rem}._skillIcon_g7tgo_17 img{width:85%;height:85%;object-fit:contain}._skillIconChip_g7tgo_32{background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000001f}._skillIconChip_g7tgo_32 img{width:76%;height:76%}._skillTitle_g7tgo_43{font-size:.85rem;font-weight:500;color:var(--text-primary);margin:0;line-height:1.2}@media (max-width: 768px){._skillIcon_g7tgo_17{width:45px;height:45px}._skillTitle_g7tgo_43{font-size:.8rem}}@media (max-width: 480px){._skillIcon_g7tgo_17{width:40px;height:40px}._skillTitle_g7tgo_43{font-size:.75rem}}._skillsSection_17ryo_1{max-width:1600px;margin:0 auto;width:100%;padding:0 5rem}._skillsTitle_17ryo_8{text-align:center;font-size:2.5rem;font-weight:700;margin-top:4rem;margin-bottom:3rem;color:#f5afb9}body.dark ._skillsTitle_17ryo_8{color:#7c2b55}._foldersGrid_17ryo_22{display:grid;grid-template-columns:repeat(5,1fr);gap:2.5rem 2rem;justify-items:center}._folderItem_17ryo_29{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:240px}._folder_17ryo_22{width:100%;aspect-ratio:1;border:none;border-radius:20%;padding:16px;cursor:pointer;background:#f5afb92e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 6px 20px #00000014,inset 0 0 0 1px #ffffff59;transition:box-shadow .2s ease}._folder_17ryo_22:hover{box-shadow:0 16px 34px #00000029,inset 0 0 0 1px #ffffff8c}body.dark ._folder_17ryo_22{background:#7c2b5547;box-shadow:0 6px 20px #0000004d,inset 0 0 0 1px #ffffff14}._folderPreview_17ryo_60{width:100%;height:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:8px}._previewIcon_17ryo_69{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:6px}._previewIcon_17ryo_69 img{width:68%;height:68%;object-fit:contain}._previewIconChip_17ryo_83{background:#fff}._previewIconChip_17ryo_83 img{width:58%;height:58%}._folderLabel_17ryo_92{font-size:1.15rem;font-weight:700;color:var(--text-primary);text-align:center;line-height:1.25;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;justify-content:center}._backdrop_17ryo_106{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._expandedFolder_17ryo_118{width:min(760px,100%);max-height:85vh;overflow-y:auto;border-radius:28px;padding:1.75rem;background:#fff;box-shadow:0 24px 60px #00000047}body.dark ._expandedFolder_17ryo_118{background:#23223a}._expandedHeader_17ryo_132{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}._expandedHeader_17ryo_132 h3{margin:0;font-size:1.4rem;font-weight:700;color:var(--text-primary)}._closeBtn_17ryo_146{width:36px;height:36px;border:none;border-radius:50%;font-size:1.4rem;line-height:1;cursor:pointer;color:var(--text-primary);background:#0000000f;transition:background .2s ease}._closeBtn_17ryo_146:hover{background:#0000001f}body.dark ._closeBtn_17ryo_146{background:#ffffff1a}._expandedGrid_17ryo_167{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem;align-items:start}._skillIcon_17ryo_174{width:90px;height:90px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}._skillIcon_17ryo_174 img{width:100%;height:100%;object-fit:contain;border-radius:8px}@media (max-width: 1024px){._skillsSection_17ryo_1{padding:0 2rem}._foldersGrid_17ryo_22{grid-template-columns:repeat(3,1fr)}._expandedGrid_17ryo_167{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){._skillsSection_17ryo_1{padding:2rem 1rem}._skillsTitle_17ryo_8{margin-top:2.5rem;font-size:2rem;margin-bottom:2rem}._foldersGrid_17ryo_22{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}._folderLabel_17ryo_92{font-size:1rem}._expandedGrid_17ryo_167{grid-template-columns:repeat(3,1fr)}}@media (max-width: 480px){._foldersGrid_17ryo_22{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}._expandedFolder_17ryo_118{padding:1.25rem}._expandedGrid_17ryo_167{grid-template-columns:repeat(3,1fr);gap:.8rem}}._eduContainer_1w6sk_1{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;background:none;padding:2rem 0}._eduContent_1w6sk_10{max-width:700px;width:100%;margin:0 auto;padding:0;display:flex;flex-direction:column}._eduTitle_1w6sk_19{font-size:2.2rem;font-weight:700;color:#f5afb9;margin-bottom:3.5rem;text-align:left;background:none}._timeline_1w6sk_28{list-style:none;margin:0;padding:0;position:relative}._timeline_1w6sk_28:before{content:"";position:absolute;left:8px;top:0;width:2.5px;height:100%;background:#f5afb9;z-index:0}._timelineItem_1w6sk_46{display:flex;align-items:center;position:relative;margin-bottom:4.5rem}._timelineDot_1w6sk_53{min-width:18px;min-height:18px;width:18px;height:18px;border-radius:50%;background:#f5afb9;border:3px solid #F5AFB9;margin-right:1.5rem;z-index:1;align-self:center}._timelineCard_1w6sk_66{background:#fff;border-radius:1.2rem;box-shadow:0 2px 12px #0000000a;padding:1.2rem 1.5rem;width:100%;position:relative;z-index:10;transition:transform .2s ease,box-shadow .2s ease}._timelineCard_1w6sk_66:hover{transform:translateY(-3px);box-shadow:0 8px 24px #f5afb940}._timelineDegree_1w6sk_82{font-size:1.15rem;font-weight:700;color:#f5afb9;margin-bottom:.2rem;display:flex;align-items:center}._timelineInst_1w6sk_90{font-size:1rem;color:#a8b371;font-weight:600;margin-bottom:.1rem}._timelinePeriod_1w6sk_96{font-size:.98rem;color:#4b5563;margin-bottom:.2rem;display:flex;align-items:center}._timelineDetail_1w6sk_103{font-size:.98rem;color:#1f2937;margin-top:.2rem}body.dark ._eduTitle_1w6sk_19{color:#7c2b55}body.dark ._timelineCard_1w6sk_66{background:#23223a;box-shadow:0 2px 12px #f5afb914;color:#f9fafb}body.dark ._timelineCard_1w6sk_66:hover{box-shadow:0 8px 24px #f5afb940}body.dark ._timelineDegree_1w6sk_82{color:#7c2b55}body.dark ._timelineInst_1w6sk_90{color:#a8b371}body.dark ._timelineDetail_1w6sk_103{color:#f9fafb}body.dark ._timelineDot_1w6sk_53{background:#7c2b55;border:3px solid #7c2b55}body.dark ._timeline_1w6sk_28:before{background:#7c2b55}._cursosContainer_1w6sk_138{margin-top:2.5rem;width:100%}._cursosTitle_1w6sk_143{font-size:2.2rem;font-weight:700;color:#f5afb9;margin-bottom:1.2rem;text-align:left}._cursosList_1w6sk_151{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.2rem}._cursoItem_1w6sk_160{background:#fff;border-radius:1.2rem;box-shadow:0 2px 12px #0000000a;padding:1.2rem 1.5rem;width:100%;display:flex;flex-direction:column;gap:.5rem;transition:box-shadow .18s}body.dark ._cursoItem_1w6sk_160{background:#23223a;border-radius:1.2rem;box-shadow:0 2px 12px #f5afb914;padding:1.2rem 1.5rem;width:100%}._cursoHeader_1w6sk_180{display:flex;align-items:center;gap:.7rem}._cursoIcon_1w6sk_186{display:flex;align-items:center;margin-right:.3rem}._cursoTitulo_1w6sk_192{font-size:1.08rem;font-weight:700;color:#f5afb9}._cursoInfoDetails_1w6sk_198{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;margin-left:2.2rem;margin-top:.1rem}._cursoInstitucion_1w6sk_207{font-size:1rem;color:#a8b371;font-weight:600}._cursoFecha_1w6sk_213{font-size:.98rem;color:#4b5563}._cursoExpandBtn_1w6sk_218{display:inline-flex;align-items:center;color:#7c2b55;font-size:1.1rem;margin-left:auto;transition:color .18s}._cursoClickable_1w6sk_227{cursor:pointer}._cursoClickable_1w6sk_227:focus-visible{outline:2px solid #F5AFB9;outline-offset:2px}._cursoClickable_1w6sk_227:hover ._cursoExpandBtn_1w6sk_218{color:#f5afb9}._cursoDescripcionWrap_1w6sk_240{overflow:hidden}._cursoDescripcion_1w6sk_240{font-size:.98rem;color:#1f2937;margin-top:.2rem;padding-left:2.2rem;white-space:pre-line;line-height:1.6}body.dark ._cursosTitle_1w6sk_143,body.dark ._cursoTitulo_1w6sk_192{color:#7c2b55}body.dark ._cursoDescripcion_1w6sk_240{color:#f9fafb}body.dark ._cursoExpandBtn_1w6sk_218{color:#f5afb9}body.dark ._cursoExpandBtn_1w6sk_218:hover{color:#7c2b55}._cursoInfoRow_1w6sk_269{display:flex;align-items:center;gap:.2rem}._cursoInfo_1w6sk_198{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}._educacionSection_1w6sk_282{width:100%;margin-bottom:2.8rem}._cursosSection_1w6sk_287{width:100%}@media (max-width: 600px){._eduContent_1w6sk_10{padding:0}._eduTitle_1w6sk_19{font-size:1.4rem}._timelineCard_1w6sk_66{padding:.7rem .5rem}._timelineItem_1w6sk_46{margin-bottom:1.2rem}}._proyectosContainer_1rvti_1{min-height:100vh;padding:4rem 2rem}._proyectosContent_1rvti_6{max-width:1600px;margin:0 auto}._proyectosTitle_1rvti_11{font-size:2.7rem;font-weight:700;color:#374151;margin-bottom:1rem;text-align:center}._proyectosDesc_1rvti_19{font-size:1.25rem;color:#6b7280;max-width:700px;margin:0 auto;text-align:center}body.dark ._proyectosTitle_1rvti_11,body.dark ._proyectosDesc_1rvti_19{color:#f3f4f6}._blogContainer_b0mm9_1{min-height:100vh;padding:4rem 2rem}._blogContent_b0mm9_6{max-width:1600px;margin:0 auto;padding:0 5rem}._blogHeader_b0mm9_12{text-align:center;margin-bottom:3rem}._blogTitle_b0mm9_17{font-size:2.7rem;font-weight:700;color:#374151;margin-bottom:1rem}._blogDesc_b0mm9_24{font-size:1.25rem;color:#6b7280;max-width:700px;margin:0 auto}._blogCategories_b0mm9_31{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem;margin-bottom:2.5rem}._blogCategoryBtn_b0mm9_39{padding:.5rem 1.2rem;border-radius:.8rem;border:1.5px solid #d1d5db;background:#fff;color:#374151;font-size:1rem;cursor:pointer;transition:all .2s}._blogCategoryBtn_b0mm9_39:hover,._blogCategoryBtn_b0mm9_39._active_b0mm9_49{background:#e0e7ff;border-color:#6366f1;color:#3730a3}._blogGrid_b0mm9_55{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem}._blogCard_b0mm9_61{background:#fff;border-radius:1.2rem;box-shadow:0 4px 24px #3c3c7814;overflow:hidden;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column;position:relative}._blogCard_b0mm9_61:hover{box-shadow:0 8px 32px #3c3c7826;transform:translateY(-4px) scale(1.01)}._blogCardImgWrap_b0mm9_76{position:relative}._blogCardImg_b0mm9_76{width:100%;height:210px;object-fit:cover;display:block}._blogCardBadge_b0mm9_87{position:absolute;top:1rem;left:1rem;background:#6366f1;color:#fff;font-size:.85rem;border-radius:1rem;padding:.3rem 1rem;font-weight:500}._blogCardTime_b0mm9_99{position:absolute;top:1rem;right:1rem;background:#374151;color:#fff;font-size:.85rem;border-radius:1rem;padding:.3rem 1rem;font-weight:500}._blogCardBody_b0mm9_111{padding:2rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}._blogCardMeta_b0mm9_118{display:flex;align-items:center;font-size:.95rem;color:#6b7280;margin-bottom:.7rem;gap:.7rem}._blogCardTitle_b0mm9_127{font-size:1.3rem;font-weight:600;color:#22223b;margin-bottom:.7rem;transition:color .2s;cursor:pointer}._blogCardTitle_b0mm9_127:hover{color:#6366f1}._blogCardExtract_b0mm9_139{color:#4b5563;font-size:1.05rem;margin-bottom:1.2rem;line-height:1.6}._blogCardTags_b0mm9_146{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem}._blogCardTag_b0mm9_146{background:#f3f4f6;color:#6366f1;font-size:.9rem;border-radius:.7rem;padding:.2rem .8rem}._blogCardBtn_b0mm9_161{color:#6366f1;font-weight:500;background:none;border:none;font-size:1rem;cursor:pointer;align-self:flex-start;transition:color .2s;padding:0}._blogCardBtn_b0mm9_161:hover{color:#3730a3;text-decoration:underline}._newsletter_b0mm9_178{margin-top:4rem;background:linear-gradient(90deg,#6366f1,#a78bfa);border-radius:1.2rem;padding:3rem 2rem;color:#fff;text-align:center}._newsletterTitle_b0mm9_186{font-size:2rem;font-weight:700;margin-bottom:1rem}._newsletterDesc_b0mm9_191{font-size:1.1rem;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}._newsletterForm_b0mm9_198{display:flex;max-width:400px;margin:0 auto;gap:1rem}._newsletterInput_b0mm9_204{flex:1;padding:.7rem 1rem;border-radius:.7rem;border:none;font-size:1rem;color:#22223b}._newsletterBtn_b0mm9_212{padding:.7rem 1.5rem;border-radius:.7rem;background:#fff;color:#6366f1;font-weight:600;border:none;font-size:1rem;cursor:pointer;transition:background .2s,color .2s}._newsletterBtn_b0mm9_212:hover{background:#f3f4f6;color:#3730a3}@media (max-width: 900px){._blogGrid_b0mm9_55{grid-template-columns:1fr 1fr}}@media (max-width: 600px){._blogGrid_b0mm9_55{grid-template-columns:1fr}._blogContainer_b0mm9_1{padding:2rem .5rem}._blogCardBody_b0mm9_111{padding:1.2rem .7rem 1rem}._newsletter_b0mm9_178{padding:2rem .5rem}}body.dark ._blogTitle_b0mm9_17,body.dark ._blogDesc_b0mm9_24{color:#f3f4f6}:root{--color-title-light: #F5AFB9;--color-title-dark: #7c2b55;--color-text-light: #374151;--color-text-dark: #E5E7EB;--color-accent: #A8B371}._contactWrapper_s4fae_10{min-height:100vh;padding:.5rem}._contactContainer_s4fae_15{max-width:1100px;margin:0 auto}._headerSection_s4fae_20{text-align:center;margin-bottom:3rem}._contactTitle_s4fae_25{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--color-title-light)}body.dark ._contactTitle_s4fae_25{color:var(--color-title-dark)}._contactSubtitle_s4fae_36{font-size:1.25rem;color:var(--color-text-light);margin:0 auto}body.dark ._contactSubtitle_s4fae_36{color:var(--color-text-dark)}._formSection_s4fae_46{max-width:800px;margin:0 auto 3rem;background:#fff;border-radius:1rem;box-shadow:0 2px 16px #00000012;padding:2.5rem;position:relative;transition:background .3s}body.dark ._formSection_s4fae_46{background:#23202b}._formTitle_s4fae_62{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-title-light)}body.dark ._formTitle_s4fae_62{color:var(--color-title-dark)}._form_s4fae_46{display:flex;flex-direction:column;gap:1.5rem}._formRow_s4fae_77{display:flex;gap:1.5rem}@media (max-width: 600px){._formRow_s4fae_77{flex-direction:column;gap:1rem}}._formGroup_s4fae_87{flex:1;display:flex;flex-direction:column}._label_s4fae_92{font-size:1rem;font-weight:500;margin-bottom:.5rem;color:var(--color-text-light)}body.dark ._label_s4fae_92{color:var(--color-text-dark)}._input_s4fae_101,._textarea_s4fae_101{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:1rem;background:#f9fafb;color:var(--color-text-light);transition:border .2s,background .2s}._input_s4fae_101:focus,._textarea_s4fae_101:focus{border-color:var(--color-title-light);outline:none}body.dark ._input_s4fae_101,body.dark ._textarea_s4fae_101{background:#181824;color:var(--color-text-dark);border:1px solid #23202b}body.dark ._input_s4fae_101:focus,body.dark ._textarea_s4fae_101:focus{border-color:var(--color-title-dark)}._textarea_s4fae_101{resize:none;font-family:inherit!important}._submitButton_s4fae_126{width:100%;background:var(--color-title-light);color:#fff;padding:1rem;border:none;border-radius:.5rem;font-weight:600;font-size:1.1rem;cursor:pointer;transition:background .2s}._submitButton_s4fae_126:hover{background:var(--color-accent)}body.dark ._submitButton_s4fae_126{background:var(--color-title-dark)}body.dark ._submitButton_s4fae_126:hover{background:var(--color-accent)}._buttonsSection_s4fae_148{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:4rem;flex-wrap:wrap}@media (max-width: 768px){._buttonsSection_s4fae_148{flex-direction:column;gap:1rem}}._homeButtonsRow_s4fae_165{display:flex;flex-wrap:nowrap;gap:1.2rem;justify-content:center;align-items:center;margin-bottom:1.2rem}._homeButtonUniform_s4fae_174{width:44px;height:44px;min-width:44px;max-width:44px;padding:0;font-size:1.1rem;border-radius:1.2rem!important;display:flex;align-items:center;justify-content:center;box-sizing:border-box;transition:background .18s,color .18s,box-shadow .18s;gap:0}._homeButton_s4fae_165{border-radius:1.2rem!important;display:flex;align-items:center;justify-content:center;padding:0;position:relative}._homeButton_s4fae_165:hover,body.dark ._homeButton_s4fae_165:hover{background:var(--color-accent)}._iconButton_s4fae_206{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:1.2rem;font-weight:600;text-decoration:none;transition:all .2s;border:none;cursor:pointer;background:#a8b371;color:#e5e7eb}._iconButton_s4fae_206 svg{width:1.5rem;height:1.5rem;fill:currentColor;color:inherit}._iconButton_s4fae_206:hover{background:#f5afb9;color:#374151}._iconButton_s4fae_206:hover svg{color:inherit}body.dark ._iconButton_s4fae_206{background:#a8b371;color:#e5e7eb}body.dark ._iconButton_s4fae_206 svg{color:inherit}body.dark ._iconButton_s4fae_206:hover{background:#7c2b55;color:#e5e7eb}body.dark ._iconButton_s4fae_206:hover svg{color:inherit}._cvAccent_s4fae_249{min-width:200px;padding:0 2rem;height:44px;display:flex;align-items:center;justify-content:center;border-radius:1.2rem!important}body.dark ._cvAccent_s4fae_249,._cvAccent_s4fae_249:hover{background:#7c2b55!important;color:#fff!important}body.dark ._cvAccent_s4fae_249:hover{background:#f5afb9!important;color:#7c2b55!important}._whyMeSection_s4fae_272{margin-top:4rem}._sectionTitle_s4fae_275{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--color-title-light)}body.dark ._sectionTitle_s4fae_275{color:var(--color-title-dark)}._whyMeGrid_s4fae_285{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}._whyMeItem_s4fae_290{background:#fff;border-radius:1rem;box-shadow:0 2px 12px #0000000f;padding:1.5rem;text-align:center;transition:background .3s;position:relative}body.dark ._whyMeItem_s4fae_290{background:#23202b}._whyMeTitle_s4fae_302{font-size:1.1rem;font-weight:600;color:var(--color-accent);margin-bottom:.5rem}._whyMeText_s4fae_308{color:var(--color-text-light)}body.dark ._whyMeText_s4fae_308{color:var(--color-text-dark)}._methodologySection_s4fae_315{max-width:800px;margin:3rem auto;background:#fff;border-radius:1rem;box-shadow:0 2px 16px #00000012;padding:2.5rem;position:relative;transition:background .3s}body.dark ._methodologySection_s4fae_315{background:#181824}._methodologyList_s4fae_328{list-style:none;padding:0}._methodologyStep_s4fae_332{color:var(--color-accent);font-weight:700;margin-right:.5rem}._methodologyList_s4fae_328 li{font-size:1.1rem;color:var(--color-text-light);margin-bottom:1.2rem;display:flex;align-items:flex-start}body.dark ._methodologyList_s4fae_328 li{color:var(--color-text-dark)}._methodologyHeader_s4fae_348{display:flex;align-items:center;gap:.7rem;margin-bottom:.2rem}._methodologyTitle_s4fae_355{font-weight:700;color:#a8b371;font-size:1.13rem;letter-spacing:.01em}body.dark ._methodologyTitle_s4fae_355{color:#a8b371}._methodologyText_s4fae_365{color:#374151;font-size:1.05rem;line-height:1.7;margin-bottom:1.2rem;margin-left:2.1rem;text-align:left}body.dark ._methodologyText_s4fae_365{color:#e5e7eb}._methodologyStep_s4fae_332{color:#a8b371;font-weight:700;font-size:1.13rem;margin-right:.2rem;min-width:1.7rem;text-align:left}._methodologyList_s4fae_328>div{margin-bottom:2.1rem}._methodologyList_s4fae_328>div>div:first-child{display:flex;align-items:center;margin-bottom:.2rem;justify-content:flex-start;text-align:left}._modalOverlay_s4fae_398{position:fixed;inset:0;background:#1e202661;z-index:1000;display:flex;align-items:center;justify-content:center}._emailModal_s4fae_408{background:#fff;border-radius:1.2rem;box-shadow:0 8px 32px #0000002e;padding:2.2rem 2.2rem 1.7rem;min-width:320px;max-width:90vw;position:relative;display:flex;flex-direction:column;align-items:center;animation:_modalIn_s4fae_1 .18s cubic-bezier(.4,1.6,.6,1) both}@keyframes _modalIn_s4fae_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._emailTitle_s4fae_427{font-size:1.08rem;font-weight:700;margin-bottom:1.1rem;color:#1f2937;letter-spacing:.01em}._emailRow_s4fae_435{display:flex;align-items:center;gap:.7rem;margin-bottom:1.2rem}._emailText_s4fae_442{font-size:1.15rem;font-weight:600;color:#1f2937;background:#f6f6f8;border-radius:.5rem;padding:.35rem .8rem;-webkit-user-select:all;user-select:all}._copyBtn_s4fae_452{background:none;border:none;cursor:pointer;padding:.2rem;border-radius:.4rem;transition:background .15s;display:flex;align-items:center}._copyBtn_s4fae_452:hover{background:#f5afb9}._copiedMsg_s4fae_466{color:#a8b371;font-size:.98rem;margin-left:.3rem;font-weight:500;transition:opacity .2s}._sendEmailBtn_s4fae_474{margin-top:.7rem;background:#a8b371;color:#fff;font-weight:600;border:none;border-radius:.7rem;padding:.7rem 1.5rem;font-size:1.08rem;cursor:pointer;text-decoration:none;transition:background .18s;box-shadow:0 2px 8px #a4b3711a;display:inline-block}._sendEmailBtn_s4fae_474:hover{background:#f471b5;color:#fff}._closeModalBtn_s4fae_494{position:absolute;top:.7rem;right:1.1rem;background:none;border:none;font-size:2rem;color:#a8b371;cursor:pointer;line-height:1;padding:0;transition:color .18s}._closeModalBtn_s4fae_494:hover{color:#f471b5}@media (max-width: 500px){._emailModal_s4fae_408{min-width:0;width:95vw;padding:1.2rem .5rem}._emailText_s4fae_442{font-size:1rem;padding:.25rem .5rem}._sendEmailBtn_s4fae_474{width:100%;padding:.7rem 0}}._faqsSection_s4fae_527{margin:2rem 6rem;text-align:left}._faqItem_s4fae_532{margin:2rem auto;background:#fff;border-radius:1rem;box-shadow:0 2px 16px #00000012;padding:1rem;position:relative}body.dark ._faqItem_s4fae_532{background:#23202b}._faqQuestion_s4fae_545{width:100%;background:none;border:none;outline:none;font-size:1.08rem;font-weight:600;color:#7c2b55;padding:1rem 1.2rem;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;border-radius:.7rem;transition:background .15s,color .15s}body.dark ._faqQuestion_s4fae_545{color:#f5afb9}body.dark ._faqQuestion_s4fae_545:hover{background:#7c2b55;color:#fff}._faqArrow_s4fae_571{font-size:1.1rem;margin-left:.7rem;color:#a8b371}._faqAnswer_s4fae_577{padding:0 1.2rem 1rem;color:#374151;font-size:1.02rem;line-height:1.6;animation:_fadeIn_s4fae_1 .2s}body.dark ._faqAnswer_s4fae_577{color:#e5e7eb}._particlesBg_18jp0_1{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none}._footer_wfcrl_1{margin-top:4rem;padding:1.5rem 1rem;text-align:center;font-size:.9rem;color:#6b7280;border-top:1px solid #e5e7eb}._footerLine_wfcrl_10{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.25rem .4rem}._footerMade_wfcrl_18{display:inline-flex;align-items:center;gap:.3rem;white-space:nowrap}._footerName_wfcrl_25{white-space:nowrap}._heartIcon_wfcrl_29{color:#f5afb9;flex-shrink:0}body.dark ._footer_wfcrl_1{color:#9ca3af;border-top-color:#ffffff14}@media (max-width: 480px){._footer_wfcrl_1{margin-top:3rem;padding:1.25rem 1rem;font-size:.85rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.transition-all{transition:all .3s ease}.hover-lift{transition:transform .2s ease,box-shadow .2s ease}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.gradient-blue{background:linear-gradient(135deg,#667eea,#764ba2)}.gradient-purple{background:linear-gradient(135deg,#f093fb,#f5576c)}.gradient-green{background:linear-gradient(135deg,#4facfe,#00f2fe)}.shadow-soft{box-shadow:0 2px 15px #00000014}.shadow-medium{box-shadow:0 4px 25px #0000001a}.shadow-strong{box-shadow:0 8px 35px #00000026}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.space-y-8>*+*{margin-top:2rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-4>*+*{margin-top:1rem}@media (max-width: 768px){.container{padding-left:1rem;padding-right:1rem}}.focus-ring:focus{outline:none;ring:2px;ring-color:#3b82f6;ring-offset:2px}.loading{opacity:.7;pointer-events:none}.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #f3f3f3;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text-gradient{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{@apply bg-blue-600 text-white px-6 py-3 rounded-lg font-medium hover:bg-blue-700 transition-colors focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2;}.btn-secondary{@apply border border-blue-600 text-blue-600 px-6 py-3 rounded-lg font-medium hover:bg-blue-50 transition-colors focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2;}.btn-ghost{@apply text-gray-700 px-6 py-3 rounded-lg font-medium hover:bg-gray-100 transition-colors focus:outline-none focus:ring-2 focus:ring-gray-500 focus:ring-offset-2;}.main-content{margin-left:116px}@media (max-width: 1024px){.main-content{margin-left:0}}
