.elementor-1161 .elementor-element.elementor-element-50b4582{--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:0px;--margin-bottom:-150px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1161 .elementor-element.elementor-element-d08da82 p{margin-bottom:0px;}.elementor-1161 .elementor-element.elementor-element-d08da82{color:#324A6D;}.elementor-1161 .elementor-element.elementor-element-4a1dbb1{--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;}.elementor-1161 .elementor-element.elementor-element-0021b4e{--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;}.elementor-1161 .elementor-element.elementor-element-c7c0e2c{--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;}.elementor-1161 .elementor-element.elementor-element-5e76ae6{--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;}.elementor-1161 .elementor-element.elementor-element-98776f9{--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;}.elementor-1161 .elementor-element.elementor-element-017a22c{--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;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for text-editor, class: .elementor-element-d08da82 */@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8f88f5 */.diyseo-leftpanel-hero {
  padding: 16px 12px 12px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 12px;
  animation: fadeIn 0.4s ease-in-out;
}

.diyseo-leftpanel-hero h1 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #111827;
}

.diyseo-leftpanel-sub {
  display: flex;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 6px;
}a

.diyseo-leftpanel-sub .brand {
  color: #ec4899;
  font-weight: 600;
}

.diyseo-leftpanel-sub .powered {
  color: #6b7280;
}

.diyseo-leftpanel-desc {
  font-size: 10px;
  color: #4b5563;
  line-height: 1.4;
}

/* Optional animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}/* Base container styles */

.diyseo-container {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #374151;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.diyseo-container * {
  box-sizing: border-box;
}
.gsc-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-right: 10px;
}

.gsc-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.gsc-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 30px;
}

.gsc-slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.gsc-switch input:checked + .gsc-slider {
  background-color: #4f46e5;
}

.gsc-switch input:checked + .gsc-slider:before {
  transform: translateX(30px);
}

.gsc-label {
  font-size: 14px;
  color: #1f2937;
  vertical-align: middle;
  margin-left: 8px;
}


/* Header styling */
.diyseo-header {
  text-align: center;
  padding: 15px 15px 5px;
  margin-bottom: 15px;
}

.diyseo-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5px;
}

.diyseo-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #111827;
}

.diyseo-byline {
  font-size: 14px;
  color: #6b7280;
  margin: 2px 0 5px;
}

.diyseo-author {
  color: #ff1493;
  font-weight: 500;
}

.diyseo-description {
  max-width: 700px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4;
  color: #4b5563;
}

.diyseo-description p {
  margin: 5px 0;
}

/* Suggestion buttons */
.diyseo-suggestions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.diyseo-suggestion-btn {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #374151;
  height: auto;
  min-height: 60px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}

.diyseo-suggestion-btn:hover {
  background-color: #122533;
  border-color: #d1d5db;
}

/* Chat container */
.diyseo-chat-container {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  max-height: 600px;
  display: flex;
  flex-direction: column;
}

.diyseo-messages {
  flex-grow: 1;
  overflow-y: auto;
  padding: 20px;
  height: 400px;
}

.diyseo-message {
  max-width: 90%;
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 15px;
}

.diyseo-user-message {
  background-color: #f3f4f6;
  padding: 12px 16px;
  border-radius: 8px;
  margin-left: auto;
  color: #1f2937;
}

.diyseo-assistant-message {
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #f9fafb;
  margin-right: auto;
  color: #1f2937;
}

/* Input container */
.diyseo-input-container {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
  border-top: 1px solid #e5e7eb;
  position: relative;
}

