:root{--primary-color:#0ea5e9;--primary-dark:#0284c7;--primary-light:#38bdf8;--secondary-color:#10b981;--secondary-dark:#059669;--secondary-light:#34d399;--accent-color:#f59e0b;--accent-gold:#fbbf24;--primary-green:#2d6a4f;--success-color:#22c55e;--success-bg:#f0fdf4;--success-light:#4ade80;--success-muted:#86efac;--danger-color:#ef4444;--danger-bg:#fef2f2;--danger-light:#f87171;--danger-muted:#fca5a5;--warning-color:#f59e0b;--warning-bg:#fffbeb;--warning-light:#fbbf24;--info-color:#0ea5e9;--info-bg:rgba(14, 165, 233, 0.1);--background-color:#080808;--nav-foot-bg-color:#111;--card-bg:rgba(255, 255, 255, 0.03);--card-bg-hover:rgba(255, 255, 255, 0.05);--bg-light:#f8fafc;--bg-white:#fff;--text-color:#e2eaf1;--text-muted:#a0aec0;--text-light:#64748b;--text-dim:#718096;--text-dark:#1e293b;--text-medium:#475569;--nav-foot-text-color:#e2eaf1;--white:#fff;--border-color:rgba(255, 255, 255, 0.1);--card-border:rgba(255, 255, 255, 0.08);--border-light:rgba(255, 255, 255, 0.05);--box-shadow-color:rgba(243, 139, 3, 0.8);--left_section_description_ol_color:#2d92d2;--gradient-primary:linear-gradient(135deg, #0ea5e9 0%, #10b981 100%);--gradient-primary-soft:linear-gradient(
    135deg,
    rgba(14, 165, 233, 0.15) 0%,
    rgba(16, 185, 129, 0.15) 100%);--gradient-primary-hover:linear-gradient(135deg, #0284c7 0%, #059669 100%);--accent-gradient:linear-gradient(135deg, var(--primary-color), #a855f7);--shadow-sm:0 1px 2px rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);--shadow-glow:0 0 20px rgba(14, 165, 233, 0.3);--shadow-glow-strong:0 0 40px rgba(14, 165, 233, 0.4);--radius-sm:6px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition:all 0.3s ease;--transition-fast:0.15s ease;--transition-base:0.3s ease;--transition-slow:0.5s ease;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--z-dropdown:100;--z-sticky:500;--z-fixed:1000;--z-modal:10000;--z-tooltip:99999;--header-height:70px;--max-width:1200px;--article-max-width:800px;}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;}body{font-family:Roboto,
    -apple-system,
    BlinkMacSystemFont,
    Roboto,
    Oxygen,
    Ubuntu,sans-serif;background-color:var(--background-color);color:var(--text-color);max-width:100%;line-height:1.3;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}a{text-decoration:none;color:var(--text-color);font-size:1rem;font-weight:500;text-transform:capitalize;}img{max-width:100%;height:auto;display:block;}img[loading="lazy"]{aspect-ratio:auto;}:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px;}:focus:not(:focus-visible){outline:none;}::selection{background:rgb(14 165 233 / 0.3);color:var(--text-color);}::-moz-selection{background:rgb(14 165 233 / 0.3);color:var(--text-color);}.header{position:fixed;width:100%;min-height:70px;background-color:var(--nav-foot-bg-color);top:0;z-index:99999;border-bottom:1px solid rgb(255 255 255/0.05);}.nav{display:flex;justify-content:space-between;align-items:center;min-height:70px;}.logo{font-size:1rem;color:var(--primary-color);padding-left:20px;}.logo img{max-width:100%;max-height:60px;width:auto;height:auto;display:block;border-radius:10px;object-fit:contain;}.hamburger{display:flex;flex-direction:column;justify-content:space-between;width:50px;height:24px;padding-right:20px;cursor:pointer;z-index:1001;background:none;border:none;}.hamburger .line{height:4px;width:30px;background-color:var(--text-color);border-radius:2px;transition:all 0.3s ease-in-out;}.hamburger.active .line:nth-child(1){transform:translateY(10px) rotate(45deg);}.hamburger.active .line:nth-child(2){opacity:0;}.hamburger.active .line:nth-child(3){transform:translateY(-10px) rotate(-45deg);}.nav__link{position:fixed;top:70px;left:50%;transform:translateX(-50%);width:100%;background-color:var(--background-color);z-index:1000;padding:10px 15px;border-bottom:1px solid rgb(255 255 255/0.1);}.nav__link a{display:block;text-align:center;padding:10px 0;font-weight:500;}.nav__link a:focus,.nav__link a:hover{background-color:var(--box-shadow-color);border-radius:10px;margin:0 5px;}.hide{display:none;}@media screen and (min-width:600px){.nav{background-color:var(--nav-foot-bg-color);display:flex;align-items:center;padding:10px 30px;}.nav__link{display:flex;align-items:center;position:static;width:auto;margin-right:20px;background:none;transform:none;left:auto;top:auto;gap:5px;border-bottom:none;padding:0;}.nav__link a{display:inline-block;padding:10px 16px;}.nav__link a:focus,.nav__link a:hover{background-color:var(--box-shadow-color);border-radius:10px;margin:0;}.hamburger{display:none;}}.heading-h1{color:var(--text-color);text-align:center;font-size:2rem;margin:0 auto;padding:0 16px;}@media screen and (min-width:600px){.heading-h1{font-size:2.5rem;}}@media screen and (min-width:1024px){.heading-h1{font-size:3rem;}}.main-head-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:20px 0;margin:auto;width:100%;}.heading-h1{color:var(--text-color);text-align:center;font-size:clamp(1.8rem, 5vw, 3rem);margin:0 auto;padding:0 16px;line-height:1.3;}.container{max-width:1200px;margin:0 auto;padding:1rem;}.grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding-top:5rem;}@media (min-width:768px){.grid{grid-template-columns:1fr 1fr;}}.left-section{padding:20px;border-radius:12px;box-shadow:0 4px 30px rgba(0, 0, 0, 0.15);border:1px solid rgba(255, 255, 255, 0.2);color:var(--text-color);text-align:justify;order:0;font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;}.left-section h1{font-size:2rem;color:var(--text-color);margin-bottom:15px;font-weight:bold;text-align:center;}.left-section p{font-size:1rem;color:var(--text-color);margin-bottom:20px;line-height:1.6;}.left-section p strong{font-weight:bold;color:#27ae60;}.left-section ol{font-size:1rem;padding-left:20px;list-style-type:decimal;}.left-section ol li{margin-bottom:15px;color:var(--text-color);line-height:1.5;}.left-section ol li strong{color:var(--left_section_description_ol_color);}.left-section .last-para{font-size:0.95rem;}@media screen and (max-width:768px){.left-section{padding:15px;}.left-section h1{font-size:1.6rem;}.left-section p{font-size:1rem;}.left-section ol{font-size:1rem;}.left-section ol li{margin-bottom:12px;}.left-section ol li strong{color:var(--left_section_description_ol_color);}.left-section .last-para{font-size:0.95rem;}}@media screen and (max-width:480px){.left-section{padding:10px;}.left-section h1{font-size:1.4rem;}.left-section p{font-size:1rem;}.left-section ol{font-size:1rem;}.left-section ol li{margin-bottom:10px;}.left-section .last-para{font-size:0.95rem;}}.right-section{padding:1rem;order:1;font-size:1rem;}.form-section{padding:0 1rem;}#result{border:none;outline:none;cursor:not-allowed;font-size:1rem;font-weight:bold;text-align:center;padding:14px 16px;border-radius:8px;}input[readonly]{border:none;outline:none;cursor:not-allowed;font-size:1rem;}.input-field{width:100%;padding:10px 16px;background-color:#2d2d2d;border:1px solid #444;border-radius:8px;color:#fff;font-size:1rem;margin-bottom:0.5rem;}.input-field::placeholder{color:#ccc;text-align:center;}.input-label{font-size:1rem;margin-bottom:0.3rem;display:block;}.input-container{flex:1;}.error-message{font-size:0.875rem;color:#f87171;margin-top:0.5rem;}.flex{display:flex;gap:1rem;}.mb-3{margin-bottom:0.7rem;}.button-container{display:flex;gap:1rem;}.submit-button{background-color:#28a745;color:#fff;padding:0.75rem;border:none;border-radius:8px;cursor:pointer;width:100%;}.submit-button:hover{opacity:0.9;}.reset-button{background-color:#007bff;color:#fff;padding:0.75rem;border:none;border-radius:8px;cursor:pointer;width:100%;}.reset-button:hover{opacity:0.9;}@media (max-width:768px){.flex{flex-direction:column;}.left-section{order:2;}.form-section{order:1;}.mb-3{margin-bottom:0.5rem;}}.trust-strip{margin-top:var(--space-2xl);margin-bottom:var(--space-md);padding:var(--space-md) var(--space-lg);background:linear-gradient(
    135deg,
    rgba(14, 165, 233, 0.08) 0%,
    rgba(16, 185, 129, 0.08) 50%,
    rgba(139, 92, 246, 0.08) 100%);border:1px solid rgba(14, 165, 233, 0.15);border-radius:var(--radius-lg);position:relative;overflow:hidden;}.trust-strip::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(
    90deg,
    var(--primary-color) 0%,
    var(--secondary-color) 50%,
    #a855f7 100%);background-size:200% 100%;animation:gradientFlow 3s ease infinite;}@keyframes gradientFlow{0%{background-position:0% 50%;}50%{background-position:100% 50%;}100%{background-position:0% 50%;}}.trust-strip::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:80%;height:100%;background:radial-gradient(
    ellipse at center,
    rgba(14, 165, 233, 0.05) 0%,
    transparent 70%);pointer-events:none;}.trust-strip__content{display:flex;align-items:center;justify-content:center;gap:var(--space-md);position:relative;z-index:1;}.trust-strip__icon{flex-shrink:0;width:48px;height:48px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 15px rgba(14, 165, 233, 0.3),0 0 0 4px rgba(14, 165, 233, 0.1);}.trust-strip__icon svg{width:24px;height:24px;}.trust-strip p{margin:0;font-size:1.05rem;line-height:1.6;color:#cbd5e1;text-align:center;}.trust-strip p strong{color:#5eead4;font-weight:600;position:relative;}.trust-strip p strong::after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1px;background:currentColor;opacity:0.3;}@media (max-width:768px){.trust-strip{margin-top:var(--space-xl);padding:var(--space-md);}.trust-strip__content{flex-direction:column;gap:var(--space-sm);}.trust-strip__icon{width:42px;height:42px;}.trust-strip__icon svg{width:20px;height:20px;}.trust-strip p{font-size:0.95rem;}}@media (max-width:480px){.trust-strip{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);}.trust-strip__icon{width:38px;height:38px;box-shadow:0 2px 10px rgba(14, 165, 233, 0.25),0 0 0 3px rgba(14, 165, 233, 0.1);}.trust-strip__icon svg{width:18px;height:18px;}.trust-strip p{font-size:0.9rem;line-height:1.5;}.trust-strip p strong::after{display:none;}}@media (prefers-reduced-motion:reduce){.trust-strip::before{animation:none;background-position:0% 50%;}}@media (prefers-contrast:high){.trust-strip{border-width:2px;border-color:var(--primary-color);}.trust-strip p{color:var(--text-color);}.trust-strip p strong{color:#fff;text-decoration:underline;}.trust-strip p strong::after{display:none;}}.seo-content{margin-top:var(--space-2xl);padding:var(--space-xl) 0;}.content-block{background:linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(255, 255, 255, 0.01) 100%);border:1px solid rgba(255, 255, 255, 0.08);border-radius:var(--radius-lg);padding:var(--space-xl);margin-bottom:var(--space-lg);position:relative;overflow:hidden;transition:var(--transition);}.content-block::before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--gradient-primary);opacity:0;transition:opacity var(--transition-base);}.content-block:hover{border-color:rgba(14, 165, 233, 0.2);transform:translateY(-2px);box-shadow:0 8px 32px rgba(0, 0, 0, 0.3);}.content-block:hover::before{opacity:1;}.content-block h2, .content-block h2 a{font-size:clamp(1.5rem, 3vw, 1.875rem);font-weight:700;color:var(--text-color);margin-bottom:var(--space-lg);line-height:1.3;position:relative;padding-bottom:var(--space-md);}.content-block h2::after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--gradient-primary);border-radius:var(--radius-full);}.content-block p{font-size:1rem;line-height:1.8;color:#c8d1dc;margin-bottom:var(--space-md);}.content-block p:last-child{margin-bottom:0;}.content-block p strong{color:#5eead4;font-weight:600;}.pr-stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:var(--space-lg);margin-top:var(--space-xl);}.pr-stat{background:rgba(255, 255, 255, 0.03);border-radius:var(--radius-md);padding:var(--space-lg);text-align:center;border:1px solid rgba(255, 255, 255, 0.06);transition:var(--transition);position:relative;overflow:hidden;}.pr-stat::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;border-radius:var(--radius-md) var(--radius-md) 0 0;}.pr-stat:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0, 0, 0, 0.4);}.pr-stat--good::before{background:linear-gradient(90deg, #22c55e, #10b981);}.pr-stat--good{border-color:rgba(34, 197, 94, 0.2);}.pr-stat--good:hover{border-color:rgba(34, 197, 94, 0.4);box-shadow:0 12px 40px rgba(34, 197, 94, 0.15);}.pr-stat--moderate::before{background:linear-gradient(90deg, #f59e0b, #fbbf24);}.pr-stat--moderate{border-color:rgba(245, 158, 11, 0.2);}.pr-stat--moderate:hover{border-color:rgba(245, 158, 11, 0.4);box-shadow:0 12px 40px rgba(245, 158, 11, 0.15);}.pr-stat--poor::before{background:linear-gradient(90deg, #ef4444, #f87171);}.pr-stat--poor{border-color:rgba(239, 68, 68, 0.2);}.pr-stat--poor:hover{border-color:rgba(239, 68, 68, 0.4);box-shadow:0 12px 40px rgba(239, 68, 68, 0.15);}.pr-stat__value{display:block;font-size:clamp(1.5rem, 4vw, 2rem);font-weight:800;margin-bottom:var(--space-sm);letter-spacing:-0.02em;}.pr-stat--good .pr-stat__value{color:#4ade80;}.pr-stat--moderate .pr-stat__value{color:#fbbf24;}.pr-stat--poor .pr-stat__value{color:#f87171;}.pr-stat__label{display:block;font-size:0.9rem;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:0.05em;}.use-case-list{list-style:none;padding:0;margin:var(--space-lg) 0 0 0;display:grid;gap:var(--space-md);}.use-case-list li{display:flex;align-items:flex-start;gap:var(--space-md);padding:var(--space-md) var(--space-lg);background:rgba(14, 165, 233, 0.05);border:1px solid rgba(14, 165, 233, 0.1);border-radius:var(--radius-md);color:#d1d5db;font-size:1rem;line-height:1.6;transition:var(--transition);}.use-case-list li:hover{background:rgba(14, 165, 233, 0.08);border-color:rgba(14, 165, 233, 0.2);transform:translateX(4px);}.use-case-list li::before{content:"";flex-shrink:0;width:24px;height:24px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:14px;}.faq-block{background:linear-gradient(
    145deg,
    rgba(16, 185, 129, 0.05) 0%,
    rgba(14, 165, 233, 0.05) 100%);border:1px solid rgba(16, 185, 129, 0.15);border-radius:var(--radius-xl);padding:var(--space-xl);margin-top:var(--space-2xl);}.faq-block h2{font-size:clamp(1.5rem, 3vw, 1.875rem);font-weight:700;color:var(--text-color);margin-bottom:var(--space-xl);text-align:center;position:relative;}.faq-block h2::after{content:"";display:block;width:80px;height:3px;background:var(--gradient-primary);border-radius:var(--radius-full);margin:var(--space-md) auto 0;}.faq-list{display:flex;flex-direction:column;gap:var(--space-md);}.faq-item{background:rgba(255, 255, 255, 0.03);border:1px solid rgba(255, 255, 255, 0.08);border-radius:var(--radius-md);overflow:hidden;transition:var(--transition);}.faq-item:hover{border-color:rgba(14, 165, 233, 0.3);}.faq-item[open]{border-color:rgba(14, 165, 233, 0.4);box-shadow:0 4px 20px rgba(14, 165, 233, 0.1);}.faq-item summary{display:flex;align-items:center;justify-content:space-between;padding:var(--space-lg);cursor:pointer;font-size:1rem;font-weight:600;color:#e5e7eb;line-height:1.5;list-style:none;transition:var(--transition);gap:var(--space-md);}.faq-item summary::-webkit-details-marker{display:none;}.faq-item summary::after{content:"";flex-shrink:0;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230ea5e9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:24px;transition:transform var(--transition-base);}.faq-item[open] summary::after{transform:rotate(180deg);}.faq-item summary:hover{background:rgba(14, 165, 233, 0.05);}.faq-item summary:focus{outline:none;}.faq-item summary:focus-visible{outline:2px solid var(--primary-color);outline-offset:-2px;}.faq-answer{padding:0 var(--space-lg) var(--space-lg);animation:fadeInDown 0.3s ease-out;}.faq-answer p{font-size:0.95rem;line-height:1.7;color:#b4bcc8;margin:0;}@keyframes fadeInDown{from{opacity:0;transform:translateY(-8px);}to{opacity:1;transform:translateY(0);}}@media (max-width:768px){.seo-content{margin-top:var(--space-xl);padding:var(--space-lg) 0;}.content-block{padding:var(--space-lg);margin-bottom:var(--space-md);}.content-block h2{padding-bottom:var(--space-sm);}.content-block h2::after{width:50px;height:2px;}.pr-stats{grid-template-columns:1fr;gap:var(--space-md);}.pr-stat{padding:var(--space-md);}.use-case-list li{padding:var(--space-md);}.faq-block{padding:var(--space-lg);margin-top:var(--space-xl);}.faq-item summary{padding:var(--space-md);font-size:0.95rem;}.faq-answer{padding:0 var(--space-md) var(--space-md);}}@media (max-width:480px){.seo-content{margin-top:var(--space-lg);padding:var(--space-md) 0;}.content-block{padding:var(--space-md);border-radius:var(--radius-md);}.content-block h2{font-size:1.25rem;}.content-block p{font-size:0.95rem;line-height:1.7;}.pr-stat__value{font-size:1.375rem;}.pr-stat__label{font-size:0.8rem;}.use-case-list li{padding:var(--space-sm) var(--space-md);font-size:0.9rem;}.use-case-list li::before{width:20px;height:20px;background-size:12px;}.faq-block{padding:var(--space-md);border-radius:var(--radius-md);}.faq-block h2{font-size:1.25rem;}.faq-item summary{padding:var(--space-md) var(--space-sm);font-size:0.9rem;}.faq-item summary::after{width:20px;height:20px;background-size:20px;}.faq-answer{padding:0 var(--space-sm) var(--space-md);}.faq-answer p{font-size:0.9rem;}}@media (min-width:1024px){.content-block{padding:var(--space-2xl);}.pr-stats{grid-template-columns:repeat(3, 1fr);}.faq-block{padding:var(--space-2xl);}}@media (prefers-reduced-motion:reduce){.content-block,
  .pr-stat,
  .use-case-list li,.faq-item,.faq-item summary::after{transition:none;}.content-block:hover,.pr-stat:hover,.use-case-list li:hover{transform:none;}.faq-answer{animation:none;}}@media (prefers-contrast:high){.content-block,
  .pr-stat,
  .use-case-list li,.faq-item{border-width:2px;}.content-block p,.faq-answer p{color:var(--text-color);}}.pr-notice{display:flex;align-items:flex-start;gap:var(--space-md);margin-top:var(--space-xl);padding:var(--space-lg);background:linear-gradient(
    135deg,
    rgba(245, 158, 11, 0.08) 0%,
    rgba(251, 191, 36, 0.04) 100%);border:1px solid rgba(245, 158, 11, 0.25);border-left:4px solid #f59e0b;border-radius:var(--radius-md);position:relative;overflow:hidden;}.pr-notice::before{content:"";position:absolute;top:0;right:0;width:150px;height:150px;background:radial-gradient(
    circle at top right,
    rgba(245, 158, 11, 0.1) 0%,
    transparent 70%);pointer-events:none;}.pr-notice__icon{flex-shrink:0;width:44px;height:44px;background:linear-gradient(135deg, #f59e0b 0%, #d97706 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px rgba(245, 158, 11, 0.3);}.pr-notice__icon svg{width:22px;height:22px;}.pr-notice p{margin:0;font-size:0.95rem;line-height:1.7;color:#d4d4d8;}.pr-notice p strong{color:#fbbf24;font-weight:600;}@media (max-width:768px){.pr-notice{padding:var(--space-md);gap:var(--space-sm);}.pr-notice__icon{width:38px;height:38px;}.pr-notice__icon svg{width:18px;height:18px;}.pr-notice p{font-size:0.9rem;}}@media (max-width:480px){.pr-notice{flex-direction:column;align-items:center;text-align:center;padding:var(--space-md);}.pr-notice__icon{width:40px;height:40px;}}@media (prefers-reduced-motion:reduce){.pr-notice{transition:none;}}@media (prefers-contrast:high){.pr-notice{border-width:2px;border-left-width:4px;}.pr-notice p{color:var(--text-color);}}.footer{background-color:var(--surface-color);color:var(--text-color);padding:40px 20px;border-top:1px solid var(--border-color);}.footer__content{max-width:1200px;margin:0 auto;}@media screen and (min-width:600px){.footer__socials{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;}.footer__links{flex-direction:row !important;justify-content:center;gap:30px;}}img[loading="lazy"]{aspect-ratio:auto;display:block;width:100%;height:auto;}.footer__social-follow{margin-bottom:20px;display:flex;align-items:center;gap:8px;font-weight:600;font-size:1rem;justify-content:center;}@media (max-width:480px){.footer__social-follow{align-items:center;gap:4px;font-size:0.9rem;}.footer__social-link svg{width:20px;height:20px;}}.footer__logo{font-size:1.5rem;font-weight:700;display:flex;justify-content:center;margin-bottom:20px;align-items:center;}.footer_img_logo{max-width:100%;height:auto;aspect-ratio:200/60;display:block;object-fit:contain;}.footer__links{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;align-items:center;}.footer__links a{color:var(--text-color);font-weight:400;transition:var(--transition);}.footer__links a:hover{color:rgb(243 139 3/0.8);}.footer__follow-text{font-weight:400;color:var(--text-muted);}.footer__social-link{color:#21a4eb;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgb(255 255 255/0.05);border-radius:50%;transition:all 0.3s ease;}.footer__social-link:hover,.footer__social-link:focus{color:#c0ddec;background:rgb(33 164 235/0.2);transform:translateY(-2px);outline:none;}.footer__social-link svg{vertical-align:middle;fill:currentColor;width:20px;height:20px;}@media (max-width:480px){.footer__social-follow{align-items:center;gap:6px;font-size:0.9rem;}.footer__social-link{width:36px;height:36px;}.footer__social-link svg{width:18px;height:18px;}}.footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color);}.footer-bottom__legal{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem;}.footer-bottom__copyright{font-size:0.9rem;color:var(--text-dim);}.footer-bottom__divider{width:4px;height:4px;background:var(--primary-color);border-radius:50%;opacity:0.6;}.footer-bottom__links{display:flex;align-items:center;gap:0.5rem;}.footer-bottom__links a{color:var(--text-dim);font-size:0.85rem;padding:0.35rem 0.75rem;border-radius:6px;transition:var(--transition);font-weight:400;}.footer-bottom__links a:hover{color:var(--text-color);background:rgb(255 255 255/0.05);}.footer-bottom__links a[aria-current="page"]{color:var(--text-color);}.footer-bottom__privacy-badge{display:flex;justify-content:center;}.privacy-badge{display:flex;align-items:center;gap:0.75rem;padding:1rem 1.5rem;background:linear-gradient(
    135deg,
    rgb(46 204 113/0.1) 0%,
    rgb(58 168 228/0.1) 100%);border:1px solid rgb(46 204 113/0.2);border-radius:var(--radius-md);max-width:600px;}.privacy-badge__icon{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg, #2ecc71, #27ae60);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;}.privacy-badge__text{font-size:0.85rem;color:var(--text-muted);line-height:1.5;margin:0;}.privacy-badge__text strong{color:var(--success-color);}@media screen and (max-width:600px){.footer-bottom__legal{flex-direction:column;gap:0.5rem;}.footer-bottom__divider{display:none;}.privacy-badge{flex-direction:column;text-align:center;padding:1.25rem 1rem;}.privacy-badge__icon{width:36px;height:36px;}}