@charset "utf-8";
/* CSS Document */

  * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --alarm-blue: #004aad;
            --alarm-blue-dark: #003580;
            --alarm-blue-light: #1a6dd4;
            --alarm-navy: #001f4d;
            --alarm-dark: #001433;
            --alarm-gray: #5C6670;
            --alarm-light-gray: #F5F7FA;
            --alarm-white: #FFFFFF;
            --alarm-green: #00CC66;
            --alarm-orange: #FF6B35;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Poppins', sans-serif;
            background: var(--alarm-white);
            color: var(--alarm-navy);
            line-height: 1.6;
            overflow-x: hidden;
        }

        /* HERO */
        .hero {
            min-height: 100vh;
            min-height: 74dvh;
            background: linear-gradient(135deg, var(--alarm-navy) 0%, var(--alarm-blue-dark) 50%, var(--alarm-blue) 100%);
            position: relative;
            overflow: hidden;
        }

       .hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url("fondo.png") center/cover no-repeat,
    radial-gradient(ellipse at 20% 30%, rgba(26, 109, 212, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(0, 74, 173, 0.2) 0%, transparent 50%);
  opacity: 0.12; /* ajusta */
  pointer-events: none;
  z-index: 0;
}

        .hero::after {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 80%;
            height: 200%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"/><circle cx="50" cy="50" r="30" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"/><circle cx="50" cy="50" r="20" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"/></svg>');
            background-size: 400px 400px;
            opacity: 0.3;
            pointer-events: none;
        }

        .hero-container {
            max-width: 1298px;
            margin: 0 auto;
            padding: 10px 24px 40px;
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 60px;
            align-items: center;
            min-height: 100vh;
            min-height: 75dvh;
            position: relative;
            z-index: 1;
        }

        /* CONTENIDO IZQUIERDO */
        .hero-content {
            color: white;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 3px;
            background: var(--alarm-orange);
            padding: 5px 20px;
            border-radius: 30px;
            font-size: 15px;
            font-weight: 700;
            color: white;
            margin-bottom: 13px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 20px rgba(255, 107, 53, 0.3);
        }

        .hero-badge::before {
            /* content: '&#128293;'; */
            font-size: 16px;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.7; transform: scale(1.2); }
        }

        .hero-title {
            font-size: clamp(32px, 5.5vw, 58px);
            font-weight: 900;
            line-height: 1.1;
            width: 100%;
            margin-bottom: 1px;
            text-shadow: 0 2px 20px rgba(0,0,0,0.2);
        }
		
		 .hero-title2 {
            font-size: clamp(32px, 5.5vw, 34px);
            font-weight: 500;
            line-height: 1.1;
            width: 100%;
            margin-bottom: 16px;
            text-shadow: 0 2px 20px rgba(0,0,0,0.2);
        }

        .hero-title span {
            color: var(--alarm-orange);
        }

		  
		 .hero-title2 span {
            color: var(--alarm-orange);
        }

		
 .hero-subtitle {
            font-size: clamp(18px, 2.5vw, 23px);
            font-weight: 500;
            color: rgba(255,255,255,0.9);
            margin-bottom: 32px;
            line-height: 1.4;
        }

        .hero-features {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 14px;
        }

        .feature-tag {
            background: rgba(255,255,255,0.12);
            border: 1px solid rgba(255,255,255,0.2);
            backdrop-filter: blur(10px);
            padding: 10px 16px;
            border-radius: 8px;
            font-size: 13px;
            font-weight: 600;
            color: rgba(255,255,255,0.95);
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .hero-price-container {
            background: rgba(255,255,255,0.08);
            border: 2px solid rgba(255,255,255,0.15);
            backdrop-filter: blur(20px);
            padding: 12px 22px;
            border-radius: 11px;
            display: inline-block;
            margin-bottom: 16px;
        }

        .hero-price-label {
            font-size: 14px;
            font-weight: 600;
            color: rgba(255,255,255,0.7);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 0px;
        }

        .hero-price-block {
            display: inline-flex;
            align-items: flex-start;
            margin-bottom: -3px;
        }

        .hero-price-main {
            font-size: clamp(70px, 10vw, 111px);
            font-weight: 900;
            line-height: 0.9;
            color: white;
            text-shadow: 0 4px 30px rgba(0,0,0,0.3);
        }

        .hero-price-right {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding-top: 12px;
            margin-left: 4px;
        }

        .hero-price-cents {
            font-size: clamp(24px, 3vw, 36px);
            font-weight: 800;
            color: white;
            line-height: 1;
        }

        .hero-price-period {
            font-size: clamp(14px, 1.8vw, 20px);
            font-weight: 600;
            color: rgba(255,255,255,0.8);
            line-height: 1.2;
        }

        .hero-price-note {
            font-size: 12px;
            color: rgba(255,255,255,0.7);
            margin-bottom: 8px;
        }

        .hero-price-promo {
            display: inline-block;
            background: rgba(255, 107, 53, 0.2);
            border: 2px solid var(--alarm-orange);
            color: white;
            padding: 6px 16px;
            border-radius: 8px;
            font-size: 13px;
            font-weight: 700;
        }

        .hero-icons {
            display: flex;
            gap: 0px;
            margin-bottom: -4px;
        }

        .hero-icon-large {
            font-size: 48px;
            opacity: 0.9;
        }

        .hero-icon-large:nth-child(2) {
            animation-delay: 0.5s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
        }

        /* FORMULARIO */
        .hero-form-wrapper {
            position: relative;
        }

        .form-card {
            background: var(--alarm-white);
            border-radius: 24px;
            padding: 22px 32px;
            box-shadow: 0 30px 90px rgba(0,0,0,0.5);
            position: relative;
            overflow: hidden;
            z-index: 100;
        }

        .form-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, var(--alarm-blue), var(--alarm-orange));
            border-radius: 24px 24px 0 0;
        }

        .form-header {
            text-align: center;
            margin-bottom: 8px;
        }

        .form-icon {
            font-size: 48px;
            margin-bottom: 12px;
        }

        .form-title {
            font-size: 26px;
            font-weight: 800;
            color: var(--alarm-navy);
            margin-bottom: 4px;
        }

        .form-subtitle {
            display: none;
            font-size: 15px;
            font-weight: 600;
            color: var(--alarm-blue);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .form-group {
            margin-bottom: 10px;
        }

#val-firstname, #val-telephone, #val-email, #val-alarma, #val-terms {display: none;font-size: 11px;padding-bottom: 7px;color: #e76232;}

        .form-input {
            width: 100%;
            padding: 12px 18px;
            border: 2px solid #E0E5EB;
            border-radius: 12px;
            font-family: 'Poppins', sans-serif;
            font-size: 15px;
            transition: all 0.3s ease;
            background: var(--alarm-light-gray);
        }

        .form-input:focus {
            outline: none;
            border-color: var(--alarm-blue);
            background: white;
            box-shadow: 0 0 0 4px rgba(0, 74, 173, 0.1);
        }

        .form-input::placeholder {
            color: #999;
        }

        .checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 22px;
            margin-top: 20px;
            margin-left: 5px;
        }

        .checkbox-group input[type="checkbox"] {
            width: 20px;
            height: 20px;
            margin-top: 2px;
            accent-color: var(--alarm-blue);
            flex-shrink: 0;
            cursor: pointer;
        }

        .checkbox-group label {
            font-size: 12px;
            color: var(--alarm-gray);
            line-height: 1.4;
            padding-top: 4px;
        }

        .checkbox-group a {
            color: var(--alarm-blue);
            text-decoration: none;
            font-weight: 600;
        }

        .submit-btn {
            width: 100%;
            padding: 13px;
            background: linear-gradient(135deg, #ff6b35 0%, #db5e31 100%);
            color: white;
            border: none;
            border-radius: 50px;
            font-family: 'Poppins', sans-serif;
            font-size: 23px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 10px 30px rgba(0, 74, 173, 0.3);
        }

        .submit-btn:hover {
            background: linear-gradient(135deg, #ff6b35 0%, #ff6b35 100%);
            transform: translateY(-2px);
            box-shadow: 0 15px 40px rgba(0, 74, 173, 0.4);
        }

        .form-footer {
            text-align: center;
            margin-top: 18px;
            padding-top: 18px;
            border-top: 1px solid #EEE;
        }

        .form-footer-text {
            font-size: 12px;
            color: #666;
            line-height: 1.5;
            width: 72%;
            margin: 0 auto;
        }

        .form-footer-text strong {
            color: #ff6b35;
            font-weight: 700;
        }

        /* SELECT PERSONALIZADO */
        .form-select {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: var(--alarm-light-gray) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23004aad' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E") no-repeat right 18px center;
            background-size: 14px auto;
            padding-right: 45px;
            cursor: pointer;
            color: #333;
            position: relative;
            z-index: 10;
        }

        .form-select:focus {
            background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23004aad' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E") no-repeat right 18px center;
            background-size: 14px auto;
        }

        .form-select option {
            padding: 12px;
            background: white !important;
            color: #333;
            font-weight: 500;
        }

        .form-select option:first-child {
            color: #999;
            background: #f8f9fa !important;
        }

        .form-select:invalid {
            color: #999;
        }

        .form-select:valid {
            color: #a5a1a1;
        }

        /* SECCI&Oacute;N CARACTER&Iacute;STICAS */
        .features-section {
            padding: 80px 24px;
            background: var(--alarm-white);
        }

        .section-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-eyebrow {
            font-size: 20px;
            font-weight: 700;
            color: var(--alarm-blue);
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 12px;
        }

        .section-title {
            font-size: clamp(28px, 4vw, 42px);
            font-weight: 800;
            color: var(--alarm-navy);
            margin-bottom: 16px;
        }

        .section-subtitle {
            font-size: 17px;
            color: var(--alarm-gray);
            max-width: 600px;
            margin: 0 auto;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 32px;
        }

        .feature-card {
            text-align: center;
            padding: 28px 20px;
            border-radius: 20px;
            background: var(--alarm-white);
            border: 2px solid var(--alarm-light-gray);
            transition: all 0.4s ease;
        }

        .feature-card:hover {
            border-color: var(--alarm-blue);
            background: linear-gradient(135deg, rgba(0, 74, 173, 0.02) 0%, rgba(0, 74, 173, 0.05) 100%);
            transform: translateY(-6px);
            box-shadow: 0 20px 50px rgba(0, 74, 173, 0.15);
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--alarm-blue) 0%, var(--alarm-blue-light) 100%);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 36px;
            box-shadow: 0 10px 30px rgba(0, 74, 173, 0.2);
        }

        .feature-card h3 {
            font-size: 17px;
            font-weight: 700;
            color: var(--alarm-navy);
            margin-bottom: 10px;
        }

        .feature-card p {
            font-size: 14px;
            color: var(--alarm-gray);
            line-height: 1.6;
        }

        /* SECCI&Oacute;N POR QU&Eacute; ELEGIRNOS */
        .why-section {
            padding: 80px 24px;
            background: linear-gradient(135deg, var(--alarm-light-gray) 0%, #E8EDF5 100%);
        }

        .why-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 28px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .why-card {
            background: var(--alarm-white);
            border-radius: 16px;
            padding: 32px 24px;
            text-align: center;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
            transition: all 0.3s ease;
        }

        .why-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(0, 74, 173, 0.12);
        }

        .why-icon {
            font-size: 52px;
            margin-bottom: 16px;
        }

        .why-card h3 {
            font-size: 18px;
            font-weight: 700;
            color: var(--alarm-navy);
            margin-bottom: 12px;
        }

        .why-card p {
            font-size: 14px;
            color: var(--alarm-gray);
            line-height: 1.6;
        }

        /* SECCI&Oacute;N INCLUYE */
        .includes-section {
            padding: 80px 24px;
            background: var(--alarm-white);
        }

        .includes-content {
            max-width: 900px;
            margin: 0 auto;
        }

        .includes-content h2 {
            font-size: clamp(26px, 4vw, 38px);
            font-weight: 800;
            color: var(--alarm-navy);
            margin-bottom: 32px;
            text-align: center;
        }

        .includes-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .includes-item {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            padding: 20px;
            background: var(--alarm-light-gray);
            border-radius: 12px;
            transition: all 0.3s ease;
        }

        .includes-item:hover {
            background: linear-gradient(135deg, rgba(0, 74, 173, 0.05) 0%, rgba(0, 74, 173, 0.08) 100%);
            transform: translateX(4px);
        }

        .includes-item span {
            width: 36px;
            height: 36px;
            background: var(--alarm-blue);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            flex-shrink: 0;
        }

        .includes-item p {
            font-size: 15px;
            color: var(--alarm-gray);
            font-weight: 500;
            padding-top: 4px;
        }

        /* CTA FINAL */
        .cta-section {
            padding: 100px 24px;
            background: linear-gradient(135deg, var(--alarm-navy) 0%, var(--alarm-blue-dark) 50%, var(--alarm-blue) 100%);
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 150%;
            height: 100%;
            background: radial-gradient(ellipse at center top, rgba(26, 109, 212, 0.3) 0%, transparent 70%);
            pointer-events: none;
        }

        .cta-content {
            position: relative;
            z-index: 1;
        }

        .cta-icon {
            font-size: 64px;
            margin-bottom: 24px;
        }

        .cta-title {
            font-size: clamp(26px, 4.5vw, 40px);
            font-weight: 900;
            color: white;
            margin-bottom: 16px;
            line-height: 1.2;
        }

        .cta-subtitle {
            font-size: 18px;
            color: rgba(255,255,255,0.85);
            margin-bottom: 36px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-btn {
            display: inline-block;
            padding: 20px 50px;
            background: var(--alarm-orange);
            color: white;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 17px;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 15px 40px rgba(255, 107, 53, 0.4);
        }

        .cta-btn:hover {
            background: #ff8454;
            transform: translateY(-4px);
            box-shadow: 0 20px 50px rgba(255, 107, 53, 0.5);
        }

        /* FOOTER */
        footer {
            background: #0A1421;
            color: white;
            padding: 18px 24px 30px;
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
            margin-bottom: 40px;
        }

        .footer-column h4 {
            font-size: 16px;
            font-weight: 700;
            color: white;
            margin-bottom: 20px;
        }

        .footer-column ul {
            list-style: none;
        }

        .footer-column ul li {
            margin-bottom: 12px;
        }

        .footer-column a {
            color: rgba(255,255,255,0.6);
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .footer-column a:hover {
            color: white;
        }

        .footer-bottom {
            padding-top: 30px;
            text-align: center;
        }

        .footer-copy {
            font-size: 13px;
            color: rgba(255,255,255,0.5);
            margin-bottom: 16px;
        }

        .footer-legal {
            font-size: 11px;
            color: rgba(255,255,255,0.35);
            line-height: 1.7;
            max-width: 900px;
            margin: 0 auto;
        }

        /* RESPONSIVE */
        
        /* Tablet Large (iPad Pro, Galaxy Tab) */
        @media (max-width: 1200px) {
            .hero-container {
                max-width: 100%;
                padding: 20px 32px 40px;
                gap: 50px;
            }

            .features-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 28px;
            }

            .why-grid {
                grid-template-columns: repeat(2, 1fr);
                max-width: 700px;
            }
        }

        /* Tablet (iPad, Android Tablets) */
        @media (max-width: 1024px) {
            .hero-container {
                grid-template-columns: 1fr;
                gap: 40px;
                padding: 40px 24px;
            }

            .hero-content {
                text-align: center;
            }

            .hero-icons {
                justify-content: center;
            }

            .hero-features {
                justify-content: center;
            }

            .hero-price-container {
                margin: 0 auto 16px;
            }

            .form-card {
                max-width: 480px;
                margin: 0 auto;
            }

            .features-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 24px;
            }

            .why-grid {
                grid-template-columns: 1fr;
                max-width: 500px;
            }

            .includes-grid {
                grid-template-columns: 1fr;
            }

            .footer-content {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
            }
        }

        /* Mobile Large (iPhone Plus, Pixel) */
        @media (max-width: 480px) {
            .hero-title {
                font-size: 30px;
            }

            .hero-title2 {
                font-size: 16px;
            }

            .hero-price-main {
                font-size: 70px;
            }

            .form-card {
                max-width: 100%;
            }
        }

        /* Mobile (iPhone, Android Phones) */
        @media (max-width: 768px) {
            .form-select {
                background-position: right 12px center;
                padding-right: 35px;
            }
            
            .form-select:focus {
                background-position: right 12px center;
            }
			
            .hero {
                min-height: 100vh;
                min-height: 100dvh;
            }

            .hero-container {
                padding: 4px 16px;
                gap: 19px;
                min-height: 100vh;
                min-height: 95dvh;
            }

            .hero-content {
                text-align: center;
            }

            .hero-badge {
                font-size: 11px;
                padding: 2px 9px 1px 9px;
                margin-bottom: -1px;
            }

            .hero-icons {
                gap: 0px;
                margin-bottom: -3px;
                justify-content: center;
            }

            .hero-icon-large {
                font-size: 30px;
            }

            .hero-title {
                font-size: 33px;
                margin-bottom: 0px;
                line-height: 1.1;
                width: 100%;
            }

            .hero-title2 {
                font-size: 20px;
                margin-bottom: 5px;
                width: 100%;
                margin-top: 2px;
            }

            .hero-subtitle {
                font-size: 14px;
                margin-bottom: 10px;
            }

            .hero-features {
                display: none;
            }

            .hero-price-container {
                padding: 3px 12px;
                margin-bottom: 0;
            }

            .hero-price-label {
                font-size: 10px;
                margin-bottom: 0px;
            }

            .hero-price-block {
                margin-bottom: 0px;
            }

            .hero-price-main {
                font-size: 74px;
            }

            .hero-price-cents {
                font-size: 31px;
            }

            .hero-price-period {
                font-size: 15px;
                margin-left: 6px;
            }

            .hero-price-note {
                font-size: 8px;
                margin-bottom: 0;
            }

            .form-card {
                padding: 13px 14px 17px 14px;
                border-radius: 14px;
            }

            .form-title {
                font-size: 18px;
                margin-bottom: -4px;
            }

            .form-header {
                margin-bottom: 12px;
            }

            .form-input {
                padding: 11px 12px;
                font-size: 13px;
            }

            .form-group {
                margin-bottom: 8px;
            }

            .checkbox-group {
                margin-bottom: 16px;
                margin-top: 12px;
                margin-left: 4px;
            }

            .checkbox-group label {
                font-size: 10px;
            }

            .submit-btn {
                padding: 11px;
                font-size: 15px;
            }

            .form-footer {
                display: none;
            }

            .features-section, .why-section, .includes-section {
                padding: 60px 16px;
            }

            .features-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .feature-card {
                padding: 24px 18px;
            }

            .feature-icon {
                width: 70px;
                height: 70px;
                font-size: 32px;
            }

            .cta-section {
                padding: 60px 16px;
            }

            .cta-icon {
                font-size: 52px;
            }

            .footer-content {
                grid-template-columns: 1fr;
                gap: 30px;
                text-align: center;
            }
        }

        /* Animaciones */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .hero-content {
            animation: fadeInUp 0.8s ease-out;
        }

        .form-card {
            animation: fadeInRight 0.8s ease-out 0.2s both;
        }