.diyseo-user-input {
  flex-grow: 1;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px 40px 12px 12px;
  font-size: 15px;
  line-height: 1.5;
  resize: none;
  min-height: 24px;
  max-height: 150px;
  overflow-y: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.diyseo-user-input:focus {
  outline: none;
  border-color: #ff1493;
  box-shadow: 0 0 0 2px rgba(255, 20, 147, 0.1);
}

.diyseo-submit-btn {
  position: absolute;
  right: 20px;
  bottom: 50%;
  transform: translateY(50%);
  background-color: transparent;
  border: none;
  color: #ff1493;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 24px;
  width: 24px;
}

.diyseo-submit-btn:hover {
  color: #e91e63;
}

/* Disclaimer footer */
.diyseo-disclaimer {
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  margin-top: 10px;
  padding: 0 10px;
}

/* Message formatting */
.diyseo-section-header {
  font-size: 18px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #111827;
}

.diyseo-subsection-header {
  font-size: 16px;
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 6px;
  color: #1f2937;
}

.diyseo-emoji {
  display: inline-block;
  margin-right: 4px;
}

/* Metrics display */
.diyseo-metrics-container {
  background-color: #f8fafc;
  border-radius: 8px;
  padding: 12px;
  margin: 12px 0;
  border: 1px solid #e2e8f0;
}

.diyseo-metric {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}

.diyseo-metric-label {
  font-weight: 500;
  color: #4b5563;
}

.diyseo-metric-value {
  font-weight: 600;
  color: #1f2937;
}

/* CTA Button */
.diyseo-cta-section {
  background-color: #f8fafc;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  border: 1px solid #e2e8f0;
  text-align: center;
}

.diyseo-cta-button {
  display: inline-block;
  background-color: white;
  color: white;
  background-color: #e91e63;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 12px;
  text-align: center;
  text-decoration: none;
}

.diyseo-cta-button:hover {
  background-color: #e91e63;
}

/* Typing indicator */
.diyseo-typing {
  display: flex;
  padding: 8px;
  margin-bottom: 16px;
}

.diyseo-typing-dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #d1d5db;
  margin: 0 2px;
  animation: typing-animation 1s infinite ease-in-out;
}

.diyseo-typing-dot:nth-child(1) {
  animation-delay: 0s;
}

.diyseo-typing-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.diyseo-typing-dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typing-animation {
  0%, 100% {
    opacity: 0.4;
    transform: translateY(0);
  }
  
  50% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .diyseo-suggestions {
    grid-template-columns: 1fr;
  }
  
  .diyseo-message {
    max-width: 95%;
  }
  
  .diyseo-messages {
    height: 350px;
  }
}


/* 🔄 Carousel Styling */
.diyseo-carousel-wrapper {
  overflow-x: auto;
  padding: 10px 0;
}
.diyseo-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 10px 5px 15px;
  scroll-snap-type: x mandatory;
}
.diyseo-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  max-width: 250px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.diyseo-card:hover {
  transform: scale(1.03);
}
.diyseo-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.diyseo-card p {
  font-size: 14px;
  color: #444;
}
#gsc-toggle-section {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-right: 10px;
}
.gsc-label {
  font-size: 14px;
  color: #1f2937;
  margin-left: 8px;
  white-space: nowrap;
}
.gsc-switch {
  width: 50px;
  height: 26px;
}

.gsc-slider:before {
  height: 20px;
  width: 20px;
}
.diyseo-main-layout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
  gap: 24px;
  padding: 20px;
}

.gsc-sidebar {
  flex: 0 0 260px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  min-height: 600px;
}

.diyseo-inner {
  flex: 1;
  max-width: 900px;
}
.gsc-toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.gsc-toggle-label {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

.gsc-minitoggle {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px;
}

.gsc-minitoggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.gsc-slider-round {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d1d5db;
  border-radius: 9999px;
  transition: background-color 0.3s ease;
}

.gsc-slider-round::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.gsc-minitoggle input:checked + .gsc-slider-round {
  background-color: #4f46e5;
}

.gsc-minitoggle input:checked + .gsc-slider-round::before {
  transform: translateX(18px);
}
.gsc-strategy-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  color: #374151;
}

.gsc-strategy-scroll {
  max-height: 250px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
  border-top: 1px solid #eee;
  padding-top: 12px;
}

.gsc-domain-btn {
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
  color: #1f2937;
  transition: background-color 0.2s ease;
}

.gsc-domain-btn:hover {
  background-color: #e0f2fe;
  color: #111827;
}
/* HEADER GLOW */
.diyseo-title {
  font-size: 32px;
  font-weight: 800;
  color: #ff1493;
  text-shadow: 0 2px 4px rgba(255, 20, 147, 0.3);
  animation: subtle-float 5s ease-in-out infinite;
}

@keyframes subtle-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

