.elementor-1163 .elementor-element.elementor-element-0ea1e41{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-97px;--margin-bottom:1px;--margin-left:1px;--margin-right:1px;--padding-top:591px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1163 .elementor-element.elementor-element-0ea1e41:not(.elementor-motion-effects-element-type-background), .elementor-1163 .elementor-element.elementor-element-0ea1e41 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://mlorjfjaqswf.i.optimole.com/w:1500/h:400/q:mauto/ig:avif/https://dogrockers.com/wp-content/uploads/2025/08/Newsletter.jpg");background-position:center center;background-repeat:no-repeat;}.elementor-1163 .elementor-element.elementor-element-0ea1e41.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1163 .elementor-element.elementor-element-b07b3f6 > .elementor-widget-container{margin:-338px 0px 0px 0px;}.elementor-1163 .elementor-element.elementor-element-b07b3f6{text-align:center;}.elementor-1163 .elementor-element.elementor-element-b07b3f6 .elementor-heading-title{font-family:"Moul", Sans-serif;font-size:75px;font-weight:normal;-webkit-text-stroke-width:3px;stroke-width:3px;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:16px 0px 17px #000000;color:#FFFFFF;}.elementor-1163 .elementor-element.elementor-element-300dd6e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-126px;--margin-bottom:1px;--margin-left:1px;--margin-right:1px;}@media(min-width:768px){.elementor-1163 .elementor-element.elementor-element-0ea1e41{--width:101.586%;}}/* Start custom CSS */<style>
    body {
      margin: 0;
      font-family: system-ui, sans-serif;
      background: #ffffff;
      color: #1f2937;
      line-height: 1.6;
    }
    .container {
      max-width: 800px;
      margin: 0 auto;
      padding: 2rem;
    }
    h1 {
      font-size: 2.2rem;
      margin-bottom: 0.5rem;
    }
    .sub {
      color: #4b5563;
      margin-bottom: 1.5rem;
    }
    .card {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 12px;
      padding: 1.5rem;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }
    form {
      display: grid;
      gap: 1rem;
    }
    label {
      font-weight: 600;
      font-size: 0.9rem;
    }
    input[type="text"],
    input[type="email"] {
      width: 100%;
      padding: 0.8rem;
      border: 1px solid #d1d5db;
      border-radius: 8px;
      font-size: 1rem;
    }
    input:focus {
      outline: none;
      border-color: #22c55e;
      box-shadow: 0 0 0 2px rgba(34,197,94,0.3);
    }
    .checkbox {
      display: flex;
      align-items: flex-start;
      gap: 0.5rem;
      font-size: 0.85rem;
      color: #374151;
    }
    .btn {
      background: #22c55e;
      color: #fff;
      font-weight: 700;
      border: none;
      border-radius: 8px;
      padding: 0.9rem 1.2rem;
      cursor: pointer;
      font-size: 1rem;
      transition: background 0.2s ease;
    }
    .btn:hover {
      background: #16a34a;
    }
    .disclaimer {
      font-size: 0.75rem;
      color: #6b7280;
    }
    .benefits {
      display: grid;
      gap: 1rem;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      margin-top: 2rem;
    }
    .benefit {
      background: #f9fafb;
      border: 1px solid #e5e7eb;
      border-radius: 10px;
      padding: 1rem;
      font-size: 0.95rem;
    }
    footer {
      margin-top: 2rem;
      font-size: 0.8rem;
      color: #6b7280;
      text-align: center;
    }
  </style>/* End custom CSS */