.dashboard-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0891b2;padding:2rem 1rem;position:relative;background-image:url(https://images.unsplash.com/photo-1542273917363-3b1817f69a2d?q=80&w=2000);background-size:cover;background-position:center}.dashboard-login-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0891b2;opacity:.85;z-index:1}.dashboard-login-page .login-container{width:100%;max-width:500px;position:relative;z-index:2}.dashboard-login-page .login-card{background:#fff;border-radius:1.5rem;padding:3rem 2rem;box-shadow:0 25px 50px -12px #00000040}@media (max-width: 576px){.dashboard-login-page .login-card{padding:2rem 1.5rem}}.dashboard-login-page .login-header{text-align:center;margin-bottom:2rem}.dashboard-login-page .login-header .login-logo{width:100px;height:100px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.dashboard-login-page .login-header .login-logo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.dashboard-login-page .login-header h1{font-size:1.75rem;font-weight:900;color:#1c1917;margin:0 0 .5rem}.dashboard-login-page .login-header p{color:#57534e;margin:0;font-size:.9375rem}.dashboard-login-page .login-form .form-group{margin-bottom:1.5rem}.dashboard-login-page .login-form .form-group label{display:block;font-weight:600;color:#44403c;margin-bottom:.5rem;font-size:.875rem}.dashboard-login-page .login-form .form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e7e5e4;border-radius:.75rem;font-size:1rem;transition:all .15s cubic-bezier(.4,0,.2,1)}.dashboard-login-page .login-form .form-group input:focus{outline:none;border-color:#0891b2;box-shadow:0 0 0 4px #0891b21a}.dashboard-login-page .login-form .form-group input:disabled{background:#f5f5f4;cursor:not-allowed}.dashboard-login-page .login-form .btn{width:100%;padding:1rem;font-size:1rem;font-weight:600;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.dashboard-login-page .login-form .btn i{font-size:1.125rem}.dashboard-login-page .login-footer{text-align:center;margin-top:2rem}.dashboard-login-page .login-footer a{color:#57534e;text-decoration:none;font-size:.9375rem;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s}.dashboard-login-page .login-footer a:hover{color:#0891b2}.dashboard-page{min-height:100vh;background:#fafaf9}.dashboard-page .dashboard-header{background:#0891b2;color:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;box-shadow:0 4px 6px -1px #0000001a}@media (max-width: 768px){.dashboard-page .dashboard-header{padding:1rem}}.dashboard-page .dashboard-header .header-left{display:flex;align-items:center;gap:1rem}.dashboard-page .dashboard-header .header-left i{font-size:2rem}.dashboard-page .dashboard-header .header-left div h1{font-size:1.5rem;font-weight:900;margin:0}@media (max-width: 768px){.dashboard-page .dashboard-header .header-left div h1{font-size:1.25rem}}.dashboard-page .dashboard-header .header-left div p{margin:0;font-size:.875rem;opacity:.9}.dashboard-page .dashboard-header .header-right{display:flex;gap:.75rem}.dashboard-page .dashboard-header .header-right .btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff}.dashboard-page .dashboard-header .header-right .btn:hover{background:#ffffff40;transform:none}@media (max-width: 576px){.dashboard-page .dashboard-header .header-right .btn{padding:.5rem .75rem;font-size:.8125rem}.dashboard-page .dashboard-header .header-right .btn span{display:none}}.dashboard-page .dashboard-container{max-width:1400px;margin:0 auto;padding:2rem}@media (max-width: 768px){.dashboard-page .dashboard-container{padding:1rem}}.dashboard-page .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}@media (max-width: 992px){.dashboard-page .stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.dashboard-page .stats-grid{grid-template-columns:1fr;gap:1rem}}.dashboard-page .stat-card{background:#fff;border-radius:1rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);border-top:4px solid #0891b2}.dashboard-page .stat-card:nth-child(2n){border-top-color:#fb923c}.dashboard-page .stat-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.dashboard-page .stat-card .stat-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0891b21a;flex-shrink:0}.dashboard-page .stat-card .stat-icon i{font-size:1.75rem;color:#0891b2}@media (max-width: 576px){.dashboard-page .stat-card .stat-icon{width:50px;height:50px}.dashboard-page .stat-card .stat-icon i{font-size:1.5rem}}.dashboard-page .stat-card:nth-child(2n) .stat-icon{background:#fb923c1a}.dashboard-page .stat-card:nth-child(2n) .stat-icon i{color:#fb923c}.dashboard-page .stat-card .stat-content h3{font-size:2rem;font-weight:900;color:#1c1917;margin:0 0 .25rem}@media (max-width: 576px){.dashboard-page .stat-card .stat-content h3{font-size:1.5rem}}.dashboard-page .stat-card .stat-content p{font-size:.875rem;color:#57534e;margin:0}.dashboard-page .actions-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.dashboard-page .actions-bar .export-buttons{display:flex;gap:.75rem}@media (max-width: 576px){.dashboard-page .actions-bar .export-buttons{width:100%}.dashboard-page .actions-bar .export-buttons .btn{flex:1}}@media (max-width: 576px){.dashboard-page .actions-bar .btn{width:100%}}.dashboard-page .table-container{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}@media (max-width: 768px){.dashboard-page .table-container{overflow-x:auto}}.dashboard-page .emails-table{width:100%;border-collapse:collapse}.dashboard-page .emails-table thead{background:#0891b2;color:#fff}.dashboard-page .emails-table thead tr th{padding:1rem;text-align:left;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 768px){.dashboard-page .emails-table thead tr th{padding:.75rem .5rem;font-size:.75rem}}.dashboard-page .emails-table tbody tr{border-bottom:1px solid #e7e5e4;transition:background .2s}.dashboard-page .emails-table tbody tr:hover{background:#fafaf9}.dashboard-page .emails-table tbody tr td{padding:1rem;color:#44403c;font-size:.9375rem}@media (max-width: 768px){.dashboard-page .emails-table tbody tr td{padding:.75rem .5rem;font-size:.875rem}}.dashboard-page .emails-table tbody tr td.no-data{text-align:center;color:#57534e;padding:3rem}.dashboard-page .emails-table .badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.dashboard-page .emails-table .badge i{font-size:.875rem}.dashboard-page .emails-table .badge-website{background:#0891b21a;color:#0891b2}.dashboard-page .emails-table .badge-manual{background:#fb923c1a;color:#fb923c}.dashboard-page .emails-table .btn-delete{background:none;border:none;color:#ef4444;cursor:pointer;padding:.5rem;border-radius:.75rem;transition:all .2s}.dashboard-page .emails-table .btn-delete:hover{background:#ef44441a}.dashboard-page .emails-table .btn-delete i{font-size:1.125rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:1.5rem;padding:2rem;max-width:500px;width:100%;box-shadow:0 25px 50px -12px #00000040}.modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-content .modal-header h2{font-size:1.5rem;font-weight:900;color:#1c1917;margin:0;display:flex;align-items:center;gap:.5rem}.modal-content .modal-header h2 i{color:#0891b2}.modal-content .modal-header .close-btn{background:none;border:none;color:#57534e;cursor:pointer;padding:.5rem;border-radius:.75rem;transition:all .2s}.modal-content .modal-header .close-btn:hover{background:#f5f5f4;color:#1c1917}.modal-content .modal-header .close-btn i{font-size:1.25rem}.modal-content .form-group{margin-bottom:1.5rem}.modal-content .form-group label{display:block;font-weight:600;color:#44403c;margin-bottom:.5rem;font-size:.875rem}.modal-content .form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e7e5e4;border-radius:.75rem;font-size:1rem;transition:all .15s cubic-bezier(.4,0,.2,1)}.modal-content .form-group input:focus{outline:none;border-color:#0891b2;box-shadow:0 0 0 4px #0891b21a}.modal-content .modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.modal-content .modal-actions .btn{padding:.75rem 1.5rem;display:flex;align-items:center;gap:.5rem}.btn{border:none;border-radius:.75rem;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;font-size:.9375rem;text-decoration:none}.btn-primary{background:#fb923c;color:#fff}.btn-primary:hover{background:#f97316;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#e7e5e4;color:#44403c}.btn-secondary:hover{background:#d6d3d1}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn i{font-size:1rem}.error-message{background:#ef44441a;color:#ef4444;padding:.875rem;border-radius:.75rem;border:1px solid rgba(239,68,68,.2);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-size:.9375rem}.error-message i{font-size:1.125rem}.dashboard-header .header-logo{width:50px;height:50px;object-fit:contain}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1c1917;line-height:1.6;overflow-x:hidden;background:#fff}.container{width:100%;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px;padding-right:1.5rem;padding-left:1.5rem}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}@media (min-width: 576px){.row{margin-right:-1.5rem;margin-left:-1.5rem}}.col-lg-6{position:relative;width:100%;padding-right:1rem;padding-left:1rem}@media (min-width: 576px){.col-lg-6{padding-right:1.5rem;padding-left:1.5rem}}@media (min-width: 992px){.col-lg-6{flex:0 0 50%;max-width:50%}}.hero-section{position:relative;background-image:url(https://images.unsplash.com/photo-1542273917363-3b1817f69a2d?q=80&w=2000);background-size:cover;background-position:center;background-repeat:no-repeat;padding:4rem 0 3rem;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0891b2;opacity:.85;z-index:1}@media (min-width: 768px){.hero-section{padding:6rem 0 4rem}}@media (min-width: 992px){.hero-section{padding:8rem 0 6rem}}.hero-section .hero-content{text-align:center;position:relative;z-index:2}.hero-section .logo-wrapper{margin-bottom:1.5rem}.hero-section .logo-wrapper .logo{width:100px;height:100px;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2))}@media (min-width: 576px){.hero-section .logo-wrapper .logo{width:120px;height:120px}}@media (min-width: 768px){.hero-section .logo-wrapper .logo{width:140px;height:140px}}@media (min-width: 992px){.hero-section .logo-wrapper .logo{width:180px;height:180px}}@media (min-width: 768px){.hero-section .logo-wrapper{margin-bottom:2rem}}.hero-section .hero-title{font-size:2rem;font-weight:900;color:#fff;margin-bottom:.75rem;letter-spacing:-.02em;line-height:1.2}@media (min-width: 576px){.hero-section .hero-title{font-size:2.5rem}}@media (min-width: 768px){.hero-section .hero-title{font-size:3rem;margin-bottom:1rem}}@media (min-width: 992px){.hero-section .hero-title{font-size:4rem}}.hero-section .hero-subtitle{font-size:1rem;color:#fffffff2;font-weight:500;margin-bottom:1.5rem;line-height:1.5}@media (min-width: 576px){.hero-section .hero-subtitle{font-size:1.125rem}}@media (min-width: 768px){.hero-section .hero-subtitle{font-size:1.25rem;margin-bottom:2rem}}@media (min-width: 992px){.hero-section .hero-subtitle{font-size:1.5rem}}.hero-section .hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#fb923c;color:#fff;border-radius:9999px;font-weight:600;font-size:.875rem;box-shadow:0 10px 15px -3px #0000001a}.hero-section .hero-badge i{font-size:1rem}@media (min-width: 768px){.hero-section .hero-badge{padding:.75rem 1.5rem;font-size:1rem}.hero-section .hero-badge i{font-size:1.25rem}}.hero-section .wave{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0}.hero-section .wave svg{position:relative;display:block;width:calc(100% + 1.3px);height:60px;fill:#fff}@media (max-width: 768px){.hero-section .wave svg{height:40px}}.countdown-section{background:#fff;padding:3rem 0}@media (min-width: 768px){.countdown-section{padding:4rem 0}}@media (min-width: 992px){.countdown-section{padding:5rem 0}}.countdown-section .section-title{font-size:1.75rem;font-weight:900;color:#1c1917;text-align:center;margin-bottom:.75rem;line-height:1.2}@media (min-width: 576px){.countdown-section .section-title{font-size:2rem}}@media (min-width: 768px){.countdown-section .section-title{font-size:2.25rem;margin-bottom:1rem}}@media (min-width: 992px){.countdown-section .section-title{font-size:2.5rem}}.countdown-section .section-description{font-size:.9375rem;color:#57534e;text-align:center;max-width:700px;margin:0 auto 2rem;padding:0 1rem;line-height:1.6}@media (min-width: 768px){.countdown-section .section-description{font-size:1.125rem;margin:0 auto 3rem;padding:0}}.countdown-section .countdown .countdown-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.countdown-section .countdown .countdown-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.countdown-section .countdown .countdown-item{background:#fff;border-radius:1rem;padding:1.25rem .75rem;box-shadow:0 10px 15px -3px #0000001a;border:2px solid #e7e5e4;transition:all .3s cubic-bezier(.4,0,.2,1)}.countdown-section .countdown .countdown-item:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a}.countdown-section .countdown .countdown-item-cyan{border-top:4px solid #0891b2}.countdown-section .countdown .countdown-item-cyan:hover{border-color:#0891b2}.countdown-section .countdown .countdown-item-orange{border-top:4px solid #fb923c}.countdown-section .countdown .countdown-item-orange:hover{border-color:#fb923c}@media (min-width: 768px){.countdown-section .countdown .countdown-item{padding:2rem 1rem}}.countdown-section .countdown .countdown-value{font-size:2rem;font-weight:900;color:#1c1917;line-height:1;margin-bottom:.5rem}@media (min-width: 576px){.countdown-section .countdown .countdown-value{font-size:2.5rem}}@media (min-width: 768px){.countdown-section .countdown .countdown-value{font-size:3rem}}@media (min-width: 992px){.countdown-section .countdown .countdown-value{font-size:3.5rem}}.countdown-section .countdown .countdown-label{font-size:.75rem;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.05em}@media (min-width: 768px){.countdown-section .countdown .countdown-label{font-size:.875rem}}.about-section{background:#fb923c;padding:3rem 0;color:#fff}@media (min-width: 768px){.about-section{padding:4rem 0}}@media (min-width: 992px){.about-section{padding:5rem 0}}.about-section .section-title-white{font-size:1.75rem;font-weight:900;color:#fff;margin-bottom:1rem;text-align:center;line-height:1.2}@media (min-width: 576px){.about-section .section-title-white{font-size:2rem}}@media (min-width: 768px){.about-section .section-title-white{font-size:2.25rem;text-align:left;margin-bottom:1.5rem}}@media (min-width: 992px){.about-section .section-title-white{font-size:2.5rem}}.about-section .section-text-white{font-size:.9375rem;color:#fffffff2;line-height:1.7;margin-bottom:1rem;text-align:center}@media (min-width: 768px){.about-section .section-text-white{font-size:1rem;text-align:left;line-height:1.8}}@media (min-width: 992px){.about-section .section-text-white{font-size:1.125rem}}.about-section .feature-list{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}@media (min-width: 768px){.about-section .feature-list{gap:1.5rem}}.about-section .feature-item{display:flex;align-items:flex-start;gap:.75rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}.about-section .feature-item:hover{background:#ffffff26;transform:translate(8px)}.about-section .feature-item i{font-size:1.5rem;color:#fff;flex-shrink:0}@media (min-width: 768px){.about-section .feature-item i{font-size:2rem}}.about-section .feature-item h4{font-size:1rem;font-weight:700;color:#fff;margin:0 0 .25rem}@media (min-width: 768px){.about-section .feature-item h4{font-size:1.125rem}}.about-section .feature-item p{font-size:.875rem;color:#ffffffe6;margin:0;line-height:1.5}@media (min-width: 768px){.about-section .feature-item p{font-size:.9375rem}}@media (min-width: 768px){.about-section .feature-item{gap:1rem;padding:1.5rem}}.newsletter-section{background:#fff;padding:5rem 0}@media (max-width: 768px){.newsletter-section{padding:3rem 0}}.newsletter-section .newsletter-wrapper{max-width:700px;margin:0 auto}.newsletter-section .newsletter{background:linear-gradient(135deg,#0891b2,#0891b2 50%,#fb923c 50%,#fb923c);border-radius:1.5rem;padding:3px;box-shadow:0 25px 50px -12px #00000040}@media (max-width: 768px){.newsletter-section .newsletter{padding:3px}}.newsletter-section .newsletter .newsletter-inner{background:#fff;border-radius:calc(1.5rem - 3px);padding:3rem}@media (max-width: 768px){.newsletter-section .newsletter .newsletter-inner{padding:2rem 1.5rem}}.newsletter-section .newsletter .newsletter-title{font-size:1.75rem;font-weight:700;color:#1c1917;margin-bottom:.5rem;text-align:center;display:flex;align-items:center;justify-content:center;gap:.5rem}.newsletter-section .newsletter .newsletter-title i{color:#fb923c}@media (max-width: 768px){.newsletter-section .newsletter .newsletter-title{font-size:1.5rem}}.newsletter-section .newsletter .newsletter-description{color:#57534e;margin-bottom:2rem;font-size:1rem;text-align:center}.newsletter-section .newsletter .newsletter-form .input-group{display:flex;gap:.75rem;margin-bottom:1rem}@media (max-width: 768px){.newsletter-section .newsletter .newsletter-form .input-group{flex-direction:column}}.newsletter-section .newsletter .newsletter-form .form-input{flex:1;padding:1rem 1.5rem;border:2px solid #e7e5e4;border-radius:.75rem;font-size:1rem;font-family:inherit;transition:all .15s cubic-bezier(.4,0,.2,1)}.newsletter-section .newsletter .newsletter-form .form-input:focus{outline:none;border-color:#0891b2;box-shadow:0 0 0 4px #0891b21a}.newsletter-section .newsletter .newsletter-form .form-input::placeholder{color:#57534e}.newsletter-section .newsletter .newsletter-form .form-input:disabled{background:#f5f5f4;cursor:not-allowed}.newsletter-section .newsletter .newsletter-form .form-button{padding:1rem 2rem;background:#fb923c;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000001a;white-space:nowrap}.newsletter-section .newsletter .newsletter-form .form-button:hover:not(:disabled){background:#f97316;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.newsletter-section .newsletter .newsletter-form .form-button:active:not(:disabled){transform:translateY(0)}.newsletter-section .newsletter .newsletter-form .form-button:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 768px){.newsletter-section .newsletter .newsletter-form .form-button{width:100%}}.newsletter-section .newsletter .newsletter-form .alert{padding:1rem;border-radius:.75rem;font-size:.9375rem;font-weight:500;display:flex;align-items:center}.newsletter-section .newsletter .newsletter-form .alert-success{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.2)}.newsletter-section .newsletter .newsletter-form .alert-error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.contact-section{background:#fff;padding:3rem 0}@media (min-width: 768px){.contact-section{padding:4rem 0}}@media (min-width: 992px){.contact-section{padding:5rem 0}}.contact-section .section-title{font-size:1.75rem;font-weight:900;color:#1c1917;text-align:center;margin-bottom:.75rem;line-height:1.2}@media (min-width: 576px){.contact-section .section-title{font-size:2rem}}@media (min-width: 768px){.contact-section .section-title{font-size:2.25rem;margin-bottom:1rem}}@media (min-width: 992px){.contact-section .section-title{font-size:2.5rem}}.contact-section .section-description{font-size:.9375rem;color:#57534e;text-align:center;max-width:700px;margin:0 auto 2rem;padding:0 1rem;line-height:1.6}@media (min-width: 768px){.contact-section .section-description{font-size:1.125rem;margin:0 auto 3rem;padding:0}}.contact-section .contact-cards{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.contact-section .contact-cards{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width: 992px){.contact-section .contact-cards{gap:2rem}}.contact-section .contact-card{background:#fff;border:2px solid #e7e5e4;border-radius:1rem;padding:1.5rem 1rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000001a}.contact-section .contact-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a;border-color:#0891b2}.contact-section .contact-card h4{font-size:1rem;font-weight:700;color:#1c1917;margin:1rem 0 .5rem}@media (min-width: 768px){.contact-section .contact-card h4{font-size:1.125rem;margin:1.5rem 0 .75rem}}.contact-section .contact-card a{color:#0891b2;text-decoration:none;font-weight:500;font-size:.9375rem;word-break:break-all}.contact-section .contact-card a:hover{color:#0e7490;text-decoration:underline}@media (min-width: 768px){.contact-section .contact-card a{font-size:1.0625rem;word-break:normal}}.contact-section .contact-card p{color:#57534e;margin:0;line-height:1.6;font-size:.9375rem}@media (min-width: 768px){.contact-section .contact-card p{font-size:1rem}}@media (min-width: 768px){.contact-section .contact-card{padding:2rem 1.5rem}}@media (min-width: 992px){.contact-section .contact-card{padding:2.5rem 2rem}}.contact-section .contact-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto;transition:all .3s cubic-bezier(.4,0,.2,1)}.contact-section .contact-icon-cyan{background:#0891b21a;color:#0891b2;border:2px solid rgba(8,145,178,.2)}.contact-section .contact-icon-orange{background:#fb923c1a;color:#fb923c;border:2px solid rgba(251,146,60,.2)}@media (min-width: 768px){.contact-section .contact-icon{width:70px;height:70px;font-size:1.75rem}}@media (min-width: 992px){.contact-section .contact-icon{width:80px;height:80px;font-size:2rem}}.contact-section .contact-card:hover .contact-icon-cyan{background:#0891b2;color:#fff;border-color:#0891b2}.contact-section .contact-card:hover .contact-icon-orange{background:#fb923c;color:#fff;border-color:#fb923c}.modern-footer{position:relative;background:#0891b2;color:#fff;padding:0 0 1.5rem;overflow:hidden}@media (min-width: 768px){.modern-footer{padding:0 0 2rem}}.modern-footer .footer-wave{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0;transform:translateY(-99%)}.modern-footer .footer-wave svg{position:relative;display:block;width:calc(100% + 1.3px);height:50px;fill:#0891b2}@media (min-width: 768px){.modern-footer .footer-wave svg{height:60px}}@media (min-width: 992px){.modern-footer .footer-wave svg{height:80px}}.modern-footer .container{max-width:1400px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.modern-footer .container{padding:0 1.5rem}}@media (min-width: 992px){.modern-footer .container{padding:0 2rem}}.modern-footer .footer-content{display:grid;grid-template-columns:1fr;gap:2rem;padding:3rem 0 2rem;max-width:1400px;margin:0 auto}@media (min-width: 768px){.modern-footer .footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (min-width: 992px){.modern-footer .footer-content{grid-template-columns:2fr 1fr 1fr;gap:4rem;padding:5rem 0 3rem}}.modern-footer .footer-brand .brand-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;text-align:left}.modern-footer .footer-brand .brand-logo .footer-logo-img{width:60px;height:60px;object-fit:contain;transition:all all .3s cubic-bezier(.4,0,.2,1)}.modern-footer .footer-brand .brand-logo .footer-logo-img:hover{transform:scale(1.1)}.modern-footer .footer-brand .brand-logo .logo-circle{width:60px;height:60px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;transition:all all .3s cubic-bezier(.4,0,.2,1)}.modern-footer .footer-brand .brand-logo .logo-circle i{color:#fb923c}.modern-footer .footer-brand .brand-logo .logo-circle:hover{transform:scale(1.1) rotate(5deg);background:#fff3}.modern-footer .footer-brand .brand-logo h3{font-size:1.5rem;font-weight:900;margin:0;color:#fff;line-height:1.2}.modern-footer .footer-brand .brand-logo .brand-tagline{font-size:.875rem;color:#fffc;margin:0;font-weight:500}.modern-footer .footer-brand .brand-description{color:#ffffffe6;line-height:1.7;margin-bottom:2rem;font-size:1rem;text-align:left}.modern-footer .footer-brand .footer-contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.modern-footer .footer-brand .footer-contact-cards .contact-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:.75rem;padding:1rem;display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;transition:all all .3s cubic-bezier(.4,0,.2,1)}.modern-footer .footer-brand .footer-contact-cards .contact-card i{font-size:1.25rem;color:#fb923c}.modern-footer .footer-brand .footer-contact-cards .contact-card span{font-size:.875rem;font-weight:500}.modern-footer .footer-brand .footer-contact-cards .contact-card:hover{background:#ffffff26;border-color:#fb923c;transform:translateY(-4px);box-shadow:0 8px 20px #0003}.modern-footer .footer-links-group{text-align:left}.modern-footer .footer-links-group h4{font-size:1.125rem;font-weight:700;margin-bottom:1.5rem;color:#fff;position:relative;padding-bottom:.75rem}.modern-footer .footer-links-group h4:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:#fb923c;border-radius:9999px}.modern-footer .footer-links-group ul{list-style:none;padding:0;margin:0}.modern-footer .footer-links-group ul li{margin-bottom:.75rem}.modern-footer .footer-links-group ul li:last-child{margin-bottom:0}.modern-footer .footer-links-group ul li a{display:inline-flex;align-items:center;gap:.5rem;color:#ffffffd9;text-decoration:none;font-size:.9375rem;transition:all all .15s cubic-bezier(.4,0,.2,1);position:relative}.modern-footer .footer-links-group ul li a i{font-size:.75rem;opacity:0;transform:translate(-10px);transition:all all .15s cubic-bezier(.4,0,.2,1);color:#fb923c}.modern-footer .footer-links-group ul li a:hover{color:#fff;padding-left:.5rem}.modern-footer .footer-links-group ul li a:hover i{opacity:1;transform:translate(0)}.modern-footer .footer-separator{height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.3) 20%,rgba(255,255,255,.3) 80%,transparent);margin:2rem 0}.modern-footer .footer-bottom{display:flex;flex-direction:column;gap:1.5rem;text-align:center;justify-content:space-between;align-items:center;padding-top:1.5rem}@media (min-width: 768px){.modern-footer .footer-bottom{flex-direction:row;padding-top:2rem;text-align:left}}.modern-footer .footer-bottom .footer-bottom-left{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center}@media (min-width: 768px){.modern-footer .footer-bottom .footer-bottom-left{gap:1rem;justify-content:flex-start}}.modern-footer .footer-bottom .footer-bottom-left p{margin:0;color:#fffc;font-size:.875rem}@media (min-width: 768px){.modern-footer .footer-bottom .footer-bottom-left p{font-size:.9375rem}}.modern-footer .footer-bottom .footer-bottom-left .separator{color:#fff6}.modern-footer .footer-bottom .footer-bottom-right{display:flex;gap:.75rem;justify-content:center}@media (min-width: 768px){.modern-footer .footer-bottom .footer-bottom-right{gap:1rem}}.modern-footer .footer-bottom .footer-bottom-right .social-link{width:36px;height:36px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all all .3s cubic-bezier(.4,0,.2,1);font-size:1rem}@media (min-width: 768px){.modern-footer .footer-bottom .footer-bottom-right .social-link{width:40px;height:40px;font-size:1.125rem}}.modern-footer .footer-bottom .footer-bottom-right .social-link:hover{background:#fb923c;border-color:#fb923c;transform:translateY(-4px) rotate(5deg);box-shadow:0 8px 20px #fb923c66}.me-2{margin-right:.5rem}