/* BUTTON ELEGANCE */
.diyseo-suggestion-btn {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
  transition: all 0.25s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.diyseo-suggestion-btn:hover {
  background: #fdf2f8;
  border-color: #ff1493;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 20, 147, 0.1);
  color:gray;
}

/* ASSISTANT MESSAGE STYLING */
.diyseo-assistant-message {
  animation: fadeInBreathe 0.4s ease;
  background-color: #f9fafb;
  border-left: 4px solid #ff1493;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

@keyframes fadeInBreathe {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* TYPING DOT UPGRADE */
.diyseo-typing-dot {
  animation: typing-pulse 1.2s infinite ease-in-out;
  background-color: #ff1493;
  opacity: 0.6;
}

@keyframes typing-pulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.3); opacity: 1; }
}

/* INPUT FOCUS HIGHLIGHT */
.diyseo-user-input:focus {
  border-color: #ff1493;
  box-shadow: 0 0 6px rgba(255, 20, 147, 0.2);
}

/* SUBMIT BUTTON HOVER */
.diyseo-submit-btn:hover {
  color: #ff1493;
  transform: scale(1.1);
  transition: all 0.2s ease;
}

/* METRICS CONTAINER STYLE ENHANCEMENT */
.diyseo-metrics-container {
  background-color: #fff0f6;
  border: 1px solid #fbcfe8;
  border-radius: 10px;
  padding: 16px;
  margin-top: 12px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.04);
}

/* CTA BUTTON */
.diyseo-cta-button {
  background-color: #ff1493;
  color: white;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.diyseo-cta-button:hover {
  background-color: #db2777;
}
.prompt-section h4 {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.prompt-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.prompt-button {
  background: #f4f4f4;
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: left;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.prompt-button:hover {
  background: #e0e0e0;
}
#expert-prompts {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
}

.prompt-section {
  margin-bottom: 16px;
}

.prompt-section h4 {
  font-size: 16px;
  margin-bottom: 8px;
  cursor: pointer;
  background: #f3f4f6;
  padding: 6px 10px;
  border-radius: 6px;
}

.prompt-list {
  display: none; /* default collapsed */
  flex-direction: column;
  gap: 6px;
  padding-left: 10px;
}

.prompt-section.active .prompt-list {
  display: flex;
}

.prompt-button {
  font-size: 13px;
  padding: 6px 10px;
}
.starter-scroll-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 12px 0;
  gap: 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.starter-prompt {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 16px;
  min-width: 220px;
  font-size: 0.9rem;
  text-align: left;
  cursor: pointer;
  white-space: normal;
  transition: all 0.2s ease;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
}

.starter-prompt:hover {
  background-color: #122533;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

#conversation-starters {
  display: flex;
  overflow-x: auto;
  padding: 10px 0;
  gap: 16px;
  scroll-snap-type: x mandatory;
}

.diyseo-suggestion-btn {
  flex: 0 0 auto;
  scroll-snap-align: start;
  white-space: normal;
  min-width: 250px;
}
/* Assistant message style upgrade */
.diyseo-assistant-message {
  background: #ffffff;
  border-left: 5px solid #ff1493;
  padding: 16px;
  margin: 16px 0;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  line-height: 1.6;
  color: #111827;
  transition: all 0.3s ease;
}

/* Optional user message tweak */
.diyseo-user-message {
  background: #f3f4f6;
  border-left: 5px solid #9ca3af;
  padding: 16px;
  margin: 16px 0;
  border-radius: 10px;
  font-size: 15px;
  color: #111827;
}

/* Visual headings inside GPT messages */
.diyseo-section-header {
  font-weight: bold;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
  padding: 4px 8px;
  background-color: #fdf2f8;
  border-left: 4px solid #db2777;
  border-radius: 4px;
  display: inline-block;
}

/* Emoji-enhanced bullets */
.diyseo-messages ul {
  padding-left: 20px;
}

.diyseo-messages li {
  list-style: none;
  margin: 6px 0;
}

.diyseo-messages li::before {
  content: "🔹 ";
  margin-right: 6px;
  color: #db2777;
}

.diyseo-title {
  font-weight: bold;
  font-size: 28px;
  color: #ec4899;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1), 0 0 5px #f9a8d4;
}
/* Base container styles */

.diyseo-container {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #374151;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.diyseo-container * {
  box-sizing: border-box;
}
.gsc-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-right: 10px;
}

.gsc-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.gsc-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 30px;
}

.gsc-slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.gsc-switch input:checked + .gsc-slider {
  background-color: #4f46e5;
}

.gsc-switch input:checked + .gsc-slider:before {
  transform: translateX(30px);
}

.gsc-label {
  font-size: 14px;
  color: #1f2937;
  vertical-align: middle;
  margin-left: 8px;
}


/* Header styling */
.diyseo-header {
  text-align: center;
  padding: 15px 15px 5px;
  margin-bottom: 15px;
}

.diyseo-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5px;
}

.diyseo-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #111827;
}

.diyseo-byline {
  font-size: 14px;
  color: #6b7280;
  margin: 2px 0 5px;
}

.diyseo-author {
  color: #ff1493;
  font-weight: 500;
}

.diyseo-description {
  max-width: 700px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4;
  color: #4b5563;
}

.diyseo-description p {
  margin: 5px 0;
}

/* Suggestion buttons */
.diyseo-suggestions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.diyseo-suggestion-btn {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #374151;
  height: auto;
  min-height: 60px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}

.diyseo-suggestion-btn:hover {
  background-color: #122533;
  border-color: #d1d5db;
}

/* Chat container */
.diyseo-chat-container {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  max-height: 600px;
  display: flex;
  flex-direction: column;
}

.diyseo-messages {
  flex-grow: 1;
  overflow-y: auto;
  padding: 20px;
  height: 400px;
}

.diyseo-message {
  max-width: 90%;
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 15px;
}

.diyseo-user-message {
  background-color: #f3f4f6;
  padding: 12px 16px;
  border-radius: 8px;
  margin-left: auto;
  color: #1f2937;
}

.diyseo-assistant-message {
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #f9fafb;
  margin-right: auto;
  color: #1f2937;
}

/* Input container */
.diyseo-input-container {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
  border-top: 1px solid #e5e7eb;
  position: relative;
}

.diyseo-user-input {
  flex-grow: 1;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px 40px 12px 12px;
  font-size: 15px;
  line-height: 1.5;
  resize: none;
  min-height: 24px;
  max-height: 150px;
  overflow-y: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.diyseo-user-input:focus {
  outline: none;
  border-color: #ff1493;
  box-shadow: 0 0 0 2px rgba(255, 20, 147, 0.1);
}

.diyseo-submit-btn {
  position: absolute;
  right: 20px;
  bottom: 50%;
  transform: translateY(50%);
  background-color: transparent;
  border: none;
  color: #ff1493;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 24px;
  width: 24px;
}

.diyseo-submit-btn:hover {
  color: #e91e63;
}

/* Disclaimer footer */
.diyseo-disclaimer {
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  margin-top: 10px;
  padding: 0 10px;
}

/* Message formatting */
.diyseo-section-header {
  font-size: 18px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #111827;
}

.diyseo-subsection-header {
  font-size: 16px;
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 6px;
  color: #1f2937;
}

.diyseo-emoji {
  display: inline-block;
  margin-right: 4px;
}

/* Metrics display */
.diyseo-metrics-container {
  background-color: #f8fafc;
  border-radius: 8px;
  padding: 12px;
  margin: 12px 0;
  border: 1px solid #e2e8f0;
}

.diyseo-metric {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}

.diyseo-metric-label {
  font-weight: 500;
  color: #4b5563;
}

.diyseo-metric-value {
  font-weight: 600;
  color: #1f2937;
}

/* CTA Button */
.diyseo-cta-section {
  background-color: #f8fafc;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  border: 1px solid #e2e8f0;
  text-align: center;
}

.diyseo-cta-button {
  display: inline-block;
  background-color: white;
  color: white;
  background-color: #e91e63;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 12px;
  text-align: center;
  text-decoration: none;
}

.diyseo-cta-button:hover {
  background-color: #e91e63;
}

/* Typing indicator */
.diyseo-typing {
  display: flex;
  padding: 8px;
  margin-bottom: 16px;
}

.diyseo-typing-dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #d1d5db;
  margin: 0 2px;
  animation: typing-animation 1s infinite ease-in-out;
}

.diyseo-typing-dot:nth-child(1) {
  animation-delay: 0s;
}

.diyseo-typing-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.diyseo-typing-dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typing-animation {
  0%, 100% {
    opacity: 0.4;
    transform: translateY(0);
  }
  
  50% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .diyseo-suggestions {
    grid-template-columns: 1fr;
  }
  
  .diyseo-message {
    max-width: 95%;
  }
  
  .diyseo-messages {
    height: 350px;
  }
}


/* 🔄 Carousel Styling */
.diyseo-carousel-wrapper {
  overflow-x: auto;
  padding: 10px 0;
}
.diyseo-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 10px 5px 15px;
  scroll-snap-type: x mandatory;
}
.diyseo-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  max-width: 250px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.diyseo-card:hover {
  transform: scale(1.03);
}
.diyseo-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.diyseo-card p {
  font-size: 14px;
  color: #444;
}
#gsc-toggle-section {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-right: 10px;
}
.gsc-label {
  font-size: 14px;
  color: #1f2937;
  margin-left: 8px;
  white-space: nowrap;
}
.gsc-switch {
  width: 50px;
  height: 26px;
}

.gsc-slider:before {
  height: 20px;
  width: 20px;
}
.diyseo-main-layout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
  gap: 24px;
  padding: 20px;
}

.gsc-sidebar {
  flex: 0 0 260px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  min-height: 600px;
}

.diyseo-inner {
  flex: 1;
  max-width: 900px;
}
.gsc-toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.gsc-toggle-label {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

.gsc-minitoggle {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px;
}

.gsc-minitoggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.gsc-slider-round {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d1d5db;
  border-radius: 9999px;
  transition: background-color 0.3s ease;
}

.gsc-slider-round::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.gsc-minitoggle input:checked + .gsc-slider-round {
  background-color: #4f46e5;
}

.gsc-minitoggle input:checked + .gsc-slider-round::before {
  transform: translateX(18px);
}
.gsc-strategy-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  color: #374151;
}

.gsc-strategy-scroll {
  max-height: 250px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
  border-top: 1px solid #eee;
  padding-top: 12px;
}

.gsc-domain-btn {
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
  color: #1f2937;
  transition: background-color 0.2s ease;
}

.gsc-domain-btn:hover {
  background-color: #e0f2fe;
  color: #111827;
}
/* HEADER GLOW */
.diyseo-title {
  font-size: 32px;
  font-weight: 800;
  color: #ff1493;
  text-shadow: 0 2px 4px rgba(255, 20, 147, 0.3);
  animation: subtle-float 5s ease-in-out infinite;
}

@keyframes subtle-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

/* BUTTON ELEGANCE */
.diyseo-suggestion-btn {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
  transition: all 0.25s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.diyseo-suggestion-btn:hover {
  background: #fdf2f8;
  border-color: #ff1493;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 20, 147, 0.1);
  color:gray;
}

/* ASSISTANT MESSAGE STYLING */
.diyseo-assistant-message {
  animation: fadeInBreathe 0.4s ease;
  background-color: #f9fafb;
  border-left: 4px solid #ff1493;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

@keyframes fadeInBreathe {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* TYPING DOT UPGRADE */
.diyseo-typing-dot {
  animation: typing-pulse 1.2s infinite ease-in-out;
  background-color: #ff1493;
  opacity: 0.6;
}

@keyframes typing-pulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.3); opacity: 1; }
}

/* INPUT FOCUS HIGHLIGHT */
.diyseo-user-input:focus {
  border-color: #ff1493;
  box-shadow: 0 0 6px rgba(255, 20, 147, 0.2);
}

/* SUBMIT BUTTON HOVER */
.diyseo-submit-btn:hover {
  color: #ff1493;
  transform: scale(1.1);
  transition: all 0.2s ease;
}

/* METRICS CONTAINER STYLE ENHANCEMENT */
.diyseo-metrics-container {
  background-color: #fff0f6;
  border: 1px solid #fbcfe8;
  border-radius: 10px;
  padding: 16px;
  margin-top: 12px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.04);
}

/* CTA BUTTON */
.diyseo-cta-button {
  background-color: #ff1493;
  color: white;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.diyseo-cta-button:hover {
  background-color: #db2777;
}
.prompt-section h4 {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.prompt-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.prompt-button {
  background: #f4f4f4;
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: left;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.prompt-button:hover {
  background: #e0e0e0;
}
#expert-prompts {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
}

.prompt-section {
  margin-bottom: 16px;
}

.prompt-section h4 {
  font-size: 16px;
  margin-bottom: 8px;
  cursor: pointer;
  background: #f3f4f6;
  padding: 6px 10px;
  border-radius: 6px;
}

.prompt-list {
  display: none; /* default collapsed */
  flex-direction: column;
  gap: 6px;
  padding-left: 10px;
}

.prompt-section.active .prompt-list {
  display: flex;
}

.prompt-button {
  font-size: 13px;
  padding: 6px 10px;
}
.starter-scroll-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 12px 0;
  gap: 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.starter-prompt {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 16px;
  min-width: 220px;
  font-size: 0.9rem;
  text-align: left;
  cursor: pointer;
  white-space: normal;
  transition: all 0.2s ease;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
}

.starter-prompt:hover {
  background-color: #122533;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

#conversation-starters {
  display: flex;
  overflow-x: auto;
  padding: 10px 0;
  gap: 16px;
  scroll-snap-type: x mandatory;
}

.diyseo-suggestion-btn {
  flex: 0 0 auto;
  scroll-snap-align: start;
  white-space: normal;
  min-width: 250px;
}
/* Assistant message style upgrade */
.diyseo-assistant-message {
  background: #ffffff;
  border-left: 5px solid #ff1493;
  padding: 16px;
  margin: 16px 0;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  line-height: 1.6;
  color: #111827;
  transition: all 0.3s ease;
}

/* Optional user message tweak */
.diyseo-user-message {
  background: #f3f4f6;
  border-left: 5px solid #9ca3af;
  padding: 16px;
  margin: 16px 0;
  border-radius: 10px;
  font-size: 15px;
  color: #111827;
}

/* Visual headings inside GPT messages */
.diyseo-section-header {
  font-weight: bold;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
  padding: 4px 8px;
  background-color: #fdf2f8;
  border-left: 4px solid #db2777;
  border-radius: 4px;
  display: inline-block;
}

/* Emoji-enhanced bullets */
.diyseo-messages ul {
  padding-left: 20px;
}

.diyseo-messages li {
  list-style: none;
  margin: 6px 0;
}

.diyseo-messages li::before {
  content: "🔹 ";
  margin-right: 6px;
  color: #db2777;
}

.diyseo-title {
  font-weight: bold;
  font-size: 28px;
  color: #ec4899;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1), 0 0 5px #f9a8d4;
}

.highlight-insight {
  background: #fdf2f8;
  color: #be185d;
  padding: 1px 5px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
}
.diyseo-messages {
  scroll-behavior: smooth;
  overflow-y: auto;
  max-height: 500px;
  padding-right: 8px;
}
.diyseo-user-input {
  font-size: 14px;
  padding: 10px 14px;
  border: 1px solid #fbcfe8;
  border-radius: 8px;
  background: #fff;
  resize: none;
  box-shadow: none;
}
#conversation-starters {
  border: 2px solid #fbcfe8;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff0f6;
  box-shadow: 0 0 10px rgba(251, 207, 232, 0.2);
  margin-bottom: 20px;
}
.starter-prompt:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(251, 207, 232, 0.25);
}
#conversation-starters::-webkit-scrollbar {
  height: 10px;
}

#conversation-starters::-webkit-scrollbar-track {
  background: #fff0f6; /* very light pink */
  border-radius: 10px;
}

#conversation-starters::-webkit-scrollbar-thumb {
  background: linear-gradient(to right, #f472b6, #ec4899); /* hot pink gradient */
  border-radius: 10px;
  border: 2px solid #fff0f6; /* padding illusion */
}

#conversation-starters::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to right, #ec4899, #f472b6); /* subtle reverse */
}
#diyseo-messages::-webkit-scrollbar {
  width: 10px;
}

#diyseo-messages::-webkit-scrollbar-track {
  background: #fff0f6; /* soft pink background */
  border-radius: 10px;
}

#diyseo-messages::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #f472b6, #ec4899); /* pink gradient */
  border-radius: 10px;
  border: 2px solid #fff0f6; /* gives padding effect */
}

#diyseo-messages::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #ec4899, #f472b6); /* reverse gradient on hover */
}

@keyframes blink {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 0; }
}
.diyseo-message strong::before {
  content: "💡";
  margin-right: 5px;
  color: gold;
}
.chat-history-item {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  transition: background 0.2s;
}

.chat-history-item:hover {
  background: #f3f4f6;
}

.chat-history-item h4 {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.chat-history-item small {
  font-size: 11px;
  color: #888;
}

.chat-history-actions {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  row-gap: 4px;
  justify-content: flex-start;
}


.chat-history-actions button {
  font-size: 11px;
  background: transparent;
  border: none;
  color: #4f46e5;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}


.chat-history-actions {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
}

.chat-history-actions button {
  font-size: 11px;
  background: transparent;
  border: none;
  color: #4f46e5;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}
.timeframe-tag {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
  margin-bottom: 10px;
  font-style: italic;
  font-family: sans-serif;
}
.conversation-starter {
  padding: 6px 10px;
  min-height: unset;
  font-size: 14px;
  line-height: 1.3;
  margin: 6px;
  border-radius: 6px;
}

#conversation-starters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  max-width: 100%;
}
.copy-btn {
  position: absolute;
  bottom: 8px;
  right: 12px;
  background: transparent;
  border: none;
  color: #f36;
  font-size: 12px;
  cursor: pointer;
  padding: 2px 4px;
  opacity: 0.6;
  z-index: 5;
  line-height: 1;
}

.copy-btn:hover {
  opacity: 1;
}



.diyseo-message {
  position: relative;
}



.diyseo-assistant-message > div[id^="typeit-"] {
  display: inline-block;
  white-space: pre-wrap;
  font-family: inherit;
  font-size: inherit;
  min-height: 1em;
}
/* put near the end of style.css */
.diyseo-messages h1,
.diyseo-messages h2,
.diyseo-messages h3,
.diyseo-messages p,
.diyseo-messages ul,
.diyseo-messages  ol,
.diyseo-messages li {
  margin-block: -5px;       /* wipe UA margins */
}
.diyseo-leftpanel-hero {
  padding: 16px 12px 12px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 12px;
  animation: fadeIn 0.4s ease-in-out;
}

.diyseo-leftpanel-hero h1 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #111827;
}

.diyseo-leftpanel-sub {
  display: flex;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 6px;
}

.diyseo-leftpanel-sub .brand {
  color: #ec4899;
  font-weight: 600;
}

.diyseo-leftpanel-sub .powered {
  color: #6b7280;
}

.diyseo-leftpanel-desc {
  font-size: 13px;
  color: #4b5563;
  line-height: 1.4;
}

/* Optional animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.mobile-menu-btn {
  display: none;
  position: relative;
  margin: 12px auto;
  background: #ff1493;
  color: white;
  border: none;
  font-size: 18px;
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 10;
  text-align: center;
}


.slide-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  overflow-y: auto;
  z-index: 1000;
  padding: 20px;
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}

.slide-panel.show {
  display: block;
  animation: slideIn 0.3s ease-out;
}

.slide-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}

@keyframes slideIn {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

@media (max-width: 768px) {
  .gsc-sidebar {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
}
@media (max-width: 768px) {
  #conversation-starters {
    display: none !important;
  }
}
.diyseo-messages h1,
.diyseo-messages h2,
.diyseo-messages h3 {
  font-weight: 700;
  line-height: 1.3;
  margin-block: 1.6em 0.8em;
  color: #111827;
}

.diyseo-messages h1 {
  font-size: 1.5rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
}

.diyseo-messages h2 {
  font-size: 1.3rem;
}

.diyseo-messages h3 {
  font-size: 1.1rem;
}

.diyseo-messages p {
  font-size: 15px;
  line-height: 1.65;
  margin-block: 0.9em;
  color: #1f2937;
}

.diyseo-messages ul,
.diyseo-messages ol {
  padding-left: 1.5em;
  margin-block: 1em;
}

.diyseo-messages li {
  margin-bottom: 0.6em;
  line-height: 1.5;
}

.diyseo-messages a {
  color: #4f46e5;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.diyseo-messages a:hover {
  color: #4338ca;
}

.diyseo-messages strong {
  font-weight: 600;
  color: #111;
}/* End custom CSS */